/*!
 * Theme Name: Daily
 * Theme URI: http://www.theme-junkie.com/themes/daily
 * Description: WordPress Blog/Magazine Theme by Theme Junkie.
 * Version: 3.0.3
 * Author: Theme Junkie
 * Author URI: http://www.theme-junkie.com/
 * Tags: theme-options, right-sidebar, responsive-layout, custom-background, custom-menu, threaded-comments, translation-ready
 * Text Domain: daily
 *
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Daily WordPress Theme, Copyright 2015 http://www.theme-junkie.com/
 * Daily is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*------------------------------------*	$NORMALIZE
\*------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

/*------------------------------------*	$MAIN
\*------------------------------------*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* html {
	font-size: 100%;
}

html {
	font-size: 16px;
	line-height: 1.5em;
	min-height: 100%;
}

body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #222;
	background: #fff;
}

/**
 * Selection Color.
 */
::-moz-selection {
	color: #fff;
	background: #000;
	text-shadow: none;
}

::selection {
	color: #fff;
	background: #000;
	text-shadow: none;
}

::-moz-selection {
	color: #fff;
	background: #000;
	text-shadow: none;
}

/*------------------------------------*	$SHARED
\*------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
}

.alignnone {
	display: block;
}

.screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

.sticky,
.bypostauthor {
	color: inherit;
	background: inherit;
}

/*------------------------------------*	$TYPOGRAPHY
\*------------------------------------*/
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	direction: ltr;
}

/**
 * Set link colors.
 */
a {
	text-decoration: none;
}

a:hover,
a:visited:hover {
	text-decoration: underline;
}

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 12px 0;
	margin: .75rem 0;
	color: #222;
}

h1,
.h1 {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.1em;
}

h2,
.h2 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.1em;
}

h3,
.h3 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.3em;
}

h4,
.h4 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.3em;
}

h5,
.h5 {
	font-size: 16px;
	font-size: 1rem;
}

h6,
.h6 {
	font-size: 14px;
	font-size: .875rem;
}

/**
 * Text elements.
 */
p {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}

abbr[title],
dfn[title] {
	cursor: help;
}

del {
	vertical-align: baseline;
	text-decoration: line-through;
	color: #aaa;
}

pre {
	margin: 24px 0;
	margin: 1.5rem 0;
	padding: 24px;
	padding: 1.5rem;
	color: #2080ad;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	background-color: #fafafa;
}

code {
	color: #2080ad;
}

ins {
	text-decoration: none;
	background: #fff9c0;
}

blockquote {
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-style: italic;
	margin: 24px 40px;
	margin: 1.5rem 2.5rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	color: #aaa;
	border-left: 3px solid #eee;
}

blockquote cite {
	position: relative;
	display: block;
	padding: 10px 0 0 20px;
	padding: .625rem 0 0 1.25rem;
	color: #555;
}

blockquote cite:before {
	position: absolute;
	left: 0;
	content: '\2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: '';
}

address {
	display: block;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}

ul,
ol {
	margin: 16px 0;
	margin: 1rem 0;
	padding: 0 0 0 24px;
	padding: 0 0 0 1.5rem;
}

ul {
	list-style: disc;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

li ul,
li ol {
	margin: 0;
}

dl {
	margin: 24px;
	margin: 1.5rem;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

hr {
	clear: both;
	height: 1px;
	min-height: 0;
	margin: 24px 0;
	margin: 1.5rem 0;
	border-top: 1px solid #ddd;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

hr.dotted {
	border-style: dotted;
}

hr.dashed {
	border-style: dashed;
}

hr.blackborder {
	border-color: #000;
}

hr.whiteborder {
	border-color: #fff;
}

/**
 * Print styles.
 */
@media print {
	* {
		color: #000 !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
    a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: ' (' attr(href) ')';
	}

	abbr[title]:after {
		content: ' (' attr(title) ')';
	}

	.ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
		content: '';
	}

	pre,
    blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
    img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}
    @	page {
		margin: .5cm;
	}

	p,
    h2,
    h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
    h3 {
		page-break-after: avoid;
	}
}

/*------------------------------------*	$FORM
\*------------------------------------*/
form {
	font-size: 16px;
	font-size: 1rem;
}

input[type='search']::-webkit-search-decoration {
	display: none;
}

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type='file']:focus,
input[type='file']:active,
input[type='radio']:focus,
input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

button,
a.button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	font-size: .75rem;
	font-weight: 700;
	display: inline-block;
	overflow: visible;
	width: auto;
	margin: 0;
	padding: 3px 10px;
	padding: .1875rem .625rem;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out 0s;
	transition: all 200ms ease-in-out 0s;
	vertical-align: top;
	text-decoration: none;
	color: #222;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	outline: 0;
	background-color: #f0f0f0;
	background-clip: padding-box;
	-webkit-appearance: none;
}

button:hover,
a.button:hover,
input[type='reset']:hover,
input[type='submit']:hover,
input[type='button']:hover {
	text-decoration: none;
	background-color: #fdfdfd;
}

button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='button']::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea,
select,
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
input[type='search'] {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 13px;
	font-size: .8125rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 2.5em;
	margin: 0;
	padding: 5px;
	padding: .3125rem;
	text-align: left;
	vertical-align: top;
	color: #222;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	outline: 0;
	background-color: #fff;
	background-clip: padding-box;
	-webkit-appearance: none;
}

textarea[disabled],
select[disabled],
input[type='date'][disabled],
input[type='datetime'][disabled],
input[type='datetime-local'][disabled],
input[type='email'][disabled],
input[type='month'][disabled],
input[type='number'][disabled],
input[type='password'][disabled],
input[type='search'][disabled],
input[type='tel'][disabled],
input[type='text'][disabled],
input[type='time'][disabled],
input[type='url'][disabled],
input[type='week'][disabled] {
	background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #888;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #888;
}

input.placeholder_text,
textarea.placeholder_text {
	color: #888;
}

[placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
	opacity: 0;
}

textarea,
select[size],
select[multiple] {
	height: auto;
}

select[size='0'],
select[size='1'] {
	height: 2.5em;
}

@media (-webkit-min-device-pixel-ratio: 0) {
	select[size],
    select[multiple],
    select[multiple][size] {
		padding-right: 3px;
		background-image: none;
	}

	select,
    select[size='0'],
    select[size='1'] {
		padding-right: 20px;
		background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
		background-repeat: no-repeat;
		background-position: right center;
	}

	::-webkit-validation-bubble-message {
		font: 13px/17px 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
		overflow: hidden;
		min-height: 16px;
		padding: 15px 15px 17px;
		color: white;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-shadow: black 0 0 1px;
	}

	::-webkit-validation-bubble-arrow,
    ::-webkit-validation-bubble-top-outer-arrow,
    ::-webkit-validation-bubble-top-inner-arrow {
		border-color: #666;
		background: #666;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

textarea {
	overflow: auto;
	width: 100%;
	min-height: 40px;
	resize: vertical;
}

optgroup {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #222;
}

optgroup::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/*------------------------------------*	$TABLE
\*------------------------------------*/
table {
	font-size: 12px;
	font-size: .75rem;
	width: 100%;
	max-width: 100%;
}

table,
td {
	margin: 24px 0;
	margin: 1.5rem 0;
	padding: 5px 10px;
	padding: .3125rem .625rem;
	border: 1px solid #e0e0e0;
}

th {
	margin: 5px 0 10px;
	margin: .3125rem 0 .625rem;
	padding: 5px 10px;
	padding: .3125rem .625rem;
	text-align: left;
	color: #222;
	background-color: #f0f0f0;
}

tr {
	background-color: #fff;
}

table button,
table input {
	*overflow: auto;
}

/*------------------------------------*	$IMAGE
\*------------------------------------*/
figure > img {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

img[class*='align'],
img[class*='attachment-'] {
	height: auto;
}

embed,
iframe,
object {
	width: 100%;
	max-width: 100%;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 15px;
}

.wp-caption img[class*='wp-image-'] {
	display: block;
	margin-bottom: 5px;
}

.wp-caption-text {
	font-style: italic;
	text-align: center;
	color: #999;
}

.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.gallery-item {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 4px 4px 0;
	margin: 0 .25rem .25rem 0;
}

.gallery-icon a,
.gallery-icon img {
	display: block;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.5;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-height: 50%;
	margin: 0;
	padding: 2px 8px;
	padding: .125rem .5rem;
	text-align: left;
	opacity: 0;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
}

.gallery-caption:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 50px;
	content: '';
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*------------------------------------*	$STATE
\*------------------------------------*/
.no-js .hide-if-no-js {
	display: none;
}

.gallery {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after,
.gallery:before,
.gallery:after {
	display: table;
	content: '';
}

.clearfix:after,
.gallery:after {
	clear: both;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/*------------------------------------*	$GLOBAL
\*------------------------------------*/
body {
	font-family: Arial, serif;
	font-size: 13px;
	line-height: 1.6;
	color: #333;
	background: #efefef;
}

#page {
	width: 1185px;
	margin: 0 auto;
	border: 1px solid #dfdfdf;
	background: #fff;
}

#content {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 15px 0;
	border-top: 1px solid #ecede8;
	border-bottom: 1px solid #ecede8;
}

.content-area {
	float: left;
	width: 853px;
	height: auto;
	padding-left: 15px;
	border-right: 1px solid #ecede8;
}

#main {
	float: left;
	width: 647px;
	padding-right: 15px;
	border-right: 1px solid #ecede8;
}

#primary,
#secondary {
	margin-top: -1px;
}

.sidebar1 {
	float: right;
	width: 330px;
	height: 100%;
}

.sidebar2 {
	float: right;
	width: 190px;
	height: 100%;
}

.clearfix {
	clear: both;
}

/*------------------------------------*	$HEADER
\*------------------------------------*/
#logo {
	line-height: 1;
	float: left;
	margin: 15px;
}

