
/*!
Theme Name: tBlogging
Description: tBlogging is a fully responsive WordPress Theme, a perfect choice for a blogging website, blog, IT, site for programmers, writers, bloggers, online store, forum, or a portfolio site. 100% response, customizable, and easy to use theme. WooCommerce and bbPress integration and much more.
Theme URI: https://tishonator.com/product/tblogging
Author: tishonator
Author URI: https://tishonator.com
Version: 2.4.0
Text Domain: tishonator
Tags: blog, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, threaded-comments, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* import fonts */
@import url("https://cdn-jejhn.nitrocdn.com/vWcJKgAsNGdZkUSpriFvuDATvPUNLTjT/assets/static/source/rev-13f91b1/fonts.googleapis.com/70b0a3e00b8cb47d0308c40fcbf5f646.css");

/* general styles */
body {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #000;
	width: 100%;
}

#body-content-wrapper {
	position: relative;
	overflow: hidden;
}

input, select, textarea, button, #container .button {
	font-family: inherit;
}

button {
	cursor: pointer;
}

body:before {
	content: none !important;
}

a {
	text-decoration: none;
	outline: none;
	color: #806961;
}

a:hover {
	color: #d0c5b6;
}

a img {
	outline: none;
}

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

img {
	border: 0;
	outline: 0;
}

#home-content-wrapper img, #main-content-wrapper img, #footer-main img {
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
}

#home-content-wrapper a:hover img, #main-content-wrapper a:hover img, #footer-main a:hover img {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .7);
	opacity: .7;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0;
	color: #806961;
}

h1 {
	font-size: 24px;
	padding: 10px 0 3px 0;
}

h2 {
	font-size: 22px;
	padding: 5px 0 0 0;
}

h3 {
	font-size: 20px;
	padding: 8px 0 5px 0;
}

h4 {
	font-size: 18px;
	padding: 2px 0 1px 0;
}

h5 {
	font-size: 16px;
	padding: 2px 0 1px 0;
}

h6 {
	font-size: 14px;
	padding: 2px 0 1px 0;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 10px;
}

#wp-calendar, #wp-calendar th, #wp-calendar td {
	border: none;
}

#wp-calendar td, #wp-calendar th {
	padding: 0;
}

embed, iframe, object, video {
	margin-bottom: 24px;
	max-width: 100%;
}

video {
	width: 100% !important;
	height: auto !important;
}

.vimeo-iframe {
	margin-bottom: 0;
}

p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
	margin-bottom: 0;
}

.custom-logo-link img {
	margin-right: 10px;
}

#header-logo > a.custom-logo-link, #header-logo #site-identity {
	float: left;
}

#sidebar select {
	max-width: 95%;
}

dt.gallery-icon:before {
	content: "";
}

#header-logo h1 {
	padding: 0;
}

#navmain li {
	padding: 0;
}

ul > li {
	padding: 3px 0;
	margin: 0;
	list-style-type: none;
}

ol > li {
	padding: 3px 0;
	margin: 0;
}

ol {
	padding: 0 0 0 30px;
}

ul {
	padding: 0 0 0 15px;
}

.widget > ul, .col > ul, #sidebar > ul {
	padding-left: 0;
}

/* header */
#header-main-fixed {
	clear: both;
	background-color: #fff;
	margin: 0;
	width: 100%;
	z-index: 5000;
	color: #000;
}

#header-main-fixed a h1, #header-main-fixed a {
	color: #806961;
}

#header-main-fixed a:hover {
	color: #0ff;
}

#header-spacer {
	width: 100%;
}

#header-content-wrapper {
	padding: 0 2% 0 2%;
}

.item-arrow-down:after, .item-arrow-up:after {
	font-family: "FontAwesome";
	font-size: 12px;
}

.item-arrow-down:after {
	content: "";
}

.item-arrow-up:after {
	content: "";
}

.header-social-widget {
	display: inline-block;
}

.header-social-widget li {
	margin-right: 0;
	display: inline;
}

#header-top {
	text-align: center;
}

.cart-contents-icon:before {
	font-family: "FontAwesome";
	content: "";
	margin: 0 2px 0 0;
}

.cart-contents-icon {
	float: right;
}

.search-form-icon:before {
	font-family: "FontAwesome";
	content: "";
	margin: 0 2px 0 0;
}

.search-form-icon {
	float: right;
}

#cart-popup-content {
	display: none;
	position: fixed;
	top: 18px;
	z-index: 5000;
	background-color: #fff;
	padding: 10px !important;
	border: 1px solid #f5f5f5;
}

#cart-popup-content .cart_list, #cart-popup-content .total, #cart-popup-content .buttons {
	float: left;
	clear: both;
}

#cart-popup-content .quantity, #cart-popup-content .product_list_widget .amount {
	display: inline;
}

#hdrtop-searchform-subcontent:before {
	font-family: "FontAwesome";
	font-size: 16px;
	float: left;
	height: 26px;
	line-height: 26px;
	text-align: center;
	width: 26px;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	-ms-border-radius: 55px;
	-o-border-radius: 55px;
	border-radius: 55px;
	margin-right: 10px;
}

#search-popup-content {
	display: none;
	position: fixed;
	top: 18px;
	z-index: 5000;
	background-color: #fff;
	padding: 10px !important;
	border: 1px solid #f5f5f5;
}

#hdrtop-searchform-subcontent {
	line-height: 27px;
}

#hdrtop-searchform-subcontent button {
	padding-top: 4px;
	padding-bottom: 4px;
}

#hdrtop-cart-subcontent li {
	clear: both;
}

#navmain {
	margin: 0;
	float: right;
}

#navmain > div > ul > li > a, .cart-contents-icon, .search-form-icon {
	color: #d0c5b6;
}

#navmain > div > ul > .current-menu-item > a, #navmain > div > ul > .current-menu-ancestor > a, #navmain > div > ul > li > a:hover, .cart-contents-icon:hover, .search-form-icon:hover {
	color: #806961;
}

#navmain a:hover {
	text-decoration: none;
}

.page-title {
	padding: 5px 0 10px 10px !important;
}

/* start slider styles */

/* end slider styles */
article, aside {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/* main content */
#main-content, #main-content-full, #container {
	overflow: hidden;
	padding: 10px 0 0 0;
}

#main-content > article:first-of-type h1 {
	margin-top: 0;
	padding-top: 0;
}

#main-content-full {
	overflow: hidden;
	margin: 0 0 20px 2%;
	width: 96%;
}

/* sidebar */
#sidebar {
	overflow: hidden;
	padding: 10px 0 0 0;
}

#sidebar ul:not(.social-widget) > li:before, article ul > li:before {
	content: "";
	font-family: "FontAwesome";
	display: inline-block;
	margin: 0 5px 10px 1px;
	opacity: .7;
}

#sidebar > ul {
	margin-left: 3px;
}

#sidebar .widget {
	margin-bottom: 5px;
	clear: both;
}

.single-social-widget {
	padding: 1px 0 0 0;
	margin: 1px 0 0 0;
	clear: both;
}

.single-social-widget p {
	margin-left: 5px;
}

#infoTxt {
	padding: 10px 0 10px 0;
}

article ul > li:before {
	font-family: "FontAwesome";
	content: "";
	display: inline-block;
	text-align: center;
	margin: 0 7px 7px 0;
}

article, .additional-content {
	clear: both;
}

.separator {
	height: 1px;
	margin: 20px 1% 10px 0;
}

#footer-menu {
	text-align: center;
	margin: 15px 0;
}

#footer-menu ul, #footer-menu li {
	display: inline;
	padding: 0;
	margin: 0;
}

#footer-menu li {
	margin-right: 20px;
}

#footer-main {
	clear: both;
	background-color: #806961;
	color: #fcfdf8;
	margin: 20px 0 0 0;
	padding: 10px 2% 5px 2%;
}

#footer-main a {
	color: #c1b5b1;
}

#footer-main a:hover {
	color: #a2def4;
}

.footer-social-widget li {
	display: inline;
}

#footer-main input[type="text"] {
	width: 130px;
	background-color: #fff;
}

