/*
Theme Name: GrownUps
Template: sahifa
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
iframe#jigsaw-game {
    height: 400px !important;
}
#buddypress div.pagination {
	background: transparent;
	border: none;
	color: #888;
	font-size: 90%;
	margin: 0;
	padding: 17px 0;
	position: relative;
	display: block;
	width: 100%;
}

#member-dir-count-top {
	display: none;
}

#buddypress div.pagination .pagination-links {
	float: right;
	margin-right: 10px;
}

#buddypress div.pagination .pagination-links span,
#buddypress div.pagination .pagination-links a {
	font-size: 90%;
	padding: 0 5px;
}

#buddypress div.pagination .pagination-links a:hover {
	font-weight: bold;
}

#buddypress noscript div.pagination {
	margin-bottom: 15px;
}

#buddypress #nav-above {
	display: none;
}

#buddypress .paged #nav-above {
	display: block;
}

#buddypress img.wp-smiley {
	border: none !important;
	clear: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#buddypress .clear {
	clear: left;
}

#buddypress #activity-stream {
	margin-top: -5px;
}

#buddypress #activity-stream p {
	margin: 5px 0;
}

#buddypress #item-body form#whats-new-form {
	margin: 0;
	padding: 0;
}

#buddypress .home-page form#whats-new-form {
	border-bottom: none;
	padding-bottom: 0;
}

#buddypress form#whats-new-form #whats-new-avatar {
	float: left;
}

#buddypress form#whats-new-form #whats-new-content {
	margin-left: 55px;
	padding: 0 0 20px 20px;
}

#buddypress form#whats-new-form p.activity-greeting {
	line-height: .5em;
	padding-top: 3px;
	margin-bottom: 5px;
	margin-left: 75px;
}

#buddypress form#whats-new-form {
	padding: 20px 0 15px;
}

#buddypress form#whats-new-form textarea {
	height: 37px !important;
}

#buddypress form#whats-new-form textarea:focus {
	height: 70px !important;
}

body.no-js #buddypress form#whats-new-form textarea {
	height: 50px !important;
}

#buddypress form#whats-new-form #whats-new-options select {
	max-width: 200px;
	margin-bottom: 0;
}

#buddypress form#whats-new-form #whats-new-submit {
	float: right;
}

#buddypress #whats-new-options {
	overflow: auto;
	height: 0;
}

body.no-js #buddypress #whats-new-options {
	height: auto;
}

#buddypress ul.activity-list li {
	overflow: hidden;
	padding: 15px 0 0;
	list-style: none;
}

#buddypress .activity-list .activity-avatar {
	float: left;
}

#buddypress ul.item-list.activity-list li.has-comments {
	padding-bottom: 15px;
}

body.activity-permalink #buddypress ul.activity-list li.has-comments {
	padding-bottom: 0;
}

#buddypress .activity-list li.mini {
	position: relative;
	padding: 5px 0;
}

#buddypress .activity-list li.mini .activity-avatar img.avatar,
#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
	margin-top: 10px;
	height: 20px;
	width: 20px;
}

#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar,
#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {
	height: auto;
	margin-left: 0;
	width: auto;
}

#buddypress .activity-list li.mini .activity-content {
	margin-left: 25px;
}

body.activity-permalink #buddypress .activity-list > li:first-child {
	padding-top: 0;
}

#buddypress .activity-list li .activity-content {
	position: relative;
}

#buddypress .activity-list li.mini .activity-content p {
	margin: 0;
}

#buddypress .activity-list li.mini .activity-comments {
	clear: both;
	font-size: 120%;
}

body.activity-permalink #buddypress li.mini .activity-meta {
	margin-top: 4px;
}

#buddypress .activity-list li .activity-inreplyto {
	color: #888;
	font-size: 80%;
}

#buddypress .activity-list li .activity-inreplyto > p {
	margin: 0;
	display: inline;
}

#buddypress .activity-list li .activity-inreplyto blockquote,
#buddypress .activity-list li .activity-inreplyto div.activity-inner {
	background: none;
	border: none;
	display: inline;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#buddypress .activity-list .activity-content {
	margin: 0 0 0 70px;
}

body.activity-permalink #buddypress .activity-list li .activity-content {
	border: none;
	font-size: 100%;
	line-height: 150%;
	margin-left: 170px;
	margin-right: 0;
	padding: 0;
}

body.activity-permalink #buddypress .activity-list li .activity-header > p {
	margin: 0;
	padding: 5px 0 0 0;
}

#buddypress .activity-list .activity-content .activity-header,
#buddypress .activity-list .activity-content .comment-header {
	color: #888;
	line-height: 220%;
}

#buddypress .activity-header {
	margin-right: 20px;
}

#buddypress .activity-header a,
#buddypress .comment-meta a,
#buddypress .acomment-meta a {
	text-decoration: none;
}

#buddypress .activity-list .activity-content .activity-header img.avatar {
	float: none !important;
	margin: 0 3px !important;
}

#buddypress a.bp-secondary-action,
#buddypress span.highlight {
	background: #777;
	font-size: 8pt;
	padding: 2px 5px;
	margin-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 15px;
	border-radius: 2px;
}

#buddypress .activity-list .activity-content .activity-inner,
#buddypress .activity-list .activity-content blockquote {
	margin: 10px 10px 5px 0;
	overflow: hidden;
}

#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,
#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner {
	border: 2px solid #eaeaea;
	border-width: 0 0 0 2px;
	margin-left: 5px;
	padding-left: 10px;
}

body.activity-permalink #buddypress .activity-content .activity-inner,
body.activity-permalink #buddypress .activity-content blockquote {
	margin-left: 0;
	margin-top: 5px;
}

#buddypress .activity-inner > p {
	word-wrap: break-word;
}

#buddypress .activity-inner > .activity-inner {
	margin: 0;
}

#buddypress .activity-inner > blockquote {
	margin: 0;
}

#buddypress .activity-list .activity-content img.thumbnail {
	border: 2px solid #eee;
	float: left;
	margin: 0 10px 5px 0;
}

#buddypress .activity-read-more {
	margin-left: 1em;
	white-space: nowrap;
}

#buddypress .activity-list li.load-more,
#buddypress .activity-list li.load-newest {
	background: #f0f0f0;
	font-size: 110%;
	margin: 15px 0;
	padding: 10px 15px;
	text-align: center;
}

#buddypress .activity-list li.load-more a,
#buddypress .activity-list li.load-newest a {
	color: #4d4d4d;
}

body.activity-permalink #buddypress div.activity-meta {
	margin-bottom: 6px;
}

#buddypress div.activity-meta {
	text-align: right;
}

#buddypress div.activity-meta a,
#buddypress div.activity-meta a:hover {
	background: transparent !important;
	padding: 0;
	line-height: 15px;
	color: inherit;
	font-size: 85%;
}

#buddypress div.activity-meta a:hover {
	text-decoration: underline;
}

#buddypress a.activity-time-since {
	color: #989898;
	text-decoration: none;
}

#buddypress a.activity-time-since:hover {
	color: #888;
	text-decoration: underline;
}

#buddypress a.bp-primary-action,
#buddypress #reply-title small a {
	font-size: 90%;
	margin-right: 5px;
	text-decoration: none;
}

#buddypress a.bp-primary-action span,
#buddypress #reply-title small a span {
	background: #999;
	color: #fff;
	font-size: 90%;
	padding: 1px 5px;
	border-radius: 20px;
}

#buddypress a.bp-primary-action:hover span,
#buddypress #reply-title small a:hover span {
	background: #555;
	color: #fff;
}

#buddypress div.activity-comments {
	margin: 0 0 0 70px;
	overflow: hidden;
	position: relative;
	width: auto;
	clear: both;
}

body.activity-permalink #buddypress div.activity-comments {
	background: none;
	margin-left: 170px;
	width: auto;
}

#buddypress div.activity-comments > ul {
	padding: 0 0 0 10px;
}

#buddypress div.activity-comments ul,
#buddypress div.activity-comments ul li {
	border: none;
	list-style: none;
}

#buddypress div.activity-comments ul {
	clear: both;
	margin: 0;
}

#buddypress div.activity-comments ul li {
	border-top: 1px solid #eee;
	padding: 10px 0 0;
}

body.activity-permalink #buddypress .activity-list li.mini .activity-comments {
	clear: none;
	margin-top: 0;
}

body.activity-permalink #buddypress div.activity-comments ul li {
	border-width: 1px;
	padding: 10px 0 0 0;
}

#buddypress div.activity-comments > ul > li:first-child {
	border-top: none;
}

#buddypress div.activity-comments ul li:last-child {
	margin-bottom: 0;
}

#buddypress div.activity-comments ul li > ul {
	margin-left: 30px;
	margin-top: 0;
	padding-left: 10px;
}

body.activity-permalink #buddypress div.activity-comments ul li > ul {
	margin-top: 10px;
}

body.activity-permalink #buddypress div.activity-comments > ul {
	padding: 0 10px 0 15px;
}

#buddypress div.activity-comments div.acomment-avatar img {
	border-width: 1px;
	float: left;
	height: 25px;
	margin-right: 10px;
	width: 25px;
}

#buddypress div.activity-comments div.acomment-content {
	font-size: 80%;
	margin: 5px 0 0 40px;
}

#buddypress div.acomment-content .time-since,
#buddypress div.acomment-content .activity-delete-link,
#buddypress div.acomment-content .comment-header {
	display: none;
}

body.activity-permalink #buddypress div.activity-comments div.acomment-content {
	font-size: 90%;
}

#buddypress div.activity-comments div.acomment-meta {
	color: #888;
	font-size: 80%;
}

#buddypress div.activity-comments form.ac-form {
	display: none;
	padding: 10px;
}

#buddypress div.activity-comments li form.ac-form {
	margin-right: 15px;
	clear: both;
}

#buddypress div.activity-comments form.root {
	margin-left: 0;
}

#buddypress div.activity-comments div#message {
	margin-top: 15px;
	margin-bottom: 0;
}

#buddypress div.activity-comments form .ac-textarea {
	background: #fff;
	border: 1px inset #ccc;
	margin-bottom: 10px;
	padding: 8px;
}

#buddypress div.activity-comments form textarea {
	border: none;
	background: transparent;
	box-shadow: none;
	outline: none;
	color: #555;
	font-family: inherit;
	font-size: 100%;
	height: 60px;
	padding: 0;
	margin: 0;
	width: 100%;
}

#buddypress div.activity-comments form input {
	margin-top: 5px;
}

#buddypress div.activity-comments form div.ac-reply-avatar {
	float: left;
}

#buddypress div.ac-reply-avatar img {
	border: 1px solid #eee;
}

#buddypress div.activity-comments form div.ac-reply-content {
	color: #888;
	margin-left: 50px;
	padding-left: 15px;
}

#buddypress div.activity-comments form div.ac-reply-content a {
	text-decoration: none;
}

#buddypress .acomment-options {
	float: left;
	margin: 5px 0 5px 40px;
}

#buddypress .acomment-options a {
	color: #999;
}

#buddypress .acomment-options a:hover {
	color: inherit;
}

#buddypress div.dir-search {
	float: right;
	margin: -55px 0 0 0;
}

#buddypress .dir-form {
	clear: both;
}

#buddypress div#message {
	clear: both;
	margin: 0 0 15px;
}

#buddypress #message.info {

	background: #32d296;
	margin-bottom: 0;
}

#buddypress div#message.updated {
	clear: both;
}

#buddypress div#message p,
#sitewide-notice p {
	font-size: 90%;
	display: block;
	padding: 10px 15px;
}

#buddypress div#message.error p {
	background-color: #fdc;
	border: 1px solid #a00;
	clear: left;
	color: #800;
}

#buddypress div#message.updated p {
	background-color: #efc;
	border: 1px solid #591;
	color: #250;
}

#buddypress #pass-strength-result {
	background-color: #eee;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	display: none;
	margin: 5px 5px 5px 0;
	padding: 5px;
	text-align: center;
	width: 150px;
}

#buddypress .standard-form #basic-details-section #pass-strength-result {
	width: 90%;
}

#buddypress #pass-strength-result.error,
#buddypress #pass-strength-result.bad {
	background-color: #ffb78c;
	border-color: #ff853c !important;
	display: block;
}

#buddypress #pass-strength-result.good {
	background-color: #ffec8b;
	border-color: #fc0 !important;
	display: block;
}

#buddypress #pass-strength-result.short {
	background-color: #ffa0a0;
	border-color: #f04040 !important;
	display: block;
}

#buddypress #pass-strength-result.strong {
	background-color: #c3ff88;
	border-color: #8dff1c !important;
	display: block;
}

#buddypress .standard-form#signup_form div div.error {
	background: #faa;
	color: #a00;
	margin: 0 0 10px 0;
	padding: 6px;
	width: 90%;
}

#buddypress div.accept,
#buddypress div.reject {
	float: left;
	margin-left: 10px;
}

#buddypress ul.button-nav {
	float: left;
	margin-bottom: -10px;
}

#buddypress ul.button-nav li {
	float: left;
	margin: 0 10px 10px 0;
	list-style: none;
}

#buddypress ul.button-nav li.current a {
	background: #e52b1e;
	border-color: #e52b1e;
}

#sitewide-notice #message {
	left: 2%;
	position: fixed;
	top: 1em;
	width: 96%;
	z-index: 9999;
}

#sitewide-notice.admin-bar-on #message {
	top: 3.3em;
}

#sitewide-notice strong {
	display: block;
	margin-bottom: -1em;
}

#buddypress .standard-form label,
#buddypress .standard-form span.label {
	display: block;
	font-weight: bold;
	margin: 15px 0 5px 0;
	width: auto;
}

#buddypress .standard-form div.checkbox label:nth-child(n+2),
#buddypress .standard-form div.radio div label {
	color: #888;
	font-size: 100%;
	font-weight: normal;
	margin: 5px 0 0 0;
}

#buddypress .standard-form#sidebar-login-form label {
	margin-top: 5px;
}

#buddypress .standard-form input[type=text] {
	width: 75%;
}

#buddypress .standard-form .editfield.field_2282,
#buddypress .standard-form .editfield.field_2234,
#buddypress .standard-form .editfield.field_2282,
#buddypress .standard-form .editfield.field_2198,
#buddypress .standard-form .editfield.field_2197  {
	display: none;
}

#buddypress .standard-form#sidebar-login-form input[type=text],
#buddypress .standard-form#sidebar-login-form input[type=password] {
	padding: 4px;
	width: 95%;
}

#buddypress .standard-form#signup_form input[type=text],
#buddypress .standard-form#signup_form input[type=password],
#buddypress .standard-form#signup_form textarea,
#buddypress .form-allowed-tags,
#buddypress #commentform input[type=text],
#buddypress #commentform textarea {
	width: 90%;
}

#buddypress .standard-form#signup_form div.submit {
	float: right;
}

#buddypress div#signup-avatar img {
	margin: 0 15px 10px 0;
}

#buddypress .standard-form textarea {
	width: 75%;
	height: 120px;
}

#buddypress .standard-form textarea#message_content {
	height: 200px;
}

#buddypress .standard-form#send-reply textarea {
	width: 97.5%;
}

#buddypress .standard-form p.description {
	color: #888;
	font-size: 80%;
	margin: 5px 0;
}

#buddypress .standard-form div.submit {
	clear: both;
	padding: 15px 0 0 0;
}

#buddypress .standard-form p.submit {
	margin-bottom: 0;
	padding: 15px 0 0 0;
}

#buddypress #group-creation-previous {
	float: left;
}

#buddypress #group-creation-next,
#buddypress #group-creation-finish {
	float: right;
}

#buddypress .standard-form div.radio ul {
	margin: 10px 0 15px 38px;
	list-style: disc;
}

#buddypress .standard-form div.radio ul li {
	margin-bottom: 5px;
}

#buddypress .standard-form a.clear-value {
	display: block;
	margin-top: 5px;
	outline: none;
}

#buddypress .standard-form #basic-details-section,
#buddypress .standard-form #blog-details-section,
#buddypress .standard-form #profile-details-section {
	float: left;
	width: 48%;
}

#buddypress .standard-form #profile-details-section {
	float: right;
}

#buddypress .standard-form #blog-details-section {
	clear: left;
}

#buddypress .standard-form input:focus,
#buddypress .standard-form textarea:focus,
#buddypress .standard-form select:focus {
	background: #fafafa;
	color: #555;
}

#buddypress .standard-form input[type="button"]:focus,
#buddypress .standard-form input[type="submit"]:focus {
	background: #e52b1e;
	color: white;
}

#buddypress form#send-invite-form {
	margin-top: 20px;
}

#buddypress div#invite-list {
	background: #f5f5f5;
	height: 400px;
	margin: 0 0 10px;
	overflow: auto;
	padding: 5px;
	width: 160px;
}

#buddypress form.standard-form .left-menu {
	float: left;
}

#buddypress form.standard-form .left-menu #invite-list ul {
	margin: 1%;
	list-style: none;
}

#buddypress form.standard-form .left-menu #invite-list ul li {
	margin: 0 0 0 1%;
}

#buddypress form.standard-form .main-column {
	margin-left: 190px;
}

#buddypress form.standard-form .main-column ul#friend-list {
	clear: none;
	float: left;
}

#buddypress form.standard-form .main-column ul#friend-list h4 {
	clear: none;
}

#buddypress .wp-editor-wrap a.button,
#buddypress .wp-editor-wrap button,
#buddypress .wp-editor-wrap input[type=submit],
#buddypress .wp-editor-wrap input[type=button],
#buddypress .wp-editor-wrap input[type=reset] {
	padding: 0 10px 1px;
}

#buddypress a.loading,
#buddypress input.loading {
	-webkit-animation: loader-pulsate .5s infinite ease-in-out alternate;
	-moz-animation: loader-pulsate .5s infinite ease-in-out alternate;
	border-color: #aaa;
}

#buddypress a.loading:hover,
#buddypress input.loading:hover {
	color: #777;
}

#buddypress input[type="submit"].pending,
#buddypress input[type="button"].pending,
#buddypress input[type="reset"].pending,
#buddypress input[type="submit"].disabled,
#buddypress input[type="button"].disabled,
#buddypress input[type="reset"].disabled,
#buddypress button.pending,
#buddypress button.disabled,
#buddypress div.pending a,
#buddypress a.disabled {
	border-color: #eee;
	color: #bbb;
	cursor: default;
}

#buddypress input[type="submit"]:hover.pending,
#buddypress input[type="button"]:hover.pending,
#buddypress input[type="reset"]:hover.pending,
#buddypress input[type="submit"]:hover.disabled,
#buddypress input[type="button"]:hover.disabled,
#buddypress input[type="reset"]:hover.disabled,
#buddypress button.pending:hover,
#buddypress button.disabled:hover,
#buddypress div.pending a:hover,
#buddypress a.disabled:hover {
	border-color: #eee;
	color: #bbb;
}

#buddypress ul#topic-post-list {
	margin: 0;
	width: auto;
}

#buddypress ul#topic-post-list li {
	padding: 15px;
	position: relative;
}

#buddypress ul#topic-post-list li.alt {
	background: #f5f5f5;
}

#buddypress ul#topic-post-list li div.poster-meta {
	color: #888;
	margin-bottom: 10px;
}

#buddypress ul#topic-post-list li div.post-content {
	margin-left: 54px;
}

#buddypress div.topic-tags {
	font-size: 80%;
}

#buddypress div.admin-links {
	color: #888;
	font-size: 80%;
	position: absolute;
	top: 15px;
	right: 25px;
}

#buddypress div#topic-meta {
	margin: 0;
	padding: 5px 19px 30px;
	position: relative;
}

#buddypress div#topic-meta div.admin-links {
	right: 19px;
	top: -36px;
}

#buddypress div#topic-meta h3 {
	margin: 5px 0;
}

#buddypress div#new-topic-post {
	display: none;
	margin: 20px 0 0 0;
	padding: 1px 0 0 0;
}

#buddypress table.notifications,
#buddypress table.notifications-settings,
#buddypress table.profile-settings,
#buddypress table.profile-fields,
#buddypress table.wp-profile-fields,
#buddypress table.messages-notices,
#buddypress table.forum {
	width: 100%;
}

#buddypress table.notifications thead tr,
#buddypress table.notifications-settings thead tr,
#buddypress table.profile-settings thead tr,
#buddypress table.profile-fields thead tr,
#buddypress table.wp-profile-fields thead tr,
#buddypress table.messages-notices thead tr,
#buddypress table.forum thead tr {
	background: #eaeaea;
}

#buddypress table#message-threads {
	clear: both;
	margin: 0;
	width: auto;
}

#buddypress table.profile-fields {
	margin-bottom: 20px;
}

#buddypress table.profile-fields:last-child {
	margin-bottom: 0;
}

#buddypress table.profile-fields p {
	margin: 0;
}

#buddypress table.profile-fields p:last-child {
	margin-top: 0;
}

#buddypress table.notifications tr td,
#buddypress table.notifications-settings tr td,
#buddypress table.profile-settings tr td,
#buddypress table.profile-fields tr td,
#buddypress table.wp-profile-fields tr td,
#buddypress table.messages-notices tr td,
#buddypress table.forum tr td,
#buddypress table.notifications tr th,
#buddypress table.notifications-settings tr th,
#buddypress table.profile-fields tr th,
#buddypress table.wp-profile-fields tr th,
#buddypress table.messages-notices tr th,
#buddypress table.forum tr th {
	padding: 8px;
	vertical-align: middle;
}

#buddypress table.notifications tr td.label,
#buddypress table.notifications-settings tr td.label,
#buddypress table.profile-fields tr td.label,
#buddypress table.wp-profile-fields tr td.label,
#buddypress table.messages-notices tr td.label,
#buddypress table.forum tr td.label {
	border-right: 1px solid #eaeaea;
	font-weight: bold;
	width: 25%;
}

#buddypress table tr td.thread-info p {
	margin: 0;
}

#buddypress table tr td.thread-info p.thread-excerpt {
	color: #888;
	font-size: 80%;
	margin-top: 3px;
}

#buddypress table.forum td {
	text-align: center;
}

#buddypress table.notifications tr.alt td,
#buddypress table.notifications-settings tr.alt td,
#buddypress table.profile-settings tr.alt td,
#buddypress table.profile-fields tr.alt td,
#buddypress table.wp-profile-fields tr.alt td,
#buddypress table.messages-notices tr.alt td,
#buddypress table.forum tr.alt td {
	background: #f5f5f5;
}

#buddypress table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}

#buddypress #groups-notification-settings {
	margin-bottom: 0;
}

#buddypress table.notifications th.icon,
#buddypress table.notifications td:first-child,
#buddypress table.notification-settings th.icon,
#buddypress table.notification-settings td:first-child {
	display: none;
}

#buddypress table.notification-settings th.title,
#buddypress table.profile-settings th.title {
	padding: 17px;
	width: 60%;
}

#buddypress table.notification-settings .yes,
#buddypress table.notification-settings .no {
	font-size: 12px;
	font-weight: normal;
	padding: 17px;
	text-align: center;
}

#buddypress table.forum {
	margin: 0;
	width: auto;
	clear: both;
}

#buddypress table.forum tr.sticky td {
	font-size: 110%;
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
}

#buddypress table.forum tr.closed td.td-title {
	padding-left: 35px;
}

#buddypress table.forum td p.topic-text {
	color: #888;
	font-size: 100%;
}

#buddypress table.forum tr > td:first-child,
#buddypress table.forum tr > th:first-child {
	padding-left: 15px;
}

#buddypress table.forum tr > td:last-child,
#buddypress table.forum tr > th:last-child {
	padding-right: 15px;
}

#buddypress table.forum tr th#th-title,
#buddypress table.forum tr th#th-poster,
#buddypress table.forum tr th#th-group,
#buddypress table.forum td.td-poster,
#buddypress table.forum td.td-group,
#buddypress table.forum td.td-title {
	text-align: left;
}

#buddypress table.forum tr td.td-title a.topic-title {
	font-size: 110%;
}

#buddypress table.forum td.td-freshness {
	white-space: nowrap;
}

#buddypress table.forum td.td-freshness span.time-since {
	font-size: 80%;
	color: #888;
}

#buddypress table.forum td img.avatar {
	float: none;
	margin: 0 5px -8px 0;
}

#buddypress table.forum td.td-poster,
#buddypress table.forum td.td-group {
	min-width: 140px;
}

#buddypress table.forum th#th-title {
	width: 80%;
}

#buddypress table.forum th#th-freshness {
	width: 25%;
}

#buddypress table.forum th#th-postcount {
	width: 15%;
}

#buddypress table.forum p.topic-meta {
	font-size: 80%;
	margin: 5px 0 0 0;
}

#buddypress #item-body {

	background-color: white;
	margin: 20px 10px;
}

#buddypress .item-body h4,
#buddypress #item-body h4 {
	font-size: 20pt;
}

#buddypress span.activity {
	display: inline-block;
	font-size: 80%;
	opacity: .8;
	padding: 0;
}

#buddypress span.user-nicename {
	color: #777;
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
}

#buddypress div#message p,
#sitewide-notice p {
	color: #666;
	background: #f7f7f7;
	padding: .5em 1.618em;
	margin-bottom: 2.618em;
	border-color: #e6db55;
	border-style: solid;
	border-width: 0 0 0 5px;
	margin-left: 0;
	clear: both;
}

#buddypress div#item-header {
	overflow: hidden;
}

#buddypress div#item-header div#item-header-content {
	margin-left: 0;
}

#buddypress div#item-header h2 {
	line-height: 120%;
	margin: 0 0 15px 0;
}

#buddypress div#item-header h2 a {
	color: #777;
	text-decoration: none;
}

#buddypress div#item-header img.avatar {
	float: left;
	margin: 0 15px 19px 0;
	width: 128px;
	height: auto;
}

#buddypress div#item-header h2 {
	margin-bottom: 5px;
}

#buddypress div#item-header h2 span.highlight {
	font-size: 60%;
	font-weight: normal;
	line-height: 170%;
	vertical-align: middle;
	display: inline-block;
}

#buddypress div#item-header h2 span.highlight span {
	background: #a1dcfa;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 80%;
	margin-bottom: 2px;
	padding: 1px 4px;
	position: relative;
	right: -2px;
	top: -2px;
	vertical-align: middle;
}

#buddypress div#item-header div#item-meta {
	font-size: 90%;
	overflow: hidden;
	margin: 0;
	padding-bottom: 0;
}

#buddypress div#item-header div#item-actions {
	float: right;
	margin: 0 0 15px 15px;
	text-align: right;
	width: 20%;
}

#buddypress div#item-header div#item-actions h3 {
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: inherit;
}

#buddypress div#item-header ul {
	margin: 0 -10px -10px 0;
	padding: 15px 0;
	overflow: hidden;
}

#buddypress div#item-header ul h5,
#buddypress div#item-header ul span,
#buddypress div#item-header ul hr {
	display: none;
}

#buddypress div#item-header ul li {

	display: inline-block;
	float: none;
	list-style: none;
	margin: 0 10px 10px 0;
	max-height: none;
}

#buddypress div#item-header ul img.avatar,
#buddypress div#item-header ul.avatars img.avatar {
	height: 30px;
	margin: 2px;
	width: 30px;
}

#buddypress div#item-header div#message.info {
	line-height: 80%;
}

#buddypress ul.item-list {
	border-top: 1px solid #eaeaea;
	width: 100%;
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0;
}

body.activity-permalink #buddypress ul.item-list,
body.activity-permalink #buddypress ul.item-list li.activity-item {
	border: none;
}

#buddypress ul.item-list li {

	border-bottom: 1px solid #e0e0e0;
	padding: 17px 0;
	margin: 0;
	position: relative;
	list-style: none;
}

#buddypress ul.single-line li {
	border: none;
}

#buddypress ul.item-list h5 {
	margin-top: 0;
}

#buddypress ul.item-list li img.avatar {
	float: left;
	margin: 0 20px 0 0;
}

#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h4 {
	margin: 0;
	font-weight: 600;
	font-size: 16px;
}

#buddypress ul.item-list li div.item-title span {
	color: #999;
	font-weight: normal;
	font-size: 10pt;
}

#buddypress ul.item-list li div.item-desc {
	color: #888;
	font-size: 90%;
	margin: 10px 0 0 70px;
	width: 90%;
}

#buddypress ul.item-list li div.action {
/*	position: absolute;
	top: 15px;
	right: 0;*/
	text-align: right;
}

#buddypress ul.item-list li div.meta {
	color: #888;
	font-size: 80%;
	margin-top: 10px;
}

#buddypress ul.item-list li h5 span.small {
	float: right;
	font-size: 80%;
	font-weight: normal;
}

#buddypress div.item-list-tabs {
	background: transparent;
	overflow: hidden;
}

#buddypress div.item-list-tabs .feed a {
	padding: 2px 5px;
	font-size: 10pt;
	background: orange !important;
	color: #fff;
	line-height: 15px;
}

#crumbs a.bp-title-button {
	display: none;
}

a.bp-title-button {
	vertical-align: middle;
	padding: 2px 5px;
	font-size: 10pt;
	margin-left: 10px;
	line-height: 19px;
}

#buddypress div.item-list-tabs ul {
	margin: 0;
	padding: 0;
}

#buddypress div.item-list-tabs ul li {
	float: left;
	margin: 0 0 10px 0;
	list-style: none;
	display: block;
	max-height: 36px;
}

#buddypress div.item-list-tabs#subnav ul li {
	margin-top: 0;
}

#buddypress div.item-list-tabs ul li.last {
	float: right;
	margin: 7px 0 0;
}

#buddypress div.item-list-tabs#subnav ul li.last {
	margin-top: 0;
}

#buddypress div.item-list-tabs ul li.last select {
	max-width: 175px;
	padding: 3px;
}

#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span,
#members-list-options a,
#groups-list-options a {

	background: #2f81b1;
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	background-color: #eee;
	margin-right: 0;
	border-radius: 2px;
	transition: background-color 500ms ease;
}

#buddypress div.item-list-tabs ul li a:hover,
#members-list-options a:hover,
#groups-list-options a:hover {
	background-color: #e52b1e;
}

#buddypress div.item-list-tabs ul li a span,
#buddypress #members-directory-form div.item-list-tabs ul li.selected span {
	background: #f88c00;
	border-radius: 50%;
	color: #fff;
	display: inline;
	font-size: 70%;
	margin-left: 2px;
	margin-right: 0;
	padding: 3px 6px;
	text-align: center;
	vertical-align: middle;
}

#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span,
body.dark-skin #buddypress div.item-list-tabs ul li.selected a span,
body.dark-skin #buddypress div.item-list-tabs ul li.current a span {
	background: #fff;
	color: #777;
}

#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a,
#members-list-options a.selected,
#groups-list-options a.selected {
	background: #f88c00;
	color: #fff;
}

#buddypress #members-directory-form div.item-list-tabs ul li.selected a {
	background: transparent;
	padding: 8px 0;
	color: inherit;
	vertical-align: bottom;
}

#buddypress div#item-nav ul li.loading a {
	background-position: 88% 50%;
}

#buddypress div.item-list-tabs#object-nav {
	margin-top: 0;
}

#buddypress div.item-list-tabs#subnav {
	padding: 0 0 15px;
	background: transparent;
	overflow: hidden;
}

#buddypress #members-directory-form div.item-list-tabs#subnav {
	margin-top: -40px;
	padding: 0;
}

#buddypress #admins-list li,
#buddypress #mods-list li,
#buddypress #members-list li {
	overflow: auto;
	list-style: none;
}

#buddypress table#message-threads tr.unread td {
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
	font-weight: bold;
}

#buddypress li span.unread-count,
#buddypress tr.unread span.unread-count {
	background: #d00;
	color: #fff;
	font-weight: bold;
	padding: 2px 8px;
}

#buddypress div.item-list-tabs ul li a span.unread-count {
	padding: 1px 6px;
	color: #fff;
}

#buddypress div.messages-options-nav {
	background: #eee;
	font-size: 80%;
	margin: 0;
	padding: 5px 15px;
	text-align: right;
}

#buddypress div#message-thread div.message-box {
	margin: 0;
	padding: 15px;
}

#buddypress div#message-thread div.alt {
	background: #f4f4f4;
}

#buddypress div#message-thread p#message-recipients {
	margin: 10px 0 20px 0;
}

#buddypress div#message-thread img.avatar {
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

#buddypress div#message-thread strong {
	font-size: 100%;
	margin: 0;
}

#buddypress div#message-thread strong a {
	text-decoration: none;
}

#buddypress div#message-thread strong span.activity {
	margin-top: 4px;
}

#buddypress div#message-thread div.message-metadata {
	overflow: hidden;
}

#buddypress div#message-thread div.message-content {
	margin-left: 45px;
}

#buddypress div#message-thread div.message-options {
	text-align: right;
}

#buddypress #message-threads img.avatar {
	max-width: none;
}

#buddypress div.message-search {
	float: none;
	clear: both;
	margin: 0;
}

#buddypress div.profile h4 {
	margin-bottom: auto;
	margin-top: 15px;
}

#buddypress #profile-edit-form ul.button-nav {
	margin-top: 15px;
}

body.no-js #buddypress .field-visibility-settings-toggle,
body.no-js #buddypress .field-visibility-settings-close {
	display: none;
}

#buddypress .field-visibility-settings {
	display: none;
	margin-top: 10px;
}

body.no-js #buddypress .field-visibility-settings {
	display: block;
}

#buddypress .current-visibility-level {
	font-weight: bold;
	font-style: normal;
}

#buddypress .field-visibility-settings,
#buddypress .field-visibility-settings-toggle,
#buddypress .field-visibility-settings-notoggle {
	color: #888;
}

#buddypress .field-visibility-settings-toggle a,
#buddypress .field-visibility-settings a {
	font-size: 80%;
}

body.register #buddypress div.page ul {
	list-style: none;
}

#buddypress .standard-form .field-visibility-settings label {
	margin: 0;
	font-weight: normal;
}

#buddypress .field-visibility-settings legend,
#buddypress .field-visibility-settings-toggle {
	font-style: italic;
}

#buddypress .field-visibility-settings .radio {
	list-style: none;
	margin-bottom: 0;
}

#buddypress .field-visibility select {
	margin: 0;
}

.widget.buddypress div.item-avatar img.avatar {
	width: 16%;
	float: left;
	margin: 2%;
	height: auto;
	max-width: 50px;
}

.widget.buddypress .item-list {
	padding: 0;
	border: 0 none;
}

.widget.buddypress .item-list li {
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
}

#members-list-options,
#groups-list-options {
	padding: 0 0 10px;
	font-size: 0;
	text-align: center;
}

#members-list-options a,
#groups-list-options a {
	display: inline-block;
	font-size: 10pt;
}

#members-list-options a.loading:after,
#groups-list-options a.loading:after {
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 100%;
	margin-left: .618em;
	font-weight: normal;
	line-height: 1em;
	width: 1em;
	text-align: right;
	content: "\f110";
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

#members-list-options a:last-child,
#groups-list-options a:last-child {
	margin: 0;
}

.widget.buddypress span.activity {
	display: inline-block;
	font-size: 80%;
	opacity: .8;
	padding: 0;
}

.widget.buddypress div.item-options {
	font-size: 90%;
	margin: 0 0 1em 0;
	padding: 1em 0;
}

.widget.buddypress div.item-meta,
.widget.buddypress div.item-content {
	font-size: 11px;
	margin-left: 38px;
}

.widget.buddypress ul.item-list img.avatar {
	height: auto;
	margin: 0;
	margin-right: 10px;
	width: 40px;
}

.widget.buddypress div.item-avatar img {
	height: 40px;
	margin: 1px;
	width: 40px;
}

.widget.buddypress div.avatar-block {
	overflow: hidden;
}

#bp-login-widget-form {
	overflow: hidden;
}

.bbp-login-form fieldset legend {
	display: none;
}

.bbp-login-form label {
	width: 140px;
	display: inline-block;
}

.widget.buddypress #bp-login-widget-form label {
	width: 27%;
	display: inline-block;
}

#sidebar #bp-login-widget-user-login,
#sidebar #bp-login-widget-user-pass {
	width: 70%;
}

.widget.buddypress #bp-login-widget-form .forgetmenot {
	float: left;
	margin-top: 10px;
}

.widget.buddypress #bp-login-widget-form .forgetmenot label {
	width: auto;
}

.bp-login-widget-register-link {
	display: block;
	clear: both;
	padding: 5px 0;
}

.widget.buddypress #bp-login-widget-form #bp-login-widget-submit {
	float: right;
	clear: none;
	margin-top: 5px;
	margin-right: 2%;
}

.widget.buddypress .bp-login-widget-user-avatar {
	float: left;
	width: 60px;
}

.widget.buddypress .bp-login-widget-user-links > div {
	padding-left: 60px;
}

.widget.buddypress .bp-login-widget-user-links > div {
	margin-bottom: .5rem;
}

.widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a {
	font-weight: bold;
}

body.dark-skin #buddypress ul.item-list li,
body.dark-skin #buddypress ul.item-list,
body.dark-skin .widget.buddypress .item-list li,
body.dark-skin #buddypress div.item-list-tabs.activity-type-tabs,
body.dark-skin #buddypress div.item-list-tabs#object-nav,
body.dark-skin .activity-list li.bbp_topic_create .activity-content .activity-inner,
body.dark-skin .activity-list li.bbp_reply_create .activity-content .activity-inner {
	border-color: #474747;
}

body.dark-skin #buddypress div.item-list-tabs ul li a,
body.dark-skin #buddypress div.item-list-tabs ul li span,
body.dark-skin #members-list-options a,
body.dark-skin #groups-list-options a {
	background-color: #2f2f2f;
}

body.rtl #buddypress div.pagination,
body.rtl #buddypress form#whats-new-form #whats-new-avatar,
body.rtl #buddypress .activity-list .activity-avatar,
body.rtl #buddypress #group-creation-previous,
body.rtl #buddypress .standard-form #basic-details-section,
body.rtl #buddypress .standard-form #blog-details-section,
body.rtl #buddypress .standard-form #profile-details-section,
body.rtl #buddypress form.standard-form .left-menu,
body.rtl #buddypress form.standard-form .main-column ul#friend-list,
body.rtl #buddypress div#item-header div.generic-button,
body.rtl #buddypress div#item-header a.button,
body.rtl #buddypress div.item-list-tabs ul li,
body.rtl .widget.buddypress div.item-avatar img.avatar,
body.rtl .widget.buddypress #bp-login-widget-form .forgetmenot,
body.rtl .widget.buddypress .bp-login-widget-user-avatar {
	float: right;
}

body.rtl #buddypress form#whats-new-form #whats-new-submit,
body.rtl #buddypress div.dir-search,
body.rtl #buddypress .standard-form#signup_form div.submit,
body.rtl #buddypress #group-creation-next,
body.rtl #buddypress #group-creation-finish,
body.rtl #buddypress .standard-form #profile-details-section,
body.rtl #buddypress div#item-header ul li,
body.rtl #buddypress ul.item-list li h5 span.small,
body.rtl #buddypress div.message-search,
body.rtl #buddypress div.item-list-tabs ul li.last {
	float: left;
}

body.rtl #buddypress div.pagination .pag-count {
	float: right;
	margin-right: 10px;
	margin-left: 0;
}

body.rtl #buddypress div.pagination .pagination-links {
	float: left;
	margin-left: 10px;
	margin-right: 0;
}

