﻿/*
Theme Name: Honos
Author: Cohhe
Author URI: https://cohhe.com/
Description: Enhance your story experience, by leveraging the power of Honos Wordpress Theme, built especially for telling great stories. It is the only free WordPress theme fully compatible with the Aesop Story Engine.
Version: 1.5.1
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, editor-style, featured-images, flexible-header, full-width-template, microformats, sticky-post, theme-options, translation-ready
Text Domain: honos 

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

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: 400;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body, html {
	width: 100%;
	height: 100%;
}

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

select::-ms-expand {
	display: none;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

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

body,
button,
input,
select,
textarea {
	color: #555555;
	font-family: 'Domine', serif;
	font-size: 16px;
	font-weight: 400;
}

progress {
	display: none;
}

body {
	color: #838585;
	margin: 0px;
	padding: 0px;
	font-family: 'Merriweather', serif;
	font-size: 14px;
	line-height: 1.786;
	font-weight: 300;
}

a {
	color: #CCA876;

	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

a:active,
a:hover {
	color: #9B7B4D;
	outline: 0;
	text-decoration: none;
}

/* Webkit */
::selection {
	background: #000000;
	color: #FFF;
}
/* Gecko/Mozilla */
::-moz-selection {
	background: #000000;
	color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Domine', serif;
	margin: 0px;
	padding: 0px;
	color: #2f2f2f;
	font-weight: normal;
}

h1 {
	font-size: 28px;
	margin: 25px 0;
}

h2 {
	font-size: 26px;
	margin: 25px 0;;
}

h3 {
	font-size: 24px;
	margin: 15px 0;
}

h4 {
	margin: 20px 0;
	font-size: 20px;
}

h5 {
	font-size: 18px;
	margin: 20px 0;
}

h6 {
	margin: 15px 0;
	font-size: 15px;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #fff;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin: 10px 0px;
	padding: 0px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	margin: 20px 0;
	padding: 25px 3%;
	background: #f6f6f6;
	position: relative;
	border-left: 1px solid #8d1812;
}

blockquote p {
	font-size: 16px;
	font-weight: normal;
	color: #858585;
}

blockquote cite,
blockquote small {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
	margin-top: 15px;
	display: block;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ol {
	list-style: decimal;
	list-style-position: inside;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	font-family: "Lato";
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	font-size: 15px;
	border-color: #f0f0f0;
	border: 1px solid rgba(0,0,0,0.2);
	color: #2b2b2b;
	padding: 8px 10px 7px;
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: transparent;
	font-size: 0.9em;
	border: none;
	text-transform: uppercase;
	font-weight: 300;
	display: inline-block;
	text-decoration: none;
	padding: 10px 25px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	outline: none;
	background-color: #CCA876;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

button:hover,
button:focus,
.btn-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #9B7B4D;
}

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	width: 100%;
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.4);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
	padding: 5px 10px;
}

td {
	border-width: 0 1px 1px 0;
	padding: 0 10px;
}

del {
	color: #6d6e64;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

.site-main.container {
	width: 100%;
	max-width: 1170px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
	width: 100%;
}

.wpcf7-form p {
	margin-top: 0;
	margin-bottom: 25px;
}

.social-icon {
	background-color:white;
	border:1px solid #cccccc;
	box-shadow:2px 2px 0px rgba(0,0,0,0.05);
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	border-radius: 3px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 13px;
}

.social-icon i {
	color:white;
		font-size: 20px;
	line-height: 48px;
}

.social-icon:hover {
	background-color:#4c4c4c;
	border:1px solid #4c4c4c;
}

.social-icon:hover i {
	color:rgba(255,255,255,0.8);
}

.social-bitbucket i {
	color:#205081;
}

.social-dropbox i {
	color:#007ee5;
}

.social-dribbble i {
	color:#ea4c89;
}

.social-gittip i {
	color:#339966;
}


.social-facebook i {
	color:#3b5998;
}

.social-flickr i {
	color:#ff0084;
}

.social-foursquare i {
	color:#0cbadf;
}

.social-github i {
	color:#171515;
}

.social-google-plus i {
	color:#dd4b39;
}

.social-instagram i {
	color:#3f729b;
}

.social-linkedin i {
	color:#0e76a8;
}

.social-pinterest i {
	color:#c8232c;
}

.social-skype i {
	color:#00aff0;
}

.social-stack-exchange i {
	color:#3a6da6;
}

.social-stack-overflow i {
	color:#ef8236;
}

.social-trello i {
	color:#256a92;
}

.social-tumblr i {
	color:#34526f;
}

.social-twitter i {
	color:#55acee;
}

.social-vimeo-square i {
	color:#44bbff;
}

.social-vk i {
	color:#45668e;
}

.social-weibo i {
	color:#eb182c;
}

.social-xing i {
	color:#126567;
}

.social-youtube i {
	color:#c4302b;
}

/* Header */

.main-header {
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.main-header.scrolled .header-top-wrapper {
	height: 0;
}

.main-header.scrolled .header-bottom {
	min-height: 69px;
}

.main-header,
.header-top-wrapper {
	background-color: #fff;
	border-bottom: solid 1px #EDEDED;
}

.honos-slider-active .main-header {
	background-color: transparent;
	border-bottom: none;
}

.honos-slider-active .header-bottom-wrapper {
	background-color: rgba(255,255,255,1);

	-webkit-transition: background-color ease-in-out 0.2s;
	-moz-transition: background-color ease-in-out 0.2s;
	-o-transition: background-color ease-in-out 0.2s;
	transition: background-color ease-in-out 0.2s;
}

.honos-slider-active .scrolled .header-bottom-wrapper {
	background-color: rgb(255,255,255);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04);
}

/*.honos-slider-active .main-header:not(.scrolled) #primary-navigation .nav-menu > li > a {
	color: #fff;
}*/

.header-top,
.header-bottom {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.header-top-wrapper {
	overflow: hidden;
	height: 35px;

	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.header-top {
	padding: 4px 15px;
	position: relative;
}

.header-bottom {
	min-height: 85px;
	position: relative;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-transition: min-height ease-in-out 0.2s;
	-moz-transition: min-height ease-in-out 0.2s;
	-o-transition: min-height ease-in-out 0.2s;
	transition: min-height ease-in-out 0.2s;
}

.header-top .call-us,
.header-top .free-consult,
.header-top .header-search {
	font-size: 11px;
	text-transform: uppercase;
	color: #CBC9C9;
	float: left;
}

.header-top .call-us a {
	font-size: 14px;
}

.header-top .free-consult,
.header-top .header-search {
	float: right
}

.header-top .free-consult {
	color: #CCA876;
	font-weight: 600;
	font-family: 'Open Sans';
}

.header-top .free-consult:before {
	color: #CBC9C9;

	-webkit-transition: color ease-in-out 0.2s;
	-moz-transition: color ease-in-out 0.2s;
	-o-transition: color ease-in-out 0.2s;
	transition: color ease-in-out 0.2s;
}

.header-top .free-consult:hover,
.header-top .free-consult:hover:before,
.header-top .header-search:hover {
	color: #9B7B4D;
}

.header-top .call-us {
	font-family: 'Open Sans';
}

.header-top .free-consult:before {
	font-size: 16px;
	margin-right: 7px;
}

.header-top .header-search {
	font-size: 16px;
	margin-left: 7px;
	cursor: pointer;
	position: relative;
	top: 1px;

	-webkit-transition: color ease-in-out 0.2s;
	-moz-transition: color ease-in-out 0.2s;
	-o-transition: color ease-in-out 0.2s;
	transition: color ease-in-out 0.2s;
}

.header-logo,
#primary-navigation,
.custom-logo-link {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-logo,
.custom-logo-link {
	max-width: 25%;
}

.header-logo img,
.custom-logo-link img {
	max-height: 85px;
	width: auto;
	max-width: 100%;

	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.scrolled .header-logo img,
.scrolled .custom-logo-link img {
	max-height: 69px;
}

#primary-navigation {
	right: 0;
	max-width: 75%;
}

#primary-navigation ul {
	margin: 0;
}

#primary-navigation li {
	float: left;
	padding: 13px 4px 13px 4px;
	position: relative;
}

#primary-navigation li a {
	padding: 4px 8px;
	font-size: 14px;
	color: #2C2C2C;
}

#primary-navigation li.current-menu-item > a,
#primary-navigation li:hover > a {
	color: #9B7B4D !important;
}

.blog-name {
	display: block;
	font-size: 30px;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.blog-description {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	line-height: 1;
}

#primary-navigation .menu-item-has-children.depth-0 > ul {
	top: 51px;
}

#primary-navigation .menu-item-has-children.depth-1 > ul {
	left: 0px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

#primary-navigation li ul {
	display: none;
	opacity: 0;
	top: 0;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
	background-color: #fff;
	min-width: 130px;
}

#primary-navigation .menu-item-has-children:hover > ul {
	display: block;
	opacity: 1;
	position: absolute;
	padding-left: 0;
}

.menu-item-has-children.depth-0 > a:after {
	content: '\e975';
	font-family: 'icons';
}

.menu-item-has-children.depth-0 .menu-item-has-children:after {
	content: '\e973';
	font-family: 'icons';
}

.menu-item-has-children.depth-0 > a:after,
.menu-item-has-children.depth-0 .menu-item-has-children a:after {
	margin-left: 7px;
}

.menu-item-has-children.depth-0 li {
	width: 100%;
}

.menu-item-has-children.depth-0 li:after {
	float: right;
	padding-right: 10px;
}

#primary-navigation .menu-item-has-children.depth-0 li {
	padding: 15px 11px;
	line-height: 12px;
}

#primary-navigation .menu-item-has-children.depth-0 li a {
	font-size: 13px;
	padding: 0;
}

.header-top .screen-reader-text,
.header-top .search-submit {
	display: none;
}

.header-top .search-form {
	position: absolute;
	top: 0px;
	right: 45px;
	z-index: 22;
}

.header-top .search-field {
	border-top: none;
	border-bottom: none;
	height: 34px;
	border-color: #EDEDED;
	outline: none;
}

.header-top .search-form .search-field {
	opacity: 0;

	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.header-top .search-form.active .search-field {
	opacity: 1;
}

.header-top .search-form {
	visibility: hidden;
}

.header-top .search-form.active {
	visibility: visible;
}

.mobile-menu-button {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #ccc;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	display: none;
}

#mobile-navigation {
	position: absolute;
	background: #fff;
	right: 15px;
	padding: 20px 40px;
	top: 86px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
	display: none;
}