.site-title {
	font-family: Georgia;
	font-size: 40px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

.site-description {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	text-align: center;
	color: #999;
}

.header-ad {
	float: right;
	width: 728px;
	height: 90px;
	margin: 15px;
}

.archive-ad {
	width: 728px;
	height: 90px;
	margin: 15px auto;
}

#secondary-bar {
	display: block;
	height: 39px;
	margin-bottom: 0;
	border-top: 1px solid #dfdfdf;
	background: #fbfbfb url(assets/img/bg-menu.gif) repeat-x left top;
}

/*------------------------------------*	$NAVIGATIONS
\*------------------------------------*/
.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	background: #fff;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu ul {
	margin-top: 0;
	border: 1px solid #e6e6e6;
	background: #fff;
}

.sf-menu ul ul {
	left: 170px;
	margin-top: -7px;
}

.sf-menu a {
	position: relative;
	display: block;
	padding: 0 15px;
}

.sf-menu ul a {
	font-size: 1em;
}

.sf-menu li {
	z-index: 100;
}

.sf-menu ul li {
	width: 180px;
}

.sf-arrows .sf-with-ul {
	padding-right: 25px !important;
}

.sf-arrows .sf-with-ul:after {
	position: absolute;
	top: 50%;
	right: 2px;
	width: 0;
	height: 0;
	margin-top: -2px;
	margin-right: 9px;
	content: '';
	border: 4px solid transparent;
	border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #ddd;
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: 0;
	border-color: transparent;
	border-left-color: #ddd;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #ddd;
}

/**
 * Primary Navigation
 * -----------------------------------------------------------------------------
 */
#primary-bar {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #dfdfdf;
	background: #f9f9f9;
}

#primary-nav {
	position: relative;
	z-index: 999;
	float: left;
}

#primary-nav ul {
	float: left;
}

#primary-nav ul li {
	float: left;
	border-right: 1px solid #ecede8;
}

#primary-nav .sf-menu li ul {
	margin-top: -1px;
	padding: 0;
}

#primary-nav ul li li {
	width: 180px;
	border-right: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#primary-nav ul ul ul {
	left: 150px;
}

#primary-nav ul li a {
	font-size: 12px;
	line-height: 30px;
	display: block;
	padding: 0 15px;
	color: #333;
}

#primary-nav ul li li a:link,
#primary-nav ul li li a:visited {
	color: #999;
	border-top: none;
	border-left: none;
}

/**
 * Secondary Navigation
 * -----------------------------------------------------------------------------
 */
#secondary-nav {
	position: relative;
	z-index: 50;
	float: left;
}

#secondary-nav ul li {
	border-right: 1px solid #eee;
}

#secondary-nav ul li a {
	font-size: 13px;
	font-weight: 700;
	line-height: 35px;
	display: block;
	margin-right: -1px;
	padding: 0 15px;
	color: #333;
}

#secondary-nav .sf-menu li ul {
	padding: 0;
	background: #fff;
}

#secondary-nav ul li a:hover,
#secondary-nav ul li.current_item a {
	text-decoration: none;
	color: #fff;
}

#secondary-nav ul li.home_item a {
	margin-left: 0;
}

#secondary-nav ul li.home_item a i {
	margin-right: 2px;
}

#secondary-nav ul li ul {
	margin-left: -1px;
	border-top: 1px solid #e6e6e6;
}

#secondary-nav ul li li {
	border-right: none;
	background: none;
}

#secondary-nav ul.sf-menu li li a,
#primary-nav ul.sf-menu li li a {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 10px 15px;
	text-transform: none;
	color: #555;
	border-bottom: 1px solid #ecede8;
}

#secondary-nav ul.sf-menu li li a:hover,
#primary-nav ul.sf-menu li li a:hover {
	text-decoration: underline;
	background: #fff;
}

#secondary-nav ul.sf-menu li li:last-child a,
#primary-nav ul.sf-menu li li:last-child a {
	border-bottom: none !important;
}

/**
 * Mega Menu
 * -----------------------------------------------------------------------------
 */
.sf-mega-parent {
	position: static !important;
}

.links {
	width: 1183px !important;
	padding: 30px;
}

.posts {
	width: 1183px !important;
}

.sf-mega {
	position: absolute;
	z-index: 9999;
	left: 1px;
	display: none;
	width: 100%;
	margin-left: -1px;
	border-bottom: 1px solid #dfdfdf;
	background-color: #fff;
}

.links li a:link,
.links li a:visited {
	color: #333;
}

.posts .sub-cats li {
	float: none;
	width: 100% !important;
	background: none !important;
}

.posts .sub-cats li a {
	font-weight: normal !important;
	line-height: 1;
	display: block;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	color: #333;
	background: none;
}

.posts .cat-posts .post-list a {
	border-right: none;
}

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
	display: block;
}

.sf-mega ol {
	position: static;
	display: block;
}

.sf-mega li a {
	font-size: 13px !important;
	text-transform: none !important;
}

/* Links */
.links li {
	font-size: 13px;
	line-height: 1.3;
	display: block;
	float: left;
	width: 200px !important;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-right: 30px;
	border-right: 1px solid #ecede8 !important;
}

.links li:last-child {
	height: 100%;
	margin-right: 0 !important;
	padding-right: 15px !important;
	border-right: none !important;
}

.links li span.column-heading {
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
}

.links li ol {
	display: block;
	margin: 0 15px 0 0 !important;
}

.links li ol li {
	margin: 0;
	border-right: none !important;
	background: none;
}

.links li ol li a {
	font-weight: normal !important;
	line-height: 15px !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	border: none !important;
}

.links li ol li:last-child a {
	margin-bottom: 0 !important;
}

/* Posts */
.posts .sub-cats {
	float: left;
	width: 200px !important;
	min-height: 240px;
	padding: 15px 0;
	text-align: left;
	background: #f9f9f9;
}

.posts .sub-cats li:first-child {
	margin-top: 15px;
}

.posts .sub-cats li:last-child {
	margin-bottom: 15px;
}

.posts .sub-cats li a {
	font-size: 13px !important;
	font-weight: bold !important;
	margin: 0 !important;
	padding: 8px 30px !important;
	border: none !important;
}

.posts .sub-cats li a:hover {
	text-decoration: none !important;
}

.posts .sub-cats li a:after {
	font-family: FontAwesome;
	font-size: 9px !important;
	margin-left: 10px;
	content: '\f054';
	color: transparent;
}