.footer-social-widget a {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.footer-social-widget a:hover {
	text-decoration: none !important;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.footer-social-widget a:before {
	font-size: 24px;
}

.footer-social-widget li {
	margin-right: 5px;
}

#footer-main .post-date {
	margin: 0 0 0 14px;
}

.col ul:not(.social-widget) > li:before {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	opacity: .7;
}

.col > ul {
	margin-left: 3px;
}

.col li {
	margin-bottom: 5px;
}

.col1a {
	float: none;
	width: 96%;
	margin: 5px 0 5px 0;
}

#footer-bottom {
	padding: 20px 0 0 0;
	clear: both;
	text-align: center;
}

#fsocial {
	clear: both;
	padding: 10px 0 5px 0;
	text-align: center;
}

#copyright {
	clear: both;
	text-align: center;
}

.social-widget, .header-social-widget, .footer-social-widget {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-widget li {
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
}

.single-social-widget a:hover:before, .social-widget li:hover a:before {
	display: inline-block;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	text-decoration: none;
}

.facebook16:before {
	content: "";
}

.facebook32:before {
	content: "";
}

.google16:before {
	content: "";
}

.google32:before {
	content: "";
}

.instagram16:before, .instagram32:before {
	content: "";
}

.linkedin16:before {
	content: "";
}

.linkedin32:before {
	content: "";
}

.rss16:before {
	content: "";
}

.rss32:before {
	content: "";
}

.tumblr16:before {
	content: "";
}

.tumblr32:before {
	content: "";
}

.twitter16:before {
	content: "";
}

.twitter32:before {
	content: "";
}

.youtube16:before {
	content: "";
}

.youtube32:before {
	content: "";
}

.pinterest16:before {
	content: "";
}

.pinterest32:before {
	content: "";
}

.vk16:before {
	content: "";
}

.vk32:before {
	content: "";
}

.flickr16:before {
	content: "";
}

.flickr32:before {
	content: "";
}

.vine16:before {
	content: "";
}

.vine32:before {
	content: "";
}

.facebook16:before, .google16:before, .instagram16:before, .rss16:before, .tumblr16:before, .linkedin16:before, .twitter16:before, .youtube16:before, .pinterest16:before, .vk16:before, .flickr16:before, .vine16:before {
	font-family: "FontAwesome";
	font-size: 16px;
}

.facebook32:before, .google32:before, .instagram32:before, .rss32:before, .tumblr32:before, .linkedin32:before, .twitter32:before, .youtube32:before, .pinterest32:before, .vk32:before, .flickr32:before, .vine32:before {
	font-family: "FontAwesome";
	font-size: 32px;
}

.header-social-widget a:before {
	font-size: 14px;
}

.header-social-widget a {
	display: inline-block;
	width: 17px;
	height: 17px;
	padding-top: 3px;
}

.social32 {
	float: right;
	margin-right: 10px;
}

.social32 a {
	width: 32px;
	height: 32px;
	display: inline-block;
}

.single-social-widget {
	clear: both;
	height: 45px;
}

.single-social-widget .social32, .single-social-widget p {
	float: left;
}

.single-social-widget p {
	line-height: 32px;
}

input[type="text"], input[type="email"], input[type="url"], textarea {
	border: 1px solid #b2aea3;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"], button {
	font-size: 14px;
}

input[type="submit"], button, .btn, #container .button {
	padding: 8px 12px;
	text-decoration: none;
	font-weight: normal;
	border: none;
	color: #fff;
	background-image: -ms-linear-gradient(top, #d0c5b6 0%, #806961 100%);
	background-image: -moz-linear-gradient(top, #d0c5b6 0%, #806961 100%);
	background-image: -o-linear-gradient(top, #d0c5b6 0%, #806961 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d0c5b6), color-stop(1, #806961));
	background-image: -webkit-linear-gradient(top, #d0c5b6 0%, #806961 100%);
	background-image: linear-gradient(top, #d0c5b6 0%, #806961 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#d0c5b6", endColorstr="#806961");
	text-shadow: 0 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"]:hover, button:hover, #container .button:hover, .btn:hover {
	color: #fff;
	background-image: -ms-linear-gradient(top, #806961 0%, #d0c5b6 100%);
	background-image: -moz-linear-gradient(top, #806961 0%, #d0c5b6 100%);
	background-image: -o-linear-gradient(top, #806961 0%, #d0c5b6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #806961), color-stop(1, #d0c5b6));
	background-image: -webkit-linear-gradient(top, #806961 0%, #d0c5b6 100%);
	background-image: linear-gradient(top, #806961 0%, #d0c5b6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#806961", endColorstr="#d0c5b6");
	text-decoration: none;
}

.btn {
	margin-top: 10px;
	display: inline-block;
}

#respond {
	clear: both;
}

#commentform input:before, #commentform textarea:before {
	content: "\A";
	white-space: pre;
}

blockquote:before, q:before {
	font-family: "FontAwesome";
	content: "";
	color: #dedede;
	font-size: 36px;
	float: left;
	margin: 0 1% 0 0;
}

blockquote, figure {
	margin: 0 1%;
}

.page-links, .post-links {
	padding: 10px 0 3px 0;
	margin: 0;
}

.navigation, .woocommerce-pagination {
	float: left;
	margin: 0;
}

.navigation .current, .navigation .page-dots, .navigation .page-numbers {
	font-size: 16px;
	text-align: center;
	display: inline-block;
	float: left;
}

.navigation .page-dots, .navigation .page-numbers {
	padding: 5px 11px;
	border: 1px solid #ddd;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.navigation .current, .navigation .current:hover {
	text-decoration: none;
	background: #ddd !important;
	text-align: center;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.navigation .page-numbers:hover {
	text-decoration: none;
	background: #fafafa;
	text-align: center;
}

.shop_table .product-remove {
	width: 10%;
}

.shop_table .product-thumbnail {
	width: 10%;
}

.shop_table .product-name {
	width: 50%;
}

.shop_table .product-price {
	width: 10%;
}

.shop_table .product-quantity {
	width: 10%;
}

.shop_table .product-subtotal {
	width: 10%;
}

/* homepage classes */
#home-cols {
	clear: both;
	padding: 0 2%;
}

#top-widget {
	clear: both;
	padding: 0 2%;
}

.bottom-widget, .top-widget {
	clear: both;
	padding: 0 2%;
}

.nav-links {
	padding-top: 10px;
}

.nav-links .nav-previous {
	float: left;
	width: 45%;
}

.nav-links .nav-previous:before {
	font-family: "FontAwesome";
	content: "";
	margin-right: 5px;
}

.nav-links .nav-next {
	float: right;
	width: 45%;
}

.nav-links .nav-next:after {
	font-family: "FontAwesome";
	content: "";
	margin-left: 5px;
}

/* utilities classes */
.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.text-center {
	text-align: center;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.box-shadow-none {
	box-shadow: none !important;
}

.box-shadow-none img {
	box-shadow: none !important;
}

/* search form */
.search-wrapper {
	border: 1px solid #b2aea3;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding-left: 0 !important;
	display: inline-block;
}

.search-wrapper .search-textbox {
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.search-wrapper  .search-button {
	color: #777;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
	filter: none;
	background-image: none;
}

.search-wrapper  .search-button:before {
	font-family: "FontAwesome";
	content: "";
}

.search-wrapper  .search-button.nitro-lazy {
	background-image: none !important;
}

/* contact from */
.contact-error {
	color: #f00;
}

.contact-success {
	border: 1px solid #5d7716;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 1%;
	width: 50%;
}

/* comments */
#comments {
	margin-top: 25px;
	font-size: 18px;
	float: left;
	clear: both;
	padding: 0 5px 1px 1px;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

.commentlist li {
	list-style: none;
}

.commentlist li .pingback .comment-author {
	padding: 0 170px 0 0;
}

.commentlist li div .vcard {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

.commentlist li div .vcard cite .fn {
	font-style: normal;
	font-size: 11px;
}

.commentlist li div .vcard cite .fn a .url {
	color: #c00;
	text-decoration: none;
}

.commentlist li div .vcard cite .fn a .url:hover {
	color: #000;
}

.commentlist li div .vcard img .avatar {
	background: #fff;
	border: 1px solid #aaa;
}

.commentlist li div .comment-meta a {
	color: #205b87;
	text-decoration: none;
}

.commentlist li p {
	font-weight: normal;
	line-height: 1.2;
	margin: 5px 0 12px;
}

.commentlist li ul {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	list-style: square;
	margin: 0 0 12px;
	padding: 0;
}

.commentlist li div .reply {
	background: #999;
	border: 1px solid #666;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	font: bold 9px/1 helvetica, arial, sans-serif;
	padding: 6px 5px 4px;
	text-align: center;
	width: 36px;
}

.commentlist li div .reply:hover {
	background: #c00;
	border: 1px solid #c00;
}

.commentlist li div .reply a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.commentlist li ul.children {
	list-style: none;
	margin: 12px 0 0;
	text-indent: 0;
}

.commentlist li ul .children li .depth-2 {
	margin: 0 0 3px;
}

.commentlist li ul .children li .depth-3 {
	margin: 0 0 3px;
}

.commentlist li ul .children li .depth-4 {
	margin: 0 0 3px;
}

.commentlist li ul .children li .depth-5 {
	margin: 0 0 7px;
}

.commentlist ul .children li .odd {
	background: #fff;
}

.commentlist .odd {
	background: #f6f6f6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.commentlist li .pingback div .vcard {
	padding: 0 170px 0 0;
}

.comment-body {
	padding-left: 0;
}

#reply-title {
	margin-top: 25px;
	text-align: center;
	font-size: 18px;
	float: left;
	clear: both;
	padding: 0 5px 0 1px;
}

#commentform {
	clear: both;
	padding-top: 5px;
	padding-left: 2px;
}

.entry-title {
	clear: both;
}

.before-content, .after-content, .custom-after-content, .page-after-content {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

.after-content, .custom-after-content, .page-after-content {
	border-top: 2px solid #555;
	margin-top: 5px;
}

.aside-icon:before, .audio-icon:before, .author-icon:before, .category-icon:before, .clock-icon:before, .comments-icon:before, .edit-icon:before, .gallery-icon:before, .image-icon:before, .link-icon:before, .quote-icon:before, .tags-icon:before, .video-icon:before, .quote-content:before, .quote-content:after, .sticky h1:before {
	font-family: "FontAwesome";
	margin: 0;
}

.aside-icon, .audio-icon, .author-icon, .category-icon, .clock-icon, .comments-icon, .edit-icon, .gallery-icon, .image-icon, .link-icon, .quote-icon, .tags-icon, .video-icon, .quote-content, .quote-content:after, .sticky h1 {
	margin-right: 7px;
}

.aside-icon:before {
	content: "";
}

.audio-icon:before {
	content: "";
}

.author-icon:before {
	content: "";
}

.category-icon:before {
	content: "";
}

.clock-icon:before {
	content: "";
}

.comments-icon:before {
	content: "";
}

.edit-icon:before {
	content: "";
	margin-right: 2px;
}

.gallery-icon:before {
	content: "";
}

.image-icon:before {
	content: "";
}

.link-icon:before {
	content: "";
}

.quote-icon:before {
	content: "";
}

.tags-icon:before {
	content: "";
}

.video-icon:before {
	content: "";
}

/* thumbnails */
img.wp-post-image {
	margin: 0 5px 5px 0;
}

/* calendar widget */
.widget_calendar {
	float: left;
}

#wp-calendar caption {
	color: #333;
	font-size: 12px;
	padding: 5px;
}

#wp-calendar thead, #wp-calendar tfoot {
	font-size: 10px;
}

#wp-calendar th {
	border-bottom: 3px solid #ccc;
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar tbody #today {
	background: #c5c5c5;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}

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

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

#wp-calendar tbody td {
	padding: 8px;
}

.quote-content:before {
	content: "";
}

.quote-content:after {
	content: "";
}

.scrollup:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	font: 30px "FontAwesome";
	color: rgba(255, 255, 255, .6) !important;
}

.scrollup {
	width: 40px;
	height: 40px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-moz-opacity: .9;
	-khtml-opacity: .9;
	opacity: .9;
	-webkit-border-top-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-ms-border-top-left-radius: 2px;
	-o-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-top-right-radius: 2px;
	-ms-border-top-right-radius: 2px;
	-o-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	position: fixed;
	bottom: 0;
	right: 2%;
	display: none;
	color: #cbc8b5;
	background-color: #555 !important;
	z-index: 5001;
	line-height: 34px;
	text-align: center;
	text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.scrollup:hover {
	background-color: #4a4c4d !important;
	color: #858282 !important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.tagcloud {
	margin-bottom: 20px;
}

.wp-caption {
	max-width: 95%;
	padding: 4px 4px 4px 4px;
	border: 1px solid #ccc;
	color: #555;
	background: #f9f9f9;
	-moz-box-shadow: 1px 1px 5px rgba(153, 153, 153, .3);
	-webkit-box-shadow: 1px 1px 5px rgba(153, 153, 153, .3);
	box-shadow: 1px 1px 5px rgba(153, 153, 153, .3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	clear: both;
}

.wp-caption p.wp-caption-text {
	background-color: #858581;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 4px 2px 4px;
}

.sticky {}

.sticky h1:before {
	content: "";
}

.gallery-caption {}

.bypostauthor {}

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

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

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

.widget_tishonator_advancedtextcontent_widget {
	clear: both;
}

.post-date {
	display: block;
	margin: -5px 0 10px 13px;
}

.advanced-text-icon {
	text-align: center;
	font-size: 18px;
}

.advanced-text-content {
	padding: 0;
	font-size: 16px;
}

.advanced-text-button-wrapper {
	margin-bottom: 5px;
	text-align: center;
}

#page-header {
	background-image: url("https://cdn-jejhn.nitrocdn.com/vWcJKgAsNGdZkUSpriFvuDATvPUNLTjT/assets/images/optimized/rev-e87bb90/avtomaidan.com.ua/wp-content/themes/tblogging/images/pageheader.png");
	background-repeat: repeat;
	-webkit-box-shadow: inset 0 -1px 1px -1px rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 0 -1px 1px -1px rgba(0, 0, 0, .25);
	box-shadow: 0 -1px 1px -1px rgba(0, 0, 0, .25) inset;
	padding: 20px 2% 20px 2%;
}

#page-header.nitro-lazy {
	background-image: none !important;
}

#page-header, #page-header h1 {
	color: #806961;
}

#page-header a {
	color: #0ea3f3;
}

#page-header a:hover {
	color: #9dd8f7;
}

#page-header h1 {
	display: inline;
	margin: 0;
	padding: 0;
}

#breadcrumbs {
	list-style: none;
	overflow: hidden;
	font-size: 12px;
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}

