
/* output.css */

/* 1  */ .entry-content .addthis_toolbox, .entry-content .addthis_button, .entry-header .addthis_toolbox, .entry-header .addthis_button {
/* 2  */ 	margin:10px 0 10px 0;
/* 3  */ }
/* 4  */ .addthis_button_tweet {
/* 5  */ 	min-width: 83px;
/* 6  */ 	float:left;
/* 7  */ }
/* 8  */ .atwidget iframe {
/* 9  */ 	max-width:none;
/* 10 */ }

/* jquery.fancybox.css */

/* 1   */ /*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
/* 2   */ .fancybox-wrap,
/* 3   */ .fancybox-skin,
/* 4   */ .fancybox-outer,
/* 5   */ .fancybox-inner,
/* 6   */ .fancybox-image,
/* 7   */ .fancybox-wrap iframe,
/* 8   */ .fancybox-wrap object,
/* 9   */ .fancybox-nav,
/* 10  */ .fancybox-nav span,
/* 11  */ .fancybox-tmp
/* 12  */ {
/* 13  */ 	padding: 0;
/* 14  */ 	margin: 0;
/* 15  */ 	border: 0;
/* 16  */ 	outline: none;
/* 17  */ 	vertical-align: top;
/* 18  */ }
/* 19  */ 
/* 20  */ .fancybox-wrap {
/* 21  */ 	position: absolute;
/* 22  */ 	top: 0;
/* 23  */ 	left: 0;
/* 24  */ 	z-index: 8020;
/* 25  */ }
/* 26  */ 
/* 27  */ .fancybox-skin {
/* 28  */ 	position: relative;
/* 29  */ 	background: #f9f9f9;
/* 30  */ 	color: #444;
/* 31  */ 	text-shadow: none;
/* 32  */ 	-webkit-border-radius: 4px;
/* 33  */ 	   -moz-border-radius: 4px;
/* 34  */ 	        border-radius: 4px;
/* 35  */ }
/* 36  */ 
/* 37  */ .fancybox-opened {
/* 38  */ 	z-index: 8030;
/* 39  */ }
/* 40  */ 
/* 41  */ .fancybox-opened .fancybox-skin {
/* 42  */ 	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
/* 43  */ 	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
/* 44  */ 	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
/* 45  */ }
/* 46  */ 
/* 47  */ .fancybox-outer, .fancybox-inner {
/* 48  */ 	position: relative;
/* 49  */ }
/* 50  */ 

/* jquery.fancybox.css */

/* 51  */ .fancybox-inner {
/* 52  */ 	overflow: hidden;
/* 53  */ }
/* 54  */ 
/* 55  */ .fancybox-type-iframe .fancybox-inner {
/* 56  */ 	-webkit-overflow-scrolling: touch;
/* 57  */ }
/* 58  */ 
/* 59  */ .fancybox-error {
/* 60  */ 	color: #444;
/* 61  */ 	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
/* 62  */ 	margin: 0;
/* 63  */ 	padding: 15px;
/* 64  */ 	white-space: nowrap;
/* 65  */ }
/* 66  */ 
/* 67  */ .fancybox-image, .fancybox-iframe {
/* 68  */ 	display: block;
/* 69  */ 	width: 100%;
/* 70  */ 	height: 100%;
/* 71  */ }
/* 72  */ 
/* 73  */ .fancybox-image {
/* 74  */ 	max-width: 100%;
/* 75  */ 	max-height: 100%;
/* 76  */ }
/* 77  */ 
/* 78  */ #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
/* 79  */ 	background-image: url('/wp-content/plugins/light/assets/images/fancybox_sprite.png');
/* 80  */ }
/* 81  */ 
/* 82  */ #fancybox-loading {
/* 83  */ 	position: fixed;
/* 84  */ 	top: 50%;
/* 85  */ 	left: 50%;
/* 86  */ 	margin-top: -22px;
/* 87  */ 	margin-left: -22px;
/* 88  */ 	background-position: 0 -108px;
/* 89  */ 	opacity: 0.8;
/* 90  */ 	cursor: pointer;
/* 91  */ 	z-index: 8060;
/* 92  */ }
/* 93  */ 
/* 94  */ #fancybox-loading div {
/* 95  */ 	width: 44px;
/* 96  */ 	height: 44px;
/* 97  */ 	background: url('/wp-content/plugins/light/assets/images/fancybox_loading.gif') center center no-repeat;
/* 98  */ }
/* 99  */ 
/* 100 */ .fancybox-close {

/* jquery.fancybox.css */

/* 101 */ 	position: absolute;
/* 102 */ 	top: -18px;
/* 103 */ 	right: -18px;
/* 104 */ 	width: 36px;
/* 105 */ 	height: 36px;
/* 106 */ 	cursor: pointer;
/* 107 */ 	z-index: 8040;
/* 108 */ }
/* 109 */ 
/* 110 */ .fancybox-nav {
/* 111 */ 	position: absolute;
/* 112 */ 	top: 0;
/* 113 */ 	width: 40%;
/* 114 */ 	height: 100%;
/* 115 */ 	cursor: pointer;
/* 116 */ 	text-decoration: none;
/* 117 */ 	background: transparent url('/wp-content/plugins/light/assets/images/blank.gif'); /* helps IE */
/* 118 */ 	-webkit-tap-highlight-color: rgba(0,0,0,0);
/* 119 */ 	z-index: 8040;
/* 120 */ }
/* 121 */ 
/* 122 */ .fancybox-prev {
/* 123 */ 	left: 0;
/* 124 */ }
/* 125 */ 
/* 126 */ .fancybox-next {
/* 127 */ 	right: 0;
/* 128 */ }
/* 129 */ 
/* 130 */ .fancybox-nav span {
/* 131 */ 	position: absolute;
/* 132 */ 	top: 50%;
/* 133 */ 	width: 36px;
/* 134 */ 	height: 34px;
/* 135 */ 	margin-top: -18px;
/* 136 */ 	cursor: pointer;
/* 137 */ 	z-index: 8040;
/* 138 */ 	visibility: hidden;
/* 139 */ }
/* 140 */ 
/* 141 */ .fancybox-prev span {
/* 142 */ 	left: 10px;
/* 143 */ 	background-position: 0 -36px;
/* 144 */ }
/* 145 */ 
/* 146 */ .fancybox-next span {
/* 147 */ 	right: 10px;
/* 148 */ 	background-position: 0 -72px;
/* 149 */ }
/* 150 */ 

/* jquery.fancybox.css */

/* 151 */ .fancybox-nav:hover span {
/* 152 */ 	visibility: visible;
/* 153 */ }
/* 154 */ 
/* 155 */ .fancybox-tmp {
/* 156 */ 	position: absolute;
/* 157 */ 	top: -99999px;
/* 158 */ 	left: -99999px;
/* 159 */ 	visibility: hidden;
/* 160 */ 	max-width: 99999px;
/* 161 */ 	max-height: 99999px;
/* 162 */ 	overflow: visible !important;
/* 163 */ }
/* 164 */ 
/* 165 */ /* Overlay helper */
/* 166 */ 
/* 167 */ .fancybox-lock {
/* 168 */ 	overflow: hidden;
/* 169 */ }
/* 170 */ 
/* 171 */ .fancybox-overlay {
/* 172 */ 	position: absolute;
/* 173 */ 	top: 0;
/* 174 */ 	left: 0;
/* 175 */ 	overflow: hidden;
/* 176 */ 	display: none;
/* 177 */ 	z-index: 8010;
/* 178 */ 	background: url('/wp-content/plugins/light/assets/images/fancybox_overlay.png');
/* 179 */ }
/* 180 */ 
/* 181 */ .fancybox-overlay-fixed {
/* 182 */ 	position: fixed;
/* 183 */ 	bottom: 0;
/* 184 */ 	right: 0;
/* 185 */ }
/* 186 */ 
/* 187 */ .fancybox-lock .fancybox-overlay {
/* 188 */ 	overflow: auto;
/* 189 */ 	overflow-y: scroll;
/* 190 */ }
/* 191 */ 
/* 192 */ /* Title helper */
/* 193 */ 
/* 194 */ .fancybox-title {
/* 195 */ 	visibility: hidden;
/* 196 */ 	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
/* 197 */ 	position: relative;
/* 198 */ 	text-shadow: none;
/* 199 */ 	z-index: 8050;
/* 200 */ }

/* jquery.fancybox.css */