.posts .sub-cats li:hover > a:after {
	color: #f64;
}

.posts .cat-posts {
	float: left;
	width: 953px;
	padding: 30px 30px 30px 0;
}

.posts .cat-posts .post-list {
	float: left !important;
	width: 200px;
	margin-left: 30px;
}

.posts .cat-posts .post-list:last-child {
	margin-right: 0;
}

.posts .cat-posts .post-list:hover {
	text-decoration: underline;
}

.posts .cat-posts .post-list a {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: none !important;
}

.posts .cat-posts .post-list a:hover {
	background: none !important;
}

.posts .cat-posts .post-list img {
	width: 100%;
	padding: 4px;
	border: 1px solid #e0e0e0;
}

.posts .cat-posts .post-list .entry-title {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 5px;
	text-transform: none;
}

/**
 * Header Social
 * -----------------------------------------------------------------------------
 */
.header-social {
	line-height: 30px;
	float: right;
	margin: 0 15px 0 0;
}

.header-social a {
	padding-left: 10px;
}

.header-social span {
	font-size: 11px;
	color: #666 !important;
}

.header-social .fa {
	font-size: 15px;
	padding-right: 3px;
	vertical-align: middle;
}

.fa-facebook {
	color: #3b5998;
}

.fa-twitter {
	color: #3cf;
}

.fa-google-plus {
	color: #dd4b39;
}

.fa-rss {
	color: #f0b70c;
}

.fa-linkedin {
	color: #007bb6;
}

.fa-print {
	color: #09c;
}

/**
 * Header Search
 * -----------------------------------------------------------------------------
 */
.search-form {
	font-size: 11px;
	font-style: italic;
	float: right;
	margin: 4px 15px;
	color: #999;
	border: 1px solid #dfdfdf;
	background: #fff;
}

.search-form input[type='search'] {
	font-size: 12px;
	width: 160px;
	height: 24px;
	color: #999;
	border: none;
}

.search-form button {
	color: #999;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #dfdfdf;
	background: #fff;
}

.header-date {
	font-size: 11px;
	float: right;
	padding: 5px 15px;
	color: #999;
}

/*------------------------------------*	$FEATURED
\*------------------------------------*/
/**
 * Featured Slider
 * -----------------------------------------------------------------------------
 */
#featured-content {
	position: relative;
	margin: 0 15px 15px 0;
}

#featured-content ul {
	margin: 0;
	padding: 0;
}

#featured-content ul li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#featured-content .entry-title {
	font-size: 30px;
	line-height: 32px;
}

#featured-content .entry-thumbnail {
	width: 250px;
	height: 250px;
	margin-bottom: 0;
}

#featured-content #carousel-0 {
	position: relative;
}

#featured-content #carousel-0 ul li {
	width: 823px;
}

#featured-content .jcarousel-pagination-0 {
	position: absolute;
	top: 250px;
	width: 100%;
	height: 10px;
	text-align: center;
}

#featured-content .jcarousel-pagination-0 a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -9999em;
	border-radius: 50%;
	background-color: #e0e0e0;
}

#featured-content .jcarousel-pagination-0 a.active {
	background-color: #f64;
}

#featured-content .jcarousel-control-prev,
#featured-content .jcarousel-control-next {
	font-size: 1.2em;
	line-height: 60px;
	position: absolute;
	top: 107px;
	visibility: hidden;
	width: 36px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .2);
}

#featured-content .jcarousel-control-prev {
	left: 0;
}

#featured-content .jcarousel-control-next {
	right: 0;
}

#featured-content:hover .jcarousel-control-prev,
#featured-content:hover .jcarousel-control-next {
	visibility: visible;
	background-color: rgba(0, 0, 0, .2);
}

#featured-content .jcarousel-control-prev:hover,
#featured-content .jcarousel-control-next:hover {
	background-color: rgba(0, 0, 0, .3);
}

/**
 * Featured Content
 * -----------------------------------------------------------------------------
 */
#featured-content-2 {
	position: relative;
	margin: 0 15px 15px 0;
}

#featured-content-2 .featured-big {
	float: left;
	width: 823px;
	margin: 15px 15px 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}

#featured-content-2 .featured-big .entry-title {
	font-size: 30px;
	line-height: 32px;
}

#featured-content-2 .featured-big .entry-thumbnail {
	width: 250px;
	height: 250px;
	margin-bottom: 0;
}

#featured-content-2 .featured-small {
	float: left;
	width: 411px;
	padding-right: 15px;
	border-right: 1px solid #e9e9e9;
}

#featured-content-2 .featured-small .entry-thumbnail {
	width: 120px;
	height: 120px;
}

#featured-content-2 .featured-small .entry-title {
	font-size: 18px;
	line-height: 20px;
}

#featured-content-2 .featured-small .entry-summary {
	display: block;
	overflow: hidden;
}

#featured-content-2 .last {
	margin-right: 0;
	padding-right: 0;
	padding-left: 15px;
	border-right: none;
}

.featured-video {
	margin-bottom: 15px;
}

.featured-video embed,
.featured-video object,
.featured-video iframe {
	max-width: 823px;
	max-height: 450px;
}

#featured-content .widget-title,
#featured-content-2 .widget-title,
.content-loop .widget-title {
	margin: 0 -15px;
}

/**
 * Carousel
 * -----------------------------------------------------------------------------
 */
#carousel-1 {
	position: relative;
	color: #333;
	background: #fff;
}

.carousel-loop {
	margin-bottom: 30px;
}

.carousel-loop li {
	list-style: none;
}

.carousel-loop .hentry {
	position: relative;
}

.carousel-loop .hentry .entry-thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.carousel-loop .hentry .entry-title {
	font-size: 15px;
	margin-bottom: 10px;
}

.carousel-loop .hentry .entry-meta {
	color: #999;
}

.jcarousel {
	position: relative;
	overflow: hidden;
}

.jcarousel ul {
	position: relative;
	width: 20000em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jcarousel li {
	float: left;
}

.carousel-loop .jcarousel {
	overflow: hidden;
	width: 100%;
}

.carousel-loop li {
	width: 222px;
	margin-right: 20px;
	padding-right: 19px;
	border-right: 1px solid #e9e9e9;
}

#carousel-1 .jcarousel-control-prev,
#carousel-1 .jcarousel-control-next {
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	top: -2px;
	display: block;
	width: 14px;
	height: 14px;
	text-align: center;
	text-decoration: none;
	color: #999;
	border: 1px solid #ddd;
	border-radius: 3px;
}

#carousel-1 .jcarousel-control-prev:hover,
#carousel-1 .jcarousel-control-next:hover {
	border-color: #999;
}

#carousel-1 .jcarousel-control-prev {
	right: 20px;
}

#carousel-1 .jcarousel-control-next {
	right: 0;
}

/*------------------------------------*	$CONTENT
\*------------------------------------*/
/**
 * Layouts
 * -----------------------------------------------------------------------------
 */
.layout-1c .content-area {
	width: 100%;
	padding: 0;
	border: none;
}

.layout-1c #main {
	width: 100%;
	padding-left: 15px;
	border-right: none;
}

.layout-2c-l .content-area {
	padding-right: 0;
}

.layout-2c-l #main {
	width: 100%;
	border-right: none;
}

.layout-3c-l .grid .hentry,
.layout-3c-r .grid .hentry,
.layout-3c-1 .grid .hentry,
.layout-3c-2 .grid .hentry {
	width: 315px;
}

.layout-2c-r .content-area {
	float: right;
	padding-right: 0;
	padding-left: 15px;
	border-right: none;
	border-left: 1px solid #ecede8;
}

.layout-2c-r #main {
	width: 100%;
	padding-left: 0;
	border-right: none;
}

.layout-2c-r .sidebar1 {
	float: left;
}

.layout-3c-r .content-area {
	float: right;
	padding-right: 0;
	padding-left: 0;
	border-right: none;
	border-left: 1px solid #ecede8;
}

.layout-3c-r #main {
	float: right;
	width: 662px;
	padding-left: 15px;
	border-right: none;
	border-left: 1px solid #ecede8;
}