#breadcrumbs li {
	float: left;
	margin-left: 7px;
}

#breadcrumbs li:first-of-type {
	margin-left: 0;
}

.home-title {
	padding-top: 10px;
}

blockquote {
	margin-bottom: 10px;
}

.project-details {
	padding-left: 0;
}

.breadcrumb-separator {
	color: #999;
}

.home-title, .home-col-title {
	font-weight: normal;
	font-size: 20px;
	padding-top: 15px;
	letter-spacing: 1px;
	float: none;
	clear: both;
}

.home-col-title .advanced-text-icon {
	font-size: inherit !important;
	text-shadow: none !important;
}

.home-after-title, .home-col-after-title {
	clear: both;
}

.sidebar-title {
	padding: 0 5px 1px 1px;
	margin-bottom: -2px;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: .5px;
	float: left;
	clear: both;
}

.sidebar-title:not(:first-child) {
	margin-top: 15px;
	margin-bottom: -2px;
}

.sidebar-before-title {
	clear: both;
}

.sidebar-after-title {
	clear: both;
	height: 1px;
	margin-bottom: 5px;
	width: 100%;
}

.footer-title {
	padding: 0 5px 1px 1px;
	margin-bottom: -2px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	border-bottom: 4px solid #0ff;
	color: #eee;
	letter-spacing: 1px;
	float: left;
}

.footer-after-title {
	clear: both;
	height: 1px;
	background: #ccc;
	margin-bottom: 5px;
	width: 100%;
}

.author-info-box {
	clear: both;
	padding-left: 10px;
}

.author-info-box p {
	padding-left: 100px;
	line-height: 25px;
}

.author-info-box ul {
	padding-left: 100px;
}

.author-title {
	margin-top: 25px;
	font-size: 18px;
	clear: both;
	float: left;
	padding: 0 5px 0 1px;
	margin-bottom: 5px;
}

.author-avatar {
	float: left;
}

.avatar {
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
}

.social-sharing-box {
	clear: both;
}

.social-sharing-box ul li {
	margin-right: 0;
}