body.rtl #buddypress .clear {
	clear: right;
}

body.rtl #buddypress form#whats-new-form #whats-new-content {
	margin-right: 55px;
	margin-left: 0;
	padding: 0 20px 20px 0;
}

body.rtl #buddypress form#whats-new-form p.activity-greeting {
	margin-right: 75px;
	margin-left: 0;
}

body.rtl #buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar,
body.rtl #buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {
	margin-right: 0;
}

body.rtl #buddypress .activity-list li.mini .activity-content {
	margin-right: 25px;
	margin-left: 0;
}

body.rtl #buddypress .activity-list .activity-content {
	margin: 0 70px 0 0;
}

body.rtl body.activity-permalink #buddypress .activity-list li .activity-content {
	margin-left: 0;
	margin-right: 170px;
}

body.rtl #buddypress .activity-header {
	margin-right: 0;
	margin-left: 20px;
}

body.rtl #buddypress a.bp-secondary-action,
body.rtl #buddypress span.highlight {
	margin-right: 5px;
	margin-left: 0;
}

body.rtl #buddypress .activity-list .activity-content .activity-inner,
body.rtl #buddypress .activity-list .activity-content blockquote {
	margin: 10px 0 5px 10px;
	overflow: hidden;
}

body.rtl #buddypress .activity-list li.new_forum_post .activity-content .activity-inner,
body.rtl #buddypress .activity-list li.new_forum_topic .activity-content .activity-inner {
	border-width: 0 2px 0 0;
	margin-left: 0;
	margin-right: 5px;
	padding-left: 0;
	padding-right: 10px;
}

body.rtl body.activity-permalink #buddypress .activity-content .activity-inner,
body.rtl body.activity-permalink #buddypress .activity-content blockquote {
	margin-right: 0;
}

body.rtl #buddypress .activity-list .activity-content img.thumbnail {
	float: right;
	margin: 0 0 5px 10px;
}

body.rtl #buddypress .activity-read-more {
	margin-right: 1em;
	margin-left: 0;
}

body.rtl #buddypress div.activity-meta,
body.rtl #buddypress div.messages-options-nav,
body.rtl #buddypress div#message-thread div.message-options {
	text-align: left;
}

body.rtl #buddypress a.bp-primary-action,
body.rtl #buddypress #reply-title small a {
	margin-left: 5px;
	margin-right: 0;
}

body.rtl #buddypress div.activity-comments {
	margin: 0 70px 0 0;
}

body.rtl.activity-permalink #buddypress div.activity-comments {
	margin-right: 170px;
	margin-left: 0;
}

body.rtl #buddypress div.activity-comments > ul {
	padding: 0 10px 0 0;
}

body.rtl #buddypress div.activity-comments ul li > ul {
	margin-right: 30px;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 0;
}

body.rtl.activity-permalink #buddypress div.activity-comments > ul {
	padding: 0 15px 0 10px;
}

body.rtl #buddypress div.activity-comments div.acomment-avatar img {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

body.rtl #buddypress div.activity-comments div.acomment-content {
	margin: 5px 40px 0 0;
}

body.rtl #buddypress div.activity-comments li form.ac-form {
	margin-right: 0;
	margin-left: 15px;
}

body.rtl #buddypress div.activity-comments form.root {
	margin-right: 0;
}

body.rtl #buddypress div.activity-comments form div.ac-reply-avatar {
	float: right;
}

body.rtl #buddypress div.activity-comments form div.ac-reply-content {
	margin-right: 50px;
	margin-left: 0;
	padding-right: 15px;
	padding-left: 0;
}

body.rtl #buddypress .acomment-options {
	margin: 5px 40px 5px 0;
}

body.rtl #buddypress div#message.error p,
body.rtl #buddypress .standard-form #blog-details-section {
	clear: right;
}

body.rtl #buddypress #pass-strength-result {
	margin: 5px 0 5px 5px;
}

body.rtl #buddypress div.accept,
body.rtl #buddypress div.reject {
	float: right;
	margin-right: 10px;
	margin-left: 0;
}

body.rtl #buddypress ul.button-nav li {
	float: right;
	margin: 0 0 10px 10px;
}

body.rtl #buddypress div#signup-avatar img {
	margin: 0 0 10px 15px;
}

body.rtl #buddypress .standard-form div.radio ul {
	margin: 10px 38px 15px 0;
}

body.rtl #buddypress form.standard-form .left-menu #invite-list ul li {
	margin: 0 1% 0 0;
}

body.rtl #buddypress form.standard-form .main-column {
	margin-left: 0;
	margin-right: 190px;
}

body.rtl #buddypress .wp-editor-wrap a.button,
body.rtl #buddypress .wp-editor-wrap button,
body.rtl #buddypress .wp-editor-wrap input[type=submit],
body.rtl #buddypress .wp-editor-wrap input[type=button],
body.rtl #buddypress .wp-editor-wrap input[type=reset] {
	padding: 1px 10px 0;
}

body.rtl #buddypress ul#topic-post-list li div.post-content {
	margin-right: 54px;
	margin-left: 0;
}

body.rtl #buddypress div.admin-links {
	left: 25px;
	right: auto;
}

body.rtl #buddypress div#topic-meta div.admin-links {
	left: 19px;
	right: auto;
}

body.rtl #buddypress table.notification-settings {
	text-align: right;
}

body.rtl #buddypress table.forum tr.closed td.td-title {
	padding-left: 0;
	padding-right: 35px;
}

body.rtl #buddypress table.forum tr > td:first-child,
body.rtl #buddypress table.forum tr > th:first-child {
	padding-left: 0;
	padding-right: 15px;
}

body.rtl #buddypress table.forum tr > td:last-child,
body.rtl #buddypress table.forum tr > th:last-child {
	padding-right: 0;
	padding-left: 15px;
}

body.rtl #buddypress table.forum tr th#th-title,
body.rtl #buddypress table.forum tr th#th-poster,
body.rtl #buddypress table.forum tr th#th-group,
body.rtl #buddypress table.forum td.td-poster,
body.rtl #buddypress table.forum td.td-group,
body.rtl #buddypress table.forum td.td-title {
	text-align: right;
}

body.rtl #buddypress table.forum td img.avatar {
	margin: 0 0 -8px 5px;
}

body.rtl #buddypress div#message p,
body.rtl #sitewide-notice p {
	border-width: 0 5px 0 0;
	margin-right: 0;
}

body.rtl #buddypress div#item-header div#item-header-content {
	margin-right: 0;
}

body.rtl #buddypress div#item-header img.avatar {
	float: right;
	margin: 0 0 19px 15px;
}

body.rtl #buddypress div#item-header h2 span.highlight span {
	right: auto;
	left: -2px;
}

body.rtl #buddypress div#item-header div#item-actions {
	float: left;
	margin: 0 15px 15px 0;
	text-align: left;
}

body.rtl #buddypress ul.item-list li img.avatar {
	float: right;
	margin: 0 0 0 20px;
}

body.rtl #buddypress ul.item-list li div.item-desc {
	margin: 10px 70px 0 0;
}

body.rtl #buddypress ul.item-list li div.action {
	right: auto;
	left: 0;
	text-align: left;
}

body.rtl a.bp-title-button {
	margin-left: 0;
	margin-right: 10px;
}

body.rtl #buddypress div.item-list-tabs ul li a,
body.rtl #buddypress div.item-list-tabs ul li span,
body.rtl #members-list-options a,
body.rtl #groups-list-options a {
	margin-right: 0;
	margin-left: 3px;
}

body.rtl #buddypress div.item-list-tabs ul li a span,
body.rtl #buddypress #members-directory-form div.item-list-tabs ul li.selected span {
	margin-left: 0;
	margin-right: 2px;
}

body.rtl #buddypress div#message-thread img.avatar {
	float: right;
	margin: 0 0 0 10px;
}

body.rtl #buddypress div#message-thread div.message-content {
	margin-right: 45px;
	margin-left: 0;
}

body.rtl #members-list-options a.loading:after,
body.rtl #groups-list-options a.loading:after {
	margin-right: .618em;
	margin-left: 0;
	text-align: left;
}

body.rtl .widget.buddypress div.item-meta,
body.rtl .widget.buddypress div.item-content {
	margin-right: 38px;
	margin-left: 0;
}

body.rtl .widget.buddypress ul.item-list img.avatar {
	margin-left: 10px;
	margin-right: 0;
}

body.rtl .widget.buddypress #bp-login-widget-form #bp-login-widget-submit {
	float: left;
	margin-left: 2%;
	margin-right: 0;
}

body.rtl .widget.buddypress .bp-login-widget-user-links > div {
	padding-right: 60px;
	padding-left: 0;
}

select#activity-privacy option,
select.bp-ap-selectbox option {
	display: block;
}

#activity-privacy .fa,
.bp-ap-selectbox .fa,
.fa {
	font-family: "FontAwesome", "Open Sans",Helvetica,Arial,sans-serif;
}

.bp-activity-visibility {
	cursor: default;
	opacity: .5;
}

.bp-activity-visibility:hover {
	opacity: .8;
}

.customSelect {
	border: 1px solid #fff;
	font-size: 13px;
	padding: 1px 6px;
}

select.hasCustomSelect {
	cursor: pointer;
}

select.hasCustomSelect option {
	display: block;
}

.customSelect.customSelectHover {
	background: #ededed;
	border: 1px solid #bbb;
	color: #555;
	outline: none;
	text-decoration: none;
	border-radius: 2px 2px;
}

.customSelect.customSelectOpen {
	border: 1px solid #aaa;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
	border-radius: 2px 2px;
}

.customSelect.customSelectFocus {
	outline: medium none;
}

.customSelect i:first-child {
	padding-right: 2px !important;
}

.customSelect i:last-child {
	padding-left: 5px !important;
}

.fa-public:before {
	content: "\f0ac \00a0";
}

.fa-loggedin:before {
	content: "\f007 \00a0";
}

.fa-friends:before {
	content: "\f005 \00a0";
}

.fa-mentionedonly:before {
	content: "\f0e6 \00a0";
}

.fa-adminsonly:before {
	content: "\f06e \00a0";
}

.fa-onlyme:before {
	content: "\f023 \00a0";
}

.fa-mygroups:before {
	content: "\f0c0 \00a0";
}

.fa-groupfriends:before {
	content: "\f123 \00a0";
}

.fa-grouponly:before {
	content: "\f0c0 \00a0";
}

.fa-groupmoderators:before {
	content: "\f132 \00a0";
}

.fa-groupadmins:before {
	content: "\f070 \00a0";
}

.fa-followers:before {
	content: "\f08a \00a0";
}

.fa-followers:before {
	content: "\f004 \00a0";
}

.fa-groupfollowers:before {
	content: "\f08a \00a0";
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #f00;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #f00;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: .5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

body.bbpress #crumbs {
	display: none;
}

#bbpress-forums hr {
	margin: 0 0 24px 0;
}

#bbpress-forums {
	background: transparent;
	clear: both;
	margin-bottom: 20px;
}

body.reply-edit .reply {
	float: none;
}

#bbpress-forums div.reply {
	height: auto;
	width: 100%;
}

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header {
	background-color: #f4f4f4;
}

#bbpress-forums .status-trash.even,
#bbpress-forums .status-spam.even {
	background-color: #fee;
}

#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd {
	background-color: #fdd;
}

#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
	color: #ccc;
}

#bbpress-forums ul {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#bbpress-forums ul.bbp-threaded-replies {
	margin-left: 50px;
}

#bbpress-forums li {
	background: none;
	margin: 0;
	list-style: none;
}

#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 {
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer {
	clear: both;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	text-transform: uppercase;
	margin-top: 10px;
	padding: 10px 0;
	vertical-align: middle;
	font-weight: bold;
	border-bottom: 3px solid rgba(0, 0, 0, .05);
	border-top: 1px solid rgba(0, 0, 0, .05);
}

#bbpress-forums li.bbp-header ul {
	overflow: hidden;
}

#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-topic-permalink {
	display: block;
	font-weight: 600;
}

#bbpress-forums .bbp-forum-link {
	display: block;
	font-weight: 600;
}

#bbpress-forums .bbp-forums-list {
	margin: 0 0 0 5px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
}

#bbpress-forums .bbp-forums-list li {
	display: inline;
}

#bbpress-forums li.bbp-footer p {
	margin: 0;
	line-height: 1em;
}

li.bbp-forum-info,
li.bbp-topic-title {
	float: left;
	text-align: left;
	width: 55%;
}

li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
	float: left;
	text-align: center;
	width: 10%;
}

li.bbp-forum-freshness,
li.bbp-topic-freshness {
	text-align: right;
	float: left;
	width: 22%;
	font-size: 12px !important;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 10px;
}

li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
	float: right;
}

#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
	background: none;
	border: none;
	line-height: 1em;
	margin: 8px 0;
	padding: 0;
	text-transform: none;
}

#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
	float: left;
	text-align: center;
	width: 115px;
}

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
	border: none;
	max-width: 80px;
	padding: 0;
	margin: 12px auto 0 auto;
	float: none;
}

#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	margin: 0 12px;
	word-break: break-word;
	display: inline-block;
}

#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	clear: left;
	display: block;
}

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
	font-style: italic;
}

#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author {
	float: left;
	margin: 0;
	padding: 0;
	width: 120px;
}

#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content {
	margin-left: 140px;
	padding: 0;
	text-align: left;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
	margin-bottom: 0;
	overflow: hidden;
	padding: 10px;
}

div.bbp-forum-header,
div.bbp-topic-header {
	border-top: 1px solid #ddd;
	clear: both;
}

span.bbp-author-ip {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	color: #989898;
}

.widget_display_stats dl {
	overflow: hidden;
}

.widget_display_stats dt {
	clear: left;
	display: block;
	float: left;
	margin-right: 5%;
	width: 75%;
	padding: 8px 0;
	border-bottom: 1px solid #f2f2f2;
}

.widget_display_stats dd {
	display: block;
	float: left;
	width: 20%;
	padding: 8px 0;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}

.widget_display_replies .widget-container li .bbp-forum-title,
.widget_display_topics .widget-container li .bbp-forum-title {
	display: block;
	margin-bottom: 5px;
}

.widget_display_topics .widget-container li img {
	display: none;
}

.widget_display_replies .widget-container li div,
.widget_display_topics .widget-container li div {
	display: inline-block;
	float: right;
}

.widget_display_search form {
	font-size: 0;
}

.widget_display_search #bbp_search {
	width: 75%;
	margin-right: 2%;
	margin-bottom: 0;
}

.widget_display_search input#bbp_search_submit {
	width: 23%;
}

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
	margin-left: 130px;
	padding: 12px 12px 12px 0;
	text-align: left;
}

#bbpress-forums div.bbp-forum-content:after,
#bbpress-forums div.bbp-topic-content:after,
#bbpress-forums div.bbp-reply-content:after {
	clear: both;
	content: ".";
	display: block;
	float: none;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

#bbpress-forums div.bbp-topic-content a,
#bbpress-forums div.bbp-reply-content a {
	background: none;
	border: none;
	display: inline;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#bbpress-forums div.bbp-topic-content h1,
#bbpress-forums div.bbp-reply-content h1,
#bbpress-forums div.bbp-topic-content h2,
#bbpress-forums div.bbp-reply-content h2,
#bbpress-forums div.bbp-topic-content h3,
#bbpress-forums div.bbp-reply-content h3,
#bbpress-forums div.bbp-topic-content h4,
#bbpress-forums div.bbp-reply-content h4,
#bbpress-forums div.bbp-topic-content h5,
#bbpress-forums div.bbp-reply-content h5,
#bbpress-forums div.bbp-topic-content h6,
#bbpress-forums div.bbp-reply-content h6 {
	clear: none;
	line-height: 1em;
	margin: 24px 0;
	padding: 0;
}

#bbpress-forums div.bbp-topic-content img,
#bbpress-forums div.bbp-reply-content img {
	max-width: 100%;
}

#bbpress-forums div.bbp-topic-content ul,
#bbpress-forums div.bbp-reply-content ul,
#bbpress-forums div.bbp-topic-content ol,
#bbpress-forums div.bbp-reply-content ol {
	margin: 0 15px 15px;
	padding: 0;
}

#bbpress-forums div.bbp-topic-content ul li,
#bbpress-forums div.bbp-reply-content ul li {
	list-style-type: disc;
}

#bbpress-forums div.bbp-topic-content ol li,
#bbpress-forums div.bbp-reply-content ol li {
	list-style-type: decimal;
}

#bbpress-forums div.bbp-topic-content ol li li,
#bbpress-forums div.bbp-reply-content ol li li {
	list-style-type: lower-alpha;
}

#bbpress-forums div.bbp-topic-content ol li li li,
#bbpress-forums div.bbp-reply-content ol li li li {
	list-style-type: upper-roman;
}

#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
	display: inline-block;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 0 5px;
	max-width: 95%;
	vertical-align: middle;
	margin-top: -3px;
}

#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
	display: block;
	line-height: 18px;
	margin: 0 0 24px;
	padding: 5px 10px;
	white-space: pre;
	overflow: auto;
}

#bbpress-forums div.bbp-topic-content pre code,
#bbpress-forums div.bbp-reply-content pre code {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	overflow-wrap: normal;
	overflow: auto;
	max-width: 100%;
}

#bbpress-forums div.bbp-reply-to {
	margin-left: 130px;
	padding: 12px 12px 12px 0;
	text-align: right;
}

#bbpress-forums div#bbp-cancel-reply-to {
	text-align: right;
}

div.bbp-breadcrumb {

	background: #fafafa;
	box-sizing: border-box;
	float: none;
	margin-bottom: 17px;
	padding: 17px;
	width: 100%;
}

.bbp-breadcrumb-sep {
	 margin: 0 5px;
}

#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
	margin: 0;
}

#bbpress-forums div.bbp-topic-tags {
	float: right;
}

#bbp-topic-hot-tags {
	clear: both;
}

#bbpress-forums #bbp-search-form {
	clear: left;
}

#bbpress-forums #bbp-search-form .hidden {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	background: none;
	left: -999em;
}

#bbpress-forums div.bbp-search-form {
	float: none;
	width: 100%;
	padding: 17px 0;
	text-align: right;
}

span.bbp-admin-links {
	float: right;
	color: #ddd;
}

span.bbp-admin-links a {
	color: #bbb;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

fieldset span.bbp-admin-links {
	float: left;
}

tr td span.bbp-admin-links a:hover {
	color: #ff4b33;
}

td.bbp-topic-admin-links,
td.bbp-topic-counts {
	width: 50%;
}

.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
	float: right;
	margin-left: 10px;
	color: #ccc;
}

.bbp-row-actions #favorite-toggle a {
	text-decoration: none;
	padding: 0 3px 1px;
	color: #7c7;
	border: 1px solid #aca;
	background-color: #dfd;
	font-weight: bold;
}

.bbp-row-actions #favorite-toggle a:hover {
	color: #5a5;
	border-color: #7c7;
	background-color: #beb;
}

.bbp-row-actions #favorite-toggle span.is-favorite a {
	color: #faa;
	border: 1px solid #faa;
	background-color: #fee;
}

.bbp-row-actions #favorite-toggle span.is-favorite a:hover {
	color: #c88;
	border-color: #c88;
	background-color: #fdd;
}

.bbp-row-actions #subscription-toggle a {
	text-decoration: none;
	padding: 0 3px 1px;
	color: #7c7;
	border: 1px solid #aca;
	background-color: #dfd;
	font-weight: bold;
}

.bbp-row-actions #subscription-toggle a:hover {
	color: #5a5;
	border-color: #7c7;
	background-color: #beb;
}

.bbp-row-actions #subscription-toggle span.is-subscribed a {
	color: #faa;
	border: 1px solid #faa;
	background-color: #fee;
}

.bbp-row-actions #subscription-toggle span.is-subscribed a:hover {
	color: #c88;
	border-color: #c88;
	background-color: #fdd;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	margin: 5px 0 5px;
	padding: 0;
	word-wrap: break-word;
}

#bbpress-forums p.bbp-topic-meta span {
	white-space: nowrap;
}

.bbp-pagination-count {
	float: left;
	border: 1px solid transparent;
}

.bbp-pagination-links {
	float: right;
	list-style: none;
	display: inline;
}

.bbp-pagination-links a,
.bbp-pagination-links span.current {
	display: block;
	float: left;
	padding: 0 5px;
	margin-left: 5px;
	border: 1px solid #efefef;
	text-decoration: none;
    color:#2f81b1;
}

.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
	background: #eee;
	opacity: .8;
	border: 1px solid #ddd;
}

.bbp-pagination .bbp-pagination-links a,
.bbp-pagination .bbp-pagination-links span.current,
.bbp-topic-pagination .bbp-pagination-links a,
.bbp-topic-pagination .bbp-pagination-links span.current {
	color:#2f81b1;
}

.bbp-pagination-links span.dots {
	display: block;
	float: left;
	padding: 1px 4px;
	margin-left: 5px;
}

.bbp-pagination {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.bbp-topic-pagination {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 2px;
}

.bbp-topic-pagination a {
	line-height: 10px;
	padding: 1px 3px;
	border: 1px solid #ddd;
	text-decoration: none;
}

#bbpress-forums fieldset.bbp-form {
	clear: left;
}

#bbpress-forums fieldset.bbp-form {
	margin: 20px 0 10px;
}

#bbpress-forums fieldset.bbp-form legend {
	padding: 5px 0;
}

#bbpress-forums fieldset.bbp-form label {
	margin: 0;
	display: inline-block;
}

#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
	width: 100px;
}

#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
	margin: 0 0 8px;
}

textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
	width: 97%;
	box-sizing: border-box;
}

textarea#bbp_forum_content {
	height: 210px;
}

#bbpress-forums fieldset.bbp-forum-form-attributes {
	width: 200px;
	float: right;
	clear: none;
	margin-left: 25px;
}

#bbpress-forums fieldset select#bbp_forum_id {
	max-width: 200px;
}

.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
	clear: left;
}

body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
	margin-right: 0;
	padding: 10px;
	border: 1px solid #ddd;
	line-height: 0;
	background-color: #efefef;
}

body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
	background-color: #f0fff8;
	border: 1px solid #ceefe1;
	display: block;
	padding: 8px;
	margin-top: 5px;
	width: 369px;
}

#merge_tag,
#delete_tag {
	display: inline;
}

div.bbp-submit-wrapper {
	margin-top: 15px;
	/*float: right;*/
	clear: both;
}

p.form-allowed-tags {
	max-width: 100%;
}

#bbpress-forums div.bbp-the-content-wrapper {
	margin-bottom: 10px;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	width: 100%;
	margin: 0;
}

#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	line-height: 1em;
}

#bbpress-forums div.bbp-the-content-wrapper input {
	padding: 5px;
	margin: 0 2px 0 0;
	line-height: 1em;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
	background: #ededed;
	padding: 5px;
	min-height: 26px;
}

#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
	padding: 4px 4px 8px;
}

#bbpress-forums div.wp-editor-container {
	margin: 0;
	padding: 0;
	line-height: 0;
	border: 1px solid #e0e0e0;
}

#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
	line-height: 16px;
}

#bbpress-forums div.bbp-the-content-wrapper input[type=button]:hover {
	background: #fff !important;
}

#bbpress-forums #bbp-your-profile fieldset {
	padding: 20px 20px 0 20px;
}

#bbpress-forums #bbp-your-profile fieldset div {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	clear: left;
}

#bbpress-forums #bbp-your-profile fieldset select {
	margin-bottom: 0;
}

#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
	margin-bottom: 0;
	width: 60%;
	background: #f9f9f9;
	border: 1px solid #ddd;
	box-shadow: none;
	padding: 5px 8px;
	border-radius: 0;
}

#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
	outline-color: rgba(240, 255, 240, .1);
}

#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
	width: auto;
}

#bbpress-forums #bbp-your-profile fieldset legend {
	display: none;
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
	float: left;
	width: 20%;
	padding: 5px 20px 5px 0;
	text-align: right;
	cursor: pointer;
}

#bbpress-forums #bbp-your-profile fieldset dl label[for] {
	text-align: left;
	width: 60%;
}

#bbpress-forums #bbp-your-profile fieldset span.description {
	margin: 5px 0 0 20%;
	font-style: italic;
	float: left;
	clear: left;
	width: 60%;
	padding: 5px 8px;
	border: #cee1ef 1px solid;
	background-color: #f0f8ff;
}

#bbpress-forums #bbp-your-profile fieldset fieldset {
	margin: 0;
	border: none;
	padding: 0;
	clear: none;
	float: none;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password {
	width: 60%;
	display: inline;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
	width: 100%;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
	margin: 0;
}

#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
	margin-left: 0;
	margin-bottom: 20px;
}

#bbpress-forums #bbp-your-profile fieldset.submit button {
	float: right;
}

div.bbp-template-notice,
div.indicator-hint {
	color: #666;
	background: #f7f7f7;
	padding: .5em 1.618em;
	margin-bottom: 2.618em;
	border-color: #e6db55;
	border-style: solid;
	border-width: 0 0 0 5px;
	margin-left: 0;
	clear: both;
}

div.bbp-template-notice a {
	color: #555;
	text-decoration: none;
}

div.bbp-template-notice a:hover {
	color: #000;
}

div.bbp-template-notice.info {
	border-color: #3d9cd2;
}

div.bbp-template-notice.important {
	border-color: #e6db55;
}

div.bbp-template-notice.error,
div.bbp-template-notice.warning {
	border-color: #c00;
}

div.bbp-template-notice.error a,
div.bbp-template-notice.warning a {
	color: #c00;
}

div.bbp-template-notice p {
	margin: .5em 0 6px 0 !important;
	padding: 2px;
	line-height: 140%;
}

.bbp-topics-front ul.super-sticky,
bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
	background-color: #ffffe0 !important;
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
	border-top: 1px dotted #ddd;
	width: 100%;
	margin: 0;
	padding: 8px 0 0 0;
	color: #989898;
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
	list-style-type: none;
}

.bbp-login-form fieldset legend {
	display: none;
}

.bbp-login-form label {
	width: 140px;
	display: inline-block;
}

#sidebar .bbp-login-form label {
	width: 27%;
}

#sidebar .bbp-login-form #user_login,
#sidebar .bbp-login-form #user_pass {
	width: 70%;
}

#sidebar .bbp-login-form .bbp-remember-me {
	float: left;
	margin-top: 10px;
}

#sidebar .bbp-login-form .bbp-remember-me label {
	width: auto;
}

#sidebar .bbp-login-form .bbp-submit-wrapper {
	float: right;
	clear: none;
	margin-top: 5px;
	margin-right: 2%;
}

.bbp-login-form .bbp-login-links a {
	float: left;
	clear: left;
}

.bbp-logged-in img.avatar {
	float: left;
	margin: 0 15px 0 0;
}

.bbp-logged-in h4 {
	font-weight: bold;
	clear: none;
	margin-bottom: 10px;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
	float: none;
}

fieldset div.avatar {
	float: right;
}

.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
	border-left: 2px solid #eaeaea;
	margin-left: 5px;
	padding-left: 10px;
}

#bbpress-forums h1 {
	clear: none;
	line-height: 1em;
	padding-bottom: 10px;
}

#bbpress-forums #bbp-user-wrapper {
	float: left;
	width: 100%;
}

#bbpress-forums .bbp-user-section {
	overflow: auto;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 0;
	clear: none;
}

#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
	clear: none;
}

#bbpress-forums #bbp-single-user-details {
	margin: 0;
	width: 150px;
	float: left;
	overflow: hidden;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
	margin: 0;
	width: 150px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
	border: none;
	height: 150px;
	padding: 0;
	margin: 0 0 20px 0;
	width: 150px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-description {
	float: none;
	margin-left: 180px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
	float: none;
	margin: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
	margin: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
	padding: 5px 8px;
	display: block;
	border: 1px solid transparent;
	text-decoration: none;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	background: #eee;
	opacity: .8;
}

#bbpress-forums #bbp-user-body {
	margin-left: 180px;
}

body.my-account #bbpress-forums {
	border-top: none;
	padding-top: 0;
	margin-bottom: 0;
}

#bbpress-forums dl.bbp-user-capabilities {
	display: inline-block;
	vertical-align: top;
}

#bbpress-forums dl.bbp-user-capabilities dt {
	margin: 0 0 10px;
	text-transform: capitalize;
}

#bbpress-forums dl.bbp-user-capabilities dd {
	margin: 0;
	padding: 0;
}

#bbpress-forums div.row-actions {
	visibility: hidden;
}

#bbpress-forums li:hover > div.row-actions {
	visibility: visible;
}

body.rtl #bbpress-forums .bbp-forums-list {
	border-right: 1px solid #ddd;
	padding-right: 15px;
	margin: 0 5px 0 0;
	padding-left: 0;
	border-left: 0;
}

body.rtl #bbpress-forums ul.bbp-threaded-replies {
	margin-right: 50px;
	margin-left: 0;
}

body.rtl li.bbp-forum-info,
body.rtl li.bbp-topic-title {
	float: right;
	text-align: right;
}

body.rtl li.bbp-forum-topic-count,
body.rtl li.bbp-topic-voice-count,
body.rtl li.bbp-forum-reply-count,
body.rtl li.bbp-topic-reply-count,
body.rtl li.bbp-forum-freshness,
body.rtl li.bbp-topic-freshness,
body.rtl .widget_display_stats dd {
	float: right;
}

body.rtl #bbpress-forums div.bbp-topic-author a.bbp-author-name,
body.rtl #bbpress-forums div.bbp-reply-author a.bbp-author-name {
	clear: right;
}

body.rtl li.bbp-header div.bbp-topic-content span#subscription-toggle,
body.rtl li.bbp-header div.bbp-topic-content span#favorite-toggle,
body.rtl li.bbp-header div.bbp-reply-content span#subscription-toggle,
body.rtl li.bbp-header div.bbp-reply-content span#favorite-toggle {
	float: left;
}

body.rtl #bbpress-forums div.bbp-forum-author,
body.rtl #bbpress-forums div.bbp-topic-author,
body.rtl #bbpress-forums div.bbp-reply-author {
	float: right;
}

body.rtl #bbpress-forums li.bbp-header .bbp-search-author,
body.rtl #bbpress-forums li.bbp-footer .bbp-search-author,
body.rtl #bbpress-forums li.bbp-header .bbp-forum-author,
body.rtl #bbpress-forums li.bbp-footer .bbp-forum-author,
body.rtl #bbpress-forums li.bbp-header .bbp-topic-author,
body.rtl #bbpress-forums li.bbp-footer .bbp-topic-author,
body.rtl #bbpress-forums li.bbp-header .bbp-reply-author,
body.rtl #bbpress-forums li.bbp-footer .bbp-reply-author {
	float: right;
}

body.rtl #bbpress-forums li.bbp-header .bbp-search-content,
body.rtl #bbpress-forums li.bbp-footer .bbp-search-content,
body.rtl #bbpress-forums li.bbp-header .bbp-forum-content,
body.rtl #bbpress-forums li.bbp-footer .bbp-forum-content,
body.rtl #bbpress-forums li.bbp-header .bbp-topic-content,
body.rtl #bbpress-forums li.bbp-footer .bbp-topic-content,
body.rtl #bbpress-forums li.bbp-header .bbp-reply-content,
body.rtl #bbpress-forums li.bbp-footer .bbp-reply-content {
	margin-right: 140px;
	text-align: right;
	margin-left: 0;
	padding: 0;
}

body.rtl #bbpress-forums div.bbp-forum-content,
body.rtl #bbpress-forums div.bbp-topic-content,
body.rtl #bbpress-forums div.bbp-reply-content {
	padding: 12px 0 12px 12px;
	margin-right: 130px;
	text-align: right;
	margin-left: 0;
}

body.rtl #bbpress-forums div.bbp-reply-to {
	padding: 12px 0 12px 12px;
	margin-right: 130px;
	text-align: left;
	margin-left: 0;
}

body.rtl #bbpress-forums div#bbp-cancel-reply-to {
	text-align: left;
}

body.rtl div.bbp-breadcrumb {
	float: right;
}

body.rtl #bbpress-forums #bbp-search-form {
	clear: right;
}

body.rtl #bbpress-forums div.bbp-search-form {
	float: left;
}

body.rtl span.bbp-admin-links {
	float: left;
}

body.rtl fieldset span.bbp-admin-links {
	float: right;
}

body.rtl .bbp-forum-header a.bbp-forum-permalink,
body.rtl .bbp-topic-header a.bbp-topic-permalink,
body.rtl .bbp-reply-header a.bbp-reply-permalink {
	margin-right: 10px;
	margin-left: 0;
	float: left;
}

body.rtl .bbp-pagination-count {
	float: right;
}

body.rtl .bbp-pagination-links {
	float: left;
}

body.rtl .bbp-pagination-links a,
body.rtl .bbp-pagination-links span.current {
	margin-right: 5px;
	margin-left: 0;
	float: right;
}

body.rtl .bbp-pagination-links span.dots {
	margin-right: 5px;
	margin-left: 0;
	float: right;
}

body.rtl .bbp-pagination {
	float: right;
}

body.rtl .bbp-topic-pagination {
	margin-right: 5px;
	margin-left: 0;
}

body.rtl #bbpress-forums fieldset.bbp-form {
	clear: right;
}

body.rtl #bbpress-forums fieldset.bbp-forum-form-attributes {
	margin-right: 25px;
	margin-left: 25px;
	float: left;
}

body.rtl .bbp-topic-form,
body.rtl .bbp-reply-form,
body.rtl .bbp-topic-tag-form {
	clear: right;
}

body.rtl body.topic-edit .bbp-topic-form div.avatar img,
body.rtl body.reply-edit .bbp-reply-form div.avatar img,
body.rtl body.single-forum .bbp-topic-form div.avatar img,
body.rtl body.single-reply .bbp-reply-form div.avatar img {
	margin-left: 0;
}

body.rtl #bbpress-forums div.bbp-topic-tags {
	float: left;
}

body.rtl div.bbp-submit-wrapper {
	float: left;
}

body.rtl #bbpress-forums div.bbp-the-content-wrapper input {
	margin: 0 0 0 2px;
}

body.rtl #bbpress-forums #bbp-your-profile fieldset div {
	float: right;
	clear: right;
}

body.rtl #bbpress-forums #bbp-your-profile fieldset label[for] {
	padding: 5px 5px 5px 20px;
	text-align: left;
	float: right;
}

body.rtl #bbpress-forums #bbp-your-profile fieldset dl label[for] {
	text-align: right;
}

body.rtl #bbpress-forums #bbp-your-profile fieldset span.description {
	float: right;
	clear: right;
}

body.rtl #bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
	margin-right: 0;
}

body.rtl #bbpress-forums #bbp-your-profile fieldset.submit button {
	float: left;
}

body.rtl .bbp-login-form .bbp-submit-wrapper {
	text-align: left;
}

body.rtl .bbp-login-form .bbp-login-links a {
	float: right;
	clear: right;
}

body.rtl .bbp-logged-in img.avatar {
	margin: 0 0 0 15px;
	float: right;
}

body.rtl .widget_display_stats dt {
	clear: right;
	float: right;
	margin-right: 0;
	margin-left: 5%;
}

body.rtl .widget_display_replies .widget-container li div,
body.rtl .widget_display_topics .widget-container li div {
	float: left;
}

body.rtl .widget_display_search #bbp_search {
	margin-left: 2%;
	margin-right: 0;
}

body.rtl fieldset div.avatar {
	float: left;
}

body.rtl .activity-list li.bbp_topic_create .activity-content .activity-inner,
body.rtl .activity-list li.bbp_reply_create .activity-content .activity-inner {
	border-right: 2px solid #eaeaea;
	border-left: 0 none;
	margin-right: 5px;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 0;
}

body.rtl div.bbp-template-notice,
body.rtl div.indicator-hint {
	border-width: 0 5px 0 0;
}

body.rtl #bbpress-forums #bbp-user-wrapper {
	float: right;
}

body.rtl #bbpress-forums #bbp-single-user-details {
	float: right;
}

body.rtl #bbpress-forums #bbp-single-user-details #bbp-user-description {
	margin-right: 180px;
	margin-left: 0;
}

body.rtl #bbpress-forums #bbp-user-body {
	margin-right: 180px;
	margin-left: 0;
}

body.dark-skin .bbp-topics-front ul.super-sticky,
body.dark-skin .bbp-topics ul.super-sticky,
body.dark-skin .bbp-topics ul.sticky,
body.dark-skin .bbp-forum-content ul.sticky {
	background-color: #303030 !important;
}

body.dark-skin #bbpress-forums div.even,
body.dark-skin #bbpress-forums ul.even {
	background-color: #373737;
}

body.dark-skin #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
	background-color: #303030;
	border-color: #3f3f3f;
}

body.dark-skin #bbpress-forums div.bbp-the-content-wrapper input:hover {
	background: #fff !important;
}

body.dark-skin .widget_display_forums .widget-container li,
body.dark-skin .widget_display_views .widget-container li,
body.dark-skin .widget_display_replies .widget-container li,
body.dark-skin .widget_display_topics .widget-container li,
body.dark-skin .widget_display_stats dt,
body.dark-skin .widget_display_stats dd,
body.dark-skin #bbpress-forums li.bbp-body ul.forum,
body.dark-skin #bbpress-forums li.bbp-body ul.topic {
	border-color: #474747;
}

body.dark-skin #bbpress-forums div.wp-editor-container {
	border-color: #333;
}

body.dark-skin div.bbp-template-notice,
body.dark-skin div.indicator-hint {
	color: #d7d7d7;
	background: #343434;
}

body.dark-skin div.bbp-template-notice a {
	color: #ddd;
}

.ilightbox-overlay.dark {
	background: #000;
}

.ilightbox-loader.dark {
	box-shadow: black 0 0 85px, black 0 0 85px;
}

.ilightbox-loader.dark div {
	background: #000 url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/preloader.gif") no-repeat center;
}

.ilightbox-holder.dark {
	padding: 5px;
	background: #000;
	box-shadow: 0 0 15px rgba(0, 0, 0, .8);
}

.ilightbox-holder.dark .ilightbox-container .ilightbox-caption {
	background: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/caption-bg.png");
	color: #fff;
	text-shadow: 0 1px black;
}

.ilightbox-holder.dark .ilightbox-container .ilightbox-social {
	background: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/caption-bg.png");
	border-radius: 2px;
}

.ilightbox-holder.dark .ilightbox-alert {
	background: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/alert.png") no-repeat center top;
	color: #555;
}

.ilightbox-toolbar.dark {
	top: 11px;
	left: 10px;
}

.ilightbox-toolbar.dark a {
	width: 25px;
	height: 23px;
	background: black url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/buttons.png") no-repeat 7px 6px;
}

.ilightbox-toolbar.dark a.disabled {
	opacity: .2;
	filter: alpha(opacity=20);
	cursor: default;
	background-color: #000 !important;
}