.layout-3c-r #featured-content,
.layout-3c-r #featured-content-2,
.layout-3c-1 #featured-content,
.layout-3c-1 #featured-content-2,
.layout-3c-2 #featured-content,
.layout-3c-2 #featured-content-2 {
	margin-left: 15px;
}

.layout-3c-r .sidebar1,
.layout-3c-r .sidebar2 {
	float: left;
}

.layout-3c-1 .content-area {
	float: right;
	padding-right: 0;
	padding-left: 0;
	border-right: none;
	border-left: 1px solid #ecede8;
}

.layout-3c-1 #main {
	width: 662px;
	padding-left: 15px;
}

.layout-3c-1 .sidebar1 {
	float: left;
}

.layout-3c-2 .content-area {
	padding-left: 0;
}

.layout-3c-2 #main {
	float: right;
	width: 662px;
	padding-left: 15px;
	border-right: none;
	border-left: 1px solid #ecede8;
}

.layout-3c-2 .sidebar2 {
	float: left;
}

/**
 * Listings
 * -----------------------------------------------------------------------------
 */
.blog-list .hentry {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}

.blog-list .entry-title {
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 15px;
}

.blog-list .entry-thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.list .hentry {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}

.list .entry-thumbnail {
	width: 150px;
	height: 150px;
}

.grid .hentry {
	float: left;
	width: 411px;
	margin: 0;
	padding: 15px 15px 15px 0;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.grid .hentry:nth-of-type(2n) {
	padding-right: 0;
	padding-left: 15px;
	border-right: none;
}

.grid .hentry:nth-of-type(1),
.grid .hentry:nth-of-type(2) {
	margin-top: 15px;
	padding-top: 0;
}

.grid .entry-title {
	font-size: 18px;
	line-height: 20px;
}

.grid .entry-thumbnail {
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
}

.grid .entry-content {
	float: left;
}

.layout-2c-l .grid .entry-content,
.layout-2c-r .grid .entry-content {
	display: block;
	float: none;
	overflow: hidden;
}

.error404 #main {
	padding-top: 15px;
}

/**
 * Article
 * -----------------------------------------------------------------------------
 */
article {
	margin: 15px 0;
	padding: 0 0 15px;
}

.entry-title {
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 10px 0;
}

.entry-thumbnail {
	float: left;
	margin: 0 15px 0 0;
	padding: 4px;
	border: 1px solid #e0e0e0;
}

.entry-meta {
	font-size: 11px;
	margin: 0 0 10px 0;
	color: #999;
}

.entry-meta a {
	color: #888 !important;
}

.meta-sep {
	margin: 0 3px;
	color: #ccc;
}

.more-link {
	font-size: 12px;
	font-style: italic;
	display: inline;
	margin-left: 10px;
}

.more-link a {
	color: #888 !important;
}

/**
 * Breadcrumbs
 * -----------------------------------------------------------------------------
 */
#breadcrumbs {
	font-size: 11px;
	float: left;
	padding: 5px 15px;
	color: #999;
}

#breadcrumbs .sep {
	padding: 0 1px;
}

/**
 * Single Post
 * -----------------------------------------------------------------------------
 */
h1.entry-title {
	font-size: 28px;
	line-height: 30px;
}

.single article {
	padding-bottom: 0;
}

.single .entry-thumbnail {
	width: 100%;
	height: auto;
	margin: 0 auto 15px auto;
}

.entry-content img {
	margin-bottom: 15px;
}

.entry-content p {
	margin-bottom: 15px;
}

.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
	margin: 0 0 15px 0;
}

.entry-content h1 {
	font-size: 24px;
}

.entry-content h2 {
	font-size: 22px;
}

.entry-content h3 {
	font-size: 20px;
}

.entry-content h4 {
	font-size: 18px;
}

.entry-content h5 {
	font-size: 16px;
}

.entry-content ul,
.entry-content ol {
	margin: 15px 0 15px 15px;
}

.entry-content ol {
	list-style-type: decimal;
}

.entry-content ul {
	list-style-type: square;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul {
	margin: 0 0 0 15px;
}

.entry-content blockquote {
	overflow: hidden;
	margin: 20px 20px;
	padding: 0 30px 0 20px;
	border-left: 10px solid #f7f7f7;
}

.author-bio {
	margin: 0 0 15px 0;
	padding: 15px;
	border: 1px solid #ecede8;
	background: #fbfbfb;
}

.entry-cats {
	float: left;
}

.entry-tags {
	margin-left: 15px;
}

.author-bio img {
	display: block;
	float: left;
	margin-right: 15px;
	padding: 4px;
	border: 1px solid #e9e9e9;
	background: #fff;
}

.author-bio h3 {
	font-size: 16px;
	margin: 0 0 10px 0 !important;
	color: #333;
}

.author-bio h3 a {
	color: #333;
}

.author-bio p {
	margin-bottom: 5px;
}

.entry-share,
.newsletter-form {
	width: 49%;
	max-width: 450px;
	margin-bottom: 15px;
	border: 1px solid #ecede8;
}

.entry-share {
	float: left;
}

.newsletter-form {
	float: right;
	padding-bottom: 15px;
}

.entry-share h3,
.newsletter-form h3 {
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	padding: 0 15px;
	color: #333;
	border-bottom: 1px solid #ecede8;
	background: #fbfbfb;
}

.entry-share ul {
	width: auto;
	max-width: 220px;
	margin: 0 auto;
	padding: 0;
}

.entry-share ul li {
	font-size: 32px;
	float: left;
	padding: 15px 8px;
	list-style: none;
}

.newsletter-form form {
	font-size: 12px;
	padding: 15px;
	color: #666;
}

.newsletter-form p {
	margin-bottom: 10px;
}

.newsletter-form input[type='text'] {
	float: left;
	width: 75%;
	height: 30px;
	color: #999;
}

.layout-2c-l .newsletter-form input[type='text'],
.layout-2c-r .newsletter-form input[type='text'] {
	width: 81%;
}

.layout-1c .newsletter-form input[type='text'] {
	width: 83%;
}

.newsletter-form button {
	font-size: 12px;
	font-weight: bold;
	float: right;
	padding: 4px 10px;
	vertical-align: middle;
	color: #333;
	background: #fafafa;
}

/* Related Posts */
.related-posts {
	width: 100%;
	margin-bottom: 15px;
}

.related-posts h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #e9e9e9;
}

.related-posts ul {
	margin: 0;
	padding: 0;
}

.related-posts ul li {
	float: left;
	width: 25%;
	padding-right: 2%;
	list-style: none;
}

.related-posts ul li:last-child {
	padding-right: 0;
}

.related-posts ul li img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #e0e0e0;
}

.related-posts ul li a {
	display: block;
}

.related-posts ul li .entry-title {
	font-size: 13px;
}

/*------------------------------------*	$WIDGETS
\*------------------------------------*/
.widget-title {
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	padding: 0 15px;
	color: #333;
	border-top: 1px solid #ecede8;
	border-bottom: 1px solid #ecede8;
	background: #fbfbfb;
}

.widget ul,
.textwidget,
#calendar_wrap,
.widget .adwidget,
.widget .form-subscribe,
.widget .video-frame {
	margin: 0;
	padding: 15px;
}

#calendar_wrap table {
	margin: 0;
}

#calendar_wrap table th {
	background: #fbfbfb;
}

#calendar_wrap table td,
#calendar_wrap table th {
	text-align: center;
}

#calendar_wrap table caption {
	font-weight: bold;
	padding-bottom: 5px;
}

.entry-thumb {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 15px 0 0;
	padding: 4px;
	border: 1px solid #e0e0e0;
}

.posts-thumbnail-widget li {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0 0 15px 0 !important;
	border-bottom: 1px solid #e9e9e9;
	background: none !important;
}

.posts-thumbnail-widget li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.posts-thumbnail-widget .entry-thumb {
	float: left;
	margin-right: 15px;
}

.posts-thumbnail-widget .entry-date {
	font-size: 11px;
	display: block;
	margin-top: 5px;
	margin-right: 3px;
	color: #999;
}

.widget-daily-views p {
	margin: 0;
}

.widget-daily-views .entry-info {
	margin-top: 5px;
}