.social-sharing-title {
	margin-top: 25px;
	font-size: 18px;
	clear: both;
	float: left;
	padding: 0 5px 0 1px;
	margin-bottom: 5px;
}

.page-entry-title {
	padding-left: 0 !important;
}

.project-title {
	padding: 0 5px 1px 1px;
	margin-bottom: -2px;
	font-weight: normal;
	font-size: 24px;
	border-bottom: 4px solid #806961;
	float: left;
	clear: both;
}

.project-title:not(:first-child) {
	margin-top: 15px;
}

.project-after-title {
	clear: both;
	height: 1px;
	background: #ccc;
	margin-bottom: 5px;
	width: 100%;
}

/* custom page templates classes */
.custom-entry-title {
	padding-left: 0 !important;
}

.wide-content article {
	width: auto;
}

.wide-content  h1, .wide-content .content, .wide-content .after-content, .wide-content .quote-content {
	padding-left: 0;
}

.page-after-content, .after-content {
	clear: both;
}

#main-content-left-sidebar-wrapper {}

/* Google Map classes */
#map_canvas {
	width: 100%;
	height: 350px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
}

#map_canvas_widget {
	clear: both;
	width: 100%;
	height: 250px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
}

#map_canvas img, #map_canvas_widget img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* office info classes */
.office-info-box {
	margin-top: 10px;
}

.page-contact-title {
	border-bottom: 4px solid #555;
	clear: both;
	float: left;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 0 0 !important;
	padding: 0 5px 1px 1px !important;
	text-transform: uppercase;
}

#not-found-title {
	font-size: 48px;
	padding-left: 0 !important;
	text-align: center !important;
	margin-bottom: 10px;
}

#not-found-image {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	margin-bottom: 10px;
}

/* Tabs Widget Classes */
.tishonator_tabs_widget_content {
	position: relative;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	clear: both;
	margin-top: 10px;
}

.tishonator_tabs_widget_content img {
	max-width: 100%;
	height: auto;
}

.tishonator_tabs_widget_content li:before {
	content: none !important;
}

.tishonator_tabs_widget_content ul.tisho-tabs, #popular-tab-content ul, #recent-tab-content ul, #comments-tab-content ul, #tags-tab-content ul {
	padding: 0;
	margin: 0;
}

.tishonator_tabs_widget_content ul.tisho-tabs li {
	list-style: none;
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 !important;
}

.tishonator_tabs_widget_content ul.has-1-tabs li {
	width: 100%;
	float: none;
	margin: 0 auto;
}

.tishonator_tabs_widget_content ul.has-2-tabs li {
	width: 50%;
}

.tishonator_tabs_widget_content ul.has-3-tabs li {
	width: 33.33%;
}

.tishonator_tabs_widget_content ul.has-4-tabs li {
	width: 25%;
}

.tishonator_tabs_widget_content .has-4-tabs .tab_title.selected a {
	border-bottom: none;
}

.tishonator_tabs_widget_content .tab_title a {
	display: block;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 2px 0 4px;
	line-height: 2.4;
	text-decoration: none;
	position: relative;
	font-weight: bold;
}

.tishonator_tabs_widget_content .tab_title:not(.selected) {
	background-color: #dedede;
}

.tishonator_tabs_widget_content .tab_title:not(.selected) a {
	color: #555 !important;
}

.tishonator_tabs_widget_content .tab_title:not(.selected) a:hover {
	background-color: #555 !important;
	color: #fafafa !important;
}

.tishonator_tabs_widget_content .tab_title:first-child a {
	margin-left: 0;
	border-left: 0;
}

.tishonator_tabs_widget_content .tab_title.selected a {
	border-bottom: none;
}

.tishonator_tabs_widget_content .inside {
	padding-top: 10px;
}

.tishonator_tabs_widget_content .tab-content li {
	list-style-type: none;
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 11px 0;
	padding: 0px 15px 15px 15px;
	text-align: left;
	background: none;
	position: relative;
}

.tishonator_tabs_widget_content .tab-content li:last-child {
	border: none;
	margin-bottom: 0;
}

.tishonator_tabs_widget_content .tab-content li:first-child {
	padding-top: 5px;
}

.tishonator_tabs_thumb_small {
	float: left;
	margin-right: 12px;
	padding-top: 4px;
	width: 65px;
	height: 65px;
	overflow: hidden;
}

.tishonator_tabs_thumb_large {
	float: none;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 4px;
	position: relative;
}

.tishonator_tabs_widget_content .entry-title {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.tishonator_tabs_widget_content .tisho-postmeta, .tishonator_tabs_comment_content, .tishonator_tabs_excerpt {}

.tishonator_tabs_widget_content .wp-post-image {
	margin: 0 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Comments */
.tishonator_tabs_avatar {
	margin-right: 10px;
	float: left;
	margin-top: 4px;
}

.tishonator_tabs_comment_content p, .tishonator_tabs_excerpt p {
	margin-bottom: 0;
}

.tishonator_tabs_comment_meta {
	font-weight: bold;
}

/* Tags tab */
.tishonator_tabs_widget_content #tags-tab-content {
	padding-bottom: 10px;
}

.tishonator_tabs_widget_content #tags-tab-content ul {
	margin: 0;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.tishonator_tabs_widget_content #tags-tab-content ul li {
	width: auto;
	color: #fff;
	margin-bottom: 0;
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 3px 3px 0 0;
	float: none;
	font-size: 13px;
}

.tishonator_tabs_widget_content #tags-tab-content ul li a {
	padding: 12px 10px;
	white-space: nowrap;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Pagination */
.tishonator_tabs_widget_content .tisho-pagination {
	margin: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 15px;
	float: left;
}

.tishonator_tabs_widget_content .tisho-pagination a {
	margin: 0 15px;
}

.tisho-pagination a.next {
	float: right;
}

.tishonator_tabs_widget_content img {
	box-shadow: none !important;
}

/* Loading... */
.tisho-loading:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* End of Tabs Widget Classes */

/* WooCommerce */
.widget_shopping_cart_content {
	display: inline-block;
	padding: 0 !important;
}

.woocommerce-pagination {
	text-align: left !important;
}

.woocommerce-pagination .page-numbers {
	border: none !important;
}

.woocommerce-pagination .page-numbers li {
	border: 1px solid #ddd;
	padding: 0 !important;
}

.woocommerce-pagination .page-numbers li:hover {
	padding: 0 !important;
}

.woocommerce-pagination a {
	padding: 6px 9px !important;
	margin: 0 4px 0 0 !important;
	font-size: 16px !important;
	text-align: center !important;
}

.woocommerce-pagination .current, .woocommerce-pagination a:hover {
	margin-right: -1px !important;
	padding: 6px 9px !important;
	text-decoration: none !important;
	font-size: 16px !important;
	text-align: center !important;
}

.woocommerce-pagination .current {
	background: #ddd !important;
}

.woocommerce-pagination a:hover {
	background: #fafafa !important;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
	text-shadow: none !important;
}

.woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span {
	margin-right: 10px !important;
	border: 1px solid #ddd !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	border-radius: 3px !important;
}

.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
	border: none !important;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	margin-right: 0;
}

.payment_methods li:before {
	content: "" !important;
}

.product_list_widget {
	display: block !important;
	position: relative !important;
}

#header-main-fixed .product_list_widget, #header-main-fixed .product_list_widget li, #header-main-fixed .product_list_widget a {
	background-color: #fff !important;
	color: #000 !important;
}

#header-main-fixed .product_list_widget a {
	box-shadow: none !important;
	border: none !important;
}

#header-main-fixed .product_list_widget a, #header-main-fixed .product_list_widget li, #header-main-fixed .product_list_widget li:hover a, #header-main-fixed .product_list_widget a:hover {
	padding: 1px !important;
}

#header-main-fixed .product_list_widget li:hover a, #header-main-fixed .product_list_widget a:hover {
	box-shadow: none !important;
	background-color: #fff !important;
	border: none !important;
	text-decoration: underline !important;
}

.product_list_widget li:before {
	content: none !important;
}

.product_list_widget img {
	float: left !important;
	height: auto;
	margin-bottom: 10px !important;
	max-width: 100%;
}

.product_list_widget  li {
	clear: both;
}

h1.product_title {
	margin-left: 0 !important;
}

form.cart {
	float: none !important;
	margin-left: 0 !important;
}

.product_list_widget .amount {
	display: block;
}