#mobile-navigation.active {
	display: block;
}

#mobile-navigation li a:after,
#mobile-navigation li:after {
	display: none;
}

#mobile-navigation div > ul {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}

#mobile-navigation li {
	padding: 5px 0;
}

#mobile-navigation li:last-child {
	padding-bottom: 0;
}

#mobile-navigation li a {
	font-size: 20px;
}

.row.introduction {
	margin-top: -158px;
	z-index: 222;
	position: relative;
	background-color: #fff;
	margin-bottom: -25px;
}

.row.introduction h2 {
	text-align: center;
}

#primary-navigation .menu-item-has-children.depth-1 li {
	white-space: nowrap;
}

/* Slider */

.honos-slider {
	min-height: 700px;
}

.frontpage-slider-wrapper .fp-slide-container {
	height: 100%;
	background-position: center !important;
	background-size: cover !important;
}

.fp-slide-inner-container {
	max-width: 1170px;
	height: 100%;
	margin: 0 auto;
	z-index: 22;
	position: relative;
	padding: 0 15px;
}

.fp-slide-inner {
	position: absolute;
	bottom: 259px;
}

.text-position-center .fp-slide-inner {
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.text-position-right .fp-slide-inner {
	right: 0;
	text-align: right;
}

.fp-slide-inner-container .fp-slide-top-title  {
	font-size: 50px;
	color: #CCA876;
	font-family: 'Domine';
	margin-bottom: 22px;
	display: block;
}

.fp-slide-inner-container .fp-slide-title {
	font-size: 50px;
	line-height: 55px;
	font-weight: 600;
	text-transform: uppercase;
	color: #2E3236;
	width: 600px;
	font-family: 'Libre Baskerville';
}

.fp-slide-inner-container .fp-slide-button {
	line-height: 18px;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	padding: 11px 27px;
	background: #CCA876;
	color: #ffffff;
	display: inline-block;
	margin-top: 16px;
}

.fp-slide-inner-container .fp-slide-button:hover {
	background: #9B7B4D;
	color: #fff;
}

.honos-slider-prev,
.honos-slider-next {
	background-color: rgba(0,0,0,0.5);
	border-radius: 4px;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 21px;
	position: absolute;
	top: 50%;
	z-index: 99;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.honos-slider-prev:before,
.honos-slider-next:before {
	position: relative;
	top: 2px;
	left: 1px;
}

.honos-slider-prev:before {
	left: 0;
}

.honos-slider-prev {
	left: 20px;
}

.honos-slider-next {
	right: 20px;
}

.honos-slider-prev:hover,
.honos-slider-next:hover {
	background-color: rgb(0,0,0);
	color: #fff;
}

/* Sliding content */

.honos-sliding-inner .sliding-icon {
	font-size: 30px;
	color: #fff;
	background: #cca876;
	border-radius: 50%;
	padding: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	margin: 0 auto;
	top: -30px;
	position: relative;
}

.honos-sliding-inner .sliding-title {
	font-family: 'Libre Baskerville';
	display: block;
	text-align: center;
	color: #4A4F55;
	max-width: 80%;
	margin: 0 auto;
	font-weight: bold;
	line-height: 24px;
	font-size: 18px;
	margin-top: -17px;
}

.honos-sliding-inner .sliding-secondary-title {
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #CCA876;
	font-family: 'Open Sans';
	font-weight: bold;
	margin-top: 13px;
}

.honos-sliding-inner .sliding-button {
	text-align: center;
	display: block;
	background-color: #4a4f55;
	margin-top: 33px;

	transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);

	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.honos-sliding-inner:hover .sliding-button {
	transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}

.honos-sliding-inner .sliding-button a {
	font-size: 13px;
	border: 1px solid #CCA876;
	padding: 8px 22px;
	display: inline-block;
	line-height: normal;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Open Sans';
	margin: 28px 0;
}

.honos-sliding-inner .sliding-button a:hover {
	color: #fff;
	background-color: #CCA876;
}

.honos-sliding-inner {
	margin: 0 -15px 0;
	background-color: #fff;
	position: relative;
	top: 0;

	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.honos-sliding-inner:hover {
	top: -91px;
}

.slider-overlay-left,
.slider-overlay-right {
	width: 37.5%;
	float: left;
	display: block;
	background: url(images/patterndot.png) #45414d;
	padding: 15px 35px 30px 35px;
}

.slider-overlay-middle {
	width: 25%;
	float: left;
	display: block;
	background-color: #CCA876;
	padding: 15px 35px 30px 35px;
}

.slider-overlay-left-inner {
	float: right;
	max-width: 40%;
}

.slider-overlay-right-inner {
	max-width: 40%;
}

.row.slider-overlay h4 {
	color: #fff;
}

.row.slider-overlay p {
	color: #fff;
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 25px;
	opacity: 0.8;
}

.row.slider-overlay h4:before {
	font-size: 19px;
	color: #fff;
	margin-left: 0;
	margin-right: 10px;
}

.row.slider-overlay {
	z-index: 222;
}

/* Practice module */

.practice-container {
	margin: 0 -15px;
	margin-bottom: 60px;
}

.practice-container > div {
	width: 25%;
	float: left;
	padding: 15px;
}

.honos-practice-container {
	min-height: 200px;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	overflow: hidden;
	cursor: pointer;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.honos-practice-container:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 0.8;
	z-index: 1;

	-webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
	transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
}

.honos-practice-inner {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.honos-practice-inner .practice-text {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 0 20px;
}

.honos-practice-inner .practice-icon {
	display: block;
	text-align: center;
	font-size: 25px;
	margin-bottom: 12px;
	color: #fff;
}

.honos-practice-image {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;

	-webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
	transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}

.honos-practice-image img {
	height: 100%;
    max-width: none;
}

.honos-practice-container:hover:before {
	opacity: 1;
}

.honos-practice-container:hover .honos-practice-image {
	-webkit-transform: scale(1.25) translateY(-50%);
	-moz-transform: scale(1.25) translateY(-50%);
	transform: scale(1.25) translateY(-50%);
}

/* Team module */

.row.attourneys {
	margin-bottom: 57px;
}

.honos-team-image {
	width: 30%;
	float: left;
}

.honos-team-side {
	width: 70%;
	float: left;
	padding: 20px 30px;
	line-height: 20px;
}

.honos-team-name {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	margin-bottom: 14px;
}

.honos-team-description {
	display: block;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
	font-family: 'Open Sans';
}

.honos-team-email,
.honos-team-facebook,
.honos-team-twitter,
.honos-team-linkedin {
	float: right;
}

.honos-team-image {
	background-color: #000;
}

.honos-team-image img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);

	opacity: 0.5;

	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.honos-team-container:hover .honos-team-image img {
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.attourneys > div {
	padding: 15px;
}

/* Latest news */

.honos-latest-news-wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 -20px;
}

.honos-latest-news {
	width: 20000em;
	position: relative;
}

.honos-latest-news-item {
	float: left;
	padding: 0 20px;
	max-width: 400px;
}

.honos-latest-news-img {
	margin-bottom: 20px;
	display: block;
}

.latest-news-title {
	font-size: 19px;
	color: #000;
	margin-bottom: 10px;
	display: block;
}

.latest-news-excerpt {
	margin: 0;
	margin-bottom: 15px;
	color: #555;
	font-family: 'Open Sans';
}

.latest-news-meta {
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 0px 5px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
}

.latest-news-meta .latest-news-date {
	float: left;
	font-family: 'Lato';
}

.latest-news-meta .latest-news-comments {
	float: right;
	font-family: 'Lato';
}

.latest-news-meta .latest-news-date:before,
.latest-news-meta .latest-news-comments:before {
	margin-right: 5px;
	color: #ccc;
}

.honos-latest-news-next,
.honos-latest-news-prev {
	float: right;
	width: 35px;
	height: 35px;
	border: 2px solid #ddd;
	background: transparent;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	text-align: center;
	line-height: 32px;
	color: #ddd;
	position: relative;
	bottom: -15px;
}

.honos-latest-news-next:before {
	position: relative;
	right: -1px;
}

.honos-latest-news-prev {
	margin-right: 10px;
}

.honos-latest-news-next:hover,
.honos-latest-news-prev:hover {
	color: #777;
	border-color: #777;
}

.latest-news-read-more {
	height: 30px;
	padding: 0 12px;
	font-size: 12px;
	line-height: 26px;
	font-weight: 600;
	border: 2px solid #DDD;
	border-radius: 2px;
	color: #888;
	box-shadow: none;
	display: inline-block;
	text-transform: uppercase;
}

.latest-news-read-more:hover {
	color: #000;
	border-color: #AAA;
}

.float-left {
	float: left;
}

/* Testimonial */

.testimonial-image {
	float: left;
	margin-right: 30px;
	position: relative;
}

.testimonial-image img {
	max-width: 120px;
	display: block;
}

.testimonial-author {
	font-size: 12px;
	line-height: 16px;
	display: block;
	color: #fff;
	font-family: 'Open Sans';
	font-weight: 600;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	padding: 5px 10px;
}

.testimonial-title {
	font-family: 'Libre Baskerville';
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #2B2B2B;
}

.testimonial-stars {
	margin-top: 10px;
}

.testimonial-stars i {
	font-size: 20px;
	color: #CCA876;
}

.testimonial-content {
	color: #4A4A4A;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Open Sans';
	font-weight: 400;
	margin-top: 19px;
}

.testimonial-item {
	width: 670px;
}

#testimonial-container {
	width: 20000em;
	position: relative;
}

.testimonial-wrapper {
	position: relative;
	overflow: hidden;
	width: 670px;
	padding: 100px 0 90px;
}

.testimonial-item {
	float: left;
}

.testimonial-pagination a {
	width: 12px;
	height: 12px;
	font-size: 0px;
	display: block;
	border: 2px solid transparent;
	border-radius: 50%;
	background-color: #d0d0d0;
	outline: none;
	text-decoration: none;
	background-clip: content-box;
	margin: 0 4px;
	float: left;
}

.testimonial-pagination a.active {
	border-color: #CCA876;
	background-color: transparent;
}

.testimonial-main-wrapper {
	position: relative;
	margin-bottom: 50px;
}

.tespimonial-background {
	position: absolute;
	height: 100%;
	background-repeat: no-repeat !important;
	background-position: center right !important;
	background-color: #efefef !important;
}

.testimonial-pagination {
	margin-left: 150px;
}

.testimonial-data {
	min-height: 145px;
}

/* Footer */

.footer-wrapper {
	background-color: #000;
	margin-top: 50px;
}

.bottom-footer {
	padding: 20px 0;
	background-color: rgba(255,255,255,.05);
	border-top: 1px solid #1f1f1f;
}

.bottom-footer-inner,
.footer-links-container {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.footer-links-container {
	padding: 40px 0 50px 0;
}

.footer-social a {
	color: #545454;
	font-size: 12px;
	border: 1px solid #545454;
	width: 32px;
	height: 32px;
	display: block;
	float: right;
	text-align: center;
	line-height: 32px;
	margin-left: 6px;
}

.footer-social a:hover {
	color: #fff;
	border-color: #fff;
}

.copyright {
	float: left;
	line-height: 32px;
}

/* Blog */

.single-image-container {
	margin-bottom: 27px;
}

.single-image-container img {
	width: 100%;
	height: auto;
}

.entry-header .entry-title {
	margin-top: 0;
	line-height: 30px;
}

.post-meta > span {
	padding-right: 18px;
}

.post-meta > span:last-child {
	padding: 0;
}

.post-meta .post-date {
	text-transform: uppercase;
}

.post-meta .post-category,
.post-meta .post-comments,
.post-meta .post-date {
	color: #bbb;
	font-size: 13px;
	font-family: 'Lato';
	text-transform: uppercase;
}

.post-meta .post-category a,
.post-meta .post-comments a {
	color: #bbb;
	font-size: 13px;
	text-transform: uppercase;
}

.post-meta .post-category a:hover,
.post-meta .post-comments a:hover {
	color: #727272;
}

.entry-summary p {
	font-size: 14px;
	line-height: 25px;
	color: #727272;
	font-family: 'Open Sans';
}

#entry-content-wrapper,
#entry-content-wrapper p {
	font-size: 14px;
	line-height: 25px;
	font-family: 'Open Sans';
}

body.blog #main-content,
body.search #main-content,
body.page #main-content,
body.error404 #main-content,
body.archive #main-content {
	margin-top: 121px;
}

body #main-content,
body.error404 #primary {
	min-height: 600px;
}