.widget-daily-views .entry-date {
	display: inline;
}

.posts-thumbnail-widget .entry-view {
	font-size: 11px;
	display: inline;
	color: #999;
}

.posts-thumbnail-widget .classic-style .entry-thumb {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-bottom: 10px;
}

.widget ul li {
	font-size: 11px;
	position: relative;
	top: -1px;
	display: block;
	padding: 7px 0 7px 11px;
	list-style: none;
	color: #999;
	border-bottom: 1px solid #ecede8;
	background: url(assets/img/ico-bullet.gif) no-repeat 0 13px;
}

.widget ul li a {
	font-size: 13px;
}

.sidebar2 .posts-thumbnail-widget .classic-style .entry-thumb {
	width: 160px;
	height: 100px;
}

.widget_search {
	padding-bottom: 15px;
}

.widget_search form {
	font-size: 12px;
	font-style: italic;
	margin: 15px;
	color: #999;
	background: #fff;
}

.widget_search input[type='search'] {
	width: 100% !important;
}

.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.subscribe-widget {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.subscribe-widget form {
	font-size: 12px;
	padding: 15px;
	color: #666;
}

.subscribe-widget p {
	margin-bottom: 10px;
}

.widget input[type='text'] {
	float: left;
	width: 75%;
	height: 30px;
	color: #999;
}

.widget button {
	font-size: 12px;
	font-weight: bold;
	float: right;
	padding: 4px 10px;
	vertical-align: middle;
	color: #333;
	background: #fafafa;
}

/* Tabs Widget */
.widget_tabs {
	border-top: 1px solid #ecede8;
}

.widget_tabs .tabs-nav {
	font-size: 11px;
	font-weight: bold;
	overflow: visible;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
	background: #fbfbfb;
}

.widget_tabs .tabs-nav li {
	position: relative;
	display: inline-block;
	overflow: hidden;
	height: 34px;
	margin: 0 0 0 -3px;
	padding: 0 0 0 15px !important;
	list-style: none;
	border-bottom: none;
}

.widget_tabs .tabs-nav li a {
	font-size: 11px;
	font-weight: bold;
	line-height: 33px;
	display: block;
	height: 30px;
	margin: 0;
	padding-right: 15px;
	text-transform: uppercase;
	color: #333;
	border-right: 1px solid #ecede8;
}

.widget_tabs .tabs-nav li a:hover,
.widget_tabs .tab-content ul li a:hover {
	text-decoration: none;
}

.widget_tabs .tab-content ul li {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ecede8;
}

.widget_tabs .tab-content ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.widget_tabs .tab-content ul li .entry-title {
	font-family: Arial, serif;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 5px;
}

.widget_tabs .tab-content ul li .entry-title:hover,
.widget_tabs .tab-content ul li span:hover {
	text-decoration: underline;
}

.widget_tabs .tab-content ul li strong {
	font-size: 12px;
	color: #666;
}

/* 125 Ad Widget */
.widget_125 {
	margin-bottom: 15px;
}

.widget_125 .widget-title {
	margin-bottom: 5px;
}

.widget_125 img {
	margin: 10px 0 0 15px;
	padding: 7px;
	border: 1px solid #eee;
	background: #fff;
}

.sidebar1 .widget_125 img.img-right {
	float: right;
}

.widget_twitter_timeline iframe {
	margin: 15px !important;
}

/*------------------------------------*	$PAGINATIONS
\*------------------------------------*/
.pagination {
	font-size: 12px;
	font-weight: bold;
	clear: both;
	text-align: center;
	letter-spacing: 1px;
}

.pagination .page-numbers {
	display: inline-block;
	margin: 0 1px;
	padding: 4px 8px;
	text-decoration: none;
	color: #666;
	border: 1px solid #e0e0e0;
	background: #fbfbfb;
}

.pagination .prev,
.pagination .next {
	border: 1px solid #e0e0e0;
	background: #fbfbfb;
}

.pagination .prev:hover,
.pagination .next:hover {
	text-decoration: underline;
}

.pagination ul.page-numbers {
	margin: 0;
	padding: 0;
	background: none;
}

.pagination ul.page-numbers li {
	float: left;
}

.grid .pagination {
	margin-top: 15px;
}

/*------------------------------------*	$COMMENTS
\*------------------------------------*/
/* Comment List */
#comments {
	margin: 30px 0;
}

#comments header {
	margin: 15px 0;
}

#comments header h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e9e9e9;
}

#comments header h2 strong {
	text-transform: uppercase;
}

#comments ol,
#comments article {
	margin: 0;
	padding: 0;
}

#comments .commentlist {
	clear: both;
	margin: 0;
	list-style: none;
}

#comments .commentlist:after {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
	content: '\0020';
}

#comments .commentlist li.comment {
	position: relative;
	margin-bottom: 15px;
	padding: 15px;
	list-style: none;
	border: 1px solid #ecede8;
}

#comments .commentlist .thread-even {
	background: #fafafa;
}

#comments .commentlist li.comment .comment-head span {
	display: block;
}

#comments .commentlist li.comment:after {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
	content: '\0020';
}

#comments .commentlist li.comment .comment-container:after {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
	content: '\0020';
}

#comments .commentlist li.comment .comment-container div.avatar,
#comments .commentlist li.comment .comment-container .comment-head,
#comments .commentlist li.comment .comment_container .comment-text {
	float: left;
}

#comments .commentlist li.comment .comment-container .comment-entry {
	clear: both;
	margin: 0;
}

#comments .commentlist li.comment .comment-container .comment-entry p {
	margin: 0;
	padding-bottom: 10px;
}

#comments .commentlist li.comment .comment-container .comment-head {
	margin-bottom: 15px;
}

#comments .commentlist li.comment .comment-head .name {
	font-size: 14px;
	font-weight: bold;
}

#comments .commentlist li.comment .comment-head .date a {
	font-size: 11px;
	color: #999;
}

#comments .commentlist li.comment img.avatar {
	float: left;
	margin: 0 15px 15px 0;
	padding: 3px;
	border: 1px solid #e9e9e9;
	background: #fff;
}

#comments .commentlist li.comment .comment_container .comment-text {
	width: 91.35%;
}

#comments .commentlist li.comment .depth-2 {
	background: #fff;
}

#comments .commentlist li.comment .depth-3 {
	background: #fafafa;
}

#comments .commentlist li.comment .depth-4 {
	background: #fff;
}

#comments .commentlist li.comment .reply {
	position: absolute;
	top: 15px;
	right: 15px;
}

#comments .commentlist li.comment #respond {
	padding-top: 15px;
}

#comments .navigation a {
	display: block;
	text-decoration: none;
}

#comments .pingbacks li.pingback {
	margin: 0 0 15px;
}

#comments .pingbacks li.pingback .reply {
	display: none;
}

#comments .nocomments {
	margin: 15px 0;
	padding: 15px 0;
	border: 4px double #e8e4e3;
	border-right: 0;
	border-left: 0;
}

/* Comment Form */
#respond {
	margin: 0 0 15px;
}

#respond #reply-title {
	font-size: 16px;
	margin: 0 0 10px;
}

#respond #reply-title small {
	font-size: 11px;
	margin-left: 10px;
}

#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
	float: left;
	width: 30.75%;
	margin-right: 3.8%;
}

#respond #commentform .comment-form-author label,
#respond #commentform .comment-form-email label,
#respond #commentform .comment-form-url label {
	font-size: 13px;
	display: inline-block;
	margin-bottom: 5px;
}

#respond #commentform .fa {
	margin-right: 5px;
}

#respond #commentform .comment-form-author input,
#respond #commentform .comment-form-email input,
#respond #commentform .comment-form-url input {
	width: 100%;
}

#respond #commentform .comment-form-url {
	margin-right: 0;
}

#respond #commentform .comment-form-comment {
	clear: both;
}

#respond #commentform p {
	font-size: 13px;
	margin-bottom: 10px;
}

#respond #commentform .form-submit {
	margin-bottom: 0;
}

#respond #commentform .form-submit #submit {
	font-size: 13px;
	font-weight: bold;
	padding: 6px 10px;
	color: #333;
	background: #fafafa;
}