#hdrtop-cart-subcontent .product_list_widget .amount {
	display: inherit;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: left !important;
	margin-left: 2% !important;
	width: 40% !important;
}

.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
	content: "" !important;
}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	display: table-cell !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	width: auto !important;
}

.woocommerce #content div.product form.cart, .woocommerce div.product form.cart, .woocommerce-page #content div.product form.cart, .woocommerce-page div.product form.cart {
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}

.product_list_widget #content input.button, .product_list_widget #respond input#submit, .product_list_widget a.button, .product_list_widget button.button, .product_list_widget input.button, a.wc-forward, a.live-preview-button {
	background: #f7f6f7;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#e0dadf)) !important;
	background: -webkit-linear-gradient(#f7f6f7, #e0dadf) !important;
	background: -moz-linear-gradient(center top, #f7f6f7 0, #e0dadf 100%) !important;
	background: -moz-gradient(center top, #f7f6f7 0, #e0dadf 100%) !important;
	border: 1px solid #c8bfc6;
	border-radius: 2px;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .075) inset, 0 1px 0 rgba(255, 255, 255, .3) inset, 0 1px 2px rgba(0, 0, 0, .1);
	color: #5e5e5e !important;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 100%;
	font-weight: 700;
	left: auto;
	line-height: 1em;
	margin: 0;
	overflow: visible;
	padding: 6px 10px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	white-space: nowrap;
}

#header-main-fixed a.wc-forward {
	margin-right: 5px;
	color: #5e5e5e;
	padding: 6px 10px;
}

#header-main-fixed a.wc-forward:hover {
	color: #000 !important;
	padding: 6px 10px;
}

.added_to_cart {
	margin-top: 5px !important;
}

li.product:before {
	content: "";
}

.product_meta {
	clear: both !important;
}

.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as {
	clear: both !important;
	display: block !important;
	margin-top: 10px !important;
}

#coupon_code {
	font-size: 11px;
}

/* theme has built-in breadcrumb, so hide the woocommerce breadcrumb */
#main-content-wrapper .woocommerce-breadcrumb {
	display: none !important;
}

#content .page-title {
	display: none !important;
}

.woocommerce-breadcrumb {
	list-style: none;
	overflow: hidden;
	padding: 0 !important;
	margin: 15px 15px 0 0 !important;
	font-size: 12px !important;
	float: right;
}

.cart_list li:before {
	content: none !important;
}

#content .products {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

/* bbPress */
#bbpress-forums li.bbp-header {
	background: inherit !important;
}

#bbpress-forums li:before {
	content: none;
}

#bbpress-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
	font-size: auto !important;
}

#bbpress-forums fieldset.bbp-form {
	border: none !important;
}

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
	background-color: inherit !important;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
	background-color: inherit !important;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	background-color: inherit !important;
}

#bbpress-forums div.even, #bbpress-forums ul.even {
	background-color: inherit !important;
}

.bbp-breadcrumb {
	float: right !important;
	list-style: none;
	overflow: hidden;
	padding: 0 !important;
	margin: 15px 15px 0 0 !important;
	font-size: 12px;
}

#main-content-wrapper .bbp-breadcrumb {
	display: none !important;
}

#bbpress-forums fieldset.bbp-form {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
	font-size: 14px !important;
}

#bbpress-forums, div.bbp-template-notice p {
	font-size: 13px !important;
}

#bbp_search_submit {
	padding: 3px 10px;
}

#bbp-search-form #bbp_search {
	margin-bottom: 10px;
}

#searchform input[type="text"] {
	padding: 1px 0 1px 3px;
	padding: 8px 5px;
	background-color: #fff;
	border: 1px solid #b2aea3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

#searchform input[type="submit"] {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.skill-section {
	margin-bottom: 15px;
}

.skillbar-title {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

.skillbar {
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-ms-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
	position: relative;
	display: block;
	width: 100%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: .4s linear;
	-moz-transition: .4s linear;
	-ms-transition: .4s linear;
	-o-transition: .4s linear;
	transition: .4s linear;
	background: #cfcfcf;
	height: 30px;
	border-radius: 2px;
}

.skillbar-title span {
	display: block;
	background: rgba(0, 0, 0, .1);
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.skillbar-bar {
	height: 30px;
	width: 0px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.skill-bar-percent {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 11px;
	height: 30px;
	line-height: 27px;
	color: #fff;
	color: rgba(0, 0, 0, .4);
}

/* Testimonials */
#testimonials .testimonial-quote {
	padding: 10px;
	line-height: 1.5em;
	font-family: "proxima-nova-1", "proxima-nova-2", Helvetica, Arial, sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	margin: 0 30px 0 0;
	width: 80%;
}

#testimonials .testimonial-quote:before {
	font: 18px "FontAwesome";
	content: "";
	margin-right: 5px;
	float: left;
}

#testimonials .client-contact-info:before {
	font: 24px "FontAwesome";
	display: block;
	content: "";
	margin-left: 10px;
}

#testimonials .client-contact-info {
	padding-left: 15px;
}

.testimonial-author {
	width: 70px;
}

.testimonial-author > img {
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
}

/* jCarousel */
.jcarousel-container {
	padding: 5px 40px;
}

.jcarousel-skin .jcarousel-clip {
	overflow: hidden;
}

.jcarousel-skin li:before {
	content: "" !important;
}

.jcarousel-item {
	margin-right: 10px;
}

.jcarousel-clip-horizontal {
	width: 100%;
}

.jcarousel-prev:before, .jcarousel-next:before {
	font: 35px "FontAwesome";
	display: block;
	text-align: center;
}

.jcarousel-prev:hover, .jcarousel-next:hover {
	opacity: .7;
}

.jcarousel-prev:before {
	content: "";
}

.jcarousel-next:before {
	content: "";
}

.jcarousel-prev, .jcarousel-next {
	cursor: pointer;
	position: absolute;
	top: 35%;
	width: 32px;
	height: 32px;
	z-index: 3000;
}

.jcarousel-prev {
	left: 5px;
}

.jcarousel-next {
	right: 5px;
}

.jcarousel-prev-disabled, .jcarousel-next-disabled, .jcarousel-prev-disabled:hover, .jcarousel-next-disabled:hover {
	opacity: .4;
}

/* Portfolio */
#portfolio {
	margin-top: 20px;
}

.portfolio-item {
	float: left;
	margin: 5px;
	width: 310px;
	background: #efefef;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
	-moz-box-shadow: 0px 0px 6px #999;
	-webkit-box-shadow: 0px 0px 6px #999;
	box-shadow: 0px 0px 6px #999;
}

.project-cols1-a {
	float: left;
	width: 53%;
	margin-right: 2%;
	padding-bottom: 25px;
}

.project-cols1-b {
	float: left;
	width: 44%;
	padding-bottom: 25px;
}

.single-project-col1 {
	float: left;
	width: 63%;
	margin-right: 2%;
}

.single-project-col2 {
	float: left;
	width: 34%;
}

.project-details > li > span {
	display: inline-block;
	width: 30%;
}

.project-details > li {
	margin-bottom: 10px;
}

.project-details > li:before {
	content: none;
}

.project-taxonomies {
	clear: both;
	margin-top: 20px;
}

.project-taxonomies li {
	padding: 0;
}

.project-taxonomies li a {
	float: left;
	margin-right: 1%;
	font-size: 14px;
	padding: 7px 12px;
	white-space: nowrap;
}

.selected-taxonomy a, .project-taxonomies .project-taxonomy:hover {
	background-color: #aaa;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
}

.selected-taxonomy a {
	color: #fff;
}

.selected-taxonomy a:hover, .project-taxonomies .project-taxonomy:hover {
	background-color: #fafafa;
	color: #555;
}

.project-taxonomies-box {
	margin-bottom: 10px;
}

.project-view-project {
	margin: 0 5px 5px 0;
	display: inline-block;
}

.project-cols2 {
	float: left;
	width: 48%;
	margin: 0 1% 25px 0;
	text-align: center;
}

.project-cols3 {
	float: left;
	width: 31%;
	margin: 0 1% 25px 0;
	text-align: center;
}

.project-cols4 {
	float: left;
	width: 24%;
	margin: 0 1% 25px 0;
	text-align: center;
}

.project-cols2 h1, .project-cols3 h1, .project-cols4 h1 {
	padding-top: 0 !important;
}