body.error404 #content {
	width: 100%;
}

body.blog .content-wrapper article,
body.search .content-wrapper article,
body.archive .content-wrapper article {
	width: 50%;
	float: left;
	padding: 0 30px;
	padding-bottom: 50px;
}

body.blog .content-wrapper,
body.search .content-wrapper,
body.archive .content-wrapper {
	margin: 0 -30px;
}

.main-page-title {
	margin: 0;
	font-size: 36px;
	line-height: 44px;
	font-weight: normal;
	text-align: center;
	padding: 90px 0 60px
}

body.page.sidebar-right .main-page-title,
body.page.sidebar-left .main-page-title {
	max-width: 75%;
}

body.page.sidebar-left .main-page-title {
	float: right;
	width: 100%;
}

/* Single post */

body.single .main-content {
	margin-top: 181px
}

body.single .single-post-image-container,
body.page #entry-content-wrapper > img {
	margin-bottom: 30px;
}

body.single .post-meta {
	margin-bottom: 12px;
}

body.single .post-meta > span {
	font-size: 13px;
	padding-right: 30px;
	color: #bbb;
	text-transform: uppercase;
	font-family: 'Lato';
}

body.single .entry-title {
	margin-top: 0;
	margin-bottom: 6px;
}

body.single .single-post-share {
	margin: 23px 0 60px 0;
	background-color: #f5f5f5;
	padding: 20px;
}

body.single .single-post-share a {
	width: 28px;
	height: 28px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: #999;
	font-size: 14px;
	margin-right: 7px;
	margin-bottom: 0;
	border: none;
	box-shadow: none;
}

body.single .single-post-share a.icon-vkontakte:before,
body.single .single-post-share a.icon-facebook:before {
	position: relative;
	left: -1px;
}

body.single .single-post-share a:hover {
	background-color: #CCA876;
}

.single-post-share > span {
	margin-right: 10px;
}

#author-avatar {
	float: left;
	margin-right: 15px;
}

#author-description .author-text {
	color: #222;
}

#author-description p {
	line-height: 22px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comments-container #submit,
.widget.widget_search form input[type=submit] {
	background-color: #CCA876;
	color: #fff;
}

.comments-container #submit:hover,
.widget.widget_search form input[type=submit]:hover {
	background-color: #9B7B4D;
}

.footer-links-container .newsletter.newsletter-widget form > *:nth-child(2) {
	float: left;
	width: 55%;
}

.footer-links-container .newsletter.newsletter-widget form > *:nth-child(3) {
	float: left;
	width: 45%;
}

.btn {
	border-radius: 0;
	border: none;
}

.btn-xs {
	padding: 4px 7px;
}

.btn-sm {
	padding: 7px 15px;
}

.btn-warning {
	background-color: #CCA876;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	background-color: #9B7B4D;
}

/* Wordpress Core */

.sticky {
	border-top: 2px solid #CCA876;
}

.sticky-featured-post {
	position: absolute;
	top: 0;
	right: 10px;
}

.bypostauthor {
	text-decoration: none;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 7px 32px 0px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.widget .search-form label {
	width: 100%;
	display: inline-block;
}

.textwidget iframe {
	width: 100%;
}

.post-password-form label {
	float: left;
}

.error404 .content-area .search-form .search-submit,
.no-results-wrapper .search-form .search-submit {
	padding: 13px 20px;
	position: relative;
	top: -1px;
}

.post-password-form input[type=submit],
.no-results-wrapper input[type=submit] {
	height: 34px;
	padding: 0 25px;
	margin-left: 10px;
}

.error404 .content-area .search-form .search-field,
.no-results-wrapper .search-form .search-field {
	height: 41px;
	line-height: 41px;
	border-color: #555;
	display: inline-block;
}

.comments-container li.pingback {
	margin-left: 40px;
	margin-bottom: 5px;
	width: 90%;
}

/* Widgets */

#footer-sidebar li,
#footer-sidebar .children li:first-child {
	margin-top: 8px;
}

#footer-sidebar li:first-child {
	margin-top: 0;
}

#footer-sidebar li:before {
	content: '\24';
	font-family: 'icons';
	display: inline-block;

	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#footer-sidebar li:hover:before {
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}

#footer-sidebar li a {
	color: #6d6e64;
}

#footer-sidebar li a:hover {
	color: #efbe02;
}

/* No results */

.no-results-wrapper form {
	margin-top: 15px;
}

.no-results-wrapper form .screen-reader-text {
	display: none;
}

.no-results-wrapper .search-form .search-submit {
	top: 0;
}

/* 404 error */

.error404 .content-area #content,
.search-no-results .no-results-wrapper {
	max-width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.error404 .content-area .page-content {
	margin-top: 50px;
}

.error404 .content-area .screen-reader-text {
	display: none;
}

.error404 .content-area .search-form {
	text-align: center;
}

.error404 .content-area .page-content p {
	font-size: 2em;
	font-weight: 300;
	text-align: center;
	color: #555;
}

.error404 .content-area header.page-header h1 {
	font-size: 15em;
	font-weight: bold;
	color: #555;
	margin: 0;
}

body.error404 #primary.content-area {
	height: 100%;
	position: relative;
}

body.error404 .page-header {
	border: none;
	margin: 0;
	margin-top: -35px;
}

.error404 .content-area .search-form {
	margin-top: 15px;
}

/* Gallery */

.entry-content .tiled-gallery {
	margin-bottom: 30px;
}

.tiled-gallery .gallery-row {
	margin-right: auto;
	margin-left: auto;
	width: 100% !important;
}

.entry-content .tiled-gallery-caption {
	background: #09c;
	color: #fff;
}

.entry-content .tiled-gallery .tiled-gallery-caption {
	margin-left: 2px;
	width: 98.5%;
}

.entry-content .tiled-gallery .tiled-gallery-item-large .tiled-gallery-caption {
	margin-left: 2px;
	width: 99.2%;
}

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.wp-audio-shortcode {
	margin-bottom: 30px;
}

/* Widgets */

#secondary .widget {
	margin-bottom: 30px;
}

#secondary .widget > h4 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 35px;
	text-align: center;
	font-size: 26px;
}

.footer-links-container .widget > h4 {
	margin-top: 0;
	color: #fff;
	padding: 6px 0 14px 0;
}

.widget table,
.widget p {
	margin: 0;
	padding: 0;
}

.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_entries ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.widget_nav_menu ul ul.children,
.widget_recent_comments ul ul.children,
.widget_rss ul ul.children,
.widget_pages ul ul.children,
.widget_archive ul ul.children,
.widget_categories ul ul.children,
.widget_meta ul ul.children,
.widget_recent_entries ul ul.children,
.widget_nav_menu ul ul.sub-menu {
	margin-top: 10px;
}

#content-sidebar .widget_nav_menu ul li,
#content-sidebar .widget_recent_comments ul li,
#content-sidebar .widget_rss ul li,
#content-sidebar .widget_pages ul li,
#content-sidebar .widget_archive ul li,
#content-sidebar .widget_categories ul li,
#content-sidebar .widget_meta ul li,
#content-sidebar .widget_recent_entries ul li {
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}

.footer-links-container .widget_nav_menu ul li:before,
.footer-links-container .widget_recent_comments ul li:before,
.footer-links-container .widget_rss ul li:before,
.footer-links-container .widget_pages ul li:before,
.footer-links-container .widget_archive ul li:before,
.footer-links-container .widget_categories ul li:before,
.footer-links-container .widget_meta ul li:before,
.footer-links-container .widget_recent_entries ul li:before {
	content: '\e973';
	font-family: 'icons';
	margin-right: 5px;
}

.widget_nav_menu ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_rss ul li:last-child,
.widget_pages ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}

.widget_nav_menu ul li a,
.widget_recent_comments ul li a,
.widget_rss ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}

.widget.widget_nav_menu div > ul {
	padding-left: 0;
}

.widget_nav_menu ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_rss ul li:last-child,
.widget_pages ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child {
	border-bottom: 0 none;
	padding-bottom: 0;
}

.footer-links-container .widget {
	margin-bottom: 30px;
}

.footer-links-container .widget:last-child {
	margin-bottom: 0;
}