#respond #commentform label {
	display: block;
}

#respond #commentform input.txt,
#respond #commentform textarea {
	width: 100%;
}

#comment-nav-below {
	margin: 0 0 15px 0;
}

.nav-previous {
	float: left;
	margin-bottom: 15px;
}

.nav-next {
	float: right;
	margin-bottom: 15px;
}

/*------------------------------------*	$FOOTER
\*------------------------------------*/
#footer {
	font-size: 13px;
}

.footer-column-1,
.footer-column-2,
.footer-column-3,
.footer-column-4 {
	float: left;
	width: 24.5%;
	padding-left: 2%;
}

/* Footer Widgets */
#footer .widget-title {
	font-size: 11px;
	margin-bottom: 15px;
	padding: 0;
	text-transform: uppercase;
	color: #333;
	border-top: none;
	border-bottom: 1px solid #e9e9e9;
	background: none;
}

#footer .widget {
	margin: 15px 0;
}

#footer .widget ul,
#footer .textwidget,
#footer #calendar_wrap,
#footer .widget .adwidget,
#footer .widget .form-subscribe,
#footer .widget .video-frame {
	padding: 0;
}

#footer .widget ul li {
	overflow: hidden;
	list-style: none;
	border-bottom: none;
	border-bottom: 1px dotted #e9e9e9;
}

#footer .widget ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#footer .widget .entry-thumb {
	margin-bottom: 15px;
}

#footer .widget_newsletter {
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#footer .widget_newsletter input {
	width: 140px;
	height: 32px;
	margin: 0;
	border: none;
	background: #f0f0f0;
}

/* Site Bottom */
#site-bottom {
	font-size: 12px;
	padding: 10px 0;
	color: #666;
	border-top: 1px solid #e9e9e9;
	background: #f9f9f9;
}

#site-bottom a:link,
#site-bottom a:visited {
	color: #666;
}

#footer-nav {
	float: left;
}

#footer-nav ul li {
	display: inline;
	padding: 0 10px;
	list-style: none;
	border-left: 1px solid #e9e9e9;
}

#footer-nav ul li:first-child {
	padding-left: 0;
	border-left: none;
}

#footer-nav ul li li {
	display: none;
}

.copyright {
	padding: 0 15px;
	text-align: center;
}

/**
 * FontAwesome
 * -----------------------------------------------------------------------------
 */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal; 

    src: url('assets/fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('assets/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('assets/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('assets/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
}

.fa {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.3333333333333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.2857142857142858em;
	text-align: center;
}

.fa-ul {
	margin-left: 2.142857142857143em;
	padding-left: 0;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	top: .14285714285714285em;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.8571428571428572em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
}

.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
}