.project-col-read-more {
	margin-top: 10px;
}

#projects-carousel li {
	text-align: center;
}

/* Instagram Classes */
.instagram-pics li {
	list-style: none !important;
	display: inline-block;
	margin-right: 1%;
}

.instagram-pics-tiles li:before, .instagram-pics li:before {
	content: none !important;
}

.instagram-pics-tiles {
	padding: 0;
	margin: 0;
}

.instagram-pics-tiles li {
	margin: 0;
	padding: 0;
	float: left;
}

#footer-main .instagram-pics li, .col .instagram-pics li {
	width: 75px;
	margin-right: 2%;
}

.feature-content li {
	line-height: 24px;
}

.feature-content li:before {
	content: "";
	font-family: "FontAwesome";
	margin-right: 5px;
}

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 25%;
}

.gallery-columns-4 .gallery-item {
	max-width: 20%;
}

.gallery-columns-5 .gallery-item {
	max-width: 15%;
}

.gallery-columns-6 .gallery-item {
	max-width: 13%;
}

.gallery-columns-7 .gallery-item {
	max-width: 11%;
}

.gallery-columns-8 .gallery-item {
	max-width: 10%;
}

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

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: .8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: .5384615385em;
}

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

.post-links .left, .post-links .right {
	width: 40%;
}

/* Large Resolution */
@media screen and (min-width: 800px) {
	#main-content, #container {
		float: left;
		margin: 0 0 20px 2%;
		width: 63%;
	}
	
	#sidebar {
		float: left;
		margin: 10px 2% 30px 2%;
		width: 30%;
		padding: 0;
	}
	
	.header-social-widget li {
		margin-left: 10px;
	}
	
	#header-logo {
		float: left;
		margin-top: 5px;
	}
	
	#navmain div {
		padding: 0 0 0 20px;
	}
	
	#navmain ul {
		padding: 0;
		margin: 0;
		white-space: nowrap;
	}
	
	#navmain ul  li {
		position: relative;
		float: left;
	}
	
	#navmain > div > ul > li {
		margin-right: 5px;
	}
	
	#navmain ul a {
		padding: 17px 5px;
		font-size: 14px;
		white-space: nowrap;
		display: inline-block;
	}
	
	#navmain ul ul li:hover > a {
		background-color: #806961;
		color: #0ff;
	}
	
	#navmain ul ul ul, #navmain ul ul  ul li:first-of-type, #navmain ul ul ul li:first-of-type > a {
		-webkit-border-top-left-radius: 3px;
		-moz-border-top-left-radius: 3px;
		border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-top-right-radius: 3px;
		border-top-right-radius: 3px;
	}
	
	#navmain ul ul, #navmain ul ul li:last-of-type, #navmain ul ul li:last-of-type > a {
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-bottom-left-radius: 3px;
		border-bottom-left-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-bottom-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	
	#navmain ul ul {
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		z-index: 5000;
		display: none;
		color: #806961 !important;
		background-color: #0ff;
	}
	
	#navmain ul ul:not(.cart_list) {
		opacity: 0;
	}
	
	#navmain ul li:hover > ul {
		display: block;
		opacity: 1;
		animation: opacity 700ms ease-in-out normal;
		-moz-animation: opacity 700ms ease-in-out normal;
		-ms-animation: opacity 700ms ease-in-out normal;
		-o-animation: opacity 700ms ease-in-out normal;
		-webkit-animation: opacity 700ms ease-in-out normal;
	}
	
	@keyframes opacity {
		from {
			opacity: 0;
		}
		
		to {
			opacity: 1;
		}
	}
	
	@-moz-keyframes opacity {
		from {
			opacity: 0;
		}
		
		to {
			opacity: 1;
		}
	}
	
	@-ms-keyframes opacity {
		from {
			opacity: 0;
		}
		
		to {
			opacity: 1;
		}
	}
	
	@-o-keyframes opacity {
		from {
			opacity: 0;
		}
		
		to {
			opacity: 1;
		}
	}
	
	@-webkit-keyframes opacity {
		from {
			opacity: 0;
		}
		
		to {
			opacity: 1;
		}
	}
	
	#navmain ul li ul a {
		display: block;
	}
	
	#navmain ul ul ul {
		top: -1px;
		left: 100%;
	}
	
	#navmain ul ul li {
		float: none;
	}
	
	#navmain ul ul a {
		padding: 9px 35px 9px 10px;
		-webkit-box-shadow: inset 0 -2px 2px -2px rgba(0, 0, 0, .25);
		-moz-box-shadow: inset 0 -2px 2px -2px rgba(0, 0, 0, .25);
		box-shadow: 0 -2px 2px -2px rgba(0, 0, 0, .15) inset;
	}
	
	.level-one-sub-menu > a:after {
		content: "";
		font-family: "FontAwesome";
		margin: 0 0 0 5px;
	}
	
	.level-two-sub-menu > a:before {
		content: "";
		font-family: "FontAwesome";
		position: absolute;
		right: 10px;
		top: 9px;
	}
	
	/* columns */
	.col2a, .col2b {
		float: left;
		width: 47%;
	}
	
	.col2a {
		margin: 0 4% 5px 0;
	}
	
	.col2b {
		margin: 0 0 5px 0;
	}
	
	.col3a, .col3b, .col3c {
		float: left;
		width: 30.6%;
	}
	
	.col3a, .col3b {
		margin: 0 3.5% 5px 0;
	}
	
	.col3c {
		margin: 0 0 5px 0;
	}
	
	.col4a, .col4b, .col4c, .col4d {
		width: 22%;
		float: left;
	}
	
	.col4a, .col4b, .col4c {
		margin: 0 3.5% 5px 0;
	}
	
	.col4d {
		margin: 0 0 5px 0;
	}
	
	/* comments */
	.commentlist li div .vcard img .avatar {
		padding: 5px;
		left: 7px;
		position: absolute;
		top: 7px;
	}
	
	.commentlist li {
		margin: 0 0 10px;
		padding: 5px 10px;
		position: relative;
	}
	
	.commentlist li div.comment-meta {
		font-weight: bold;
		font-size: 10px;
		line-height: 16px;
		position: absolute;
		right: 10px;
		text-align: right;
		top: 5px;
	}
	
	#commentform input[type="text"], #commentform input[type="email"] {
		width: 145px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	#commentform input[type="url"] {
		width: 100%;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	#commentform textarea {
		width: 470px;
		display: block;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 150px;
	}
	
	.comment-form-author, .comment-form-email, .comment-form-url {
		width: 150px;
		float: left;
	}
	
	.form-submit {
		clear: both;
	}
	
	.comment-form-author, .comment-form-email {
		margin-right: 10px;
	}
	
	.comment-form-comment {
		clear: both;
		width: 100%;
	}
	
	#comment {
		width: 100%;
	}
	
	/* contact form */
	#contact-form {
		padding-top: 10px;
	}
	
	#contact-form input[type="text"], #contact-form input[type="email"] {
		width: 145px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	#contact-form textarea {
		width: 465px;
		display: block;
		padding-top: 7px;
		padding-bottom: 7px;
		height: 150px;
	}
	
	.contact-form-author, .contact-form-email {
		width: 150px;
		float: left;
	}
	
	.contact-form-author, .contact-form-email {
		margin-right: 10px;
	}
	
	.contact-form-message {
		clear: both;
		width: 100%;
	}
	
	#sidebar #searchsubmit {
		padding-top: 7px;
		padding-bottom: 7px;
	}
}