.ilightbox-toolbar.dark a:first-of-type {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.ilightbox-toolbar.dark a:last-of-type {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.ilightbox-toolbar.dark a.ilightbox-close:hover {
	background-position: -32px 6px;
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen {
	background-position: 6px -33px;
	right: 35px;
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen:hover {
	background-position: -31px -33px;
}

.ilightbox-toolbar.dark a.ilightbox-play {
	background-position: 8px -57px;
}

.ilightbox-toolbar.dark a.ilightbox-play:hover {
	background-position: -32px -57px;
}

.ilightbox-toolbar.dark a.ilightbox-pause {
	background-position: 8px -83px;
}

.ilightbox-toolbar.dark a.ilightbox-pause:hover {
	background-position: -32px -83px;
}

.isMobile .ilightbox-toolbar.dark {
	background: #000;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	box-shadow: 0 0 25px rgba(0, 0, 0, .8);
}

.isMobile .ilightbox-toolbar.dark a {
	display: inline-block;
	float: none;
	width: 50px;
	height: 40px;
	background-size: 50%;
	background-position: 50% !important;
}

.isMobile .ilightbox-toolbar.dark a:hover {
	background-color: #111;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen {
	background-image: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/fullscreen-icon-64.png");
	background-image: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/fullscreen-icon-ie.png");
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-close {
	background-image: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/x-mark-icon-64.png");
	background-image: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/x-mark-icon-ie.png");
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-next-button {
	background-image: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/arrow-next-icon-64.png");
	background-image: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/arrow-next-icon-ie.png");
	background-position: 52% 50%;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-prev-button {
	background-image: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/arrow-prev-icon-64.png");
	background-image: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/arrow-prev-icon-ie.png");
	background-position: 48% 50%;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-play {
	background-image: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/play-icon-64.png");
	background-image: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/play-icon-ie.png");
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-pause {
	background-image: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/pause-icon-64.png");
	background-image: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/pause-icon-ie.png");
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title {
	font-size: 18px;
	padding: 10px 8px;
	padding-right: 60px;
	color: #fff;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar {
	left: auto;
	top: 5px;
	right: 5px;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a {
	border-radius: 0;
	float: right;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
	box-shadow: 0 0 6px rgba(0, 0, 0, .9);
}

.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
	background: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/thumb-overlay-play.png") no-repeat center;
}

.ilightbox-button.dark.disabled {
	opacity: .1;
	filter: alpha(opacity=10);
	cursor: default;
	background-color: #000 !important;
}

.ilightbox-button.dark span {
	display: block;
	width: 100%;
	height: 100%;
}

.ilightbox-button.dark {
	bottom: 0;
	right: 0;
	left: 0;
	width: 95px;
	height: 75px;
	margin: auto;
	background: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/arrow-next-vertical-icon-64.png") no-repeat 50% 65%;
	background-color: #000;
	border-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ilightbox-button.ilightbox-button.dark:hover {
	background-color: #111;
}

.ilightbox-button.ilightbox-prev-button.dark {
	top: 0;
	bottom: auto;
	background-image: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/arrow-prev-vertical-icon-64.png");
	background-position: 50% 35%;
	border-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ilightbox-button.dark.horizontal {
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	width: 75px;
	height: 95px;
	background-image: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/arrow-next-icon-64.png");
	background-position: 65% 50%;
	border-radius: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.ilightbox-button.ilightbox-prev-button.dark.horizontal {
	right: auto;
	left: 0;
	background-image: url("/wp-content/themes/sahifa/css/ilightbox/dark-skin/arrow-prev-icon-64.png");
	background-position: 35% 50%;
	border-radius: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

#buddypress ul.item-list li .awpcp-buddypress-listings-actions .delete-listing {
	color: red;
}

#buddypress ul.item-list li:hover .awpcp-buddypress-listings-actions {
	opacity: 1;
}

.awpcp-buddypress-delete-prompt {
	background: #eee;
	background: rgba(220, 220, 220, .85);
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
}

.awpcp-buddypress-delete-prompt p {
	margin: 0;
	padding-top: 15px;
}

.awpcp-buddypress-delete-prompt .error {
	padding: 10px;
	margin-top: 20px;
}

.awpcp-buddypress-delete-prompt .spinner {
	background: url(/wp-content/plugins/awpcp-buddypress-listings/resources/images/loading.gif) center center no-repeat;
	background-size: 20px 20px;
	display: none;
	height: 20px;
}

.awpcp-buddypress-delete-prompt .spinner-enabled {
	display: block;
}

* {
	padding: 0;
	margin: 0;
	outline: none;
	border: 0 none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.clear {
	clear: both;
}

#theme-header:after,
#signup_form:after,
#buddypress:after,
.gallery:after,
#respond:before {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
}

a,
.post-title a,
ul.slider-navigation li,
.pagenavi a,
a.more-link,
.main-menu li a,
.subscribe-icons a,
.flickr_badge_image img,
.mega-menu-item img,
.arqam-lite-widget-counter a i,
.arqam-lite-widget-counter a span,
.arqam-lite-widget-counter a small,
.search-block-large .search-button,
.search-block-large #s,
.widget.timeline-posts li span.tie-date,
.widget.timeline-posts li span.tie-date:before {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

iframe {
	max-width: 100%;
}

.button,
a.button,
a.more-link,
.form-submit #submit,
#login-form .login-button,
.widget-feedburner .feedburner-subscribe,
#buddypress button,
#buddypress a.button,
#buddypress input[type=submit],
#buddypress input[type=reset],
#buddypress ul.button-nav li a,
#buddypress div.generic-button a,
#buddypress .comment-reply-link,
.share-ad-block .share-email form button,
a.bp-title-button {
	width: auto;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 17px;
	clear: both;
	line-height: 29px;
	padding: 6px 12px;
	border-radius: 6px;
	border: 0;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background-color: #2f81b1;
	transition: background-color .3s;
	text-decoration: none !important;
}

.button:hover,
a.button:hover,
a.more-link:hover,
.form-submit #submit:hover,
#login-form .login-button:hover,
.widget-feedburner .feedburner-subscribe:hover,
#buddypress button:hover,
#buddypress a.button:hover,
#buddypress input[type=submit]:hover,
#buddypress input[type=reset]:hover,
#buddypress ul.button-nav li a:hover,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover,
.share-ad-block .share-email form button:hover,
a.bp-title-button:hover {
	background-color: #e52b1e;
	text-decoration: none;

}

::-moz-selection {
	background: #f9a386;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #f9a386;
	color: #fff;
	text-shadow: none;
}

::-webkit-scrollbar-track {
	background: #fff;
	-webkit-box-shadow: inset 1px 1px 2px #e0e0e0;
	border: 1px solid #d8d8d8;
}

::-webkit-scrollbar-thumb {
	background: #126fa1;
	-webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, .4);
}

::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-thumb:active {
	background: #888;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .3);
}

@font-face {
	font-family: "FontAwesome";
	src: url("/wp-content/themes/sahifa/fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0");
	src: url("/wp-content/themes/sahifa/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/wp-content/themes/sahifa/fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/wp-content/themes/sahifa/fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/wp-content/themes/sahifa/fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/wp-content/themes/sahifa/fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular ") format(" svg ");
	font-weight: normal;
	font-style: normal;
}

.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;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: 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);
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-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 {
	-webkit-filter: none;
	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;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

blockquote:before,
.flexslider:before,
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev,
.tie-list-shortcode ul li:before,
.ei-slider-loading:before,
#mobile-menu li.menu-item-home a:before,
#main-nav .mega-cat-content.mega-cat-sub-exists .mega-cat-content-tab.loading-items:before,
.woocommerce-pagination .page-numbers li .page-numbers.next:before,
.woocommerce-pagination .page-numbers li .page-numbers.prev:before {
	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;
}

span.stars-large,
span.stars-large span {
	background-image: url(/wp-content/themes/sahifa/images/stars-large@2x.png);
	background-size: 98px 44px;
}

span.stars-small,
span.stars-small span {
	background-image: url(/wp-content/themes/sahifa/images/stars-small@2x.png);
	background-size: 54px 30px;
}

#main-nav ul ul li.menu-item-has-children:after,
#main-nav ul ul li.mega-menu:after,
.top-nav .top-menu ul ul li.menu-item-has-children:after {
	border: 4px solid transparent;
	border-left-color: #bbb;
}

#main-nav ul li i.fa,
#slide-out ul li i.fa,
#mobile-menu li.menu-item-home a:before {
	margin-right: 5px;
}

#main-nav ul li.menu-item-has-children a,
#main-nav ul li.mega-menu a {
	padding-right: 20px;
}

#main-nav ul li.current-menu-item a,
#main-nav ul li.current-menu-item a:hover,
#main-nav ul li.current-menu-parent a,
#main-nav ul li.current-menu-parent a:hover,
#main-nav ul li.current_page_parent a,
#main-nav ul li.current_page_parent a:hover,
#main-nav ul li.current-page-ancestor a,
#main-nav ul li.current-page-ancestor a:hover {
	height: 52px;
	line-height: 57px;
	border-width: 0 !important;
}

#main-nav ul li.current-menu-item .menu-sub-content a,
#main-nav ul li.current-menu-item .menu-sub-content a:hover,
#main-nav ul li.current-menu-parent .menu-sub-content a,
#main-nav ul li.current-menu-parent .menu-sub-content a:hover,
#main-nav ul li.current_page_parent .menu-sub-content a,
#main-nav ul li.current_page_parent .menu-sub-content a:hover,
#main-nav ul li.current-page-ancestor .menu-sub-content a,
#main-nav ul li.current-page-ancestor .menu-sub-content a:hover,
#main-nav ul li.current-menu-item .menu-sub-content ul,
#main-nav ul li.current-menu-parent .menu-sub-content ul,
#main-nav ul li.current_page_parent .menu-sub-content ul,
#main-nav ul li.current-page-ancestor .menu-sub-content ul {
	top: 0;
}

#main-nav ul ul li.menu-item-has-children:after {
	border-left-color: #ddd;
}

#main-nav ul ul li.current-menu-item a,
#main-nav ul ul li.current-menu-item a:hover,
#main-nav ul ul li.current-menu-parent a,
#main-nav ul ul li.current-menu-parent a:hover,
#main-nav ul ul li.current_page_parent a,
#main-nav ul ul li.current_page_parent a:hover,
#main-nav ul ul li.current-page-ancestor a,
#main-nav ul ul li.current-page-ancestor a:hover {
	border-width: 1px !important;
}

#main-nav ul ul > li.menu-item-has-children:hover > a:after,
#main-nav ul ul > li.mega-menu:hover > a:after,
#main-nav ul li .mega-menu-block ul.sub-menu:before {
	display: none;
}

#main-nav ul > li.current-menu-item.menu-item-has-children:hover > a:after,
#main-nav ul > li.current_page_parent.menu-item-has-children:hover > a:after {
	top: 45px;
}

#main-nav ul ul.sub-menu {
	z-index: 6555;
}

#main-nav ul ul ul.sub-menu,
#main-nav ul ul li.current-menu-item ul,
#main-nav ul ul li.current_page_parent ul,
#main-nav ul ul li.current-menu-parent ul,
#main-nav ul ul li.current-page-ancestor ul {
	top: -2px;
}

#main-nav ul .mega-menu-block ul ul.sub-menu,
#main-nav ul .mega-menu-block ul li.current-menu-item ul,
#main-nav ul .mega-menu-block ul li.current_page_parent ul,
#main-nav ul .mega-menu-block ul li.current-menu-parent ul,
#main-nav ul .mega-menu-block ul li.current-page-ancestor ul {
	top: 0;
}

#main-nav ul li.current-menu-item ul,
#main-nav ul li.current-menu-parent ul,
#main-nav ul li.current_page_parent ul,
#main-nav ul li.current-page-ancestor ul {
	top: 52px;
}

#main-nav ul li.current-menu-item ul li:first-child,
#main-nav ul li.current_page_parent ul li:first-child,
#main-nav ul li.current-menu-parent ul li:first-child {
	border-top: 0 none !important;
}

#main-nav ul ul ul {
	right: auto;
	left: 100%;
	top: 0;
	z-index: 210;
}

#main-nav ul ul a,
#main-nav .mega-menu-block a {
	border: 0 none;
	background: none !important;
	height: auto !important;
	line-height: 1.5em !important;
	padding: 7px;
	margin-right: 0;
	z-index: 210;
}

#main-nav .mega-menu-block a.mega-menu-link {
	padding: 0;
	margin-top: 10px;
}

#main-nav ul li.current-menu-item,
#main-nav ul li.current_page_parent,
#main-nav ul li.current-menu-parent,
#main-nav ul li.current-page-ancestor {
	margin-top: -5px;
	height: 52px;
	border-width: 0;
}

#main-nav ul li.menu-item-home.current-menu-item a {
	background-position: center 13px;
	height: 52px;
}

#main-nav ul li.menu-item-home:after {
	display: none;
}

#main-nav ul li.menu-item-home ul li a,
#main-nav ul ul li.menu-item-home a,
#main-nav ul li.menu-item-home ul li a:hover {
	background-color: transparent !important;
	text-indent: 0;
	background-image: none !important;
	height: auto !important;
	width: auto;
}

#main-nav ul li.mega-menu .mega-menu-block {
	padding: 25px 25px 35px;
}

#main-nav ul li.mega-menu .mega-menu-block img {
	max-width: 100%;
	height: auto;
}

#main-nav ul li.mega-menu .post-thumbnail,
#main-nav ul li.mega-menu .post-thumbnail a,
#main-nav ul li .mega-menu-block .tie-date i.fa {
	margin: 0;
	padding: 0;
}

#main-nav ul li.mega-menu.mega-links .mega-menu-block {
	padding-right: 0;
}

#main-nav ul li.mega-menu.mega-links .mega-menu-block .sub-menu-columns-item {
	-webkit-animation: none;
	animation: none;
}

#main-nav li.mega-menu.mega-links .mega-menu-block ul li.mega-link-column {
	float: left;
	border: 0 none;
	margin-bottom: 10px;
	padding-right: 25px;
	width: 50%;
}

#main-nav li.mega-menu.mega-links .mega-menu-block ul li.mega-link-column:after {
	display: none;
}

#main-nav ul li.mega-menu.mega-links a.mega-links-head {
	padding: 10px 0;
	text-align: center;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

#main-nav li.mega-menu.mega-links.mega-links-3col .mega-menu-block ul li.mega-link-column {
	width: 33.333%;
}

#main-nav li.mega-menu.mega-links.mega-links-4col .mega-menu-block ul li.mega-link-column {
	width: 25%;
}

#main-nav li.mega-menu.mega-links.mega-links-5col .mega-menu-block ul li.mega-link-column {
	width: 20%;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block {
	padding: 0;
}

#main-nav .mega-cat-wrapper {
	clear: both;
}

#main-nav ul ul.sub-menu.mega-cat-more-links {
	width: 100%;
	margin: 10px 0;
}

#main-nav ul li.mega-menu.mega-cat .mega-cat-more-links li {
	float: left;
	width: 29.333333%;
	margin: 0 2% !important;
}

#main-nav ul li.mega-menu.mega-cat .mega-cat-more-links li ul li {
	float: none;
	width: 100%;
	margin: 0 !important;
}

.mega-cat-sub-categories {
	float: left;
	width: 20%;
	padding-top: 20px;
}

#main-nav ul li.cat-active a {
	background: #bbb !important;
}

#main-nav .mega-cat-content-tab {
	display: none;
	overflow: hidden;
}

#main-nav .mega-cat-content-tab a {
	cursor: default;
}

#main-nav .mega-cat-content-tab.already-loaded a {
	cursor: pointer;
}

#main-nav .mega-cat-content {
	float: left;
	padding: 20px;
	padding-right: 0;
}

#main-nav .mega-cat-content.mega-cat-sub-exists {
	background: #bbb;
	width: 80%;
	position: relative;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block .mega-menu-post {
	float: left;
	padding-right: 20px;
	width: 25%;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block .already-loaded .mega-menu-post {
	opacity: 1;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block .mega-menu-post a {
	border: 0 none;
	padding: 0;
}

#main-nav ul ul.sub-menu.mega-cat-more-links:after {
	content: " ";
	display: block;
	clear: both;
}

#main-nav .mega-recent-featured-list {
	width: 25%;
	margin-right: 3%;
	float: left;
}

#main-nav .mega-recent-post {
	float: left;
	width: 37%;
	margin-right: 3%;
}

#main-nav ul li.mega-menu.mega-recent-featured .mega-menu-block .mega-recent-post a {
	border: 0 none;
	padding: 0;
}

#main-nav .mega-check-also {
	float: left;
	width: 60%;
}

#main-nav ul .mega-check-also li {
	width: 50% !important;
	float: left !important;
	padding: 8px 0 !important;
	margin-bottom: 8px !important;
}

#main-nav .menu-item-has-children .mega-check-also {
	width: 32%;
}

#main-nav ul .menu-item-has-children .mega-check-also li {
	width: 100% !important;
	float: none !important;
	overflow: hidden;
}

#main-nav .mega-menu-block .mega-check-also a.mega-menu-link {
	display: inline;
	margin-top: 0;
}

#main-nav a.mega-menu-link:hover .overlay-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#main-nav ul li.mega-menu .mega-menu-block .mega-check-also .post-thumbnail {
	margin-right: 10px;
	float: left;
}

#main-nav ul li.mega-menu .mega-menu-block .mega-check-also .post-thumbnail img {
	max-width: 90px;
	height: auto;
}

.wrapper-outer {
	position: relative;
}

.background-cover {
	position: fixed;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-size: cover;
}

#wrapper.boxed {
	margin: 0 auto;
}

#wrapper.boxed #theme-header,
#wrapper.boxed .breaking-news,
#wrapper.boxed #main-content {
	box-shadow: 0 0 3px #cacaca;
}

#wrapper.boxed #main-content {
	padding-right: 24px;
	padding-left: 24px;
}

#wrapper.boxed .post-cover-head {
	margin: -24px -24px 20px;
}

#wrapper.boxed-all {
	position: relative;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 0 3px #cacaca;
}

#wrapper.boxed-all #theme-header {
	margin-top: 0;
}

#wrapper.boxed-all .breaking-news {
	margin-right: 24px;
	margin-left: 24px;
	box-shadow: 0 0 2px #cacaca;
}

#wrapper.boxed-all #main-content {
	width: 997px;
	margin-top: 0;
	padding: 0;
	background: transparent;
}

#wrapper.boxed-all #footer-widget-area,
#wrapper.boxed-all .footer-bottom .container {
	width: 997px;
}

#wrapper.boxed-all .post-cover-head {
	margin: 0 -24px 20px;
}

#wrapper.wide-layout {
	background: #fff;
	position: relative;
}

#wrapper.wide-layout #theme-header {
	margin-top: 0;
  margin-bottom: 15px;
}

#wrapper.wide-layout #main-nav .main-menu {
	margin: 0 !important;
}

#wrapper.wide-layout .breaking-news {
	margin-bottom: 0;
	box-shadow: 0 0 1px #cacaca;
}

#wrapper.wide-layout #main-content {
	margin-top: 10px;
	background: transparent;
}

#wrapper.wide-layout .post-cover-head {
	margin: -10px 0 20px;
}

.search-block {
	height: 30px;
	overflow: hidden;
	float: right;
	margin-left: 5px;
	position: relative;
}

.search-block:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 10px;
	z-index: 2;
	right: 30px;
	border: 4px solid transparent;
	border-right-color: #126fa1;
}

.search-block #s-header {
	background: #fff;
	float: right;
	padding: 9px 12px 8px 12px;
	width: 90px;
	color: #c5c5c5;
	border: 0 none;
	border: 1px solid #ececec;
	border-width: 0 0 0 1px;
	-webkit-transition: width .7s, color .4s;
	transition: width .7s, color .4s;
	border-radius: 0;
}

.search-block #s-header:focus {
	color: #000;
	width: 150px;
}

.search-block .search-button {
	background: #126fa1;
	cursor: pointer;
	float: right;
	height: 30px;
	width: 30px;
	display: block;
	border: 0 none;
	box-shadow: none !important;
	padding: 0;
	border-radius: 0;
}

.search-block .search-button:active {
	top: 0;
}

.search-block:hover .search-button,
.search-block:hover #s-header {
	opacity: 1;
	color: #444;
}

.search-block button.search-button i:before {
	color: #fff;
}

#live-search_results {
	background: #fff;
	z-index: 550 !important;
	overflow: hidden;
	padding: 10px;
	box-shadow: 0 0 3px #cacaca;
}

.live-search_more {
	display: block;
	min-height: 1px;
	margin: 3px 0 0;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	line-height: 12px;
}

.live-search_header {
	display: none;
}

.live-search_result_container li {
	padding: 8px 0 4px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}

.live-search_result_container .post-thumbnail {
	float: left;
	margin-bottom: 0;
}

.live-search_result_container .post-thumbnail img {
	max-width: 65px;
}

#live-search_loading {
	display: block !important;
	width: 100%;
	height: 31px !important;
}

body.admin-bar .fixed-nav-appear {
	top: 32px;
}

a.random-article,
a.tie-cart {
	background: #494949;
	width: 42px;
	height: 47px;
	display: block;
	float: right;
	margin-left: 1px;
	color: #fff;
	text-align: center;
	position: relative;
}

a.random-article i:before,
a.tie-cart i:before {
	width: 42px;
	line-height: 50px;
}

a.random-article:hover,
a.tie-cart:hover {
	background-color: #777;
}

a.tie-cart span.shooping-count {
	display: block;
	position: absolute;
	background: #126fa1;
	top: 5px;
	right: 4px;
	padding: 1px 5px;
	border-radius: 100%;
}

.breaking-news {
	background: #fff;
	height: 32px;
	margin: -5px auto 25px;
	overflow: hidden;
	position: relative;
}

.breaking-news span.breaking-news-title {
	background: #f43d2a;
	display: block;
	float: left;
	padding: 8px 10px 0;
	height: 32px;
	color: #fff;
}

.breaking-news span.breaking-news-title i {
	display: none;
}

.breaking-news ul {
	float: left;
}

.breaking-news ul li {
	display: block;
}

.breaking-news ul a {
	padding: 8px;
	display: block;
	white-space: nowrap;
	background: #fff;
}

.tickercontainer {
	height: 32px;
	overflow: hidden;
}

.tickercontainer .mask {
	position: relative;
	top: 9px;
	overflow: hidden;
}

ul.newsticker {
	position: relative;
	left: 750px;
	list-style-type: none;
}

ul.newsticker li {
	padding: 0;
	display: inline-block;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 50px 0 0;
}

#main-content {
	background: #fff;
	margin: 20px auto 25px;
	position: relative;
	padding: 24px 0;
	-webkit-transform: none;
}

#main-content:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.full-width {
	background-image: none;
}

#crumbs,
.woocommerce-breadcrumb {
	margin-bottom: 10px;
	clear: both;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

#crumbs span.delimiter {
	padding: 0 3px;
}

div.not-found {
	padding: 20px;
}

.full-width .content,
body.error404 .content {
	width: auto;
	float: none;
}

.tie-hide,
.lazy-enabled #main-content .post-thumbnail,
.lazy-enabled #theme-footer div.post-thumbnail,
.lazy-enabled #main-content img,
.lazy-enabled #featured-posts {
	opacity: 0;
}

.lazy-enabled #main-content .post-thumbnail.tie-appear,
.lazy-enabled #theme-footer div.post-thumbnail.tie-appear,
.lazy-enabled #main-content img.tie-appear,
.lazy-enabled #featured-posts.tie-appear {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.recaptchatable #recaptcha_image #recaptcha_challenge_image {
	opacity: 1 !important;
}

body.error404 .content .entry,
body.error404 .content .post-title,
body.error404 .title-404 {
	text-align: center;
}

body.error404 .title-404 {
	font-weight: bold;
	color: #eee;
}

.cat-box {
	margin-bottom: 35px;
}

.cat-box-title {
	padding: 3px 0;
	overflow: hidden;
}

.cat-box-title h2 {
	float: left;
	margin-right: 10px;
}

.cat-box-title h2 a {
	color: #111;
}

.cat-box-title h2 a:hover {
	color: #000;
}

h2.post-box-title {
	line-height: 26px;
}

h3.post-box-title {
	line-height: 20px;
	margin-bottom: 8px;
}

.cat-box p.post-meta {
	margin: 5px 0 0;
	font-size: 80%;
}

.cat-box p.post-meta span,
.cat-box p.post-meta .stars-small {
	margin-right: 7px;
}
.tie-date {display: none !important;}
li.first-news p.post-meta,
.list-box li.first-news p.post-meta,
.wide-box li.first-news p.post-meta,
.cat-tabs-wrap li.first-news p.post-meta {
	padding: 0;
	margin: 5px 0 10px;
	font-size: 85%;
}

.stripe-line {
	background: url(/wp-content/themes/sahifa/images/stripe.png);
	height: 12px;
	overflow: hidden;
	margin-top: 5px;
}

.cat-box .entry p,
.archive-box .entry p {
	line-height: 21px;
	margin-bottom: 12px;
}

.cat-box .entry a.more-link,
.archive-box .entry a.more-link {
	margin-top: 0;
}

.cat-box-content,
.post-listing,
#commentform {
	background: #fff;
	border-bottom: 4px solid #126fa1;
	box-shadow: 0 0 3px #cacaca;
}

.cat-box li.first-news .inner-content {
	padding: 20px;
	overflow: hidden;
}

.cat-box .post-thumbnail img.attachment-tie-small {
	max-width: 90px;
	height: auto;
}

p.post-meta {
	color: #888;
	margin: 7px 0;
	font-size: 85%;
}

p.post-meta a {
	color: #888;
}

p.post-meta a:hover {
	border-bottom: 1px #000 dotted;
	color: #000;
	text-decoration: none;
}

.post-meta .stars-small {
	float: left;
	margin: -1px 10px 0 0;
}

span.post-views-widget i:before,
span.post-comments-widget i:before,
span.tie-date i:before,
.post-meta i:before {
	margin-right: 3px;
}

a.more-link {
	color: #fff !important;
	float: none;
	margin-top: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.more-link:hover {
	background-color: red!important;
}

.post-thumbnail .fa.overlay-icon { display: none; }

.cat-box.column2 {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.column2.last-column {
	margin-left: 0;
	margin-right: 0;
}

.column2 li.other-news,
.list-box li.other-news {
	background: #f7f7f7;
	overflow: hidden;
	padding: 17px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eaeaea;
	-webkit-transition: all .40s;
	transition: all .40s;
}

.column2 li.other-news {
	padding-top: 10px;
	padding-bottom: 10px;
}

.column2 li.other-news:hover,
.list-box li.other-news:hover {
	background: #f2f2f2;
}

.column2 li.first-news {
	border-bottom: 3px solid #eaeaea;
	padding: 0;
}

.wide-box li {
	overflow: hidden;
	padding: 10px 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eaeaea;
	width: 50%;
	float: left;
	height: 125px;
	-webkit-transition: all .40s;
	transition: all .40s;
}

.wide-box ul {
	overflow: hidden;
}

.wide-box li.first-news {
	border-bottom: 3px solid #eaeaea;
	padding: 0;
	width: 100%;
	float: none;
	height: auto;
}

.wide-box li.other-news {
	background: #f7f7f7;
}

.video-box li {
	overflow: hidden;
	width: 22%;
	float: right;
	margin-bottom: 9px;
}

.video-box .big-video-column {
	width: 76.5%;
	float: left;
	margin-bottom: 0;
}

.video-box .cat-box-content {
	padding: 20px 20px 11px;
}

.video-box.cat-box li .post-thumbnail {
	margin: 0;
	padding: 0;
	box-shadow: none;
}

.video-box.cat-box li .overlay-icon:before {
	content: "\f04b";
	opacity: .6;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.video-box.cat-box li.big-video-column .overlay-icon:before {
	width: 70px;
	height: 70px;
	line-height: 60px;
	border-width: 5px;
	margin: -35px 0 0 -35px;
}

.list-box,
.wide-box {
	clear: both;
}

.list-box li {
	overflow: hidden;
	padding: 10px;
	width: 50%;
	float: right;
	clear: right;
}

.list-box li.other-news {
	border-left: 3px solid #eaeaea;
}

.list-box li.first-news {
	padding: 15px;
	float: left;
}

.pic-box .cat-box-content {
	padding: 20px 20px 13px;
}

.pic-box.pic-grid .cat-box-content {
	padding: 20px;
}

.pic-box li.first-pic {
	padding: 0;
	width: 50.94%;
}

.pic-box li {
	width: 16.3%;
	overflow: hidden;
	float: left;
}

.pic-box.cat-box li.first-pic .post-thumbnail,
.pic-box.pic-grid.cat-box li .post-thumbnail {
	position: relative;
	float: none;
}

.pic-box.pic-grid.cat-box li {
	width: 16.65%;
}

.pic-box.cat-box li .post-thumbnail img.attachment-tie-small {
	max-width: 100%;
}

.pic-box.cat-box li .post-thumbnail {
	padding: 1px;
	margin: 0;
}

.cat-tabs-wrap {
	padding: 0 20px 20px;
}

.cat-tabs-header {
	background: #f7f7f7;
	height: 46px;
	border-bottom: 3px solid #eaeaea;
	padding: 8px 10px 0;
}

.cat-tabs-header li {
	float: left;
	margin-right: 10px;
	line-height: 30px;
	padding: 4px 15px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.cat-tabs-header li.active {
	background: #fff;
	box-shadow: 0 -1px 2px #d4d4d4;
}

.cat-tabs-wrap li {
	overflow: hidden;
	padding: 12px 0;
	width: 47%;
	float: right;
	clear: right;
}

.cat-tabs-wrap li.first-news {
	width: 50%;
	float: left;
	padding-bottom: 0;
}

.cat-tabs-wrap li:last-child {
	padding-bottom: 0;
}

.scroll-box {
	clear: both;
}

.scroll-box .cat-box-content {
	padding: 20px;
	position: relative;
}

.scroll-box .scroll-item .post-thumbnail {
	margin: 0 0 10px 0;
}

.group_items {
	width: 100%;
}

.group_items-box {
	width: 100% !important;
	overflow: hidden;
}

.group_items .scroll-item:last-child,
.scroll-box .scroll-item:nth-child(3) {
	margin-right: 0;
}

.scroll-item {
	display: none;
}

.scroll-item:nth-child(1),
.scroll-item:nth-child(2),
.scroll-item:nth-child(3),
.group_items .scroll-item {
	display: block;
}

.scroll-nav {
	background: #f7f7f7;
	margin: 10px -20px -20px;
	padding: 5px;
	text-align: center;
}

.scroll-nav a {
	background: #b4b4b4;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	margin: 2px 2px 0;
	-webkit-transition: all .40s;
	transition: all .40s;
	border-radius: 50px;
}

.scroll-nav a:hover {
	background: #939393;
}

.scroll-nav a.activeSlide {
	background: #666;
}

.recent-box {
	clear: both;
}

.recent-box .cat-box-content {
	padding: 20px;
	position: relative;
}

.cat-box.recent-box.recent-full_thumb .cat-box-content,
.cat-box.recent-box.recent-blog .cat-box-content {
	padding-top: 0;
}

.recent-masonry .cat-box-content {
	padding: 0;
}

.recent-box .recent-item,
.scroll-box .scroll-item {
	float: left;
	width: 31.33333333%;
	margin: 0 3% 10px 0;
	height: 190px;
}

.recent-box .recent-item:nth-child(3n+3) {
	margin-right: 0;
}

.recent-box .item-list {
	padding: 20px 0;
}

.recent-box-pagination {
	position: relative;
	margin: -35px 0 35px;
}

.recent-box-pagination .pagination {
	margin: 0;
}

.tie-padding {
	display: inline-block;
}

.divider {
	border-top: 1px solid #ccc;
	overflow: hidden;
	margin: 10px 0 10px;
	clear: both;
}

.divider.divider-solid {
	border-top-width: thick;
	border-style: solid;
}

.divider.divider-dashed {
	border-top-width: 2px;
	border-style: dashed;
}

.divider.divider-dotted {
	border-top-width: 2px;
	border-style: dotted;
}

.divider.divider-double {
	height: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.cat-box.woocommerce.woocommerce-box .cat-box-content {
	padding: 20px 20px 0;
}

.cat-box.woocommerce .products {
	margin: 0;
}

.cat-box.woocommerce ul.products li.product {
	margin-bottom: 20px;
}

.cat-box.scroll-box.woocommerce ul.products li.product,
.cat-box.scroll-box.woocommerce .group_items,
.cat-box.scroll-box.woocommerce .group_items-box {
	height: 355px;
}

.cat-box.woocommerce ul.products li.product .price,
.cat-box.woocommerce ul.products li.product .star-rating {
	margin: 5px 0;
}

.page-head {
	padding: 3px 0;
	overflow: hidden;
}

.page-head .stripe-line {
	margin-top: 7px;
}

.page-title {
	float: left;
	margin-right: 10px;
	color: #000;
}

a.rss-cat-icon {
	float: right;
	margin: 6px 0 0 4px;
	display: block;
	color: #f8bc2e;
}

.archive-meta {
	padding: 15px 0;
}

.cat-box-content.author-cover {
	border-bottom: 0 none;
	line-height: 0;
	z-index: 0;
	min-height: 100px;
}

.author-cover-head {
	margin: -55px auto 45px;
	padding: 20px;
	max-width: 90%;
	position: relative;
	z-index: 1;
}

.author-cover-head .author-avatar img {
	max-width: 70px;
}

.page-head .author-bio {
	padding: 10px;
	margin-bottom: 15px;
}

.author-bio {
	clear: both;
	overflow: hidden;
}

.single-post-thumb {
	margin: 0 -1px !important;
	line-height: 0 !important;
}

.single-post-thumb img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.full-width .single-post-thumb {
	margin: 0 !important;
}

.google-map iframe {
	width: 100%;
}

.head-lightbox a {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.head-lightbox a:hover {
	opacity: .8;
}

.single-post-caption {
	color: #555;
	padding: 7px;
	text-align: center;
	font-style: italic;
	color: #666;
}

.entry .mejs-container {
	margin-bottom: 20px;
}

.mejs-container.wp-audio-shortcode {
	width: 100%;
}

.mejs-container.wp-video-shortcode,
.wp-video {
	width: 100% !important;
	height: auto !important;
}

.mejs-container.wp-video-shortcode.mejs-video {
	padding-top: 57%;
}

.mejs-overlay,
.mejs-poster {
	width: 100% !important;
	height: 100% !important;
}

.mejs-mediaelement video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
}

.wp-playlist.wp-playlist-light,
.wp-playlist.wp-playlist-dark {
	border-color: #eee;
	background: transparent;
	color: #333;
}

.wp-playlist.wp-playlist-light .wp-playlist-playing,
.wp-playlist.wp-playlist-dark .wp-playlist-playing {
	background: #eee;
	color: #444;
}

.wp-playlist .wp-playlist-item {
	padding: 5px;
	border-color: #eee;
}

.wp-playlist .wp-playlist-item-length {
	right: 6px;
	top: 5px;
}

.wp-playlist .wp-playlist-playing {
	font-weight: normal;
}

.post-cover #crumbs,
.post-cover-title #crumbs {
	border-bottom: 0 none;
}

.post-cover article.post-listing {
	box-shadow: none !important;
}

.post-cover article.post-listing .post-inner {
	padding: 0 0 20px;
}

.post-cover .share-post {
	margin-left: 0;
	margin-right: 0;
}

.post-cover-head .single-has-thumb.single-post-thumb {
	position: relative;
	margin: 0;
	height: 475px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}

.post-cover-head .single-post-thumb.head-lightbox,
.post-cover-head .single-post-thumb.single-post-audio {
	height: auto;
}

.post-cover-title {
	width: 100%;
	line-height: 22px;
}

.single-has-thumb .post-cover-title {
	position: absolute;
	bottom: 0;
	padding: 50px 20px 10px;
	color: #ccc;
	background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .8) 100%);
}

.single-has-thumb .post-cover-title a,
.single-has-thumb .post-cover-title p.post-meta,
.single-has-thumb .post-cover-title p.post-meta a {
	color: #ccc;
}

.single-has-thumb .post-cover-title a:hover,
.single-has-thumb .post-cover-title p.post-meta a:hover {
	color: #fff;
	border: 0 none;
}

.post-cover-title .post-title {
	line-height: 50px;
	margin-bottom: 0;
}

.single-has-thumb .post-cover-title .post-title {
	color: #fff;
}

.post-cover-title #crumbs {
	margin-bottom: 0;
}

a.go-to-the-post {
	padding: 10px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	color: #fff;
	opacity: .6;
}

a.go-to-the-post:hover {
	opacity: 1;
}

.post-listing.post {
	margin-bottom: 40px;
}

.post-inner {
	padding: 20px;
}

body.single .post-inner p.post-meta span {
	margin-right: 15px;
}

body.single .post-inner p.post-meta span i {
	margin-right: 5px;
}

.post-inner p.post-meta {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

p.post-meta span {
	display: inline-block;
	margin-right: 10px;
}

.item-list {
	border-bottom: 1px solid #f2f2f2;
	padding: 20px 20px 25px;
	clear: both;
}

.item-list p.post-meta {
	margin: 10px 0;
}

.archive-wide-thumb {
	margin: -20px -20px 10px !important;
	padding: 0 !important;
	float: none !important;
	box-shadow: none !important;
}

.archive-wide-thumb a:hover img {
	opacity: .8;
}

.page-link {
	margin: 15px 0 0;
	padding: 10px;
	background: #f6f6f6;
	clear: both;
}

.page-link a {
	color: #fff;
	padding: 5px 6px;
	background: #999;
}

.page-link a:hover {
	background: #777;
}

.edit-link {
	clear: both;
	display: block;
	margin-top: 10px;
}

.post-tag {
	margin: -30px 0 35px;
}

.post-tag a {
	background-color: #989898;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	line-height: 13px;
	margin: 0 0 2px 10px;
	padding: 4px 7px 3px;
	position: relative;
	text-transform: uppercase;
}

.post-tag a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #aaa;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.post-tag a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}

.post-tag a:hover {
	background: #444;
	color: #fff;
}

.post-tag a:hover:before {
	border-right-color: #444;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #126fa1;
}

.mejs-container .mejs-controls a:focus > .mejs-offscreen {
	color: #000;
}

#reading-position-indicator {
	display: block;
	height: 4px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #126fa1;
	width: 0;
	z-index: 9999;
	max-width: 100%;
}

.post-thumbnail {
	margin-right: 15px;
	position: relative;
	line-height: 0;
}

.post-thumbnail a {
	display: block !important;
	background: #000;
	font-size: 0;
}

.post-thumbnail img {
	height: auto;
	max-width: 100%;
	width: 100%;
	-webkit-transition: all .40s;
	transition: all .40s;
}

.post-thumbnail img.attachment-tie-small,
.post-thumbnail img.avatar {
	max-width: 100px;
}

.post-thumbnail a:hover img {
	opacity: .3 !important;
}

.post-thumbnail a:hover .overlay-icon:before,
.video-box .overlay-icon:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.overlay-icon:before,
.tie_slider .overlay-icon:before {
	content: "\f15c";
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 3px solid #fff;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	margin: -20px 0 0 -20px;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tie_map .overlay-icon:before {
	content: "\f041";
}

.tie_slider .overlay-icon:before {
	content: "\e80c";
}

.tie_lightbox .overlay-icon:before {
	content: "\f03e";
}

.tie_audio .overlay-icon:before,
.tie_soundcloud .overlay-icon:before {
	content: "\f028";
}

.tie_video .overlay-icon:before {
	content: "\f16a";
}

.item-list .post-thumbnail,
.timeline .post-thumbnail {
	float: left;
	margin-bottom: 0;
}

.cat-box li .post-thumbnail {
	margin: 0 10px 0 0;
}

.column2 .post-thumbnail {
	float: left;
}

.cat-box.column2 li.first-news .post-thumbnail {
	margin: 0 0 10px 0;
	float: none;
}

.wide-box li .post-thumbnail {
	float: left;
	min-height: 125px;
}

.list-box li .post-thumbnail {
	float: left;
	height: 125px;
}

.wide-box li.first-news .post-thumbnail {
	width: 275px;
}

@media (min-width: 768px) {
	.wide-box li.first-news .right_part {
		width: calc(100% - 300px);
		float: left;
	}
}

.list-box li.first-news .post-thumbnail {
	margin: 0 0 15px 0;
	float: none;
}

.cat-tabs-wrap li .post-thumbnail {
	float: left;
	margin-bottom: 0;
}

.cat-tabs-wrap li.first-news .post-thumbnail {
	margin: 0 0 10px 0;
	float: none;
}

.recent-item .post-thumbnail {
	margin: 0 0 10px 0;
}

.share-post {
	clear: both;
	margin: 10px -20px -20px;
	padding: 8px 0 6px 10px;
	background: #f7f7f7;
	border-top: 1px solid #eaeaea;
}

.mini-share-post {
	clear: both;
	margin: 10px -24px -20px;
	padding: 10px 10px 10px 25px;
	height: 20px;
}

.mini-share-post .share-text,
.entry .share-post .share-text {
	display: none;
}

.entry .share-post {
	margin: 0 0 15px;
	background: transparent;
	border: 0 none;
	height: auto;
	padding: 0;
}

.entry .share-post li,
.entry .share-post ul {
	list-style: none;
	margin: 0;
}

.recent-box .mini-share-post {
	margin-bottom: -5px;
}

.share-post li,
.mini-share-post li {
	float: left;
	width: 106px;
}

.entry .share-post li iframe,
.share-post li iframe,
.mini-share-post li iframe {
	max-width: none !important;
}

.share-post span.share-text {
	background: #126fa1;
	margin: -9px 10px -10px -10px;
	display: block;
	float: left;
	color: #fff;
	padding: 0 9px;
	height: 45px;
	line-height: 50px;
}

.share-post .flat-social a {
	color: #fff !important;
	text-decoration: none !important;
}

.flat-social li {
	width: auto !important;
}

.flat-social a {
	padding: 5px 10px;
	color: #fff;
	margin: 0 6px 2px 0;
	display: inline-block;
	line-height: 14px;
	border-radius: 2px;
}

.flat-social a i {
	margin-right: 3px;
}

.flat-social a:hover {
	background: #444;
}

.entry {
	line-height: 22px;
}

.entry p {
	margin-bottom: 20px;
}

.entry img {
	max-width: 100%;
	height: auto;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	margin-top: 25px;
	margin-bottom: 10px;
	line-height: 1em;
	font-weight: normal;
	color: #000;
}

.entry ol,
.entry ul {
	margin: 0 0 20px 15px;
}

.entry ul li {
	list-style: outside disc;
	list-style-image: none;
}

.entry ol li {
	list-style: outside decimal;
}

.entry li {
	margin: 0 0 5px 0;
}

.entry li ul,
.entry li ol {
	margin: 5px 0 0 15px;
}

.entry #user-login ul {
	margin-bottom: -5px;
}