.tagcloud:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.tagcloud a {
	background-color: #e7e7e7;
	color: #828282 !important;
	display: block;
	float: left;
	margin: 0 6px 5px 0;
	padding: 0px 10px;
	font-size: 13px !important;
	text-transform: uppercase;
	line-height: 38px;
	border-radius: 2px;

	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.tagcloud a:hover {
	opacity: 0.8;
}

.widget_rss img {
	display: none;
}

.widget .widget-title {
	color: #4c4a4b;
	font-weight: 400;
	font-size: 20px;
	padding: 0;
}

.widget-area .widget .widget-title {
	padding-bottom: 32px;
	margin: 0;
	font-size: 3.1vw;
	font-weight: 700;
	line-height: 1.25;
	color: #000;
	text-align: center;
}

.widget-area .widget .widget-title:before {
	content: '';
	display: inline-block;
	height: 40px;
	width: 4px;
	position: relative;
	margin-right: 15px;
}

.honos-about-author .author-name {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #4b494a;
	display: block;
	padding-top: 26px;
}

.honos-about-author .author-position {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	color: #828282;
	display: block;
	padding-top: 7px;
}

.honos-about-author .about-author-social {
	margin-left: -7px;
	padding-top: 8px;
	font-size: 16px;
}

.honos-about-author .about-author-social a {
	margin-right: 6px;
}

.honos-about-author .author-description {
	padding-top: 13px;
	color: #828282;
}

.about-author-secondary {
	padding-bottom: 22px;
}

.widget.widget_recent_entries .news_image {
	float: left;
}

.widget.widget_recent_entries .post_container {
	padding-left: 90px;
}

.widget.widget_recent_entries .post_container.no_thumb {
	padding-left: 0;
}

.widget.widget_recent_entries h3 {
	padding: 0;
	clear: none;
	line-height: 24px;
}

.widget.widget_recent_entries h3 a {
	font-size: 16px;
	font-weight: 400;
	margin-top: -6px;
	display: inline-block;
}

.widget.widget_recent_entries .post-time {
	font-size: 14px;
	color: #828282;
}

.widget.widget_recent_entries .post-time:before {
	font-size: 16px;
	margin-right: 8px;
}

.widget.widget_fastflickrwidget {
	margin-right: -5px;
}

.widget.widget_fastflickrwidget a {
	width: 25%;
	display: inline-block;
}

.widget.widget_fastflickrwidget a img {
	width: 100%;
	height: auto;
	margin: 0;
	padding-right: 5px;
	padding-bottom: 5px;
}

.content-sidebar .widget.widget_newsletterwidget > p {
	margin-top: -17px;
}

.content-sidebar .widget.widget_newsletterwidget form {
	margin-top: 12px;
}

.content-sidebar .widget.widget_newsletterwidget form p {
	float: none;
}

.content-sidebar .widget.widget_newsletterwidget .newsletter-email {
	width: 100%;
	background-color: #e7e7e7;
	margin-bottom: 10px;
}

.widget.fep_login input[type="text"],
.widget.fep_login input[type="password"] {
	width: 100%;
	border-radius: 0;
	border: none;
	background-color: #e7e7e7;
	color: #818181;
	margin-bottom: 10px;
	outline: none;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 13px;
}

.widget.fep_login input[type="submit"] {
	float: right;
	border-radius: 0;
	font-weight: 600;
	padding: 2px 32px;
	font-size: 14px;
}

.widget.fep_login .frontendlogin-submit label {
	font-size: 14px;
	color: #a9a9a9;
	line-height: 38px;
}

.honos-checkbox {
	width: 24px;
	height: 24px;
	background-color: #e7e7e7;
	display: inline-block;
	float: left;
	margin-top: 7px;
	margin-right: 8px;
	cursor: pointer;
	position: relative;;
}

.honos-checkbox.checked:before {
	content: '\e807';
	font-family: 'icons';
	color: #2599d6;
	position: absolute;
	top: 0;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	display: inline-block;
	font-size: 16px;
}

#rememberme {
	display: none;
}

.widget.fep_login form > a {
	font-size: 14px;
	margin-top: 13px;
	display: inline-block;
}

body #main .widget.widget_honos-directory-followers > div {
	margin-bottom: 2px;
}

.widget.widget_honos-directory-followers > div a {
	font-size: 15px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	width: 100%;
	padding-left: 9px;
	position: relative;
	overflow: hidden;
}

.widget.widget_honos-directory-followers > div a:hover {
	opacity: 0.8;
}

.widget.widget_honos-directory-followers > div a:before {
	font-size: 22px;
	margin-right: 42px;
	position: relative;
	z-index: 2;
}

.widget.widget_honos-directory-followers > div a:after {
	content: '';
	position: absolute;
	height: 100px;
	width: 100px;
	top: -40px;
	left: -43px;
	z-index: 1;
	background-color: rgba(0,0,0,0.1);
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.widget.widget_honos-directory-followers > div a span {
	font-weight: 600;
	font-size: 16px;
	padding-right: 4px;
}

.follow-me-twitter a {
	background-color: #00acee;
}

.follow-me-twitter a:before {
	top: 3px;
	left: 2px;
}

.follow-me-facebook a {
	background-color: #315a98;
}

.follow-me-facebook a:before {
	top: 3px;
}

.follow-me-rss a {
	background-color: #f4821f;
}

.follow-me-rss a:before {
	top: 3px;
	left: 1px;
}

.follow-me-googleplus a {
	background-color: #df4a32;
}

.follow-me-googleplus a:before {
	top: 4px;
	left: 3px;
}

.follow-me-youtube a {
	background-color: #cd1225;
}

.follow-me-youtube a:before {
	top: 3px;
	left: 2px;
}

.follow-me-vimeo a {
	background-color: #1ab7ea;
}

.follow-me-vimeo a:before {
	top: 3px;
	left: 2px;
}

.follow-me-soundcloud a {
	background-color: #ff5500;
}

.follow-me-soundcloud a:before {
	top: 3px;
	left: -3px;
}

.follow-me-instagram a {
	background-color: #2b5c84;
}

.follow-me-instagram a:before {
	top: 4px;
	left: 2px;
}

.widget.widget_search .screen-reader-text {
	display: none !important;
}

.newsletter.newsletter-widget {
	margin-top: 12px;
}

.newsletter.newsletter-widget .newsletter-email {
	margin-bottom: 10px;
	width: 100%;
}

/*#content-sidebar .widget li .post-date {
	float: right;
}

#content-sidebar .widget.widget_categories li,
#content-sidebar .widget.widget_archive li {
	text-align: right;
}

#content-sidebar .widget.widget_categories li a,
#content-sidebar .widget.widget_archive li a {
	float: left;
}*/

/* WP Search widget */

.widget.widget_search form .search-field {
	padding: 10px 10px 11px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

.widget.widget_search form input[type=submit] {
	float: right;
}

.widget.widget_search form:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.widget p {
	color: #828282;
}

/* WP Calendar */

#calendar_wrap {
	padding: 0;
}

#wp-calendar {
	border: 0;
	border-spacing: 1px;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}

#wp-calendar thead tr th {
	border-width: 0;
	text-align: center;
	background: #f1f1f1;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
}

#wp-calendar caption {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	font-weight: 300;
	margin: 0 0 10px 0;
}

#wp-calendar td#prev a,
#wp-calendar td#next a {
	height: 40px;
	border: 0;
	display: inline-block;
	color: #A7A7A7;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	font-weight: 300;
}

#wp-calendar thead th i:before {
	margin: 0;
	width: auto;
}

#wp-calendar td#prev {
	text-align: left;
	border: 0;
}

#wp-calendar td#next {
	text-align: right;
	border: 0;
}

#wp-calendar tbody td {
	border: 1px solid #f1f1f1;
	height: 40px;
	line-height: 40px;
	padding: 0;
	color: #A7A7A7;
	font-size: 14px;
	background: #fff;
	position: relative;
	text-align: center;
	font-weight: 300;
}

#wp-calendar td.pad {
	background: none;
	border: none;
}

#wp-calendar tbody td a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 40px;
}

#wp-calendar tbody td.dayWithPost a:hover {
	color: #09c;
}

#wp-calendar tbody td.today {
	color: #6e7a89;
	background: #f1f1f1;
}

.widget .divider {
	position: relative;
}

.widget .divider:after {
	content: "";
	position: absolute;
	bottom: 29px;
	right: 0;
	width: 100%;
	border-bottom: 1px solid rgb(219, 219, 219);
	z-index: 0;
}

.content-sidebar .widget > div:not(.divider),
.content-sidebar .widget > ul,
.content-sidebar .widget > select,
.content-sidebar .widget > form {
	position: relative;
	margin-bottom: 30px;
}

.content-sidebar .widget > ul {
	padding-left: 0;
}

body.single:not(.single-service) #primary {
	margin-bottom: 75px;
}

.open-post-image img {
	max-width: 100%;
}

/* Comments */

.comments-container {
	margin-top: 42px;
	overflow: hidden;
}

.comments-container ol.commentlist {
	list-style-type: none;
}

.comments-container ul,
.comments-container li,
.comments-container ol {
	margin: 0;
	padding: 0;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 20px;
}

.comments-container ol.children {
	margin-bottom: 0;
	margin-left: 85px;
	list-style-type: none;
}

.comments-container .comment-author b,
.comments-container p:last-child {
	margin: 0;
	padding: 0;
}

.comments-container .comment-author b a {
	text-decoration: none;
}

.comments-container p.no-comments {
	margin-top: 50px;
	text-align: center;
}

.comments-container .comments-title {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 29px;
	line-height: 35px;
	text-align: center;
	padding-top: 20px;
}

.comments-container .comments-title span {
	font-weight: 700;
}

.comments-container .comment-author b {
	text-transform: capitalize;
	display: inline-block;
	font-weight: 400;
	color: #6d6e64;
	font-size: 1.5em;
}

.comment-metadata a {
	text-decoration: none;
}

.comments-container .comment-meta {
	font-size: 12px;
}

.comment-metadata time {
	font-style: italic;
}

.comments-container .says {
	display: none;
}