/* Medium Resolution */
@media screen and (max-width: 799px) {
	h1 {
		font-size: 24px;
	}
	
	.header-social-widget a {
		padding-bottom: 4px;
	}
	
	.cart-contents-icon {
		float: right;
		font-size: 17px;
		position: absolute;
		right: 2%;
		top: 5px;
		visibility: visible !important;
		width: auto !important;
	}
	
	.cart-contents-icon:hover {
		text-decoration: none !important;
	}
	
	.search-form-icon {
		float: right;
		font-size: 16px;
		position: absolute;
		right: 2%;
		margin-right: 25px;
		top: 5px;
		visibility: visible !important;
		width: auto !important;
	}
	
	.search-form-icon:hover {
		text-decoration: none !important;
	}
	
	#hdrtop-searchform-subcontent {
		font-size: 18px;
		letter-spacing: inherit;
	}
	
	#header-main-fixed {
		padding-bottom: 0;
		top: 0;
	}
	
	#main-content, #container {
		float: none;
		clear: both;
		margin: 0 2% 10px 2%;
		width: 95%;
	}
	
	#sidebar {
		float: none;
		clear: both;
		margin: 0 2% 10px 2%;
		width: 95%;
	}
	
	#header-top {
		margin-top: 5px;
	}
	
	#header-logo {
		float: none;
		display: inline-block;
		margin-left: 5px;
	}
	
	#header-title {
		float: left;
		margin: 0 0 0 10%;
	}
	
	#header-title div {
		float: left;
	}
	
	#header-title a {
		font-size: 24px;
		text-shadow: 2px 1px 1px #999;
	}
	
	#header-title img {
		float: left;
		margin: 0;
	}
	
	#header-title strong {
		color: #444;
		font-weight: normal;
		display: block;
	}
	
	#navmain {
		cursor: pointer;
		float: left;
		margin-top: 0;
	}
	
	#navmain div:first-of-type:before {
		font: 36px "FontAwesome";
		content: "";
		margin: 0 0 0 5%;
		color: #806961;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	}
	
	#navmain div {
		clear: both;
		text-align: left;
	}
	
	#navmain ul {
		padding: 0;
	}
	
	#navmain div > ul {
		color: #000 !important;
		background-color: #0ff;
		display: none;
		list-style: none;
		margin: 0 0 0 2px;
		padding: 0 0 5px 0;
		position: absolute;
		z-index: 5000;
		overflow: hidden;
		width: 280px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		box-shadow: 0px 2px 7px rgba(0, 0, 0, .25);
	}
	
	#navmain ul  li {
		position: relative;
		float: left;
		clear: both;
		width: 100%;
	}
	
	#navmain ul a {
		white-space: nowrap;
		width: 100%;
		display: block;
		padding: 10px 0 10px 10px;
		-webkit-box-shadow: inset 0 -2px 2px -2px rgba(0, 0, 0, .25);
		-moz-box-shadow: inset 0 -2px 2px -2px rgba(0, 0, 0, .25);
		box-shadow: 0 -2px 2px -2px rgba(0, 0, 0, .15) inset;
	}
	
	#navmain ul a:hover {
		color: #d0c5b6 !important;
		background-color: #806961 !important;
		border-top: none;
		border-right: none;
		border-left: none;
	}
	
	#page-header {
		padding: 10px 2%;
	}
	
	#breadcrumbs {
		float: none;
		margin-top: 0;
	}
	
	#page-header h1 {
		float: none;
		clear: both;
		margin-top: 5px;
	}
	
	article ul > li:before {
		margin-top: 1px !important;
	}
	
	.separator {
		height: 1px;
	}
	
	/* columns */
	.col2a, .col2b, .col3a, .col3b, .col3c, .col4a, .col4b, .col4c, .col4d {
		float: left;
		width: 48%;
	}
	
	.col2a, .col3a, .col3c, .col4a, .col4c {
		margin: 0 4% 5px 0;
	}
	
	.col2b, .col3b, .col4b, .col4d {
		margin: 0 0 5px 0;
	}
	
	.col3c, .col4c {
		clear: both;
	}
	
	/* comments */
	.commentlist li div .vcard img .avatar {
		-moz-transform: scale(.4);
		-webkit-transform: scale(.4);
		transform: scale(.4);
		-ms-transform: scale(.4, .4);
	}
	
	.commentlist li div .vcard img .avatar {
		padding: 0;
		left: -10px;
		position: absolute;
		top: 0;
	}
	
	.commentlist li {
		margin: 0 1% 10px 0;
		padding: 5px 3px 5px 10px;
		position: relative;
	}
	
	.commentlist li div .comment-meta {
		position: relative;
		text-align: right;
	}
	
	#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea {
		width: 300px;
		display: block;
	}
	
	#commentform textarea {
		height: 150px;
	}
	
	#contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="url"], #contact-form textarea {
		width: 300px;
	}
	
	.single-project-col1 {
		float: left;
		width: 47%;
		margin-right: 2%;
	}
	
	.single-project-col2 {
		float: left;
		width: 47%;
	}
	
	.project-details > li > span {
		width: auto;
	}
	
	.woocommerce-breadcrumb, .bbp-breadcrumb {
		float: none !important;
		margin-top: 0 !important;
	}
	
	.project-cols1-a {
		width: 43%;
	}
	
	.project-cols1-b {
		width: 54%;
	}
	
	.project-title {
		font-size: 18px;
	}
	
	input[type="submit"], button, .btn, #container .button {
		padding: 6px 8px;
	}
	
	.single-project-col2 {
		float: none;
		width: 100%;
	}
	
	.project-cols2, .project-cols3, .project-cols4 {
		float: none;
		width: auto;
		margin-right: 0;
	}
}

/* Small Resolution */
@media screen and (max-width: 360px) {
	body {
		font-size: 13px;
	}
	
	.header-social-widget a:before {
		font-size: 13px;
	}
	
	#header-top {
		margin-top: 5px;
	}
	
	#hdrtop-searchform-subcontent:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	
	#hdrtop-searchform-subcontent {
		font-size: 16px;
		letter-spacing: inherit;
	}
	
	article ul > li:before {
		margin-top: 1px !important;
	}
	
	.separator {
		height: 1px;
	}
	
	/* footer columns */
	.col1a, .col2a, .col2b, .col3a, .col3b, .col3c, .col4a, .col4b, .col4c, .col4d {
		float: none;
		width: 96%;
		margin: 0 2% 5px 2%;
	}
	
	/* comments */
	.commentlist li div .vcard img .avatar {
		-moz-transform: scale(.4);
		-webkit-transform: scale(.4);
		transform: scale(.4);
		-ms-transform: scale(.4, .4);
	}
	
	.commentlist li div .vcard img .avatar {
		padding: 0;
		left: -10px;
		position: absolute;
		top: 0;
	}
	
	.commentlist li {
		margin: 0 1% 10px 0;
		padding: 5px 3px 5px 10px;
		position: relative;
	}
	
	.commentlist li div.comment-meta {
		position: relative;
		text-align: right;
	}
	
	#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea {
		width: 270px;
		display: block;
	}
	
	#commentform textarea {
		height: 130px;
	}
	
	#contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="url"], #contact-form textarea {
		width: 96%;
	}
	
	.single-project-col1 {
		float: none;
		width: 100%;
	}
}

/* Extra-Large Resolution */
@media screen and (min-width: 1200px) {
	#page-header-content, #header-content-wrapper {
		margin: 0 auto;
		width: 1160px;
	}
	
	#top-widget-inner, #home-cols-inner, #bottom-widget-inner, #main-content-wrapper, #footer-content-wrapper {
		margin: 0 auto;
		width: 1150px;
	}
	
	#main-content, #container, #hdrtop-searchform-subcontent {
		margin-left: 0;
	}
	
	#main-content-full {
		margin: 0;
		width: auto;
	}
	
	#header-content-wrapper, #top-widget, #home-cols, .bottom-widget, .top-widget {
		padding-left: 0;
		padding-right: 0;
	}
	
	#sidebar {
		float: right;
		margin-right: 0;
	}
	
	#breadcrumbs li:first-of-type, .woocommerce-breadcrumb a:first-of-type {
		margin-left: 7px;
	}
	
	.single-social-widget {
		width: 300px;
	}
	
	#footer-main {
		padding-left: 0;
		padding-right: 0;
	}
}

.social-share-icon {
	margin-right: 10px;
	font-size: 22px;
}

/*! jQuery UI - v1.10.4 - 2014-05-21 Classes */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	background-color: #fafafa !important;
	color: #000 !important;
}

body .ui-tooltip {
	border-width: 2px;
}

/*
 * Slider
 */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.slider-wrapper {
	position: relative;
	max-width: 840px;
	width: 100%;
	padding: 0 50px;
	margin: 0 auto;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, .8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0, 0, 0, .2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255, 255, 255, .6);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* More examples buttons */
.more {
	position: relative;
	clear: both;
	padding: 20px;
}

.more:before {
	content: "";
	position: absolute;
	background-color: #ddd1b6;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	height: 1px;
	width: 440px;
	left: 50%;
	margin-left: -220px;
	top: -10px;
}

.more ul {
	display: block;
	height: 32px;
	text-align: center;
}