.entry table {
	border-spacing: 0;
	width: 100%;
	border: 1px solid #eee;
	margin-bottom: 1.5em;
}

.entry table tr:nth-child(even) {
	background: #f9f9f9;
}

.entry table td,
.entry table th {
	padding: .4em;
	text-align: left;
}

.entry table thead th {
	background: #f4f4f4;
	text-transform: uppercase;
	padding: .7em .4em;
	vertical-align: middle;
}

.entry table tbody th {
	background: #f4f4f4;
}

.gallery {
	margin: 0 auto 18px;
	clear: both;
}

.gallery .gallery-item {
	display: inline-block;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery .gallery-item img {
	height: auto;
	margin: 0 auto;
	-webkit-transition: all .40s;
	transition: all .40s;
}

.gallery .gallery-item a:hover img {
	opacity: .6 !important;
	margin: -5px 0 5px;
}

.gallery-caption {
	color: #888;
	margin: 0 0 12px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery br + br {
	display: none;
}

.attachment img {
	display: block;
	margin: 0 auto;
}

#related_posts,
#author-box {
	clear: both;
}

.block-head {
	padding: 3px 0 0;
	overflow: hidden;
}

.block-head h3,
#respond h3 {
	float: left;
	margin-right: 10px;
}

#related_posts .post-listing,
#author-box .post-listing {
	padding: 20px;
	margin-bottom: 40px;
}

#related_posts .related-item {
	float: left;
	width: 31.33333333%;
	height: 180px;
	margin: 0 3% 10px 0;
}

#related_posts .related-item:nth-child(3n+3),
.full-width #related_posts .related-item:nth-child(4n+4) {
	margin-right: 0;
}

#related_posts .related-item .post-thumbnail {
	margin: 0 0 10px 0;
}

.full-width #related_posts .related-item {
	margin-right: 2%;
	width: 23.5%;
}

.entry #related_posts {
	margin: 0 0 20px 20px;
	float: right;
	width: 30%;
	border: 1px solid #eee;
	border-width: 0 0 0 1px;
	padding-left: 20px;
}

.entry #related_posts .post-listing {
	border-bottom: 0 none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

.entry #related_posts .related-item {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

.entry #related_posts .related-item h3 {
	margin: 0;
}

.entry #related_posts .stripe-line {
	display: none;
}

.entry #related_posts .block-head h3 {
	margin-top: 0;
}

.entry #related_posts .post-inner p.post-meta {
	padding: 0;
}

#check-also-box {
	position: fixed;
	z-index: 999;
	bottom: 65px;
	right: -350px;
	width: 300px;
	border-top: 4px solid #126fa1;
	border-bottom: 0 none;
	padding: 10px 20px 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#check-also-box.check-also-left {
	left: -350px;
	right: auto;
}

#check-also-box.show-check-also,
#check-also-box.check-also-left #check-also-close {
	right: 0;
	left: auto;
}

#check-also-box.check-also-left.show-check-also {
	right: auto;
	left: 0;
}

#check-also-box .block-head {
	padding: 0;
}

#check-also-box .block-head h3 {
	text-align: center;
	margin: 0 0 10px;
	display: block;
	float: none;
}

#check-also-box .post-thumbnail {
	margin: 0 0 10px;
}

.check-also-post {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.check-also-post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0 none;
}

.check-also-post .post-title {
	margin-bottom: 5px;
}

.check-also-post p {
	line-height: 20px;
}

#check-also-close {
	position: absolute;
	left: 0;
	top: 0;
	padding: 1px 8px 3px;
	background: #126fa1;
	color: #fff;
}

#check-also-close:hover i {
	opacity: .7;
}

.navigation {
	margin: 10px 0;
	clear: both;
	overflow: hidden;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.post-navigation {
	clear: both;
	margin: -10px 0 20px;
	overflow: hidden;
}

.post-navigation div {
	display: block;
	width: 245px;
	position: relative;
	color: #999;
}

.post-previous {
	float: left;
	padding-left: 40px;
}

.post-next {
	float: right;
	text-align: right;
	padding-right: 40px;
}

.post-navigation div span {
	display: block;
	font-size: 80%;
	color: #999;
}

.post-navigation div a:after {
	position: absolute;
	color: #ccc;
	margin-top: -11px;
	height: 22px;
	line-height: 22px;
	top: 34%;
}

.post-previous a:after {
	content: "«";
	left: 0;
}

.post-next a:after {
	content: "»";
	right: 0;
}

.full-width #sidebar {
	display: none !important;
}

.sidebar-left #sidebar {
	float: left;
}

.sidebar-left .content {
	float: right;
}

.theiaStickySidebar:after {
	content: "";
	display: table;
	clear: both;
}

.widget {
	clear: both;
	margin-bottom: 25px;
}

.widget-top h4 {
	float: left;
	margin-right: 10px;
}

.widget-top h4 a {
	color: #333;
}

.widget-top h4 a:hover {
	color: #000;
}

.widget-container {
	padding: 10px;
	clear: both;
}

.widget-container h3 {
	font-size: inherit;
}
.benefits_wrap {
    padding: 1rem 1rem 2rem;
    border: 1px solid black;
}
h1.register-page {
    font-size: 3rem!important;
    font-weight: bold!important;
}
.theiaStickySidebar .nb_posts {
    display: none;
}
.widget-container p {
	padding-bottom: 1.0em;
}

.widget-container a:hover {
	text-decoration: underline;
}

.widget-container li span.tie-date,
.footer-widget-container li span.tie-date,
.mega-menu-block .tie-date,
span.post-comments-widget,
span.post-views-widget {
	color: #989898;
	margin: 4px 0 0;
	font-size: 80%;
	display: inline-block;
}

.widget-container li span.post-small-rate,
.footer-widget-container li span.post-small-rate {
	margin-top: 5px;
}

.widget-container .post-thumbnail,
.footer-widget-container .post-thumbnail {
	float: left;
	margin-right: 10px;
}

.widget_search label span,,
.widget_product_search label.screen-reader-text {
	display: none;
}

.text-html-box {
	margin-bottom: 20px;
}

.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

.widget.news-pic .post-thumbnail {
	padding: 1px;
	width: 33.3333333%;
	max-width: 160px;
	margin: 0;
}

.widget.news-pic .post-thumbnail img.attachment-tie-small {
	max-width: 100% !important;
}

#tabbed-widget .tabs-wrap li:last-child,
.comments-avatar .widget-container li:last-child,
.posts-list .widget-container li:last-child,
.categort-posts .widget-container li:last-child,
.authors-posts .widget-container li:last-child {
	border-bottom: 0 none;
}

#tabbed-widget .tabs-wrap li,
.comments-avatar .widget-container li,
.posts-list .widget-container li,
.categort-posts .widget-container li,
.authors-posts .widget-container li,
.widget.woocommerce .widget-container li,
.widget-container ul.reviews-posts li,
.widget_categories .widget-container li,
.widget_archive .widget-container li,
.widget_nav_menu .widget-container li,
.widget_meta .widget-container li,
.widget_pages .widget-container li,
.widget_recent_comments .widget-container li,
.widget_recent_entries .widget-container li,
.widget_display_forums .widget-container li,
.widget_display_views .widget-container li,
.widget_display_replies .widget-container li,
.widget_display_topics .widget-container li,
.d4p-bbw-widget li {
	padding: 6px 0;
	border-bottom: 1px solid #f2f2f2;
}

.widget_categories .widget-container li:before,
.widget_product_categories ul li:before {
	font-family: FontAwesome;
	margin-right: .53em;
	display: inline-block;
	opacity: .25;
	content: "\f114";
}

.widget_categories .widget-container li li,
.widget_nav_menu .widget-container li li {
	padding-left: 15px;
	border: 0 none;
}

.widget_categories .widget-container li li li,
.widget_nav_menu .widget-container li li li {
	padding-left: 25px;
}

.authors-posts .widget-container li strong {
	float: right;
	display: block;
}

.facebook-box {
	text-align: center;
}

.facebook-box iframe {
	width: 100% !important;
}

.google-box {
	text-align: center;
	position: relative;
	overflow: hidden;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}

.twitter-widget-content ul {
	margin: 0 -10px;
}

#theme-footer .twitter-widget-content ul {
	margin: 0;
}

.twitter-widget-content li,
#theme-footer .twitter-widget-content li {
	background: transparent;
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 10px 10px 55px;
}

.twitter-widget-content li i,
#theme-footer .twitter-widget-content li i {
	float: left;
	margin-left: -43px;
	margin-top: 0;
	color: #ddd;
	width: 30px;
}

#theme-footer .twitter-widget-content li i {
	color: #ccc;
}

.twitter-widget-content li:last-child {
	border-bottom: 0 none;
}

.twitter-widget-content .twitter-timestamp {
	font-style: italic;
	color: #888;
	float: right;
	clear: both;
}

.footer-widgets-box .twitter-widget-content li:before {
	margin-left: 0;
	color: #777;
}

#tabbed-widget .widget-top {
	background: #f7f7f7;
	height: 46px;
	border-bottom: 3px solid #eaeaea;
	padding: 8px 0 0 2px;
	margin: -10px -10px 10px;
}

.tabs-wrap,
.cat-tabs-wrap {
	clear: both;
	display: none;
}

.tabs-wrap#tab1,
.cat-tabs-wrap.cat-tabs-wrap1 {
	display: block;
}

#tabbed-widget ul.tabs li {
	float: left;
	position: relative;
	margin-left: 3px;
	line-height: 30px;
	padding: 2px;
	background: transparent;
}

#tabbed-widget ul.tabs li a {
	display: inline-block;
	text-align: center;
	color: #666;
	padding: 5px 9px 1px;
	line-height: 30px;
}

#tabbed-widget ul.tabs li a:hover {
	color: #000;
}

#tabbed-widget ul.tabs li.active a {
	background: #fff;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-shadow: 0 -1px 2px #d4d4d4;
}

#tabbed-widget .tabs-wrap.tagcloud {
	font-size: 0;
}

#tabbed-widget .tabs-wrap.tagcloud a {
	padding: 6px 8px;
	background: #f7f7f7;
	display: inline-block;
	margin: 0 1px 1px 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

#tabbed-widget .tabs-wrap.tagcloud a:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

.author-avatar img {
	float: left;
	margin: 0 20px 0 0;
}

#author-box .author-avatar img {
	margin-right: 20px;
}

.author-description {
	font-size: 95%;
	line-height: 17px;
}

.author-social {
	float: left;
	margin-top: 10px;
}

.author-social a {
	width: 25px;
	text-align: center;
	padding: 5px 0;
	background: #f1f1f1;
	color: #777;
	line-height: 0;
}

.author-social a:hover {
	color: #fff;
}

.author-social a.social-twitter {
	width: auto;
	padding: 5px 8px;
	text-decoration: none;
}

.widget_author .author-social a.social-twitter span {
	display: none;
}

.author-social a,
.author-social a i {
	margin: 0 !important;
}

.flickr-widget .flickr_badge_image {
	float: left;
	width: 25%;
	padding: 2px;
	line-height: 0;
	max-width: 90px;
}

.flickr-widget .flickr_badge_image a {
	display: block;
}

.flickr-widget .flickr_badge_image img {
	opacity: 1;
	width: 100%;
	height: auto;
}

.flickr-widget .flickr_badge_image a:hover img {
	opacity: .6;
}

.search-widget.search-block-large {
	margin-bottom: 25px;
	width: 100%;
}

.search-block-large {
	overflow: hidden;
	position: relative;
	width: 310px;
	max-width: 100%;
	margin: 10px auto;
}

.search-block-large.widget {
	margin-bottom: 25px;
}

.search-block-large #s {
	background: #fff;
	padding: 9px 12px 8px 12px;
	width: 100%;
	color: #c5c5c5;
	margin-bottom: 0;
	border: 1px solid #e8e8e8;
	border-radius: 0;
}

.search-block-large #s:focus {
	color: #000;
}

.search-block-large .search-button {
	position: absolute;
	top: 1px;
	right: 1px;
	opacity: .7;
	background: #126fa1;
	cursor: pointer;
	height: 34px;
	width: 34px;
	display: block;
	border: 0 none;
	box-shadow: none !important;
	padding: 0;
	border-radius: 0;
}

.search-block-large:hover .search-button,
.search-block-large:hover #s {
	opacity: 1;
	color: #444;
}

.search-block-large button.search-button i:before {
	color: #fff;
}

.widget_search input[type=search] {
	min-width: 100%;
}

#login-form #log,
#login-form #pwd,
.widget-feedburner .feedburner-email {
	border-color: #f1f1f1;
	border-top-color: #ddd;
	border-left-color: #ddd;
	background: #f9f9f9;
	color: #515151;
	padding: 8px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	min-height: 24px;
	border-radius: 3px;
}

#login-form #log:hover,
#login-form #pwd:hover,
.widget-feedburner .feedburner-email:hover {
	color: #000;
}

#login-form #log:focus,
#login-form #pwd:focus,
.widget-feedburner .feedburner-email:focus {
	background: #fff;
	color: #000 !important;
}

#login-form .login-button {
	margin-right: 20px;
}

#login-form p {
	padding-bottom: 0;
}

ul.login-links {
	margin-top: 15px;
}

p.welcome-text {
	margin-bottom: 0;
	padding-bottom: 7px;
}

.content .entry #login-form p {
	padding: 0;
}

#user-login li,
#user-login img {
	padding: 4px 0 0;
	margin-bottom: 0;
}

.widget-feedburner-counter {
	padding: 11px;
}

#sidebar .flexslider {
	width: 310px;
	height: 205px !important;
	clear: both;
}

#sidebar .flexslider .slides > li {
	height: 205px !important;
}

#sidebar .slider-caption {
	width: 100%;
	padding: 0;
	bottom: 0;
}

#sidebar .slider-caption h2 {
	padding: 3px 10px;
	line-height: 20px;
}

.widget.timeline-posts li {
	padding: 0 0 0 5px;
}

.widget.timeline-posts li h3 {
	border: 2px solid #ccc;
	border-width: 0 0 0 2px;
	padding: 5px 0 12px 10px;
}

.widget.timeline-posts li span.tie-date {
	position: relative;
	padding-left: 12px;
	margin: 0;
	display: block;
	height: 16px;
}

.widget.timeline-posts li span.tie-date:before {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #ccc;
	display: block;
	position: absolute;
	left: -3px;
	top: 4px;
	border-radius: 100%;
}

.widget.timeline-posts li span.tie-date i {
	display: none;
}

.widget.timeline-posts li a:hover,
.widget.timeline-posts li a:hover span.tie-date {
	text-decoration: none;
	color: #126fa1;
}

.widget.timeline-posts li a:hover span.tie-date:before {
	background: #126fa1;
	border-color: #126fa1;
}

.arqam-lite-widget-counter {
	margin-bottom: 25px;
	overflow: hidden;
	background: white;
	background: #fff;
	clear: both;
	font-size: 0;
	box-shadow: 0 0 3px #cacaca;
}

.arqam-lite-widget-counter ul {
	text-align: center;
}

.arqam-lite-widget-counter li {
	line-height: 15px;
	display: inline-block;
	width: 33.333333%;
	border: 1px solid #eee;
	border-width: 0 0 1px 0;
}

.arqam-lite-widget-counter li a {
	color: #444;
	text-decoration: none;
	display: block;
	overflow: hidden;
	opacity: .8;
	padding: 0 0 6px;
}

.arqam-lite-widget-counter li a:hover {
	background: transparent;
	opacity: 1;
}

.arqam-lite-widget-counter a i {
	margin: 8px auto;
	width: 50px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	background: #555;
	-webkit-border-radius: 50px;
	moz-border-radius: 50px;
	border-radius: 50px;
}

.arqam-lite-widget-counter a:hover i {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.arqam-lite-widget-counter a:hover span,
.arqam-lite-widget-counter a:hover small {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.arqam-lite-widget-counter li:nth-child(3n+1) {
	border-width: 0 1px 1px 0;
}

.arqam-lite-widget-counter li:nth-child(3n+3) {
	border-width: 0 0 1px 1px;
}

.arqam-lite-widget-counter li span {
	display: block;
}

.arqam-lite-widget-counter li a small {
	color: #777;
	padding-top: 3px;
	display: inline-block;
}

.arqam-lite-widget-counter.border a i {
	background: transparent;
	border: 1px solid #555;
	color: #555;
}

.arqam-lite-widget-counter.border li a:hover i {
	border: 0 none;
	color: #fff;
}

.arqam-lite-widget-counter.border .arq-lite-facebook a i {
	border-color: #39599f;
	color: #39599f;
}

.arqam-lite-widget-counter.border .arq-lite-twitter a i {
	border-color: #45b0e3;
	color: #45b0e3;
}

.arqam-lite-widget-counter.border .arq-lite-google a i {
	border-color: #fa0101;
	color: #fa0101;
}

.arqam-lite-widget-counter.border .arq-lite-rss a i {
	border-color: #f8bc2e;
	color: #f8bc2e;
}

.arqam-lite-widget-counter.border .arq-lite-soundcloud a i {
	border-color: #f76700;
	color: #f76700;
}

.arqam-lite-widget-counter.border .arq-lite-forrst a i {
	border-color: #297e09;
	color: #297e09;
}

.arqam-lite-widget-counter.border .arq-lite-behance a i {
	border-color: #1769ff;
	color: #1769ff;
}

.arqam-lite-widget-counter.border .arq-lite-dribbble a i {
	border-color: #d875a2;
	color: #d875a2;
}

.arqam-lite-widget-counter.border .arq-lite-youtube a i {
	border-color: #cc181e;
	color: #cc181e;
}

.arqam-lite-widget-counter.border .arq-lite-instagram a i {
	border-color: #517fa4;
	color: #517fa4;
}

.arqam-lite-widget-counter.border .arq-lite-vimeo a i {
	border-color: #3fbfce;
	color: #3fbfce;
}

.arqam-lite-widget-counter.border .arq-lite-delicious a i {
	border-color: #2567ee;
	color: #2567ee;
}

.arq-lite-dribbble a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-dribbble a i {
	background: #d875a2;
}

.arq-lite-rss a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-rss a i {
	background: #f8bc2e;
}

.arq-lite-forrst a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-forrst a i {
	background: #297e09;
}

.social-facebook,
.author-social a.social-facebook:hover,
.arq-lite-facebook a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-facebook a i {
	background: #39599f;
}

.social-twitter,
.author-social a.social-twitter:hover,
.arq-lite-twitter a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-twitter a i {
	background: #45b0e3;
}

.social-stumble,
.author-social a.social-stumble:hover {
	background: #eb4924;
}

.social-google-plus,
.author-social a.social-google-plus:hover,
.arq-lite-google a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-google a i {
	background: #fa0101;
}

.social-linkedin,
.author-social a.social-linkedin:hover {
	background: #65b7d2;
}

.social-pinterest,
.author-social a.social-pinterest:hover {
	background: #e00707;
}

.social-youtube,
.author-social a.social-youtube:hover,
.arq-lite-youtube a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-youtube a i {
	background: #cc181e;
}

.social-instagram,
.author-social a.social-instagram:hover,
.arq-lite-instagram a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-instagram a i {
	background: #517fa4;
}

.social-behance,
.author-social a.social-behance:hover,
.arq-lite-behance a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-behance a i {
	background: #1769ff;
}

.social-flickr,
.author-social a.social-flickr:hover {
	background: #ff0084;
}

.social-site {
	background: #666;
}

.widget-container .tie-instagram {
	margin-bottom: 0;
}

.e3lan-cell {
	width: 50%;
	display: block;
	padding: 5px;
	float: left;
	text-align: center;
	line-height: 0;
}

.e3lan-widget-content {
	overflow: hidden;
	margin-bottom: 25px;
	clear: both;
}

.widget-container .e3lan-widget-content {
	margin-bottom: 0;
}

.e3lan-one .e3lan-cell,
.e3lan160-600 .e3lan-cell,
.e3lan250-250 .e3lan-cell,
.e3lan300-100 .e3lan-cell,
.e3lan300-250 .e3lan-cell,
.e3lan300-600 .e3lan-cell {
	width: 100%;
	padding: 0;
	float: none;
}

.widget-container .e3lan300-100,
.widget-container .e3lan300-250,
.widget-container .e3lan300-600 {
	margin: 0 -10px;
}

.e3lan300-100 .e3lan-cell {
	padding: 5px 0;
}

.tie-weather-wrap {
	clear: both;
	overflow: hidden;
}

.weather-icon[class^="tieicon-"]:before {
	line-height: 60px;
	height: 60px;
}

.weather-icon {
	position: relative;
	margin: 0 auto;
}

.weather-icon i {
	display: block;
	line-height: 0;
}

.tie-weather-current-temp {
	padding: 10px 0;
	width: 35%;
	float: left;
	line-height: 1em;
	font-weight: 300;
	text-align: center;
	color: #666;
}

.tie-weather-current-temp sup {
	top: -1.3em;
	padding-left: 3px;
}

.tie-weather-todays-stats {
	float: right;
	padding: 14px 5%;
	line-height: 1.4em;
	width: 65%;
}

.weather_name {
	margin-bottom: 10px;
}

.weather_desc {
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.tie-weather-forecast {
	border-top: solid 1px #eee;
	padding: 20px 10px 15px;
	clear: both;
}

.tie-weather-forecast-day {
	width: 18%;
	margin: 0 1%;
	float: left;
	text-align: center;
	font-weight: 400;
}

.weather_days_2 .tie-weather-forecast-day {
	width: 48%;
}

.weather_days_3 .tie-weather-forecast-day {
	width: 31%;
}

.weather_days_4 .tie-weather-forecast-day {
	width: 23%;
}

.tie-weather-forecast-day-temp {
	font-weight: 400;
}

.tie-weather-forecast-day-temp sup {
	padding-left: 2px;
}

.tie-weather-forecast-day-abbr {
	text-transform: uppercase;
	margin-top: 5px;
	padding-right: 4px;
}

img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

#comments-box .post-listing {
	padding: 20px 20px 0;
	margin-bottom: 40px;
}

#comments-title em {
	color: #333;
}

.comment-avatar {
	float: left;
	margin: 0 10px 0 0;
}

.commentlist li {
	margin-bottom: 20px;
	clear: both;
	position: relative;
	clear: both;
}

.author-comment {
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}

.author-comment cite {
	color: #3b3b3b;
	position: relative;
	display: block;
	margin-bottom: 2px;
	padding-top: 5px;
	font-style: normal;
	font-weight: bold;
	float: left;
}

.commentmetadata {
	display: block;
	font-size: 85%;
	float: right;
	padding-top: 5px;
}

.commentmetadata a {
	color: #3b3b3b;
}

.commentmetadata a:hover {
	color: #000;
}

.comment-wrap {
	position: relative;
	border-bottom: 1px solid #e7e7e7;
}

.comment-content {
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 15px;
	margin-left: 80px;
	min-height: 80px;
}

.comment-content p {
	line-height: 17px;
	margin-bottom: 10px;
}

.nocomments {
	text-align: center;
}

.commentlist li.pingback {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}

.commentlist .children {
	margin-top: 15px;
	margin-left: 50px;
}

.commentlist .reply a {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #e7e7e7;
	padding: 3px 10px;
}

.commentlist .reply a:hover {
	background: #333;
	color: #fff;
}

#bbpress-forums div.bbp-reply-author img.avatar {
	position: relative !important;
}

#respond {

	background: #fafafa;
	padding: 25px;
	position: relative;
	clear: both;
}

#respond:before {
	height: 1px;
}

.commentlist li #respond {
	margin: 10px 0 20px 70px !important;
}

#commentform {
	padding: 0;
	margin-top: 5px;
	overflow: hidden;
	clear: both;
}

#commentform .required {
	font-weight: bold;
}

#commentform label {
	padding-bottom: 4px;
	color: #888;
	display: block;
}

#commentform p {
	margin: 0 0 10px;
}

#commentform input {
	display: block;
	width: 250px;
}

#commentform input[type="checkbox"] {
	margin: 2px 7px 0 0;
	float: left;
	clear: left;
}

#commentform .form-allowed-tags,
.comment-form-comment label {
	display: none;
}

#commentform p.form-submit {
	margin-top: 0;
}

.comment-form-email,
.comment-form-url,
.comment-form-url,
.comment-form-comment {
	clear: both;
}

.comment-notes {
	margin-bottom: 10px;
}

input.error,
textarea.error {
	border: 1px solid #f00 !important;
}

.e3lan-top {
	float: right;
	line-height: 0;
}

.e3lan-bottom,
.e3lan-below_header {
	line-height: 0;
	margin: 15px auto 20px;
	text-align: center;
	position: relative;
}

.e3lan-post {
	line-height: 0;
	margin: 20px auto;
	text-align: center;
}

.home-e3lan {
	clear: both;
	margin: 20px auto;
	text-align: center;
	min-height: 1px;
}

.e3lan-top iframe,
.e3lan-bottom iframe,
.home-e3lan iframe,
.e3lan-post iframe,
.e3lan-below_header iframe {
	margin: 0 auto;
}

.e3lan-top img,
.e3lan-bottom img,
.home-e3lan img,
.e3lan-post img,
.e3lan-below_header img {
	max-width: 100%;
	height: auto;
}

.e3lan-top ins,
.e3lan-bottom ins,
.e3lan-below_header ins,
.home-e3lan ins,
.e3lan-post ins {
	margin: 0 auto !important;
	padding: 0 !important;
	background: transparent !important;
	text-decoration: none !important;
}

.e3lan-top ins,
.e3lan-bottom ins {
	width: 728px;
	height: 90px;
}

.home-e3lan ins,
.e3lan-post ins {
	width: 468px;
	height: 60px;
}

.tipsy {
	position: absolute;
	padding: 5px;
	z-index: 100000;
}

.tipsy-inner {
	background-color: #000;
	color: #fff;
	max-width: 200px;
	padding: 5px 8px 4px 8px;
	text-align: center;
	border-radius: 3px;
}

.tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px dashed #000;
}

.tipsy-arrow-n {
	border-bottom-color: #000;
}

.tipsy-arrow-s {
	border-top-color: #000;
}

.tipsy-arrow-e {
	border-left-color: #000;
}

.tipsy-arrow-w {
	border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
	right: 0;
	top: 50%;
	margin-top: -5px;
	border-left-style: solid;
	border-right: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
	left: 0;
	top: 50%;
	margin-top: -5px;
	border-right-style: solid;
	border-left: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

#featured-posts {
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
	position: relative;
}

#featured-posts .featured-post.fea-1,
#featured-posts .featured-post.fea-2,
#featured-posts .featured-post.fea-3,
#featured-posts .featured-post.fea-4,
#featured-posts .featured-post.fea-5,
#featured-posts .featured-posts-single-slide .featured-post {
	display: block;
}

#featured-posts .featured-post {
	display: none;
	float: left;
	position: relative;
	overflow: hidden;
	padding-left: 1px;
}

#featured-posts .featured-post-inner {
	height: 215px;
	position: relative;
	line-height: 0;
	color: #fff;
	background-position: center;
	background-size: cover;
}

#featured-posts .featured-post img {
	max-width: 100%;
	height: auto;
}

#featured-posts .featured-post.featured-post-1,
#featured-posts .featured-post.featured-post-3 {
	padding-left: 0;
}

.featured-post-1,
.featured-post-2 {
	width: 50%;
}

.featured-post-3,
.featured-post-4,
.featured-post-5 {
	width: 33.33333333%;
	padding-top: 1px;
}

.featured-cover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .5) 70%, black 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .5) 70%, black 100%);
}

.featured-cover a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#featured-posts .featured-post-inner:hover .featured-cover {
	opacity: 1;
}

.featured-title {
	position: absolute;
	width: 100%;
	bottom: -60px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	line-height: 20px;
	padding: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.featured-title h2 {
	margin-bottom: 15px;
	text-shadow: rgba(0, 0, 0, .6) 0 0 5px;
	line-height: 26px;
}

.featured-title h3 {
	opacity: 0;
	min-height: 40px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.featured-title a {
	color: #fff;
}

#featured-posts .flex-direction-nav a {
	width: 40px;
	height: 40px;
	margin: 0;
	color: #fff;
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	background: #222;
}

#featured-posts.featured-posts-disable-nav .flex-direction-nav {
	display: none;
}

#featured-posts .flex-direction-nav .flex-next {
	right: 5px !important;
}

#featured-posts .flex-direction-nav .flex-prev {
	right: 50px !important;
	left: auto !important;
}

#featured-posts .flex-direction-nav .flex-next:before,
#featured-posts .flex-direction-nav .flex-prev:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
}

#featured-posts:hover .flex-next,
#featured-posts:hover .flex-prev {
	opacity: .8;
}

#featured-posts .flex-next:hover,
#featured-posts .flex-prev:hover {
	background: #126fa1;
}

#featured-posts .featured-post-inner:hover .featured-title {
	bottom: 0;
}

#featured-posts .featured-post-inner:hover .featured-title h3 {
	opacity: .8;
}

.flexslider .slides > li,
.full-width .content .flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
	height: 498px;
}

.flexslider .slides img {
	width: 100%;
	height: 100%;
	display: block;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	overflow: hidden;
	margin: 0 auto 20px;
	position: relative;
	zoom: 1;
	width: 100%;
	height: 498px;
	max-width: 100%;
	background: #000;
}

.flexslider:before,
.ei-slider-loading:before,
#main-nav .mega-cat-content.mega-cat-sub-exists .mega-cat-content-tab.loading-items:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -13.5px 0 0 -13.5px;
	height: 27px;
	width: 27px;
	content: "\f110";
	color: #999;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-next:before,
.flex-direction-nav .flex-prev:before {
	width: 30px;
	display: block;
	text-align: center;
}

.flex-direction-nav .flex-next {
	right: -30px;
}

.flex-direction-nav .flex-next:before {
	content: "\f105";
}

.flex-direction-nav .flex-prev {
	left: -30px;
}

.flex-direction-nav .flex-prev:before {
	content: "\f104";
}

.flexslider:hover .flex-next {
	opacity: .8;
	right: 5px;
}

.flexslider:hover .flex-prev {
	opacity: .8;
	left: 5px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .disabled {
	opacity: .3 !important;
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .active {
	opacity: 1;
	cursor: default;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -1px;
	text-align: center;
	height: 13px;
	z-index: 2;
}

.flex-control-nav li {
	margin: 0;
	display: inline-block;
	zoom: 1;
}

.flex-control-paging li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 100%;
	background: #666;
	border-right: 1px solid #888;
	height: 13px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.flex-control-paging li:last-child a {
	border-right: 0 none;
}

.flex-control-paging li a:hover {
	background: #000;
}

.flex-control-paging li a.flex-active {
	background: #126fa1;
	cursor: default;
}

.slider-caption {
	position: absolute;
	width: 100%;
	padding: 15px 0;
	background: #000;
	right: 0;
	bottom: 13px;
	color: #fff;
	opacity: .8;
}

.slider-caption h2 a,
.slider-caption h2,
.full-width .content .slider-caption h2 {
	color: #fff;
}

.slider-caption h2,
.slider-caption p {
	padding: 0 15px;
}

.content .flexslider {
	height: 330px;
}

.content .flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
	height: 330px;
}

.content .flexslider .slides img {
	width: 100%;
	display: block;
}

.content .ei-slider {
	height: 330px;
}

.content .ei-slider-loading {
	line-height: 375px;
}

.content .ei-title h3 {
	line-height: 14px;
}

.ei-slider {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 498px;
	margin: 0 auto 35px;
}

.ei-slider-loading {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 520px;
}

.ei-slider-large {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ei-slider-large li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.ei-slider-large li img {
	width: 100% !important;
	margin: 0 !important;
}

.ei-title {
	position: absolute;
	right: 10%;
	margin-right: 0;
	margin-left: 2%;
	width: 88%;
	bottom: 25%;
	color: #fff;
	opacity: .8;
}

.ei-title h2,
.ei-title h3 {
	text-align: right;
}

.ei-title h2 {
	color: #b5b5b5;
	background: #000;
	float: right;
	padding: 5px;
	margin-bottom: 5px;
}

.ei-title h3 {
	clear: both;
	line-height: 20px;
	max-width: 90%;
	float: right;
	background: #000;
	padding: 5px;
}

.ei-slider-thumbs {
	height: 13px;
	margin: 0 auto;
	position: relative;
	max-width: 100% !important;
}

.ei-title a {
	color: #fff;
}

.ei-slider-thumbs li {
	position: relative;
	float: left;
	height: 100%;
}

.ei-slider-thumbs li.ei-slider-element {
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #126fa1;
}

.ei-slider-thumbs li a {
	display: block;
	text-indent: -9000px;
	background: #666;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border-right: 1px solid #888;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}

.ei-slider-thumbs li:last-child a {
	border-right: 0 none;
}

.ei-slider-thumbs li a:hover {
	background-color: #f0f0f0;
}

.ei-slider-thumbs li img,
.lazy-enabled #main-content .ei-slider-thumbs li img {
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	width: 100%;
	max-height: 100px;
	height: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, .3)));
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.content .ei-slider-thumbs li img {
	max-height: 65px;
}

.ei-slider-thumbs li:hover img,
.lazy-enabled #main-content .ei-slider-thumbs li:hover img {
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#sitemap {
	overflow: hidden;
	padding-top: 10px;
}

.sitemap-col {
	float: left;
	margin: 0 2% 10px 0;
	width: 23.5%;
}

#sitemap .last {
	margin-right: 0;
}

.sitemap-col h2 {
	color: #111;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 5px;
}

.sitemap-col ul {
	padding-left: 0;
	margin-left: 0;
}

.sitemap-col ul li {
	list-style-position: inside;
}

.sitemap-col ul li a {
	padding: 4px 0 4px;
	display: inline-block;
}

ul.authors-wrap {
	margin: 0 0 10px;
}

ul.authors-wrap li {
	background: transparent;
	padding: 20px;
	margin: 0 -20px 10px;
	border-bottom: 1px solid #f2f2f2;
	list-style: none;
}

ul.authors-wrap li h3 {
	text-transform: capitalize;
	margin: 0 0 5px;
}

.entry ul.best-reviews li {
	list-style: none;
	margin: 0 0 10px;
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
	padding-left: 170px;
	padding-bottom: 10px;
}

.best-review-score-image {
	margin-left: -170px;
}

.entry ul.best-reviews .best-review-score {
	background: #aaa;
	margin: 15px 15px 0 0;
	width: 50px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	border-radius: 50px;
}

.entry ul.best-reviews {
	margin: 0;
}

.entry ul.best-reviews .post-thumbnail,
.entry ul.best-reviews .best-reviews-content,
.entry ul.best-reviews .best-review-score {
	float: left;
}

.entry ul.best-reviews h3 {
	margin: 2px 0 5px;
}

.entry ul.best-reviews p.post-meta {
	border-bottom: 0 none;
	padding: 0;
	margin: 5px 0 0;
	clear: both;
}

.entry ul.best-reviews .post-thumbnail {
	width: 90px;
}

.timeline-contents.timeline-page {
	text-align: center;
}

ul.timeline {
	border: 2px solid #dfdfe0;
	border-width: 0 0 0 2px;
	margin: 0;
	padding: 5px 0 30px;
}

.timeline-page ul.timeline {
	width: 50%;
	direction: ltr;
	float: right;
	margin: 0;
}

h2.timeline-head {
	text-align: center;
	background: #eee;
	padding: 8px 20px;
	font-weight: bold;
	color: #666;
	margin: 0 auto;
	display: inline-block;
}

ul.timeline li.timeline-post {
	background: transparent;
	list-style: none;
	width: 100%;
	padding-left: 4%;
	margin: 20px 0 0;
	position: relative;
	text-align: left;
}

ul.timeline li.timeline-post span.timeline-date {
	display: block;
	color: #999;
}

ul.timeline li.timeline-post:before {
	background: #dfdfe0;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 5px;
	left: -5.5px;
	content: "";
}

.timeline-page ul.timeline li:nth-child(2n+2) {
	margin-left: -100%;
	text-align: right;
	padding-left: 0;
	padding-right: 4%;
}