.fa-stack {
	line-height: 2em;
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
	 readers do not read off random characters that represent icons */
.fa-glass:before {
	content: '\f000';
}

.fa-music:before {
	content: '\f001';
}

.fa-search:before {
	content: '\f002';
}

.fa-envelope-o:before {
	content: '\f003';
}

.fa-heart:before {
	content: '\f004';
}

.fa-star:before {
	content: '\f005';
}

.fa-star-o:before {
	content: '\f006';
}

.fa-user:before {
	content: '\f007';
}

.fa-film:before {
	content: '\f008';
}

.fa-th-large:before {
	content: '\f009';
}

.fa-th:before {
	content: '\f00a';
}

.fa-th-list:before {
	content: '\f00b';
}

.fa-check:before {
	content: '\f00c';
}

.fa-times:before {
	content: '\f00d';
}

.fa-search-plus:before {
	content: '\f00e';
}

.fa-search-minus:before {
	content: '\f010';
}

.fa-power-off:before {
	content: '\f011';
}

.fa-signal:before {
	content: '\f012';
}

.fa-gear:before,
.fa-cog:before {
	content: '\f013';
}

.fa-trash-o:before {
	content: '\f014';
}

.fa-home:before {
	content: '\f015';
}

.fa-file-o:before {
	content: '\f016';
}

.fa-clock-o:before {
	content: '\f017';
}

.fa-road:before {
	content: '\f018';
}

.fa-download:before {
	content: '\f019';
}

.fa-arrow-circle-o-down:before {
	content: '\f01a';
}

.fa-arrow-circle-o-up:before {
	content: '\f01b';
}

.fa-inbox:before {
	content: '\f01c';
}

.fa-play-circle-o:before {
	content: '\f01d';
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: '\f01e';
}

.fa-refresh:before {
	content: '\f021';
}

.fa-list-alt:before {
	content: '\f022';
}

.fa-lock:before {
	content: '\f023';
}

.fa-flag:before {
	content: '\f024';
}

.fa-headphones:before {
	content: '\f025';
}

.fa-volume-off:before {
	content: '\f026';
}

.fa-volume-down:before {
	content: '\f027';
}

.fa-volume-up:before {
	content: '\f028';
}

.fa-qrcode:before {
	content: '\f029';
}

.fa-barcode:before {
	content: '\f02a';
}

.fa-tag:before {
	content: '\f02b';
}

.fa-tags:before {
	content: '\f02c';
}

.fa-book:before {
	content: '\f02d';
}

.fa-bookmark:before {
	content: '\f02e';
}

.fa-print:before {
	content: '\f02f';
}

.fa-camera:before {
	content: '\f030';
}

.fa-font:before {
	content: '\f031';
}

.fa-bold:before {
	content: '\f032';
}

.fa-italic:before {
	content: '\f033';
}

.fa-text-height:before {
	content: '\f034';
}

.fa-text-width:before {
	content: '\f035';
}

.fa-align-left:before {
	content: '\f036';
}

.fa-align-center:before {
	content: '\f037';
}

.fa-align-right:before {
	content: '\f038';
}

.fa-align-justify:before {
	content: '\f039';
}

.fa-list:before {
	content: '\f03a';
}

.fa-dedent:before,
.fa-outdent:before {
	content: '\f03b';
}

.fa-indent:before {
	content: '\f03c';
}

.fa-video-camera:before {
	content: '\f03d';
}

.fa-picture-o:before {
	content: '\f03e';
}

.fa-pencil:before {
	content: '\f040';
}

.fa-map-marker:before {
	content: '\f041';
}

.fa-adjust:before {
	content: '\f042';
}

.fa-tint:before {
	content: '\f043';
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: '\f044';
}

.fa-share-square-o:before {
	content: '\f045';
}

.fa-check-square-o:before {
	content: '\f046';
}

.fa-arrows:before {
	content: '\f047';
}

.fa-step-backward:before {
	content: '\f048';
}

.fa-fast-backward:before {
	content: '\f049';
}

.fa-backward:before {
	content: '\f04a';
}

.fa-play:before {
	content: '\f04b';
}

.fa-pause:before {
	content: '\f04c';
}

.fa-stop:before {
	content: '\f04d';
}

.fa-forward:before {
	content: '\f04e';
}

.fa-fast-forward:before {
	content: '\f050';
}

.fa-step-forward:before {
	content: '\f051';
}

.fa-eject:before {
	content: '\f052';
}

.fa-chevron-left:before {
	content: '\f053';
}

.fa-chevron-right:before {
	content: '\f054';
}

.fa-plus-circle:before {
	content: '\f055';
}

.fa-minus-circle:before {
	content: '\f056';
}

.fa-times-circle:before {
	content: '\f057';
}

.fa-check-circle:before {
	content: '\f058';
}

.fa-question-circle:before {
	content: '\f059';
}

.fa-info-circle:before {
	content: '\f05a';
}

.fa-crosshairs:before {
	content: '\f05b';
}

.fa-times-circle-o:before {
	content: '\f05c';
}

.fa-check-circle-o:before {
	content: '\f05d';
}

.fa-ban:before {
	content: '\f05e';
}

.fa-arrow-left:before {
	content: '\f060';
}

.fa-arrow-right:before {
	content: '\f061';
}

.fa-arrow-up:before {
	content: '\f062';
}

.fa-arrow-down:before {
	content: '\f063';
}

.fa-mail-forward:before,
.fa-share:before {
	content: '\f064';
}

.fa-expand:before {
	content: '\f065';
}

.fa-compress:before {
	content: '\f066';
}

.fa-plus:before {
	content: '\f067';
}

.fa-minus:before {
	content: '\f068';
}

.fa-asterisk:before {
	content: '\f069';
}

.fa-exclamation-circle:before {
	content: '\f06a';
}

.fa-gift:before {
	content: '\f06b';
}

.fa-leaf:before {
	content: '\f06c';
}

.fa-fire:before {
	content: '\f06d';
}

.fa-eye:before {
	content: '\f06e';
}

.fa-eye-slash:before {
	content: '\f070';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: '\f071';
}

.fa-plane:before {
	content: '\f072';
}

.fa-calendar:before {
	content: '\f073';
}

.fa-random:before {
	content: '\f074';
}

.fa-comment:before {
	content: '\f075';
}

.fa-magnet:before {
	content: '\f076';
}

.fa-chevron-up:before {
	content: '\f077';
}

.fa-chevron-down:before {
	content: '\f078';
}

.fa-retweet:before {
	content: '\f079';
}

.fa-shopping-cart:before {
	content: '\f07a';
}

.fa-folder:before {
	content: '\f07b';
}

.fa-folder-open:before {
	content: '\f07c';
}

.fa-arrows-v:before {
	content: '\f07d';
}

.fa-arrows-h:before {
	content: '\f07e';
}

.fa-bar-chart-o:before {
	content: '\f080';
}

.fa-twitter-square:before {
	content: '\f081';
}

.fa-facebook-square:before {
	content: '\f082';
}

.fa-camera-retro:before {
	content: '\f083';
}

.fa-key:before {
	content: '\f084';
}

.fa-gears:before,
.fa-cogs:before {
	content: '\f085';
}

.fa-comments:before {
	content: '\f086';
}

.fa-thumbs-o-up:before {
	content: '\f087';
}

.fa-thumbs-o-down:before {
	content: '\f088';
}

.fa-star-half:before {
	content: '\f089';
}

.fa-heart-o:before {
	content: '\f08a';
}

.fa-sign-out:before {
	content: '\f08b';
}

.fa-linkedin-square:before {
	content: '\f08c';
}

.fa-thumb-tack:before {
	content: '\f08d';
}

.fa-external-link:before {
	content: '\f08e';
}

.fa-sign-in:before {
	content: '\f090';
}

.fa-trophy:before {
	content: '\f091';
}

.fa-github-square:before {
	content: '\f092';
}

.fa-upload:before {
	content: '\f093';
}

.fa-lemon-o:before {
	content: '\f094';
}

.fa-phone:before {
	content: '\f095';
}

.fa-square-o:before {
	content: '\f096';
}

.fa-bookmark-o:before {
	content: '\f097';
}

.fa-phone-square:before {
	content: '\f098';
}

.fa-twitter:before {
	content: '\f099';
}

.fa-facebook:before {
	content: '\f09a';
}

.fa-github:before {
	content: '\f09b';
}

.fa-unlock:before {
	content: '\f09c';
}

.fa-credit-card:before {
	content: '\f09d';
}

.fa-rss:before {
	content: '\f09e';
}

.fa-hdd-o:before {
	content: '\f0a0';
}

.fa-bullhorn:before {
	content: '\f0a1';
}

.fa-bell:before {
	content: '\f0f3';
}

.fa-certificate:before {
	content: '\f0a3';
}

.fa-hand-o-right:before {
	content: '\f0a4';
}

.fa-hand-o-left:before {
	content: '\f0a5';
}

.fa-hand-o-up:before {
	content: '\f0a6';
}

.fa-hand-o-down:before {
	content: '\f0a7';
}

.fa-arrow-circle-left:before {
	content: '\f0a8';
}

.fa-arrow-circle-right:before {
	content: '\f0a9';
}

.fa-arrow-circle-up:before {
	content: '\f0aa';
}

.fa-arrow-circle-down:before {
	content: '\f0ab';
}

.fa-globe:before {
	content: '\f0ac';
}

.fa-wrench:before {
	content: '\f0ad';
}

.fa-tasks:before {
	content: '\f0ae';
}

.fa-filter:before {
	content: '\f0b0';
}

.fa-briefcase:before {
	content: '\f0b1';
}

.fa-arrows-alt:before {
	content: '\f0b2';
}

.fa-group:before,
.fa-users:before {
	content: '\f0c0';
}

.fa-chain:before,
.fa-link:before {
	content: '\f0c1';
}

.fa-cloud:before {
	content: '\f0c2';
}

.fa-flask:before {
	content: '\f0c3';
}

.fa-cut:before,
.fa-scissors:before {
	content: '\f0c4';
}

.fa-copy:before,
.fa-files-o:before {
	content: '\f0c5';
}

.fa-paperclip:before {
	content: '\f0c6';
}

.fa-save:before,
.fa-floppy-o:before {
	content: '\f0c7';
}

.fa-square:before {
	content: '\f0c8';
}

.fa-bars:before {
	content: '\f0c9';
}

.fa-list-ul:before {
	content: '\f0ca';
}

.fa-list-ol:before {
	content: '\f0cb';
}

.fa-strikethrough:before {
	content: '\f0cc';
}

.fa-underline:before {
	content: '\f0cd';
}

.fa-table:before {
	content: '\f0ce';
}

.fa-magic:before {
	content: '\f0d0';
}

.fa-truck:before {
	content: '\f0d1';
}

.fa-pinterest:before {
	content: '\f0d2';
}

.fa-pinterest-square:before {
	content: '\f0d3';
}

.fa-google-plus-square:before {
	content: '\f0d4';
}

.fa-google-plus:before {
	content: '\f0d5';
}

.fa-money:before {
	content: '\f0d6';
}

.fa-caret-down:before {
	content: '\f0d7';
}

.fa-caret-up:before {
	content: '\f0d8';
}

.fa-caret-left:before {
	content: '\f0d9';
}

.fa-caret-right:before {
	content: '\f0da';
}

.fa-columns:before {
	content: '\f0db';
}

.fa-unsorted:before,
.fa-sort:before {
	content: '\f0dc';
}

.fa-sort-down:before,
.fa-sort-asc:before {
	content: '\f0dd';
}

.fa-sort-up:before,
.fa-sort-desc:before {
	content: '\f0de';
}

.fa-envelope:before {
	content: '\f0e0';
}

.fa-linkedin:before {
	content: '\f0e1';
}

.fa-rotate-left:before,
.fa-undo:before {
	content: '\f0e2';
}

.fa-legal:before,
.fa-gavel:before {
	content: '\f0e3';
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: '\f0e4';
}

.fa-comment-o:before {
	content: '\f0e5';
}

.fa-comments-o:before {
	content: '\f0e6';
}

.fa-flash:before,
.fa-bolt:before {
	content: '\f0e7';
}

.fa-sitemap:before {
	content: '\f0e8';
}

.fa-umbrella:before {
	content: '\f0e9';
}

.fa-paste:before,
.fa-clipboard:before {
	content: '\f0ea';
}

.fa-lightbulb-o:before {
	content: '\f0eb';
}

.fa-exchange:before {
	content: '\f0ec';
}

.fa-cloud-download:before {
	content: '\f0ed';
}

.fa-cloud-upload:before {
	content: '\f0ee';
}

.fa-user-md:before {
	content: '\f0f0';
}

.fa-stethoscope:before {
	content: '\f0f1';
}

.fa-suitcase:before {
	content: '\f0f2';
}

.fa-bell-o:before {
	content: '\f0a2';
}

.fa-coffee:before {
	content: '\f0f4';
}

.fa-cutlery:before {
	content: '\f0f5';
}

.fa-file-text-o:before {
	content: '\f0f6';
}

.fa-building-o:before {
	content: '\f0f7';
}

.fa-hospital-o:before {
	content: '\f0f8';
}

.fa-ambulance:before {
	content: '\f0f9';
}

.fa-medkit:before {
	content: '\f0fa';
}

.fa-fighter-jet:before {
	content: '\f0fb';
}

.fa-beer:before {
	content: '\f0fc';
}

.fa-h-square:before {
	content: '\f0fd';
}

.fa-plus-square:before {
	content: '\f0fe';
}

.fa-angle-double-left:before {
	content: '\f100';
}

.fa-angle-double-right:before {
	content: '\f101';
}

.fa-angle-double-up:before {
	content: '\f102';
}

.fa-angle-double-down:before {
	content: '\f103';
}

.fa-angle-left:before {
	content: '\f104';
}

.fa-angle-right:before {
	content: '\f105';
}

.fa-angle-up:before {
	content: '\f106';
}

.fa-angle-down:before {
	content: '\f107';
}

.fa-desktop:before {
	content: '\f108';
}

.fa-laptop:before {
	content: '\f109';
}

.fa-tablet:before {
	content: '\f10a';
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: '\f10b';
}

.fa-circle-o:before {
	content: '\f10c';
}

.fa-quote-left:before {
	content: '\f10d';
}

.fa-quote-right:before {
	content: '\f10e';
}

.fa-spinner:before {
	content: '\f110';
}

.fa-circle:before {
	content: '\f111';
}

.fa-mail-reply:before,
.fa-reply:before {
	content: '\f112';
}

.fa-github-alt:before {
	content: '\f113';
}

.fa-folder-o:before {
	content: '\f114';
}

.fa-folder-open-o:before {
	content: '\f115';
}

.fa-smile-o:before {
	content: '\f118';
}

.fa-frown-o:before {
	content: '\f119';
}

.fa-meh-o:before {
	content: '\f11a';
}

.fa-gamepad:before {
	content: '\f11b';
}

.fa-keyboard-o:before {
	content: '\f11c';
}

.fa-flag-o:before {
	content: '\f11d';
}

.fa-flag-checkered:before {
	content: '\f11e';
}

.fa-terminal:before {
	content: '\f120';
}

.fa-code:before {
	content: '\f121';
}

.fa-reply-all:before {
	content: '\f122';
}

.fa-mail-reply-all:before {
	content: '\f122';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: '\f123';
}

.fa-location-arrow:before {
	content: '\f124';
}

.fa-crop:before {
	content: '\f125';
}

.fa-code-fork:before {
	content: '\f126';
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: '\f127';
}

.fa-question:before {
	content: '\f128';
}

.fa-info:before {
	content: '\f129';
}

.fa-exclamation:before {
	content: '\f12a';
}

.fa-superscript:before {
	content: '\f12b';
}

.fa-subscript:before {
	content: '\f12c';
}

.fa-eraser:before {
	content: '\f12d';
}

.fa-puzzle-piece:before {
	content: '\f12e';
}

.fa-microphone:before {
	content: '\f130';
}

.fa-microphone-slash:before {
	content: '\f131';
}

.fa-shield:before {
	content: '\f132';
}

.fa-calendar-o:before {
	content: '\f133';
}

.fa-fire-extinguisher:before {
	content: '\f134';
}

.fa-rocket:before {
	content: '\f135';
}

.fa-maxcdn:before {
	content: '\f136';
}

.fa-chevron-circle-left:before {
	content: '\f137';
}

.fa-chevron-circle-right:before {
	content: '\f138';
}

.fa-chevron-circle-up:before {
	content: '\f139';
}

.fa-chevron-circle-down:before {
	content: '\f13a';
}

.fa-html5:before {
	content: '\f13b';
}

.fa-css3:before {
	content: '\f13c';
}

.fa-anchor:before {
	content: '\f13d';
}

.fa-unlock-alt:before {
	content: '\f13e';
}

.fa-bullseye:before {
	content: '\f140';
}

.fa-ellipsis-h:before {
	content: '\f141';
}

.fa-ellipsis-v:before {
	content: '\f142';
}

.fa-rss-square:before {
	content: '\f143';
}

.fa-play-circle:before {
	content: '\f144';
}

.fa-ticket:before {
	content: '\f145';
}

.fa-minus-square:before {
	content: '\f146';
}

.fa-minus-square-o:before {
	content: '\f147';
}

.fa-level-up:before {
	content: '\f148';
}

.fa-level-down:before {
	content: '\f149';
}

.fa-check-square:before {
	content: '\f14a';
}

.fa-pencil-square:before {
	content: '\f14b';
}

.fa-external-link-square:before {
	content: '\f14c';
}

.fa-share-square:before {
	content: '\f14d';
}

.fa-compass:before {
	content: '\f14e';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: '\f150';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: '\f151';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: '\f152';
}

.fa-euro:before,
.fa-eur:before {
	content: '\f153';
}

.fa-gbp:before {
	content: '\f154';
}

.fa-dollar:before,
.fa-usd:before {
	content: '\f155';
}

.fa-rupee:before,
.fa-inr:before {
	content: '\f156';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: '\f157';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: '\f158';
}

.fa-won:before,
.fa-krw:before {
	content: '\f159';
}

.fa-bitcoin:before,
.fa-btc:before {
	content: '\f15a';
}

.fa-file:before {
	content: '\f15b';
}

.fa-file-text:before {
	content: '\f15c';
}

.fa-sort-alpha-asc:before {
	content: '\f15d';
}

.fa-sort-alpha-desc:before {
	content: '\f15e';
}

.fa-sort-amount-asc:before {
	content: '\f160';
}

.fa-sort-amount-desc:before {
	content: '\f161';
}

.fa-sort-numeric-asc:before {
	content: '\f162';
}

.fa-sort-numeric-desc:before {
	content: '\f163';
}

.fa-thumbs-up:before {
	content: '\f164';
}

.fa-thumbs-down:before {
	content: '\f165';
}

.fa-youtube-square:before {
	content: '\f166';
}

.fa-youtube:before {
	content: '\f167';
}

.fa-xing:before {
	content: '\f168';
}

.fa-xing-square:before {
	content: '\f169';
}

.fa-youtube-play:before {
	content: '\f16a';
}

.fa-dropbox:before {
	content: '\f16b';
}

.fa-stack-overflow:before {
	content: '\f16c';
}

.fa-instagram:before {
	content: '\f16d';
}

.fa-flickr:before {
	content: '\f16e';
}

.fa-adn:before {
	content: '\f170';
}

.fa-bitbucket:before {
	content: '\f171';
}

.fa-bitbucket-square:before {
	content: '\f172';
}

.fa-tumblr:before {
	content: '\f173';
}

.fa-tumblr-square:before {
	content: '\f174';
}

.fa-long-arrow-down:before {
	content: '\f175';
}

.fa-long-arrow-up:before {
	content: '\f176';
}

.fa-long-arrow-left:before {
	content: '\f177';
}

.fa-long-arrow-right:before {
	content: '\f178';
}

.fa-apple:before {
	content: '\f179';
}

.fa-windows:before {
	content: '\f17a';
}

.fa-android:before {
	content: '\f17b';
}

.fa-linux:before {
	content: '\f17c';
}

.fa-dribbble:before {
	content: '\f17d';
}

.fa-skype:before {
	content: '\f17e';
}

.fa-foursquare:before {
	content: '\f180';
}

.fa-trello:before {
	content: '\f181';
}

.fa-female:before {
	content: '\f182';
}

.fa-male:before {
	content: '\f183';
}

.fa-gittip:before {
	content: '\f184';
}

.fa-sun-o:before {
	content: '\f185';
}

.fa-moon-o:before {
	content: '\f186';
}

.fa-archive:before {
	content: '\f187';
}

.fa-bug:before {
	content: '\f188';
}

.fa-vk:before {
	content: '\f189';
}

.fa-weibo:before {
	content: '\f18a';
}

.fa-renren:before {
	content: '\f18b';
}

.fa-pagelines:before {
	content: '\f18c';
}

.fa-stack-exchange:before {
	content: '\f18d';
}

.fa-arrow-circle-o-right:before {
	content: '\f18e';
}

.fa-arrow-circle-o-left:before {
	content: '\f190';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: '\f191';
}

.fa-dot-circle-o:before {
	content: '\f192';
}

.fa-wheelchair:before {
	content: '\f193';
}

.fa-vimeo-square:before {
	content: '\f194';
}

.fa-turkish-lira:before,
.fa-try:before {
	content: '\f195';
}

.fa-plus-square-o:before {
	content: '\f196';
}