/* 201 */ 
/* 202 */ .fancybox-opened .fancybox-title {
/* 203 */ 	visibility: visible;
/* 204 */ }
/* 205 */ 
/* 206 */ .fancybox-title-float-wrap {
/* 207 */ 	position: absolute;
/* 208 */ 	bottom: 0;
/* 209 */ 	right: 50%;
/* 210 */ 	margin-bottom: -35px;
/* 211 */ 	z-index: 8050;
/* 212 */ 	text-align: center;
/* 213 */ }
/* 214 */ 
/* 215 */ .fancybox-title-float-wrap .child {
/* 216 */ 	display: inline-block;
/* 217 */ 	margin-right: -100%;
/* 218 */ 	padding: 2px 20px;
/* 219 */ 	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
/* 220 */ 	background: rgba(0, 0, 0, 0.8);
/* 221 */ 	-webkit-border-radius: 15px;
/* 222 */ 	   -moz-border-radius: 15px;
/* 223 */ 	        border-radius: 15px;
/* 224 */ 	text-shadow: 0 1px 2px #222;
/* 225 */ 	color: #FFF;
/* 226 */ 	font-weight: bold;
/* 227 */ 	line-height: 24px;
/* 228 */ 	white-space: nowrap;
/* 229 */ }
/* 230 */ 
/* 231 */ .fancybox-title-outside-wrap {
/* 232 */ 	position: relative;
/* 233 */ 	margin-top: 10px;
/* 234 */ 	color: #fff;
/* 235 */ }
/* 236 */ 
/* 237 */ .fancybox-title-inside-wrap {
/* 238 */ 	padding-top: 10px;
/* 239 */ }
/* 240 */ 
/* 241 */ .fancybox-title-over-wrap {
/* 242 */ 	position: absolute;
/* 243 */ 	bottom: 0;
/* 244 */ 	left: 0;
/* 245 */ 	color: #fff;
/* 246 */ 	padding: 10px;
/* 247 */ 	background: #000;
/* 248 */ 	background: rgba(0, 0, 0, .8);
/* 249 */ }

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: Hueman
/* 3    *| Theme URI: http://alxmedia.se/themes/hueman/
/* 4    *| Version: 1.4.1
/* 5    *| Description: <a href="http://alxmedia.se/themes/hueman/">Hueman</a> is a responsive 100% high resolution theme for blogs and magazines. Unique toggle sidebars give a great browsing and reading experience on both tablet and mobile. The feature list is long: Unlimited topbar, header, footer and accent colors, unlimited widget areas, 0-2 sidebars to the left or right that can be uniquely specified for each page or post, 300px / 220px fixed width sidebars, 0-4 footer widget columns, almost zero layout images, related posts and post nav, featured story or slider, 10 post formats, good SEO, 3 flexible custom widgets, localisation support, social links, logo upload and many more useful admin panel features.
/* 6    *| Author: Alexander Agnarson
/* 7    *| Author URI: http://alxmedia.se
/* 8    *| Tags: light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, fixed-layout, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
/* 9    *| 
/* 10   *| 	Copyright: (c) 2013 Alexander "Alx" Agnarson
/* 11   *| 	License: GNU General Public License v3.0
/* 12   *| 	License URI: http://www.gnu.org/licenses/gpl-3.0.html
/* 13   *| */
/* 14   */ 
/* 15   */ /*
/* 16   *| WARNING! DO NOT EDIT THIS FILE!
/* 17   *| To make it easy to update your theme, you should not edit the styles in this file. Instead use
/* 18   *| a child theme to add your styles. You can copy a style from this file and paste it in the child
/* 19   *| theme's style.css and it will override the style in this file. You have been warned! :)
/* 20   *| */
/* 21   */ 
/* 22   */ /* ------------------------------------------------------------------------- *
/* 23   *|  *  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
/* 24   *|  * ------------------------------------------------------------------------- */
/* 25   */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
/* 26   */ pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, 
/* 27   */ samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
/* 28   */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
/* 29   */ canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 
/* 30   */ section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* 31   */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }
/* 32   */ ol, ul { list-style: none; }
/* 33   */ blockquote, q { quotes: none; }
/* 34   */ blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* 35   */ table { border-collapse: collapse; border-spacing: 0; }
/* 36   */ 
/* 37   */ 
/* 38   */ /* ------------------------------------------------------------------------- *
/* 39   *|  *  Base Styles
/* 40   *| /* ------------------------------------------------------------------------- */
/* 41   */ body { background: #eaeaea; font-size: 16px; line-height: 1.5em; color: #666; font-weight: 300; }
/* 42   */ ::selection { background: #3b8dbd; color: #fff; }
/* 43   */ ::-moz-selection { background: #3b8dbd; color: #fff; }
/* 44   */ a { color: #3b8dbd; text-decoration: none; outline: 0; }
/* 45   */ a:hover { color: #444; }
/* 46   */ img { max-width: 100%; height: auto; }
/* 47   */ a,
/* 48   */ a:before,
/* 49   */ a:after {
/* 50   */ -webkit-transition-property: background color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;

/* style.css */

/* 51   */ -moz-transition-property: background color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease;
/* 52   */ -o-transition-property: background color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease; 
/* 53   */ transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease; }
/* 54   */ a img {
/* 55   */ -webkit-transition: opacity 0.2s ease;
/* 56   */ -moz-transition: opacity 0.2s ease;
/* 57   */ -o-transition: opacity 0.2s ease;
/* 58   */ transition: opacity 0.2s ease; }
/* 59   */ address,cite,em { font-style: italic; }
/* 60   */ strong { font-weight: 600; }
/* 61   */ .left,.alignleft { float: left; }
/* 62   */ .right,.alignright { float: right; }
/* 63   */ .aligncenter { margin-left: auto; margin-right: auto; }
/* 64   */ 
/* 65   */ /*  base : clear
/* 66   *| /* ------------------------------------ */
/* 67   */ .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
/* 68   */ .group:before, .group:after { content: ""; display: table; }
/* 69   */ .group:after { clear: both; }
/* 70   */ .group { zoom: 1; }
/* 71   */ 
/* 72   */ /*  base : font awesome square size
/* 73   *| /* ------------------------------------ */
/* 74   */ .fa { width: 1em; text-align: center; }
/* 75   */ 
/* 76   */ /*  base : fonts
/* 77   *| /* ------------------------------------ */
/* 78   */ body { font-family: "Titillium", Arial, sans-serif; }
/* 79   */ 
/* 80   */ @font-face {
/* 81   */ 	font-family: 'Titillium';
/* 82   */ 	src: url('/wp-content/themes/hueman/fonts/titillium-light-webfont.eot');
/* 83   */ 	src: url('/wp-content/themes/hueman/fonts/titillium-light-webfont.svg#titillium-light-webfont') format('svg'),
/* 84   */ 		 url('/wp-content/themes/hueman/fonts/titillium-light-webfont.eot?#iefix') format('embedded-opentype'),
/* 85   */ 		 url('/wp-content/themes/hueman/fonts/titillium-light-webfont.woff') format('woff'),
/* 86   */ 		 url('/wp-content/themes/hueman/fonts/titillium-light-webfont.ttf') format('truetype');
/* 87   */ 	font-weight: 300;
/* 88   */ 	font-style: normal;
/* 89   */ }
/* 90   */ @font-face {
/* 91   */ 	font-family: 'Titillium';
/* 92   */ 	src: url('/wp-content/themes/hueman/fonts/titillium-lightitalic-webfont.eot');
/* 93   */ 	src: url('/wp-content/themes/hueman/fonts/titillium-lightitalic-webfont.svg#titillium-lightitalic-webfont') format('svg'),
/* 94   */ 		 url('/wp-content/themes/hueman/fonts/titillium-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
/* 95   */ 		 url('/wp-content/themes/hueman/fonts/titillium-lightitalic-webfont.woff') format('woff'),
/* 96   */ 		 url('/wp-content/themes/hueman/fonts/titillium-lightitalic-webfont.ttf') format('truetype');
/* 97   */ 	font-weight: 300;
/* 98   */ 	font-style: italic;
/* 99   */ }
/* 100  */ @font-face {

/* style.css */

/* 101  */ 	font-family: 'Titillium';
/* 102  */ 	src: url('/wp-content/themes/hueman/fonts/titillium-regular-webfont.eot');
/* 103  */ 	src: url('/wp-content/themes/hueman/fonts/titillium-regular-webfont.svg#titillium-regular-webfont') format('svg'),
/* 104  */ 		 url('/wp-content/themes/hueman/fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
/* 105  */ 		 url('/wp-content/themes/hueman/fonts/titillium-regular-webfont.woff') format('woff'),
/* 106  */ 		 url('/wp-content/themes/hueman/fonts/titillium-regular-webfont.ttf') format('truetype');
/* 107  */ 	font-weight: 400;
/* 108  */ 	font-style: normal;
/* 109  */ }
/* 110  */ @font-face {
/* 111  */ 	font-family: 'Titillium';
/* 112  */ 	src: url('/wp-content/themes/hueman/fonts/titillium-regularitalic-webfont.eot');
/* 113  */ 	src: url('/wp-content/themes/hueman/fonts/titillium-regularitalic-webfont.svg#titillium-regular-webfont') format('svg'),
/* 114  */ 		 url('/wp-content/themes/hueman/fonts/titillium-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
/* 115  */ 		 url('/wp-content/themes/hueman/fonts/titillium-regularitalic-webfont.woff') format('woff'),
/* 116  */ 		 url('/wp-content/themes/hueman/fonts/titillium-regularitalic-webfont.ttf') format('truetype');
/* 117  */ 	font-weight: 400;
/* 118  */ 	font-style: italic;
/* 119  */ }
/* 120  */ @font-face {
/* 121  */     font-family: 'Titillium';
/* 122  */     src: url('/wp-content/themes/hueman/fonts/titillium-semibold-webfont.eot');
/* 123  */     src: url('/wp-content/themes/hueman/fonts/titillium-semibold-webfont.svg#titillium-semibold-webfont') format('svg'),
/* 124  */          url('/wp-content/themes/hueman/fonts/titillium-semibold-webfont.eot?#iefix') format('embedded-opentype'),
/* 125  */          url('/wp-content/themes/hueman/fonts/titillium-semibold-webfont.woff') format('woff'),
/* 126  */          url('/wp-content/themes/hueman/fonts/titillium-semibold-webfont.ttf') format('truetype');
/* 127  */ 	font-weight: 600;
/* 128  */ 	font-style: normal;
/* 129  */ }
/* 130  */ 
/* 131  */ /*  base : forms
/* 132  *| /* ------------------------------------ */
/* 133  */ input, textarea, button, select, label { font-family: inherit; }
/* 134  */ .themeform input,
/* 135  */ .themeform textarea,
/* 136  */ .themeform button,
/* 137  */ .themeform select,
/* 138  */ .themeform label { font-size: 14px; }
/* 139  */ .themeform input::-moz-focus-inner, 
/* 140  */ .themeform button::-moz-focus-inner { border: 0; padding: 0; }
/* 141  */ .themeform input[type="text"],
/* 142  */ .themeform input[type="password"],
/* 143  */ .themeform input[type="email"],
/* 144  */ .themeform input[type="submit"],
/* 145  */ .themeform button, 
/* 146  */ .themeform textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; }
/* 147  */ .themeform input, 
/* 148  */ .themeform textarea, 
/* 149  */ .themeform button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
/* 150  */ .themeform input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }

/* style.css */

/* 151  */ .themeform input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
/* 152  */ .themeform label { font-weight: 600; color: #444; }
/* 153  */ .themeform input[type="text"], 
/* 154  */ .themeform input[type="password"], 
/* 155  */ .themeform input[type="email"], 
/* 156  */ .themeform textarea { background: #fff; border: 2px solid #ddd; color: #777; display: block; max-width: 100%; outline: none; padding: 7px 8px; }
/* 157  */ .themeform input[type="text"]:focus, 
/* 158  */ .themeform input[type="password"]:focus, 
/* 159  */ .themeform input[type="email"]:focus, 
/* 160  */ .themeform textarea:focus { border-color: #ccc; color: #444; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1); box-shadow: 0 0 3px rgba(0,0,0,0.1); }
/* 161  */ .themeform label .required { color: #3b8dbd; }
/* 162  */ .themeform input[type="submit"],
/* 163  */ .themeform button[type="submit"] { background: #3b8dbd; color: #fff; padding: 8px 14px; font-weight: 600; display: inline-block; border: none; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; }
/* 164  */ .themeform input[type="submit"]:hover,
/* 165  */ .themeform button[type="submit"]:hover { background: #444; }
/* 166  */ 
/* 167  */ .themeform.searchform div { position: relative; }
/* 168  */ .themeform.searchform div input { padding-left: 26px; line-height: 20px; }
/* 169  */ .themeform.searchform div:after { color: #ccc; line-height: 24px; font-size: 14px; content: "\f002"; position: absolute; left: 10px; top: 6px; font-family: FontAwesome; }
/* 170  */ 
/* 171  */ /*  base : entry
/* 172  *| /* ------------------------------------ */
/* 173  */ .entry { font-size: 18px; line-height: 1.6em; }
/* 174  */ .entry p,
/* 175  */ .entry dd { margin-bottom: 1em; }
/* 176  */ .entry dt { color: #444; }
/* 177  */ .entry ol,
/* 178  */ .entry ul { margin: 0 0 15px 30px; }
/* 179  */ .entry ol ol,
/* 180  */ .entry ol ul,
/* 181  */ .entry ul ul,
/* 182  */ .entry ul ol { margin-bottom: 0; }
/* 183  */ .entry li { margin: 0; }
/* 184  */ .entry ul li,
/* 185  */ .entry ol ul li { list-style: square; }
/* 186  */ .entry ol li,
/* 187  */ .entry ol ul ol li { list-style: decimal; }
/* 188  */ .entry dt { font-weight: 600;}
/* 189  */ .entry address { margin-bottom: 1em; }
/* 190  */ .entry blockquote { position: relative; color: #777; font-style: italic; margin: 0 0 20px 0; padding-left: 50px; }
/* 191  */ .entry blockquote p { margin-bottom: 0.75em; }
/* 192  */ .entry blockquote:before { content: "\f10d"; color: #ccc; font-size: 32px; font-style: normal; font-family: FontAwesome; text-align: center; position: absolute; left: 0; top: 0; }
/* 193  */ .entry blockquote.twitter-tweet:before { content: "\f099"; }
/* 194  */ .entry code, .entry pre { font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace; font-size: 11px; }
/* 195  */ .entry pre { background: url(/wp-content/themes/hueman/img/pre.png) repeat top; padding: 18px 20px; margin: 30px 0; border: 1px solid #ddd; line-height: 19px; white-space: pre-wrap; word-wrap: break-word; overflow-x: auto; overflow-y: hidden; }
/* 196  */ .entry code { background: #eee; padding: 0 3px; }
/* 197  */ .entry ins { background: #fff486; }
/* 198  */ .entry sub,
/* 199  */ .entry sup { font-size: 62.5%; }
/* 200  */ .entry sub { vertical-align: sub; }

/* style.css */

/* 201  */ .entry sup { vertical-align: super; }
/* 202  */ 
/* 203  */ /* image position & caption */
/* 204  */ .entry img.size-auto,
/* 205  */ .entry img.size-large,
/* 206  */ .entry img.size-medium,
/* 207  */ .entry attachment img { max-width: 100%; height: auto; }
/* 208  */ .entry img.alignleft { margin: 18px 20px 18px 0; }
/* 209  */ .entry img.alignright { margin: 18px 0 18px 20px; }
/* 210  */ .entry img.aligncenter { margin: 18px auto; clear: both; display: block; }
/* 211  */ .entry img .size-full { width: 100%!important; }
/* 212  */ .entry .gallery img, .entry img.wp-smiley { margin: 0; }
/* 213  */ .entry .wp-caption { background: #f1f1f1; max-width: 100%; margin-bottom: 14px; padding-top: 5px; text-align: center; }
/* 214  */ .entry .wp-caption-text { font-style: italic; }
/* 215  */ .entry .wp-caption a { border-bottom: none; }
/* 216  */ .entry .wp-caption img { margin: 0; max-width: 100%; height: auto; }
/* 217  */ .entry .wp-caption.alignleft { margin-right: 20px; }
/* 218  */ .entry .wp-caption.alignright { margin-left: 20px; }
/* 219  */ .entry .wp-caption.alignnone { width: 100%!important; overflow: hidden; }
/* 220  */ .entry .wp-caption.alignnone img { margin: 0 auto; max-width: 100%!important; }
/* 221  */ .entry .wp-caption-text { color: #999; font-size: 13px; padding: 0 0 8px 0; margin: 0; }
/* 222  */ 
/* 223  */ /* table */
/* 224  */ .entry table { font-size: 14px; margin-bottom: 1.5em; width: 100%; text-align: center; }
/* 225  */ .entry table tr.alt { background: #f1f1f1; }
/* 226  */ .entry table td { border-bottom: 1px solid #f1f1f1; text-align: center; padding: 5px; vertical-align: middle; }
/* 227  */ .entry table th { font-weight: 600; text-align: center; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: 10px 5px; }
/* 228  */ 
/* 229  */ /* default gallery */
/* 230  */ .entry .gallery { clear: both; overflow: hidden; width: 100%; margin: 15px 0!important; }
/* 231  */ .entry .gallery img { display: block; width: 100%; height: auto; border-width: 1px 2px!important; border-color: transparent!important; }
/* 232  */ .entry .gallery .gallery-item { position: relative; overflow: hidden; border-color: transparent; margin-top: 0!important; }
/* 233  */ .entry .gallery .gallery-caption { background: rgba(255,255,255,0.8); color: #333; font-size: 13px; line-height: 1.4em; padding: 10px 0; text-align: left; text-indent: 10px; font-style: normal; margin: 0; bottom: -44px; left: 2px; right: 2px; overflow: hidden; position: absolute; text-overflow: ellipsis; white-space: nowrap; width: 100%;
/* 234  */ transition: all .2s ease;
/* 235  */ -o-transition: all .2s ease;
/* 236  */ -moz-transition: all .2s ease;
/* 237  */ -webkit-transition: all .2s ease; }
/* 238  */ .entry .gallery .gallery-item:hover .gallery-caption  { bottom: 0; }
/* 239  */ .entry .gallery-columns-5 .gallery-caption,
/* 240  */ .entry .gallery-columns-6 .gallery-caption,
/* 241  */ .entry .gallery-columns-7 .gallery-caption,
/* 242  */ .entry .gallery-columns-8 .gallery-caption,
/* 243  */ .entry .gallery-columns-9 .gallery-caption { display: none!important; }
/* 244  */ 
/* 245  */ /*  base : headings
/* 246  *| /* ------------------------------------ */
/* 247  */ h1, h2, h3, h4, h5, h6 { color: #444; font-weight: bold; -ms-word-wrap: break-word; word-wrap: break-word; }
/* 248  */ .entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span { color: #bbb; }
/* 249  */ .entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6  { margin-bottom: 14px; font-weight: 400; line-height: 1.3em; }
/* 250  */ .entry h1 { font-size: 38px; letter-spacing: -1px; }

/* style.css */

/* 251  */ .entry h2 { font-size: 34px; letter-spacing: -0.7px; }
/* 252  */ .entry h3 { font-size: 28px; letter-spacing: -0.5px; }
/* 253  */ .entry h4 { font-size: 24px; letter-spacing: -0.3px; }
/* 254  */ .entry h5 { font-size: 20px; font-weight: 600; }
/* 255  */ .entry h6 { font-size: 18px; font-weight: 600; text-transform: uppercase; }
/* 256  */ 
/* 257  */ .heading,
/* 258  */ #reply-title { font-weight: normal; font-size: 18px; text-transform: uppercase; font-weight: 600; margin-bottom: 1em; }
/* 259  */ .heading i { font-size: 22px; margin-right: 6px; }
/* 260  */ 
/* 261  */ 
/* 262  */ /* ------------------------------------------------------------------------- *
/* 263  *|  *  Base Structure
/* 264  *| /* ------------------------------------------------------------------------- */
/* 265  */ 
/* 266  */ /*  base : layout
/* 267  *| /* ------------------------------------ */
/* 268  */ #wrapper { min-width: 1024px; height: 100%; }
/* 269  */ .container { padding: 0 20px; }
/* 270  */ .container-inner { max-width: 1380px; min-width: 1380px; width: 100%; margin: 0 auto; }
/* 271  */ .main { background-color: #fff!important; position: relative; }
/* 272  */ .main-inner { position: relative; min-height: 600px; /* instead of sticky footer */ }
/* 273  */ .content { width: 100%; position: relative; }
/* 274  */ .pad { padding: 30px 30px 20px; }
/* 275  */ 
/* 276  */ /* boxed */
/* 277  */ .boxed #wrapper { max-width: 1380px; margin: 0 auto;
/* 278  */ -webkit-box-shadow: 6px 0 0 rgba(0,0,0,0.04), -6px 0 0 rgba(0,0,0,0.04);
/* 279  */ box-shadow: 6px 0 0 rgba(0,0,0,0.04), -6px 0 0 rgba(0,0,0,0.04); }
/* 280  */ .boxed .container { padding: 0; }
/* 281  */ .boxed #page { background: #eaeaea; padding-bottom: 1px; }
/* 282  */ 
/* 283  */ /*  base : layout columns
/* 284  *| /* ------------------------------------ */
/* 285  */ 
/* 286  */ /* 2 column, content left */
/* 287  */ .col-2cl .main-inner { background: url(/wp-content/themes/hueman/img/sidebar/s-right-s1.png) repeat-y right 0; padding-right: 340px; }
/* 288  */ .col-2cl .s1 { float: right; margin-right: -340px; }
/* 289  */ .col-2cl .content { float: left; }
/* 290  */ 
/* 291  */ /* 2 column, content right */
/* 292  */ .col-2cr .main-inner { background: url(/wp-content/themes/hueman/img/sidebar/s-left.png) repeat-y left 0; padding-left: 340px; }
/* 293  */ .col-2cr .s1 { float: left; margin-left: -340px; }
/* 294  */ .col-2cr .content { float: right; }
/* 295  */ 
/* 296  */ /* 3 column, content middle */
/* 297  */ .col-3cm .main { background: url(/wp-content/themes/hueman/img/sidebar/s-right-s2.png) repeat-y right 0; }
/* 298  */ .col-3cm .main-inner { background: url(/wp-content/themes/hueman/img/sidebar/s-left.png) repeat-y left 0; padding-left: 340px; padding-right: 260px; }
/* 299  */ .col-3cm .s1 { float: left; margin-left: -340px; }
/* 300  */ .col-3cm .s2 { float: right; margin-right: -260px; /* ingenuity! */ position: relative; right: -100%; }

/* style.css */

/* 301  */ .col-3cm .content { float: right; }
/* 302  */ 
/* 303  */ /* 3 column, content left */
/* 304  */ .col-3cl .main { background-image: none; }
/* 305  */ .col-3cl .main-inner { background: url(/wp-content/themes/hueman/img/sidebar/s-right-dual-full-expand.png) repeat-y right 0; padding-right: 600px; }
/* 306  */ .col-3cl .s1 { float: right; margin-right: -600px; }
/* 307  */ .col-3cl .s2 { float: right; margin-right: -260px; }
/* 308  */ .col-3cl .content { float: left; }
/* 309  */ 
/* 310  */ /* 3 column, content right */
/* 311  */ .col-3cr .main { background-image: none; }
/* 312  */ .col-3cr .main-inner { background: url(/wp-content/themes/hueman/img/sidebar/s-left-dual-full-expand.png) repeat-y left 0; padding-left: 600px; }
/* 313  */ .col-3cr .s1 { float: left; margin-left: -600px; }
/* 314  */ .col-3cr .s2 { float: left; margin-left: -260px; }
/* 315  */ .col-3cr .content { float: right; }
/* 316  */ 
/* 317  */ /*  base : sidebar
/* 318  *| /* ------------------------------------ */
/* 319  */ .sidebar { padding-bottom: 20px; position: relative; z-index: 2; }
/* 320  */ .sidebar .pad { padding-left: 20px; padding-right: 20px; }
/* 321  */ .sidebar-top { padding: 15px 30px; }
/* 322  */ .sidebar-top p { float: left; color: #fff; color: rgba(255,255,255,0.8); font-size: 16px; font-weight: 600; text-transform: uppercase; line-height: 24px; padding: 3px 0; }
/* 323  */ .sidebar-toggle { display: none; text-align: center; cursor: pointer; width: 100%; height: 50px;
/* 324  */ -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
/* 325  */ box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1); }
/* 326  */ .sidebar-toggle i { font-size: 38px; color: #fff; padding: 5px 0; }
/* 327  */ .s1-expand .s1,
/* 328  */ .s2-expand .s2 {-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }
/* 329  */ 
/* 330  */ /* toggle icon */
/* 331  */ .icon-sidebar-toggle:before { font-family: FontAwesome; }
/* 332  */ .col-2cl .s1 .icon-sidebar-toggle:before,
/* 333  */ .col-3cl .s1 .icon-sidebar-toggle:before,
/* 334  */ .col-3cm .s2 .icon-sidebar-toggle:before,
/* 335  */ .col-3cl .s2 .icon-sidebar-toggle:before { content: "\f100"; }
/* 336  */ .col-2cr .s1 .icon-sidebar-toggle:before,
/* 337  */ .col-3cm .s1 .icon-sidebar-toggle:before,
/* 338  */ .col-3cr .s1 .icon-sidebar-toggle:before,
/* 339  */ .col-3cr .s2 .icon-sidebar-toggle:before { content: "\f101"; }
/* 340  */ 
/* 341  */ /* sidebar primary */
/* 342  */ .s1 { width: 340px; z-index: 2; }
/* 343  */ .s1:hover { z-index: 98; /* social icons tooltip above header nav */ }
/* 344  */ .s1 .sidebar-top,
/* 345  */ .s1 .sidebar-toggle { background: #3b8dbd; }
/* 346  */ @media only screen and (min-width: 479px) and (max-width: 960px) {
/* 347  */ 	.s1 .sidebar-top { background: none!important; border-bottom: 1px solid #ddd; }
/* 348  */ 	.s1 .sidebar-top p { color: #666; }
/* 349  */ 	.s1 .sidebar-top .social-links .social-tooltip { color: #666; }
/* 350  */ }

/* style.css */

/* 351  */ 
/* 352  */ /* sidebar secondary */
/* 353  */ .s2 { width: 260px; z-index: 1; }
/* 354  */ .s2 .sidebar-top,
/* 355  */ .s2 .sidebar-toggle { background: #82b965; }
/* 356  */ @media only screen and (min-width: 479px) and (max-width: 1200px) {
/* 357  */ 	.s2 .sidebar-top { background: none!important; border-bottom: 1px solid #ddd; }
/* 358  */ 	.s2 .sidebar-top p { color: #666; }
/* 359  */ }
/* 360  */ 
/* 361  */ /*  base : grid
/* 362  *| /* ------------------------------------ */
/* 363  */ .grid { margin-right: 3.2%; float: left; display: inline; position: relative; }
/* 364  */ .last { clear: right; margin-right: 0!important; }
/* 365  */ 
/* 366  */ .one-full { margin-right: 0; width: 100%; overflow: hidden; }
/* 367  */ .one-half { width: 48.4%; }
/* 368  */ .one-third { width: 31.2%; }
/* 369  */ .two-third { width: 65.6%; }
/* 370  */ .one-fourth { width: 22.6%; }
/* 371  */ .three-fourth { width: 74.2%; }
/* 372  */ .one-fifth { width: 17.4%; }
/* 373  */ .two-fifth { width: 38.1%; }
/* 374  */ .three-fifth { width: 58.7%; }
/* 375  */ .four-fifth { width: 79.4%; }
/* 376  */ 
/* 377  */ 
/* 378  */ /* ------------------------------------------------------------------------- *
/* 379  *|  *  Common Elements
/* 380  *| /* ------------------------------------------------------------------------- */
/* 381  */ 
/* 382  */ /*  common : responsive videos
/* 383  *| /* ------------------------------------ */
/* 384  */ .video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
/* 385  */ .video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* 386  */ 
/* 387  */ /*  common : responsive image + caption
/* 388  *| /* ------------------------------------ */
/* 389  */ .image-container { position: relative; }
/* 390  */ .image-container img { display: block; width: 100%; height: auto; }
/* 391  */ .image-caption { background: rgba(0,0,0,0.7); color: #fff; font-size: 13px; line-height: 1.3em; font-style: italic; padding: 8px 10px; position: absolute; bottom: 8px; left: 8px; margin-right: 8px;
/* 392  */ -webkit-border-radius: 2px; border-radius: 2px; 
/* 393  */ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03);
/* 394  */ box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03); }
/* 395  */ 
/* 396  */ /*  common : social links
/* 397  *| /* ------------------------------------ */
/* 398  */ .social-links { float: right; position: relative; padding-top: 2px; }
/* 399  */ .social-links li { display: inline-block; margin-left: 8px; line-height: 16px; font-size: 0; }
/* 400  */ .social-links li a { display: block!important; position: relative; text-align: center; }

/* style.css */

/* 401  */ .social-links .social-tooltip { color: #fff; color: rgba(255,255,255,0.7); font-size: 24px; display: inline; position: relative; z-index: 98; }
/* 402  */ .social-links .social-tooltip:hover { color: #fff; text-decoration: none; }
/* 403  */ .social-links .social-tooltip:hover:after { top: -36px; background: #fff; font-size: 14px; color: #666; content: attr(title); display: block; right: 0; padding: 5px 15px; position: absolute; white-space: nowrap; 
/* 404  */ -webkit-border-radius: 3px; border-radius: 3px;
/* 405  */ -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2); box-shadow: 0 0 2px rgba(0,0,0,0.2); }
/* 406  */ .social-links .social-tooltip:hover:before { top: -10px; right: 8px; border: solid; border-color: #fff transparent; border-width: 5px 5px 0 5px; content: ""; display: block; position: absolute; z-index: 1; }
/* 407  */ 
/* 408  */ /*  common : page title
/* 409  *| /* ------------------------------------ */
/* 410  */ .page-title { background: #fff; position: relative; padding-top: 18px; padding-bottom: 17px; border-bottom: 1px solid #eee; color: #666; font-size: 16px; font-weight: 600; text-transform: uppercase; line-height: 24px; }
/* 411  */ .page-title a { color: #aaa; }
/* 412  */ .page-title a:hover { color: #444; }
/* 413  */ .page-title span { color: #aaa; } 
/* 414  */ .page-title i { margin-right: 8px; } 
/* 415  */ .page-title h1,
/* 416  */ .page-title h2 {color: black; font-weight: bold;},
/* 417  */ .page-title h4 { color: #666; }
/* 418  */ .page-title .meta-single li { float: left; margin-right: 14px; }
/* 419  */ .page-title .meta-single li.comments { float: right; margin-right: 0; }
/* 420  */ 
/* 421  */ /*  common : notebox
/* 422  *| /* ------------------------------------ */
/* 423  */ .notebox { background: #f0f0f0; position: relative; padding: 12px 15px; color: #888; margin-bottom: 30px; }
/* 424  */ .notebox:before { content:''; display: inline-block; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #f1f1f1; position: absolute; top: -8px; left: 13px; }
/* 425  */ .notebox:after { content:''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #f1f1f1; position: absolute; top: -5px; left: 15px; }
/* 426  */ .notebox span { font-weight: 600; }
/* 427  */ .notebox .search-again { margin-top: 10px; }
/* 428  */ .notebox input[type="text"] { width: 100%; }
/* 429  */ 
/* 430  */ /*  common : page image
/* 431  *| /* ------------------------------------ */
/* 432  */ .page-image { overflow: hidden; position: relative; margin: 0 0 30px 0; }
/* 433  */ .page-image-text { position: absolute; top: 50%; margin-top: -35px; width: 100%; text-align: center; }
/* 434  */ .page-image-text .caption { color: #fff; font-size: 44px; line-height: 70px; text-transform: uppercase; font-weight: 600; text-shadow: 0 0 20px rgba(0,0,0,0.3); }
/* 435  */ .page-image-text .description { display: block; color: #fff; font-size: 15px; line-height: 36px; font-weight: 300; }
/* 436  */ .page-image-text .description i { background: rgba(0,0,0,0.7); opacity: 0.9; font-style: normal; padding: 6px 10px; -webkit-border-radius: 2px; border-radius: 2px; }
/* 437  */ 
/* 438  */ /*  common : pagination
/* 439  *| /* ------------------------------------ */
/* 440  */ .pagination { margin-bottom: 15px; }
/* 441  */ .pagination a { font-size: 18px; font-weight: 600; }
/* 442  */ 
/* 443  */ /*  common : thumb icon
/* 444  *| /* ------------------------------------ */
/* 445  */ .thumb-icon { background: rgba(0,0,0,0.7); color: #fff; text-align: center; display: block; width: 32px; height: 32px; position: absolute; bottom: 20px; left: 20px;
/* 446  */ -webkit-border-radius: 6px; border-radius: 6px;
/* 447  */ -moz-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
/* 448  */ -webkit-box-shadow: 0 0 2px rgba(255,255,255,0.4);
/* 449  */ box-shadow: 0 0 2px rgba(255,255,255,0.4);
/* 450  */ -webkit-transform: rotate(45deg);

/* style.css */

/* 451  */    -moz-transform: rotate(45deg);
/* 452  */     -ms-transform: rotate(45deg);
/* 453  */      -o-transform: rotate(45deg);
/* 454  */         transform: rotate(45deg); }
/* 455  */ .thumb-icon i { font-size: 18px; padding: 7px 0;
/* 456  */ -webkit-transform: rotate(-45deg);
/* 457  */    -moz-transform: rotate(-45deg);
/* 458  */     -ms-transform: rotate(-45deg);
/* 459  */      -o-transform: rotate(-45deg);
/* 460  */         transform: rotate(-45deg); }
/* 461  */ .thumb-icon .fa-play { margin: -1px 0 0 2px; }
/* 462  */ .thumb-icon.small { width: 24px; height: 24px; position: absolute; bottom: 14px; left: 14px;
/* 463  */ -webkit-border-radius: 4px; border-radius: 4px; }
/* 464  */ .thumb-icon.small .fa { font-size: 14px; line-height: 16px; padding: 5px 0; }
/* 465  */ .thumb-icon.small .f-play { margin: -1px 0 0 2px; }
/* 466  */ 
/* 467  */ /*  common : nav
/* 468  *| /* ------------------------------------ */
/* 469  */ .nav-container { background: #888; z-index: 99; position: relative; }
/* 470  */ .nav-toggle { display: none; background: #777; cursor: pointer; float: right; height: 50px; width: 60px; color: #fff; text-align: center; }
/* 471  */ .nav-toggle i { font-size: 29px; padding: 10px 0; }
/* 472  */ .nav-text { display: none; float: right; font-size: 16px; line-height: 24px; padding: 13px 20px; }
/* 473  */ .nav li > a:after,
/* 474  */ .nav > li > a:after { font-family: FontAwesome; display: inline-block; }
/* 475  */ 
/* 476  */ @media only screen and (min-width: 720px) {
/* 477  */ 	
/* 478  */ 	.nav-wrap { height: auto!important; }
/* 479  */ 	/* common */
/* 480  */ 	.nav { font-size: 0; position: relative; }
/* 481  */ 	.nav li a { color: #ccc; display: block; line-height: 20px; }
/* 482  */ 	/* dropdown arrows */
/* 483  */ 	.nav li > a:after { content: "\f0da"; float: right; opacity: 0.5; }
/* 484  */ 	.nav > li > a:after {content: "\f0d7"; float: none; margin-left: 6px; font-size: 14px; }
/* 485  */ 	.nav li > a:only-child:after {content: ""; margin: 0; }
/* 486  */ 	#footer .nav li > a:after { content: "\f0da"; }
/* 487  */ 	#footer .nav > li > a:after { content: "\f0d8"; }
/* 488  */ 	#footer .nav li > a:only-child:after { content: ""; }
/* 489  */ 	/* level 1 */
/* 490  */ 	.nav > li { font-size: 16px; border-right: 1px solid #999; display: inline-block; position: relative; }
/* 491  */ 	.nav > li > a { padding: 15px 14px; }
/* 492  */ 	.nav > li > a:hover, 
/* 493  */ 	.nav > li:hover > a { background: #777; }
/* 494  */ 	.nav li > a:hover, 
/* 495  */ 	.nav li:hover > a, 
/* 496  */ 	.nav li.current_page_item > a, 
/* 497  */ 	.nav li.current-menu-item > a,
/* 498  */ 	.nav li.current-menu-ancestor > a,
/* 499  */ 	.nav li.current-post-parent > a { color: #fff; }
/* 500  */ 	/* level 2 & 3 */

/* style.css */

/* 501  */ 	.nav li:hover > ul { display: block; }
/* 502  */ 	.nav ul { display: none; background: #777; position: absolute; left: 0; top: 50px; width: 180px; padding: 10px 0; z-index: 2; -webkit-transform: translateZ(0);
/* 503  */ 	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
/* 504  */ 	box-shadow: 0 2px 2px rgba(0,0,0,0.15); }
/* 505  */ 	.nav ul li { font-size: 14px; position: relative; display: block; padding: 0; }
/* 506  */ 	.nav ul li a { padding: 10px 20px; }
/* 507  */ 	.nav ul li:last-child { border-bottom: 0!important; }
/* 508  */ 	/* level 3 */
/* 509  */ 	.nav ul ul { position: absolute; top: -10px; left: 180px; }
/* 510  */ 	
/* 511  */ }
/* 512  */ @media only screen and (max-width: 719px) {
/* 513  */ 	
/* 514  */ 	.nav { font-weight: 600; }
/* 515  */ 	.nav-container { text-transform: none; }
/* 516  */ 	.nav-toggle,
/* 517  */ 	.nav-text { display: block; }
/* 518  */ 	.nav-wrap { position: relative; float: left; width: 100%; height: 0; overflow: hidden; }
/* 519  */ 	.nav-wrap.transition {
/* 520  */ 	-webkit-transition: height 0.35s ease;
/* 521  */ 	-moz-transition: height 0.35s ease;
/* 522  */ 	-o-transition: height 0.35s ease;
/* 523  */ 	transition: height 0.35s ease; }
/* 524  */ 	.expand .nav-wrap { height: auto; }
/* 525  */ 	/* common */
/* 526  */ 	.nav { float: left; width: 100%; }
/* 527  */ 	.nav li a { line-height: 20px; display: block; padding: 8px 20px; }
/* 528  */ 	.nav li li a { padding-left: 15px; padding-right: 15px; }
/* 529  */ 	/* dropdown arrows */
/* 530  */ 	.nav li > a:after { content: '\f0d7'; opacity: 0.5; margin-left: 6px; }
/* 531  */ 	.nav > li > a:after { content: '\f0d7'; font-size: 14px; }
/* 532  */ 	.nav li > a:only-child:after { content: ''; }
/* 533  */ 	/* level 1 */
/* 534  */ 	.nav > li { font-size: 15px; }
/* 535  */ 	.nav li > a:hover, 
/* 536  */ 	.nav li.current_page_item > a, 
/* 537  */ 	.nav li.current-menu-item > a,
/* 538  */ 	.nav li.current-post-parent > a { color: #fff; }	
/* 539  */ 	/* level 2 & 3 */
/* 540  */ 	.nav ul { display: block!important; margin-left: 40px; }
/* 541  */ 	.nav ul li { font-size: 13px; font-weight: 300; }
/* 542  */ 	.nav ul li a { padding-top: 6px; padding-bottom: 6px; }
/* 543  */ 	
/* 544  */ }
/* 545  */ 
/* 546  */ #menu-freedownloads { font-weight: bold;}
/* 547  */ 
/* 548  */ 
/* 549  */ /* ------------------------------------------------------------------------- *
/* 550  *|  *  Section: Header

/* style.css */

/* 551  *| /* ------------------------------------------------------------------------- */
/* 552  */ #header { background: #33363b; position: relative; padding-bottom: 60px; }
/* 553  */ #header .pad { padding-top: 28px; padding-bottom: 30px; }
/* 554  */ #header .container-inner { position: relative; }
/* 555  */ 
/* 556  */ .site-title { font-size: 42px; font-weight: 600; letter-spacing: -0.5px; float: left; line-height: 60px; padding: 10px 0; }
/* 557  */ .site-title a { display: block; color: #fff; max-width: 100%; }
/* 558  */ .site-title a img { display: block; max-width: 100%; max-height: 60px; height: auto; padding: 0; margin: 0 auto; -webkit-border-radius: 0; border-radius: 0; }
/* 559  */ .site-description { font-size: 16px;  color: #fff; color: rgba(255,255,255,0.5); float: left; margin-left: 20px; line-height: 60px; padding: 10px 0; }
/* 560  */ .site-image { display: block; margin: 0 auto; max-height: 400px; }
/* 561  */ 
/* 562  */ /*  header : search
/* 563  *| /* ------------------------------------ */
/* 564  */ .toggle-search { color: #fff; font-size: 18px; line-height: 24px; cursor: pointer; padding: 13px 20px; display: block; position: absolute; right: 0; top: -50px;
/* 565  */ -webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.1);
/* 566  */ box-shadow: -1px 0 0 rgba(255,255,255,0.1); }
/* 567  */ .toggle-search:hover,
/* 568  */ .toggle-search.active { background: rgba(0,0,0,0.15); color: #fff; }
/* 569  */ .search-expand { display: none; background: #26272b; position: absolute; top: 0; right: 0; width: 340px;
/* 570  */ -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
/* 571  */ box-shadow: 0 1px 0 rgba(255,255,255,0.1); }
/* 572  */ .search-expand-inner { background: rgba(0,0,0,0.15); padding: 15px; }
/* 573  */ .search-expand .themeform input { width: 100%; border: 2px solid #e2e2e2; border-radius: 0; }
/* 574  */ .search-expand .themeform input:focus {  }
/* 575  */ 
/* 576  */ /*  header : nav topbar
/* 577  *| /* ------------------------------------ */
/* 578  */ #nav-topbar.nav-container { background: #26272b;
/* 579  */ -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15);
/* 580  */ box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15); }
/* 581  */ #nav-topbar .nav-toggle { background: transparent; color: #fff;
/* 582  */ -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.06);
/* 583  */ box-shadow: inset 1px 0 0 rgba(255,255,255,0.06); }
/* 584  */ #nav-topbar .nav-text { color: #fff; color: rgba(255,255,255,0.7); }
/* 585  */ 
/* 586  */ @media only screen and (min-width: 1025px) {
/* 587  */ 	/* fixed nav */
/* 588  */ 	.full-width.topbar-enabled #header { padding-top: 50px; }
/* 589  */ 	.full-width #nav-topbar.nav-container { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; }
/* 590  */ 	.full-width.admin-bar #nav-topbar.nav-container { top: 32px; }
/* 591  */ }
/* 592  */ 
/* 593  */ @media only screen and (min-width: 720px) {
/* 594  */ 
/* 595  */ 	/* common */
/* 596  */ 	#nav-topbar .nav {  }
/* 597  */ 	#nav-topbar .nav li a { color: #fff; color: rgba(255,255,255,0.7); }	
/* 598  */ 	/* level 1 */
/* 599  */ 	#nav-topbar .nav > li { border-right: none; }
/* 600  */ 	#nav-topbar .nav > li > a:hover, 

/* style.css */

/* 601  */ 	#nav-topbar .nav > li:hover > a { background-color: rgba(0,0,0,0.1); }
/* 602  */ 	#nav-topbar .nav li > a:hover, 
/* 603  */ 	#nav-topbar .nav li:hover > a, 
/* 604  */ 	#nav-topbar .nav li.current_page_item > a, 
/* 605  */ 	#nav-topbar .nav li.current-menu-item > a,
/* 606  */ 	#nav-topbar .nav li.current-menu-ancestor > a,
/* 607  */ 	#nav-topbar .nav li.current-post-parent > a { color: #fff; }
/* 608  */ 	/* level 2 & 3 */
/* 609  */ 	#nav-topbar .nav ul { background: #26272b url(/wp-content/themes/hueman/img/opacity-10.png) repeat; }
/* 610  */ 	#nav-topbar .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
/* 611  */ 	#nav-topbar .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }
/* 612  */ 	
/* 613  */ }
/* 614  */ @media only screen and (max-width: 719px) {
/* 615  */ 	
/* 616  */ 	/* common */
/* 617  */ 	#nav-topbar .nav li a { color: #fff; color: rgba(255,255,255,0.8); border-top: 1px solid rgba(255,255,255,0.06); }	
/* 618  */ 	/* level 1 */
/* 619  */ 	#nav-topbar .nav li > a:hover { background: rgba(0,0,0,0.15); color: #fff; }
/* 620  */ 	#nav-topbar .nav li.current_page_item > a, 
/* 621  */ 	#nav-topbar .nav li.current-menu-item > a,
/* 622  */ 	#nav-topbar .nav li.current-post-parent > a { background: rgba(0,0,0,0.15); color: #fff; }
/* 623  */ 	
/* 624  */ }
/* 625  */ 
/* 626  */ /*  header : nav header
/* 627  *| /* ------------------------------------ */
/* 628  */ #nav-header.nav-container { background: transparent; z-index: 97;
/* 629  */ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 -1px 0 rgba(0,0,0,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2);
/* 630  */ box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 -1px 0 rgba(0,0,0,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2); }
/* 631  */ #nav-header .container { padding: 0 15px; }
/* 632  */ #nav-header .nav-toggle { background: transparent; color: #fff;
/* 633  */ -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2);
/* 634  */ box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2); }
/* 635  */ #nav-header .nav-text { color: #fff; color: rgba(255,255,255,0.7); }
/* 636  */ 
/* 637  */ @media only screen and (min-width: 720px) {
/* 638  */ 
/* 639  */ 	/* common */
/* 640  */ 	#nav-header .nav {  }
/* 641  */ 	#nav-header .nav li a { font-weight: bold; color: #fff; color: rgba(255,255,255,255); }	
/* 642  */ 	/* level 1 */
/* 643  */ 	#nav-header .nav > li { border-right: none; }
/* 644  */ 	#nav-header .nav > li > a:hover, 
/* 645  */ 	#nav-header .nav > li:hover > a { background: rgba(0,0,0,0.1); }
/* 646  */ 	#nav-header .nav li > a:hover, 
/* 647  */ 	#nav-header .nav li:hover > a, 
/* 648  */ 	#nav-header .nav li.current_page_item > a, 
/* 649  */ 	#nav-header .nav li.current-menu-item > a,
/* 650  */ 	#nav-header .nav li.current-menu-ancestor > a,

/* style.css */

/* 651  */ 	#nav-header .nav li.current-post-parent > a { color: #fff; }
/* 652  */ 	/* level 2 & 3 */
/* 653  */ 	#nav-header .nav ul { background: #33363b url(/wp-content/themes/hueman/img/opacity-10.png) repeat; }
/* 654  */ 	#nav-header .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
/* 655  */ 	#nav-header .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }
/* 656  */ 	
/* 657  */ }
/* 658  */ @media only screen and (max-width: 719px) {
/* 659  */ 	
/* 660  */ 	/* common */
/* 661  */ 	#nav-header.nav-container  { border-left: 0; border-right: 0; }
/* 662  */ 	#nav-header .container { padding: 0; }
/* 663  */ 	#nav-header .nav { padding-bottom: 20px; }
/* 664  */ 	#nav-header .nav li a { color: #fff; color: rgba(255,255,255,0.8); border-top: 1px solid rgba(255,255,255,0.06); }	
/* 665  */ 	/* level 1 */
/* 666  */ 	#nav-header .nav li > a:hover { background: rgba(0,0,0,0.15); color: #fff; }
/* 667  */ 	#nav-header .nav li.current_page_item > a, 
/* 668  */ 	#nav-header .nav li.current-menu-item > a,
/* 669  */ 	#nav-header .nav li.current-post-parent > a { background: rgba(0,0,0,0.15); color: #fff; }
/* 670  */ 	
/* 671  */ }
/* 672  */ 
/* 673  */ /* ------------------------------------------------------------------------- *
/* 674  *|  *  Section: Page
/* 675  *| /* ------------------------------------------------------------------------- */
/* 676  */ #page { padding-bottom: 60px; margin-top: -60px; }
/* 677  */ #page .container-inner { background: #fff;
/* 678  */ -webkit-box-shadow: 0 -1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
/* 679  */ box-shadow: 0 -1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1); }
/* 680  */ 
/* 681  */ 
/* 682  */ /* ------------------------------------------------------------------------- *
/* 683  *|  *  Section: Footer
/* 684  *| /* ------------------------------------------------------------------------- */
/* 685  */ #footer { background: #fff; color: #777; width: 100%; }
/* 686  */ #footer a { color: #777; }
/* 687  */ #footer a:hover { color: #ccc; }
/* 688  */ #footer .pad { padding-bottom: 30px; }
/* 689  */ 
/* 690  */ #footer-widgets{ padding-top: 20px; }
/* 691  */ 
/* 692  */ #footer-bottom { background: #33363b; }
/* 693  */ #footer-bottom .pad { padding-top: 30px; }
/* 694  */ #footer-bottom a { color: #fff; color: rgba(255,255,255,0.7); }
/* 695  */ #footer-bottom a:hover { color: #fff; }
/* 696  */ #footer-bottom #footer-logo { display: block; margin-bottom: 20px; max-height: 50px; -webkit-border-radius: 0; border-radius: 0; }
/* 697  */ #footer-bottom #copyright,
/* 698  */ #footer-bottom #credit { color: #fff; color: rgba(255,255,255,0.5); font-size: 15px; line-height: 1.5em; }
/* 699  */ #footer-bottom #back-to-top { background: #eaeaea; color: #777; overflow: hidden; text-align: center; width: 60px; height: 30px; display: block; margin: 0 auto; margin: 0 auto -30px; 
/* 700  */ -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;

/* style.css */

/* 701  */ -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05); 
/* 702  */ box-shadow: inset 0 1px 0 rgba(0,0,0,0.05); }
/* 703  */ #footer-bottom #back-to-top i { font-size: 38px; position: relative; top: -7px; }
/* 704  */ #footer-bottom #back-to-top:hover { color: #444; }
/* 705  */ #footer-bottom .social-links { padding-top: 10px; }
/* 706  */ #footer-bottom .social-links a { color: rgba(255,255,255,0.6); }
/* 707  */ #footer-bottom .social-links a:hover { color: #fff; }
/* 708  */ #footer-bottom .social-links .social-tooltip { font-size: 28px; }
/* 709  */ 
/* 710  */ /*  footer : nav
/* 711  *| /* ------------------------------------ */
/* 712  */ #nav-footer.nav-container { background: #fff; border-top: 1px solid #eee; }
/* 713  */ #nav-footer .nav-toggle { background: transparent; color: #444; border-left: 1px solid #eee; }
/* 714  */ 
/* 715  */ @media only screen and (min-width: 720px) {
/* 716  */ 
/* 717  */ 	/* common */
/* 718  */ 	#nav-footer .nav { text-align: center; }
/* 719  */ 	#nav-footer .nav li a { color: #999; }	
/* 720  */ 	/* level 1 */
/* 721  */ 	#nav-footer .nav > li > a { padding: 12px 18px; }
/* 722  */ 	#nav-footer .nav > li { border-right: 0; }
/* 723  */ 	#nav-footer .nav > li:first-child { border-left: 0; }
/* 724  */ 	#nav-footer .nav > li > a:hover, 
/* 725  */ 	#nav-footer .nav > li:hover > a { background: #f0f0f0; }
/* 726  */ 	#nav-footer .nav li > a:hover, 
/* 727  */ 	#nav-footer .nav li:hover > a, 
/* 728  */ 	#nav-footer .nav li.current_page_item > a, 
/* 729  */ 	#nav-footer .nav li.current-menu-item > a,
/* 730  */ 	#nav-footer .nav li.current-menu-ancestor > a,
/* 731  */ 	#nav-footer .nav li.current-post-parent > a { color: #666; }
/* 732  */ 	/* level 2 & 3 */
/* 733  */ 	#nav-footer .nav ul { background: #f0f0f0; bottom: 44px; top: auto; text-align: left;
/* 734  */ 	-webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.05);
/* 735  */ 	box-shadow: 0 -2px 2px rgba(0,0,0,0.05); }
/* 736  */ 	#nav-footer .nav ul li { border-bottom: 1px solid #e4e4e4; }
/* 737  */ 	#nav-footer .nav ul ul { top: -10px; }	
/* 738  */ 	/* level 3 */
/* 739  */ 	#nav-footer .nav ul ul { position: absolute; top: auto; bottom: -10px; }
/* 740  */ 	
/* 741  */ }
/* 742  */ @media only screen and (max-width: 719px) {
/* 743  */ 	
/* 744  */ 	/* common */
/* 745  */ 	#nav-footer .nav li a { color: #999; color: rgba(0,0,0,0.8); border-top: 1px solid #f2f2f2; }	
/* 746  */ 	/* level 1 */
/* 747  */ 	#nav-footer .nav li > a:hover { background: #f2f2f2; color: #444; }
/* 748  */ 	#nav-footer .nav li.current_page_item > a, 
/* 749  */ 	#nav-footer .nav li.current-menu-item > a,
/* 750  */ 	#nav-footer .nav li.current-post-parent > a { background: #f2f2f2; color: #444; }

/* style.css */

/* 751  */ 	
/* 752  */ }
/* 753  */ 
/* 754  */ 
/* 755  */ /* ------------------------------------------------------------------------- *
/* 756  *|  *  Post Entry
/* 757  *| /* ------------------------------------------------------------------------- */
/* 758  */ .content .post,
/* 759  */ .content .page { position: relative; overflow: hidden; }
/* 760  */ 
/* 761  */ .blog .post,
/* 762  */ .single .post,
/* 763  */ .archive .post,
/* 764  */ .search .post,
/* 765  */ .search .page { margin-bottom: 40px; }
/* 766  */ 
/* 767  */ .sticky {}
/* 768  */ 
/* 769  */ /*  post : search
/* 770  *| /* ------------------------------------ */
/* 771  */ .search .page.type-page .post-thumbnail,
/* 772  */ .search .page.type-page .post-meta { display: none; }
/* 773  */ 
/* 774  */ /*  post : featured
/* 775  *| /* ------------------------------------ */
/* 776  */ #flexslider-featured .flex-direction-nav { position: absolute; top: -50px; left: auto; right: 0; }
/* 777  */ #flexslider-featured .flex-direction-nav li { float: left; margin-left: 3px; }
/* 778  */ #flexslider-featured .flex-direction-nav li:first-child { float: left; }
/* 779  */ #flexslider-featured .flex-direction-nav li:last-child { float: right; }
/* 780  */ #flexslider-featured .flex-direction-nav a { background: #fff; color: #bbb; font-size: 24px; line-height: 24px; position: relative; width: 34px; height: 36px; margin: 0 0 0; display: block; text-align: center; cursor: pointer; text-indent: -999px; overflow: hidden; opacity: 1; 
/* 781  */ -webkit-border-radius: 0; border-radius: 0;
/* 782  */ -webkit-box-shadow: none; box-shadow: none;
/* 783  */ -webkit-transition: all .3s ease; transition: all .3s ease; }
/* 784  */ #flexslider-featured .flex-direction-nav a:before { font-family: FontAwesome; line-height: 24px; position: absolute; text-align: center; left: 0; right: 0; top: 8px; text-indent: 0; }
/* 785  */ #flexslider-featured .flex-direction-nav .flex-next:before { content:"\f054"; }
/* 786  */ #flexslider-featured .flex-direction-nav .flex-prev:before { content: "\f053"; }
/* 787  */ #flexslider-featured .flex-direction-nav .flex-next:hover,
/* 788  */ #flexslider-featured .flex-direction-nav .flex-prev:hover { opacity: 1; color: #3b8dbd; }
/* 789  */ 
/* 790  */ #flexslider-featured .flex-control-nav { position: absolute; top: -15px; bottom: auto; }
/* 791  */ #flexslider-featured .flex-control-nav li { margin: 0; padding: 0; margin-right: 2px; float: left; }
/* 792  */ #flexslider-featured .flex-control-nav li a { background: #ddd; width: 20px; height: 2px; text-indent: -999px; overflow: hidden;
/* 793  */ -webkit-border-radius: 0; border-radius: 0;
/* 794  */ -webkit-box-shadow: none; box-shadow: none; }
/* 795  */ #flexslider-featured .flex-control-nav li a:hover { background: #ccc; }
/* 796  */ #flexslider-featured .flex-control-nav li a.flex-active { background: #3b8dbd; }
/* 797  */ 
/* 798  */ .featured,
/* 799  */ .featured.flexslider { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
/* 800  */ .featured .post { margin-bottom: 0; }

/* style.css */

/* 801  */ .featured .post-title { font-size: 34px; letter-spacing: -0.7px; line-height: 1.4em; }
/* 802  */ 
/* 803  */ /*  post : custom loop
/* 804  *| /* ------------------------------------ */
/* 805  */ .post-list { margin-right: -30px; }
/* 806  */ .post-list .post-row { margin-left: -30px; padding-left: 30px; float: left; width: 100%; border-bottom: 1px solid #eee; margin-bottom: 30px; position: relative; }
/* 807  */ .post-list .post-row:last-child { border: none; margin-bottom: 0; }
/* 808  */ .post-list .post,
/* 809  */ .post-list .page { width: 50%; float: left; }
/* 810  */ .post-list .post-inner { margin-right: 30px; }
/* 811  */ .post-hover:hover .post-thumbnail { opacity: 0.75; }
/* 812  */ .post-hover:hover .post-title a { color: #3b8dbd; }
/* 813  */ .post-hover:hover .thumb-icon { background: #fff; color: #111; }
/* 814  */ 
/* 815  */ .post-thumbnail { width: 100%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
/* 816  */ .post-thumbnail { position: relative; margin-bottom: 1em; }
/* 817  */ .post-thumbnail img { display: block; width: 100%; height: auto; }
/* 818  */ 
/* 819  */ .post-comments { background: #82b965; font-size: 12px; line-height: 20px; color: #fff; display: block; position: absolute; top: 10px; right: 0;
/* 820  */ -webkit-box-shadow: inset -1px 0 1px rgba(0,0,0,0.2); 
/* 821  */ box-shadow: inset -1px 0 1px rgba(0,0,0,0.2); }
/* 822  */ .post-comments > span { display: block; position: relative; padding: 2px 7px; }
/* 823  */ .post-comments > span:before { content:''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid #82b965; border-top: 7px solid transparent; border-bottom: 7px solid transparent; position: absolute; top: 5px; left: -14px; }
/* 824  */ .post-comments i { margin-right: 3px; }
/* 825  */ .post-comments:hover { color: #fff!important; padding-right: 4px; }
/* 826  */ 
/* 827  */ .post-meta { text-transform: uppercase; font-size: 14px; font-weight: 400; color: #bbb; margin-bottom: 0.3em; }
/* 828  */ .post-meta .post-category { float: left; margin-right: 6px; }
/* 829  */ .post-meta .post-date { float: left; }
/* 830  */ 
/* 831  */ .post-title { color: #444; font-weight: normal; margin-bottom: 10px; font-size: 22px; font-weight: 400; line-height: 1.5em; -ms-word-wrap: break-word; word-wrap: break-word; }
/* 832  */ .post-title strong { font-weight: 600; }
/* 833  */ .post-title i { font-style: italic; }
/* 834  */ .post-title a { color: #444; }
/* 835  */ .post-title a:hover { color: #3b8dbd; }
/* 836  */ 
/* 837  */ .entry.excerpt { font-size: 16px; color: #aaa; }
/* 838  */ .entry.excerpt p { margin-bottom: 0; }
/* 839  */ 
/* 840  */ 
/* 841  */ /* ------------------------------------------------------------------------- *
/* 842  *|  *  Single
/* 843  *| /* ------------------------------------------------------------------------- */
/* 844  */ .single .post-title { font-size: 38px; letter-spacing: -1px; line-height: 1.3em; }
/* 845  */ .single .post-inner .post-thumbnail { margin-bottom: 2em; }
/* 846  */ .post-byline { font-size: 14px; font-weight: 400; color: #aaa; text-transform: uppercase; margin-bottom: 1em; }
/* 847  */ 
/* 848  */ .entry.share { padding-right: 100px; min-height: 354px; /* share buttons height */ position: relative; }
/* 849  */ .entry.share .entry-inner { float: left; width: 100%; }
/* 850  */ 

/* style.css */

/* 851  */ /*  single : sharrre
/* 852  *| /* ------------------------------------ */
/* 853  */ .sharrre-container { float: right; width: 50px; padding: 0 10px; margin-right: -100px;
/* 854  */ -webkit-border-radius: 4px; border-radius: 4px; }
/* 855  */ .sharrre-container span { color: #aaa; display: block; text-align: center; text-transform: uppercase; font-size: 11px; }
/* 856  */ .sharrre { padding: 10px 0 0; }
/* 857  */ .sharrre .box { width: 50px; display: block; }
/* 858  */ .sharrre .count { background: #eee; color: #333; display: block; font-size: 15px; font-weight: 600; line-height: 30px; position: relative; text-align: center; 
/* 859  */ -webkit-border-radius: 4px; border-radius: 4px; }
/* 860  */ .sharrre .count:after { content:''; display: block; position: absolute; left: 49%; width: 0; height: 0; border: solid 6px transparent; border-top-color: #eee; margin-left: -6px; bottom: -12px; }
/* 861  */ .sharrre .share { display: block; font-size: 28px; font-weight: 600; line-height: 32px; margin-top: 12px; padding: 0; text-align: center; text-decoration: none; }
/* 862  */ .sharrre .box .share,
/* 863  */ .sharrre .box .count { -webkit-transition: all .3s ease; transition: all .3s ease; }
/* 864  */ .sharrre .box:hover .share,
/* 865  */ .sharrre .box:hover .count { color: #444!important; }
/* 866  */ .sharrre#twitter .share,
/* 867  */ .sharrre#twitter .box .count { color: #00acee; }
/* 868  */ .sharrre#facebook .share,
/* 869  */ .sharrre#facebook .box .count { color: #3b5999; }
/* 870  */ .sharrre#googleplus .share,
/* 871  */ .sharrre#googleplus .box .count { color: #cd483c; }
/* 872  */ .sharrre#pinterest .share,
/* 873  */ .sharrre#pinterest .box .count { color: #ca2128; }
/* 874  */ 
/* 875  */ /*  single : post pages
/* 876  *| /* ------------------------------------ */
/* 877  */ .post-pages { font-weight: 600; margin-bottom: 20px; }
/* 878  */ 
/* 879  */ /*  single : tags
/* 880  *| /* ------------------------------------ */
/* 881  */ .post-tags { margin-bottom: 40px; }
/* 882  */ .post-tags span { font-size: 14px; color: #999; display: inline-block; margin: 0 7px 0 0; }
/* 883  */ .post-tags a { background: #f2f2f2; display: inline-block; line-height: 16px; white-space: nowrap; font-size: 12px; color: #999; padding: 3px 7px; margin: 0 5px 2px 0;
/* 884  */ -webkit-border-radius: 2px; border-radius: 2px; }
/* 885  */ .post-tags a:hover { background-color: #3b8dbd; color: #fff; }
/* 886  */ 
/* 887  */ /*  single : author bio
/* 888  *| /* ------------------------------------ */
/* 889  */ .author-bio { border: 2px solid #eee; position: relative; padding: 15px 15px 10px 95px; color: #888; margin-bottom: 40px; }
/* 890  */ .author-bio:before { content:''; display: inline-block; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #eee; position: absolute; top: -8px; left: 13px; }
/* 891  */ .author-bio:after { content:''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; position: absolute; top: -5px; left: 15px; }
/* 892  */ .author-bio .bio-avatar { float: left; margin: 0 0 8px -80px; width: 64px; height: auto; position: relative; }
/* 893  */ .author-bio .bio-avatar:after { background: #3b8dbd; position: absolute; right: 0; bottom: 0; padding: 4px 4px; content: "\f040"; color: #fff; font-size: 12px; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; -webkit-border-radius: 3px; border-radius: 3px; }
/* 894  */ .author-bio .bio-avatar img { display: block; width: 100%; height: auto; -webkit-border-radius: 3px; border-radius: 3px; }
/* 895  */ .author-bio p { margin-bottom: 8px; }
/* 896  */ .author-bio .bio-name { color: #444; font-weight: 600; margin-bottom: 4px; }
/* 897  */ .author-bio .bio-desc { color: #888; font-size: 15px; line-height: 1.5em; }
/* 898  */ 
/* 899  */ /*  single : related posts
/* 900  *| /* ------------------------------------ */

/* style.css */

/* 901  */ .related-posts { border-bottom: 2px solid #eee; margin-bottom: 40px; }
/* 902  */ .related-posts li { width: 33.3%; float: left; display: inline; }
/* 903  */ .related-posts .post { border-right: 1px solid transparent; margin-bottom: 0; padding-bottom: 10px; }
/* 904  */ .related-posts li:nth-child(4) article { display: none; }
/* 905  */ .related-posts li:nth-child(3) article { border-right-color: transparent; }
/* 906  */ .related-posts .related-inner { padding: 0 20px 0 0; }
/* 907  */ .single .related-posts .post-title { margin-bottom: 10px; font-size: 17px; font-weight: 300; line-height: 1.5em; letter-spacing: 0; display: block; }
/* 908  */ 
/* 909  */ /*  single : post-nav
/* 910  *| /* ------------------------------------ */
/* 911  */ .post-nav li { width: 100%; display: inline; float: left; text-align: center; }
/* 912  */ .post-nav li a { position: relative; min-height: 73px; display: block; padding: 16px 40px 24px; }
/* 913  */ .post-nav li i { color: #ccc; font-size: 18px; position: absolute; top: 50%; margin-top: -10px; }
/* 914  */ .post-nav li a strong { display: block; font-size: 12px; color: #aaa; letter-spacing: 0.5px; font-weight: normal; text-transform: uppercase; }
/* 915  */ .post-nav li a span { font-size: 15px; color: #666; }
/* 916  */ .post-nav li a:hover span { color: #444; }
/* 917  */ .post-nav li.previous i { left: 10px; }
/* 918  */ .post-nav li.next i { right: 10px; }
/* 919  */ .post-nav li a span,
/* 920  */ .post-nav li a i { 
/* 921  */ -webkit-transition-property: background color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease-out;
/* 922  */ -moz-transition-property: background color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease-out;
/* 923  */ -o-transition-property: background color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease-out; 
/* 924  */ transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease-out; }
/* 925  */ 
/* 926  */ /* sidebar-specific */
/* 927  */ .sidebar .post-nav li a { border-top: 1px solid #eee; border-bottom: 1px solid #ddd; }
/* 928  */ .sidebar .post-nav li a:hover { background: #ebebeb; background: rgba(0,0,0,0.02); }
/* 929  */ .sidebar .post-nav li.previous a,
/* 930  */ .sidebar .post-nav li.next a { border-bottom: 1px solid #ddd; }
/* 931  */ .s1 .post-nav li a:hover i { color: #3b8dbd; }
/* 932  */ .s2 .post-nav li a:hover i { color: #82b965; }
/* 933  */ 
/* 934  */ /* content-specific */
/* 935  */ .content .post-nav { border-top: 2px solid #eee; border-bottom: 2px solid #eee; margin-bottom: 40px;  }
/* 936  */ .content .post-nav li { width: 50%; }
/* 937  */ .content .post-nav li.next { float: right; -webkit-box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee; box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee; }
/* 938  */ .content .post-nav li.next a { padding-left: 24px; }
/* 939  */ .content .post-nav li.previous { float: left; -webkit-box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee; box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee; }
/* 940  */ .content .post-nav li.previous a { padding-right: 24px; }
/* 941  */ .content .post-nav li a:hover i { color: #3b8dbd; }
/* 942  */ 
/* 943  */ 
/* 944  */ /* ------------------------------------------------------------------------- *
/* 945  *|  *  Post Formats
/* 946  *| /* ------------------------------------------------------------------------- */
/* 947  */ 
/* 948  */ /*  post format : common
/* 949  *| /* ------------------------------------ */
/* 950  */ .post-format { position: relative; margin-bottom: 2em; }

/* style.css */

/* 951  */ .post-format p { margin-bottom: 1em; }
/* 952  */ .post-format .format-container { background: #f1f1f1; padding-bottom: 10px; border-left: 3px solid #3b8dbd; }
/* 953  */ .post-format .format-container .fa,
/* 954  */ .post-format .format-container .fa { color: #ccc; font-size: 36px; float: right; margin: 0 0 20px 20px; }
/* 955  */ 
/* 956  */ /*  post format : image
/* 957  *| /* ------------------------------------ */
/* 958  */ .format-image { }
/* 959  */ 
/* 960  */ /*  post format : video
/* 961  *| /* ------------------------------------ */
/* 962  */ .format-video { }
/* 963  */ 
/* 964  */ /*  post format : quote
/* 965  *| /* ------------------------------------ */
/* 966  */ .format-quote .post-format {  }
/* 967  */ .format-quote .post-format blockquote { font-size: 22px; font-weight: 400; line-height: 1.4em; font-style: italic; }
/* 968  */ .format-quote .post-format .quote-author { font-style: italic; }
/* 969  */ 
/* 970  */ /*  post format : link
/* 971  *| /* ------------------------------------ */
/* 972  */ .format-link .post-format p { font-size: 22px; font-weight: 400; line-height: 1.4em; font-style: italic; }
/* 973  */ 
/* 974  */ /*  post format : chat
/* 975  *| /* ------------------------------------ */
/* 976  */ .format-chat .post-format p { font-style: italic; }
/* 977  */ 
/* 978  */ /*  post format : status
/* 979  *| /* ------------------------------------ */
/* 980  */ .format-status .post-title { display: none; }
/* 981  */ .single .format-status .entry { font-size: 24px; line-height: 1.4em; }
/* 982  */ 
/* 983  */ /*  post format : aside
/* 984  *| /* ------------------------------------ */
/* 985  */ .format-aside .post-title { display: none; }
/* 986  */ 
/* 987  */ /*  post format : gallery
/* 988  *| /* ------------------------------------ */
/* 989  */ .format-gallery .post-format .flexslider { overflow: visible; padding-bottom: 30px; margin-bottom: -20px; }
/* 990  */ .format-gallery .post-format .flexslider .slides { background: #262626; overflow: hidden; position: relative; }
/* 991  */ .format-gallery .post-format .flexslider .slides img { max-height: 405px; width: auto; max-width: 100%; -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.6); box-shadow: 0 0 30px rgba(0,0,0,0.6); }
/* 992  */ .format-gallery .post-format .flexslider .flex-control-nav { bottom: 1px; }  
/* 993  */ .format-gallery .post-format .flex-direction-nav a:before { color: #fff; }
/* 994  */ 
/* 995  */ /*  post format : audio
/* 996  *| /* ------------------------------------ */
/* 997  */ .format-audio .post-format a,
/* 998  */ .format-audio .post-format i { font-size: 16px; line-height: 22px; }
/* 999  */ #page .format-audio .post-format img {
/* 1000 */ -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0;

/* style.css */

/* 1001 */ border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
/* 1002 */ 
/* 1003 */ /* jplayer */
/* 1004 */ .jp-interface { background-color: #444; }
/* 1005 */ .jp-play-bar, 
/* 1006 */ .jp-volume-bar-value { background-color: #83ad02; }
/* 1007 */ .jp-progress { background-color: #262626; }
/* 1008 */ .jp-volume-bar { border: 1px solid #262626; }
/* 1009 */ .jp-seek-bar,
/* 1010 */ .jp-volume-bar { background-color: #383838; }
/* 1011 */ .jp-interface a { color: #bbb; text-shadow: 0 -1px 0 rgba(0,0,0,0.6); }
/* 1012 */ .jp-interface a:hover { color: #eee; }
/* 1013 */ .jp-progress-container,
/* 1014 */ .jp-volume-bar-container { border-left: 1px solid #333; }
/* 1015 */ .jp-audio,
/* 1016 */ .jp-interface,
/* 1017 */ .jp-progress,
/* 1018 */ .jp-seek-bar { width: 100%; min-width: 100%; }
/* 1019 */ .jp-interface { position: relative; overflow: hidden;
/* 1020 */ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), inset 0 -1px 0 rgba(0,0,0,0.3);
/* 1021 */ box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), inset 0 -1px 0 rgba(0,0,0,0.3);  }
/* 1022 */ .jp-interface .jp-controls { list-style-type: none; padding: 0; margin: 0; }
/* 1023 */ .jp-interface .jp-controls li { display: inline; }
/* 1024 */ .jp-interface .jp-controls a { position: absolute; }
/* 1025 */ .jp-interface .jp-controls a i { display: block; }
/* 1026 */ .jp-play, .jp-pause { width: 25px; height: 30px; z-index: 1; outline: none; margin: 12px 0 0 9px;}
/* 1027 */ .jp-play, .jp-pause { top: 0; left: 0; }
/* 1028 */ .jp-progress-container { margin-left: 34px; margin-right: 84px; height: 6px; padding: 20px 10px; }
/* 1029 */ .jp-progress { overflow: hidden; }
/* 1030 */ .jp-progress { height: 5px; padding: 1px;
/* 1031 */ -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06);
/* 1032 */ box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
/* 1033 */ .jp-seek-bar { width: 0px; height: 5px; cursor: pointer; -webkit-border-radius: 1px; border-radius: 1px; }
/* 1034 */ .jp-play-bar { width: 0px; height: 5px; -webkit-border-radius: 1px; border-radius: 1px;
/* 1035 */ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
/* 1036 */ box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); }
/* 1037 */ .jp-volume-bar-container { width: 40px; height: 6px; padding: 20px 10px 20px 33px; position: absolute; top: 0; right: 0; }
/* 1038 */ .jp-volume-bar { position: relative; overflow: hidden; width: 38px; height: 5px; cursor: pointer; -webkit-border-radius: 1px; border-radius: 1px; 
/* 1039 */ -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06);
/* 1040 */ box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
/* 1041 */ .jp-volume-bar { top: 0; left: 0; }
/* 1042 */ .jp-volume-bar-value { width: 0px; height: 5px; -webkit-border-radius: 1px; border-radius: 1px;
/* 1043 */ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
/* 1044 */ box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); }
/* 1045 */ .jp-mute, .jp-unmute { width: 17px; z-index: 1; outline: none; margin-top: 10px; }
/* 1046 */ .jp-mute, .jp-unmute { top: 2px; right: 58px; }
/* 1047 */ .jp-unmute { display: none; }
/* 1048 */ .jp-jplayer { width:0px; height:0px; }
/* 1049 */ 
/* 1050 */ 

/* style.css */

/* 1051 */ /* ------------------------------------------------------------------------- *
/* 1052 *|  *  Widgets
/* 1053 *| /* ------------------------------------------------------------------------- */
/* 1054 */ .widget { color: #777; font-size: 15px; overflow: hidden; }
/* 1055 */ .widget a { color: rgba(14, 14, 14, 1); }
/* 1056 */ .widget a:hover { color: #444; }
/* 1057 */ .widget > h3 { font-size: 15px; font-weight: bold; text-transform: uppercase; margin-bottom: 6px; }
/* 1058 */ .widget > h3 a,
/* 1059 */ .widget > h3 a:hover { color: #444; }
/* 1060 */ .widget > h3 a img { display: none; float: left; margin: 3px 7px 0 0; }
/* 1061 */ .widget select { border: 1px solid #ddd; color: #777; font-size: 15px; padding: 7px; width: 100%; max-width: 100%; }
/* 1062 */ #footer .widget select { border-color: #eee; }
/* 1063 */ 
/* 1064 */ .sidebar .widget { padding: 8px 30px 0px; }
/* 1065 */ #footer .widget { padding-bottom: 30px; }
/* 1066 */ #footer .widget a:hover { color: #666; }
/* 1067 */ 
/* 1068 */ /*  widgets : icons
/* 1069 *| /* ------------------------------------ */
/* 1070 */ .widget > ul li:before,
/* 1071 */ .widget > ul li a:before,
/* 1072 */ .widget > div > ul li a:before,
/* 1073 */ .widget_calendar caption:before { font-family: FontAwesome; font-size: 14px; font-weight: bold; margin-right: 6px; color: rgba(11, 10, 10, 1); display: inline-block!important; width: 1em; text-align: center; }
/* 1074 */ .widget > ul li a:hover:before { color: black; }
/* 1075 */ 
/* 1076 */ .widget_archive > ul > li a:before { content: "\f073"; } 
/* 1077 */ .widget_categories > ul > li a:before { content: "\f07c"; }
/* 1078 */ .widget_links > ul > li a:before { content: "\f08e"; }
/* 1079 */ .widget_meta > ul > li a:before { content: "\f0da"; } 
/* 1080 */ .widget_recent_comments > ul > li:before { content: "\f075"; }
/* 1081 */ .widget_recent_entries > ul > li a:before { content: "\f017"; }
/* 1082 */ .widget_calendar caption:before { content: "\f073"; }
/* 1083 */ .widget_pages ul li a:before,
/* 1084 */ .widget_nav_menu ul li a:before { content: "\f068"; }
/* 1085 */ 
/* 1086 */ #text-2 { height: 80%}
/* 1087 */ 
/* 1088 */ /*  widgets : common
/* 1089 *| /* ------------------------------------ */
/* 1090 */ .widget_search > h3,
/* 1091 */ .widget_text > h3,
/* 1092 */ .widget_tag_cloud > h3,
/* 1093 */ .widget_calendar > h3 { margin-bottom: 1em; }
/* 1094 */ 
/* 1095 */ .widget_archive ul li, 
/* 1096 */ .widget_categories ul li, 
/* 1097 */ .widget_links ul li, 
/* 1098 */ .widget_meta ul li, 
/* 1099 */ .widget_recent_comments ul li, 
/* 1100 */ .widget_recent_entries ul li,

/* style.css */

/* 1101 */ .widget_rss ul li,
/* 1102 */ .widget_pages ul li a,
/* 1103 */ .widget_nav_menu ul li a,
/* 1104 */ .alx-tab li,
/* 1105 */ .alx-posts li { padding: 10px 0; border-bottom: 1px solid #e4e4e4; }
/* 1106 */ 
/* 1107 */ #footer .widget_archive ul li, 
/* 1108 */ #footer .widget_categories ul li, 
/* 1109 */ #footer .widget_links ul li, 
/* 1110 */ #footer .widget_meta ul li, 
/* 1111 */ #footer .widget_recent_comments ul li, 
/* 1112 */ #footer .widget_recent_entries ul li,
/* 1113 */ #footer .widget_rss ul li,
/* 1114 */ #footer .widget_pages ul li a,
/* 1115 */ #footer .widget_nav_menu ul li a,
/* 1116 */ #footer .alx-tab li,
/* 1117 */ #footer .alx-posts li,
/* 1118 */ #footer .widget_calendar th, 
/* 1119 */ #footer .widget_calendar td { border-color: #f2f2f2; }
/* 1120 */ 
/* 1121 */ .widget_archive ul li,
/* 1122 */ .widget_categories ul li,
/* 1123 */ .widget_links ul li { color: #bbb; }
/* 1124 */ 
/* 1125 */ .widget_recent_comments ul li,
/* 1126 */ .widget_recent_entries ul li { color: #999; }
/* 1127 */ .widget_recent_entries .post-date { display: block; }
/* 1128 */ 
/* 1129 */ /*  widget : pages / custom menu
/* 1130 *| /* ------------------------------------ */
/* 1131 */ .widget_pages ul li a,
/* 1132 */ .widget_nav_menu ul li a { display: block; }
/* 1133 */ .widget_pages li li a,
/* 1134 */ .widget_nav_menu li li a { padding-left: 15px; }
/* 1135 */ .widget_pages li li li a,
/* 1136 */ .widget_nav_menu li li li a { padding-left: 30px; }
/* 1137 */ .widget_pages ul ul, 
/* 1138 */ .widget_pages ul ul ul,
/* 1139 */ .widget_nav_menu ul ul, 
/* 1140 */ .widget_nav_menu  ul ul ul { border: 0; }
/* 1141 */ 
/* 1142 */ /*  widget : rss
/* 1143 *| /* ------------------------------------ */
/* 1144 */ .widget_rss ul li a { display: block; }
/* 1145 */ .widget_rss ul li span.rss-date { color: #444; font-weight: 600; display: block; text-transform: uppercase; font-size: 12px; }
/* 1146 */ .widget_rss ul li cite { color: #999; }
/* 1147 */ 
/* 1148 */ .s1 .widget_rss ul li a,
/* 1149 */ #footer .widget_rss ul li a { color: #3b8dbd; }
/* 1150 */ .s2 .widget_rss ul li a { color: #82b965; }

/* style.css */

/* 1151 */ 
/* 1152 */ /*  widget : search
/* 1153 *| /* ------------------------------------ */
/* 1154 */ .widget_search input.search { color: #999; padding-left: 26px; width: 100%; }
/* 1155 */ .widget_search .screen-reader-text,
/* 1156 */ .widget_search #searchsubmit { display: none; }
/* 1157 */ 
/* 1158 */ /*  widget : text
/* 1159 *| /* ------------------------------------ */
/* 1160 */ .widget_text .textwidget p { margin-bottom: 1em; }
/* 1161 */ 
/* 1162 */ /*  widget : calendar
/* 1163 *| /* ------------------------------------ */
/* 1164 */ .widget_calendar a { font-weight: 600; }
/* 1165 */ .widget_calendar a:hover { color: #444!important; }
/* 1166 */ .widget_calendar #wp-calendar { width: 100%; }
/* 1167 */ .widget_calendar caption { color: #fff; padding: 5px 10px; }
/* 1168 */ .widget_calendar caption:before { color: #fff; color: rgba(255,255,255,0.7); font-size: 15px; }
/* 1169 */ .widget_calendar thead { background: #e2e2e2; -webkit-box-shadow: 0 1px 0 #ddd; box-shadow: inset 0 -1px 0 #ddd; }
/* 1170 */ #footer .widget_calendar thead { background: #f2f2f2; }
/* 1171 */ .widget_calendar th { font-weight: 600; }
/* 1172 */ .widget_calendar th, 
/* 1173 */ .widget_calendar td { padding: 3px 0; text-align: center; border: 1px solid #e2e2e2; }
/* 1174 */ .widget_calendar .pad { padding: 0!important; }
/* 1175 */ 
/* 1176 */ .s1 .widget_calendar a,
/* 1177 */ #footer .widget_calendar a { color: #3b8dbd; }
/* 1178 */ .s1 .widget_calendar caption,
/* 1179 */ #footer .widget_calendar caption{ background: #3b8dbd; }
/* 1180 */ .s2 .widget_calendar a { color: #82b965; }
/* 1181 */ .s2 .widget_calendar caption { background: #82b965; }
/* 1182 */ 
/* 1183 */ /*  custom widget : alxtabs / alxposts
/* 1184 *| /* ------------------------------------ */
/* 1185 */ .alx-tabs-nav { border-bottom: 3px solid #ddd; margin-bottom: 10px; text-align: center; }
/* 1186 */ .alx-tabs-nav.tab-count-1 li { width: 100%; }
/* 1187 */ .alx-tabs-nav.tab-count-2 li { width: 50%; }
/* 1188 */ .alx-tabs-nav.tab-count-3 li { width: 33.333%; }
/* 1189 */ .alx-tabs-nav.tab-count-4 li { width: 25%; }
/* 1190 */ .alx-tabs-nav li { display: block; float: left; }
/* 1191 */ .alx-tabs-nav li a { font-size: 18px; display: block; padding: 8px 0; margin-bottom: -3px; border-bottom: 3px solid transparent; }
/* 1192 */ .alx-tabs-nav li a:hover { border-bottom-color: #ccc; }
/* 1193 */ .alx-tabs-nav li.active a,
/* 1194 */ #footer .alx-tabs-nav li.active a { color: #444; /* background: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%, #fff 100%) 0 0 rgba(0,0,0, 0); */ }
/* 1195 */ .alx-tabs-nav li a span { display: none; }
/* 1196 */ #footer .alx-tabs-nav { border-bottom-color: #eee; }
/* 1197 */ #footer .alx-tabs-nav li a:hover { border-bottom-color: #ddd; }
/* 1198 */ 
/* 1199 */ .s1 .alx-tabs-nav li.active a,
/* 1200 */ #footer .alx-tabs-nav li.active a { border-bottom-color: #3b8dbd; }

/* style.css */

/* 1201 */ .s2 .alx-tabs-nav li.active a { border-bottom-color: #82b965; }
/* 1202 */ 
/* 1203 */ .alx-tab li,
/* 1204 */ .alx-posts li { font-weight: 400; line-height: 1.4em; overflow: hidden; }
/* 1205 */ .alx-tab a,
/* 1206 */ .alx-posts a { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
/* 1207 */ .alx-tab img,
/* 1208 */ .alx-posts img { display: block; width: 100%; height: auto; }
/* 1209 */ .alx-tab.thumbs-enabled li{ padding-left: 94px; }
/* 1210 */ .alx-tab .tab-item-thumbnail { width: 80px; margin-left: -94px; float: left; }
/* 1211 */ .alx-tab .tab-item-thumbnail,
/* 1212 */ .alx-posts .post-item-thumbnail { position: relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
/* 1213 */ .alx-tab.avatars-enabled li{ padding-left: 62px; }
/* 1214 */ .alx-tab .tab-item-avatar { margin-left: -62px; width: 48px; float: left; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
/* 1215 */ .alx-tab .tab-item-category,
/* 1216 */ .alx-posts .post-item-category { color: #aaa; text-transform: uppercase; font-size: 13px; }
/* 1217 */ .alx-tab .tab-item-title a,
/* 1218 */ .alx-tab .tab-item-comment a,
/* 1219 */ .alx-posts .post-item-title a { color: #444; }
/* 1220 */ .alx-tab .tab-item-category a:hover,
/* 1221 */ .alx-posts .post-item-category a:hover { color: #444!important; }
/* 1222 */ .alx-tab .tab-item-title,
/* 1223 */ .alx-tab .tab-item-comment,
/* 1224 */ .alx-posts .post-item-title { margin: 2px 0; -ms-word-wrap: break-word; word-wrap: break-word; }
/* 1225 */ .alx-tab .tab-item-date,
/* 1226 */ .alx-tab .tab-item-name,
/* 1227 */ .alx-posts .post-item-date  { text-transform: uppercase; color: #aaa; font-size: 13px; }
/* 1228 */ .alx-tab .thumb-icon.small { bottom: 8px; left: 8px; }
/* 1229 */ .alx-tab li:hover .tab-item-thumbnail,
/* 1230 */ .alx-tab li:hover .tab-item-avatar,
/* 1231 */ .alx-posts li:hover .post-item-thumbnail { opacity: 0.75; }
/* 1232 */ .alx-tab li:hover .thumb-icon,
/* 1233 */ .alx-posts li:hover .thumb-icon { background: #fff; color: #111; }
/* 1234 */ 
/* 1235 */ .s1 .alx-tab .tab-item-category a,
/* 1236 */ .s1 .alx-posts .post-item-category a,
/* 1237 */ .s1 .alx-tab li:hover .tab-item-title a,
/* 1238 */ .s1 .alx-tab li:hover .tab-item-comment a,
/* 1239 */ .s1 .alx-posts li:hover .post-item-title a,
/* 1240 */ #footer .alx-tab .tab-item-category a,
/* 1241 */ #footer .alx-posts .post-item-category a,
/* 1242 */ #footer .alx-tab li:hover .tab-item-title a,
/* 1243 */ #footer .alx-tab li:hover .tab-item-comment a,
/* 1244 */ #footer .alx-posts li:hover .post-item-title a { color: #3b8dbd; }
/* 1245 */ .s2 .alx-tab .tab-item-category a,
/* 1246 */ .s2 .alx-posts .post-item-category a,
/* 1247 */ .s2 .alx-tab li:hover .tab-item-title a,
/* 1248 */ .s2 .alx-tab li:hover .tab-item-comment a,
/* 1249 */ .s2 .alx-posts li:hover .post-item-title a { color: #82b965; }
/* 1250 */ 

/* style.css */

/* 1251 */ .alx-posts .post-item-thumbnail { margin-bottom: 10px; }
/* 1252 */ .alx-posts .post-item-title { font-size: 16px; line-height: 1.5em; }
/* 1253 */ 
/* 1254 */ .s1 .alx-posts .post-item-title,
/* 1255 */ #footer .alx-posts .post-item-title { font-size: 18px; line-height: 1.4em; font-weight: 300; }
/* 1256 */ .s1 .alx-posts .post-item-category,
/* 1257 */ .s1 .alx-posts .post-item-date,
/* 1258 */ #footer .alx-posts .post-item-category,
/* 1259 */ #footer .alx-posts .post-item-date { font-size: 14px; }
/* 1260 */ 
/* 1261 */ /*  custom widget : alxvideo
/* 1262 *| /* ------------------------------------ */
/* 1263 */ .widget_alx_video h3 { margin-bottom: 14px; }
/* 1264 */ 
/* 1265 */ 
/* 1266 */ /* ------------------------------------------------------------------------- *
/* 1267 *|  *  Comments
/* 1268 *| /* ------------------------------------------------------------------------- */
/* 1269 */ #comments { margin-top: 20px; }
/* 1270 */ #pinglist-container { display: none; }
/* 1271 */ 
/* 1272 */ .comment-tabs { border-bottom: 2px solid #eee; margin-bottom: 20px; }
/* 1273 */ .comment-tabs li { float: left; margin-bottom: -2px; }
/* 1274 */ .comment-tabs li a { font-weight: 600; padding: 0 10px 10px; display: block; color: #aaa; border-bottom: 2px solid #eee; }
/* 1275 */ .comment-tabs li a:hover { color: #444; border-color: #ccc; }
/* 1276 */ .comment-tabs li span { background-color: #eee; padding: 0 6px; margin-left: 8px; -webkit-border-radius: 4px; border-radius: 4px; }
/* 1277 */ .comment-tabs li i { margin-right: 6px; }
/* 1278 */ .comment-tabs li.active a { color: #3b8dbd; border-bottom-color: #3b8dbd; }
/* 1279 */ 
/* 1280 */ .commentlist, .pinglist { margin-bottom: 20px; }
/* 1281 */ .commentlist li, .pinglist li { padding-left: 60px; font-size: 14px; line-height: 22px; font-weight: 400; }
/* 1282 */ .commentlist .comment-body, .pinglist li { clear: both; position: relative; padding-bottom: 15px; }
/* 1283 */ .commentlist .comment-author,
/* 1284 */ .commentlist .comment-meta,
/* 1285 */ .commentlist .comment-awaiting-moderation { font-size: 13px; display: block; float: left; line-height: 20px; }
/* 1286 */ .commentlist .comment-author { margin-right: 6px; }
/* 1287 */ .commentlist .fn, .pinglist .ping-link { color: #444; font-size: 13px; font-style: normal; font-weight: 600; }
/* 1288 */ .commentlist .says { display: none; }
/* 1289 */ .commentlist .avatar { position: absolute; left: -60px; top: 0; width: 48px; height: 48px; -webkit-border-radius: 3px; border-radius: 3px; }
/* 1290 */ .commentlist .comment-meta:before, .pinglist .ping-meta:before { color: #ccc; content: "\f017"; font-family: FontAwesome; font-size: 10px; margin-right: 3px; vertical-align: 4%; } 
/* 1291 */ .commentlist .comment-meta a, .pinglist .ping-meta { color: #aaa; }
/* 1292 */ .commentlist .reply { font-size: 13px; line-height: 16px; }
/* 1293 */ .commentlist .reply a { color: #aaa; }
/* 1294 */ .commentlist .reply a:hover { color: #444; }
/* 1295 */ .comment-awaiting-moderation { color: #3b8dbd; font-style: normal; }
/* 1296 */ 
/* 1297 */ /* pings */
/* 1298 */ .pinglist li { padding-left: 0; }
/* 1299 */ 
/* 1300 */ /* comment text */

/* style.css */

/* 1301 */ .commentlist .comment-body p { margin-bottom: 8px; color: #777; clear: both; }
/* 1302 */ .commentlist .comment-body strong { font-weight: bold; }
/* 1303 */ .commentlist .comment-body em { font-style: italic; }
/* 1304 */ .commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; }
/* 1305 */ .commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; }
/* 1306 */ 
/* 1307 */ /* post author & admin comment */
/* 1308 */ .commentlist li.bypostauthor > .comment-body:after,
/* 1309 */ .commentlist li.comment-author-admin > .comment-body:after { background: #3b8dbd; display: block; position: absolute; content: "\f040"; color: #fff; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; }
/* 1310 */ .commentlist li.comment-author-admin > .comment-body:after { content: "\f005"; /* star for admin */ }
/* 1311 */ .commentlist li.bypostauthor > .comment-body:after,
/* 1312 */ .commentlist li.comment-author-admin > .comment-body:after { top: 32px; left: -28px; font-size: 10px; padding: 2px; -webkit-border-radius: 3px; border-radius: 3px; }
/* 1313 */ .commentlist li li.bypostauthor > .comment-body:after,
/* 1314 */ .commentlist li li.comment-author-admin > .comment-body:after { top: 22px; left: -26px; font-size: 8px; padding: 1px; -webkit-border-radius: 2px; border-radius: 2px; }
/* 1315 */ 
/* 1316 */ /* child comment */
/* 1317 */ .commentlist li ul {  }
/* 1318 */ .commentlist li li { padding-left: 48px; margin: 0; }
/* 1319 */ .commentlist li li .avatar { width: 36px; height: 36px; left: -48px; top: 0; }
/* 1320 */ .commentlist li li .comment-meta { left: 70px; }
/* 1321 */ 
/* 1322 */ /*  comments : nav
/* 1323 *| /* ------------------------------------ */
/* 1324 */ .comments-nav { margin-bottom: 20px; }
/* 1325 */ .comments-nav a { font-weight: 600; }
/* 1326 */ .comments-nav .nav-previous { float: left; }
/* 1327 */ .comments-nav .nav-next { float: right;  }
/* 1328 */ 
/* 1329 */ /*  comments : form
/* 1330 *| /* ------------------------------------ */
/* 1331 */ .logged-in-as,
/* 1332 */ .comment-notes, 
/* 1333 */ .form-allowed-tags { display: none; }
/* 1334 */ #respond { position: relative; }
/* 1335 */ #reply-title { margin-bottom: 20px; }
/* 1336 */ li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; }
/* 1337 */ #cancel-comment-reply-link { color: #999; display: block; position: absolute; bottom: 26px; right: 20px; font-size: 12px; }
/* 1338 */ #cancel-comment-reply-link:hover { color: #777; }
/* 1339 */ #commentform { background: #f1f1f1; padding: 10px 20px 20px; margin-bottom: 15px; -webkit-border-radius: 2px; border-radius: 2px; }
/* 1340 */ #commentform p.comment-form-author { width: 48%; float: left; }
/* 1341 */ #commentform p.comment-form-email { width: 48%; float: right; }
/* 1342 */ #commentform p.comment-form-url,
/* 1343 */ #commentform p.comment-form-comment { clear: both; }
/* 1344 */ #commentform label { padding: 6px 0; font-weight: 600; display: block; }
/* 1345 */ #commentform input[type="text"], 
/* 1346 */ #commentform textarea { max-width: 100%; width: 100%; }
/* 1347 */ #commentform textarea { height: 100px; }
/* 1348 */ #commentform p.form-submit { margin-top: 10px; }
/* 1349 */ .logged-in #reply-title { margin-bottom: 20px; }
/* 1350 */ .logged-in #commentform p.comment-form-comment { margin-top: 10px; }

/* style.css */

/* 1351 */ .logged-in #commentform p.comment-form-comment label { display: none; }
/* 1352 */ 
/* 1353 */ 
/* 1354 */ /* ------------------------------------------------------------------------- *
/* 1355 *|  *  Child Menu
/* 1356 *| /* ------------------------------------------------------------------------- */
/* 1357 */ .child-menu { zoom: 1; position: relative; padding: 0 0 20px; }
/* 1358 */ .child-menu a { color: #777; font-weight: 600; display: block; padding: 0 44px; }
/* 1359 */ .child-menu a:hover { color: #3b8dbd; }
/* 1360 */ .child-menu .current_page_item > a { background: #fff; color: #3b8dbd; }
/* 1361 */ 
/* 1362 */ /* show only current page items */
/* 1363 */ .child-menu > li { display: none; }
/* 1364 */ .child-menu > li.current_page_item, 
/* 1365 */ .child-menu > li.current_page_parent, 
/* 1366 */ .child-menu > li.current_page_ancestor { display: block; }
/* 1367 */ .child-menu > li.current_page_item > ul ul, 
/* 1368 */ .child-menu > li.current_page_parent > ul ul, 
/* 1369 */ .child-menu > li.current_page_ancestor > ul ul { display: none; }
/* 1370 */ .child-menu > li ul li.current_page_item ul, 
/* 1371 */ .child-menu > li ul li.current_page_parent ul, 
/* 1372 */ .child-menu > li ul li.current_page_ancestor ul { display: block; }
/* 1373 */ 
/* 1374 */ /* level 1 */
/* 1375 */ .child-menu > li > a { font-size: 20px; display: block; padding: 20px 30px; }
/* 1376 */ 
/* 1377 */ /* level 2 */
/* 1378 */ .child-menu > li > ul { background: #e9e9e9; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 0 10px 10px; }
/* 1379 */ .child-menu > li > ul > li > a { font-size: 15px; background: #f0f0f0; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; padding: 11px 20px;
/* 1380 */ -webkit-box-shadow: inset 0 1px 0 #f9f9f9;
/* 1381 */ box-shadow: inset 0 1px 0 #f9f9f9; }
/* 1382 */ .child-menu > li > ul > li > a:before { font-family: FontAwesome; content: "\f055"; font-weight: normal; font-size: 18px; margin-right: 8px; }
/* 1383 */ 
/* 1384 */ /* level 3 */
/* 1385 */ .child-menu > li ul ul { background: #f0f0f0; border-bottom: 1px solid #ddd; border-top: 3px solid #ebebeb; border-left: 1px solid #ddd; padding: 6px 0; }
/* 1386 */ .child-menu > li ul ul a { font-size: 15px; font-weight: 300; padding-top: 7px; padding-bottom: 7px; margin-bottom: 1px; }
/* 1387 */ .child-menu > li ul ul a:hover { background: #e9e9e9;
/* 1388 */ -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.04);
/* 1389 */ box-shadow: inset 0 1px 0 rgba(0,0,0,0.04); }
/* 1390 */ .child-menu > li ul ul li.current_page_item > a { background: #fff; 
/* 1391 */ -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.04);
/* 1392 */ box-shadow: 0 1px 0 rgba(0,0,0,0.04); }
/* 1393 */ 
/* 1394 */ /* child menu for dual/right fix */
/* 1395 */ .col-2cl .child-menu > li > ul,
/* 1396 */ .col-3cr .child-menu > li > ul { padding-left: 0; padding-right: 10px; }
/* 1397 */ .col-2cl .child-menu > li > ul > li > a,
/* 1398 */ .col-3cr .child-menu > li > ul > li > a { border-left: 0; border-right: 1px solid #ddd; }
/* 1399 */ .col-2cl .child-menu > li ul ul,
/* 1400 */ .col-3cr .child-menu > li ul ul { border-left: 0; border-right: 1px solid #ddd; }

/* style.css */

/* 1401 */ 
/* 1402 */ 
/* 1403 */ /* ------------------------------------------------------------------------- *
/* 1404 *|  *  Plugins
/* 1405 *| /* ------------------------------------------------------------------------- */
/* 1406 */ 
/* 1407 */ /*  plugin : wp-pagenavi
/* 1408 *| /* ------------------------------------ */
/* 1409 */ .wp-pagenavi { text-align: right; font-weight: 600; line-height: 20px; float: none; margin-right: -2px; text-align: center; }
/* 1410 */ .wp-pagenavi a,
/* 1411 */ .wp-pagenavi span { color: #aaa; font-size: 16px; padding: 7px 8px; display: inline; margin: 0 2px; }
/* 1412 */ .wp-pagenavi span.pages { font-size: 17px; font-weight: 300; display: block; margin-bottom: 1em!important; border: none!important; }
/* 1413 */ .wp-pagenavi span.pages:before { content: "\f15c"; font-family: FontAwesome; margin-right: 6px; }
/* 1414 */ .wp-pagenavi span.extend { border: none!important; border-bottom: 3px solid transparent; border-top: 1px solid transparent; }
/* 1415 */ .wp-pagenavi a:hover,
/* 1416 */ .wp-pagenavi a:active,
/* 1417 */ .wp-pagenavi span.current { color: #444; }
/* 1418 */ 
/* 1419 */ .wp-pagenavi a { color: #3b8dbd; border: none; border-bottom: 3px solid #ddd; border-top: 1px solid #f1f1f1; }
/* 1420 */ .wp-pagenavi a:hover,
/* 1421 */ .wp-pagenavi a:active,
/* 1422 */ .wp-pagenavi span.current { background: none; border: none; border-bottom: 3px solid #3b8dbd; border-top: 1px solid #f1f1f1; }
/* 1423 */ 
/* 1424 */ /*  plugin : contact form 7
/* 1425 *| /* ------------------------------------ */
/* 1426 */ .wpcf7 {  }
/* 1427 */ .wpcf7 p { color: #222; font-weight: 600; margin: 0 0 12px;  width: 100%; float: left; position: relative; }
/* 1428 */ .wpcf7 p span { font-weight: 400; color: #999; }
/* 1429 */ .wpcf7 label { display: block; float: left; width: 20%; margin: 9px 0 0 12px; text-align: left; }
/* 1430 */ .wpcf7 input[type="text"],
/* 1431 */ .wpcf7 input[type="email"] { display: block; float: left; padding: 10px; width: 100%; }  
/* 1432 */ .wpcf7 textarea { display: block; float: left; padding: 10px; width: 100%; }  
/* 1433 */ .wpcf7 input[type="text"],
/* 1434 */ .wpcf7 input[type="email"],
/* 1435 */ .wpcf7 textarea { background: #f5f5f5; margin-top: 12px; }
/* 1436 */ .wpcf7 input[type="submit"] { width: 100%; padding: 10px 0; font-size: 18px; }
/* 1437 */ .wpcf7 div.wpcf7-validation-errors { border: none; margin: 0; padding: 0; }
/* 1438 */ .wpcf7 div.wpcf7-mail-sent-ok,
/* 1439 */ .wpcf7 div.wpcf7-mail-sent-ng { border: none; }
/* 1440 */ .wpcf7 div.wpcf7-response-output { margin: 0; padding: 0; }
/* 1441 */ .wpcf7 span.wpcf7-form-control-wrap { display: block; position: relative; }
/* 1442 */ .wpcf7 span.wpcf7-not-valid-tip { background: #f2dede; border-color: #e3bfbf; color: #b94a48; padding: 4px 14px; font-size: 12px; line-height: 20px; position: absolute; left: 0; top: 12px; width: auto; right: 0; display: block; }
/* 1443 */ 
/* 1444 */ 
/* 1445 */ /* ------------------------------------------------------------------------- *
/* 1446 *|  *  Flexslider
/* 1447 *| /* ------------------------------------------------------------------------- */
/* 1448 */ 
/* 1449 */ /*  flexslider : resets
/* 1450 *| /* ------------------------------------ */

/* style.css */

/* 1451 */ .flex-container a:active,
/* 1452 */ .flexslider a:active,
/* 1453 */ .flex-container a:focus,
/* 1454 */ .flexslider a:focus  { outline: none; }
/* 1455 */ .slides,
/* 1456 */ .flex-control-nav,
/* 1457 */ .flex-direction-nav { margin: 0; padding: 0; list-style: none; } 
/* 1458 */ 
/* 1459 */ /*  flexslider : necessary styles
/* 1460 *| /* ------------------------------------ */
/* 1461 */ .flexslider { margin: 0; padding: 0; }
/* 1462 */ .flexslider .slides > li { display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
/* 1463 */ .flexslider .slides img { width: 100%; height: auto; display: block; margin: 0 auto; }
/* 1464 */ .flex-pauseplay span { text-transform: capitalize; }
/* 1465 */ .slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
/* 1466 */ html { -webkit-font-smoothing: antialiased; /* safari font rendering issue fix */ }
/* 1467 */ html[xmlns] .slides { display: block; } 
/* 1468 */ * html .slides { height: 1%;}
/* 1469 */ .no-js .slides > li:first-child { display: block; }
/* 1470 */ 
/* 1471 */ /*  flexslider : default theme
/* 1472 *| /* ------------------------------------ */
/* 1473 */ .flexslider { margin: 0 0 60px; position: relative; zoom: 1; }
/* 1474 */ .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
/* 1475 */ .loading .flex-viewport { max-height: 300px; }
/* 1476 */ .flexslider .slides { zoom: 1; }
/* 1477 */ .flexslider .slides > li { position: relative; }
/* 1478 */ .carousel li { margin-right: 5px; }
/* 1479 */ 
/* 1480 */ /* direction nav */
/* 1481 */ .flex-direction-nav { *height: 0; position: absolute; top: 10px; right: 10px; z-index: 2; }
/* 1482 */ .flex-direction-nav li { float: left; margin-left: 4px; }
/* 1483 */ .flex-direction-nav li:first-child { float: left; }
/* 1484 */ .flex-direction-nav li:last-child { float: right; }
/* 1485 */ .flex-direction-nav a { background: rgba(0,0,0,0.7); opacity: 0.6; position: relative; width: 40px; height: 40px; margin: 0 0 0; display: block; cursor: pointer; text-indent: -999px; overflow: hidden; 
/* 1486 */ -webkit-transition: all .3s ease; transition: all .3s ease;
/* 1487 */ -webkit-border-radius: 3px; border-radius: 3px; }
/* 1488 */ .flexslider:hover .flex-next,
/* 1489 */ .flexslider:hover .flex-prev { opacity: 0.8; }
/* 1490 */ .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
/* 1491 */ .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default; }
/* 1492 */ 
/* 1493 */ /* direction nav arrows */
/* 1494 */ .flex-direction-nav a:before { font-family: FontAwesome; font-size: 20px; line-height: 24px; position: absolute; text-align: center; left: 0; right: 0; top: 9px; text-indent: 0; }
/* 1495 */ .flex-direction-nav .flex-next:before { content:"\f054"; }
/* 1496 */ .flex-direction-nav .flex-prev:before { content: "\f053"; }
/* 1497 */ 
/* 1498 */ /* control nav */
/* 1499 */ .flex-control-nav { width: 100%; position: absolute; bottom: -30px; text-align: center; }
/* 1500 */ .flex-control-nav li { margin: 0 3px; display: inline-block; zoom: 1; *display: inline; }

/* style.css */

/* 1501 */ .flex-control-nav li a { background: rgba(0,0,0,0.15); width: 10px; height: 10px; display: block; cursor: pointer; text-indent: -999px; overflow: hidden;
/* 1502 */ -webkit-border-radius: 100%; border-radius: 100%; }
/* 1503 */ .flex-control-nav li a:hover { background: rgba(0,0,0,0.15); }
/* 1504 */ .flex-control-nav li a.flex-active { background: rgba(0,0,0,0.25); cursor: default; }
/* 1505 */ 
/* 1506 */ .flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
/* 1507 */ .flex-control-thumbs li { width: 25%; float: left; margin: 0; }
/* 1508 */ .flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
/* 1509 */ .flex-control-thumbs img:hover { opacity: 1; }
/* 1510 */ .flex-control-thumbs .flex-active { opacity: 1; cursor: default; }
/* 1511 */ 
/* 1512 */ @media screen and (max-width: 860px) {
/* 1513 */   .flex-direction-nav .flex-prev { opacity: .7; right: 0; }
/* 1514 */   .flex-direction-nav .flex-next { opacity: .7; right: 0; }
/* 1515 */ }
/* 1516 */ 
/* 1517 */ /* ------------------------------------------------------------------------- *
/* 1518 *|  *  Shortcodes
/* 1519 *| /* ------------------------------------------------------------------------- */
/* 1520 */ 
/* 1521 */ /*  shortcode : dropcap
/* 1522 *| /* ------------------------------------ */
/* 1523 */ .dropcap { color: #444; display: block; float: left; font-size: 94px; line-height: 0.9em; font-weight: 600; margin: 0 10px 0 0; }
/* 1524 */ 
/* 1525 */ /*  shortcode : pullquotes
/* 1526 *| /* ------------------------------------ */
/* 1527 */ .pullquote-left	{ color: #444; border-left: 6px solid #eee; float: left; margin: 0.78em 1em 0.78em 0; padding: 0 0 0 20px; font-weight: 600; width: 40%; }
/* 1528 */ .pullquote-right { color: #444; border-right: 6px solid #eee; float: right; margin: 0.78em 0 0.78em 1em; padding: 0 20px 0 0; font-weight: 600; width: 40%; }
/* 1529 */ 
/* 1530 */ /*  shortcode : highlights
/* 1531 *| /* ------------------------------------ */
/* 1532 */ .highlight { color: #222; border-bottom: 1px dotted #222; }
/* 1533 */ 
/* 1534 */ /*  shortcode : hr
/* 1535 *| /* ------------------------------------ */
/* 1536 */ hr, .hr { border: 0; background: #eee; border-bottom: 2px solid #eee; height: 1px; margin: 20px 0; }
/* 1537 */ 
/* 1538 */ 
/* 1539 */ /* ------------------------------------------------------------------------- *
/* 1540 *|  *  IE Fixes
/* 1541 *| /* ------------------------------------------------------------------------- */
/* 1542 */ body.ie8,
/* 1543 */ .ie8.single .related-posts .post-title,
/* 1544 */ .ie8 .s1 .alx-posts .post-item-title, 
/* 1545 */ .ie8 #footer .alx-posts .post-item-title { font-weight: 400; }
/* 1546 */ 
/* 1547 */ .ie8 .author-bio .bio-avatar:after,
/* 1548 */ .ie8 .commentlist li.bypostauthor > .comment-body:after { display: none; }
/* 1549 */ 
/* 1550 */ .ie8 .nav li > a:after { content: ""!important; }

/* style.css */

/* 1551 */ .ie8 .nav > li > a:after { content: ""!important; }
/* 1552 */ .ie8 #nav-topbar .nav > li > a:hover, 
/* 1553 */ .ie8 #nav-topbar .nav > li:hover > a,
/* 1554 */ .ie8 #nav-header .nav > li > a:hover, 
/* 1555 */ .ie8 #nav-header .nav > li:hover > a,
/* 1556 */ .ie8 .toggle-search:hover,
/* 1557 */ .ie8 .toggle-search.active,
/* 1558 */ .ie8 .search-expand-inner { background: url(/wp-content/themes/hueman/img/opacity-10.png); }
/* 1559 */ .ie8 .thumb-icon,
/* 1560 */ .ie8 .image-caption,
/* 1561 */ .ie8 .page-image-text .description i,
/* 1562 */ .ie8 .flex-direction-nav a { background: url(/wp-content/themes/hueman/img/ie/opacity-70.png); }
/* 1563 */ .ie8 .entry .gallery .gallery-caption { background: url(/wp-content/themes/hueman/img/ie/opacity-80-light.png); }
/* 1564 */ 

/* responsive.css */

/* 1   */ #wrapper,
/* 2   */ .container-inner { min-width: 320px; }
/* 3   */ 
/* 4   */ /* ------------------------------------------------------------------------- *
/* 5   *|  *  Toggle Sidebar s2 : 1200px > 480px
/* 6   *| /* ------------------------------------------------------------------------- */
/* 7   */ @media only screen and (min-width: 480px) and (max-width: 1200px) {
/* 8   */ 	
/* 9   */ 	.container { padding: 0 10px; }
/* 10  */ 	
/* 11  */ 	/* s2 general */
/* 12  */ 	.s2 { width: 50px; }
/* 13  */ 	.s2 .sidebar-content { display: none; float: left; width: 100%; }
/* 14  */ 	.s2 .sidebar-toggle { display: block; }
/* 15  */ 	
/* 16  */ 	/* s2 expand/collapse */
/* 17  */ 	.s2-expand .s2 { background: #f0f0f0; position: absolute; top: 0; bottom: 0; width: 260px; margin: 0!important; z-index: 9; overflow: auto;
/* 18  */ 	-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }	
/* 19  */ 	.s2-expand .s2 .sidebar-content { display: block; min-width: 260px; }
/* 20  */ 	.s2-collapse .s2 .sidebar-content { display: none; }
/* 21  */ 	
/* 22  */ 	/* s2 toggle icon */
/* 23  */ 	.col-3cm.s2-expand .s2 .icon-sidebar-toggle:before,
/* 24  */ 	.col-3cl.s2-expand .s2 .icon-sidebar-toggle:before { content: "\f101"; }
/* 25  */ 	.col-3cr.s2-expand .s2 .icon-sidebar-toggle:before { content: "\f100"; }
/* 26  */ 	
/* 27  */ 	/* s2 3 column, content middle */
/* 28  */ 	.col-3cm .main { background: url(/wp-content/themes/hueman/img/sidebar/s-right-collapse.png) repeat-y right; }
/* 29  */ 	.col-3cm .main-inner { padding-right: 50px; }
/* 30  */ 	.col-3cm .s2 { margin-right: -50px; }
/* 31  */ 	.col-3cm.s2-expand .s2 { right: 0; }
/* 32  */ 
/* 33  */ }
/* 34  */ @media only screen and (min-width: 961px) and (max-width: 1200px) {
/* 35  */ 
/* 36  */ 	.s2 .sidebar-toggle { height: 60px; }
/* 37  */ 	.s2 .sidebar-toggle i { padding: 10px 0; }
/* 38  */ 	
/* 39  */ 	/* 3 column, content right */
/* 40  */ 	.col-3cl .main { background-image: none; }
/* 41  */ 	.col-3cl .main-inner { background: url(/wp-content/themes/hueman/img/sidebar/s-right-dual-half-collapse.png) repeat-y right; padding-right: 390px; }
/* 42  */ 	.col-3cl .s1 { margin-right: -390px; }
/* 43  */ 	.col-3cl .s2 { margin-right: -50px; }
/* 44  */ 	.col-3cl.s2-expand .s2 { right: 340px; }
/* 45  */ 	
/* 46  */ 	/* 3 column, content left */
/* 47  */ 	.col-3cr .main { background-image: none; }
/* 48  */ 	.col-3cr .main-inner { background: url(/wp-content/themes/hueman/img/sidebar/s-left-dual-half-collapse.png) repeat-y left; padding-left: 390px; }
/* 49  */ 	.col-3cr .s1 { margin-left: -390px; }
/* 50  */ 	.col-3cr .s2 { margin-left: -50px; }

/* responsive.css */

/* 51  */ 	.col-3cr.s2-expand .s2 { left: 340px; }
/* 52  */ 	
/* 53  */ }
/* 54  */ 
/* 55  */ /* ------------------------------------------------------------------------- *
/* 56  *|  *  Toggle Sidebar s1 : 960px > 480px
/* 57  *| /* ------------------------------------------------------------------------- */
/* 58  */ @media only screen and (min-width: 480px) and (max-width: 960px) {
/* 59  */ 	
/* 60  */ 	/* s1 general */
/* 61  */ 	.s1 { width: 50px; }
/* 62  */ 	.s1 .sidebar-content { display: none; float: left; width: 100%; }
/* 63  */ 	.s1 .sidebar-toggle { display: block; }
/* 64  */ 	
/* 65  */ 	/* s1 expand/collapse */
/* 66  */ 	.s1-expand .s1 { background: #f0f0f0; position: absolute; top: 0; bottom: 0; width: 340px; margin: 0!important; z-index: 9; overflow: auto;
/* 67  */ 	-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }	
/* 68  */ 	.s1-expand .s1 .sidebar-content,
/* 69  */ 	.s1-expand .s1 .post-nav { display: block; min-width: 340px; }
/* 70  */ 	.s1-collapse .s1 .sidebar-content,
/* 71  */ 	.s1-collapse .s1 .sidebar .post-nav { display: none; }
/* 72  */ 	
/* 73  */ 	/* s1 toggle icon */
/* 74  */ 	.col-2cl.s1-expand .s1 .icon-sidebar-toggle:before,
/* 75  */ 	.col-3cl.s1-expand .s1 .icon-sidebar-toggle:before { content: "\f101"; }
/* 76  */ 	.col-2cr.s1-expand .s1 .icon-sidebar-toggle:before,
/* 77  */ 	.col-3cm.s1-expand .s1 .icon-sidebar-toggle:before,
/* 78  */ 	.col-3cr.s1-expand .s1 .icon-sidebar-toggle:before { content: "\f100"; }
/* 79  */ 
/* 80  */ 	/* 2 column, content right */
/* 81  */ 	.col-2cr .main-inner { background-position: -290px 0!important; padding-left: 50px; }
/* 82  */ 	.col-2cr .s1 { margin-left: -50px; }
/* 83  */ 	.col-2cr.s1-expand .s1 { left: 0; }
/* 84  */ 	
/* 85  */ 	/* 2 column, content left */
/* 86  */ 	.col-2cl .main-inner { background-image: url(/wp-content/themes/hueman/img/sidebar/s-right-collapse.png); padding-right: 50px; }
/* 87  */ 	.col-2cl .s1 { margin-right: -50px; }
/* 88  */ 	.col-2cl.s1-expand .s1 { right: 0; }
/* 89  */ 	.col-2cl.s1-expand .sidebar-toggle { float: right; }
/* 90  */ 	
/* 91  */ 	/* 3 column, content middle */
/* 92  */ 	.col-3cm .main-inner { background-position: -290px 0!important; padding-left: 50px; }	
/* 93  */ 	.col-3cm .s1 { margin-left: -50px; }	
/* 94  */ 	.col-3cm .s2 { margin-right: -50px; }
/* 95  */ 	.col-3cm.s1-expand .s1 { left: 0; }
/* 96  */ 	.col-3cm.s2-expand .s2 { right: 0; }
/* 97  */ 	
/* 98  */ 	/* 3 column, content left */
/* 99  */ 	.col-3cl .main { background-image: none; }
/* 100 */ 	.col-3cl .main-inner { background: url(/wp-content/themes/hueman/img/sidebar/s-right-dual-full-collapse.png) repeat-y right; padding-right: 100px; }

/* responsive.css */

/* 101 */ 	.col-3cl .s1 { margin-right: -100px; }
/* 102 */ 	.col-3cl .s2 { margin-right: -50px; }
/* 103 */ 	.col-3cl.s1-expand .s1 { right: 0; }	
/* 104 */ 	.col-3cl.s2-expand .s2 { right: 50px; }
/* 105 */ 	
/* 106 */ 	/* 3 column, content right */
/* 107 */ 	.col-3cr .main { background-image: none; }
/* 108 */ 	.col-3cr .main-inner { background: url(/wp-content/themes/hueman/img/sidebar/s-left-dual-full-collapse.png) repeat-y left; padding-left: 100px; }
/* 109 */ 	.col-3cr .s1 { margin-left: -100px; }
/* 110 */ 	.col-3cr .s2 { margin-left: -50px; }
/* 111 */ 	.col-3cr.s1-expand .s1 { left: 0; }
/* 112 */ 	.col-3cr.s2-expand .s2 { left: 50px; }
/* 113 */ 	
/* 114 */ }
/* 115 */ 
/* 116 */ @media only screen and (max-width: 960px) {
/* 117 */ 	/* 60 > 50px spacing */
/* 118 */ 	#page { margin-top: -50px; }
/* 119 */ 	#header { padding-bottom: 50px; }
/* 120 */ 	.page-title.pad { padding-top: 12px; padding-bottom: 12px; }
/* 121 */ }
/* 122 */ 
/* 123 */ 
/* 124 */ /* ------------------------------------------------------------------------- *
/* 125 *|  *  Mobile (Mid Res) : 719px > 0px (480px & 320px)
/* 126 *| /* ------------------------------------------------------------------------- */
/* 127 */ @media only screen and (max-width: 719px) {
/* 128 */ 	
/* 129 */ 	/* make collapsed sidebars 40px wide instead of 50px */
/* 130 */ 	.s1,
/* 131 */ 	.s2 { width: 40px; }
/* 132 */ 	
/* 133 */ 	/* 2 column, content right */
/* 134 */ 	.col-2cr .main-inner { background-position: -300px 0!important; padding-left: 40px; }
/* 135 */ 	.col-2cr .s1 { margin-left: -40px; }
/* 136 */ 	
/* 137 */ 	/* 2 column, content left */
/* 138 */ 	.col-2cl .main-inner { background-image: url(/wp-content/themes/hueman/img/sidebar/s-right-collapse-40.png); padding-right: 40px; }
/* 139 */ 	.col-2cl .s1 { margin-right: -40px; }
/* 140 */ 	
/* 141 */ 	/* 3 column, content middle */
/* 142 */ 	.col-3cm .main { background: url(/wp-content/themes/hueman/img/sidebar/s-right-collapse-40.png) repeat-y right; }
/* 143 */ 	.col-3cm .main-inner { background-position: -300px 0!important; padding-left: 40px; padding-right: 40px; }	
/* 144 */ 	.col-3cm .s1 { margin-left: -40px; }
/* 145 */ 	.col-3cm .s2 { margin-right: -40px; }
/* 146 */ 	
/* 147 */ 	/* 3 column, content left */
/* 148 */ 	.col-3cl .main-inner { background: url(/wp-content/themes/hueman/img/sidebar/s-right-dual-full-collapse-40.png) repeat-y right; padding-right: 80px; }
/* 149 */ 	.col-3cl .s1 { margin-right: -80px; }
/* 150 */ 	.col-3cl .s2 { margin-right: -40px; }

/* responsive.css */

/* 151 */ 	.col-3cl.s2-expand .s2 { right: 40px; }
/* 152 */ 	
/* 153 */ 	/* 3 column, content right */
/* 154 */ 	.col-3cr .main-inner { background: url(/wp-content/themes/hueman/img/sidebar/s-left-dual-full-collapse-40.png) repeat-y left; padding-left: 80px; }
/* 155 */ 	.col-3cr .s1 { margin-left: -80px; }
/* 156 */ 	.col-3cr .s2 { margin-left: -40px; }
/* 157 */ 	.col-3cr.s2-expand .s2 { left: 40px; }
/* 158 */ 	
/* 159 */ 	/* layout */
/* 160 */ 	.container { padding: 0; }
/* 161 */ 	.grid { width: 100%; margin: 0 0 10px; }
/* 162 */ 	
/* 163 */ 	/* hide */
/* 164 */ 	.site-description,
/* 165 */ 	.image-caption { display: none; }
/* 166 */ 	
/* 167 */ 	/* base */
/* 168 */ 	.pad { padding: 20px 20px 10px; }
/* 169 */ 	.notebox { margin-bottom: 20px; }
/* 170 */ 	#flexslider-featured { margin-top: 10px; }
/* 171 */ 	.entry { font-size: 15px; }
/* 172 */ 	
/* 173 */ 	/* text */
/* 174 */ 	.entry h1 { font-size: 30px; letter-spacing: -0.7px; }
/* 175 */ 	.entry h2 { font-size: 26px; letter-spacing: -0.5px; }
/* 176 */ 	.entry h3 { font-size: 24px; letter-spacing: -0.3px; }
/* 177 */ 	.entry h4 { font-size: 22px; letter-spacing: -0.3px; }
/* 178 */ 	.entry h5 { font-size: 18px; }
/* 179 */ 	.entry h6 { font-size: 16px; text-transform: uppercase; }
/* 180 */ 
/* 181 */ 	/* header */
/* 182 */ 	#header { padding-bottom: 0; }
/* 183 */ 	.topbar-enabled #header { padding-top: 0; }
/* 184 */ 	#header .pad { padding-top: 0; padding-bottom: 0; }
/* 185 */ 	.site-title { padding: 30px 0; width: 100%; float: none; line-height: 50px; }
/* 186 */ 	.site-title a { text-align: center; }
/* 187 */ 	.toggle-search { right: auto; left: 0; top: 0;
/* 188 */ 	-webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.1);
/* 189 */ 	box-shadow: 1px 0 0 rgba(255,255,255,0.1); }
/* 190 */ 	.search-expand { left: 0; right: auto; top: 50px; width: 320px; }
/* 191 */ 	
/* 192 */ 	/* footer */
/* 193 */ 	#footer-bottom .pad { padding-top: 50px; padding-bottom: 40px; }
/* 194 */ 	#footer-bottom .one-half.last { margin-bottom: 0; }
/* 195 */ 	#footer-bottom { text-align: center; }
/* 196 */ 	#footer-bottom #footer-logo { margin-left: auto; margin-right: auto; }
/* 197 */ 	#footer-bottom .social-links { float: none; }
/* 198 */ 	#footer-bottom .social-links li { margin-left: 4px; margin-right: 4px; }
/* 199 */ 	
/* 200 */ 	/* comments */

/* responsive.css */

/* 201 */ 	.comment-tabs { font-size: 14px; }
/* 202 */ 	.commentlist li { font-size: 13px; }
/* 203 */ 	.commentlist li ul li { padding-left: 10px; }
/* 204 */ 	
/* 205 */ 	/* page */
/* 206 */ 	#page { margin-top: 0; padding-bottom: 10px; }
/* 207 */ 	.pagination { margin-bottom: 30px; }
/* 208 */ 	.page-title { font-size: 14px; }
/* 209 */ 	.page-image-text { margin-top: -15px; }
/* 210 */ 	.page-image-text .caption { font-size: 26px; line-height: 30px;  }
/* 211 */ 	.page-image-text .description { font-size: 13px; }
/* 212 */ 	
/* 213 */ 	/* blog */
/* 214 */ 	.post-list { margin-left: 0; margin-right: 0;  }
/* 215 */ 	.post-list .post,
/* 216 */ 	.post-list .page	{ width: 100%; }
/* 217 */ 	.post-list .post-row { margin-left: 0; padding-left: 0; }
/* 218 */ 	.post-list .post-inner { margin-right: 0; }
/* 219 */ 	
/* 220 */ 	.featured .post-title,
/* 221 */ 	.single .post-title { font-size: 22px; line-height: 1.5em; letter-spacing: 0; }
/* 222 */ 	.post-byline { font-size: 13px; }
/* 223 */ 	.post-format { margin-bottom: 20px; }
/* 224 */ 	.format-gallery .post-format .flexslider .slides img { max-height: 240px; }
/* 225 */ 	.format-quote .post-format blockquote,
/* 226 */ 	.format-link .post-format p { font-size: 18px; }
/* 227 */ 	.format-link .post-format p { margin-bottom: 10px; }
/* 228 */ 	.single .format-status .entry { font-size: 20px; line-height: 1.4em; }
/* 229 */ 	.post-format .format-container .fa { font-size: 28px; }
/* 230 */ 	
/* 231 */ 	.entry.share { padding-right: 0; }
/* 232 */ 	.sharrre-container { position: relative; float: left; width: auto; padding: 0; margin: 20px 0 0; }
/* 233 */ 	.sharrre-container span { text-align: left; }
/* 234 */ 	.sharrre-container > div { float: left; margin-right: 10px; }
/* 235 */ 	.author-bio .bio-desc { font-size: 13px; }
/* 236 */ 
/* 237 */ 	.content .post-nav li { width: 100%; -webkit-box-shadow: none!important; box-shadow: none!important; }
/* 238 */ 	.content .post-nav li a { min-height: 0; }
/* 239 */ 	
/* 240 */ 	.single .related-posts .post-title { font-size: 15px; }
/* 241 */ 	.related-posts li { width: 50%; }
/* 242 */ 	.related-posts li:nth-child(2) article { border-right-color: transparent; } 
/* 243 */ 	.related-posts li:nth-child(3),
/* 244 */ 	.related-posts li:nth-child(4) { display: none; }
/* 245 */ 	
/* 246 */ 	/* shortcodes */
/* 247 */ 	.dropcap { font-size: 80px; }
/* 248 */ 	
/* 249 */ }
/* 250 */ 

/* responsive.css */

/* 251 */ /* ------------------------------------------------------------------------- *
/* 252 *|  *  Mobile (Low Res) : 479px > 0 (320px)
/* 253 *| /* ------------------------------------------------------------------------- */
/* 254 */ @media only screen and (max-width: 479px) {
/* 255 */ 	
/* 256 */ 	/* layout */
/* 257 */ 	.content,
/* 258 */ 	.sidebar { width: 100%; float: none; margin-right: 0!important; margin-left: 0!important; }
/* 259 */ 	.sidebar { background: #f0f0f0; width: 100%; display: block; float: none; }
/* 260 */ 	.main,
/* 261 */ 	.main-inner { background-image: none!important; padding: 0!important;  }
/* 262 */ 	.s2 { right: 0!important; left: 0!important; }
/* 263 */ 	
/* 264 */ 	/* hide */
/* 265 */ 	.mobile-sidebar-hide-s1 .s1,
/* 266 */ 	.mobile-sidebar-hide-s2 .s2,
/* 267 */ 	.mobile-sidebar-hide .sidebar { display: none; }
/* 268 */ 	
/* 269 */ 	/* base */
/* 270 */ 	.pad { padding: 15px 15px 5px; }
/* 271 */ 	.sidebar-top,
/* 272 */ 	.sidebar .widget { padding-left: 15px!important; padding-right: 15px!important; }
/* 273 */ 	.notebox { margin-bottom: 15px; }
/* 274 */ 	#flexslider-featured { margin-top: 15px; }
/* 275 */ 	.gallery-caption { display: none; }
/* 276 */ 	
/* 277 */ 	/* header */
/* 278 */ 	.site-title { font-size: 32px; }
/* 279 */ 
/* 280 */ 	/* blog */
/* 281 */ 	.format-link .post-format p { margin-bottom: 5px; }
/* 282 */ 
/* 283 */ }
/* 284 */ 
/* 285 */ 

/* font-awesome.min.css */

/* 1 */ /*!
/* 2 *|  *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
/* 3 *|  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
/* 4 *|  */@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/hueman/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('/wp-content/themes/hueman/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('/wp-content/themes/hueman/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('/wp-content/themes/hueman/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('/wp-content/themes/hueman/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.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;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-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}.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-photo:before,.fa-image:before,.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-navicon:before,.fa-reorder:before,.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-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc: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-mail-reply-all:before,.fa-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"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}