.timeline-page ul.timeline li:nth-child(2n+2):before {
	left: auto;
	right: -4.5px;
}

.timeline-archive ul.timeline {
	margin-left: 15px;
}

.timeline-archive ul.timeline li.timeline-post {
	padding-left: 15px;
	clear: both;
}

.timeline-archive ul.timeline li.timeline-post .timeline-content {
	overflow: hidden;
}

.timeline-archive ul.timeline li.timeline-post h2 {
	padding: 8px 0;
}

#media-page #featured-posts .featured-post {
	display: block;
	padding-top: 1px;
}

#media-page #featured-posts .featured-post .overlay-icon:before {
	opacity: .5;
	margin: 0;
	top: 10px;
	right: 10px;
	left: auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#media-page #featured-posts .featured-post:hover .overlay-icon:before {
	opacity: .7;
}

.masonry-grid {
	padding-left: 4%;
}

.masonry-grid .item-list {
	width: 44%;
	padding-left: 0;
	padding-right: 0;
	margin-right: 4%;
}

.masonry-grid .item-list .post-thumbnail {
	float: none;
	margin: 0 0 10px;
}

.full-width .masonry-grid.post-listing {
	padding-left: 3%;
}

.full-width .masonry-grid .item-list {
	width: 29.4%;
	margin-right: 3%;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
}

.isotope {
	-webkit-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

#topcontrol {
	z-index: 999;
	background: #126fa1;
	width: 40px;
	height: 40px;
	text-align: center;
	position: fixed;
	bottom: -100px;
	right: 10px;
	cursor: pointer;
	overflow: auto;
	opacity: .7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 5px;
}

#topcontrol:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

#topcontrol:hover {
	opacity: 1;
}

.post-content-slideshow-outer {
	padding: 10px 0;
	border-bottom: 4px solid #f2f2f2;
	margin: 10px 0 20px;
	clear: both;
}

.post-content-slideshow {
	padding-bottom: 80px;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.post-content-slide {
	width: 100% !important;
	height: auto !important;
	top: 40px !important;
	display: none;
}

.post-content-slide:nth-child(2) {
	display: block;
}

.post-tslideshow-nav-outer {
	height: 30px;
}

.post-tslideshow-nav-outer-bottom {
	height: 30px;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.post-slideshow-nav {
	display: inline-block;
	text-align: center;
	padding: 5px 0;
}

.post-slideshow-nav a {
	background: #b4b4b4;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	margin: 2px 2px 0;
	-webkit-transition: all .40s;
	transition: all .40s;
	border-radius: 50px;
}

.post-slideshow-nav a:hover {
	background: #939393;
}

.post-slideshow-nav a.activeSlide {
	background: #666;
}

a.post-slideshow-next,
a.post-slideshow-prev {
	background: #126fa1;
	padding: 3px 15px;
	cursor: pointer;
	overflow: auto;
	color: #fff;
	float: right;
	margin-left: 5px;
	border-radius: 2px;
}

a.post-slideshow-next:hover,
a.post-slideshow-prev:hover {
	background: #444;
}

.google-map.alignleft {
	margin-right: 10px;
}

.google-map.alignright {
	margin-left: 10px;
}

.google-map.aligncenter {
	text-align: center;
}

.post-tooltip {
	cursor: pointer;
	display: inline-block;
	border-bottom: 1px #666 dotted;
	color: #ed5109;
}

.post-tooltip:hover {
	border-bottom-color: #ed5109;
}

.highlight {
	background: #ff9;
	color: #fff;
}

.highlight-yellow {
	background: #ff9;
	color: #222;
}

.highlight-red {
	background: #f43d2a;
}

.highlight-blue {
	background: #3db2ea;
}

.highlight-orange {
	background: #f97405;
}

.highlight-black {
	background: #000;
}

.highlight-green {
	background: #8ccb0a;
}

.highlight-gray {
	background: #999;
}

.highlight-pink {
	background: #ff7979;
}

.dropcap {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	line-height: 50px;
}

.tie-list-shortcode ul {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.tie-list-shortcode li {
	list-style: none !important;
	padding-left: 20px;
}

.tie-list-shortcode ul li:before {
	margin-right: 5px;
	margin-left: -20px;
}

.tie-list-shortcode.starlist ul li:before {
	content: "\f005";
	color: #fbd606;
}

.tie-list-shortcode.checklist ul li:before {
	content: "\f00c";
	color: #7fb718;
}

.tie-list-shortcode.lightbulb ul li:before {
	content: "\f0eb";
	color: #fbd606;
}

.tie-list-shortcode.thumbup ul li:before {
	content: "\f164";
	color: #7fb718;
}

.tie-list-shortcode.thumbdown ul li:before {
	content: "\f165";
	color: #f01818;
}

.tie-list-shortcode.plus ul li:before {
	content: "\f0fe";
	color: #555;
}

.tie-list-shortcode.minus ul li:before {
	content: "\f146";
	color: #555;
}

.tie-list-shortcode.heart ul li:before {
	content: "\f004";
	color: #ff7979;
}

.tie-list-shortcode.cons ul li:before {
	content: "\f00d";
	color: #f01818;
}

.box {
	padding: 20px;
	background-color: #f6f6f6;
	margin-bottom: 20px;
	word-wrap: break-word;
}

.box div.box-inner-block {
	padding-left: 70px;
	min-height: 50px;
}

.box .tie-shortcode-boxicon {
	float: left;
	margin-left: -70px;
}

.box .tie-shortcode-boxicon:before {
	line-height: 60px;
	height: 60px;
	width: 60px;
	margin: 0;
}

.box.shadow {
	border: 1px solid #ddd;
	box-shadow: 0 0 5px rgba(153, 153, 153, .6);
}

.box.shadow div.box-inner-block {
	padding: 0;
}

.box.info {
	background: #d6f6ff;
	border-color: #bfe3ec;
}

.box.info .tie-shortcode-boxicon:before {
	content: "\f05a";
	color: #2cb4da;
}

.box.success {
	background: #e2f2cb;
	border-color: #d1e4b7;
}

.box.success .tie-shortcode-boxicon:before {
	content: "\f05d";
	color: #8ab84d;
}

.box.warning {
	background: #fffddb;
	border-color: #e9e59e;
}

.box.warning .tie-shortcode-boxicon:before {
	content: "\f071";
	color: #ecc21b;
}

.box.error {
	background: #ffe6e2;
	border-color: #eebfb8;
}

.box.error .tie-shortcode-boxicon:before {
	content: "\f05e";
	color: #f03317;
}

.box.download {
	background: #e2f2cb;
	border-color: #d1e4b7;
}

.box.download .tie-shortcode-boxicon:before {
	content: "\f019";
	color: #8ab84d;
}

.box.note {
	background: #fffddb;
	border-color: #e9e59e;
}

.box.note .tie-shortcode-boxicon:before {
	content: "\f15c";
	color: #ecc21b;
}

a.shortc-button {
	border: none;
	cursor: pointer;
	padding: 0 10px;
	display: inline-block;
	margin: 10px 0 0;
	font-weight: 700;
	outline: none;
	position: relative;
	background: #bdc3c7;
	color: #fff !important;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	opacity: .9;
	overflow: hidden;
	border-radius: 3px;
}

a.shortc-button:hover {
	opacity: 1;
}

a.shortc-button:active {
	top: 1px;
}

a.shortc-button i {
	margin-right: 10px;
}

a.shortc-button.red {
	background: #e74c3c;
}

a.shortc-button.green {
	background: #2ecc71;
}

a.shortc-button.blue {
	background: #3498db;
}

a.shortc-button.orange {
	background: #e67e22;
}

a.shortc-button.pink {
	background: #ff00a2;
}

a.shortc-button.purple {
	background: #9b59b6;
}

a.shortc-button.black {
	background: #222;
}

a.shortc-button.white {
	background: #ecf0f1;
	color: #333 !important;
}

a.shortc-button.medium {
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
}

a.shortc-button.big {
	height: 65px;
	line-height: 65px;
	padding: 0 20px;
}

.flickr-wrapper {
	overflow: hidden;
	margin-bottom: 20px;
}

.flickr-wrapper .flickr_badge_image {
	float: left;
	margin: 8px;
}

.flickr-wrapper .flickr_badge_image img {
	opacity: 1;
	padding: 4px;
	border: 1px solid #eee;
}

.flickr-wrapper .flickr_badge_image a:hover img {
	opacity: .6 !important;
}

.toggle {
	margin-bottom: 15px;
	border: 1px solid #eee;
	position: relative;
}

.toggle h3 {
	background: #f1f1f1;
	font-weight: normal;
	padding: 10px;
	margin: 0;
	cursor: pointer;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}

.toggle h3:hover {
	background: #e7e7e7;
}

h3.toggle-head-close {
	display: none;
}

h3.toggle-head-open i,
h3.toggle-head-close i {
	float: right;
}

.toggle-content {
	padding: 25px;
}

.toggle.close .toggle-content,
.toggle.close h3.toggle-head-open {
	display: none;
}

.toggle.close h3.toggle-head-close {
	display: block;
}

.author-info {
	margin-bottom: 15px;
	border: 1px solid #eee;
	padding: 25px;
	position: relative;
}

.author-info-content {
	padding-left: 100px;
}

.author-info-content h3 {
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0;
}

.author-info img.author-img {
	max-width: 70px;
	float: left;
	margin-right: 15px;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}

.one_half {
	width: 48%;
}

.one_third {
	width: 30.66%;
}

.two_third {
	width: 65.33%;
}

.one_fourth {
	width: 22%;
}

.three_fourth {
	width: 74%;
}

.one_fifth {
	width: 16.8%;
}

.two_fifth {
	width: 37.6%;
}

.three_fifth {
	width: 58.4%;
}

.four_fifth {
	width: 67.2%;
}

.one_sixth {
	width: 13.33%;
}

.five_sixth {
	width: 82.67%;
}

.entry .last {
	margin-right: 0 !important;
	clear: right;
}

.post-tabs {
	margin-bottom: 20px;
	border: 1px solid #eee;
}

.post-tabs ul.tabs-nav {
	margin: 0;
	background: #f1f1f1;
}

.post-tabs ul.tabs-nav li,
.post-tabs-ver ul.tabs-nav li {
	line-height: 32px;
	cursor: pointer;
	display: table-cell;
	width: 1%;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #fff;
	border-width: 0 1px 0 0;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}

.post-tabs ul.tabs-nav li:last-child,
.post-tabs-ver ul.tabs-nav li:last-child {
	border: 0;
}

.post-tabs ul.tabs-nav li:hover,
.post-tabs-ver ul.tabs-nav li:hover {
	background: #e7e7e7;
}

.post-tabs ul.tabs-nav li {
	text-align: center;
}

.post-tabs ul.tabs-nav li.current {
	background: #fff;
	z-index: 1;
	height: 33px;
}

.post-tabs .pane,
.post-tabs-ver .pane {
	display: none;
	padding: 25px;
}

.post-tabs .pane:first-child,
.post-tabs-ver .pane:first-child {
	display: block;
}

.post-tabs-ver {
	margin-bottom: 20px;
}

.post-tabs-ver ul.tabs-nav {
	position: relative;
	left: 1px;
	float: left;
	width: 25%;
	margin: 0;
	background: #f1f1f1;
	border: 1px solid #eee;
	border-width: 1px 0 1px 1px;
}

.post-tabs-ver ul.tabs-nav li {
	display: block;
	width: 100%;
	padding: 0 8px;
	border: 0 none;
	border-bottom: 1px solid #fff;
}

.post-tabs-ver ul.tabs-nav li.current {
	background: #fff;
	z-index: 1;
}

.post-tabs-ver .pane {
	float: left;
	width: 75%;
	border: 1px solid #eee;
}

.tie-full-width-img img {
	height: auto;
	margin-right: -20px;
	margin-left: -20px;
	width: 660px;
	left: 0;
	max-width: none;
	margin-bottom: 10px;
}

.post-cover .tie-full-width-img img {
	width: 680px;
	margin-right: -24px;
	margin-left: -24px;
}

.full-width .tie-full-width-img img {
	width: 997px;
}

.full-width .post-cover .tie-full-width-img img {
	width: 1045px;
	margin-right: -24px;
	margin-left: -24px;
}

.wide-layout .post-cover .tie-full-width-img img {
	width: 660px;
	margin-right: 0;
	margin-left: 0;
}

.wide-layout .full-width .post-cover .tie-full-width-img img {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.wide-layout .full-width .tie-full-width-img img {
	width: 100%;
}

.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder,
.ilightbox-holder .ilightbox-container,
.ilightbox-holder .ilightbox-container img.ilightbox-image,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-toolbar *,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-holder .ilightbox-container .ilightbox-social * {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
}

.ilightbox-noscroll {
	overflow: hidden;
}

.ilightbox-closedhand * {
	cursor: url(/wp-content/themes/sahifa/css/ilightbox/closedhand.cur), default !important;
}

.ilightbox-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

.ilightbox-loader {
	position: fixed;
	z-index: 100005;
	top: 45%;
	left: -192px;
	padding-left: 30px;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	border-radius: 0 100px 100px 0;
}

.ilightbox-loader div {
	width: 72px;
	height: 72px;
	border-radius: 0 100px 100px 0;
}

.ilightbox-loader.horizontal {
	left: 45%;
	top: -192px;
	padding: 0;
	padding-top: 30px;
	border-radius: 0 0 100px 100px;
}

.ilightbox-loader.horizontal div {
	border-radius: 0 0 100px 100px;
}

.ilightbox-toolbar {
	display: none;
	position: fixed;
	z-index: 100010;
}

.ilightbox-toolbar a {
	float: left;
	cursor: pointer;
}

.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button {
	display: none;
}

.ilightbox-thumbnails {
	display: block;
	position: fixed;
	z-index: 100009;
}

.ilightbox-thumbnails.ilightbox-horizontal {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical {
	top: 0;
	right: 0;
	width: 140px;
	height: 100%;
	overflow: hidden;
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
	display: block;
	position: relative;
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
	width: 100%;
	height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
	width: 140px;
	height: 100%;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
	display: block;
	position: absolute;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
	display: block;
	cursor: pointer;
	padding: 10px;
	position: relative;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
	width: 100%;
	height: 100%;
	border-radius: 2px;
	-ms-interpolation-mode: bicubic;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .7;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
	opacity: 1;
}

.ilightbox-holder {
	display: none;
	position: fixed;
	z-index: 100003;
	-webkit-transform: none;
	-moz-transform: none;
}

.ilightbox-holder.ilightbox-next,
.ilightbox-holder.ilightbox-prev {
	cursor: pointer;
}

.ilightbox-holder div.ilightbox-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.ilightbox-holder.supportTouch div.ilightbox-container {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.ilightbox-holder img.ilightbox-image {
	width: 100%;
	height: 100%;
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
	display: none;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	max-width: 100%;
	padding: 5px 10px;
	margin: 0 auto;
	line-height: 150%;
	word-wrap: break-word;
	z-index: 20003;
	box-sizing: border-box;
	border-radius: 3px 3px 0 0;
}

.ilightbox-holder .ilightbox-alert {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	padding-top: 100px;
	margin: auto;
	width: 300px;
	height: 50px;
}

.ilightbox-holder .ilightbox-wrapper {
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.ilightbox-holder .ilightbox-inner-toolbar {
	position: relative;
	z-index: 100;
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
	position: absolute;
}

.ilightbox-button {
	position: fixed;
	z-index: 100008;
	cursor: pointer;
}

.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails {
	display: none !important;
}

.isMobile .ilightbox-toolbar .ilightbox-prev-button,
.isMobile .ilightbox-toolbar .ilightbox-next-button {
	display: block;
}

.ilightbox-title a {
	color: #ccc;
}

.ilightbox-title a:hover {
	color: #fff;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title a,
.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title a {
	color: #555;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title a:hover,
.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title a:hover {
	color: #000;
}

.fluid-width-video-wrapper {
	width: 100%;
	position: relative;
	padding: 0;
}

.entry .fluid-width-video-wrapper {
	clear: both;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#slide-out {
	background: #222;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 80%;
	color: #ddd;
	-webkit-transform: translate3d(-101%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.search-mobile {
	margin: 15px 10px;
	height: 30px;
	overflow: hidden;
	background: #fcfcfc;
	border: 1px solid #ddd;
	border-top-color: #d1d1d1;
	border-left-color: #d1d1d1;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	box-shadow: inset 0 2px 5px #eee;
}

.search-mobile #s-mobile {
	background: transparent;
	float: right;
	margin: 0;
	padding: 7px 12px;
	width: 100%;
	color: #444;
	border: 0 none;
}

.search-mobile button.search-button {
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
	height: 28px;
	padding: 0;
	width: 40px;
	color: #666;
}

.search-mobile button.search-button:hover {
	color: #000;
}

#mobile-menu {
	border-top: 1px solid #2d2d2d;
	display: none;
}

#mobile-menu.mobile-hide-icons i.fa {
	display: none;
}

#slide-out #mobile-menu .mega-menu-block {
	padding: 0 !important;
	background: transparent !important;
	min-height: inherit !important;
}

#slide-out #mobile-menu ul ul,
#slide-out #mobile-menu .sub-menu-columns-item {
	display: none;
	background: #333;
}

#slide-out #mobile-menu li {
	list-style: none;
	position: relative;
}

#slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows {
	position: absolute;
	top: 0;
	right: 0;
	padding: 13px;
	border-left: 1px solid #333;
	margin: 0;
	cursor: pointer;
	display: block;
}

#slide-out #mobile-menu a {
	color: #ccc;
	display: block;
	padding: 10px;
	padding-right: 0;
	border-bottom: 1px solid #2d2d2d;
}

#slide-out #mobile-menu a:hover {
	background: #111;
	color: #fff;
}

#slide-out #mobile-menu ul ul a {
	padding-left: 30px;
}

#slide-out #mobile-menu ul ul ul a {
	padding-left: 40px;
}

#slide-out #mobile-menu ul ul ul a {
	padding-left: 50px;
}

#slide-out #mobile-menu ul ul ul ul a {
	padding-left: 60px;
}

#mobile-menu li.menu-item-home a:before {
	content: "\f015";
}

#slide-out-open {
	display: none;
	margin: 0;
	position: absolute;
	top: 33px;
	left: 5px;
	opacity: 1;
	height: 33px;
	width: 40px;
	z-index: 505;
}

#slide-out-open span {
	left: 6px;
}

#slide-out-open span,
#slide-out-open span:after,
#slide-out-open span:before {
	top: 5px;
	position: absolute;
	content: " ";
	display: block;
	height: 3px;
	width: 28px;
	background: #333;
	border-radius: 10px;
}

#slide-out-open span:before {
	top: 8px;
}

#slide-out-open span:after {
	top: 16px;
}

#open-slide-overlay {
	position: fixed;
	top: 0;
	left: 80%;
	z-index: 500;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.csstransforms3d.csstransitions .js-nav .inner-wrapper {
	left: 80%;
}

.csstransforms3d.csstransitions .js-nav #mobile-menu {
	display: block;
}

.inner-wrapper,
#slide-out {
	-webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
}

.csstransforms3d.csstransitions .js-nav .inner-wrapper {
	left: 0 !important;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.csstransforms3d.csstransitions .js-nav #slide-out-open span {
	top: 14px;
	-webkit-animation: fa-spin .2s 2 linear;
	animation: fa-spin .2s 2 linear;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.csstransforms3d.csstransitions .js-nav #slide-out-open span:after {
	top: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.csstransforms3d.csstransitions .js-nav #slide-out-open span:before {
	opacity: 0;
}

.csstransforms3d.csstransitions .js-nav .inner-wrapper {
	-webkit-transform: translate3d(80%, 0, 0);
	-ms-transform: translate3d(80%, 0, 0);
	transform: translate3d(80%, 0, 0);
}

.csstransforms3d.csstransitions .js-nav #slide-out {
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.review-box {
	padding: 0;
	background: transparent;
}

.review-top {
	width: 55%;
}

#review-box .review-item h5 {
	color: #666;
}

#review-box.review-percentage .review-item h5,
#review-box.review-percentage .review-item h5 {
	line-height: 28px;
}

.review-percentage .review-item span span {
	background-color: #126fa1;
	height: 6px;
	top: auto;
	bottom: 0;
}

.review-final-score {
	background-color: #126fa1;
}

.review-box,
#review-box h2.review-box-header,
.review-item,
.review-summary,
.user-rate-wrap,
#review-box h1,
#review-box h2,
#review-box h3,
#review-box h4,
#review-box h5,
#review-box h6,
#review-box p,
#review-box strong {
	color: #444;
}

#review-box h2.review-box-header {
	background: #eee;
}

.review-item,
.review-summary,
.user-rate-wrap,
.review-stars .review-item,
.review-percentage .review-item span {
	background: #f2f2f2;
}

.review-final-score {
	width: 110px;
}

body.dark-skin {
	background-color: #000;
	color: #bfbfbf;
}

body.dark-skin #wrapper.boxed #theme-header,
body.dark-skin #wrapper.boxed .breaking-news,
body.dark-skin #wrapper.boxed #main-content,
body.dark-skin #wrapper.boxed-all #theme-header,
body.dark-skin #wrapper.boxed-all {
	background-color: #3c3c3c;
	box-shadow: 0 0 3px #141414;
}

body.dark-skin .cat-box-content,
body.dark-skin #sidebar .widget-container,
body.dark-skin #wrapper.boxed-all .breaking-news,
body.dark-skin #wrapper.wide-layout .breaking-news,
body.dark-skin .post-listing,
body.dark-skin #live-search_results,
body.dark-skin .arqam-lite-widget-counter,
body.dark-skin #commentform {
	background-color: #3c3c3c;
	box-shadow: 0 0 3px #2a2a2a;
}

body.dark-skin #tabbed-widget .tabs-wrap li,
body.dark-skin .comments-avatar .widget-container li,
body.dark-skin .posts-list .widget-container li,
body.dark-skin .categort-posts .widget-container li,
body.dark-skin .authors-posts .widget-container li,
body.dark-skin .widget.woocommerce .widget-container li,
body.dark-skin .widget-container ul.reviews-posts li,
body.dark-skin .widget_categories .widget-container li,
body.dark-skin .widget_archive .widget-container li,
body.dark-skin .widget_nav_menu .widget-container li,
body.dark-skin .widget_meta .widget-container li,
body.dark-skin .widget_pages .widget-container li,
body.dark-skin .widget_recent_comments .widget-container li,
body.dark-skin .widget_recent_entries .widget-container li,
body.dark-skin #crumbs,
body.dark-skin .woocommerce-breadcrumb,
body.dark-skin .post-inner p.post-meta,
body.dark-skin .comment-wrap,
body.dark-skin .tie-weather-forecast,
body.dark-skin .share-post,
body.dark-skin #tabbed-widget .widget-top,
body.dark-skin .item-list,
body.dark-skin .widget.timeline-posts li h3,
body.dark-skin .widget.timeline-posts li span.tie-date:before,
body.dark-skin .entry #related_posts,
body.dark-skin .live-search_result_container li,
body.dark-skin .twitter-widget-content li,
body.dark-skin #theme-footer .twitter-widget-content li,
body.dark-skin .list-box li.other-news,
body.dark-skin .column2 li,
body.dark-skin .wide-box li,
body.dark-skin .cat-tabs-header,
body.dark-skin .sitemap-col h2,
body.dark-skin ul.authors-wrap li,
body.dark-skin .entry ul.best-reviews li,
body.dark-skin .arqam-lite-widget-counter li,
body.dark-skin .divider,
body.dark-skin .post-content-slideshow-outer,
body.dark-skin .woocommerce ul.products li.product .price,
body.dark-skin .woocommerce-page ul.products li.product .price,
body.dark-skin .flickr-wrapper .flickr_badge_image img,
body.dark-skin .review-final-score {
	border-color: #474747;
}

body.dark-skin .search-block-large #s,
body.dark-skin ul.timeline {
	border-color: #2f2f2f;
}

body.dark-skin #wrapper.wide-layout,
body.dark-skin #wrapper.wide-layout #theme-header,
body.dark-skin .share-post,
body.dark-skin .search-block-large #s,
body.dark-skin .commentlist .reply a,
body.dark-skin #tabbed-widget ul.tabs li.active a,
body.dark-skin .cat-tabs-header li.active,
body.dark-skin .post-tabs ul.tabs-nav li.current,
body.dark-skin .post-tabs-ver ul.tabs-nav li.current {
	background-color: #3c3c3c;
}

body.dark-skin .commentlist .reply a:hover,
body.dark-skin #tabbed-widget .widget-top,
body.dark-skin ul.timeline li.timeline-post:before,
body.dark-skin h2.timeline-head,
body.dark-skin .top-nav ul ul,
body.dark-skin .cat-tabs-header,
body.dark-skin .entry ul.best-reviews .best-review-score,
body.dark-skin #tabbed-widget .tabs-wrap.tagcloud a:hover,
body.dark-skin .woocommerce-pagination .page-numbers li .page-numbers.current {
	background-color: #2a2a2a;
}

body.dark-skin .search-block #s-header {
	background-color: #303030;
	border-color: #444;
}

body.dark-skin .scroll-nav {
	background-color: #373737;
}

body.dark-skin #tabbed-widget ul.tabs li.active a,
body.dark-skin .cat-tabs-header li.active {
	box-shadow: 0 -1px 2px #282828;
}

body.dark-skin a,
body.dark-skin .tie-weather-current-temp,
body.dark-skin #tabbed-widget ul.tabs li a,
body.dark-skin .search-block #s-header:focus {
	color: #ececec;
}

body.dark-skin p.post-meta a {
	color: #888;
}

body.dark-skin .breaking-news ul a {
	background: #3c3c3c;
}

body.dark-skin a:hover,
body.dark-skin p.post-meta a:hover,
body.dark-skin .author-comment cite,
body.dark-skin .post-title,
body.dark-skin #tabbed-widget ul.tabs li.active a,
body.dark-skin textarea:focus,
body.dark-skin input[type=text]:focus,
body.dark-skin input[type=password]:focus,
body.dark-skin input[type=email]:focus,
body.dark-skin input[type=url]:focus,
body.dark-skin input[type=tel]:focus,
body.dark-skin input[type=number]:focus,
body.dark-skin input[type=date]:focus,
body.dark-skin input[type=file]:focus,
body.dark-skin input[type=search]:focus,
body.dark-skin input[type=color]:focus,
body.dark-skin input[type=datetime]:focus,
body.dark-skin input[type=datetime-local]:focus,
body.dark-skin input[type=month]:focus,
body.dark-skin input[type=range]:focus,
body.dark-skin input[type=time]:focus,
body.dark-skin input[type=week]:focus,
body.dark-skin select:focus,
body.dark-skin .top-nav ul li a:hover,
body.dark-skin .top-nav ul li:hover > a,
body.dark-skin .top-nav ul:hover > a,
body.dark-skin .top-nav ul li.current-menu-item a,
body.dark-skin .top-nav ul ul li a:hover,
body.dark-skin .top-nav ul ul li:hover > a,
body.dark-skin .top-nav ul ul:hover > a,
body.dark-skin .top-nav ul ul li.current-menu-item a,
body.dark-skin .cat-tabs-header li.active a,
body.dark-skin a.more-link,
body.dark-skin .page-title {
	color: #fff !important;
}

body.dark-skin .single-post-caption,
body.dark-skin .sitemap-col h2 {
	color: #ccc;
}

body.dark-skin .top-nav {
	background-color: #333;
	border-bottom-color: #444;
}

body.dark-skin.woocommerce ul.products li.product .price,
body.dark-skin.woocommerce-page ul.products li.product .price {
	border-color: #555;
}

body.dark-skin .today-date {
	color: #888;
}

body.dark-skin .page-link,
body.dark-skin .author-social a,
body.dark-skin .post-tag a:hover {
	background-color: #2b2b2b;
}

body.dark-skin .post-tag a:hover:before {
	border-right-color: #2b2b2b;
}

body.dark-skin .column2 li.other-news,
body.dark-skin .list-box li.other-news,
body.dark-skin .wide-box li.other-news {
	background-color: #373737;
	border-bottom: 1px solid #282828;
}

body.dark-skin .column2 li.other-news:hover,
body.dark-skin .list-box li.other-news:hover,
body.dark-skin #tabbed-widget .tabs-wrap.tagcloud a {
	background: #303030;
}

body.dark-skin textarea,
body.dark-skin input[type=text],
body.dark-skin input[type=password],
body.dark-skin input[type=email],
body.dark-skin input[type=url],
body.dark-skin input[type=tel],
body.dark-skin input[type=number],
body.dark-skin input[type=date],
body.dark-skin input[type=file],
body.dark-skin input[type=search],
body.dark-skin input[type=color],
body.dark-skin input[type=datetime],
body.dark-skin input[type=datetime-local],
body.dark-skin input[type=month],
body.dark-skin input[type=range],
body.dark-skin input[type=time],
body.dark-skin input[type=week],
body.dark-skin select {
	color: #999;
	background: #383838;
	border-color: #303030;
	border-top-color: #303030;
	border-left-color: #303030;
}

body.dark-skin textarea:hover,
body.dark-skin input[type=text]:hover,
body.dark-skin input[type=password]:hover,
body.dark-skin input[type=email]:hover,
body.dark-skin input[type=url]:hover,
body.dark-skin input[type=tel]:hover,
body.dark-skin input[type=number]:hover,
body.dark-skin input[type=date]:hover,
body.dark-skin input[type=file]:hover,
body.dark-skin input[type=search]:hover,
body.dark-skin input[type=color]:hover,
body.dark-skin input[type=datetime]:hover,
body.dark-skin input[type=datetime-local]:hover,
body.dark-skin input[type=month]:hover,
body.dark-skin input[type=range]:hover,
body.dark-skin input[type=time]:hover,
body.dark-skin input[type=week]:hover,
body.dark-skin select:hover {
	background-color: #333;
}

body.dark-skin .entry table thead th,
body.dark-skin .entry table tbody th {
	background-color: #3a3a3a;
}

body.dark-skin .entry table tr:nth-child(even) {
	background: #414141;
}

body.dark-skin .post-tag a,
body.dark-skin .toggle h3,
body.dark-skin .post-tabs ul.tabs-nav,
body.dark-skin .post-tabs-ver ul.tabs-nav {
	background-color: #333;
}

body.dark-skin .post-tag a:before {
	border-right-color: #333;
}

body.dark-skin .toggle,
body.dark-skin .post-tabs,
body.dark-skin .post-tabs-ver .pane,
body.dark-skin .post-tabs-ver ul.tabs-nav,
body.dark-skin .author-info,
body.dark-skin .entry table,
body.dark-skin .entry table thead th,
body.dark-skin .entry table td,
body.dark-skin .entry table th,
body.dark-skin .entry table tbody th {
	border-color: #333;
}

body.dark-skin .toggle h3:hover,
body.dark-skin .post-tabs ul.tabs-nav li:hover,
body.dark-skin .post-tabs-ver ul.tabs-nav li:hover,
body.dark-skin .review-item,
body.dark-skin .review-summary,
body.dark-skin .user-rate-wrap,
body.dark-skin .review-stars .review-item,
body.dark-skin .review-percentage .review-item span {
	background-color: #303030;
}

body.dark-skin .post-tabs ul.tabs-nav li,
body.dark-skin .post-tabs-ver ul.tabs-nav li {
	border-color: #444;
}

body.dark-skin .box {
	color: #222;
}

body.dark-skin .box.shadow {
	border-color: #333;
	box-shadow: 0 0 5px rgba(0, 0, 0, .6);
}

body.dark-skin #slide-out-open span,
body.dark-skin #slide-out-open span:after,
body.dark-skin #slide-out-open span:before {
	background-color: #888;
}

body.dark-skin.error404 .title-404 {
	color: #555;
}

body.dark-skin .wp-playlist.wp-playlist-light,
body.dark-skin .wp-playlist.wp-playlist-dark,
body.dark-skin .wp-playlist-item {
	border-color: #474747;
	color: #ddd;
}

body.dark-skin .wp-playlist-light .wp-playlist-caption,
body.dark-skin .wp-playlist-dark .wp-playlist-caption,
body.dark-skin #review-box .review-item h5 {
	color: #ddd;
}

body.dark-skin .wp-playlist.wp-playlist-light .wp-playlist-playing,
body.dark-skin .wp-playlist.wp-playlist-dark .wp-playlist-playing {
	background: #333;
	color: #ececec;
}

body.dark-skin .review-box,
body.dark-skin #review-box h2.review-box-header,
body.dark-skin .review-item,
body.dark-skin .review-summary,
body.dark-skin .user-rate-wrap,
body.dark-skin #review-box h1,
body.dark-skin #review-box h2,
body.dark-skin #review-box h3,
body.dark-skin #review-box h4,
body.dark-skin #review-box h5,
body.dark-skin #review-box h6,
body.dark-skin #review-box p,
body.dark-skin #review-box strong {
	color: #fff;
}

body.dark-skin #review-box h2.review-box-header {
	background: #2a2a2a;
}

body.dark-skin .tie-instagram.lite-skin a,
body.dark-skin .tie-instagram.default-skin a {
	color: #222 !important;
}

body.dark-skin .tie-instagram.lite-skin a:hover,
body.dark-skin .tie-instagram.default-skin a:hover {
	color: #000 !important;
}

body {
	background: #ccdeef;
}

input,
textarea,
keygen,
select,
button {
	font-size: inherit;
}

body,
.featured-title h3 {
	font-size: 17px;
}

.entry h2 {
	font-size: 120%;
}

#main-nav,
.breaking-news {
	font-size: 16px;
}

.top-menu,
#searchform-header {
	font-size: 15px;
}

#searchform-header {
	font-size: 14px;
}

.fa {
	font-size: 16px;
}

.today-date {
	font-size: 12px;
	margin-top: 9px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta,
.widget_display_replies .widget-container li div,
.widget_display_topics .widget-container li div {
	font-size: 80%;
}

.page-head .stripe-line {
	margin-top: 14px;
}

.page-head .rss-cat-icon {
	margin-top: 12px;
}

h3 {
	margin-bottom: 4px;
}

.cat-box-title h2 {
	margin-top: -2px;
}

.cat-box-title .stripe-line {
	height: 14px;
}

h2.post-box-title a {
	color: #000;
	text-decoration: none;
}

.widget-container {
	margin-top: 2px;
}

.header-content {
	border: 1px solid white;
	padding: 0;
}

.post-inner a
 {
	text-decoration: underline;
}

#dfp-160x600,
#dfp-300x600 {
	border-bottom: none;
	/*box-shadow: 0 0 3px #cacaca;*/
	margin-bottom: 50px;
	padding: 0;
	text-align: left;
}
#dfp-160x600 iframe,
#dfp-300x600 iframe {
	width: 100%;
	margin-bottom: 0;
}

#qm {
	z-index: 10;
	position: relative;
}

#dfp-760x120-container {
	height: 120px;
}

#dfp-760x120 {
	margin: auto;
	max-width: 760px;
}
#dfp-760x120 img {
	width: 100%;
}

.adzone {
	background: #e6e6e6;
	border: 1px solid #ccc;
	margin: 0 auto 10px;
	padding: 5px 10px 10px 10px;
	text-align: center;
}

.adzone-post {
	margin: -10px auto 20px;
}

.adzone div {
	margin-bottom: 5px;
}

#sidebar #dfp-300x250 {
	margin-bottom: 25px;
}

div.bbp-template-notice {
	margin: 17px 0;
}

.bbpress-login-links a {
	padding-right: 5px;
}

.bbp-reply-author .bbp-author-role,
.bbp-reply-author,
.bbp-user-stats {
	font-size: 90%;
}

.bbp-reply-author .bbp-author-ip {
	display: none;
}

.background-cover {
	background-size: auto;
}

#featured-posts a {
	text-decoration: none !important;
}

.edit-link {
	display: none;
}

.share-post {
	margin: 0 -7px -10px -7px;
}

.page-link {
	margin: 15px -7px;
}

#related_posts .related-item {
	height: auto;
}

.breaking-news {
	height: 28px;
	margin-bottom: 15px;
}

.breaking-news span.breaking-news-title {
	line-height: 28px;
	padding: 0 10px;
	text-transform: uppercase;
}

.breaking-news li,
.breaking-news a {
	margin: -2px 0 0 0;
	padding: 0;
}

#newsletter-signup input[type=text] {
	margin-top: 6px;
	width: 100%;
}

#newsletter-signup input[type=email] {
	margin-top: 2px;
	width: 100%;
}

#newsletter-signup input[type=submit] {
	margin-top: 6px;
}

.flash-cache-warning {
	background: #ff8;
	border: 2px solid #ff0;
	clear: both;
	color: #110;
	display: block;
	margin: 20px 0;
	padding: 1em;
	text-decoration: none;
}

.puzzle-iframe-container {
	min-height: 300px;
	position: relative;
	width: 100%;
}

.puzzle-iframe {
	height: 100%;
	left: 0;
	min-height: 300px;
	overflow: hidden !important;
	top: 0;
	position: absolute;
	width: 100%;
}

.search-block #s-header {
	padding-top: 7px;
}

#fontsizer {
	float: right;
}

.top-nav ul li a#fontreset,
.top-nav ul li a#fontup,
.top-nav ul li a#fontdown {
	padding: 0 1px;
	text-decoration: none;
}

#menu-top-right {
	display: block;
	float: right;
	overflow: auto;
}

.classifieds-list-image {

	float: left;
	margin-bottom: 17px;
	padding-right: 17px;
	width: 30%;
}

.classifieds-list-description {

	float: left;
	padding: 0;
	width: 70%;
}

.classifieds-list-description p {

	color: #888;
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px !important;
	line-height: 18px !important;
	margin-bottom: 0;
}

.classifieds-list-description h4 {

	font-family: 'Georgia', serif;
	font-size: 17px;
	margin: 0 0 17px 0;
}

.classifieds-list-description h4 a {
	color: #2f81b1 !important;
	text-decoration: underline !important;
	transition: color .3s;
}

.classifieds-list-description h4 a:hover {
	color: #e52b1e !important;
}

.classifieds-list-fields {

	background: transparent;
	border-top: dashed 1px #e0e0e0;
	box-sizing: content-box;
	clear: both;
	color: #888;
	font-family: 'Roboto', sans-serif;
	font-size: 12px !important;
	height: 40px !important;
	line-height: 40px !important;
	margin: 17px -17px 0;
	padding: 0 17px;
	text-align: right;
	width: 100%;
}

#awpcpcatname {
	border-bottom: solid 1px #e0e0e0;
	margin-bottom: 17px;
	padding: 17px;
}

#awpcpcatname h3 {
	font-family: "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	margin: 0;
}

.awpcp-category-dropdown-label {
	margin-right: 5px;
}

.awpcp-form-spacer label {
	display: block;
}
.awpcp-listings > p {

	border-bottom: dashed 1px #e0e0e0;
	border-top: dashed 1px #e0e0e0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px;
	margin: 17px auto;
	padding: 17px;
	text-align: center;
}

#buddypress ul#awpcp-buddypress-listings-list.item-list {
	display: block;
}

#awpcp-buddypress-listings-list > li {
	width: 100%;
}

#awpcp-buddypress-listings-list .classifieds-list-description {
	padding-right: 107px;
}