.comments-container img.avatar {
	overflow: hidden;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.comments-container .comment {
	margin-top: 25px;
}

.comment-content {
	display: block;
	overflow: hidden;
	margin-top: 0;
	margin-left: 84px;
	padding-right: 35px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.comment-content p {
	font-size: 0.9em;
	line-height: 22px;
}

.comment-body {
	padding-top: 15px;
}

.commentlist > li.comment:first-child > .comment-body {
	border: 0;
}

.comments-container h3#reply-title {
	font-weight: 400;
	padding-top: 0px;
	font-size: 28px;
}

.comments-container div.reply {
	display: block;
	text-align: right;
}

article.hentry .edit-link {
	display: block;
	text-align: left;
	overflow: hidden;
}

article.hentry .post-edit-link,
.comments-container .comment-reply-link {
	display: inline-block;
	padding: 5px 10px;
	border: 2px solid #fff;
	font-size: 0.9em;
	text-decoration: none;
}

article.hentry .post-edit-link:hover,
.comment-reply-link:hover {
	background-color: #fff;
	color: #555;
}

article.hentry .more-link {
	position: relative;
	color: #2B2B2C;
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	min-height: 40px;
	width: 100%;
	display: inline-block;
	font-family: "Merriweather";

	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
}

article.hentry .more-link:focus {
	outline: none;
}

article.hentry .more-link::before {
	position: absolute;
	top: 20px;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

article.hentry .more-link:hover::before,
article.hentry .more-link:focus::before {
	color: #09c;
	text-shadow: 13px 0 #09c, -13px 0 #09c;
}

article.hentry .more-link:hover {
	color: #09c;
}

article.hentry .more-link .meta-nav {
	display: none;
}

.comments-container .comment-form p {
	margin-bottom: 5px;
}

.comments-container .comment-form p.logged-in-as,
.comments-container .comment-form p.comment-notes {
	margin-bottom: 35px;
	text-align: center;
}

.comments-container .comment-form p.form-submit {
	margin-top: 10px;
}

.comments-container .comment-form:after {
	content: "";
	clear: both;
	display: block;
}

.comments-container .comment-form p label {
	display: block;
	font-size: 16px;
	margin-bottom: 3px;
	float: left;
	width: 80px;
}

.comments-container .comment-form p.comment-form-comment label {
	display: none;
}

.comments-container .comment-form #comment {
	width: 100%;
}

body .comments-container .comment-form-top input {
	font-size: 14px;
	color: #828282;
	border: none;
	border-radius: 0;
	width: 100%;
	padding: 16px 10px 16px 0;
	outline: none;
	padding: 10px;
	border: 1px solid rgba(109, 110, 100, 0.5);
}

.comment-form-top > span {
	width: 33.33%;
	float: left;
	display: inline-block;
	padding: 0 6px;
}

.comment-form-top {
	margin: 0 -6px;
	margin-top: 10px;
}

.comment-form-before {
	color: #6d6e64;
}

body .comments-container textarea {
	font-size: 14px;
	color: #828282;
	padding: 0;
	border-radius: 0;
	border: none;
	margin-top: 15px;
	max-height: 141px;
	outline: none;
	padding: 10px;
	border: 1px solid rgba(109, 110, 100, 0.5);
}

.comments-container #submit {
	margin-top: 12px;
}

#footer-sidebar > aside {
	text-align: center;
	margin-bottom: 40px;
}

#footer-sidebar > aside:last-child {
	margin-bottom: 0;
}

/* Page navigation */