.more ul li {
	display: inline-block;
	line-height: 24px;
}

.more ul li.selected a, .more ul li.selected a:hover {
	background: #ae997a;
	color: #fff;
	text-shadow: none;
}

.more ul li a {
	text-shadow: 1px 1px 1px #fff;
	color: #555;
	background: #fbf9f5;
	padding: 2px 5px;
	margin: 0 2px;
	line-height: 18px;
	display: inline-block;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.more ul li a:hover {
	background: #8c795d;
	color: #fff;
	text-shadow: none;
}

p.info {
	font-family: "Volkhov", serif;
	font-style: italic;
	color: #997f5a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
	padding: 20px;
	display: block;
	clear: both;
	text-align: center;
	width: 100%;
	max-wdith: 440px;
	margin: 0 auto;
}

.sb-slider {
	margin: 10px auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
}

.sb-slider li {
	margin: 0;
	padding: 0;
	display: none;
}

.sb-slider li > a {
	outline: none;
}

.sb-slider li > a img {
	border: none;
}

.sb-slider img {
	max-width: 100%;
	display: block;
}

.sb-description {
	padding: 20px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 1000;
	position: absolute;
	background: #cbbfae;
	background: rgba(190, 176, 155, .4);
	border-left: 4px solid rgba(255, 255, 255, .7);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: #fff;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}

.sb-slider li.sb-current .sb-description {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 1;
}

.sb-slider li.sb-current .sb-description {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);
	background: rgba(190, 176, 155, .7);
}

.sb-perspective {
	position: relative;
}

.sb-perspective > div {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.sb-side {
	margin: 0;
	display: block;
	position: absolute;
	-moz-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url("https://cdn-jejhn.nitrocdn.com/vWcJKgAsNGdZkUSpriFvuDATvPUNLTjT/assets/images/optimized/rev-e87bb90/avtomaidan.com.ua/wp-content/themes/tblogging/./images/slider/shadow.png") no-repeat bottom center;
	background-size: 100% 100%;
	z-index: -1;
	display: none;
}

.shadow.nitro-lazy {
	background-image: none !important;
}

.sb-description h3 {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.sb-description h3 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #cbbfae url("https://cdn-jejhn.nitrocdn.com/vWcJKgAsNGdZkUSpriFvuDATvPUNLTjT/assets/images/optimized/rev-e87bb90/avtomaidan.com.ua/wp-content/themes/tblogging/./images/slider/nav.png") no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: .9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .8);
}

.nav-arrows a.nitro-lazy {
	background-image: none !important;
}

.nav-arrows a:first-child {
	left: auto;
	right: 2px;
	background-position: top right;
}

.nav-arrows a:hover {
	opacity: 1;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}

.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #cbbfae;
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .6), inset 0 1px 1px rgba(0, 0, 0, .1);
}

.nav-dots span.nav-dot-current {
	box-shadow: 0 1px 1px rgba(255, 255, 255, .6), inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 0 3px #cbbfae, inset 0 0 0 8px #fff;
}

.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}

.nav-options span {
	width: 30px;
	height: 30px;
	background: #cbbfae url("https://cdn-jejhn.nitrocdn.com/vWcJKgAsNGdZkUSpriFvuDATvPUNLTjT/assets/images/optimized/rev-e87bb90/avtomaidan.com.ua/wp-content/themes/tblogging/./images/slider/options.png") no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: .7;
	display: inline-block;
	border-radius: 50%;
}

.nav-options span.nitro-lazy {
	background-image: none !important;
}

.nav-options span:first-child {
	background-position: -30px 0px;
	margin-right: 3px;
}

.nav-options span:hover {
	opacity: 1;
}

/**
 * Landing Pages
 */
#main-content-wrapper-landing {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

#main-content-wrapper-landing .skrollable {
	/*
	 * First-level skrollables are positioned relative to window
	 */
	position: fixed;
	z-index: -1;
}

#main-content-wrapper-landing .skrollr-mobile .skrollable {
	/*
		May cause issues on Android default browser (see #331 on GitHub).
	*/
	position: absolute;
}

#main-content-wrapper-landing .skrollable .skrollable {
	/*
	 * Second-level skrollables are positioned relative their parent skrollable
	 */
	position: absolute;
}

#main-content-wrapper-landing .skrollable .skrollable .skrollable {
	/*
	 * Third-level (and below) skrollables are positioned static
	 */
	position: static;
}

#main-content-wrapper-landing, #main-content-wrapper-landing div, #main-content-wrapper-landing span, #main-content-wrapper-landing p, #main-content-wrapper-landing a, #main-content-wrapper-landing del, #main-content-wrapper-landing em, #main-content-wrapper-landing ol, #main-content-wrapper-landing ul, #main-content-wrapper-landing li, #main-content-wrapper-landing fieldset, #main-content-wrapper-landing form, #main-content-wrapper-landing label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#main-content-wrapper-landing article, #main-content-wrapper-landing aside, #main-content-wrapper-landing details, #main-content-wrapper-landing figcaption, #main-content-wrapper-landing figure, #main-content-wrapper-landing footer, #main-content-wrapper-landing header, #main-content-wrapper-landing hgroup, #main-content-wrapper-landing menu, #main-content-wrapper-landing nav, #main-content-wrapper-landing section {
	display: block;
}

#main-content-wrapper-landing {
	line-height: 1;
	min-height: 100%;
	font-family: Artial, Verdana, sans-serif;
}

#main-content-wrapper-landing ol, #main-content-wrapper-landing ul {
	list-style: none;
}

#main-content-wrapper-landing p {
	margin: 1em 0;
	line-height: 1.1em;
}

#main-content-wrapper-landing q {
	font-style: italic;
	color: #333;
}

#main-content-wrapper-landing h1 {
	font-size: 2.91em;
	margin: 0;
}

#main-content-wrapper-landing h1 > small {
	text-align: right;
	display: inline-block;
	font-size: .71em;
	text-indent: 15em;
	color: #444;
}

#main-content-wrapper-landing h2 {
	color: inherit;
	font-size: 1.91em;
	margin: 2em 0 1em 0;
}

#main-content-wrapper-landing h2:first-child {
	margin-top: 0;
}

#main-content-wrapper-landing h3 {
	color: #333;
	font-size: 1.41em;
	margin: 1em 0;
}

#main-content-wrapper-landing h4 {
	color: #444;
	font-size: 1.11em;
	margin: 1em 0;
}

#main-content-wrapper-landing #progress {
	height: 2%;
	background: #444;
	bottom: 0;
	z-index: 200;
}

#main-content-wrapper-landing #intro {
	width: 80%;
	left: 50%;
	margin-left: -40%;
	padding: 2%;
	background: #fff;
	text-align: center;
	border-radius: 3px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main-content-wrapper-landing .transform {
	width: 70%;
	left: 50%;
	top: 20%;
	margin-left: -35%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	background-color: #fff;
}

#main-content-wrapper-landing .properties {
	padding-top: 10%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	left: 10%;
	padding: 3em;
	width: 80%;
	background-color: #fff;
}

#main-content-wrapper-landing .easing_wrapper {
	width: 100%;
	height: 100%;
	display: none;
}

#main-content-wrapper-landing .easing {
	top: 10%;
	width: 50%;
	width: 80%;
	z-index: 101;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	left: 10%;
	padding: 3em;
	background-color: #fff;
}

#main-content-wrapper-landing .easing-right {
	top: 10%;
	width: 50%;
	width: 80%;
	z-index: 101;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	right: 10%;
	padding: 3em;
	background-color: #fff;
}

#main-content-wrapper-landing #last-element {
	width: 80%;
	left: 10%;
	padding: 3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
}

#main-content-wrapper-landing #landing-dots {
	position: fixed;
	right: 5%;
	top: 35%;
	z-index: 5000;
}

#main-content-wrapper-landing #landing-dots a {
	float: left;
	clear: both;
}

#main-content-wrapper-landing #landing-dots a.active {
	font-weight: bold;
}

#main-content-wrapper-landing #landing-dots a:before {
	display: block;
	font-family: "FontAwesome";
	content: "";
	font-size: 14px;
	margin-bottom: 7px;
}

#main-content-wrapper-landing #landing-dots a.active:before {
	content: "";
}

/*
 *  Font Awesome Classes ver. 4.5.0
 */
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.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;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-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);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-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);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before, .fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery-full:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}