#awpcp-buddypress-listings-list .classifieds-list-item,
.awpcp-listings .classifieds-list-item {

	border-top: 1px dashed #e0e0e0;
	display: inline-block;
	margin-bottom: 0;
	padding: 17px 17px 0;
	width: 100%;
}

#awpcp-buddypress-listings-list .classifieds-list-item:nth-child(even),
.awpcp-listings .classifieds-list-item:nth-child(even) {
	background: #fcfcfc;
}

#awpcp-buddypress-listings-list .classifieds-list-item:first-child,
.awpcp-listings .classifieds-list-item:first-child {
	border-top: 0;
	margin-bottom: 0;
	padding: 17px 17px 0;
}

.awpcp-menu-items{display: none !important}
#loginform_header label {
	cursor: pointer;
}

#user_login_header,
#user_pass_header,
#wp_submit_header {
	font-size: 12px;
	line-height: 14px;
}

#user_login_header,
#user_pass_header {
	margin: 3px 2px 0 0;
}

#wp_submit_header {
	margin: 3px 4px 0 2px;
}

#user_login_header,
#user_pass_header {
	padding: 4px;
}

#user_login_header {
	width: 130px;
}

#user_pass_header {
	width: 100px;
}

#map {
	height: 480px;
	width: 100%;
}

#map img {
	max-width: none;
}

#map-info-window {
	text-align: left;
	width: 125px;
}
.entry .wpbdp-bar {
    background-color: #eee;
    border-radius: 10px;
    padding: 15px 10px;
    border: 1px solid #ddd;
}

.wpbdp-listing input[type=button],
.wpbdp-listing input[type=submit],
.wpbdp-page input[type=button],
.wpbdp-page input[type=submit],
.wpbdp-page input[type=reset] {
	font-size: 1em;
	margin: 5px;
	padding: 5px 10px;
	width: auto;
}

.wpbdp-page #intextbox {
	font-size: 80%;
}

.wpbdp-page #wpbdmsearchform {
	float: right;
	margin: 0;
	text-align: left !important;
}
.wpbdp-category-page .category-name {
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 120%;
    font-weight: bold;
}

ul.wpbdp-categories>li {
    list-style: none;
    line-height: 1.75em;
    background-color: #fff;
    border-bottom: 1px dashed #ddd;
}
.wpbdp-view-listings-page ul.wpbdp-categories {
    padding-left: 0px;
}

ul.wpbdp-categories>li a {
    text-decoration: none;
}

.wpbdp-page-category .listings,
.wpbdp-page-content .listings {
    display: block;
    float: left;
    margin: 0 -10px;
}

.wpbdp-page .listings .wpbdp-listing {
	margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    width: 32%;
    min-height: 320px;
    position: relative;
}

.wpbdp-page .listings .wpbdp-listing:nth-child(3n+4) {
    clear: left;
}



    @media only screen and (max-width : 1200px) {
        .wpbdp-page .listings .wpbdp-listing {
            width: 32%;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        .wpbdp-page .listings .wpbdp-listing {
            width: 48%;
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        .wpbdp-page .listings .wpbdp-listing {
            width: 48%;
        }
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
        .wpbdp-page .listings .wpbdp-listing {
            width: 90%;
            float: none;
            margin: 0 auto;
        }
    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {
        .wpbdp-page .listings .wpbdp-listing {
            width: 80%;
            float: none;
            margin: 0 auto;
        }
    }

.wpbdp-listing-single .listing-title {
	padding: 4px 10px !important;
}

.wpbdp-page-category .listings h3,
.wpbdp-page-content .listings h3 {
	margin-top: 0;
}

.wpbdp-page-category .listings .listing-thumbnail,
.wpbdp-page-content .listings .listing-thumbnail {
	margin: 0 0 15px 0;
    width: 100%;
}

.wpbdp-page-category .listings .listing-thumbnail img,
.wpbdp-page-content .listings .listing-thumbnail img {
    width: 100%;
}

.wpbdp-page-category .wpbdp-listing-excerpt.odd,
.wpbdp-page-category .wpbdp-listing-excerpt,
.wpbdp-page-content .wpbdp-listing-excerpt.odd,
.wpbdp-page-content .wpbdp-listing-excerpt {
    background: #eee;
    border: 1px solid #bbb;
}

.wpbdp-page-category .listings .sticky,
.wpbdp-page-category .wpbdp-listing-excerpt.sticky,
.wpbdp-page-content .listings .sticky,
.wpbdp-page-content .wpbdp-listing-excerpt.sticky {
	background-color: #ccdeef;
    border: 1px solid #26678d;
}

.wpbdp-page-category .listing-actions,
.wpbdp-listing-excerpt .listing-actions {
    margin: 0;
    position: absolute;
    bottom: 10px;
}

.wpbdp-page-category .wpbdp-listing .listing-details {
    margin-left: 0;
}

.wpbdp-page-category .wpbdp-listing .listing-title {
	border-bottom: 0;
}

.wpbdp-page-category .wpbdp-listing .listing-title a {
	font-size: 17px;
	display: block;
	color: #000;
}

.wpbdp-page-category .category-name {
	font-size: 24px;
	display: block;
	color: #000;
    font-weight: bold;
}

.wpbdp-page-category .listings .listing-details h4,
.wpbdp-page-content .listings .listing-details h4 {
    font-weight: bold;
}

.wpbdp-page-category .listings .listing-details p,
.wpbdp-page-content .listings .listing-details p {
    line-height: 1em;
}

.entry .wpbdp-listing .contact-form {
    background-color: #eee;
    border-radius: 10px;
    padding: 15px 10px;
    border: 1px solid #ddd;
}

.wpbdp-listing .entry .contact-form .contact-form-wrapper h3 {
    margin-left: 0px;
}

.wpbdp-listing .listing-details h2,
.wpbdp-listing .extra-images h2 {
    border-bottom: 1px solid #eaeaea;
    padding: 0.5em 0;
    font-weight: bold;
}

.entry .wpbdp-listing-single .extra-images ul {
    padding-left: 0px;
    margin: 0px -5px;
}

.entry .wpbdp-listing-single .extra-images ul li {
    margin: 5px;
}

.entry .wpbdp-listing-single .extra-images ul li img {
    padding: 5px;
    border: 1px solid #ddd;
    width: 33%;
    max-width: 100%;
}

    @media only screen and (max-width : 480px) {
        .entry .wpbdp-listing-single .extra-images ul li img {
            width: 100%;
            float: none;
            margin: 0 auto;
        }
    }
    @media only screen and (max-width : 320px) {
        .entry .wpbdp-listing-single .extra-images ul li img {
            width: 100%;
            float: none;
            margin: 0 auto;
        }
    }

.wpbdp-categories {
	margin-left: 0 !important;
}

#wpbdp-categories .children {
	margin-left: 0;
}

#wpbdp-categories li {
	background-color: #eee;
	border-right: 10px solid #fff;
	line-height: 250%;
	list-style: none;
	margin: 0;
}

#wpbdp-categories li a {
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}

#wpbdp-categories .children {
	border-top: 1px dashed #ddd;
    margin: 0px;
    padding-left: 0px;
}

#wpbdp-categories .children li {
	line-height: 1.75em;
	background-color: #fff;
    border-bottom: 1px dashed #ddd;
}

#wpbdp-categories .children li a {
	font-weight: normal;
}

.wpbdp-page #wpbdmsearchform {
	border-top: 5px solid transparent;
	clear: both;
	display: block;
	float: none;
	margin-left: 3px;
}

.wpbdp-form-field-label-owner,
.wpbdp-form-field-label-tags,
.wpbdp-form-field-label-related_article,
.wpbdp-form-field-label-latititude,
.wpbdp-form-field-label-longitude,
.wpbdp-form-field-label-old_website_url,
.wpbdp-form-field-label-area_id,
.wpbdp-form-field-label-advertisement_code,
.wpbdp-form-field-label-notes {
	display: none;
}

.standard-form {
	padding-bottom: 10px;
}

.standard-form input[type=checkbox],
.standard-form input[type=radio] {
	margin-right: 10px;
}

.profile .field_367 {
	display: none;
}

.field_interests label,
.field_clubs-organisations label {
	display: block;
	float: left;
	width: 50% !important;
}

.field_clubs-organisations {
	clear: both;
	padding-top: 1px;
}

label[for=field_26],
label[for=field_73] {
	width: 100% !important;
}

.field-visibility-settings .hidden {
	display: none;
}

.post-thumbnail a {
	background-color: #fff;
}

#site-notices img {
	float: left;
	margin: 3px 5px 5px 0;
}

#popular-articles img {
	float: right;
	margin: 3px 0 5px 5px;
}

#site-notices li,
#popular-articles li {
	border-bottom: 1px solid #f2f2f2;
	clear: both;
	overflow: auto;
	padding: 6px 0;
}

#site-notices a {
	color: #126fa1;
	display: block;
	padding-bottom: 2px;
	text-decoration: underline;
}

#polls-1,
#newsletter-signup {
	background: -webkit-linear-gradient(#d8e6f3, #fff);
	background: linear-gradient(#d8e6f3, #fff);
	margin: -9px;
	padding: 9px;
}

.must-log-in {
	clear: both;
}

.must-log-in a {
	text-decoration: underline;
}

.subscribe-to-emails .editfield {
	border: 1px solid #f2f2f2;
	margin-bottom: 10px;
	padding: 0 10px;
}

.subscribe-to-emails .clear-value,
.subscribe-to-emails .field-visibility-settings-notoggle {
	display: none !important;
}

#buddypress .standard-form.subscribe-to-emails p.description {
	font-size: 90%;
}

.horoscope {
	border-bottom: 1px solid #f2f2f2;
}

.horoscope img,
.horoscope-footer img {
	float: right;
	margin: 0 0 10px 10px;
}

.horoscope-footer {
	margin-top: 20px;
	font-style: italic;
}

.screen-reader-text {
	margin-left: 5px;
}

.wpcf7-list-item {
	display: block;
}

.entry p.disclaimer {
	border-bottom: 1px solid #f2f2f2;
	color: #777;
	font-size: 80%;
	font-style: italic;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

body.bbpress #wp-link .howto,
body.bbpress #wp-link #search-panel,
body.bbpress #wp-link .screen-reader-text {
	display: none;
}

#related_posts .related-item:nth-child(4) {
	clear: both;
}

.profile-fields .field_searchable-name,
#profile-edit-form .field_searchable-name,
.profile-settings .field_searchable-name {
	display: none;
}

#members-all span,
#members-personal span {
	display: none !important;
}

.social-email {
	background: #c53627;
}

#smilies {
	font-size: 15px;
}

#smilies .smilie {
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
}

#signup_form .editfield.field_2091 {
	display: none;
}

body.home-page.with_moved_form #featured-posts {
	width: 66%;
	float: left;
}

body.home-page.with_moved_form #featured-posts .featured-post-3,
body.home-page.with_moved_form #featured-posts .featured-post-4 {
	width: 50%;
}

body.home-page.with_moved_form #featured-posts .featured-post-5 {
	display: none;
}

body.home-page.with_moved_form .moved_form {
	width: 33%;
	float: left;
	margin-left: 1%;
	clear: none;
	margin-top: 0;
}

body.home-page #newsletter-signup ul {
	margin: 0;
	list-style-type: none;
}

body.home-page #newsletter-signup ul li {
	margin-bottom: 5px;
}

body.home-page #newsletter-signup ul li:first-child {
	margin-top: 10px;
}

body.home-page #newsletter-signup ul li:before {
	content: "- ";
	text-indent: -5px;
}

body.home-page.with_moved_form .moved_form form {
	background-color: transparent !important;
	background: none !important;
	margin-top: -22px !important;
}

body.home-page.with_moved_form .moved_form form > div:nth-child(2) {
	margin-top: 15px;
}

body.home-page #newsletter-signup h3 {
	font-size: 26px;
	line-height: 1;
	color: #126fa1;
	margin-top: 0;
	margin-bottom: 15px;
}

body.home-page .for_checkbox {
	display: none;
}

.hidden {
	display: none;
}

body.home-page.with_moved_form #social-2 + .widget {
	display: none;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.ttf?7y7xy") format("truetype"), url("fonts/icomoon.woff?7y7xy") format("woff"), url("fonts/icomoon.svg?7y7xy#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chain:before {
	content: "\e900";
}

.icon-close:before {
	content: "\e901";
}

.icon-comment:before {
	content: "\f075";
}

.icon-flag:before {
	content: "\e903";
}

.icon-head:before {
	content: "\e904";
}

.icon-home:before {
	content: "\e905";
}

.icon-lamp:before {
	content: "\e906";
}

.icon-like:before {
	content: "\e907";
}

.icon-search:before {
	content: "\e908";
}

.icon-eye:before {
	content: "\f06e";
}

.icon-comment2:before {
	content: "\f075";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook:before {
	content: "\f09a";
}

.icon-facebook-f:before {
	content: "\f09a";
}

.icon-pinterest:before {
	content: "\f0d2";
}

.icon-linkedin:before {
	content: "\f0e1";
}

.icon-youtube:before {
	content: "\f167";
}

.icon-vimeo-square:before {
	content: "\f194";
}

.menu,
.sub-menu,
.menu-sub-content,
#theme-header .font-size,
#main-nav .mega-recent-featured-list,
#main-nav .mega-recent-post,
.sub-menu-columns,
#main-nav .menu-item-has-children .mega-check-also ul,
.featured-list,
.counters,
.widget .sidebar-nav,
.link-list,
.link-list > ul,
.wp-polls ul,
.social-icons,
.social-networks,
.comment-list,
.popular-posts-list,
.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.user-container:after,
.header-top:after,
.sub-menu-columns:after,
.main-post:after,
.main-container:after,
.main-content:after,
.main-content .post-info:after,
.additional-post:after,
.widget .post:after,
.popular-posts-list .popular-post:after,
#footer:after,
.footer-nav:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #191919;
	background: #fff;
	font: 17px "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.25em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.25em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 2em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 2em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #b7b7b7;
	padding: 5px 15px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #b7b7b7;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #989898;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #989898;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #989898;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #989898;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #989898;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#content,
.main-container > .content {
	margin-bottom: 20px;
}

#content:only-child,
.main-container > .content:only-child {
	float: none;
	width: 100% !important;
}

#sidebar {
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
}

.widget {
	margin-bottom: 1.25em;
}

.widget select {
	-webkit-appearance: none;
	min-width: 150px;
	border: 1px solid #989898;
	padding: 3px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0 0 1rem 0;
	height: 120px;
	min-height: 120px;
	width: 100%;
	border-radius: 0;
	resize: none;
	padding: 22px;

}

.comment-form textarea:focus {
	outline: none;
}

.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
	max-width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
	max-width: 100%;
}

.search-form {
	display: none;
	font-size: 1.25rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 50%;
	border-radius: 2px;
	overflow: hidden;
}

.search-form input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-width: 130px;
	width: 100%;
	border: 1px solid #fff;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #191919;
	float: left;
	height: 2.5em;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.search-form input::-webkit-input-placeholder {
	color: #a2a2a2;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.search-form input::-moz-placeholder {
	opacity: 1;
	color: #a2a2a2;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.search-form input:-moz-placeholder {
	color: #a2a2a2;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.search-form input:-ms-input-placeholder {
	color: #a2a2a2;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.search-form input.placeholder {
	color: #a2a2a2;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.search-form input[type="search"] {
	margin: 0;
	border-radius: 2px 0 0 2px;
}

.search-form input:focus {
	outline: none;
}

.search-form input[type="submit"],
.search-form button[type="submit"] {
	/*-webkit-flex-shrink: 3;
	-ms-flex-negative: 3;
	flex-shrink: 3;
	margin-left: 5px;*/
	text-align: center;
}
.search-form button[type="submit"] .text12 {font-size: 0.8em;}
.search-form input[type="submit"]:focus,
.search-form button[type="submit"]:focus {
	outline: none;
}
.search-form .form_switch .text12 {font-size: 0.8em;}
#sidebar .search-form input[type="submit"],
#sidebar
    .search-form button[type="submit"] {
	margin-left: 0;
	border-radius: 0;
	background-color: #2f81b1;
	border-color: #2f81b1;
	position: relative;
}

#sidebar .search-form input[type="submit"]:before,
#sidebar
      .search-form button[type="submit"]:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#sidebar .search-form input[type="submit"]:hover,
#sidebar
      .search-form button[type="submit"]:hover {
	opacity: .7;
	background-color: #2f81b1;
	border-color: #2f81b1;
	color: #fff;
}

.post-password-form input {
	float: left;
	height: 2.5em;
	font-size: 1.25rem;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0;
	overflow: hidden;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.25em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.25em;
}

iframe {
	max-width: 100%;
}

.widget_calendar #next {
	text-align: right;
}

.widget_calendar table {
	table-layout: fixed;
	font-size: .75rem;
}

.widget_calendar table th,
.widget_calendar table td {
	padding: 3px 4px;
	vertical-align: middle;
	text-align: center;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.25em;
}
.offers.navigation,
.holidays.navigation {
    margin-top: 60px;
}

.offers.aligncenter,
.holidays.aligncenter{
	text-align: center;
}

.offers.aligncenter .next,
.offers.aligncenter .prev,
.holidays.aligncenter .next,
.holidays.aligncenter .prev{
    background: #3c88b5;	
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #e52b1e;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.25em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #e52b1e;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	padding: .4em;
	margin-bottom: 1.25em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

.wp-caption figcaption{
    font-style: italic;
    font-size: 0.8em;
    margin-left: 10px;
    margin-top: 5px;
}

div.aligncenter {
	margin: 0 auto 1.25em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.25em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.25em;
}

.mejs-container {
	margin-bottom: 1.25em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 1.875rem;
}

h2,
.h2 {
	font-size: 23px;
}

h3,
.h3 {
	font-size: 1.125rem;
}

h4,
.h4 {
	font-size: 1.1rem;
}

h5,
.h5 {
	font-size: 1rem;
}

h6,
.h6 {
	font-size: .9375rem;
}

p {
	margin: 0 0 1em;
}

a {
	color: #2f81b1;
}

a:hover,
a:focus {
	text-decoration: none;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1170px;
	padding: 0 20px;
	margin: 0 auto;
}

.fill-bg {
	background-color: #f6f6f6;
}

h1 {
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 25px;
}

header h1 {
	margin-bottom: 10px;
}

h2 {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #2f81b1;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.1;
}

h2 .text {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 10px 0;
}

.popualr-posts h2 {
	margin-bottom: 23px;
}

h3 {
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.45;
}

.main-post h3 {
	font-size: 1.875rem;
	line-height: 1;
}

.additional-post h3 {
	font-size: 20px;
	line-height: 27px;
}

h3 a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

h3 a:hover {
	color: #363636;
}

h4 {
	line-height: 1;
	margin-bottom: 15px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h5 {
	font-weight: normal;
	line-height: 1.1;
}


#wrapper.ad-running {
	margin: 0 auto;
	max-width: 1170px;
}

#theme-header {
	padding: 0;
	background-color: transparent;
	position: relative;
	color: #fff;
}

#theme-header .banner {
	margin: 0 -19px 15px;
}

#theme-header .banner img {
	width: 100%;
	vertical-align: top;
}

#theme-header .service {
	font-size: 12px;
	line-height: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 15px;
}

#theme-header .font-size {
	margin-left: 15px;
}

#theme-header .font-size li {
	display: inline-block;
	vertical-align: top;
}

#theme-header .font-size li:first-child {
	font-size: 18px;
}

#theme-header .font-size a {
	display: block;
	color: #fff;
	text-align: center;
	width: 20px;
	height: 20px;
	background-color: rgba(255, 255, 255, .1);
	text-decoration: none;
	position: relative;
}

#theme-header .font-size a:before {
	content: "A";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
	color: #e52b1e;
	background-color: #fff;
	padding: 8px 12px;
	font-weight: bold;
	border-radius: 6px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	position: relative;
}

.btn:hover {
	background-color: #bebebe;
}

.btn .mark {
	color: #191919;
	font-size: .75rem;
	font-weight: normal;
	margin-left: 4px;
}

.btn .login-1 {
	display: inline;
}

.logged-in .btn .login-1 {
	display: none;
}

.btn .login-2 {
	display: none;
}

.logged-in .btn .login-2 {
	display: inline;
}

.btn.btn-inverse {
	color: #fff;
	background-color: #000;
	padding: 8px 20px;
	position: relative;
	z-index: 101;
}

.btn.btn-inverse:hover {
	background-color: #000;
}

.user-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	position: relative;
}
.user-info {
	display:none;
}

.login-block {
	display: inline-block;
	vertical-align: middle;
}

.login-block .dropdown {
	opacity: 0;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	visibility: hidden;
	z-index: 101;
	background-color: #000;
	width: 280px;
	max-width: 100%;
	font-size: .9375rem;
	position: absolute;
	top: calc(100% - 6px);
	right: 0;
	padding: 25px 25px 15px 20px;
	border: 1px solid #000;
	border-radius: 6px;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.logged-in .login-block .dropdown {
	display: none;
}

.login-block .dropdown form {
	margin-bottom: 12px;
}

.login-block .dropdown input[type="email"],
.login-block .dropdown input[type="password"],
.login-block .dropdown input[type="text"] {
	display: block;
	width: 100%;
	font-size: 17px;
	line-height: 30px;
	height: 40px;
	border: 1px solid #989898;
	padding: 5px 15px;
	color: #191919;
	margin-bottom: 12px;
}

.login-block .dropdown input[type="email"]::-webkit-input-placeholder,
.login-block .dropdown input[type="password"]::-webkit-input-placeholder,
.login-block .dropdown input[type="text"]::-webkit-input-placeholder {
	color: #e52b1e;
}

.login-block .dropdown input[type="email"]::-moz-placeholder,
.login-block .dropdown input[type="password"]::-moz-placeholder,
.login-block .dropdown input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #e52b1e;
}

.login-block .dropdown input[type="email"]:-moz-placeholder,
.login-block .dropdown input[type="password"]:-moz-placeholder,
.login-block .dropdown input[type="text"]:-moz-placeholder {
	color: #e52b1e;
}

.login-block .dropdown input[type="email"]:-ms-input-placeholder,
.login-block .dropdown input[type="password"]:-ms-input-placeholder,
.login-block .dropdown input[type="text"]:-ms-input-placeholder {
	color: #e52b1e;
}

.login-block .dropdown input[type="email"].placeholder,
.login-block .dropdown input[type="password"].placeholder,
.login-block .dropdown input[type="text"].placeholder {
	color: #e52b1e;
}

.login-block .dropdown label {
	display: block;
	margin-bottom: 12px;
}

.login-block .dropdown label .fake-input {
	display: inline-block;
	width: 20px;
	height: 24px;
	border: 1px solid #989898;
	background: #fff;
	vertical-align: middle;
	position: relative;
	margin-right: 5px;
}

.login-block .dropdown .checkbox {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.login-block .dropdown .checkbox + .fake-input:before {
	content: "";
	width: 12px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 3px solid #e52b1e;
	border-width: 0 0 3px 3px;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -4px 0 0 -6px;
}

.login-block .dropdown .checkbox:checked + .fake-input:before {
	opacity: 1;
}

.login-block .dropdown button {
	color: #fff;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1rem;
	line-height: 1;
	padding: 8px 28px;
	border: 2px solid #e52b1e;
	border-radius: 6px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background-color: #e52b1e;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
}

.login-block .dropdown button:hover {
	background-color: rgba(255, 255, 255, .8);
	color: #e52b1e;
}

.login-block .dropdown a {
	color: #fff;
}

.login-block.hover .dropdown {
	opacity: 1;
	visibility: visible;
}

.user-info {
	/*width: 100%;*/
	margin-bottom: 15px;
	text-align: center;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.logged-in .user-info .image-holder {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 8px;
}

.logged-in .user-info .image-holder img {
	display: block;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	overflow: hidden;
}

.logged-in .user-info .label {
	position: absolute;
	width: 22px;
	height: 22px;
	font-size: .75rem;
	border-radius: 50%;
	overflow: hidden;
	background-color: #e52b1e;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(45%, -30%);
	-ms-transform: translate(45%, -30%);
	transform: translate(45%, -30%);
	text-align: center;
	line-height: 22px;
	z-index: 2;
}

.logged-in .user-info .name {
	display: inline-block;
	vertical-align: middle;
}

.logo {
	text-align: left;
	margin-bottom: 15px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1;
	width: 27%;
}

#footer .logo {
	font-size: .75rem;
	float: none;
	width: auto;
}

.logo a {
	display: inline-block;
	vertical-align: top;
}

.nav-opener {
	float: right;
	width: 40px;
	height: 40px;
	background: #000;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 3px;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}
.main-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	background-color: #191919;
}
.main-nav {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	max-height: 100vh;
	overflow-y: auto;
	padding: 15px;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
}

.nav-active .main-nav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.main-nav .sub-menu,
.main-nav .menu-sub-content {
	display: none;
	padding-left: 20px;
}

.main-nav .sub-menu a,
.main-nav .menu-sub-content a {
	color: #fff;
	padding: 7px 0;
	display: block;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.main-nav .sub-menu a:hover,
.main-nav .menu-sub-content a:hover {
	color: #bebebe;
}

.main-nav .sub-menu > .menu-item a,
.main-nav .menu-sub-content > .menu-item a,
.main-nav .sub-list > .menu-item a {
	max-width: 300px;
}

.main-nav .menu-item {
	border-bottom: 1px solid rgba(235, 235, 235, .3);
}

.main-nav .menu-item > a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 8px 20px 8px 0;
	position: relative;
	font-size: 17px;
	line-height: 21px;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.main-nav .menu-item > a:hover {
	color: #bebebe;
}

.main-nav .menu-item > a.has-drop-down-a:before {
	height: 0;
	width: 0;
	border-left: 4.5px solid transparent;
	border-right: 4.5px solid transparent;
	border-top: 5px solid #b7b7b7;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-nav .menu-item.hover > .sub-menu,
.main-nav .menu-item.hover > .menu-sub-content {
	display: block;
	box-shadow: 0 2px 50px rgba(0, 0, 0, .15);
}

.main-nav .menu-item.active a {
	color: #bebebe;
}

.main-nav .menu-item [class^="icon-"],
.main-nav .menu-item [class*=" icon-"] {
	font-size: 1.125em;
	margin-right: 5px;
}

#main-nav ul li.mega-menu.mega-links a.mega-links-head {
	text-align: left !important;
}

#main-nav .mega-recent-featured-list {
	width: 100%;
	margin-right: 0;
	float: none;
}

#main-nav .mega-recent-post {
	width: 100%;
	float: none;
	margin-right: 0;
}

#main-nav .mega-check-also {
	width: 100%;
	float: none;
}

#main-nav li.mega-menu.mega-links.mega-links-3col .mega-menu-block ul li.mega-link-column {
	width: 100%;
}

#main-nav li.mega-menu.mega-links.mega-links-4col .mega-menu-block ul li.mega-link-column {
	width: 100%;
}

#main-nav li.mega-menu.mega-links.mega-links-5col .mega-menu-block ul li.mega-link-column {
	width: 100%;
}

#main-nav ul li.mega-menu.mega-links a.mega-links-head {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
}

#main-nav .menu-item-has-children .mega-check-also {
	width: 100%;
	padding-top: 15px;
}

#main-nav ul li.current-menu-item a,
#main-nav ul li.current-menu-item a:hover,
#main-nav ul li.current-menu-parent a,
#main-nav ul li.current-menu-parent a:hover,
#main-nav ul li.current_page_parent a,
#main-nav ul li.current_page_parent a:hover,
#main-nav ul li.current-page-ancestor a,
#main-nav ul li.current-page-ancestor a:hover,
#main-nav ul li.menu-item-home.current-menu-item a,
#main-nav ul li.current-menu-item,
#main-nav ul li.current_page_parent,
#main-nav ul li.current-menu-parent,
#main-nav ul li.current-page-ancestor {
	height: auto !important;
	line-height: 1 !important;
	margin-top: 0;
	border-width: 1px;
}

#main {
	padding: 15px 0 0 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	position: relative;
	z-index: 5;
}

.featured-posts {
	background: white;
	/*margin-bottom: 12px;*/
	padding: 12px;
}

@media(min-width: 1024px) {

	.featured-posts {

		/* margin-bottom: 24px; remove blue line */
    /*margin-bottom: 0;*/
		padding-bottom: 0px;
		padding-top: 0;
	}
}

.featured-list {

	color: #fff;
	font-size: .875rem;
	line-height: 1.5;
	margin: 0 auto -12px;
	max-width: 1130px;
}

.featured-list li {

	display: block;
	margin-bottom: 12px;
	position: relative;
	padding: 15px 15px 5px 50px;
}

.featured-list li > a:not(.btn-join) {
	display: block;
	margin: -15px -15px -5px -50px;
	padding: 15px 15px 5px 50px;
}

.featured-list a {
	color: #fff;
	text-decoration: none;
	vertical-align: baseline;
}

.featured-list p {
	margin-bottom: 10px;
}

.featured-list .title {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.1;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
}

.featured-list [class^="icon-"],
.featured-list [class*=" icon-"] {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.25rem;
	line-height: 1;
	width: 40px;
	height: 48px;
	background-color: rgba(255, 255, 255, .2);
}

.featured-list [class^="icon-"]:before,
.featured-list [class*=" icon-"]:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.featured-list.short-list li {
	min-height: 50px;
	padding-top: 17px;
}

.featured-list.short-list [class^="icon-"],
.featured-list.short-list [class*=" icon-"] {
	bottom: 0;
	height: auto;
}

.featured-list.short-list .title {
	margin-bottom: 0;
}

.btn-join {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;

	position: absolute;
	right: 25px;
	top: 10px;
	display: inline-block;
	text-transform: none;
	vertical-align: bottom;
	font-size: .875rem;
	line-height: 1;
	padding: 5px;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, .05);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.btn-join:hover {
	background-color: rgba(0, 0, 0, .2);
}

.category-link {
	display: inline-block;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	vertical-align: top;
	text-transform: uppercase;
	color: #989898;
	font-size: .75rem;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
	margin-bottom: 15px;
}

.about-grownups,
.welcome-to-grownups {
	border: solid 1px #e0e0e0;
	background: #f5f5f5;
	margin-bottom: 25px;
	padding: 25px;
}

@media (min-width: 768px) {

	.about-grownups {
		margin-bottom: 0;
	}
}

.about-grownups p,
.welcome-to-grownups p {
	font-size: 12pt;
	line-height: 1.4;
	max-width: 960px;
	margin: 0 auto 8px;
}

.about-grownups p.bump-top,
.welcome-to-grownups p.bump-top {
	margin-top: 20px;
}

.footer-links-container {
	background: #52a5d5;
	margin-bottom: 30px;
}

.footer-links-container .container {

	background: transparent !important;
	box-sizing: border-box;
	padding: 30px;
}

.footer-links-container .grid {

	background: transparent !important;
	box-sizing: border-box;
	margin-bottom: -20px;
}

.footer-links-container .grid:after {
	content: '';
	display: block;
	clear: both;
}

.footer-links-container .grid .block {

	background: white;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
}

.column-size {
	width: 100%;
}

.gutter-size {
	width: 0;
}

@media (min-width: 600px) {

	.footer-links-container .container .block,
	.column-size {
		width: 49%;
	}

	.gutter-size {
		width: 2%;
	}
}

@media (min-width: 1024px) {

	.footer-links-container .container .block,
	.column-size {
		width: 32%;
	}

	.gutter-size {
		width: 2%;
	}
}

.footer-links-container .container .block strong {

	background: #2f81b1;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: -20px -20px 20px;
	transition: 500ms opacity ease;
}

.footer-links-container .container .block strong:hover {
	opacity: 0.7;
}

.footer-links-container .container .block strong a {

	box-sizing: border-box;
	color: white;
	display: block;
	font-family: 'Roboto', sans-serif;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.footer-links-container .container .block .block-content * {

	color: black;
	font-size: 11pt;
	line-height: 1.5;
	font-family: Georgia, "Times New Roman", Times, Baskerville, serif;
}

.category-link:hover {
	color: #363636;
}

.heading-link {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: .625rem;
	line-height: 1;
	text-decoration: none;
	padding: 7px 20px 5px 10px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #989898;
	text-transform: uppercase;
	-webkit-transition: border-color .3s, color .3s;
	transition: border-color .3s, color .3s;
}

.heading-link:after {
	height: 0;
	width: 0;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a4a6a8;
	border-top: 4px solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}

.heading-link:hover {
	border-color: #191919;
	color: #bebebe;
}

#polls-1,
#newsletter-signup {
	background: transparent;
}

.main-post {
	position: relative;
	line-height: 1.8125;
	/*padding-bottom: 44px;
	margin-bottom: 25px;*/
}

.main-post img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.main-post p {
	margin-bottom: 15px;
}

.main-content footer {
	font-size: .875rem;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #989898;
}

.main-content .post-info {
	margin-bottom: 15px;
}

.main-content .post-info time a {
	color: #989898;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.main-content .post-info time a:hover {
	opacity: .7;
}

.counters {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: .75rem;
	line-height: 1;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border: 1px solid #989898;
	border-radius: 3px;
	padding: 14px;
	color: #191919;
}

.counters li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.counters li:last-child {
	margin-right: 0;
}

.counters [class^="icon-"],
.counters [class*=" icon-"] {
	color: #b7b7b7;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.counters .value {
	display: inline-block;
	vertical-align: middle;
}

.additional-post {
	position: relative;
	line-height: 1.6875;
	padding-bottom: 44px;
	margin-bottom: 25px;
}

.additional-post p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 27px;
}

.additional-post .post-info {
	margin-bottom: 8px;
	margin-top: 20px;
}

.additional-post img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.additional-post time a {
	color: #989898;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.additional-post time a:hover {
	opacity: .7;
}

.recent-post {
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 44px;
}

.recent-post img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.recent-post h3 {
	font-size: 1.25rem;
	margin-bottom: 21px;
}

.recent-post .category-link {
	margin-bottom: 10px;
}

.recent-post .image-container {
	position: relative;
	display: block;
}

.recent-post .video:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #e52b1e;
}

.recent-post .video:after {
	height: 0;
	width: 0;
	border-bottom: 10px solid transparent;
	border-left: 13px solid #fff;
	border-top: 10px solid transparent;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-30%, -50%);
	-ms-transform: translate(-30%, -50%);
	transform: translate(-30%, -50%);
}

.content-banner {
	margin: 0 -19px 25px;
	padding: 20px 0;
	position: relative;
}
.home-page .content-banner {
	display: none;
}
.content-banner:before,
.content-banner:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #eaeaea;
}

.content-banner:after {
	top: auto;
	bottom: 10px;
}

.content-banner img {
	width: 100%;
	vertical-align: top;
}

.btn-submit {
	border: none;
	box-shadow: none;
	font-size: 1.375rem;
	line-height: 2;
	padding: 0 25px;
	color: #fff;
	background-color: #2f81b1;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.btn-submit:hover {
	background-color: #59a6d3;
}

#sidebar .banner-block img {
	display: inline-block;
	vertical-align: top;
}

.widget {
	margin-bottom: 50px;
	padding: 0 0 15px 15px;
}

.widget:first-child {
	padding-top: 0;
}

.widget.top-widget {
	margin-bottom: 0;
}

.widget .top-post {
	padding: 10px;
	border: 1px solid #989898;
	line-height: 1.6875;
}

.widget .top-post img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.widget .post {
	padding: 0 0 15px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 14px;
}

.widget .post:last-of-type {
	border: none;
	margin: 0;
	padding-bottom: 3px;
}

.widget .post h3 {
	margin-bottom: 5px;
	line-height: 1.278;
}

.widget .post img {
	float: left;
	max-width: 30%;
	margin-right: 15px;
	margin-bottom: 5px;
}

.widget .post .post-content {
	overflow: hidden;
}

.widget h2 {
	margin-bottom: 10px;
	padding-top: 15px;
}

.widget p {
	margin-bottom: 12px;
}

.widget footer {
	color: #989898;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: .875rem;
	margin-bottom: 6px;
}

.widget footer time a {
	color: #989898;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.widget footer time a:hover {
	opacity: .7;
}

.widget .sidebar-nav li {
	border-bottom: 1px solid #eaeaea;
	padding: 6px 0 7px;
}

.widget .sidebar-nav li:last-child {
	border: none;
	padding-bottom: 0;
}