.entry-content .page-links,
.pagination {
	margin: 0;
	position: relative;
	left: 50%;
	margin-top: 50px;
	margin-bottom: 72px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.pagination .page-numbers.dots {
	display: none;
}

.page-links-title {
	float: left;
	padding-right: 15px;
}

.entry-content .page-links a,
.entry-content .page-links > span:not(.page-links-title),
.pagination a,
.pagination span.page-numbers.current {
	display: inline-block;
	margin: 0 5px;
	text-align: center;
	height: 34px;
	width: 34px;
	line-height: 34px;
	position: relative;
	float: left;
	font-size: 14px;
	border: 1px solid #727272;
	border-radius: 50%;
}

.entry-content .page-links > span:not(.page-links-title),
.pagination span.page-numbers.current {
	color: #4b494a;
	font-weight: 600;
}

.pagination.loop-pagination a.prev {
	text-align: center;
	padding: 0;
	background-color: #CCA876;
	color: #fff;
	border: none;
}

.pagination.loop-pagination a.prev:before {
	content: '\e813';
	font-family: 'icons';
	z-index: 2;
	background-color: transparent;
	border: none;
}

.pagination.loop-pagination a.next {
	text-align: center;
	padding: 0;
	background-color: #CCA876;
	color: #fff;
	border: none;
}

.pagination.loop-pagination a.next:before {
	content: '\27';
	font-family: 'icons';
	z-index: 2;
	background-color: transparent;
	border: none;
}

.pagination.loop-pagination a.prev:hover,
.pagination.loop-pagination a.next:hover {
	background-color: #9B7B4D;
}

span.page-numbers.dots {
	margin-left: 5px;
}

.entry-content .page-links a:hover:before,
.pagination a:hover:before {
	background-color: #dddddd;
}

.entry-content .page-links a:nth-last-child(2):before,
.entry-content .page-links > span:not(.page-links-title):nth-last-child(2):before,
.pagination a:nth-last-child(2):before,
.pagination span.page-numbers.current:before:nth-last-child(2):before {
	border-right: none;
}

/* Tables */

article .entry-content table {
	width: 100%;
}

article .entry-content table thead {
	background: #f7f7f7;
}

article .entry-content table thead th {
	font-weight: bold;
	text-align: left;
}

article .entry-content table td,
article .entry-content table th {
	padding: 10px;
}

article .entry-content table th {
	font-weight: 400;
}

article .entry-content table td {
	font-weight: 300;
}

article .entry-content table tr:nth-child(even) {
	background: #f7f7f7;
}

.navbar-toggle {
	background-color: #fff;
	margin: 15px 15px 14px;
}

.navbar-toggle .icon-bar {
	background-color: #428bca;
}

/* Responsiveness */

@media (max-width: 1200px) {
	.row.slider-overlay {
		width: auto !important;
	    left: 0px !important;
	    margin: 0 -37px !important;
	    margin-top: 0 !important;
	}

	.slider-overlay-left,
	.slider-overlay-right,
	.slider-overlay-middle {
		width: 33.33%;
	}

	.slider-overlay-left-inner,
	.slider-overlay-right-inner {
		max-width: none;
	}

	.fp-slide-inner-container {
		padding: 0 70px;
	}

	.tespimonial-background {
		background-image: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {

}

@media (max-width: 991px) {

}

@media (min-width: 768px) and (max-width: 991px) {
	.footer-links-container .newsletter.newsletter-widget form > *:nth-child(2),
	.footer-links-container .newsletter.newsletter-widget form > *:nth-child(3) {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.header-bottom #primary-navigation {
		display: none;
	}

	.mobile-menu-button {
		display: block;
	}

	.practice-container > div {
		width: 50%;
	}

	body.blog .content-wrapper article,
	body.search .content-wrapper article,
	body.archive .content-wrapper article {
		width: 100%;
	}

	.slider-overlay-left,
	.slider-overlay-right,
	.slider-overlay-middle {
		width: 100% !important;
		height: auto !important;
	}

	.fp-slide-inner-container .fp-slide-title {
		width: auto;
	}

	.fp-slide-inner {
		width: 80%;
	}

	.footer-links-container .widget {
		margin-bottom: 30px !important;
	}
}

@media (max-width: 570px) {
	.header-top .free-consult {
		display: none;
	}

	.honos-latest-news-item {
		max-width: 570px;
	}

	.fp-slide-inner {
		bottom: 180px;
	}
}

@media (max-width: 480px) {
	.header-logo {
		max-width: 70%;
	}

	.practice-container > div {
		width: 100%;
	}

	.fp-slide-inner {
		bottom: 180px;
	}
}

/* Fontello fonts */
@font-face {
  font-family: 'icons';
  src: url('fonts/options.eot?69397903');
  src: url('fonts/options.eot?69397903#iefix') format('embedded-opentype'),
	   url('fonts/options.woff?69397903') format('woff'),
	   url('fonts/options.ttf?69397903') format('truetype'),
	   url('fonts/options.svg?69397903#options') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
	font-family: 'options';
	src: url('../font/options.svg?69397903#options') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-right:before { content: '\27'; } /* ''' */
.icon-minus:before { content: '\e800'; } /* '' */
.icon-info-circled:before { content: '\e801'; } /* '' */
.icon-attention-circled:before { content: '\e802'; } /* '' */
.icon-cancel:before { content: '\e803'; } /* '' */
.icon-ok:before { content: '\e804'; } /* '' */
.icon-tree:before { content: '\e805'; } /* '' */
.icon-move:before { content: '\e806'; } /* '' */
.icon-th-list:before { content: '\e807'; } /* '' */
.icon-database:before { content: '\e808'; } /* '' */
.icon-vimeo:before { content: '\e809'; } /* '' */
.icon-server:before { content: '\e80a'; } /* '' */
.icon-lifebuoy:before { content: '\e80b'; } /* '' */
.icon-rebel:before { content: '\e80c'; } /* '' */
.icon-phone-squared:before { content: '\e80d'; } /* '' */
.icon-tag:before { content: '\e80e'; } /* '' */
.icon-user:before { content: '\e80f'; } /* '' */
.icon-comment-empty:before { content: '\e810'; } /* '' */
.icon-empire:before { content: '\e811'; } /* '' */
.icon-maxcdn:before { content: '\e812'; } /* '' */
.icon-left:before { content: '\e813'; } /* '' */
.icon-eye:before { content: '\e814'; } /* '' */
.icon-heart-1:before { content: '\e815'; } /* '' */
.icon-heart-empty:before { content: '\e816'; } /* '' */
.icon-rss-squared:before { content: '\e817'; } /* '' */
.icon-linkedin-1:before { content: '\e818'; } /* '' */
.icon-picture:before { content: '\e819'; } /* '' */
.icon-doc-inv:before { content: '\e81a'; } /* '' */
.icon-file-video:before { content: '\e81b'; } /* '' */
.icon-file-audio:before { content: '\e81c'; } /* '' */
.icon-quote-left-1:before { content: '\e81d'; } /* '' */
.icon-link:before { content: '\e81e'; } /* '' */
.icon-bookmark:before { content: '\e81f'; } /* '' */
.icon-search:before { content: '\e820'; } /* '' */
.icon-mail-alt:before { content: '\e821'; } /* '' */
.icon-music:before { content: '\e822'; } /* '' */
.icon-glass:before { content: '\e823'; } /* '' */
.icon-mail:before { content: '\e824'; } /* '' */
.icon-mail-squared:before { content: '\e825'; } /* '' */
.icon-star:before { content: '\e826'; } /* '' */
.icon-star-empty:before { content: '\e827'; } /* '' */
.icon-star-half:before { content: '\e828'; } /* '' */
.icon-star-half-alt:before { content: '\e829'; } /* '' */
.icon-user-plus:before { content: '\e82a'; } /* '' */
.icon-user-times:before { content: '\e82b'; } /* '' */
.icon-users:before { content: '\e82c'; } /* '' */
.icon-male:before { content: '\e82d'; } /* '' */
.icon-female:before { content: '\e82e'; } /* '' */
.icon-child:before { content: '\e82f'; } /* '' */
.icon-user-secret:before { content: '\e830'; } /* '' */
.icon-plus-squared-alt:before { content: '\e831'; } /* '' */
.icon-plus-squared:before { content: '\e832'; } /* '' */
.icon-plus-circled:before { content: '\e833'; } /* '' */
.icon-cancel-circled2:before { content: '\e834'; } /* '' */
.icon-ok-squared:before { content: '\e835'; } /* '' */
.icon-ok-circled2:before { content: '\e836'; } /* '' */
.icon-th:before { content: '\e837'; } /* '' */
.icon-camera-alt:before { content: '\e838'; } /* '' */
.icon-camera:before { content: '\e839'; } /* '' */
.icon-video:before { content: '\e83a'; } /* '' */
.icon-minus-circled:before { content: '\e83b'; } /* '' */
.icon-minus-squared:before { content: '\e83c'; } /* '' */
.icon-videocam:before { content: '\e83d'; } /* '' */
.icon-minus-squared-alt:before { content: '\e83e'; } /* '' */
.icon-help:before { content: '\e83f'; } /* '' */
.icon-help-circled:before { content: '\e840'; } /* '' */
.icon-info:before { content: '\e841'; } /* '' */
.icon-home:before { content: '\e842'; } /* '' */
.icon-unlink:before { content: '\e843'; } /* '' */
.icon-link-ext:before { content: '\e844'; } /* '' */
.icon-attach:before { content: '\e845'; } /* '' */
.icon-link-ext-alt:before { content: '\e846'; } /* '' */
.icon-lock-open:before { content: '\e847'; } /* '' */
.icon-cancel-circled:before { content: '\e848'; } /* '' */
.icon-lock:before { content: '\e849'; } /* '' */
.icon-plus:before { content: '\e84a'; } /* '' */
.icon-lock-open-alt:before { content: '\e84b'; } /* '' */
.icon-ok-circled:before { content: '\e84c'; } /* '' */
.icon-th-large:before { content: '\e84d'; } /* '' */
.icon-pin:before { content: '\e84e'; } /* '' */
.icon-eye-off:before { content: '\e84f'; } /* '' */
.icon-code:before { content: '\e850'; } /* '' */
.icon-attention-alt:before { content: '\e851'; } /* '' */
.icon-bell-off-empty:before { content: '\e852'; } /* '' */
.icon-quote-right-1:before { content: '\e853'; } /* '' */
.icon-file-archive:before { content: '\e854'; } /* '' */
.icon-file-code:before { content: '\e855'; } /* '' */
.icon-location:before { content: '\e856'; } /* '' */
.icon-bell-off:before { content: '\e857'; } /* '' */
.icon-bookmark-empty:before { content: '\e858'; } /* '' */
.icon-flag:before { content: '\e859'; } /* '' */
.icon-flag-empty:before { content: '\e85a'; } /* '' */
.icon-flag-checkered:before { content: '\e85b'; } /* '' */
.icon-thumbs-up:before { content: '\e85c'; } /* '' */
.icon-thumbs-down:before { content: '\e85d'; } /* '' */
.icon-thumbs-up-alt:before { content: '\e85e'; } /* '' */
.icon-thumbs-down-alt:before { content: '\e85f'; } /* '' */
.icon-download:before { content: '\e860'; } /* '' */
.icon-upload:before { content: '\e861'; } /* '' */
.icon-download-cloud:before { content: '\e862'; } /* '' */
.icon-upload-cloud:before { content: '\e863'; } /* '' */
.icon-reply:before { content: '\e864'; } /* '' */
.icon-reply-all:before { content: '\e865'; } /* '' */
.icon-forward:before { content: '\e866'; } /* '' */
.icon-export:before { content: '\e867'; } /* '' */
.icon-export-alt:before { content: '\e868'; } /* '' */
.icon-share-squared:before { content: '\e869'; } /* '' */
.icon-pencil:before { content: '\e86a'; } /* '' */
.icon-pencil-squared:before { content: '\e86b'; } /* '' */
.icon-edit:before { content: '\e86c'; } /* '' */
.icon-print:before { content: '\e86d'; } /* '' */
.icon-retweet:before { content: '\e86e'; } /* '' */
.icon-keyboard:before { content: '\e86f'; } /* '' */
.icon-gamepad:before { content: '\e870'; } /* '' */
.icon-comment-1:before { content: '\e871'; } /* '' */
.icon-chat-empty:before { content: '\e872'; } /* '' */
.icon-bell:before { content: '\e873'; } /* '' */
.icon-direction:before { content: '\e874'; } /* '' */
.icon-compass:before { content: '\e875'; } /* '' */
.icon-trash:before { content: '\e876'; } /* '' */
.icon-trash-empty:before { content: '\e877'; } /* '' */
.icon-doc:before { content: '\e878'; } /* '' */
.icon-docs:before { content: '\e879'; } /* '' */
.icon-doc-text-inv:before { content: '\e87a'; } /* '' */
.icon-file-pdf:before { content: '\e87b'; } /* '' */
.icon-file-word:before { content: '\e87c'; } /* '' */
.icon-file-excel:before { content: '\e87d'; } /* '' */
.icon-file-powerpoint:before { content: '\e87e'; } /* '' */
.icon-folder-empty:before { content: '\e87f'; } /* '' */
.icon-cart-plus:before { content: '\e880'; } /* '' */
.icon-cart-arrow-down:before { content: '\e881'; } /* '' */
.icon-calendar:before { content: '\e882'; } /* '' */
.icon-lightbulb:before { content: '\e883'; } /* '' */
.icon-zoom-in:before { content: '\e884'; } /* '' */
.icon-zoom-out:before { content: '\e885'; } /* '' */
.icon-angle-circled-left:before { content: '\e886'; } /* '' */
.icon-angle-double-right:before { content: '\e887'; } /* '' */
.icon-angle-double-up:before { content: '\e888'; } /* '' */
.icon-angle-circled-right:before { content: '\e889'; } /* '' */
.icon-calendar-empty:before { content: '\e88a'; } /* '' */
.icon-angle-circled-up:before { content: '\e88b'; } /* '' */
.icon-angle-circled-down:before { content: '\e88c'; } /* '' */
.icon-right-circled:before { content: '\e88d'; } /* '' */
.icon-up-circled:before { content: '\e88e'; } /* '' */
.icon-down-circled:before { content: '\e88f'; } /* '' */
.icon-ccw:before { content: '\e890'; } /* '' */
.icon-arrows-cw:before { content: '\e891'; } /* '' */
.icon-level-up:before { content: '\e892'; } /* '' */
.icon-level-down:before { content: '\e893'; } /* '' */
.icon-shuffle:before { content: '\e894'; } /* '' */
.icon-exchange:before { content: '\e895'; } /* '' */
.icon-history:before { content: '\e896'; } /* '' */
.icon-expand:before { content: '\e897'; } /* '' */
.icon-collapse:before { content: '\e898'; } /* '' */
.icon-down-circled2:before { content: '\e899'; } /* '' */
.icon-expand-right:before { content: '\e89a'; } /* '' */
.icon-collapse-left:before { content: '\e89b'; } /* '' */
.icon-play:before { content: '\e89c'; } /* '' */
.icon-play-circled:before { content: '\e89d'; } /* '' */
.icon-play-circled2:before { content: '\e89e'; } /* '' */
.icon-stop:before { content: '\e89f'; } /* '' */
.icon-pause:before { content: '\e8a0'; } /* '' */
.icon-to-end:before { content: '\e8a1'; } /* '' */
.icon-to-end-alt:before { content: '\e8a2'; } /* '' */
.icon-to-start:before { content: '\e8a3'; } /* '' */
.icon-fast-fw:before { content: '\e8a4'; } /* '' */
.icon-fast-bw:before { content: '\e8a5'; } /* '' */
.icon-eject:before { content: '\e8a6'; } /* '' */
.icon-angle-double-left:before { content: '\e8a7'; } /* '' */
.icon-target:before { content: '\e8a8'; } /* '' */
.icon-signal:before { content: '\e8a9'; } /* '' */
.icon-wifi:before { content: '\e8aa'; } /* '' */
.icon-award:before { content: '\e8ab'; } /* '' */
.icon-desktop:before { content: '\e8ac'; } /* '' */
.icon-laptop:before { content: '\e8ad'; } /* '' */
.icon-tablet:before { content: '\e8ae'; } /* '' */
.icon-mobile:before { content: '\e8af'; } /* '' */
.icon-inbox:before { content: '\e8b0'; } /* '' */
.icon-globe:before { content: '\e8b1'; } /* '' */
.icon-sun:before { content: '\e8b2'; } /* '' */
.icon-cloud:before { content: '\e8b3'; } /* '' */
.icon-flash:before { content: '\e8b4'; } /* '' */
.icon-moon:before { content: '\e8b5'; } /* '' */
.icon-umbrella:before { content: '\e8b6'; } /* '' */
.icon-flight:before { content: '\e8b7'; } /* '' */
.icon-paper-plane:before { content: '\e8b8'; } /* '' */
.icon-paper-plane-empty:before { content: '\e8b9'; } /* '' */
.icon-space-shuttle:before { content: '\e8ba'; } /* '' */
.icon-leaf:before { content: '\e8bb'; } /* '' */
.icon-font:before { content: '\e8bc'; } /* '' */
.icon-bold:before { content: '\e8bd'; } /* '' */
.icon-medium:before { content: '\e8be'; } /* '' */
.icon-italic:before { content: '\e8bf'; } /* '' */
.icon-header:before { content: '\e8c0'; } /* '' */
.icon-paragraph:before { content: '\e8c1'; } /* '' */
.icon-text-height:before { content: '\e8c2'; } /* '' */
.icon-text-width:before { content: '\e8c3'; } /* '' */
.icon-align-left:before { content: '\e8c4'; } /* '' */
.icon-align-center:before { content: '\e8c5'; } /* '' */
.icon-align-right:before { content: '\e8c6'; } /* '' */
.icon-align-justify:before { content: '\e8c7'; } /* '' */
.icon-list:before { content: '\e8c8'; } /* '' */
.icon-indent-left:before { content: '\e8c9'; } /* '' */
.icon-indent-right:before { content: '\e8ca'; } /* '' */
.icon-list-numbered:before { content: '\e8cb'; } /* '' */
.icon-strike:before { content: '\e8cc'; } /* '' */
.icon-underline:before { content: '\e8cd'; } /* '' */
.icon-superscript:before { content: '\e8ce'; } /* '' */
.icon-subscript:before { content: '\e8cf'; } /* '' */
.icon-table:before { content: '\e8d0'; } /* '' */
.icon-columns:before { content: '\e8d1'; } /* '' */
.icon-crop:before { content: '\e8d2'; } /* '' */
.icon-scissors:before { content: '\e8d3'; } /* '' */
.icon-paste:before { content: '\e8d4'; } /* '' */
.icon-briefcase:before { content: '\e8d5'; } /* '' */
.icon-suitcase:before { content: '\e8d6'; } /* '' */
.icon-ellipsis:before { content: '\e8d7'; } /* '' */
.icon-ellipsis-vert:before { content: '\e8d8'; } /* '' */
.icon-off:before { content: '\e8d9'; } /* '' */
.icon-road:before { content: '\e8da'; } /* '' */
.icon-list-alt:before { content: '\e8db'; } /* '' */
.icon-qrcode:before { content: '\e8dc'; } /* '' */
.icon-barcode:before { content: '\e8dd'; } /* '' */
.icon-ajust:before { content: '\e8de'; } /* '' */
.icon-tint:before { content: '\e8df'; } /* '' */
.icon-toggle-off:before { content: '\e8e0'; } /* '' */
.icon-toggle-on:before { content: '\e8e1'; } /* '' */
.icon-check:before { content: '\e8e2'; } /* '' */
.icon-check-empty:before { content: '\e8e3'; } /* '' */
.icon-circle:before { content: '\e8e4'; } /* '' */
.icon-circle-empty:before { content: '\e8e5'; } /* '' */
.icon-circle-thin:before { content: '\e8e6'; } /* '' */
.icon-circle-notch:before { content: '\e8e7'; } /* '' */
.icon-dot-circled:before { content: '\e8e8'; } /* '' */
.icon-asterisk:before { content: '\e8e9'; } /* '' */
.icon-gift:before { content: '\e8ea'; } /* '' */
.icon-fire:before { content: '\e8eb'; } /* '' */
.icon-magnet:before { content: '\e8ec'; } /* '' */
.icon-chart-bar:before { content: '\e8ed'; } /* '' */
.icon-chart-area:before { content: '\e8ee'; } /* '' */
.icon-chart-pie:before { content: '\e8ef'; } /* '' */
.icon-chart-line:before { content: '\e8f0'; } /* '' */
.icon-credit-card:before { content: '\e8f1'; } /* '' */
.icon-floppy:before { content: '\e8f2'; } /* '' */
.icon-megaphone:before { content: '\e8f3'; } /* '' */
.icon-hdd:before { content: '\e8f4'; } /* '' */
.icon-key:before { content: '\e8f5'; } /* '' */
.icon-fork:before { content: '\e8f6'; } /* '' */
.icon-rocket:before { content: '\e8f7'; } /* '' */
.icon-bug:before { content: '\e8f8'; } /* '' */
.icon-certificate:before { content: '\e8f9'; } /* '' */
.icon-tasks:before { content: '\e8fa'; } /* '' */
.icon-filter:before { content: '\e8fb'; } /* '' */
.icon-beaker:before { content: '\e8fc'; } /* '' */
.icon-magic:before { content: '\e8fd'; } /* '' */
.icon-cab:before { content: '\e8fe'; } /* '' */
.icon-taxi:before { content: '\e8ff'; } /* '' */
.icon-truck:before { content: '\e900'; } /* '' */
.icon-bus:before { content: '\e901'; } /* '' */
.icon-bicycle:before { content: '\e902'; } /* '' */
.icon-motorcycle:before { content: '\e903'; } /* '' */
.icon-subway:before { content: '\e904'; } /* '' */
.icon-ship:before { content: '\e905'; } /* '' */
.icon-money:before { content: '\e906'; } /* '' */
.icon-euro:before { content: '\e907'; } /* '' */
.icon-pound:before { content: '\e908'; } /* '' */
.icon-dollar:before { content: '\e909'; } /* '' */
.icon-rupee:before { content: '\e90a'; } /* '' */
.icon-yen:before { content: '\e90b'; } /* '' */
.icon-rouble:before { content: '\e90c'; } /* '' */
.icon-shekel:before { content: '\e90d'; } /* '' */
.icon-try:before { content: '\e90e'; } /* '' */
.icon-won:before { content: '\e90f'; } /* '' */
.icon-bitcoin:before { content: '\e910'; } /* '' */
.icon-viacoin:before { content: '\e911'; } /* '' */
.icon-sort:before { content: '\e912'; } /* '' */
.icon-sort-down:before { content: '\e913'; } /* '' */
.icon-sort-up:before { content: '\e914'; } /* '' */
.icon-sort-alt-up:before { content: '\e915'; } /* '' */
.icon-sort-alt-down:before { content: '\e916'; } /* '' */
.icon-sort-name-down:before { content: '\e917'; } /* '' */
.icon-sort-number-up:before { content: '\e918'; } /* '' */
.icon-sort-number-down:before { content: '\e919'; } /* '' */
.icon-hammer:before { content: '\e91a'; } /* '' */
.icon-gauge:before { content: '\e91b'; } /* '' */
.icon-sitemap:before { content: '\e91c'; } /* '' */
.icon-spinner:before { content: '\e91d'; } /* '' */
.icon-coffee:before { content: '\e91e'; } /* '' */
.icon-food:before { content: '\e91f'; } /* '' */
.icon-beer:before { content: '\e920'; } /* '' */
.icon-user-md:before { content: '\e921'; } /* '' */
.icon-stethoscope:before { content: '\e922'; } /* '' */
.icon-heartbeat:before { content: '\e923'; } /* '' */
.icon-ambulance:before { content: '\e924'; } /* '' */
.icon-medkit:before { content: '\e925'; } /* '' */
.icon-h-sigh:before { content: '\e926'; } /* '' */
.icon-bed:before { content: '\e927'; } /* '' */
.icon-hospital:before { content: '\e928'; } /* '' */
.icon-building:before { content: '\e929'; } /* '' */
.icon-bank:before { content: '\e92a'; } /* '' */
.icon-smile:before { content: '\e92b'; } /* '' */
.icon-frown:before { content: '\e92c'; } /* '' */
.icon-meh:before { content: '\e92d'; } /* '' */
.icon-anchor:before { content: '\e92e'; } /* '' */
.icon-terminal:before { content: '\e92f'; } /* '' */
.icon-eraser:before { content: '\e930'; } /* '' */
.icon-puzzle:before { content: '\e931'; } /* '' */
.icon-shield:before { content: '\e932'; } /* '' */
.icon-extinguisher:before { content: '\e933'; } /* '' */
.icon-bullseye:before { content: '\e934'; } /* '' */
.icon-wheelchair:before { content: '\e935'; } /* '' */
.icon-language:before { content: '\e936'; } /* '' */
.icon-graduation-cap:before { content: '\e937'; } /* '' */
.icon-paw:before { content: '\e938'; } /* '' */
.icon-spoon:before { content: '\e939'; } /* '' */
.icon-cube:before { content: '\e93a'; } /* '' */
.icon-cubes:before { content: '\e93b'; } /* '' */
.icon-recycle:before { content: '\e93c'; } /* '' */
.icon-chat:before { content: '\e93d'; } /* '' */
.icon-share:before { content: '\e93e'; } /* '' */
.icon-tags:before { content: '\e93f'; } /* '' */
.icon-bell-alt:before { content: '\e940'; } /* '' */
.icon-folder:before { content: '\e941'; } /* '' */
.icon-folder-open-empty:before { content: '\e942'; } /* '' */
.icon-box:before { content: '\e943'; } /* '' */
.icon-fax:before { content: '\e944'; } /* '' */
.icon-menu:before { content: '\e945'; } /* '' */
.icon-cog:before { content: '\e946'; } /* '' */
.icon-cog-alt:before { content: '\e947'; } /* '' */
.icon-wrench:before { content: '\e948'; } /* '' */
.icon-sliders:before { content: '\e949'; } /* '' */
.icon-basket:before { content: '\e94a'; } /* '' */
.icon-login:before { content: '\e94b'; } /* '' */
.icon-logout:before { content: '\e94c'; } /* '' */
.icon-mic:before { content: '\e94d'; } /* '' */
.icon-mute:before { content: '\e94e'; } /* '' */
.icon-volume-off:before { content: '\e94f'; } /* '' */
.icon-volume-down:before { content: '\e950'; } /* '' */
.icon-volume-up:before { content: '\e951'; } /* '' */
.icon-headphones:before { content: '\e952'; } /* '' */
.icon-block:before { content: '\e953'; } /* '' */
.icon-resize-full:before { content: '\e954'; } /* '' */
.icon-resize-full-alt:before { content: '\e955'; } /* '' */
.icon-resize-small:before { content: '\e956'; } /* '' */
.icon-resize-vertical:before { content: '\e957'; } /* '' */
.icon-resize-horizontal:before { content: '\e958'; } /* '' */
.icon-up-circled2:before { content: '\e959'; } /* '' */
.icon-left-circled2:before { content: '\e95a'; } /* '' */
.icon-right-circled2:before { content: '\e95b'; } /* '' */
.icon-down-dir:before { content: '\e95c'; } /* '' */
.icon-up-dir:before { content: '\e95d'; } /* '' */
.icon-left-dir:before { content: '\e95e'; } /* '' */
.icon-right-dir:before { content: '\e95f'; } /* '' */
.icon-down-open:before { content: '\e960'; } /* '' */
.icon-left-open:before { content: '\e961'; } /* '' */
.icon-right-open:before { content: '\e962'; } /* '' */
.icon-up-open:before { content: '\e963'; } /* '' */
.icon-angle-left:before { content: '\e964'; } /* '' */
.icon-angle-double-down:before { content: '\e965'; } /* '' */
.icon-down:before { content: '\e966'; } /* '' */
.icon-left-1:before { content: '\e967'; } /* '' */
.icon-right-1:before { content: '\e968'; } /* '' */
.icon-up:before { content: '\e969'; } /* '' */
.icon-down-big:before { content: '\e96a'; } /* '' */
.icon-left-big:before { content: '\e96b'; } /* '' */
.icon-right-big:before { content: '\e96c'; } /* '' */
.icon-up-big:before { content: '\e96d'; } /* '' */
.icon-right-hand:before { content: '\e96e'; } /* '' */
.icon-left-hand:before { content: '\e96f'; } /* '' */
.icon-up-hand:before { content: '\e970'; } /* '' */
.icon-down-hand:before { content: '\e971'; } /* '' */
.icon-left-circled:before { content: '\e972'; } /* '' */
.icon-angle-right:before { content: '\e973'; } /* '' */
.icon-angle-up:before { content: '\e974'; } /* '' */
.icon-angle-down:before { content: '\e975'; } /* '' */
.icon-clock:before { content: '\e976'; } /* '' */
.icon-phone-1:before { content: '\e977'; } /* '' */
.icon-rss:before { content: '\e978'; } /* '' */
.icon-folder-open:before { content: '\e979'; } /* '' */
.icon-attention-1:before { content: '\e97a'; } /* '' */
.icon-doc-text:before { content: '\e97b'; } /* '' */
.icon-cw:before { content: '\e97c'; } /* '' */
.icon-to-start-alt:before { content: '\e97d'; } /* '' */
.icon-fighter-jet:before { content: '\e97e'; } /* '' */
.icon-list-bullet:before { content: '\e97f'; } /* '' */
.icon-book:before { content: '\e980'; } /* '' */
.icon-ticket:before { content: '\e981'; } /* '' */
.icon-train:before { content: '\e982'; } /* '' */
.icon-sort-name-up:before { content: '\e983'; } /* '' */
.icon-building-filled:before { content: '\e984'; } /* '' */
.icon-bomb:before { content: '\e985'; } /* '' */
.icon-soccer-ball:before { content: '\e986'; } /* '' */
.icon-tty:before { content: '\e987'; } /* '' */
.icon-binoculars:before { content: '\e988'; } /* '' */
.icon-plug:before { content: '\e989'; } /* '' */
.icon-newspaper:before { content: '\e98a'; } /* '' */
.icon-calc:before { content: '\e98b'; } /* '' */
.icon-copyright:before { content: '\e98c'; } /* '' */
.icon-at:before { content: '\e98d'; } /* '' */
.icon-eyedropper:before { content: '\e98e'; } /* '' */
.icon-brush:before { content: '\e98f'; } /* '' */
.icon-birthday:before { content: '\e990'; } /* '' */
.icon-diamond:before { content: '\e991'; } /* '' */
.icon-street-view:before { content: '\e992'; } /* '' */
.icon-venus:before { content: '\e993'; } /* '' */
.icon-mars:before { content: '\e994'; } /* '' */
.icon-mercury:before { content: '\e995'; } /* '' */
.icon-transgender:before { content: '\e996'; } /* '' */
.icon-transgender-alt:before { content: '\e997'; } /* '' */
.icon-venus-double:before { content: '\e998'; } /* '' */
.icon-mars-double:before { content: '\e999'; } /* '' */
.icon-venus-mars:before { content: '\e99a'; } /* '' */
.icon-mars-stroke:before { content: '\e99b'; } /* '' */
.icon-mars-stroke-v:before { content: '\e99c'; } /* '' */
.icon-mars-stroke-h:before { content: '\e99d'; } /* '' */
.icon-neuter:before { content: '\e99e'; } /* '' */
.icon-cc-visa:before { content: '\e99f'; } /* '' */
.icon-cc-mastercard:before { content: '\e9a0'; } /* '' */
.icon-cc-discover:before { content: '\e9a1'; } /* '' */
.icon-cc-amex:before { content: '\e9a2'; } /* '' */
.icon-cc-paypal:before { content: '\e9a3'; } /* '' */
.icon-cc-stripe:before { content: '\e9a4'; } /* '' */
.icon-adn:before { content: '\e9a5'; } /* '' */
.icon-android:before { content: '\e9a6'; } /* '' */
.icon-angellist:before { content: '\e9a7'; } /* '' */
.icon-apple:before { content: '\e9a8'; } /* '' */
.icon-behance:before { content: '\e9a9'; } /* '' */
.icon-behance-squared:before { content: '\e9aa'; } /* '' */
.icon-bitbucket:before { content: '\e9ab'; } /* '' */
.icon-bitbucket-squared:before { content: '\e9ac'; } /* '' */
.icon-buysellads:before { content: '\e9ad'; } /* '' */
.icon-cc:before { content: '\e9ae'; } /* '' */
.icon-codeopen:before { content: '\e9af'; } /* '' */
.icon-connectdevelop:before { content: '\e9b0'; } /* '' */
.icon-css3:before { content: '\e9b1'; } /* '' */
.icon-dashcube:before { content: '\e9b2'; } /* '' */
.icon-delicious:before { content: '\e9b3'; } /* '' */
.icon-deviantart:before { content: '\e9b4'; } /* '' */
.icon-digg:before { content: '\e9b5'; } /* '' */
.icon-dribbble:before { content: '\e9b6'; } /* '' */
.icon-dropbox:before { content: '\e9b7'; } /* '' */
.icon-drupal:before { content: '\e9b8'; } /* '' */
.icon-facebook:before { content: '\e9b9'; } /* '' */
.icon-facebook-squared:before { content: '\e9ba'; } /* '' */
.icon-facebook-official:before { content: '\e9bb'; } /* '' */
.icon-flickr:before { content: '\e9bc'; } /* '' */
.icon-forumbee:before { content: '\e9bd'; } /* '' */
.icon-foursquare:before { content: '\e9be'; } /* '' */
.icon-git-squared:before { content: '\e9bf'; } /* '' */
.icon-git:before { content: '\e9c0'; } /* '' */
.icon-github:before { content: '\e9c1'; } /* '' */
.icon-github-squared:before { content: '\e9c2'; } /* '' */
.icon-github-circled:before { content: '\e9c3'; } /* '' */
.icon-gittip:before { content: '\e9c4'; } /* '' */
.icon-google:before { content: '\e9c5'; } /* '' */
.icon-gplus:before { content: '\e9c6'; } /* '' */
.icon-gplus-squared:before { content: '\e9c7'; } /* '' */
.icon-gwallet:before { content: '\e9c8'; } /* '' */
.icon-hacker-news:before { content: '\e9c9'; } /* '' */
.icon-html5:before { content: '\e9ca'; } /* '' */
.icon-instagram:before { content: '\e9cb'; } /* '' */
.icon-ioxhost:before { content: '\e9cc'; } /* '' */
.icon-joomla:before { content: '\e9cd'; } /* '' */
.icon-jsfiddle:before { content: '\e9ce'; } /* '' */
.icon-lastfm:before { content: '\e9cf'; } /* '' */
.icon-lastfm-squared:before { content: '\e9d0'; } /* '' */
.icon-leanpub:before { content: '\e9d1'; } /* '' */
.icon-linkedin-squared:before { content: '\e9d2'; } /* '' */
.icon-linux:before { content: '\e9d3'; } /* '' */
.icon-meanpath:before { content: '\e9d4'; } /* '' */
.icon-openid:before { content: '\e9d5'; } /* '' */
.icon-pagelines:before { content: '\e9d6'; } /* '' */
.icon-paypal:before { content: '\e9d7'; } /* '' */
.icon-pied-piper-squared:before { content: '\e9d8'; } /* '' */
.icon-pied-piper-alt:before { content: '\e9d9'; } /* '' */
.icon-pinterest:before { content: '\e9da'; } /* '' */
.icon-pinterest-circled:before { content: '\e9db'; } /* '' */
.icon-pinterest-squared:before { content: '\e9dc'; } /* '' */
.icon-qq:before { content: '\e9dd'; } /* '' */
.icon-reddit:before { content: '\e9de'; } /* '' */
.icon-reddit-squared:before { content: '\e9df'; } /* '' */
.icon-renren:before { content: '\e9e0'; } /* '' */
.icon-sellsy:before { content: '\e9e1'; } /* '' */
.icon-shirtsinbulk:before { content: '\e9e2'; } /* '' */
.icon-simplybuilt:before { content: '\e9e3'; } /* '' */
.icon-skyatlas:before { content: '\e9e4'; } /* '' */
.icon-skype:before { content: '\e9e5'; } /* '' */
.icon-slack:before { content: '\e9e6'; } /* '' */
.icon-slideshare:before { content: '\e9e7'; } /* '' */
.icon-soundcloud:before { content: '\e9e8'; } /* '' */
.icon-spotify:before { content: '\e9e9'; } /* '' */
.icon-stackexchange:before { content: '\e9ea'; } /* '' */
.icon-stackoverflow:before { content: '\e9eb'; } /* '' */
.icon-steam:before { content: '\e9ec'; } /* '' */
.icon-steam-squared:before { content: '\e9ed'; } /* '' */
.icon-stumbleupon:before { content: '\e9ee'; } /* '' */
.icon-stumbleupon-circled:before { content: '\e9ef'; } /* '' */
.icon-tencent-weibo:before { content: '\e9f0'; } /* '' */
.icon-trello:before { content: '\e9f1'; } /* '' */
.icon-tumblr:before { content: '\e9f2'; } /* '' */
.icon-tumblr-squared:before { content: '\e9f3'; } /* '' */
.icon-twitch:before { content: '\e9f4'; } /* '' */
.icon-twitter-squared:before { content: '\e9f5'; } /* '' */
.icon-twitter:before { content: '\e9f6'; } /* '' */
.icon-vimeo-squared:before { content: '\e9f7'; } /* '' */
.icon-vine:before { content: '\e9f8'; } /* '' */
.icon-vkontakte:before { content: '\e9f9'; } /* '' */
.icon-whatsapp:before { content: '\e9fa'; } /* '' */
.icon-wechat:before { content: '\e9fb'; } /* '' */
.icon-weibo:before { content: '\e9fc'; } /* '' */
.icon-windows:before { content: '\e9fd'; } /* '' */
.icon-wordpress:before { content: '\e9fe'; } /* '' */
.icon-xing:before { content: '\e9ff'; } /* '' */
.icon-xing-squared:before { content: '\ea00'; } /* '' */
.icon-yelp:before { content: '\ea01'; } /* '' */
.icon-youtube:before { content: '\ea02'; } /* '' */
.icon-yahoo:before { content: '\ea03'; } /* '' */
.icon-youtube-squared:before { content: '\ea04'; } /* '' */
.icon-youtube-play:before { content: '\ea05'; } /* '' */
.icon-blank:before { content: '\ea06'; } /* '' */
.icon-lemon:before { content: '\ea07'; } /* '' 