.widget .sidebar-nav a {
	color: #191919;
	font-size: 1.125rem;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.widget .sidebar-nav a:hover {
	opacity: .7;
}

.single-post {
	line-height: 1.8125;
	margin-bottom: 15px;
}

.single-post header {
	margin-bottom: 25px;
	line-height: 1.1;
}

.single-post .post-info {
	display: none;
	font-size: .875rem;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #989898;
}

.single-post > img {
	display: block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 15px;
}

.single-post p {
	margin-bottom: 15px;
}

.single-post time a {
	color: #989898;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.single-post time a:hover {
	opacity: .7;
}

.comment-respond {

	background: #fafafa;
	border: solid 1px #eee;
	margin-bottom: 0;
	margin-top: 25px;
	padding-top: 25px;
}

.comment-respond .comment-form-comment {
	margin-bottom: 20px;
}

.comment-respond h4 {

	color: #888;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

.comment-respond input[type="submit"] {
	font-size: 1rem;
}

.commentlist-item {
	padding: 15px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	line-height: 1.4375;
	margin-bottom: 20px;
}

.commentlist-item:last-child {
	margin-bottom: 0;
}

.commentlist-item .comment:before {
	float: left;
	font-size: 1.25rem;
	color: #989898;
	margin-right: 15px;
}

.commentlist-item p {
	margin-bottom: 5px;
}

.commentlist-item p a {
	color: #191919;
}

.commentlist-item .meta {
	color: #989898;
	margin-bottom: 15px;
}

.commentlist-item .meta a {
	color: #191919;
	margin-right: 10px;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.commentlist-item .meta a:hover {
	opacity: .7;
}

.commentlist-item .time {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.commentlist-item .comment-reply-link {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.commentlist-item .commentlist-item {
	border: none;
	margin-bottom: 10px;
}

.commentlist-holder {
	overflow: hidden;
}

.link-list li,
.link-list > ul li {
	padding: 8px 0 7px;
	border-bottom: 1px solid #eaeaea;
}

.link-list li:last-child,
.link-list > ul li:last-child {
	border: none;
}

.link-list a,
.link-list > ul a {
	color: #191919;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.link-list a:hover,
.link-list > ul a:hover {
	color: #2f81b1;
}

.widget_polls-widget h2 {
	margin-bottom: 5px;
}

.wp-polls {
	padding-right: 15px;
	line-height: 1.4375;
}

.wp-polls ul {
	padding-left: 0;
	margin-bottom: 22px;
}

.wp-polls ul li {
	margin-bottom: 11px;
}

.wp-polls strong {
	display: block;
	font-weight: normal;
	margin-bottom: 29px;
}

.wp-polls input[type="button"] {
	margin-right: 15px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	padding: 10px 19px;
}

.wp-polls a {
	color: #191919;
	display: inline-block;
	vertical-align: super;
	text-decoration: none;
	margin-bottom: 10px;
	line-height: 1.125;
	border-bottom: 1px solid #191919;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.wp-polls a:hover {
	border-color: transparent;
}

#commentform {
	box-shadow: none;
	border: none;
	background-color: transparent;
}

input[type="submit"],
input[type="button"] {
	color: #fff;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1rem;
	line-height: 1;
	padding: 8px 28px;
	border: 2px solid #2f81b1;
	border-radius: 6px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background-color: #2f81b1;
	-webkit-transition: background-color .3s, color .3s, border-color .3s;
	transition: background-color .3s, color .3s, border-color .3s;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #e52b1e;
	border-color: #e52b1e;
	color: white;
}

input[type="submit"]:focus,
input[type="button"]:focus {
	outline: none;
}

.social-icons {
	font-size: 1.125rem;
	line-height: 1;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.social-icons a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 5px;
	color: #fff;
	text-decoration: none;
}

.social-icons a:hover i {
	opacity: .7;
}

.social-icons a i {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 3px;
	background-color: #e52b1e;
	position: relative;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.social-icons a i:before {
	position: absolute;
	width: auto !important;
	height: auto !important;
	line-height: 1 !important;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.social-icons a i.fa-facebook {
	background-color: #3c5a9b;
}

.social-icons a i.fa-twitter {
	background-color: #1fc1f1;
}

.social-icons a i.fa-youtube {
	background-color: #cc181e;
}

.social-icons a i.fa-vimeo-square {
	background-color: #1fc1f1;
}

.social-icons a i.fa-pinterest {
	background-color: #ce1d1f;
}

.social-icons a i.fa-linkedin {
	background-color: #007bb9;
}

.social-icons a i.fa-like {
	background-color: transparent;
	color: #191919;
	font-size: .6875rem;
	width: auto;
	height: auto;
	padding-left: 1px;
	white-space: nowrap;
}

.social-icons a i.fa-like:before {
	color: #989898;
	font-size: .75rem;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
}

.social-networks {
	font-size: 1.125rem;
	line-height: 1;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

.social-networks li.share-email {

}

.social-networks li.share-email i {background: #1e8de5}

.social-networks li.share-email form {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 600px;
	background: #fff;
	padding: 1em 2em;
	z-index: 11;
	border: 1px solid #b7b7b7;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
}
.social-networks li.share-email form h4 {
	margin: 0 0 24px;
	font-size: 1.125rem;
}
.social-networks li.share-email form .fa-times {
	position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.2rem;
    color: #e52b1e;
    cursor: pointer;
    background: transparent;
}
.social-networks li.share-email form .explain {
	margin-bottom: 10px;
	font: 1.2rem "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.social-networks li.share-email form input {
	width: 100%;
	margin-bottom: 24px;
	border: 1px solid #eaeaea;
	font-size: 1.1rem;
}
.social-networks li.share-email .tip {
	margin: 24px 0;
	font: 1.2rem "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.social-networks a,
.social-networks span {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.social-networks a:hover span {
	opacity: .7;
}

.social-networks a span {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 3px;
	background-color: #e52b1e;
	position: relative;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.social-networks a span:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.social-networks a span.icon-facebook {
	background-color: #3c5a9b;
}

.social-networks a span.icon-twitter {
	background-color: #1fc1f1;
}

.social-networks a span.icon-youtube {
	background-color: #cc181e;
}

.social-networks a span.icon-vimeo-square {
	background-color: #1fc1f1;
}

.social-networks a span.icon-pinterest {
	background-color: #ce1d1f;
}

.social-networks a span.icon-linkedin {
	background-color: #007bb9;
}

.social-networks a span.icon-like {
	background-color: transparent;
	color: #191919;
	font-size: .6875rem;
	width: auto;
	height: auto;
	padding-left: 1px;
	white-space: nowrap;
}

.social-networks a span.icon-like:before {
	color: #989898;
	font-size: .75rem;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
}

#footer .social-networks {
	margin-bottom: 20px;
	font-size: 1rem;
}

#footer .social-networks span {
	width: 26px;
	height: 26px;
}

#footer .social-networks li {
	margin-right: 4px;
}
#footer .powered-line {display: none;}
.comment-list {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	padding-top: 10px;
}

.comment-list li {
	margin-bottom: 14px;
	overflow: hidden;
	display: block;
	padding-bottom: 2px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.comment-list li:hover {
	opacity: .75;
}

.comment-list li:before, .icon-comment:before, .icon-comment2:before {
	display: inline-block;
	font-family: "icomoon" !important;
	margin-right: 15px;
	font-size: 1.25rem;
	line-height: 1;
	color: #eaeaea!important;
}

.comment-list a {
	display: inline;
	vertical-align: top;
	text-decoration: none;
}

.comment-list a.name {
	color: #191919;
}

.comment-list .comment-author-link {
	display: inline-block;
	vertical-align: top;
}

.share-block {

	display: block;
	position: relative;
	text-align: center;
	width: 100%;
}

.share-block .title {

	color: #2f81b1;
	display: block;
	font-size: 23px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: -10px;
	text-align: center;
}

.share-block .social-networks li {
	margin-right: 5px;
}

.entry-cta .post-navigation {

	border-top: solid 1px #eee;
	margin: 25px auto 0;
	padding-top: 25px;
}

.entry-cta .post-navigation div {
	padding: 0;
	width: 100%;
}

.entry-cta .post-navigation div.post-previous { margin-bottom: 25px; }

@media (min-width: 1024px) {
	.entry-cta .post-navigation div { width: 49%; }
	.entry-cta .post-navigation div.post-previous { margin-bottom: 0; }
}

.entry-cta .post-navigation div.post-previous a:after { content: ''; }
.entry-cta .post-navigation div.post-next a:after { content: ''; }

.entry-cta .post-navigation h2 { text-align: center; }
.entry-cta .post-navigation a {

	background: #2f81b1;
	border-radius: 3px;
	color: white;
	display: inline-block;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	transition: background-color 500ms ease, color 500ms ease;
	width: 100%;
}

.entry-cta .post-navigation a span {

	color: white;
	font-size: 22px;
	transition: background-color 500ms ease, color 500ms ease;
}

.entry-cta .post-navigation a:hover {
	background: #e52b1e;
	color: white;
}

.entry-cta .post-navigation a:hover span {
	color: white;
}

.entry-cta .main {

	padding-top: 25px;
	text-align: center;
}

.entry-cta .main a.latest-link {

	background: #2f81b1;
	border-radius: 3px;
	color: white;
	display: inline-block;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 10px;
	text-decoration: none;
	transition: background-color 500ms ease;
}

.entry-cta .main a.latest-link:hover { background: #e52b1e; }

.related-post-block { margin-bottom: -2%; padding-top: 25px; }
.related-post-block h2 {

	line-height: 1.3;
	margin: -10px -25px 10px;
	padding: 10px;
	text-align: center;
}

.related-post {

	background-color: #fafafa;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 2%;
	min-height: 150px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media (min-width: 1024px) {

	.related-post { margin-right: 2%; width: 32%; }
	.related-post:nth-child(3),
	.related-post:nth-child(6) { margin-right: 0; }
}

.related-post h4 {

	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	color: white;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: bold;
	left: 0;
	line-height: 1.2;
	height: 75px;
	margin: 0;
	right: 0;
	position: absolute;
	text-align: center;
	transition: height 500ms ease;
}

.related-post h4 span {

	box-sizing: border-box;
	display: block;
	padding: 10px;
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	width: 100%;
}

.related-post a {

	background-color: rgba(255, 255, 255, 0.25);
	cursor: pointer;
	display: block;
	height: 100%;
	transition: background-color 500ms ease;
	width: 100%;
}

.related-post:hover a {
	background: rgba(255, 255, 255, 0.75);
}

.related-post:hover a h4 {
	height: 150px;
}

.related-post time {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: .875rem;
	padding-left: 7px;
}

.related-post time a {
	color: #989898;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.related-post time a:hover {
	opacity: .7;
}

.section.comments {

	border-top: solid 1px #eee;
	margin-top: 25px;
	padding-top: 25px;
}

.section.comments h4 {

	color: #888;
	font-weight: normal;
	text-align: center;
}

.sign-form {
	padding-top: 10px;
}

.sign-form input[type="text"],
.sign-form input[type="email"] {
	width: 100%;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	max-width: 300px;
	border-radius: 6px;
}

.sign-form input[type="submit"] {
	font-size: 1rem;
}

.sign-form .input-container {
	margin-bottom: 15px;
}

.notification {
	padding: 25px 20px;
	margin-bottom: 25px;
	position: relative !important;
	left: 0 !important;
	background-color: #f6f6f6;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}

.notification.fixed-position {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.notification.closed {
	-webkit-transform: translateX(150%);
	-ms-transform: translateX(150%);
	transform: translateX(150%);
}

.notification .title {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	font-size: 1.4375rem;
}

.notification .title a {
	color: #191919;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.notification .title a:hover {
	color: #2f81b1;
}

.notification .close {
	position: absolute;
	top: 18px;
	right: 18px;
	font-size: .6875rem;
	color: #989898;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
	display: none;
}

.notification .close:hover {
	color: #000;
}

.popular-posts {
	margin-bottom: 25px;
}

.popular-posts-list {

	list-style: none;
	margin: 0 0 -25px;
	padding: 0;
	width: 100%;
}

.popular-posts-list li {

	border: solid 1px #eee;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 0 25px;
	padding: 0;
	width: 100%;
}

.popular-posts-list li .img_part a {

	background: rgba(255, 255, 255, 0.25);
	display: block;
	height: 100%;
	width: 100%;
}

.popular-posts-list li .img_part {

	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

	height: 100%;
	margin: 0;
	position: relative;
	width: 100%;
}

.popular-posts-list li.top-post { height: 150px; }
.popular-posts-list li.bottom-post { height: 75px; }

.popular-posts-list li .img_part h3 {

	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	height: 50%;
	left: 0;
	margin: 0;
	position: absolute;
	transition: background-color 500ms ease, height 500ms ease;
	right: 0;
}

.popular-posts-list li.bottom-post h3 { height: 100%; }
.popular-posts-list li:hover h3 { background: rgba(0, 0, 0, 0.4); height: 100%; }

.popular-posts-list li .img_part h3 span {

	color: white;
	display: inline-block;
	font-size: 15px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

#footer {
	background-color: #2f81b1;
	padding: 30px 0;
	color: #ffffff;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.footer-nav {
	margin: 0 -10px 25px;
}

.footer-links {
	padding: 0 10px;
	float: left;
	width: 50%;
}

.footer-links:nth-child(2n) {
	text-align: right;
}

.footer-links li {
	margin-bottom: 15px;
}

.footer-links li.active a {
	color: rgba(255, 255, 255, .8);
}

.footer-links a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.footer-links a:hover {
	opacity: .7;
}

.footer-info {
	text-align: center;
	font-size: .8125rem;
}

.footer-info .logo {
	margin: 0 auto 25px;
}

.footer-info a {
	color: #ffffff;
	text-decoration: underline;
}

.footer-info a {
	color: #ffffff;
	text-decoration: none;
}

.jcf-radio {
	vertical-align: bottom;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 99px;
	margin: 0 10px 0 0;
	height: 23px;
	width: 23px;
}

.jcf-radio span {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background: #2f81b1;
	border-radius: 100%;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	opacity: 1;
	visibility: visible;
}

.jcf-disabled {
	background: #ddd !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	span.stars-large,
	span.stars-large span {
		background-image: url(/wp-content/themes/sahifa/images/stars-large@2x.png);
		background-size: 98px 44px;
	}

	span.stars-small,
	span.stars-small span {
		background-image: url(/wp-content/themes/sahifa/images/stars-small@2x.png);
		background-size: 54px 30px;
	}
}

@media screen {
	p.post-meta span.screen-reader-text {
		display: none;
	}
}

@media (min-width: 480px) {
	.featured-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.featured-list li {
		width: calc(50% - 6px);
	}

	.widget {
		padding: 0 0 20px 20px;
	}

	.widget h2 {
		padding-top: 20px;
	}

	.social-icons a i.fa-like:before {
		font-size: 1rem;
	}

	.social-icons a i.fa-like {
		font-size: .875rem;
		padding-left: 5px;
	}

	.social-networks a span.icon-like:before {
		font-size: 1rem;
	}

	.social-networks a span.icon-like {
		font-size: .875rem;
		padding-left: 5px;
	}

	.entry-cta {

		border: solid 1px #eee;
		padding: 25px;
	}

	.popular-posts {

		border: solid 1px #eee;
		padding: 25px;
	}
}

@media (min-width: 480px) and (max-width: 1023px) {

	.popular-posts-list li {
		margin-right: 25px;
		width: calc((100% - 25px) / 2);
	}

	.popular-posts-list li:nth-child(2),
	.popular-posts-list li:nth-child(4),
	.popular-posts-list li:nth-child(6),
	.popular-posts-list li:nth-child(8),
	.popular-posts-list li:nth-child(10),
	.popular-posts-list li:nth-child(12) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 501px) {
	.archive-box .post-thumbnail img {
		max-width: 200px;
	}

	.archive-box .item-list .entry {
		margin-left: 215px;
	}
}

@media (min-width: 768px) {
	#content,
	.main-container > .content {
		float: left;
		width: 66.25%;
	}

	#sidebar {
		float: right;
		width: 32%;
		padding-top: 15px;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	#theme-header .banner {
		margin: 0;
		overflow: hidden;
		padding-top: 0;
	}
	#theme-header .banner .e3lan {
		margin-top: 0;
	}
	#theme-header .service {
		float: left;
		margin: 10px 0 0 0;
	}

	.btn {
		margin-left: 6px;
	}

	.user-container {
		padding-right: 50px;
		position: relative;
	}

	.user-block {
		float: right;
		margin-bottom: 0;
		display: block;
	}

	.header-top {
		margin-bottom: 25px;
	}

	.login-block .dropdown button {
		padding: 8px 19px;
		min-width: 110px;
	}

	.logged-in .user-info {
		width: auto;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}

	.logo {
		float: left;
		margin: 0 20px 0 0;
	}

	.nav-opener {
		float: none;
		position: absolute;
		right: 0;
	}

	#main-nav li.mega-menu.mega-links.mega-links-3col .mega-menu-block ul li.mega-link-column {
		width: 50%;
	}

	#main-nav li.mega-menu.mega-links.mega-links-4col .mega-menu-block ul li.mega-link-column {
		width: 50%;
	}

	#main-nav li.mega-menu.mega-links.mega-links-5col .mega-menu-block ul li.mega-link-column {
		width: 50%;
	}

	.featured-list li {
		width: calc(50% - 6px);
	}

	.btn-join {
		padding: 7px;
	}

	.main-post p {
		margin-bottom: 25px;
	}

	.aside {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.additional-post {
		width: 48%;
	}

	.recent-post-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.recent-post {
		width: 48%;
	}

	.content-banner {
		margin: 0 0 25px;
	}

	.main-btn {
		font-size: 1.125rem;
	}

	.widget {
		padding: 0 0 15px 15px;
	}

	.widget .top-post {
		padding: 15px;
	}

	.widget .top-post h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.widget .post h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.widget .post img {
		max-width: 100%;
		float: none;
		display: block;
	}

	.widget h2 {
		padding-top: 15px;
	}

	.single-post header {
		margin-bottom: 22px;
	}

	.single-post > img {
		margin-bottom: 25px;
	}

	.single-post .category-link {
		margin-bottom: 25px;
	}

	.social-icons {
		font-size: 1.3125rem;
	}

	.social-icons a i {
		width: 45px;
		height: 45px;
	}

	.social-networks {
		font-size: 1.3125rem;
	}

	.social-networks a span {
		width: 45px;
		height: 45px;
	}

	#footer .social-networks span {
		width: 26px;
		height: 26px;
	}

	.share-block .title {
		vertical-align: middle;
	}

	.notification:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -12px;
		z-index: 100;
		height: 6px;
		background-color: #f6f6f6;
	}

	.notification:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -12px;
		height: 6px;
		background-color: #f6f6f6;
	}

	.notification {
		position: fixed !important;
		display: block;
		right: 0;
		left: auto !important;
		top: auto !important;
		bottom: 100px;
		z-index: 1000;
		-webkit-transform: translateX(150%);
		-ms-transform: translateX(150%);
		transform: translateX(150%);
		padding: 35px 30px;
	}

	.notification .close {
		display: block;
	}

	.footer-nav {
		float: right;
		max-width: 50%;
	}

	.footer-links:nth-child(2n) {
		text-align: left;
	}

	.footer-links {
		width: auto;
		padding: 0 15px;
	}

	.footer-info {
		text-align: left;
		float: left;
		max-width: 50%;
		padding-top: 5px;
	}

	.footer-info .logo {
		margin: 0 0 40px;
		display: inline-block;
		vertical-align: top;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.main-nav .sub-menu > .menu-item a,
	.main-nav .menu-sub-content > .menu-item a,
	.main-nav .sub-list > .menu-item a {
		font-size: .875rem;
	}
}

@media only screen and (min-width: 990px) {
	body.parent-pageid-931821 .content {
		width: 760px;
	}

	body.parent-pageid-931821 #sidebar {
		/*width: 220px;*/
	}
}

@media (min-width: 1024px) {
	#content,
	.main-container > .content {
		width: 65.7%;
		margin-bottom: 32px;
	}

	#sidebar {
		margin-bottom: 0;
		padding-top: 20px;
	}

	.comment-form textarea {
		height: 185px;
	}

	h1 {
		font-size: 3rem;
	}

	.main-post h3 {
		font-size: 3rem;
		margin-bottom: 25px;
	}

	#theme-header {
		padding-bottom: 0;
	}

	#theme-header .banner {
		padding-top: 0;
	}

	#theme-header .service {
		margin-top: 5px;
		margin-right: 2rem;
		margin-bottom: 1rem
	}

	.btn {
		font-size: 1.125rem;
		padding: 11px 25px 12px;
	}

	.btn .mark {
		font-size: .875rem;
	}

	.btn.btn-inverse {
		padding: 8px 32px 12px;
	}

	.user-container {
		padding-right: 0;
		margin-bottom: 20px;
	}

	.logged-in .user-info {
		font-size: 1.125rem;
		margin-right: 6px;
	}

	.logo {
		height: 120px;
		position: relative;
		width: calc(100% - 760px);
	}

	.nav-opener {
		display: none;
	}
	.main-nav:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: -9999px;
		right: -9999px;
		background-color: #fff;
		z-index: -1;
		margin-bottom: -1px;
	}
	.main-nav {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.main-nav {
		position: relative;
		padding: 0;
		background-color: #fff;
		overflow: visible;
		z-index: 100;
	}

	.main-nav .sub-menu,
	.main-nav .menu-sub-content {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: #fff;
		padding: 15px;
		display: block;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s ease .2s, visibility .3s ease .2s;
		transition: opacity .3s ease .2s, visibility .3s ease .2s;
	}

	.main-nav .sub-menu li,
	.main-nav .menu-sub-content li {
		padding: 10px 0;
	}

	.main-nav .sub-menu a,
	.main-nav .menu-sub-content a {
		color: #191919;
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}

	.main-nav .sub-menu > .menu-item,
	.main-nav .menu-sub-content > .menu-item,
	.main-nav .sub-list > .menu-item {
		display: block;
	}

	.main-nav .sub-menu > .menu-item a,
	.main-nav .menu-sub-content > .menu-item a,
	.main-nav .sub-list > .menu-item a {
		display: inline-block;
		max-width: 300px;
	}

	.main-nav .menu-item:first-child {
		margin-right: 0;
	}

	.main-nav .menu-item:first-child [class^="icon-"],
	.main-nav .menu-item:first-child [class*=" icon-"] {
		margin-right: 2px;
	}

	.main-nav .menu-item {
		display: inline-block;
		vertical-align: middle;
		margin: 15px 5px 15px 0;
		border: none;
	}

	.main-nav .menu-item > a {
		color: #191919;
		padding: 0;
		display: inline-block;
	}

	.main-nav .menu-item > a.has-drop-down-a {
		padding-right: 13px !important;
		margin-right: 5px;
		font-size: 1rem;
	}

	.main-nav .menu-item.hover > .sub-menu,
	.main-nav .menu-item.hover > .menu-sub-content {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s;
	}

	.main-nav .menu-item .hidden-lg {
		display: none;
	}

	#main-nav .mega-recent-featured-list {
		width: 25%;
		margin-right: 3%;
		float: left;
	}

	#main-nav .mega-recent-post {
		float: left;
		width: 37%;
		margin-right: 3%;
	}

	#main-nav .mega-check-also {
		float: left;
		width: 60%;
	}

	#main-nav li.mega-menu.mega-links.mega-links-3col .mega-menu-block ul li.mega-link-column {
		width: 33.333%;
	}

	#main-nav li.mega-menu.mega-links.mega-links-4col .mega-menu-block ul li.mega-link-column {
		width: 25%;
	}

	#main-nav li.mega-menu.mega-links.mega-links-5col .mega-menu-block ul li.mega-link-column {
		width: 20%;
	}

	#main-nav .menu-item-has-children .mega-check-also {
		width: 32%;
		padding-top: 0;
	}

	.featured-list li {
		width: calc(25% - 6px);
	}

	.main-post {
		width: 65%;
		float: left;
	}

	.main-post p {
		margin-bottom: 30px;
	}

	.aside {
		display: block;
		float: right;
		width: 32%;
		margin-bottom: 10px;
	}

	.additional-post {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 25px;
	}

	.recent-post-block {
		margin-bottom: 3px;
	}

	.recent-post {
		margin-bottom: 50px;
	}

	.content-banner:before,
	.content-banner:after {
		height: 4px;
		top: 2px;
	}

	.content-banner:after {
		top: auto;
		bottom: 2px;
	}

	.content-banner {
		margin-bottom: 45px;
	}

	.widget {
		padding: 0 0 0 20px;
	}

	.widget.fill-bg {
		padding-top: 24px;
	}

	.widget .post {
		padding: 4px 0 20px;
	}

	.widget .post h3 {
		max-height: 46px;
		overflow: hidden;
	}

	.widget .post img {
		max-width: 29%;
		float: left;
	}

	.widget h2 {
		padding-top: 0;
	}

	.single-post {
		margin-bottom: 45px;
	}

	.single-post p {
		margin-bottom: 29px;
	}

	.single-post h1 {
		font-size: 3rem;
	}

	.commentlist-item {
		padding: 25px 15px 20px;
	}

	.commentlist-item .comment:before {
		font-size: 1.5rem;
		margin-right: 22px;
	}

	.commentlist-item .meta {
		margin-bottom: 20px;
	}

	.link-list,
	.link-list > ul {
		padding-right: 15px;
	}

	.wp-polls {
		padding-right: 50px;
	}

	.wp-polls ul {
		padding-left: 0;
	}

	.wp-polls-ans > p {
		display: inline-block;
		vertical-align: middle;
	}

	.social-icons a i.fa-like:before {
		margin-right: 8px;
	}

	.social-icons a i.fa-like {
		padding-left: 15px;
	}

	.social-networks a span.icon-like:before {
		margin-right: 8px;
	}

	.social-networks a span.icon-like {
		padding-left: 15px;
	}

	.comment-list {
		padding-left: 0;
	}

	.comment-list li:before {
		font-size: 1.5rem;
	}

	.share-block .counters {
		position: relative;
		float: right;
		margin-top: 5px;
	}

	.related-post-container {
		margin-left: -10px;
		margin-right: -10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.popular-posts-list li {
		margin-right: 25px;
		width: calc((100% - 75px) / 4);
	}

	.popular-posts-list li:nth-child(4),
	.popular-posts-list li:nth-child(8),
	.popular-posts-list li:nth-child(12) {
		margin-right: 0;
	}

	.footer-links {
		padding: 0 20px 0 55px;
	}
}

@media (min-width: 1200px) {
	.header-top {
		margin-bottom: 18px;
	}

	.main-nav {
		font-size: 1.125rem;
	}

	.main-nav .menu-item {
		margin: 27px 5px 18px;
		padding: 0;
	}

	.main-nav .menu-item > a.has-drop-down-a {
		margin-right: 6px;
		font-size: 1.125rem;
	}

	.featured-list li {
		width: 24.7%;
		padding-left: 55px;
	}
}

@media only screen and (max-width: 1045px) {
	#wrapper.boxed,
	#wrapper.boxed .fixed-nav,
	#wrapper.boxed-all,
	#wrapper.boxed-all #main-content,
	#wrapper.boxed-all .fixed-nav {
		width: 99%;
	}

	#wrapper.boxed #theme-header,
	#wrapper.boxed .breaking-news,
	#wrapper.boxed #main-content,
	#wrapper.boxed .container,
	#wrapper.boxed-all .container {
		width: 100%;
	}

	#wrapper.boxed #main-content {
		padding: 15px;
	}

	#wrapper.boxed .post-cover-head {
		margin-left: -15px;
		margin-right: -15px;
	}

	#wrapper.boxed-all .post-cover-head {
		margin-left: 0;
		margin-right: 0;
	}

	#wrapper.boxed-all .breaking-news {
		width: 98% !important;
		margin-right: 1%;
		margin-left: 1%;
	}

	#wrapper.wide-layout .header-content,
	#wrapper.wide-layout .breaking-news,
	#wrapper.wide-layout .container,
	#wrapper.wide-layout #main-nav ul li.mega-menu .mega-menu-block {
		width: 99%;
	}

	.content {
		width: 66.5%;
	}

	.ei-slider,
	.flexslider,
	.flexslider .slides > li {
		height: 480px;
	}

	.content .ei-slider,
	.content .flexslider,
	.content .flexslider .slides > li {
		height: 315px;
	}

	.flat-social a {
		padding-right: 7px;
		padding-left: 7px;
	}

	.share-post li,
	.mini-share-post li {
		width: 100px;
	}

	.tie-full-width-img img {
		margin-right: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	#main-nav {
		font-size: 15px;
	}

	#user_login_header {
		width: 110px;
	}

	#user_pass_header {
		width: 90px;
	}
}

@media (max-width: 1017px) {
	#theme-header {
		margin-bottom: 0 !important;
	}

	.e3lan-top {
		width: 100%;
	}
}

@media only screen and (max-width: 1017px) {
	#user_login_header {
		width: 130px;
	}

	#user_pass_header {
		width: 100px;
	}
}

@media only screen and (max-width: 990px) {
	.ei-slider,
	.flexslider,
	.flexslider .slides > li {
		height: 466px;
	}

	.content .ei-slider,
	.content .flexslider,
	.content .flexslider .slides > li {
		height: 481px;
	}

	.e3lan-top {
		margin-top: 20px;
		float: none !important;
		text-align: center;
	}

	.content {
		width: 100%;
		float: none;
	}

	.widget.news-pic .post-thumbnail {
		width: 16.66666666666667%;
	}

	.footer-widgets-box {
		float: none !important;
		width: 100% !important;
		margin: 0 !important;
	}

	#check-also-box {
		display: none;
	}
}

@media (min-width: 1200px) {

	.user-info {
		display: block;
	}
}

@media only screen and (max-width: 900px) {
	#live-search_sb {
		display: none;
	}

	#slide-out-open {
		display: block;
	}

	.ei-slider,
	.flexslider,
	.flexslider .slides > li {
		height: 422px;
	}

	.content .ei-slider,
	.content .flexslider,
	.content .flexslider .slides > li {
		height: 441px;
	}

	#wrapper .breaking-news,
	#wrapper.boxed-all .breaking-news {
		width: 99% !important;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
		box-shadow: 0 0 1px #cacaca !important;
	}

	body.dark-skin #wrapper {
		background-color: #3c3c3c;
	}

	body.dark-skin #wrapper .breaking-news,
	body.dark-skin #wrapper.boxed-all .breaking-news {
		box-shadow: 0 0 1px #2a2a2a !important;
	}

	#wrapper #main-content {
		width: 99% !important;
		padding: 0 !important;
		box-shadow: none !important;
	}

	#wrapper #main-content {
		margin-top: 10px;
	}

	.e3lan-top ins,
	.e3lan-bottom ins,
	.e3lan-below_header ins {
		width: 728px;
		height: 90px;
	}

	.csstransforms3d.csstransitions .js-nav #wrapper {
		width: 100% !important;
	}

	#wrapper.boxed .post-cover-head,
	#wrapper.wide-layout .post-cover-head {
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}

	.logged-in .today-date {
		display: block;
	}

	.today-date,
	#menu-top-right {
		display: none;
	}

	#loginform_header {
		margin-left: 5px;
	}

	.logged-in #menu-top-of-page {
		float: left;
	}

	#menu-top-of-page {
		float: right;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
}

@media screen and (max-width: 766px) {
	body.home-page.with_moved_form #featured-posts {
		width: 100%;
	}

	body.home-page.with_moved_form .moved_form {
		width: 100%;
		float: left;
		margin-left: 0;
		clear: none;
		margin-top: 0;
	}
}

@media (max-width: 759px) {
	#dfp-760x120-container {
		display: none;
	}
}

@media only screen and (max-width: 730px) {
	.ei-slider,
	.flexslider,
	.flexslider .slides > li {
		height: 361px;
	}

	.content .ei-slider,
	.content .flexslider,
	.content .flexslider .slides > li {
		height: 356px;
	}

	.featured-title h3,
	.featured-title span.tie-date {
		display: none;
	}

	#featured-posts .featured-post-inner {
		height: 200px;
	}

	.featured-title {
		bottom: 0;
		font-size: 75%;
		padding: 8px;
	}

	.featured-title h2 {
		margin-bottom: 0;
	}

	.flat-social a {
		padding-right: 5px;
		padding-left: 5px;
	}

	.flickr-widget .flickr_badge_image {
		width: 12.5%;
	}

	#sitemap {
		padding: 10px 0 0 !important;
	}

	.sitemap-col {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}

	.post-tabs ul.tabs-nav li,
	.post-tabs-ver ul.tabs-nav li {
		display: block;
		border-width: 0 0 1px 0;
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.post-tabs ul.tabs-nav,
	.post-tabs-ver ul.tabs-nav {
		border: 1px solid #eee;
		border-width: 0 0 1px 0;
	}

	.post-tabs-ver ul.tabs-nav,
	.post-tabs-ver .pane {
		width: 100%;
		left: 0;
		float: none;
		border-width: 1px;
	}

	.tie-padding {
		padding: 0 !important;
	}

	.post-cover-head .single-has-thumb.single-post-thumb {
		height: 350px;
	}

	.post-cover-title .post-title {
		line-height: 32px;
	}

	.e3lan-top ins,
	.e3lan-bottom ins,
	.e3lan-below_header ins,
	.home-e3lan ins,
	.e3lan-post ins {
		width: 468px;
		height: 60px;
	}
}

@media only screen and (max-width: 670px) {
	.ei-slider,
	.flexslider,
	.flexslider .slides > li {
		height: 330px;
	}

	.content .ei-slider,
	.content .flexslider,
	.content .flexslider .slides > li {
		height: 326px;
	}

	.flat-social a span,
	.breaking-news span.breaking-news-title span,
	.share-post span.share-text,
	.entry #related_posts {
		display: none;
	}

	.breaking-news span.breaking-news-title {
		padding-bottom: 7px;
	}

	.breaking-news span.breaking-news-title i {
		display: block;
		margin-top: -2px;
	}

	.cat-box.column2,
	.list-box li,
	.list-box li.first-news,
	.wide-box li,
	.cat-tabs-wrap li.first-news,
	.cat-tabs-wrap li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.list-box li.first-news {
		padding: 20px;
	}

	.list-box li.other-news {
		border: 0 none;
	}

	.share-post .flat-social a i,
	.mini-share-post .flat-social a i {
		margin: 0 10px;
	}

	.share-post .normal-social li,
	.mini-share-post .normal-social li {
		width: 33.333333% !important;
		height: 25px;
	}

	#featured-posts .featured-post {
		padding: 0 0 1px 1px !important;
		width: 50%;
	}

	#featured-posts .featured-post-inner {
		height: 140px;
	}

	#featured-posts .featured-post-1 {
		width: 100%;
	}

	#featured-posts .featured-post-1 .featured-post-inner {
		height: 220px;
	}

	#featured-posts .featured-post-1,
	#featured-posts .featured-post-2,
	#featured-posts .featured-post-4 {
		padding-left: 0 !important;
	}
}

@media only screen and (max-width: 500px) {
	.slider-caption {
		padding: 8px 0 5px;
	}

	.ei-slider,
	.flexslider,
	.flexslider .slides > li {
		height: 240px;
	}

	.content .ei-slider,
	.content .flexslider,
	.content .flexslider .slides > li {
		height: 241px;
	}

	.pic-box li:last-child,
	.entry ul.best-reviews .post-thumbnail,
	.ei-title h3,
	.slider-caption p,
	a.go-to-the-post {
		display: none !important;
	}

	.archive-wide-thumb {
		margin-right: -10px !important;
		margin-left: -10px !important;
		width: auto !important;
	}

	.one_half,
	.one_third,
	.two_third,
	.three_fourth,
	.one_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth,
	.recent-box .recent-item,
	.scroll-box .scroll-item,
	#related_posts .related-item,
	.full-width #related_posts .related-item,
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.review-box,
	.google-map,
	.masonry-grid .item-list {
		float: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
		height: auto !important;
	}

	.masonry-grid {
		padding: 0;
	}

	.cat-box li.first-news .inner-content,
	.scroll-box .cat-box-content,
	.pic-box .cat-box-content,
	.video-box .cat-box-content,
	.cat-tabs-wrap,
	.pic-box.pic-grid .cat-box-content,
	.list-box li.first-news,
	.recent-box .cat-box-content {
		padding: 10px;
	}

	.column2 li.other-news,
	.list-box li.other-news,
	.wide-box li {
		padding-right: 10px;
		padding-left: 10px;
	}

	.scroll-nav {
		margin: 10px -10px -10px;
	}

	.wide-box li.first-news .post-thumbnail,
	.item-list .post-thumbnail,
	.pic-box li.first-pic,
	.video-box .big-video-column {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.pic-box li.first-pic,
	.video-box .big-video-column,
	.video-box li {
		margin-bottom: 0;
	}

	.pic-box li,
	.pic-box.pic-grid.cat-box li {
		width: 25%;
	}

	.video-box li {
		padding: 1px;
		width: 33.333333%;
	}

	.pic-box.pic-grid.cat-box li:last-child {
		display: block;
	}

	#masonry-grid.post-listing {
		padding: 0;
	}

	#masonry-grid .item-list {
		width: 92%;
		margin: 0 4%;
	}

	.widget.news-pic .post-thumbnail {
		width: 25%;
	}

	.entry ul.best-reviews li {
		padding-left: 65px;
	}

	.best-review-score-image {
		margin-left: -65px;
	}

	.author-info img.author-img {
		max-width: 50px;
		margin-right: 10px;
	}

	.author-info-content {
		padding-left: 60px;
	}

	.post-cover-head .single-has-thumb.single-post-thumb {
		height: 250px;
	}

	.post-cover-title {
		padding-right: 10px;
		padding-left: 10px;
	}

	.post-cover-title .post-title {
		line-height: 28px;
	}

	.e3lan-top ins,
	.e3lan-bottom ins,
	.e3lan-below_header ins,
	.home-e3lan ins,
	.e3lan-post ins {
		width: 300px;
		height: 250px;
	}

	#rememberme_header {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	#buddypress div.dir-search {
		float: right;
		margin-top: -50px;
		text-align: right;
	}

	#buddypress div.dir-search input[type="text"] {
		margin-bottom: 1em;
		width: 50%;
	}

	a.bp-title-button {
		margin-left: 10px;
	}

	#buddypress form.standard-form .main-column div.action {
		position: relative;
		margin-bottom: 1em;
	}

	#buddypress form.standard-form .main-column ul#friend-list h4 {
		width: 100%;
	}

	body.rtl #buddypress div.dir-search {
		float: left;
		text-align: left;
	}

	body.rtl a.bp-title-button {
		margin-left: 0;
		margin-right: 10px;
	}

	#bbpress-forums div.bbp-topic-tags {
		clear: left;
		float: left;
	}

	div.bbp-search-form input,
	div.bbp-search-form button {
		padding: 2px;
	}

	li.bbp-forum-info,
	li.bbp-topic-title {
		width: 45%;
	}

	li.bbp-forum-topic-count,
	li.bbp-forum-reply-count,
	li.bbp-topic-voice-count,
	li.bbp-topic-reply-count {
		width: 15%;
	}

	span.bbp-reply-post-date {
		float: left;
	}

	span.bbp-admin-links {
		clear: left;
		float: left;
	}

	#bbpress-forums .bbp-forums-list li {
		display: block;
	}

	#bbpress-forums .bbp-body div.bbp-reply-author {
		margin: -15px 10px 10px;
		min-height: 100px;
		padding-left: 80px;
		position: relative;
		text-align: left;
		width: 100%;
	}

	#bbpress-forums div.bbp-reply-author a.bbp-author-name {
		clear: none;
		display: inline-block;
		margin-left: 0;
		word-wrap: break-word;
	}

	#bbpress-forums div.bbp-reply-author img.avatar {
		position: absolute;
		top: 15px;
		left: 0;
		width: 60px;
		height: auto;
	}

	#bbpress-forums div.bbp-reply-author .bbp-author-role {
		font-style: normal;
	}

	#bbpress-forums .bbp-body div.bbp-reply-content {
		clear: both;
		margin: 10px;
		padding: 0;
	}

	#bbpress-forums div.bbp-reply-content p {
		margin-bottom: 1em;
	}

	div.bbp-submit-wrapper {
		float: left;
	}

	#bbpress-forums fieldset.bbp-form {
		padding: 0 10px 10px;
	}

	#bbpress-forums #bbp-user-body {
		clear: both;
		margin-left: 0;
		word-wrap: break-word;
	}

	body.rtl #bbpress-forums div.bbp-topic-tags {
		clear: left;
		float: left;
	}

	body.rtl span.bbp-reply-post-date {
		float: left;
	}

	body.rtl span.bbp-admin-links {
		clear: left;
		float: left;
	}

	body.rtl #bbpress-forums .bbp-body div.bbp-reply-author {
		padding-left: 80px;
		padding-right: 0;
		text-align: left;
	}

	body.rtl #bbpress-forums div.bbp-reply-author a.bbp-author-name {
		margin-left: 0;
	}

	body.rtl #bbpress-forums div.bbp-reply-author img.avatar {
		left: auto;
		left: 0;
	}

	body.rtl div.bbp-submit-wrapper {
		float: left;
	}

	body.rtl #bbpress-forums #bbp-user-body {
		margin-left: 0;
	}

	#bbpress-forums .bbp-body div.bbp-reply-author {
		padding-left: 0;
	}

	#bbpress-forums div.bbp-reply-author img.avatar {
		top: 0;
	}
}

@media only screen and (max-width: 350px) {
	.ei-slider,
	.flexslider,
	.flexslider .slides > li {
		height: 163px;
	}

	.content .ei-slider,
	.content .flexslider,
	.content .flexslider .slides > li {
		height: 166px;
	}

	#main-content {
		padding-top: 0;
	}

	.share-post .flat-social a i,
	.mini-share-post .flat-social a i {
		margin: 0 5px;
	}

	.share-post .normal-social li,
	.mini-share-post .normal-social li {
		width: 50% !important;
	}

	.overlay-icon:before,
	.tie_slider .overlay-icon:before {
		border-width: 2px;
		width: 30px;
		height: 30px;
		line-height: 26px;
		margin: -15px 0 0 -15px;
	}

	.widget.news-pic .post-thumbnail {
		width: 33.3333%;
	}

	.flickr-widget .flickr_badge_image {
		width: 25%;
	}

	#user_login_header {
		width: 110px;
	}

	#user_pass_header {
		width: 90px;
	}

	.logged-in .today-date {
		display: none;
	}
}

@media only screen and (max-width: 320px) {
	#buddypress div.dir-search {
		clear: left;
		float: left;
		margin-top: 0;
		text-align: left;
	}

	#buddypress li#groups-order-select {
		clear: left;
		float: left;
	}

	#buddypress ul.item-list li div.action {
		clear: left;
		float: left;
		margin-top: 0;
		margin-left: 70px;
		position: relative;
		top: 0;
		right: 0;
		text-align: left;
	}

	#buddypress ul.item-list li div.item-desc {
		clear: left;
		float: left;
		margin: 10px 0 0;
		width: auto;
	}

	#buddypress li div.item {
		margin-left: 70px;
		width: auto;
	}

	#buddypress ul.item-list li div.meta {
		margin-top: 0;
	}

	#buddypress .item-desc p {
		margin: 0 0 10px;
	}

	#buddypress div.pagination .pag-count {
		margin-left: 0;
	}

	body.rtl #buddypress div.dir-search {
		clear: right;
		float: right;
		text-align: right;
	}

	body.rtl #buddypress li#groups-order-select,
	body.rtl #buddypress ul.item-list li div.item-desc {
		clear: right;
		float: right;
	}

	body.rtl #buddypress ul.item-list li div.action {
		clear: right;
		float: right;
		margin-left: 0;
		margin-right: 70px;
		right: auto;
		left: 0;
		text-align: right;
	}

	body.rtl #buddypress li div.item {
		margin-right: 70px;
		margin-left: 0;
	}

	body.rtl #buddypress div.pagination .pag-count {
		margin-right: 0;
	}

	#bbpress-forums div.bbp-search-form {
		margin-bottom: 10px;
	}

	#bbpress-forums li.bbp-header li.bbp-forum-info,
	#bbpress-forums li.bbp-body li.bbp-forum-info,
	#bbpress-forums li.bbp-header li.bbp-topic-title,
	#bbpress-forums li.bbp-body li.bbp-topic-title {
		width: 100%;
	}

	#bbpress-forums li.bbp-header li.bbp-forum-info,
	#bbpress-forums li.bbp-header li.bbp-topic-title {
		text-align: center;
		text-transform: uppercase;
	}

	#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
	#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
	#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
	#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
	#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
	#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
	#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
	#bbpress-forums li.bbp-body li.bbp-topic-reply-count {
		width: 20%;
	}

	#bbpress-forums li.bbp-header li.bbp-forum-freshness,
	#bbpress-forums li.bbp-body li.bbp-forum-freshness,
	#bbpress-forums li.bbp-header li.bbp-topic-freshness,
	#bbpress-forums li.bbp-body li.bbp-topic-freshness {
		width: 58%;
	}

	#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
	#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
	#bbpress-forums li.bbp-body li.bbp-forum-freshness,
	#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
	#bbpress-forums li.bbp-body li.bbp-topic-reply-count,
	#bbpress-forums li.bbp-body li.bbp-topic-freshness {
		margin-top: 7px;
	}

	#bbpress-forums li.bbp-header div.bbp-reply-author {
		text-align: left;
		width: 25%;
	}

	#bbpress-forums li.bbp-header div.bbp-reply-content {
		margin-left: 25%;
	}

	#bbpress-forums div.bbp-template-notice img.avatar,
	#bbpress-forums p.bbp-topic-meta img.avatar {
		width: 14px;
		height: auto;
	}

	#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
		padding: 1px;
	}

	#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td {
		width: 20px;
		height: 20px;
	}

	#bbpress-forums div.wp-editor-container {
		width: 100%;
		overflow: auto;
	}

	#bbpress-forums input#bbp_topic_title,
	#bbpress-forums input#bbp_topic_tags {
		width: 95%;
	}

	body.rtl #bbpress-forums li.bbp-header div.bbp-reply-author {
		text-align: left;
	}

	body.rtl #bbpress-forums li.bbp-header div.bbp-reply-content {
		margin-left: 25%;
		margin-right: 0;
	}

	#buddypress .awpcp-buddypress-listings-actions {
		text-align: center;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 240px) {
	#buddypress div.dir-search {
		float: left;
		margin: 0;
	}

	#buddypress div.dir-search input[type="text"] {
		width: 50%;
	}

	#buddypress li#groups-order-select {
		float: left;
	}

	#buddypress ul.item-list li img.avatar {
		width: 30px;
		height: auto;
	}

	#buddypress ul.item-list li div.action,
	#buddypress li div.item {
		margin-left: 45px;
	}

	h1 a.bp-title-button {
		clear: left;
		float: left;
		margin: 10px 0 20px;
	}

	body.rtl #buddypress div.dir-search,
	body.rtl #buddypress li#groups-order-select {
		float: right;
	}

	body.rtl #buddypress ul.item-list li div.action,
	body.rtl #buddypress li div.item {
		margin-right: 45px;
		margin-left: 0;
	}

	body.rtl h1 a.bp-title-button {
		clear: right;
		float: right;
	}

	#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
	#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
	#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
	#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
	#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
	#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
	#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
	#bbpress-forums li.bbp-body li.bbp-topic-reply-count,
	#bbpress-forums li.bbp-footer div.bbp-reply-author,
	#bbpress-forums li.bbp-footer div.bbp-reply-content {
		width: 45%;
	}

	#bbpress-forums li.bbp-header li.bbp-forum-freshness,
	#bbpress-forums li.bbp-body li.bbp-forum-freshness,
	#bbpress-forums li.bbp-header li.bbp-topic-freshness,
	#bbpress-forums li.bbp-body li.bbp-topic-freshness,
	#bbpress-forums li.bbp-header div.bbp-reply-author,
	#bbpress-forums li.bbp-header div.bbp-reply-content {
		clear: both;
		width: 100%;
	}

	#bbpress-forums li.bbp-header li.bbp-forum-freshness,
	#bbpress-forums li.bbp-header li.bbp-topic-freshness {
		text-align: center;
	}

	#bbpress-forums li.bbp-body li.bbp-topic-freshness,
	#bbpress-forums li.bbp-header div.bbp-reply-content {
		margin-left: 0;
		text-align: left;
	}

	#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta {
		display: inline-block;
	}

	#bbpress-forums li.bbp-header {
		overflow: hidden;
	}

	#bbpress-forums li.bbp-footer div.bbp-reply-content {
		display: inline-block;
		margin-left: 0;
	}

	#bbpress-forums li.bbp-body div.bbp-reply-author {
		min-height: 60px;
		padding-left: 60px;
	}

	#bbpress-forums div.bbp-reply-author img.avatar {
		width: 40px;
		height: auto;
	}

	body.rtl #bbpress-forums li.bbp-body li.bbp-topic-freshness,
	body.rtl #bbpress-forums li.bbp-header div.bbp-reply-content {
		margin-left: 0;
		text-align: left;
	}

	body.rtl #bbpress-forums li.bbp-footer div.bbp-reply-content {
		margin-left: 0;
	}

	body.rtl #bbpress-forums li.bbp-body div.bbp-reply-author {
		padding-left: 60px;
		padding-right: 0;
	}
}


@-webkit-keyframes loader-pulsate {
	from {
		border-color: #aaa;
		box-shadow: 0 0 6px #ccc;
	}

	to {
		border-color: #ccc;
		box-shadow: 0 0 6px #f8f8f8;
	}
}

@-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);
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (min-width: 1200px) {
	.logo {
		margin-right: 0 !important;
	}
}
body.postid-1589824 .single-post header h1:first-letter{
	font-size: 1.2em;
}

body.xprofile #buddypress .editfield.field_first-name {
	display: none;
}
body.xprofile #buddypress .editfield.field_first-name.field_1807 {
	display: block;
}

@media print {
	.entry,
	.comment-content p {
		line-height: 40px;
	}

	.post-listing {
		border: 0 none;
	}

	.post-cover-title {
		opacity: 1 !important;
	}

	.post-title,
	.post-cover-title {
		line-height: 40px;
		color: #000;
	}

	#theme-header,
	.breaking-news,
	#crumbs,
	#sidebar,
	.share-post,
	#theme-footer,
	.footer-bottom,
	#related_posts,
	p.post-meta .post-comments,
	#author-box,
	.post-navigation,
	#comments,
	.e3lan,
	.post-tag,
	.post-edit-link {
		display: none !important;
	}

	.content {
		float: none;
		width: 100%;
	}
    div.featured-posts {
        display: none !important;
    }
    section.related-post-block {
        display: none !important;
    }
    footer#footer {
        display: none !important;
    }
}

div.alert {

	box-sizing: border-box;
	color: white;
	margin-bottom: 20px;
	padding: 10px 20px;
	position: relative;
	width: 100%;
}

div.alert a {
	color: white;
}

div.alert.danger {
	background: #e52b1e !important;
}

div.alert.warning {
	background: #f4b13b !important;
}

div.alert.success {
	background: #32d296 !important;
}

div.alert.tip {

	background: #52a5d5;
	font-size: 15px;
	line-height: 1.3;
	min-height: 60px;
	padding-left: 80px;
}

div.alert.tip span.icon {

	font-size: 30px;
	left: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

p.tip {

	color: #666;
	font-size: 14px !important;
	line-height: 1.5 !important;
	margin: 25px auto;
}

header#theme-header {

	position: relative;
	z-index: 10;
}

header#theme-header > .container .logo .logo-image {
	margin-top: 10px;
}

header#theme-header > .container .logo .service {

	bottom: 0;
	float: none;
	font-size: 14px;
	left: 0;
	margin: 0;
	position: absolute;
}

header#theme-header > .container .logo .heartsaver {

	bottom: 0;
	display: inline-block;
	position: absolute;
	right: 20px;
}

header#theme-header > .container {

	padding-top: 0;
	position: relative;
	z-index: 5;
}

header#theme-header > .container.first {
	padding-top: 20px;
}

header .user-bar {

	background: #26678d;
	box-sizing: border-box;
	height: 74px;
	padding: 17px 0;
	position: relative;
}

header .user-bar .logged-out .tip {
	margin-right: 15px;
	max-width: 180px;
}

header .user-bar .tip {

	background: white;
	border-radius: 5px;
	color: #2f81b1;
	cursor: pointer;
	display: none;
	font-size: 12px;
	line-height: 1.3;
	padding: 8px;
	position: relative;
	margin-right: -10px;
	max-width: 160px;
	text-align: center;
	text-decoration: none;
	transition: color 500ms ease;
	vertical-align: top;
}

header .user-bar .tip:hover {

	color: #e52b1e;
}

@media (min-width: 1130px) {
	header .user-bar .tip {
		display: inline-block;
	}
}

header .user-bar .arrow {

	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid white;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
}

header .user-bar .container {

	position: relative;
	z-index: 10;
}

header .user-bar .auth-state {

	color: white;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 0px;
	width: 50%;
}

header .user-bar .user-details {

	box-sizing: border-box;
	display: inline-block;
	height: 74px;
	line-height: 40px;
	padding: 17px 74px 17px 28px;
	position: relative;
	right: 0;
	transition: background-color 500ms ease;
	top: -17px;
}

header .user-bar .user-details.launch:hover {

	background-color: rgba(255, 255, 255, 0.2);
	cursor: pointer;
}


header .user-bar .user-details.open {

	box-sizing: border-box;
	overflow: hidden;
	display: block;
	padding-bottom: 17px;
	transition: background-color 500ms ease;
	top: 0;
}

header .user-bar .user-details.open:hover {

	background-color: rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

header .user-bar .user-details.open > span {

	color: black;
}

header .user-bar .user-details > span {

	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: right;
	width: 100%;
}

header .user-bar .user-details img {

	border-radius: 100%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 17px;
	transform: translateY(-50%);
	top: 50%;
}

header .user-bar .auth-state span.fa {
	margin-left: 13px;
	vertical-align: 3px;
}

header .user-bar .user-menu-question {
	font-size: 18px;
}

header .user-bar .user-menu-question a {

	color: white;
	text-decoration: underline;
}

header .user-bar .auth-state.logged-out .user-menu {
	min-width: 280px;
}

header .user-bar .user-menu {

	background: white;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	display: none;
	position: absolute;
	right: 0;
	top: -17px;
	z-index: 10;
}

header .user-bar .user-menu ul {

	border-top: solid 1px rgba(0, 0, 0, 0.1);
	list-style: none;
	margin: 0;
	padding: 0;
}

header .user-bar .user-menu ul li {

	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	display: block;
	margin: 0;
	padding: 0;
}

header .user-bar .user-menu ul li a {

	color: red;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 17px;
	text-align: left;
	text-decoration: none;
}

header .user-bar .user-menu ul li a:hover {
	background: rgba(0, 0, 0, 0.05);
}

header .user-bar .user-menu .close-login {

	color: red;
	position: absolute;
	right: 17px;
	top: 10px;
}

header .user-bar .user-menu form {

	background: white;
	color: black;
	min-height: 100px;
	margin-top: 0;
	padding-bottom: 17px;
	padding-left: 17px;
	padding-right: 17px;
	text-align: center;
	width: 100%;
}

header .user-bar .user-menu form strong {

	box-sizing: content-box;
	display: block;
	font-size: 18px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-bottom: 17px;
	padding-top: 17px;
	text-align: left;
}

header .user-bar .user-menu form input[type="text"],
header .user-bar .user-menu form input[type="password"] {

	background: #f9f9f9;
	border-color: #f1f1f1;
	border-radius: 3px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	color: #515151;
	display: block;
	padding: 8px;
	margin-bottom: 10px;
	min-height: 24px;
	width: 100%;
}

header .nav-opener {

	float: none;
	right: 17px;
	transform: translateY(-50%);
	top: 50%;
}

header .user-bar .user-menu form label {

	color: #555;
	font-size: 14px;
}

header .user-bar .user-menu form .text-input label {

	display: block;
	font-size: 12px;
	text-align: left;
}

header .user-bar .user-menu form button {

	background-color: #2f81b1;
	border: 2px solid #2f81b1;
	border-radius: 6px;
	color: #fff;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1;
	padding: 8px 18px;
	position: relative;
	width: auto;
	text-align: center;
	text-decoration: none;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s, border-color .3s;
}

header .user-bar .user-menu form button:hover {

	background-color: #e52b1e;
	border-color: #e52b1e;
}

header .user-bar .user-menu form a {

	color: #2f81b1;
	font-size: 14px;
	transition: 500ms color .3s;
}

header .user-bar .user-menu form a:hover {
	color: #2f81b1;
}

@media (max-width: 767px) {

	header#theme-header .header-top .logo a {
		margin: 0 !important;
	}

	header#theme-header .user-bar #search-form {
		display: none;
	}

	header#theme-header .user-bar .auth-state {

		box-sizing: border-box;
		display: block;
		max-width: none;
		right: 0;
		text-align: center;
		width: 100%;
	}

	header .user-bar .user-details {

		box-sizing: border-box;
		height: 74px;
	}

	header .user-bar .user-details.open {

	}

	header .user-bar .user-details > span {
		text-align: center;
	}

	header .user-bar .user-menu {

		right: 50%;
		transform: translateX(50%);
		width: 80%;
	}
}

@media (max-width: 1024px) {
	header#theme-header > .container .logo .service {
		display: none;
	}
}

@media (max-width: 1150px) {
	header#theme-header > .container .logo .heartsaver {
		display: none;
	}
	/* Nav Menu */
	header#theme-header > .container.first {
    z-index: 100;
	}
	#main-nav {
		width: 100%;
	}
	.nav-active header#theme-header > .container .logo .logo-image{
		visibility: hidden;
	}
	/* .Nav Menu */

}

@media (max-width: 1023px) {

	header#theme-header .container.nav {
		z-index: 100;
	}

	header#theme-header .banner {
		display: none;
	}
}

.editfield {

	background: white;
	display: inline-block;
	padding: 17px;
	width: 100%;
}

.editfield.field_1809,
.editfield.field_91,
.editfield.field_73 {

	background: #fafafa;
}

form#bps_directory12060,
#bps_shortcode12060 {

	border: solid 1px #ccc;
	padding: 0
}
form#bps_directory12060 label,
form#bps_shortcode12060 label {
	margin-top: 0 !important;
}

form#bps_directory12060 .submit,
form#bps_shortcode12060 .submit {
	padding: 17px !important;
}

.bps_header > ul {

	display: inline-block;
	width: 100%;
	padding: 17px 0 !important;
}

#members-directory-form  .item-list-tabs {
	display: inline-block;
	width: 100%;
}

#buddypress .bps_filters {

	border: solid 1px #ccc;
	margin-bottom: 0 !important;
	padding: 17px !important;
}

#members-directory-form > .item-list-tabs {
	display: none !important;
}


.pagination-links {

	margin: 0;
	padding: 0 0 17px;
}

.pagination-links .page-numbers {

	border: solid #ccc 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 15px !important;
	margin: 0 0 0 5px !important;
	padding: 3px 8px !important;
	transition: border-color 500ms ease,
		background-color 500ms ease,
		color 500ms ease;
}

.pagination-links span.page-numbers {
	border: 0;
}

.pagination-links a.page-numbers:hover {

	background: #e52b1e;
	border: solid #e52b1e 1px;
	color: white;
}

#members-directory-form #subnav{
	display: none !important;
}

#buddypress ul.item-list#members-list {
	border-top: dashed 1px #e0e0e0;
	border-bottom: 0;
}

#buddypress ul.item-list#members-list li {

	background: #fcfcfc;
	border-bottom: dashed 1px #e0e0e0;
}

#buddypress ul.item-list#members-list li:nth-child(even) {
	background: white;
}

#buddypress ul.item-list#members-list li .action {

	position: absolute;
	right: 0;
	transform: translateY(-50%);
	top: 50%;
}

#buddypress ul.item-list#friend-list {
	display: inline-block;
}

#buddypress ul.item-list#friend-list li .action {

	position: absolute;
	right: 0;
	transform: translateY(-50%);
	top: 50%;
}


.type-bp_members #pag-top {
	display: none !important;
}

.entry .grownups-dashboard {

	position: relative;
	width: 100%;
}

.entry .grownups-dashboard .dashboard-overlay {

	background: rgba(255, 255, 255, 0.9);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.entry .grownups-dashboard .dashboard-overlay svg {

	left: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	width: 200px;
}

.entry .grownups-dashboard p.intro {

	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	text-align: center;
}

.entry .grownups-dashboard h1 {

	font-size: 36pt;
	font-weight: bold;
	position: relative;
	text-align: center;
}

.entry .grownups-dashboard h1 hr {

	background: #aaa;
	height: 1px;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

.entry .grownups-dashboard h1 span {

	background: white;
	display: inline-block;
	padding: 17px 34px;
	position: relative;
	z-index: 5;
}

.entry .grownups-dashboard section.suggested-articles {
	margin-top: 24px;
}

.entry .grownups-dashboard section.suggested-articles .new-articles {
	visibility: hidden;
}

.entry .grownups-dashboard section.suggested-articles .new-articles .article-card {

	background: #fafafa;
	border: 0;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.entry .grownups-dashboard section.suggested-articles .new-articles .article-card a img {

	transition: opacity 500ms ease;
	width: 100%;
}

.entry .grownups-dashboard section.suggested-articles .new-articles .article-card a {

	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	width: 100%;
}

.entry .grownups-dashboard section.suggested-articles .new-articles .article-card a:hover img {
	opacity: 0.5;
}

.entry .grownups-dashboard section.suggested-articles .new-articles .article-card p {

	background: white;
	box-sizing: border-box;
	color: #363636;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	min-height: 100px;
	line-height: 1.2;
	margin: 0;
	padding: 20px;
	width: 100%;
}

.entry .grownups-dashboard section.suggested-articles .new-articles .article-card p strong {

	display: block;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 12px;
	text-align: left;
}

.entry .grownups-dashboard section.suggested-articles .new-articles .grid-sizer { width: 100%; }
.entry .grownups-dashboard section.suggested-articles .new-articles .gutter-size { width: 0%; }

@media(min-width: 640px) {
	.entry .grownups-dashboard section.suggested-articles .new-articles .article-card { width: 49%; }
	.entry .grownups-dashboard section.suggested-articles .new-articles .grid-sizer { width: 49%; }
	.entry .grownups-dashboard section.suggested-articles .new-articles .gutter-size { width: 2%; }
}

@media(min-width: 960px) {
	.entry .grownups-dashboard section.suggested-articles .new-articles .article-card { width: 23.5%; }
	.entry .grownups-dashboard section.suggested-articles .new-articles .grid-sizer { width: 23.5%; }
	.entry .grownups-dashboard section.suggested-articles .new-articles .gutter-size { width: 2%; }
}

.entry .grownups-dashboard section.suggested-interests .new-interests {

	margin-bottom: -34px;
	padding: 17px 0;
}

.entry .grownups-dashboard section.suggested-interests
.new-interests > .interest-card {

	background: white;
	background-size: cover;
	background-position: center center;
	border: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	height: 200px;
	float: left;
	margin: 0 34px 34px 0;
	position: relative;
	width: calc(50% - 17px);
}

@media (max-width: 740px) {

	.entry .grownups-dashboard section.suggested-interests
	.new-interests > .interest-card {

		margin-right: 0;
		width: 100%;
	}
}

.entry .grownups-dashboard section.suggested-interests
.new-interests > .interest-card:nth-child(even) {
	margin: 0 0 34px 0;
}

.entry .grownups-dashboard section.suggested-interests
.new-interests > .interest-card .content {

	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: white;
	left: 0;
	height: 60px;
	overflow: hidden;
	padding: 17px;
	position: absolute;
	top: 35%;
	transition: height 500ms ease;
	width: 100%;
}

.entry .grownups-dashboard section.suggested-interests
.new-interests > .interest-card:hover .content {
	height: 65%;
}

.entry .grownups-dashboard section.suggested-interests
.new-interests > .interest-card .content strong {

	color: white;
	font-size: 20pt;
	text-transform: uppercase;
}

.entry .grownups-dashboard section.suggested-interests
.new-interests > .interest-card .content p {

	color: white;
	font-family: Roboto, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.2;
}

.entry .grownups-dashboard section.suggested-interests
.new-interests > .interest-card .content span {

	bottom: 6px;
	color: white;
	display: block;
	font-family: Roboto, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	left: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.entry .grownups-dashboard section.suggested-interests
.new-interests > .interest-card .dismiss {

	bottom: -32px;
	color: #e52b1e;
	font-size: 10pt;
	position: absolute;
	right: 0;
}

.entry .grownups-dashboard section.suggested-interests
.new-interests > .interest-card .dismiss:hover {
	text-decoration: underline;
}

.entry .grownups-dashboard section.suggested-interests
.new-interests > .interest-card .content p,
.entry .grownups-dashboard section.suggested-interests
.new-interests > .interest-card .content span,
.entry .grownups-dashboard section.suggested-interests
.new-interests > .interest-card .dismiss {

	opacity: 0;
	transition: opacity 500ms ease;
	text-decoration: none;
	transition-delay: 300ms;
	visibility: hidden;
}

.entry .grownups-dashboard section.suggested-interests
.new-interests > .interest-card:hover .content p,
.entry .grownups-dashboard section.suggested-interests
.new-interests > .interest-card:hover .content span,
.entry .grownups-dashboard section.suggested-interests
.new-interests > .interest-card:hover .dismiss {

	opacity: 1;
	visibility: visible;
}

.awpcp-classifieds-search-bar input {
	width: 100%;
}

ul.awpcp-classifieds-menu {
	display: none;
}

.awpcp-classifieds-search-bar--advanced-search-link {
	width: 200px;
    	margin: 10px 0 10px auto;
    	text-align: right;
}
.awpcp-classifieds-search-bar--submit-button {
	width: 200px;
	margin: 10px 0 0 auto;
}


/* Mobile Search */
.search-opener {
	width: 40px;
	height: 40px;
	background: #000;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	border-radius: 3px;
	font: normal normal normal 24px/1 FontAwesome;
	display: inline-block;
	color: #fff;
	float: none;
	right: 65px;
	transform: translateY(-50%);
	top: 50%;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
}
.search-opener::before{
	content: "\f002";
}
.search-opener.active::before {
    content: "\f00d";
}

header#theme-header .user-bar #search-form.active{
	display: block;
	max-width: 100%;
}

#search-form.active .hidden {
    display: block !important;
    visibility: visible !important;
}

header.search .user-bar .container {
    z-index: 100;
}
header.search .user-bar{
	height: 200px;
}
header.search#theme-header .user-bar .auth-state{
	top: 130px;
}
header.search .search-form {
    margin-top: 0;
}

header.search .search-form .form_switch{
    display: none;
}

header.search .search-form [class*=" fa-"]::before{
    content: "SUBMIT SEARCH";
}
header.search .search-form .text12{
	display: none;
}
header.search .search-form #search-input{
	margin-bottom: 10px;
}
header.search .search-form button .fa{
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
#search-form.active button{
	width: 100%;
}
.nav-active header#theme-header .user-bar{ display: none;}

@media(min-width: 1024px) {
	.top-search { display: none;}
}

/* .Mobile Search */

/* Quick Links */
/* .quicklinks{ display: none; }  */
.quicklinks p{
	color: white;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.1;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 20px;
	float: left;
	width: 100%;
}
	.quicklinks h2 .text {
	   color: #000;
           text-decoration: underline;
           margin-bottom: 0px;
	}
	.quicklinks .quick-link {
	    width: 50%;
	    float: left;
	    text-decoration: underline;
	    font-size: 18px;
	    padding-bottom: 3px;
	}

/* .Quick Links */

/* Silly content banner below the intrests button */

#content div div a > img[alt*="image description"] {
	display: none;
}

#content div.e3lan.home-e3lan div.content-banner:before { }

#content div.e3lan.home-e3lan div.content-banner:after {
	display: none;
}

/* / Silly content banner below the intrests button */
.wide-layout.ad-running #content  {
	padding-left: 20px;
}
.wide-layout.ad-running #content h1.page-title {
  font-size: 2.4rem;

}

body.page-template-page-splash main#main .container.main-container article.post-listing p,
body.wpbdp-with-button-styles main#main .container.main-container article.post-listing p {
    text-align: left !important;
}

.over50 {
    text-align: center;
    background: #fff;
}
.gform_wrapper ul.gform_fields li.gfield select {
    border: 1px solid #b7b7b7;
    padding: 5px 4px;
}

.sidebar ul li {
    border-bottom-color: #eaeaea;
}
a.btn.blue {
    background-color: #2f81b1;
    color: #fff;
    text-decoration: none;
}
a.btn.blue:hover {
	background-color: #e52b1e;
    color: white;
}

/*
 * Holidays Update
 */
.holidays small {
	text-transform: uppercase;
	display: block;
	color: #2f81b1;
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.holidays .title {
    background-size: cover;
    background-position: center;
    padding: 100px;
}

.holidays.speicals .title {
    padding: 0;
}

.holidays .title .title-inner {
    background-color: #fff;
    padding: 30px;
    width: 50%;
}

.holidays.speicals .title .title-inner {
    padding: 0;
}

.holidays.speicals .banner img{
    
}

.holidays .title .cta {
    clear: both;
}
.holidays.speicals .cta.set {
    width: 500px;
}

@media only screen and (max-width: 767px) {
  .holidays.speicals .cta.set {
        width: 100%;
    }      
}

.holidays .title .price-days {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}
.holidays .overview,
.holidays .terms-conditions {
    margin: 60px 0;   
	overflow: auto;
}

@media only screen and (max-width: 767px) {
    .holidays .overview,
    .holidays .terms-conditions {
        margin: 30px 0;   
        overflow: auto;
    }
}
	
.holidays .overview .overview-content .intro {
    gap:0;
    font-size: 1em;
    line-height: 1.6em;
    margin-bottom: 1em;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: inherit;    
}
@media only screen and (max-width: 767px) {
    .holidays .overview .overview-content .intro {
        margin: 0 0 30px;
    }
}
.holidays .overview .overview-content .locations_visited {
    margin-bottom: 20px;
}
.holidays .overview .overview-content .company-logo {
    max-width: 200px;
}
.holidays .overview .overview-content {
    width: 75%;
    float: left;
}
.holidays .overview .overview-details {
    width: calc(25% - 5%);
    float: left;
    margin-left: 5%;
    border-left: 1px solid #2f81b1;
    padding-left: 5%;
}
.holidays .overview .overview-details > div,
.holidays .itinerary-colright > div  {
	margin-bottom: 20px;
}

.holidays .itinerary-header{
    display: flex;
    gap:20px;
}

.holidays .itinerary-spacer{
    padding: 5px 0;
    margin: 5px 0;
    border-top: 1px solid #2f81b1;   
}


.collapse:not(.show) {
    display: none;
}
.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

.holidays.speicals .images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media only screen and (max-width: 767px) {
    .holidays.speicals .images {
        grid-template-columns: 1fr;
        margin: 0;
    }
}


.holidays button.accordion-button {
    width: 100%;
    text-align: left;
    padding: 10px 20px 0;    
    background-color: #fff;    
    position: relative;
}
.holidays .accordion-item {
    margin-bottom: 10px;
}
.holidays .accordion-collapse {
	padding: 20px;
    background-color: #fff;   
}
.holidays .accordion-collapse .accordion-body {
    display: inline-block;
}



ul.included-row,
ul.highlight-row {
    list-style: none;
    margin: 0;
    padding: 0 0 0 25px;
    columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
    column-gap: 60px;
}
ul.included-row li i,
ul.highlight-row li i {
	color: #2f81b1;
    margin-right: 10px;
    margin-left: -25px;
}
.holidays .holiday-details {
    padding: 30px 60px;
    background-color: #f2f2f2;    
    margin-bottom: 60px;
}
button.accordion-button:after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    top: 25px;
    color: #2f81b1;
}
button.accordion-button[aria-expanded="true"]:after {
    content: "\f068";
}

.holidays .holiday-details > div {
	margin-bottom: 60px;
}
.holidays .itinerary {
    overflow: auto;
}
.holidays .map {
    margin-bottom: 10px;
}
.holidays .map img {
	width: 100%;
}
.holidays .cta a.button {
    display: block;
    margin-bottom: 10px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    padding: 10px;
}
.holidays .itinerary-colright small {
    margin-left: -15px;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    padding: 30px 40px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.fade {
    transition: opacity .15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal.show .modal-dialog {
    transform: none;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.content.holidays .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}

.content.holidays a.holiday,
.content.holidays div.holiday {    
    height: 300px;
    position: relative;
    flex: calc(50% - 40px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width:768px) {
	.content.holidays div.holiday {
		flex: 100%;
	}
}
.content.holidays a.holiday.full{
    flex: 100%;
}

.content.holidays a.holiday .wrapper,
.content.holidays div.holiday .wrapper {
	background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    margin: 0;
    right: 0;
    position: absolute;
    padding: 20px;
    transition: ease .2s all;
}
.content.holidays a.holiday:hover .wrapper,
.content.holidays div.holiday:hover .wrapper {
	padding-bottom:30px;
	background: rgba(0, 0, 0, 0.4);
}
.content.holidays a.holiday h2,
.content.holidays div.holiday h2 {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 5px;
}
.content.holidays a.holiday small,
.content.holidays div.holiday small {
	color: #fff;
}
a.banner-ad {
    display: block;
    margin-bottom: 60px;
}
.holidays .content-ad {
    clear: both;
    flex: 0 0 100%;
    text-align: center;
}
.holidays .content-ad img {
	max-height: 300px;
}
.gateway:hover {
    background-color: #f2f2f2;
}
.intro {
	margin: 40px 0 60px;
}
.x2 .gateway img {
    max-width: 250px;
}
.full-width #content {
	width: 100%;
}
.content.holidays h2 {
    flex: 100%;
}
ul.travel-latest-posts {
    list-style: none;
    padding: 0;
}
.travel-latest-posts li,
.offer-regions li,
.offer-type li,
.offer-categories li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;    
    margin-bottom: 20px;
    background-color: #f2f2f2;
	padding: 10px;
}
.offer-regions li,
.offer-type li,
.offer-categories li {
    margin-bottom:0px;
}
.travel-latest-posts li img {
    max-width: 50px;
}
.travel-latest-posts li a,
.offer-regions li a,
.offer-type li a,
.offer-categories li a {
	text-decoration: none;
	font-weight: bold;
}
a.hsib {
    background-color: #000;
    display: block;
    padding: 40px 60px;
    margin-bottom: 20px;    
    text-decoration: none;
}
a.hsib p {
    color: #fff;
    padding: 10px 0 0;
    margin: 30px 0 0;
    border-top: 1px solid #fff;
    text-align: center;
    font-size: 1.6em;
}
a.hsib button {
    background-color: #fff;
    color: #000;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}
.home-banner{
    background-color: #fff;	
    padding: 0 12px 40px;
}

.home-banner .wrapper{
	margin: 0 auto;
	max-width: 1130px;   
}

@media (max-width:756px) {
	.gateways {
	    padding: 0 12px;
	    background-color: #fff;
        display: flex;
        
	}
	.gateway-item {
        width: 49%!important;
        display: inline-block;
	}
	.gateway-item:last-child {
	    margin-bottom: 0px;
	}
}
@media (min-width: 576px) {
	.modal-dialog {
	    max-width: 500px;
	    margin: 1.75rem auto;
	}
	.modal-dialog-centered {
	    min-height: calc(100% - 3.5rem);
	}
    article .intro {
        display: block;
    }

	.intro {
	    display: flex;
	    margin: 0 0 60px;
	    flex-direction: row;
	    flex-wrap: wrap;
	    gap: 40px;
	    align-items: center;
	}
	.intro > div {
	    display: flex;
	}
	.intro > div.holidays-logo {
	    flex-basis: calc(33.33% - 40px);
	}
	.intro > div.blurb {
	    flex-basis:66.66%;
	}
	.gateways {
	    background: #fff;    
	    padding-bottom: 10px;    
	    padding-top: 20px;
	}
	.gateways-wrap {
	    margin: 0 auto;
	    max-width: 1130px;
	    display: flex;
	    gap: 5px;    
	}
	.gateways-wrap.x2 {
	    margin-top: 5px;
	}
	.gateway {
		flex: calc(25% - 20px);
		text-align: center;    
		display: flex;
	    justify-content: center;
	    align-items: center;    
	    padding: 15px 0;
	}
	.x2 .gateway {
		flex: calc(50% - 20px);
	}
}
@media (max-width: 575px) {
	.holidays .title {
	    padding: 30px;
	}
	.holidays .title .title-inner {
	    width: 100%;
	}
	.holidays .cta a.button {
		font-size: 14px;
	}
    .holidays .itinerary-header{
        flex-direction: column;
    }
    .holidays .itinerary-header > div{
        width: 100%;
    }
	.holidays .overview .overview-content,
	.holidays .overview .overview-details,
    .holidays .itinerary-colleft,
	.holidays .itinerary-colright {
	    width: 100%;
	    float: none;
	}
	.holidays .overview .overview-details,
	.holidays .itinerary-colright {
	    border-top: 1px solid #2f81b1;   
	    border-left: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 20px;
        padding-top: 20px;
	}
	.holidays .itinerary-colright small {
	    margin-left: 0px;
	}
	.holidays .holiday-details {
    	padding: 30px;
    }
    .holidays .accordion,
    .holidays .map {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	}
	button.accordion-button:after {
		right: 20px;
	}
	.holidays .accordion h3 {
		font-size: 14px;
	}
	.holidays button.accordion-button {
	    padding: 10px 40px 0 20px;
	}
	ul.included-row, ul.highlight-row {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
    }
    .intro .holidays-logo {
	    max-width: 75%;
	    margin: 0 auto 20px;	    
    }
    .content.holidays a.holiday {
        flex: 100%;
	}
}

.gsurvey-likert-choice-label{
	text-transform: none!important;
}

.gchoice_29_15_1 span,
.gchoice_29_15_3 span{
	top: 8px!important;
    vertical-align: top!important;
}

.gfield_select{
	border: 1px solid #191919;
}
.nzcr-trial {
    margin-bottom: 50px;
    display: block;
}

.containers_ads.wrapper{    
	max-width: 1170px;
	padding: 0 20px;
	margin: 0 auto 20px;
	display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.category .containers_ads.wrapper,
.body-single-post .containers_ads.wrapper{
	margin-top: 30px;
}

.containers_ads.sidebar{ 
	margin-bottom: 25px;
}

.containers_ads div{  
	text-align: center;
}

/*
 * Offers CPT update
 */
.offer .feature-content-wrap .offer-content {
    margin-top:40px;
}
.offer .cta-links {
    display: flex;
}
.offer .cta-links > a {
	margin-right:20px;
	font-weight: bold;
	text-decoration: none;
}
.offer p.promo {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	margin-bottom: 10px;
}
.content.holidays div.offer a {
	text-decoration: none;
}
.content.holidays div.offer h2 {
	margin-bottom: 10px;
}
.post-inner.offer {
    border-bottom: solid 1px #eee;
    padding-bottom: 60px;
}
.content.holidays.offers {
    margin-bottom: 60px;
}
ul.offer-regions,
ul.offer-type,
ul.offer-categories {
	padding: 0;
	list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.offer-regions li.active ,
.offer-type li.active ,
.offer-categories li.active {
    background-color: #3c88b5;
}
.offer-regions li.active a,
.offer-type li.active a,
.offer-categories li.active a{
    color: #fff;
}
@media screen and (max-width:1028px) {
	.offer .feature-content-wrap {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.offer .feature-content-wrap > div {
		text-align: center;
	}
	.offer .feature-content-wrap .offer-content {
	    margin: 40px 0;
	}
}
.bbp-topic-title{
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.holiday-magazine a {
    background-color: #000;
    padding: 30px;
    margin-bottom: 20px;
    text-align: center;
    transition: .1s all ease;    
    display: inherit;
}
.holiday-magazine a:hover {
    background-color: #333;
}
.holiday-magazine img {
	max-width: 250px;
}
@media screen and (max-width:768px) {
	.gform_wrapper table.gsurvey-likert td {
		height: 100%!important;
		background-image:none!important;
	}
	.gform_wrapper .gform_fields table.gsurvey-likert td:after{
		margin-left:0!important;
		
	}
}

.gf_readonly input{
	background-color: #ccc;
}

.notice{
	padding: 20px;
    background: orange;
    border-radius: 25px;
    margin-bottom: 25px;
}

article .left-gap img{
    margin: 0 0 0 10px;
}

article .right-gap img{
    margin: 0 10px 0 0;
}

.gateways-wrap a{
    width: 25%;
} 


.containers_ads.catergory_sponsor{
    background-color: #fff;
}


.containers_ads .containers_ads_wrapper{
    max-width: 1170px;
    padding: 20px;
    margin: 0 auto;
}

.containers_ads.catergory_sponsor a img{
    width: 100%;
}

.containers_ads > div > div{
    float: none!important;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
    justify-items: center;
    gap: 20px;
}

.logo-wrapper {
    margin: 20px 0;
}

@media only screen and (max-width: 1025px) {
    .logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.home.holidays .wrap{
    margin-bottom: 35px;
}

.home.holidays a.holiday, 
.home.holidays div.holiday{
    height: 200px;
}



