@charset "UTF-8";
html {
	font-family: sans-serif;
	/* 1 */

	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	/* 1 */
	display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */

	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
	outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	border-bottom: none;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	color: #000;
	background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 0px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	/* 1 */
	overflow: visible;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
	font: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
	font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	/* 2 */
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
	color: inherit;
	/* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	/* 1 */
	outline-offset: -2px;

	-webkit-appearance: textfield;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
	opacity: .54;
	color: inherit;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	/* 1 */
	font: inherit;

	-webkit-appearance: button;
	/* 2 */
}

/*------------------------------------*
	$LAYOUTS
*------------------------------------*/

.wide-container {
	background-color: #fff;
}
.mobile #page .wide-container{
    padding-top: 50px;
}

.container-boxed .wide-container,
.container-framed .wide-container {
	max-width: 1170px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.container-framed {
	margin: 0 auto;
}

@media (min-width: 1025px) {
	.container-framed {
		margin: 40px auto;
	}
}

.site-content {
	padding-bottom: 0px;
    clear: left;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
}

.container {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}

.container:after {
	display: block;
	clear: both;
	content: " ";
}

.site-content .container {
	position: relative;
}

@media (min-width: 801px) {
	.layout-2c-l .content-area {
		float: left;
		width: 65.811965812%;
		margin-right: 2.5641025641%;
	}
}

@media (min-width: 801px) {
	.layout-2c-r .content-area {
		float: right;
		width: 65.811965812%;
		margin-right: 0;
	}
}

.layout-1c-n .content-area {
	width: 65.811965812%;
	margin: auto;
}

.layout-2c-l .sidebar-primary {
	margin-top: 24px;
}

@media (min-width: 801px) {
	.layout-2c-l .sidebar-primary {
		float: right;
		width: 31.6239316239%;
		margin-top: 0;
		margin-right: 0;
	}
}

@media (min-width: 801px) {
	.layout-2c-r .sidebar-primary {
		float: left;
		width: 31.6239316239%;
		margin-right: 2.5641025641%;
	}
}

/*------------------------------------*
	$MAIN
*------------------------------------*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* html {
	font-size: 100%;
}

html {
	min-height: 100%;
}

body {
	font-family: "Merriweather", Gerogia, serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5em;
	color: #3d455c;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**
 * Selection Color.
 */
::-moz-selection {
	color: #fff;
	background: #000;
	text-shadow: none;
}
::selection {
	color: #fff;
	background: #000;
	text-shadow: none;
}

::-moz-selection {
	color: #fff;
	background: #000;
	text-shadow: none;
}

/*------------------------------------*
	$SHARED
*------------------------------------*/
figure > img {
	display: block;
}

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

img[class*="align"],
img[class*="attachment-"] {
	height: auto;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-bottom: 5px;
}

.wp-caption-text {
	font-size: 14px;
	font-style: italic;
	color: #999;
}

.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

embed,
iframe,
object {
	width: 100%;
	max-width: 100%;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
}

.alignnone {
	display: block;
}

.screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

table {
	width: 100%;
	margin-bottom: 2.618em;
}

table th,
table td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
}

table th {
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}

table tr th:first-child,
table tr td:first-child {
	padding-left: 0;
}

table tr th:last-child,
table tr td:last-child {
	padding-right: 0;
}

.sticky,
.bypostauthor {
	font-size: inherit;
}

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
	margin-bottom: 20px;
}

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

.gallery-icon a,
.gallery-icon img {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Image animation
 */
.hide-img {
	opacity: 0;

	will-change: opacity;
}

.show-img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
}
.hide {
    display: none !important;
}
/**
 * Review score
 */
.review-score {
	line-height: 0;
	position: relative;
	display: inline-block;
}

.review-score::before,
.bar::before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	display: inline-block;
	margin-right: -4px;
	content: "\f005\f005\f005\f005\f005";
	letter-spacing: 5px;
	color: #d8d8d8;

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bar {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding-top: 1em;
	color: inherit;
}

.bar::before {
	position: absolute;
	top: 0;
	left: 0;
	color: #fcb314;
}

/**
 * Post Overlay
 */
.post-overlay {
	position: relative;
}

.post-overlay .img-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #000;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8), transparent);
	background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
}

.post-overlay .post-overlay-meta {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	color: #fff;
}

.post-overlay .post-overlay-meta .entry-date {
	font-size: 13px;
}

.post-overlay .post-overlay-meta .entry-title {
	font-size: 16px;
	margin: 0;
}

.post-overlay .post-overlay-meta a {
	color: #fff;
}

.site-main,
.gallery,
.menu-secondary-container,
.menu-secondary-items,
.hentry,
.entry-share,
.post-pagination,
.prev-post,
.next-post,
.related-posts,
.widget_tabs .tabs-nav,
.site-info,
.comment-container,
.breaking-news,
.review-features li,
.review-features .review-txt,
.review-footer,
.modern-block,
.modern-block .small-post,
.modern-horizontal-block .top-post,
.modern-horizontal-block .small-post,
.grid-block,
.featured-posts,
.attachment .entry-header,
.members {
	*zoom: 1;
}

.site-main:before,
.gallery:before,
.menu-secondary-container:before,
.menu-secondary-items:before,
.hentry:before,
.entry-share:before,
.post-pagination:before,
.prev-post:before,
.next-post:before,
.related-posts:before,
.widget_tabs .tabs-nav:before,
.site-info:before,
.comment-container:before,
.breaking-news:before,
.review-features li:before,
.review-features .review-txt:before,
.review-footer:before,
.modern-block:before,
.modern-block .small-post:before,
.modern-horizontal-block .top-post:before,
.modern-horizontal-block .small-post:before,
.grid-block:before,
.featured-posts:before,
.attachment .entry-header:before,
.members:before,
.site-main:after,
.gallery:after,
.menu-secondary-container:after,
.menu-secondary-items:after,
.hentry:after,
.entry-share:after,
.post-pagination:after,
.prev-post:after,
.next-post:after,
.related-posts:after,
.widget_tabs .tabs-nav:after,
.site-info:after,
.comment-container:after,
.breaking-news:after,
.review-features li:after,
.review-features .review-txt:after,
.review-footer:after,
.modern-block:after,
.modern-block .small-post:after,
.modern-horizontal-block .top-post:after,
.modern-horizontal-block .small-post:after,
.grid-block:after,
.featured-posts:after,
.attachment .entry-header:after,
.members:after {
	display: table;
	content: "";
}

.site-main:after,
.gallery:after,
.menu-secondary-container:after,
.menu-secondary-items:after,
.hentry:after,
.entry-share:after,
.post-pagination:after,
.prev-post:after,
.next-post:after,
.related-posts:after,
.widget_tabs .tabs-nav:after,
.site-info:after,
.comment-container:after,
.breaking-news:after,
.review-features li:after,
.review-features .review-txt:after,
.review-footer:after,
.modern-block:after,
.modern-block .small-post:after,
.modern-horizontal-block .top-post:after,
.modern-horizontal-block .small-post:after,
.grid-block:after,
.featured-posts:after,
.attachment .entry-header:after,
.members:after {
	clear: both;
}

.menu-primary-items,
.menu-primary-items .sub-menu,
.menu-secondary-items,
.menu-secondary-items .sub-menu,
.mega-links,
.mega-links .sub-mega,
.related-posts ul,
.posts-thumbnail-widget ul,
.commentlist,
.review-features {
	margin: 0;
	padding: 0;
	list-style: none;
}

.entry-share ul,
.breadcrumbs .trail-items,
.author-bio .author-social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.entry-share ul > li,
.breadcrumbs .trail-items > li,
.author-bio .author-social > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.entry-share ul a,
.breadcrumbs .trail-items a,
.author-bio .author-social a {
	display: block;
}

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

/*------------------------------------*
	$TYPOGRAPHY
*------------------------------------*/
/**
 * Set link colors.
 */
a {
	-webkit-transition: all 200ms ease-in-out 0s;
	transition: all 200ms ease-in-out 0s;
	text-decoration: none;
	color: #1976d2;
}

a:visited {
	color: #1669bb;
}

a:hover,
a:visited:hover {
	text-decoration: none;
	color: #378fe7;
}

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 12px 0;
	color: #333;
}

h1,
.h1 {
	font-size: 36px;
	line-height: 1.1em;
}

h2,
.h2 {
	font-size: 30px;
	line-height: 1.1em;
}

h3,
.h3 {
	font-size: 24px;
	line-height: 1.3em;
}

h4,
.h4 {
	font-size: 20px;
	line-height: 1.3em;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 14px;
}

.c_post_content h1{
    font-size: 28px;
}
.c_post_content h2{
    font-size: 22px;
    line-height: 1.3;
}
.c_post_content h3{
    font-size: 20px;
}
.c_post_content h4{
    font-size: 18px;
}
.c_post_content h5{
    font-size: 17px;
}
.c_post_content h6{
    font-size: 16px;
}

/*.c_post_content .lazy{
    display: none;
}
.c_post_content .lazy_successs{
    display: inline-block;
}*/
/**
 * Text elements.
 */
p {
	margin: 0 0 24px;
}

abbr[title],
dfn[title] {
	cursor: help;
}

del {
	vertical-align: baseline;
	text-decoration: line-through;
	color: #aaa;
}

code,
kbd,
pre,
samp {
	font-size: 16px;
}

pre {
	margin: 16px 0;
	padding: 16px;
	color: #2080ad;
	background-color: #fafafa;
}

code {
	color: #2080ad;
}

blockquote,
.pullquote-left,
.pullquote-right {
	font-style: italic;
	margin: 16px 0px;
	padding-left: 16px;
	color: #777;
	border-left: 3px solid #e5e5e5;
}

blockquote cite,
.pullquote-left cite,
.pullquote-right cite {
	position: relative;
	display: block;
	padding: 10px 0 0 20px;
	color: #555;
}

blockquote cite:before,
.pullquote-left cite:before,
.pullquote-right cite:before {
	position: absolute;
	left: 0;
	content: "\2014";
}

.pullquote-left {
	float: left;
	width: 200px;
	margin: 0 20px 20px 30px;
	padding-left: 0;
	border-right: 3px solid #e5e5e5;
	border-left: 0;
}

.pullquote-right {
	float: right;
	width: 200px;
	margin: 0 30px 20px 10px;
}

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

address {
	display: block;
	margin: 0 0 24px;
}

ul,
ol {
	margin: 16px 0;
	padding: 0 0 0 24px;
}

ul {
	list-style: disc;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

li ul,
li ol {
	margin: 0;
}

dl {
	margin: 24px;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 24px;
}

hr {
	clear: both;
	height: 1px;
	min-height: 0;
	margin: 24px 0;
	border-top: 1px solid #e5e5e5;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

hr.dotted {
	border-style: dotted;
}

hr.dashed {
	border-style: dashed;
}

hr.blackborder {
	border-color: #000;
}

hr.whiteborder {
	border-color: #fff;
}

.dropcap {
	font-size: 75px;
	line-height: 60px;
	float: left;
	padding-top: 10px;
	padding-right: 8px;
	color: #1976d2;
}

/**
 * Print styles.
 */
@media print {
	* {
		color: #000 !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;

		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: .5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

/*------------------------------------*
	$FORMS
*------------------------------------*/
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="week"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 2.5em;
	padding: .5em .6em;
	vertical-align: middle;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

@media (min-width: 479px) {
	form input[type="text"],
	form input[type="password"],
	form input[type="email"],
	form input[type="url"],
	form input[type="date"],
	form input[type="month"],
	form input[type="time"],
	form input[type="datetime"],
	form input[type="datetime-local"],
	form input[type="week"],
	form input[type="number"],
	form input[type="search"],
	form input[type="tel"],
	form input[type="color"],
	form select,
	form textarea {
		width: auto;
	}
}

form textarea {
	height: auto;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]) {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em .6em;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 3px #ddd;
	box-shadow: inset 0 1px 3px #ddd;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
form input[type="color"] {
	padding: .2em .5em;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form select:focus,
form textarea:focus {
	border-color: #129fea;
	outline: 0;
	background-color: #fff;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]):focus {
	border-color: #129fea;
	outline: 0;
}

form input[type="file"]:focus,
form input[type="radio"]:focus,
form input[type="checkbox"]:focus {
	outline: thin solid #129fea;
	outline: 1px auto #129fea;
}

form input[type="checkbox"],
form input[type="radio"] {
	display: inline-block;
	margin: .5em 0;
}

form input[type="text"][disabled],
form input[type="password"][disabled],
form input[type="email"][disabled],
form input[type="url"][disabled],
form input[type="date"][disabled],
form input[type="month"][disabled],
form input[type="time"][disabled],
form input[type="datetime"][disabled],
form input[type="datetime-local"][disabled],
form input[type="week"][disabled],
form input[type="number"][disabled],
form input[type="search"][disabled],
form input[type="tel"][disabled],
form input[type="color"][disabled],
form select[disabled],
form textarea[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type])[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

form input[readonly],
form select[readonly],
form textarea[readonly] {
	color: #777;
	/* menu text color */
	border-color: #ccc;
	background-color: #eee;
	/* menu hover bg color */
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
	color: #b94a48;
	border-color: #e9322d;
}

form input[type="file"]:focus:invalid:focus,
form input[type="radio"]:focus:invalid:focus,
form input[type="checkbox"]:focus:invalid:focus {
	outline-color: #e9322d;
}

form select {
	/* Normalizes the height; padding is not sufficient. */
	height: 2.25em;
	border: 1px solid #ccc;
	background-color: white;
}

form select[multiple] {
	height: auto;
}

form label {
	margin: .5em 0 .2em;
}

form fieldset {
	margin: 0;
	padding: .35em 0 .75em;
	border: 0;
}

form legend {
	display: block;
	width: 100%;
	margin-bottom: .3em;
	padding: .3em 0;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

/*csslint outline-none:false*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-family: inherit;
	font-size: 100%;
	padding: .5em 1em;
	text-decoration: none;
	color: #fff;
	/* rgba not supported (IE 8) */
	border: 1px solid #1669bb;
	/*IE 6/7/8*/
	border: none transparent;
	/*IE9 + everything else*/
	background-color: #1976d2;
}

button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
.button:visited {
	color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:hover {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, left, color-stop(40%, rgba(0, 0, 0, .05)), right);
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #000\9;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
	cursor: not-allowed;
	opacity: .40;
	border: none;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: alpha(opacity=40);
	-khtml-opacity: .40;
	-moz-opacity: .40;
}

/* Firefox: Get rid of the inner focus border */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
	color: #fff;
	background-color: #0078e7;
}

/* Remove inner shadow from inputs on mobile iOS */
textarea,
input {
	border-radius: 0;

	-webkit-appearance: none;
}

/*------------------------------------*
	$HEADER
*------------------------------------*/
.top-bar {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	background-color: #000;
}

.top-bar-left {
	float: left;
	width: 57.264957265%;
	margin-right: 2.5641025641%;
}

@media (min-width: 801px) {
	.top-bar-left {
		float: left;
		width: 65.811965812%;
		margin-right: 2.5641025641%;
	}
}

@media (min-width: 1120px) {
	.top-bar-left {
		float: left;
		width: 74.358974359%;
		margin-right: 2.5641025641%;
	}
}

.top-bar-right {
	float: right;
	width: 40.1709401709%;
	margin-right: 0;
}

@media (min-width: 801px) {
	.top-bar-right {
		float: right;
		width: 31.6239316239%;
		margin-right: 0;
	}
}

@media (min-width: 1120px) {
	.top-bar-right {
		float: right;
		width: 23.0769230769%;
		margin-right: 0;
	}
}

#header-social {
	line-height: 29px;
	display: none;
	text-align: right;
}

@media (min-width: 479px) {
	#header-social {
		display: block;
	}
}

.social-icons a {
	font-size: 16px;
	display: inline-block;
	margin: 0 5px;
	opacity: .7;
	color: #fff;
}

.social-icons a:hover {
	opacity: 1;
}

.social-icons a.twitter:hover {
	color: #55acee;
}

.social-icons a.facebook:hover {
	color: #3b5998;
}

.social-icons a.gplus:hover {
	color: #dc4e41;
}

.social-icons a.instagram:hover {
	color: #3f729b;
}

.social-icons a.pinterest:hover {
	color: #bd081c;
}

.social-icons a.linkedin:hover {
	color: #0077b5;
}

.social-icons a.youtube:hover {
	color: #cd201f;
}

.social-icons a.vk:hover {
	color: #45668e;
}

.social-icons a.rss:hover {
	color: #f26522;
}

.site-header {
	min-height: 98px;
	-webkit-box-shadow: 0 1px 20px rgba(153, 153, 153, .2);
	box-shadow: 0 1px 20px rgba(153, 153, 153, .2);
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 999;
    background: white;
}

.featured-image-big .site-header {
	margin-bottom: 0;
}

.site-branding {
	display: block;
	text-align: center;
}
.site-logo img{
    width: auto;
}

@media (min-width: 960px) {
	.site-branding {
		display: inline-block;
		float: left;
		text-align: left;
	}
}

.site-branding h1,
.site-branding .site-logo {
	line-height: none;
	margin: 0;
    padding: 24px 0px;
}

.site-branding h1 a,
.site-branding .site-logo a {
	color: #000;
}

.site-branding .site-logo {
	display: block;
}

.site-branding .site-logo img {
	line-height: none;
}

/**
 * Header ads
 */
.header-ad {
	padding-top: 0;
	padding-bottom: 36px;
	text-align: center;
}

@media (min-width: 960px) {
	.header-ad {
		float: right;
		padding-top: 36px;
	}
}

.header-ad a {
	display: block;
}

@media (min-width: 960px) {
	.header-ad a img {
		display: block;
	}
}

/**
 * Search area
 */
.search-area {
	display: none;
	padding: 39px 0 38px 0;
	background-color: #aaa;
}

.search-area .field {
    width: 100%;
    padding: 10px 0;
    color: #1669bb;
    border: 0;
    background-color: transparent; 
    background: #f5f5f5;
    border-radius: 30px; 
    padding: 0px 19px 0px 42px; 
    height: 46px;
}

.search-area .field:focus {
	outline: none;
	background-color: #f3f3f3;
}

.search-area .searchform {
	margin-bottom: 36px;
}

.search-area .search-title {
	font-size: 14px;
	float: left;
	color: #fff;
}

.search-area .search-by-cat ul,
.search-area .search-by-tag ul {
	overflow: hidden;
}

.search-area .search-by-cat li,
.search-area .search-by-tag li {
	display: inline-block;
	margin-bottom: 8px;
}

.search-area .search-by-cat a,
.search-area .search-by-tag a {
	font-size: 13px;
	margin-bottom: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #000;
	border: 1px solid transparent;
	background-color: #fff;
}

.search-area .search-by-cat a:hover,
.search-area .search-by-tag a:hover {
	border-color: #333;
}
.search-area .search-by-cat ul.children {
  display: inline;
  margin: 0;
  padding: 0;
}
/**
 * Search Button
 */
.search-toggle {
	line-height: 48px;
    height: 47px;
	position: absolute;
	top: 0;
	right: 20px;
	padding: 0;
	cursor: pointer;
	color: #000;
	background-color: transparent;
    font-size: 20px;
}

.search-toggle:hover,
.search-toggle:active,
.search-toggle:focus {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*------------------------------------*
	$NAVIGATIONS
*------------------------------------*/
/**
 * Primary Menu
 */
.main-navigation {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.menu-primary-items {
	display: none;
}

@media (min-width: 860px) {
	.menu-primary-items {
		display: block;
	}
}

.menu-primary-items li {
	position: relative;
	display: inline-block;
}

.menu-primary-items li:hover > .sub-menu,
.menu-primary-items li:hover > .mega-links {
	display: block;
}

.menu-primary-items li.menu-item-has-children a {
	padding-right: 8px;
}

.menu-primary-items li.menu-item-has-children::after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	font-size: 14px;
	position: absolute;
	top: 14px;
	right: 17px;
	display: inline-block;
	content: "\f107";
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	color: #fff;

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.menu-primary-items li.menu-item-has-children::after:hover {
	content: "\f106";
}

.menu-primary-items li.menu-item-has-children:hover::after {
	content: "\f106";
}

.menu-primary-items a {
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	display: block;
	margin-right: 24px;
	padding: 14px 0;
	color: #fff;
}

.menu-primary-items a:hover {
	color: #ccc;
}

.menu-primary-items .sub-menu {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	display: none;
	min-width: 180px;
	padding: 5px 0;
	-webkit-transition: all .2s cubic-bezier(.65, .05, .36, 1);
	transition: all .2s cubic-bezier(.65, .05, .36, 1);
	text-align: left;
	border-top: 0;
	background-color: #f0f0f0;
}

.menu-primary-items .sub-menu ul {
	top: 0;
	left: 100%;
}

.menu-primary-items .sub-menu li {
	display: block;
}

.menu-primary-items .sub-menu li.menu-item-has-children::after {
	top: 10px;
	right: 10px;
	content: "\f105";
	color: gray;
}

.menu-primary-items .sub-menu li.menu-item-has-children:hover::after {
	content: "\f104";
}

.menu-primary-items .sub-menu a {
	font-size: 13px;
	font-weight: 400;
	padding: 10px 20px;
	text-transform: capitalize;
	color: #333;
}

.menu-primary-items .sub-menu a:hover {
	color: #1976d2;
}

/**
 * Secondary Menu
 */
.secondary-navigation {
	font-family: "Roboto", sans-serif;
	position: relative;
	display: block;
	clear: both;
}

.secondary-navigation.scroll-to-fixed-fixed {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 20px rgba(153, 153, 153, .2);
	box-shadow: 0 1px 20px rgba(153, 153, 153, .2);
}

.secondary-navigation .container {
	position: relative;
}

.menu-secondary-container {
	border-top: 1px solid #000;
}

.menu-secondary-items {
	display: none;
}

@media (min-width: 801px) {
	.menu-secondary-items {
		display: block;
	}
}

.menu-secondary-items li {
	position: relative;
	float: left;
}

.menu-secondary-items li.mega-parent {
	position: static;
}

.menu-secondary-items li:hover {
	color: #fff;
	background-color: #000;
}

.menu-secondary-items li:hover a {
	color: #fff;
	background-color: #111;
}

.menu-secondary-items li:hover > .sub-menu,
.menu-secondary-items li:hover > .mega-links {
	display: block;
}

.menu-secondary-items li:hover.menu-item-has-children::after {
	color: #fff;
}

.menu-secondary-items li:hover.menu-item-has-children a {
	color: #fff;
}

.menu-secondary-items li.current-menu-item {
	background-color: #000;
}

.menu-secondary-items li.current-menu-item a {
	color: #fff;
}

.menu-secondary-items li.menu-item-has-children a {
	padding-right: 30px;
}

.menu-secondary-items li.menu-item-has-children a::after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	font-size: 15px;
	position: absolute;
	top: 15px;
	right: 14px;
	display: inline-block;
	content: "\f107";
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	color: #000;

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.menu-secondary-items li.menu-item-has-children a::after:hover {
	content: "\f106";
	color: #fff;
}

.menu-secondary-items li.menu-item-has-children a:hover::after {
	content: "\f106";
}

.menu-secondary-items a {
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	position: relative;
	display: block;
    padding: 17px 11px 16px 11px;
	text-transform: uppercase;
	color: #3d455c;
}

.menu-secondary-items a:hover {
	color: #fff;
	background-color: #111;
}

.menu-secondary-items .sub-menu {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	display: none;
	min-width: 190px;
	-webkit-transition: all .2s cubic-bezier(.65, .05, .36, 1);
	transition: all .2s cubic-bezier(.65, .05, .36, 1);
	text-align: left;
	border-top: 0;
	background-color: #000;
}

.menu-secondary-items .sub-menu ul {
	top: 0;
	left: 100%;
}

.menu-secondary-items .sub-menu li {
	display: block;
	float: none;
}

.menu-secondary-items .sub-menu li:hover {
	background-color: transparent;
}

.menu-secondary-items .sub-menu li.menu-item-has-children::after {
	top: 10px;
	right: 10px;
	content: "\f105";
	color: gray;
}

.menu-secondary-items .sub-menu li.menu-item-has-children:hover::after {
	content: "\f104";
}

.menu-secondary-items .sub-menu a {
	text-transform: capitalize;
	color: #fff;
	border-left: 3px solid transparent;
}

.menu-secondary-items .sub-menu a:hover {
	border-color: #1976d2;
}

/**
 * Mega menu
 */
.mega-links {
	position: absolute;
	z-index: 9999;
	left: 0;
	display: none;
	padding: 10px 0;
	-webkit-transition: all .2s cubic-bezier(.65, .05, .36, 1);
	transition: all .2s cubic-bezier(.65, .05, .36, 1);
	border-radius: 0 0 3px 3px;
	background-color: #111;
	-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .2);
}

#menu-primary-items .mega-links > li,
#menu-secondary-items .mega-links > li {
	padding: 0 20px;
}

#menu-primary-items .mega-links > li:last-child,
#menu-secondary-items .mega-links > li:last-child {
	border-right: 0;
}

#menu-primary-items .mega-links li.current-menu-item a,
#menu-secondary-items .mega-links li.current-menu-item a {
	background-color: transparent;
}

#menu-primary-items .mega-links .sub-mega li,
#menu-secondary-items .mega-links .sub-mega li {
	float: none;
	padding: 5px 0;
	border-bottom: 1px solid #232323;
}

#menu-primary-items .mega-links .sub-mega a,
#menu-secondary-items .mega-links .sub-mega a {
	display: block;
}

#menu-primary-items .mega-links a,
#menu-secondary-items .mega-links a {
	font-weight: 400;
	padding: 9px 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-transform: capitalize;
	color: #fff;
	border-radius: 0;
    background: #111;
}

#menu-primary-items .mega-links a:hover,
#menu-secondary-items .mega-links a:hover {
	color: #1976d2;
	background-color: transparent;
}

#menu-primary-items .mega-links {
	border: 5px solid #f0f0f0;
	border-top: 0;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#menu-primary-items .mega-links > li {
	border-color: #dbdbdb;
}

#menu-primary-items .mega-links > li.menu-item-has-children::after {
	content: "";
}

#menu-primary-items .mega-links > li.menu-item-has-children:hover::after {
	content: "";
}

#menu-primary-items .mega-links a {
	font-size: 13px;
	color: #333;
}

#menu-secondary-items .mega-links {
	text-align: left;
}

#menu-secondary-items .mega-links li {
	float: left;
}

#menu-secondary-items .mega-links li:hover {
	background-color: transparent;
}

#menu-secondary-items .mega-links li.menu-item-has-children::after {
	content: "";
}

#menu-secondary-items .mega-links li.menu-item-has-children:hover::after {
	content: "";
}

.mega-links.two-columns {
	width: 450px;
    width: 310px;
}

#menu-primary-items .mega-links.two-columns {
	width: 400px;
}

.mega-links.two-columns > li {
	width: 50%;
}

#menu-primary-items .mega-links.two-columns > li {
	width: 49%;
}

.mega-links.three-columns {
	width: 675px;
}

#menu-primary-items .mega-links.three-columns {
	width: 600px;
}

.mega-links.three-columns > li {
	width: 33.333%;
}

#menu-primary-items .mega-links.three-columns > li {
	width: 32%;
}

.mega-links.four-columns {
	width: 875px;
}

#menu-primary-items .mega-links.four-columns {
	width: 600px;
}

.mega-links.four-columns > li {
	width: 25%;
}

#menu-primary-items .mega-links.four-columns > li {
	width: 32%;
}

.mega-links.five-columns {
	left: 20px;
	width: 984px;
}

@media (min-width: 1170px) {
	.mega-links.five-columns {
		width: 1130px;
	}
}

#menu-primary-items .mega-links.five-columns {
	width: 600px;
}

.mega-links.five-columns > li {
	width: 20%;
}

#menu-primary-items .mega-links.five-columns > li {
	width: 32%;
}

.mega-links .column-heading {
	font-size: 15px;
	font-weight: 700;
	display: block;
    margin-bottom: 14px;
	margin-top: 5px;
    margin-bottom: 5px;
	text-transform: uppercase;
	color: #b3b3b3;
}

#menu-primary-items .mega-links .column-heading {
	font-size: 13px;
	color: #333;
}

.mega-links .sub-mega li {
	display: block;
}

.mega-posts .entry-title {
	letter-spacing: 0 !important;
}

#menu-secondary-items .mega-posts .entry-title a {
	font-weight: 700;
	line-height: 1.5;
	padding: 0;
	text-transform: uppercase;
}

#menu-secondary-items .mega-posts li {
	position: relative;
}

#menu-secondary-items .mega-posts .thumbnail-link {
	padding-top: 0;
}

#menu-secondary-items .mega-posts .entry-title {
	margin-bottom: 0;
}

#menu-secondary-items .mega-posts .entry-meta {
	font-size: 11px;
	margin-bottom: 0;
}

#menu-secondary-items .mega-posts .entry-meta a {
	font-size: 11px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
}

/**
 * Mobile Menu
 */
.slicknav_menu {
	display: block;
	padding: 0;
	background-color: transparent;
}

@media (min-width: 860px) {
	.main-navigation .slicknav_menu {
		display: none;
	}
}

.main-navigation .slicknav_menu .slicknav_nav a {
	color: #fff;
}

.main-navigation .slicknav_menu .slicknav_arrow {
	color: #fff;
}

.main-navigation .slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}

@media (min-width: 801px) {
	.secondary-navigation .slicknav_menu {
		display: none;
	}
}

.secondary-navigation .slicknav_menu .slicknav_btn {
	padding: 10px 0;
}

.secondary-navigation .slicknav_menu .slicknav_icon-bar {
	background-color: #000;
}

.secondary-navigation .slicknav_menu .slicknav_nav {
	padding: 10px 20px;
	background-color: #1f1f1f;
}

.secondary-navigation .slicknav_menu .slicknav_nav a,
.secondary-navigation .slicknav_menu .slicknav_arrow {
	color: #fff;
}

.secondary-navigation .slicknav_menu .mega-links .column-heading {
	color: #fff;
}

.slicknav_menu .slicknav_btn {
	float: left;
	padding-top: 8px;
	padding-left: 0;
	background-color: transparent;
}

@media (min-width: 768px) {
	.slicknav_menu .slicknav_btn {
		padding-top: 10px;
	}
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.slicknav_menu .slicknav_nav .slicknav_row,
.slicknav_menu .slicknav_nav a {
	margin: 0;
	padding: 5px 0;
}

.slicknav_menu .slicknav_arrow {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #1976d2;
}

.slicknav_menu .slicknav_nav .slicknav_row:hover,
.slicknav_menu .slicknav_nav a:hover {
	border-radius: 0;
	background-color: transparent;
}

.slicknav_menu .mega-links {
	position: relative;
	visibility: visible;
	width: auto;
	opacity: 1;
	border: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.slicknav_menu .mega-links > li {
	width: 100%;
}

.slicknav_menu .mega-links .column-heading {
	font-weight: 400;
	display: inline-block;
	margin-bottom: 0;
	text-transform: capitalize;
	color: #1976d2;
}

.slicknav_menu .mega-links ul {
	margin-left: 20px;
}

.slicknav_menu .menu-item-object-category .slicknav_arrow {
	display: none;
}

.slicknav_menu .menu-item-object-category .mega-links {
	display: none !important;
}

/*------------------------------------*
	$CONTENT
*------------------------------------*/
.hentry {
	margin-bottom: 45px;
}

.single .hentry {
	margin-bottom: 24px;
}

.thumbnail-link {
	display: block;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.thumbnail-link:hover img {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1) rotate(.1deg);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .9;

	-webkit-perspective: 0;
	-webkit-backface-visibility: hidden;
}

.thumbnail-link img {
	display: block;
	-webkit-transition: all 600ms;
	transition: all 600ms;
}

.thumbnail {
	float: left;
	width: 35.0649350649%;
	margin-right: 3.8961038961%;
}

.entry-wrapper {
	overflow: hidden;
	padding-bottom: 25px;
}

.entry-title {
	font-size: 24px;
	line-height: 1.3;
	margin-top: 0;
}

.single .entry-title {
	font-size: 28px;
	line-height: 1.3;
	letter-spacing: normal;
}

.entry-title a {
	color: #3d455c;
}

.entry-title a:hover {
	color: #1976d2;
}

.entry-meta {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 12px;
	text-transform: uppercase;
	color: #aaa;
}

.entry-meta .post-review {
	position: relative;
	display: inline-block;
}

.entry-meta .post-review::before {
	padding: 0 9px 0 6px;
	content: "\2044";
}

.single .entry-meta {
	margin-bottom: 24px;
}

.single .entry-meta .entry-date {
	position: relative;
	display: inline-block;
}

.single .entry-meta .entry-date::after {
	padding: 0 6px 0 9px;
	content: "\2044";
}

.entry-author {
	position: relative;
	display: inline-block;
}

.entry-author::after {
	padding: 0 6px;
	content: "\2044";
}

.entry-view .fa {
	padding-right: 4px;
}

.entry-summary {
	font-size: 14px;
	line-height: 1.6;
        min-height: 89px;
}

.entry-summary p:last-child {
	margin-bottom: 0;
}

.entry-content {
	line-height: 1.6;
}

.page-title {
	font-size: 28px;
}

.page .page-title {
	margin-bottom: 12px;
}

.entry-header .page-title {
	margin-bottom: 24px;
}

.sub-title {
	font-family: "Roboto", sans-serif;
	margin-bottom: 0;
	color: #e6e6e6;
}

/**
 * Post formats
 */
.format-audio .thumbnail-link,
.format-video .thumbnail-link,
.format-gallery .thumbnail-link {
	position: relative;
}

.format-audio .thumbnail-link::before,
.format-video .thumbnail-link::before,
.format-gallery .thumbnail-link::before {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background-color: rgba(0, 0, 0, .2);
}

.entry-format {
	margin-bottom: 24px;
}

.format-gallery.featured-posts {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.thumbnail {
	position: relative;
}

.thumbnail .format-icon {
	font-size: 30px;
	position: absolute;
	z-index: 9;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}

.thumbnail .format-icon .fa {
	font-size: 18px;
	line-height: 35px;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 100%;
}

/**
 * Single Post
 */
.entry-navigation {
	margin-bottom: 24px;
}

.featured-image-big {
	width: 100%;
	height: 550px;
	margin-bottom: 36px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.single .post .entry-thumbnail {
	margin-bottom: 24px;
}

.page .page .entry-thumbnail {
	margin-bottom: 24px;
}

.cat-links {
	font-family: "Roboto", sans-serif;
	display: inline-block;
    margin-bottom: 5px;
}

.cat-links a {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	padding: 6px 10px 6px;
	text-transform: uppercase;
	color: #fff;
    background: rgb(0 0 0 / 45%);
}

.cat-links a:hover {
	opacity: .8;
	color: #fff;
}

.page-links {
	margin-bottom: 24px;
	text-align: center;
}

.page-links a {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	display: inline-block;
	padding: 10px;
	text-transform: uppercase;
	color: #333;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}

.page-links a:hover {
	color: #fff;
	border-color: #000;
	background-color: #000;
}

.entry-footer {
	margin-bottom: 12px;
}

.tag-links {
	font-size: 14px;
}

.tag-links span {
	font-size: 14px;
	text-transform: uppercase;
}

.tag-links a {
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: 5px;
    text-transform: uppercase;
    color: #000;
    background-color: #ffc107;
    padding: 7px 13px;
    border-radius: 19px;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px #333 solid;
}

.tag-links a:before {
    content: '#';
    font-size: 16px;
    margin-top: -2px;
    float: left;
    padding-right: 2px;
}

.tag-links a:hover {
	color: #fff;
	background-color: #000;
}

/**
 * Post Share
 */
.entry-share {
	margin-bottom: 24px;
}

.single .entry-share {
	margin-bottom: 36px;
}

.entry-share .share-title {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	padding-right: 24px;
	text-transform: uppercase;
}

.entry-share ul {
	display: inline-block;
}

.entry-share ul > li {
	padding: 0 0 5px;
}

@media (min-width: 1170px) {
	.entry-share ul > li {
		padding-right: 5px;
		padding-left: 5px;
	}
}

.entry-share li a {
	min-width: 50px;
	min-height: 40px;
}

.entry-share li.twitter {
	padding-left: 0;
}

.entry-share li.twitter a {
	background-color: #55acee;
}

.entry-share li.facebook a {
	background-color: #3b5998;
}

.entry-share li.google-plus a {
	background-color: #dc4e41;
}

.entry-share li.linkedin a {
	background-color: #0077b5;
}

.entry-share li.pinterest a {
	background-color: #bd081c;
}

.entry-share li.email {
	padding-right: 0;
}

.entry-share li.email a {
	background-color: #4285f4;
}

.entry-share a {
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	min-width: 40px;
	height: 40px;
	padding: 10px 13px 8px 13px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-radius: 2px;
}

@media (min-width: 668px) {
	.entry-share a {
		padding: 10px 15px 8px 14px;
	}
}

.entry-share a:hover {
	opacity: .8;
	color: #fff;
}

.entry-share a .fa {
	font-size: 16px;
	display: inline-block;
}

@media (min-width: 481px) {
	.entry-share a .fa {
		display: none;
	}
}

@media (min-width: 601px) {
	.entry-share a .fa {
		display: inline-block;
	}
}

.entry-share a span {
	display: none;
}

@media (min-width: 481px) {
	.entry-share a span {
		display: inline-block;
	}
}

@media (min-width: 601px) {
	.entry-share a span {
		padding-left: 8px;
	}
}

/**
 * Post pagination
 */
.post-pagination {
	margin-bottom: 36px;
	padding-top: 48px;
	padding-bottom: 48px;
	border-top: 2px solid #777;
	border-bottom: 2px solid #777;
    display: inline-block;
    width: 100%;
}

.post-pagination .thumbnail-link {
	float: left;
	max-width: 80px;
	margin-right: 12px;
	margin-bottom: 0;
}

.post-pagination .post-detail {
	overflow: hidden;
}

.post-pagination .post-detail span {
	font-size: 11px;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	color: #999;
}

.post-pagination .post-detail a {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
	color: #333;
}

.post-pagination .post-detail a:hover {
	color: #1976d2;
}

.prev-post {
	margin-bottom: 24px;
}

@media (min-width: 569px) {
	.prev-post {
		float: left;
		width: 48.0519480519%;
		margin-right: 3.8961038961%;
		margin-bottom: 0;
	}
}

@media (min-width: 569px) {
	.next-post {
		float: right;
		width: 48.0519480519%;
		margin-right: 0;
		text-align: right;
	}
}

.next-post .thumbnail-link {
	float: right;
	margin-right: 0;
	margin-left: 12px;
}

/**
 * Related articles
 */
.related-posts {
	margin-bottom: 0px;
}

.related-posts h3 {
	font-size: 20px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.related-posts li {
	position: relative;
	margin-bottom: 24px;
}

@media (min-width: 481px) {
	.related-posts li {
		float: left;
		width: 31.6239316239%;
		margin-right: 2.5641025641%;
	}
	.related-posts li:nth-child(3n) {
		float: right;
		margin-right: 0;
	}
/*	#c-related-posts li {
		float: left;
		width: 23.5%;
		margin-right: 2%;
	}*/
/*	#c-related-posts li:nth-child(3n) {
		float: left;
		margin-right: 2%;
	}
	#c-related-posts li:nth-child(4n) {
		float: right;
		margin-right: 0;
	}
    #c-related-posts li:nth-child(3n+1) {
        clear: none;
    }
    #c-related-posts li:nth-child(4n+1) {
        clear: left;
    }*/
}

.related-posts li:nth-child(3n+1) {
	clear: left;
}

.related-posts .img-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #000;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .9)), to(transparent));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .9), transparent);
	background: linear-gradient(to top, rgba(0, 0, 0, .9), transparent);
}

.related-posts .post-detail {
	position: absolute;
	bottom: 0;
	padding: 10px;
}

.related-posts .post-detail a {
	color: #fff;
}

.related-posts .entry-title {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 4px;
	letter-spacing: 0;
	color: #fff;
}

.related-posts .entry-meta {
	font-size: 11px;
	margin-bottom: 0;
}

.random-posts {
	padding-bottom: 36px;
	border-bottom: 3px solid #000;
}

/**
 * 404
 */
.error-404 ul {
	font-size: 14px;
}

.page-content .searchform {
	position: relative;
}

/*------------------------------------*
	$SIDEBAR
*------------------------------------*/
.widget {
	font-size: 14px;
	margin-bottom: 48px;
}

@media (min-width: 601px) {
	.sidebar-primary .widget {
		float: left;
		width: 48.0519480519%;
		margin-right: 3.8961038961%;
	}
	.sidebar-primary .widget:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.sidebar-primary .widget:nth-child(2n + 1) {
		clear: right;
	}
}

@media (min-width: 769px) {
	.sidebar-primary .widget {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

.widget a {
	color: #3d455c;
}

.widget a:hover {
	color: #2385f9;
}

.widget select {
	width: 100%;
	color: #333;
}

.widget-title {
	font-size: 15px;
	position: relative;
	margin-top: 0;
	margin-bottom: 24px;
	padding-bottom: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}

.widget-title a {
	color: #fff;
}

.sidebar-primary .widget-title,
.panel-grid .widget-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 35px;
	padding: 0 14px;
	color: #fff;
	border-bottom: 0;
	border-left: 5px solid #1976d2;
	background-color: #000;
}

/**
 * Widgets
 */
.adwidget {
	text-align: center;
}

.widget_search .searchform {
	position: relative;
}

.widget_search .searchform .search-field {
	width: 100%;
	height: 2.7em;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.widget_search .searchform .submit-field {
	position: absolute;
	top: 0;
	right: 0;
}

.widget_tag_cloud a {
	font-weight: 600;
	line-height: 1.5;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 2px;
	background-color: #000;
}

.widget_tag_cloud a:hover {
	opacity: .75;
	color: #fff;
}

.sidebar-footer .widget_tag_cloud a {
	background-color: #1976d2;
}

.widget_nav_menu .menu-secondary-container {
	border-top: 0;
	background-color: transparent;
}

.widget_nav_menu ul {
	margin: 0;
}

.widget_ads_125 {
	text-align: center;
}

.widget_ads_125 span {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 12px;
}

@media (min-width: 1170px) {
	.widget_ads_125 span {
		margin-right: 16px;
	}
}

.widget_newsletter {
	font-family: "Roboto", sans-serif;
	padding: 20px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.sidebar-footer .widget_newsletter {
	border-color: #333;
	background-color: #000;
}

.widget_newsletter .widget-title {
	font-size: 14px;
	margin-bottom: 0;
	padding: 0;
	color: #000;
	border: 0;
	background-color: transparent;
}

.sidebar-footer .widget_newsletter .widget-title {
	margin-bottom: 6px;
	border: 0;
}

.sidebar-footer .widget_newsletter .widget-title::after {
	border: 0;
}

.widget_newsletter .widget-title::after {
	border-bottom: 0;
}

.widget_newsletter input[type="text"] {
	width: 100%;
	margin-bottom: 4px;
}

@media (min-width: 1025px) {
	.widget_newsletter input[type="text"] {
		width: 236px;
		margin-bottom: 0;
	}
}

@-moz-document url-prefix() {
	.widget_newsletter input[type="text"] {
		width: 65%;
	}
}

.widget_newsletter button {
	font-weight: 600;
	padding: .4em 1em;
}

.posts-thumbnail-widget {
	font-family: "Roboto", sans-serif;
}

.posts-thumbnail-widget li {
	font-weight: 600;
	line-height: 1.45em;
	overflow: hidden;
	padding: 10px 0;
}

.posts-thumbnail-widget li::before {
	content: "";
}

.posts-thumbnail-widget .post-title {
	display: block;
}

.posts-thumbnail-widget .thumbnail-link {
	float: left;
	max-width: 75px;
	margin-right: 12px;
	margin-bottom: 0;
}

.posts-thumbnail-widget .entry-thumbnail {
	display: block;
}

.posts-thumbnail-widget .entry-date {
	font-size: 11px;
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
	color: #9f9f9f;
}

.posts-thumbnail-widget .entry-info .entry-date {
	display: inline-block;
	margin-right: 3px;
}

.posts-thumbnail-widget .entry-info .entry-view {
	font-size: 11px;
	font-weight: 400;
	display: block;
	display: inline-block;
	margin-top: 6px;
	text-transform: uppercase;
	color: #9f9f9f;
}

.posts-thumbnail-widget .big-thumbnail-style li,
.posts-thumbnail-widget .big-thumbnail-overlay-style li {
	position: relative;
	padding: 0;
}

@media (max-width: 768px) {
	.posts-thumbnail-widget .big-thumbnail-style li,
	.posts-thumbnail-widget .big-thumbnail-overlay-style li {
		float: left;
		width: 48.0519480519%;
		margin-right: 3.8961038961%;
	}
	.posts-thumbnail-widget .big-thumbnail-style li:nth-child(2n),
	.posts-thumbnail-widget .big-thumbnail-overlay-style li:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
}

@media (max-width: 601px) {
	.posts-thumbnail-widget .big-thumbnail-style li,
	.posts-thumbnail-widget .big-thumbnail-overlay-style li {
		float: left;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.sidebar-footer .posts-thumbnail-widget .big-thumbnail-style li,
	.sidebar-footer
	.posts-thumbnail-widget .big-thumbnail-overlay-style li {
		float: left;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

.posts-thumbnail-widget .big-thumbnail-style .thumbnail-link,
.posts-thumbnail-widget .big-thumbnail-overlay-style .thumbnail-link {
	display: block;
	float: none;
	max-width: none;
	margin-right: 0;
	margin-bottom: 12px;
}

.posts-thumbnail-widget .big-thumbnail-style li {
	margin-top: 15px;
	margin-bottom: 25px;
}

.posts-thumbnail-widget .big-thumbnail-overlay-style li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.posts-thumbnail-widget .big-thumbnail-overlay-style .thumbnail-link {
	margin-bottom: 0;
}

.posts-thumbnail-widget .big-thumbnail-overlay-style .img-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #000;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .9)), to(transparent));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .9), transparent);
	background: linear-gradient(to top, rgba(0, 0, 0, .9), transparent);
}

.posts-thumbnail-widget .big-thumbnail-overlay-style .post-detail {
	position: absolute;
	bottom: 0;
	padding: 10px;
}

.posts-thumbnail-widget .big-thumbnail-overlay-style .post-detail a {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.posts-thumbnail-widget .review-score {
	display: inline-block;
	margin-top: 8px;
}

.posts-thumbnail-widget .top {
	margin-bottom: 8px;
}

.posts-thumbnail-widget .top .thumbnail-link {
	float: none;
	max-width: none;
	margin-bottom: 12px;
}

.posts-thumbnail-widget .top p {
	font-weight: 400;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 0;
}

.posts-thumbnail-widget .small .thumbnail-link {
	float: left;
	max-width: 75px;
	margin-right: 12px;
	margin-bottom: 0;
}

.posts-thumbnail-widget .first-cat a {
	color: #fff;
}

.widget_social_icons{
    background: #eee;
    padding: 32px 0px;
}

.widget_social_icons a {
	font-size: 18px;
	position: relative;
	display: inline-block;
	width: 47px;
	height: 47px;
	margin: 3px 0 6px;
	text-align: center;
	opacity: 1;
	color: #fff;
	border-radius: 4px;
	background-color: #1976d2;
    padding: 14px 0px;
}
.widget-social-icons{
    width: 231px;
    margin: 0px auto;
}

@media (min-width: 1025px) {
	.widget_social_icons a {
		margin: 4px 4px 6px 4px;
	}
}

.widget_social_icons a:hover {
	color: #fff;
}

.widget_social_icons a.facebook {
	background-color: #3b5998;
}

.widget_social_icons a.twitter {
	background-color: #55acee;
}

.widget_social_icons a.gplus {
	background-color: #dc4e41;
}

.widget_social_icons a.instagram {
	background-color: #3f729b;
}

.widget_social_icons a.pinterest {
	background-color: #bd081c;
}

.widget_social_icons a.linkedin {
	background-color: #0077b5;
}

.widget_social_icons a.youtube {
	background-color: #cd201f;
}

.widget_social_icons a.vk {
	background-color: #45668e;
}

.widget_social_icons a.rss {
	background-color: #f26522;
}

.widget_tabs .tabs-nav {
	list-style: none;
	background-color: #000;
}

.widget_tabs .tabs-nav li {
	display: block;
	float: left;
	padding: 0;
}

.widget_tabs .tabs-nav li.active a {
	border-bottom: 3px solid #1976d2;
}

.widget_tabs .tabs-nav a {
	line-height: 36px;
	display: block;
	padding: 0 14px;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 3px solid transparent;
}

.widget_tabs .tab-content {
	padding-top: 24px;
}

.widget_tabs .latest-comments .avatar {
	float: left;
	max-width: 75px;
	margin-right: 12px;
}

.widget_tabs .latest-comments strong {
	display: block;
	padding-bottom: 4px;
}

.widget_tabs .latest-comments span {
	font-weight: 400;
	color: #999;
}

/*------------------------------------*
	$FOOTER
*------------------------------------*/
.sidebar-footer {
	padding: 60px 0 12px;
	color: #fff;
	background-color: #000;
}

.sidebar-footer .widget-title {
	color: #fff;
	border-bottom: 3px solid #333;
}

.sidebar-footer .widget-title::after {
	position: absolute;
	z-index: 0;
	bottom: -3px;
	left: 0;
	width: 50px;
	content: "";
	border-bottom: 3px solid #1976d2;
    border-bottom: 3px solid #ffbf00;
}

.sidebar-footer a {
	color: #fff;
}

@media (min-width: 601px) {
	.footer-column {
		float: left;
		width: 31.6239316239%;
		margin-right: 2.5641025641%;
	}
	.footer-column.footer-column-3 {
		float: right;
		margin-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.footer-column {
		float: left;
		width: 31.7179487179%;
		margin-right: 2.5641025641%;
	}
	.footer-column.footer-column-2 {
		float: right;
		margin-right: 0;
	}
	.footer-column.footer-column-3 {
		float: left;
	}
	.widget_newsletter input[type="text"] {
		width: 189px;
	}
    .widget_social_icons a {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
    .c_box_thumbnail_under_single, .c_box_thumbnail_main_entity {
        height: 120px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #id_carousel_posts{
        overflow: hidden;
    }
    .c_box_thumbnail_under_single {
        height: 120px;
    }
    .c_box_thumbnail_main_entity {
        height: 80px;
    }
}

.site-info {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	padding: 8px 0;
	color: #b3b3b3;
	background-color: #0d0d0d;
}

.site-info a {
	color: #fff;
}

.site-info a:hover {
	color: #1976d2;
}

.site-info p {
	margin-bottom: 0;
	text-align: center;
}

@media (min-width: 601px) {
	.site-info p {
		float: right;
		text-align: right;
	}
}

#footer-social {
	margin-bottom: 12px;
	text-align: center;
}

@media (min-width: 601px) {
	#footer-social {
		float: left;
		margin-bottom: 0;
		text-align: left;
	}
}

#footer-social a {
	font-size: 16px;
	margin: 0 5px;
}

/*------------------------------------*
	$COMMENT
*------------------------------------*/
.comments-title {
	margin-bottom: 30px;
}

/**
 * Comment list
 */
.commentlist {
	margin-bottom: 40px;
	border-bottom: 1px dotted #e5e5e5;
}

.commentlist .comment {
	margin-bottom: 60px;
}

.commentlist .children {
	margin: 60px 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 600px) {
	.commentlist .children {
		padding-left: 90px;
	}
}

@media (min-width: 240px) and (max-width: 768px) {
	.commentlist .children .children {
		padding-left: 0;
	}
}

.commentlist .children .avatar {
	width: 70px;
}

@media (min-width: 480px) {
	.comment-avatar {
		float: left;
		width: 14.5299145299%;
		margin-right: 2.5641025641%;
	}
	.comment-body {
		float: right;
		width: 82.905982906%;
		margin-right: 0;
	}
}

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

.comment-avatar .avatar {
	border-radius: 50%;
}

.comment-avatar .name {
	font-size: 14px;
	font-weight: 600;
	display: block;
}

.comment-avatar .name a {
	color: #333;
}

.comment-body {
	font-size: 14px;
	position: relative;
}

.comment-body .comment-wrapper {
	position: relative;
	padding: 25px;
	border: 1px solid #e5e5e5;
}

.comment-body .comment-head {
	font-size: 12px;
	margin-bottom: 10px;
}

.comment-body .comment-head a {
	color: #aaa;
}

@media (max-width: 479px) {
	.comment-body .comment-content {
		font-size: 16px;
	}
}

.comment-body .comment-content p:last-of-type {
	margin-bottom: 0;
}

.comment-reply-link {
	font-size: 12px;
	position: relative;
	top: auto;
	right: auto;
	display: inline-block;
	padding-top: 20px;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	color: #999;
}

@media (min-width: 480px) {
	.comment-reply-link {
		position: absolute;
		top: 25px;
		right: 25px;
		padding-top: 0;
	}
}

.author-badge {
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 6px;
	color: #fff;
	background-color: #1976d2;
}

@media (min-width: 480px) {
	.author-badge {
		margin-bottom: 0;
	}
}

.children .comment-respond,
.layout-2c-l .comment-respond {
	margin-top: 0;
}

@media (min-width: 601px) {
	.children .comment-respond,
	.layout-2c-l .comment-respond {
		margin-top: 60px;
	}
}

.children .comment-form-author,
.children .comment-form-email,
.children .comment-form-url,
.layout-2c-l .comment-form-author,
.layout-2c-l .comment-form-email,
.layout-2c-l .comment-form-url {
	display: block;
	width: 100%;
}

/**
 * Comment form
 */
.comments-area {
	margin-bottom: 24px;
}

.comment-notes {
	font-size: 13px;
	font-style: italic;
	color: #999;
}

form.comment-form label {
	font-size: 12px;
	font-weight: 600;
	display: block;
}

form.comment-form input[type="text"],
form.comment-form input[type="email"],
form.comment-form input[type="url"],
form.comment-form textarea {
	border-radius: 0;
	background-color: #fff;
}

form.comment-form .comment-form-comment {
	clear: both;
}

@media (min-width: 481px) {
	form.comment-form .comment-form-author,
	form.comment-form .comment-form-email,
	form.comment-form .comment-form-url {
		float: left;
		width: 32%;
		margin-right: 2%;
	}
}

form.comment-form .comment-form-author input,
form.comment-form .comment-form-email input,
form.comment-form .comment-form-url input {
	width: 100%;
}

form.comment-form textarea {
	width: 100%;
}

form.comment-form .comment-form-url {
	margin-right: 0;
}

form.comment-form input[type="submit"] {
	font-weight: 700;
	padding: 10px 20px;
}

.required {
	color: #f00;
}

#cancel-comment-reply-link {
	font-family: "Merriweather", Gerogia, serif;
	font-size: 13px;
}

#comment-nav-above {
	margin-bottom: 30px;
}

.comment-navigation .nav-previous {
	display: inline;
	float: left;
}

.comment-navigation .nav-next {
	display: inline;
	float: right;
	text-align: right;
}

.comment-navigation a {
	color: #555;
}

/*------------------------------------*
	$PAGINATION
*------------------------------------*/
.pagination {
	font-family: "Roboto", sans-serif;
	display: block;
	clear: both;
    margin-bottom: 50px;
    display: block;
    float: left;
}

.pagination .page-numbers {
	font-weight: 600;
	line-height: 21px;
	display: inline-block;
	float: left;
	min-width: 33px;
	margin: 0 8px 8px 0;
	padding: 5px 11px;
	text-align: center;
	color: #666;
	border: 1px solid #e5e5e5;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	color: #fff;
	border-color: #1976d2;
	background-color: #1976d2;
}

/*------------------------------------*
	$BREAKINGNEWS
*------------------------------------*/
.breaking-news {
	clear: both;
	padding: 10px 20px;
	background-color: #f0f0f0;
}

.breaking-news h3 {
	font-size: 14px;
	line-height: 1.8;
	display: block;
	margin: 0;
	margin-right: 24px;
	text-transform: uppercase;
}

@media (min-width: 601px) {
	.breaking-news h3 {
		display: inline-block;
		float: left;
	}
}

.breaking-news .items {
	font-size: 14px;
	overflow: hidden;
}

.breaking-news .item {
	display: none;
}

.breaking-news a {
	color: #333;
}

.breaking-news a:hover {
	color: #1976d2;
}

.breaking-date {
	font-size: 12px;
	padding-left: 6px;
	color: #999;
}

/*------------------------------------*
	$ADS
*------------------------------------*/
.top-ads {
	padding: 24px 0;
	text-align: center;
}

.post-ads {
	margin-bottom: 24px;
}

.post-ads.center-position {
	text-align: center;
}

.post-ads.right-position {
	text-align: right;
}

.post-ads.f-left-position {
	float: left;
	margin-right: 24px;
}

.post-ads.f-right-position {
	float: right;
	margin-left: 24px;
}

.after-menu-ads,
.footer-ads {
	padding-bottom: 48px;
	text-align: center;
}

/*------------------------------------*
	$REVIEW
*------------------------------------*/
.review-wrapper {
	clear: both;
	margin-bottom: 24px;
}

.review-heading {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	margin-top: 0;
	padding: 6px 16px;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
}

.review-area {
	background-color: #f5f5f5;
}

.review-features {
	padding: 25px 25px 16px 25px;
	border-bottom: 1px solid #e5e5e5;
}

.review-features li {
	margin-bottom: 16px;
}

.review-features .review-txt {
	font-size: 14px;
	font-weight: 600;
	line-height: 2;
}

.review-features .review-txt .name {
	float: left;
	text-transform: uppercase;
}

.review-features .review-txt .score {
	float: right;
}

.point-type .review-bar,
.percentage-type .review-bar {
	height: 21px;
	background: #fff;
}

.point-type .review-bar .bar,
.percentage-type .review-bar .bar {
	position: relative;
	display: block;
	height: 21px;
	background: #1976d2;
}

.point-type .review-bar .bar::before,
.percentage-type .review-bar .bar::before {
	content: "";
}

.star-type li {
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
}

.star-type li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.star-type .score {
	display: none;
}

.star-type .review-txt {
	float: left;
}

.star-type .review-bar {
	line-height: 0;
	position: relative;
	float: right;
}

.star-type .review-bar::before {
	font: normal normal normal 16px/1 FontAwesome;
	font-size: inherit;
	font-size: 18px;
	display: inline-block;
	margin-right: -4px;
	content: "\f005\f005\f005\f005\f005";
	letter-spacing: 5px;
	color: #d8d8d8;

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.star-type .bar::before {
	font-size: 18px;
}

.review-desc {
	font-size: 14px;
	line-height: 1.5;
	padding: 25px;
	border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 481px) {
	.review-desc {
		float: left;
		width: 74.025974026%;
		border-right: 1px solid #e5e5e5;
		border-bottom: 0;
	}
}

.review-desc p:last-child {
	margin-bottom: 0;
}

.aff-btn {
	font-weight: 600;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	border-radius: 2px;
	background-color: #1976d2;
}

.aff-btn:visited,
.aff-btn:visited:hover {
	color: #fff;
}

.aff-btn:hover {
	color: #fff;
}

.total-score {
	overflow: hidden;
	padding: 25px;
	text-align: center;
}

.total-score .total {
	font-size: 48px;
	font-weight: 700;
	line-height: 80px;
	display: inline-block;
}

.total-score .total-txt {
	font-size: 11px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

/*------------------------------------*
	$COUPON
*------------------------------------*/
.coupon-wrapper {
	margin-bottom: 24px;
}

.coupon-wrapper .coupon-title {
	font-size: 20px;
	font-weight: 700;
	margin-right: 20px;
}

.coupon-wrapper form {
	display: inline-block;
}

.coupon-wrapper .fa {
	padding-right: 10px;
}

.coupon-wrapper .coupon-code {
	font-size: 15px;
	font-weight: 700;
	line-height: 36px;
	display: inline-block;
	padding: 0 15px;
	color: #333;
	border: 2px dashed #52b043;
	border-radius: 5px;
	background-color: transparent;
}

.coupon-wrapper .coupon-code:hover {
	border-style: solid;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.coupon-wrapper .click {
	font-size: 13px;
	margin-left: 15px;
	color: #777;
}

/*------------------------------------*
	$BREADCRUMB
*------------------------------------*/
.breadcrumbs {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	display: none;
}

@media (min-width: 321px) {
	.breadcrumbs {
		display: inline-block;
	}
}

.breadcrumbs .trail-items li {
	padding-right: 15px;
}

.breadcrumbs .trail-items li:last-child {
	padding-right: 0;
}

.breadcrumbs li {
	position: relative;
}

.breadcrumbs li::before {
	position: absolute;
	top: 0;
	left: -9px;
	content: "\203A";
	color: #b2b2b2;
}

.breadcrumbs li:first-of-type::before {
	content: "";
}

.breadcrumbs a {
	color: #999;
}

/*------------------------------------*
	$SHORTCODES
*------------------------------------*/
.junkie-tabs .junkie-nav .ui-tabs-selected a,
.junkie-tabs .junkie-nav .ui-tabs-active a {
	height: 30px;
}

.junkie-tabs .junkie-nav li a {
	font-size: 14px;
	height: 29px;
}

/*------------------------------------*
	$HOMEPAGE
*------------------------------------*/
/**
 * Featured posts
 */
.featured-post-left {
	position: relative;
	margin-bottom: 12px;
}

@media (min-width: 601px) {
	.featured-post-left {
		float: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		margin-bottom: 0;
		padding-right: 10px;
	}
}

.featured-post-left .entry-title {
	font-size: 14px;
}

@media (min-width: 376px) {
	.featured-post-left .entry-title {
		font-size: 24px;
	}
}

.featured-post-right {
	overflow: hidden;
}

@media (min-width: 601px) {
	.featured-post-right {
		float: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
	}
}

.featured-post-right img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.featured-small {
	position: relative;
	margin-bottom: 12px;
}

@media (min-width: 376px) {
	.featured-small {
		float: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		margin-bottom: 0;
		padding-right: 5px;
	}
	.featured-small:last-child {
		padding-right: 0;
		padding-left: 5px;
	}
}

.featured-posts .post-review {
	padding-left: 0;
}

@-moz-document url-prefix() {
	.featured-posts .thumbnail-link {
		position: relative;
	}
}

.featured-big {
	position: relative;
	padding-bottom: 10px;
}

.featured-big .entry-title {
	font-size: 14px;
}

@media (min-width: 376px) {
	.featured-big .entry-title {
		font-size: 24px;
	}
}

.featured-small .entry-title {
	font-size: 14px;
}

@media (min-width: 769px) {
	.featured-small .entry-title {
		font-size: 16px;
	}
}

/**
 * Blocks
 */
.section-title {
	font-weight: 600;
	line-height: 35px;
	position: relative;
	margin-top: 0;
	margin-bottom: 36px;
	background-color: #ffefbd;
}

.section-title .cat-name {
	font-size: 16px;
	line-height: 38px;
	display: inline-block;
	padding: 0 14px;
	text-transform: uppercase;
	color: #fff;
	background-color: #1976d2;
}

.section-title .cat-name a {
	color: #fff;
}

.section-title .cat-name a:hover {
	color: #fff;
}

.panel-grid .entry-comment a {
	color: #1976d2;
}

.panel-grid .entry-meta a {
	color: #1976d2;
}

.panel-grid .entry-meta .post-review {
	padding-left: 0;
}

.panel-grid .ads-block {
	text-align: center;
}

.classic-block .hentry:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.classic-block .thumbnail {
	display: none;
}

@media (min-width: 481px) {
	.classic-block .thumbnail {
		display: block;
	}
}

.classic-block .button {
	font-family: 700;
	text-transform: uppercase;
}

.classic-block .button:hover {
	color: #fff;
}

.modern-block .left-post {
	margin-bottom: 12px;
}

@media (min-width: 481px) {
	.modern-block .left-post {
		float: left;
		width: 48.0519480519%;
		margin-right: 3.8961038961%;
		margin-bottom: 0;
	}
}

.modern-block .left-post .thumbnail-link {
	margin-bottom: 12px;
}

@media (min-width: 481px) {
	.modern-block .right-post {
		float: right;
		width: 48.0519480519%;
		margin-right: 0;
	}
}

.modern-block .small-post {
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.modern-block .small-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.modern-block .small-post .thumbnail-link {
	float: left;
	max-width: 80px;
	margin-right: 12px;
}

.modern-block .small-post .entry-title {
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	margin-bottom: 6px;
}

.modern-block .small-post .entry-meta {
	font-size: 11px;
	overflow: hidden;
	margin-bottom: 0;
}

.modern-horizontal-block .top-post {
	margin-bottom: 36px;
}

.modern-horizontal-block .thumbnail-link {
	margin-right: 24px;
}

@media (min-width: 481px) {
	.modern-horizontal-block .thumbnail-link {
		float: left;
		width: 35.0649350649%;
		margin-right: 3.8961038961%;
	}
}

.modern-horizontal-block .small-post {
	margin-bottom: 12px;
	padding-bottom: 12px;
}

@media (min-width: 601px) {
	.modern-horizontal-block .small-post {
		float: left;
		width: 48.0519480519%;
		margin-right: 3.8961038961%;
	}
	.modern-horizontal-block .small-post:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.modern-horizontal-block .small-post:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

.modern-horizontal-block .small-post .thumbnail-link {
	float: left;
	max-width: 80px;
	margin-right: 12px;
}

.modern-horizontal-block .small-post .entry-title {
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	margin-bottom: 6px;
}

.modern-horizontal-block .small-post .entry-meta {
	font-size: 11px;
	overflow: hidden;
	margin-bottom: 0;
}

.grid-block .grid-post {
	margin-bottom: 3.8961038961%;
}

@media (min-width: 426px) {
	.grid-block .grid-post {
		float: left;
		width: 48.0519480519%;
		margin-right: 3.8961038961%;
		margin-bottom: 3.8961038961%;
	}
	.grid-block .grid-post:nth-of-type(2n) {
		float: right;
		margin-right: 0;
	}
}

@media (min-width: 601px) {
	.grid-block.three-columns .grid-post {
		float: left;
		width: 31.6239316239%;
		margin-right: 2.5641025641%;
		margin-bottom: 2.5641025641%;
	}
	.grid-block.three-columns .grid-post:nth-of-type(3n) {
		float: right;
		margin-right: 0;
	}
}

.grid-block.three-columns .grid-post .entry-title {
	font-size: 14px;
}

@media (min-width: 601px) {
	.grid-block.four-columns .grid-post {
		float: left;
		width: 23.0769230769%;
		margin-right: 2.5641025641%;
		margin-bottom: 2.5641025641%;
	}
	.grid-block.four-columns .grid-post:nth-of-type(4n) {
		float: right;
		margin-right: 0;
	}
}

.grid-block.four-columns .entry-meta,
.grid-block.four-columns .entry-date {
	font-size: 11px;
}

.grid-block.four-columns .post-review {
	display: none;
}

.grid-block .entry-title a:hover {
	color: #fff;
}

.grid-block .entry-meta {
	margin-bottom: 0;
}

.grid-block .entry-meta a {
	color: #fff;
}

.modern-vertical-block .top-post {
	margin-bottom: 36px;
}

.modern-vertical-block .top-post .thumbnail-link {
	margin-bottom: 12px;
}

.grid-classic-block .grid-classic-post {
	margin-bottom: 30px;
}

@media (min-width: 601px) {
	.grid-classic-block .grid-classic-post {
		float: left;
		width: 31.6239316239%;
		margin-right: 2.5641025641%;
	}
	.grid-classic-block .grid-classic-post:nth-of-type(3n) {
		float: right;
		margin-right: 0;
	}
}

@media (min-width: 426px) {
	.grid-classic-block.two-columns .grid-classic-post {
		float: left;
		width: 48.0519480519%;
		margin-right: 3.8961038961%;
	}
	.grid-classic-block.two-columns .grid-classic-post:nth-of-type(2n) {
		float: right;
		margin-right: 0;
	}
	.grid-classic-block.two-columns .grid-classic-post:nth-of-type(3n) {
		clear: right;
	}
}

.grid-classic-block.two-columns .entry-title {
	font-size: 20px;
}

@media (min-width: 601px) {
	.grid-classic-block.four-columns .grid-classic-post {
		float: left;
		width: 23.0769230769%;
		margin-right: 2.5641025641%;
		margin-bottom: 2.5641025641%;
	}
	.grid-classic-block.four-columns .grid-classic-post:nth-of-type(4n) {
		float: right;
		margin-right: 0;
	}
}

.grid-classic-block .thumbnail-link {
	position: relative;
	margin-bottom: 12px;
}

.grid-classic-block .post-review {
	position: absolute;
	bottom: 5px;
	left: 10px;
}

.grid-classic-block .entry-title {
	font-size: 18px;
}

.carousel-block .carousel-posts {
	margin: 0 0 40px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.carousel-block .thumbnail-link {
	position: relative;
	margin-bottom: 12px;
}

.carousel-block .post-review {
	position: absolute;
	bottom: 5px;
	left: 10px;
}

.carousel-block .entry-title {
	font-size: 18px;
}

.carousel-block .flex-direction-nav a {
	top: 40%;
}

.carousel-block .flex-control-paging li a {
	border-radius: 0;
}

.carousel-block .flex-control-paging li a.flex-active {
	background-color: #1976d2;
}

.carousel-block .loader:before,
.carousel-block .loader:after,
.carousel-block .loader {
	width: 2.5em;
	height: 2.5em;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
	border-radius: 50%;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.carousel-block .loader {
	font-size: 10px;
	position: relative;
	margin: 80px auto;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
	text-indent: -9999em;
	color: #1976d2;
}

.carousel-block .loader:before {
	left: -3.5em;
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}

.carousel-block .loader:after {
	left: 3.5em;
}

.carousel-block .loader:before,
.carousel-block .loader:after {
	position: absolute;
	top: 0;
	content: "";
}

@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		-webkit-box-shadow: 0 2.5em 0 -1.3em;
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		-webkit-box-shadow: 0 2.5em 0 0;
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes load7 {
	0%,
	80%,
	100% {
		-webkit-box-shadow: 0 2.5em 0 -1.3em;
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		-webkit-box-shadow: 0 2.5em 0 0;
		box-shadow: 0 2.5em 0 0;
	}
}

/*------------------------------------*
	$ARCHIVES
*------------------------------------*/
.page-header {
	background-color: #f3f3f3;
    line-height: 0px;
    margin-top: 0px;
    width: 100%;
    clear: left;
}

.page-header .container {
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
    margin-top: 0px;
}

.featured-image-big .page-header .container {
	margin-bottom: 0;
}

.page-title {
	margin: 0;
	color: #333;
}

.taxonomy-description {
	font-size: 14px;
	line-height: 1.5;
	padding-top: 12px;
	color: #222;
}

.taxonomy-description p:last-child {
	margin-bottom: 0;
}

/**
 * Category Layout
 */
.list-layout-blog-style .thumbnail,
.list-layout-grid-style .thumbnail,
.list-layout-masonry-style .thumbnail {
	float: left;
	clear: both;
	width: 100%;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0;
}

.list-layout-blog-style .entry-wrapper,
.list-layout-grid-style .entry-wrapper,
.list-layout-masonry-style .entry-wrapper {
	overflow: visible;
}

@media (min-width: 481px) {
	.list-layout-grid-style .hentry {
		float: left;
		width: 48.0519480519%;
		margin-right: 3.8961038961%;
	}
	.list-layout-grid-style .hentry:nth-of-type(2n) {
		float: right;
		margin-right: 0;
	}
	.list-layout-grid-style .hentry:nth-of-type(2n + 1) {
		clear: right;
	}
}

.list-layout-grid-style .hentry .entry-summary p:last-child {
	margin-bottom: 0;
}

@media (min-width: 481px) {
	.layout-1c.list-layout-grid-style .hentry {
		float: left;
		width: 48.7179487179%;
		margin-right: 2.5641025641%;
	}
	.layout-1c.list-layout-grid-style .hentry:nth-of-type(2n) {
		float: right;
		margin-right: 0;
	}
}

@media (min-width: 769px) {
	.layout-1c.list-layout-grid-style .hentry {
		float: left;
		width: 31.6239316239%;
		margin-right: 2.5641025641%;
	}
	.layout-1c.list-layout-grid-style .hentry:nth-of-type(2n) {
		float: left;
		margin-right: 2.5641025641%;
	}
	.layout-1c.list-layout-grid-style .hentry:nth-of-type(3n) {
		float: right;
		margin-right: 0;
	}
	.layout-1c.list-layout-grid-style .hentry:nth-of-type(3n + 1) {
		clear: left;
	}
}

.list-layout-masonry-style .hentry {
	padding: 0 20px 30px;
}

@media (min-width: 481px) {
	.list-layout-masonry-style .hentry {
		float: left;
		width: 46.25%;
		margin-right: 1.875%;
		margin-left: 1.875%;
		padding: 0 0 30px;
	}
	.list-layout-masonry-style .hentry:nth-of-type(2n) {
		float: right;
	}
	.list-layout-masonry-style .hentry:nth-of-type(2n + 1) {
		clear: right;
	}
}

.list-layout-masonry-style .hentry .entry-summary p:last-child {
	margin-bottom: 0;
}

@media (min-width: 481px) {
	.layout-1c.list-layout-masonry-style .hentry {
		float: left;
		width: 47.5%;
		margin-right: 1.25%;
		margin-left: 1.25%;
	}
	.layout-1c.list-layout-masonry-style .hentry:nth-of-type(2n) {
		float: right;
	}
}

@media (min-width: 769px) {
	.layout-1c.list-layout-masonry-style .hentry {
		float: left;
		width: 30.8333333333%;
		margin-right: 1.25%;
		margin-left: 1.25%;
	}
	.layout-1c.list-layout-masonry-style .hentry:nth-of-type(3n) {
		float: right;
	}
	.layout-1c.list-layout-masonry-style .hentry:nth-of-type(3n + 1) {
		clear: right;
	}
}

.default-list-style .page-entry .thumbnail {
	display: none;
}

@media (min-width: 481px) {
	.default-list-style .page-entry .thumbnail {
		display: inline-block;
	}
}

.list-layout-masonry-style .page-entry {
	margin-right: -15px;
	margin-left: -15px;
}

/**
 * Featured Posts
 */
.featured-area {
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #fff;
}

.featured-posts.flexslider {
	display: none;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width: 479px) {
	.featured-posts.flexslider {
		display: inline-block;
	}
}

.featured-posts .img-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #000;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8), transparent);
	background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
}

.first-cat {
	position: absolute;
	z-index: 9;
	top: 10px;
}

.featured-item {
	position: relative;
}

.featured-meta {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 20px;
}

.featured-meta .entry-date {
	font-size: 13px;
}

.featured-meta .entry-title {
	margin: 0 0 6px;
}

.featured-meta a {
	color: #fff;
}

.featured-summary {
	font-size: 14px;
	color: #e6e6e6;
}

.flex-direction-nav a {
	font-size: 0;
	position: absolute;
	z-index: 10;
	top: 55%;
	display: block;
	width: 35px;
	height: 35px;
	margin: -30px 0 0;
	cursor: pointer;
	opacity: 0;
	background: #fff;
}

.flex-direction-nav a::before {
	font-family: FontAwesome;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	line-height: 35px;
	display: block;
	content: "\f104";
	text-align: center;
	color: #19232d;
	text-shadow: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flex-direction-nav a.flex-next::before {
	content: "\f105";
}

.list-layout-default-style .page-entry .thumbnail {
	display: none;
}

@media (min-width: 481px) {
	.list-layout-default-style .page-entry .thumbnail {
		display: inline-block;
	}
}

/**
 * Author Page
 */
.author-bio {
	padding-bottom: 0;
	background-color: transparent;
    float: left;width: 100%;overflow: hidden;position: relative;
}

.author .author-bio {
	margin-bottom: 36px;
	border-bottom: 3px solid #000;
}

.single .author-bio {
	margin-bottom: 24px;
	padding: 66px 0px 0px 0px;
	text-align: center;
	border: 0;
	background-color: #1976d2;
    border-radius: 6px;
}
.header_author_admin{
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    padding: 10px;
    background: #0b61b7;
    color: white;
}

.single .author-bio .avatar {
	float: none;
	margin-bottom: 10px;
	margin-left: 0;
}

.single .author-bio .name a {
	color: #fff;
}

.single .author-bio .name a:hover {
	color: #fff;
}

.single .author-bio .bio {
	color: #fff;
}

.single .author-bio .author-social a {
	color: #fff;
}

.single .author-bio .author-social a:hover {
	opacity: .7;
	color: #fff;
}

.author-bio .avatar {
	display: none;
	float: right;
	margin-left: 20px;
	border-radius: 50%;
}

@media (min-width: 481px) {
	.author-bio .avatar {
		display: inline-block;
	}
}

.author-bio .description {
	overflow: hidden;
}

.author-bio .name {
	font-size: 16px;
	margin-top: 0;
	text-transform: uppercase;
}

.author-bio .name a {
	color: #333;
}

.author-bio .name a:hover {
	color: #1976d2;
}

.author-bio .bio {
	font-size: 15px;
	line-height: 1.6;
	color: #666;
}

.author-bio .author-social {
	margin-bottom: 30px;
}

.single .author-bio .author-social {
	margin-bottom: 0;
}

.author-bio .author-social li:first-child {
	padding-left: 0;
}

.author-bio .author-social a {
	font-size: 16px;
	color: #bbb;
}

.author-bio .author-social a:hover {
	color: #1976d2;
}

/*------------------------------------*
	$ATTACHMENT
*------------------------------------*/
.attachment .entry-header {
	margin-bottom: 24px;
}

.attachment .entry-title {
	float: left;
	margin-bottom: 0;
}

.attachment .attachment-nav {
	font-size: 14px;
	line-height: 30px;
	float: right;
}

.attachment .hentry {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.attachment img {
	display: block;
}

/*------------------------------------*
	$CONTACT
*------------------------------------*/
.page-template-contact .hentry {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.acf-map {
	width: 100%;
	height: 400px;
	margin-bottom: 24px;
	border: 1px solid #e5e5e5;
}

/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}

/**
 * Contact form 7
 */
.wpcf7-form {
	font-size: 14px;
	font-weight: 600;
}

.wpcf7-form input {
	font-size: inherit;
	font-weight: 400;
}

.wpcf7-form textarea {
	width: 100%;
}

.wpcf7-form input[type="submit"],
.wpcf7-form button {
	font-weight: 600;
	padding: 10px 20px;
}

/*------------------------------------*
	$TEAMS
*------------------------------------*/
.team-members {
	margin-top: 48px;
}

.members {
	margin: 0;
	padding: 0;
}

.members .member {
	margin-bottom: 24px;
	list-style: none;
}

@media (min-width: 801px) {
	.members .member {
		float: left;
		width: 47.5%;
		margin-right: 1.25%;
		margin-left: 1.25%;
	}
	.members .member:nth-child(2n) {
		float: right;
	}
	.members .member:nth-of-type(2n+1) {
		clear: left;
	}
}

.members .member .member-photo {
	width: 100px;
	max-width: 100%;
	margin: 0 auto 24px;
}

@media (min-width: 479px) {
	.members .member .member-photo {
		float: left;
		margin-right: 30px;
	}
}

.members .member .member-photo img {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 50%;
}

.members .member .member-photo .member-social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.members .member .member-photo .member-social li {
	font-size: 12px;
	display: inline-block;
	margin: 0;
}

.members .member .member-photo .member-social a {
	color: #333;
}

.members .member .member-photo .member-social a:hover {
	color: #1976d2;
}

.members .member .member-content {
	position: relative;
	overflow: hidden;
}

.members .member .member-content:before {
	position: absolute;
	top: 0;
	width: 56px;
	height: 3px;
	content: "";
	background: #dededc;
}

.members .member .member-content .member-name {
	margin: 10px 0 0;
}

.members .member .member-content .member-position {
	color: #999;
}

.members .member .member-content .member-desc {
	line-height: 1.5em;
}

/*------------------------------------*
	$STATE
*------------------------------------*/
.no-js .hide-if-no-js {
	display: none;
}
/*# sourceMappingURL=style.css.map */

.c-single-content-under{
    width: 100% !important;
}
.c_article_list_under_single {
    padding: 0px;
    width: 105%;
    overflow: hidden;
}
.c_article_list_under_single > li:nth-of-type(4n+1) {
    clear: left;
}
.c-single-thumbnail-right{
    width: 75px;
    height: 75px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.c-category-thumbnail-right{
    width: 100%;
    height: 75px;
    overflow: hidden;
    background-size: cover;
}
.modern-block .small-post .c-a-thumb-cate{
    max-width: 100%;
    width: 100%;
}
#c-related-posts {
    float: left;
}
#c-related-posts .post-detail a{
    color: #3d455c;
}
#c-related-posts .post-detail {
    position: relative;
    padding: 10px 0px;
    min-height: 84px;
}
.c-first-cat{
    top: 5px;
    background: #02020275;
    border-left: 3px orange solid;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
.c-first-cat a{
    font-size: 12px;
    font-weight: bold;
}
body.single #id-article-body{
    float: right;
    width: 572px;
    margin-top: 14px;
    position: relative;
}
body.single .c-single-article-left{
    width: 200px;
    float: left;
}
body.single .c-single-content-block{
    width: 800px;
    margin-right: 0px;
}
#c-related-posts .entry-title a, .c_str_cut_word{
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#id_article_list_right{
    width: 300px;
}
.c_under_single{
    width: 267px;
    margin-right: 20px;
    float: left;
    display: block;
    margin-bottom: 20px !important;
}
.c_menu_fixed{
    width: 100%;
    top: 0px;
    left: 0px;
    background: #f4f4f4;
    position: fixed;
    z-index: 1000;
}
.c_logo_icon {
    float: left;
    width: 67px;
    height: 50px;
    background: #111 url(./../img/logo-icon.png) no-repeat center;
    background-size: 67% auto;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
#id_top_logo img{
    height: 22px;
    float: left;
}
#id_top_logo{
    padding: 14px 5px 14px 10px;
    height: 50px;
    float: left;
    position: relative;
}
#id_top_logo:after {
    content: 'VN';
    position: absolute;
    right: -10px;
    top: 0;
    font-weight: bold;
    font-size: 11px;
    color: #00d300;
}
h1#id_top_logo:after {
    top: -7px;
    font-family: "Merriweather";
}
#id-secondary-navigation{
    background: #fff;
    border-top: 1px #f7b900 solid;
    margin-top: -1px;
    float: left;
    width: 100%;
}

.site-header .social-icons a {
    font-size: 18px;
    color: #222;
    padding: 16px 2px;
}

#id_top_bar_right{
    height: 50px;
    width: auto;
}
.c-thumbnail-link{
    width: 100%;
    height: 170px;
    background: #f1f1f1;
    background-size: cover;
    background-position: center;
}
.c-thumb-link-4item{
    width: 100%;
    height: 140px;
    background: #f1f1f1;
    background-size: cover;
    background-position: center;
}

.c-border-img:after {
    border: 1px solid rgba(0, 0, 0, .1);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.c_str_cut {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
}
.c_str_cut_2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
}
.c_str_cut_4 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
}
.c-entry-header{
    display: inline-block;
}
#category-content-layout-1,
#category-content-default,
#hp_index{
    margin-top: 15px;
}
#hp_index{
    display: inline-block;
    width: 100%;
}
#id_entry_thumb_left{
    width: 100%;
    height: 100px;
    background: #f1f1f1;
    background-size: cover;
    background-position: center;
}
#id_entry_title{
    font-size: 20px;
}
#desktop #id_entry_title, #tablet #id_entry_title{
    min-height: 52px;
    min-height: 26px;
    margin-bottom: 8px;
}
#id-entry-wrapper{
    min-height: 385px;
    padding-bottom: 0px;
}
.c_menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 123;
    -webkit-box-shadow: 0 1px 20px rgba(153, 153, 153, .2);
    box-shadow: 0 1px 20px rgba(153, 153, 153, .2);
}

#id-panel-grid-cell {
    width: 32%;
    float: left;
}
#id-panel-grid-cell:nth-of-type(2),
#id-panel-grid-cell:nth-of-type(5),
#id-panel-grid-cell:nth-of-type(8),
#id-panel-grid-cell:nth-of-type(11),
#id-panel-grid-cell:nth-of-type(14)
{
    margin-left: 2%;
    margin-right: 2%;
}
#id-panel-grid-cell:nth-of-type(3n+1) {
    clear: left;
}
#id_thumb_child{
    
}
.bold{
    font-weight: bold;
}
.c-cat-links a {
    font-size: 16px;
    background: none;
    padding: 7px 10px;
    background: #ffc107;
    border: 1px #080808 solid;
	border-radius: 6px;
	color: #333;
}
#menu-secondary-items > .c-active{
    background: #f7b900 !important;
}
.c-active > a > .column-heading{
    color: #f7b900 !important;
}
.c-section-title{
    margin-bottom: 12px;
}
.c-search-area{
    float: left;
    width: 100%;
}
.search-toggle{
    width: 50px;
    background: #fff;
}
.search-toggle[show-search="1"]{
    background: grey;
    background: #999;
    color: white;
    font-size: 20px;
}
.id_logo_lang{
    position: absolute;
    top: 1px;
    right: -6px;
    font-size: 10px;
    font-weight: bold;
    font-family: Roboto;
    text-transform: uppercase;
}
.c-single-article-left .first-cat{
    top: 4px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}
.c_ul_list_image_single_art{
    list-style: none;
    width: 100%;
    clear: left;
    float: left;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.c_ul_list_image_single_art li{
    width: 32%;
    height: 120px;
    float: left;
    margin-bottom: 2%;
    background-size: cover;
    background-position: center;
}
.c_ul_list_image_single_art li:nth-of-type(2),
.c_ul_list_image_single_art li:nth-of-type(5),
.c_ul_list_image_single_art li:nth-of-type(8),
.c_ul_list_image_single_art li:nth-of-type(11),
.c_ul_list_image_single_art li:nth-of-type(15),
.c_ul_list_image_single_art li:nth-of-type(18)
{
    margin-left: 2%;
    margin-right: 2%; 
}
.c_ul_list_image_single_art_1 li{
    width: 100%;
    height: auto;
    background: none !important;
}
.c_ul_list_image_single_art_1 li img{
    display: block !important;
    width: 100%;
}
.c_ul_list_image_single_art_2 li:nth-of-type(2){
    padding: 0px;
    margin: 0px;
}
.c_ul_list_image_single_art_2 li{
    width: 49%;
    height: 200px;
    padding: 0px;
    margin: 0px;
}
.c_ul_list_image_single_art_2 li:nth-of-type(1){
    margin-right: 1%;
}
.c_ul_list_image_single_art_2 li:nth-of-type(2){
    margin-left: 1%;
}
.c_box_img img{
    height: auto;
    margin: 0px auto;
    border-radius: 4px;
}
.c_box_img{
    width: 100%;
    clear: left;
    background: #f7f7f7;
    margin: 15px 0px;
}

figcaption{
    text-align: center;
    padding: 4px 0px;
}
.c_section{
    float: left;
    width: 100%;
}
.section_input_search{
    padding: 0px 150px;
}
.box_input_search{
    position: relative;
    width: 100%;
}
.section_input_search svg{
    height: 20px;
    position: absolute;
    top: 14px;
    left: 14px;
}
.single .c-search-area, .page-template-search .c-search-area,
.home .c-search-area, .page-template-search .c-search-area{
    display: block;
    min-height: 90px;
}
.c_hr_class{
    display: none;
}
.mega-links-di-chuyen, .mega-links-di-chuyen li, .mega-links-the-gioi, .mega-links-the-gioi li, .mega-links-viet-bai, .mega-links-viet-bai li{
    width: 200px !important;
}
.c_walker{
    float: right;
    font-size: 14px;
    font-weight: bold;
}
.c_walker_img{
    width: 32px;
    height: 32px;
    background: #aaa;
    border-radius: 20px;
    float: left;
    margin: 8px 0px 8px 6px;
    position: relative;
}
.c_walker_img:after{
    border: 1px solid rgba(0, 0, 0, .2);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
}
.c_walker_name{
    float: left;
    padding: 0px;
}
.ul_text_login{
    float: left;
    position: relative;
    z-index: 123;
    margin: 8px 0px 8px 7px;
    list-style: none;
    padding: 0px;
}
.ul_text_login > li{
    position: relative;
    display: inline-block;
    border-left: 1px #ccc solid;
}
.ul_text_login > li > span{
    padding: 4px 8px 5px 8px;
    float: left;
    cursor: pointer;
}
.ul_text_login:hover > li > ul{
    display: block;
}
.ul_text_login:hover > li{
    background: #ddd;
}
.ul_text_login > li > ul{
    top: 33px;
    right: 0px;
    position: absolute;
    margin: 0px;
    list-style: none;
    padding: 0px;
    min-width: 160px;
    display: none;
    background: #ddd;
}
.ul_text_login > li > ul > li{
    padding: 6px 10px;
    cursor: pointer;
}
.ul_text_login > li > ul > li:hover{
    background: #ccc;
}
.c_walker_img img{
    width: 100%;
    border-radius: 20px;
}
.single-walker .entry-title {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 0;
}
.a_edit_title_story {
    background: #03a9f4;
    border: 1px #2196F3 solid;
    padding: 6px 10px;
    box-sizing: border-box;
    font-size: 17px;
    border-radius: 4px;
    margin-top: 3px;
    margin-right: 10px;
    float: left;
    color: white !important;
}
.web_footer_manage_label_01 {
    font-size: 15px;
    padding: 15px 0px 5px 0px;
    float: left;
    width: 100%;
}
#id-footer .widget-title{
    font-size: 17px;
    width: 100%;
}
#id-footer{
    margin-bottom: -28px;
}
.web_footer_admin_label_ul{
    text-align: left; list-style: none;margin: 0;padding:0;
}
.web_footer_admin_label_ul li{
    padding-bottom: 10px;
    width: 100%;
    float: left;
}
.c_footer_logo_yellow{
    margin: 20px 0px;
    width: 300px;
}

.web_footer_address_label_ul li{
    width: 100%;
    padding-bottom: 10px;
}

.button_menu, .button_menu svg{
    width: 50px;
    height: 50px;
    float: right;
    padding: 9px;
}
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  background: none;
  box-shadow: none !important;
}
#menu-mobile-items .c_menu_child > li > a:before{
    margin-top: 8px;
}
.button_menu .line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.button_menu .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.button_menu .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.button_menu .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.web_footer_admin_img{
    width: 145px;
}
.c_menu_item_search .section_input_search{
    padding: 0px 20px;
}

.entry-share li a {
    min-width: 30px;
    min-height: 30px;
}
.entry-share a {
    padding: 7px;
    height: 30px;
}
.admin-bar .c_menu_fixed{
    padding-top: 32px;
}
#wp-admin-bar-wp-logo, #wp-admin-bar-wpseo-menu, #wp-admin-bar-updates, #wp-admin-bar-customize, #wp-admin-bar-comments, #wp-admin-bar-site-name .ab-sub-wrapper{
    display: none !important;
}
#wpadminbar #wp-admin-bar-site-name>.ab-item:before{
    display: none;
}
#wpadminbar {
    background: #f5f5f5 !important;
}
#wpadminbar .ab-empty-item, #wpadminbar a.ab-item, #wpadminbar>#wp-toolbar span.ab-label, #wpadminbar>#wp-toolbar span.noticon {
    color: #000 !important;
}
#wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before{
    color: #333 !important;
}

#wpadminbar .ab-top-menu>li.hover>.ab-item,
#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,
#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus {
	background: #ffc107 !important;
	color: #fff !important;
}
#ab-sub-wrapper{
    background: #fff !important;
}
#wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input{
    background: white !important;
}
#wpadminbar .quicklinks .menupop ul li:hover{
    background: #ffc107 !important;
}
#wpadminbar #wp-admin-bar-user-info span{
    height: auto !important;
}
#wpadminbar a, #wpadminbar p {
    font-family: Roboto;
}
#toc_container {
    padding: 0px 20px;
    box-sizing: border-box;
    background: #fff3cf;
    width: 100%;
    clear: left;
    overflow: hidden;
    margin: 15px 0px;
    border-radius: 6px;
}
#toc_container > ul, #toc_container > ul > li > ul{
    padding: 10px 0px;
    margin: 0px;
    list-style: none;
}
.c_input_id{
    width: 70px;border: none;background: #eee;box-sizing: border-box;padding: 0px 10px;font-size: 14px;text-align: center;margin-bottom: 2px;
}
[id*="MarketGidComposite"] .mcdomain
{
    display: none !important;
}
.google-auto-placed ins{
    max-width: 1130px !important;
}
#toc_container .toc_title{
    margin: 10px 0px 0px 0px;
}

.c_post_content .google-auto-placed {
    margin-bottom: 22px;
}
.menu-secondary-containers .menu-secondary-items a[href="#pll_switcher"]{
    padding-left: 6px;
    padding-right: 6px;
    background: #f8f8f8;
}
.menu-secondary-containers .menu-secondary-items a[href="#pll_switcher"] span,
#menu-mobile-items span.column-heading img,
.menu-secondary-containers span.column-heading img{
    display: none;
}
.menu-secondary-containers .menu-secondary-items a[href="#pll_switcher"] + ul{
    width: 150px!important;
        padding: 0px;
}
.menu-secondary-containers .menu-secondary-items a[href="#pll_switcher"] + ul > li{
    width: 100%!important;
}
.menu-secondary-containers .menu-secondary-items a[href="#pll_switcher"] + ul > li:hover a span{
    color: #ffc107!important;
}
#toc_container p{
    margin: 10px 0px 0px 0px !important;
}
.c_gmconnect:before{
    content: "www.alongwalker.info@gmail.com";
    font-weight: bold;
}

#primary{
    float: left;
}

#id_article_list_right{
    float: right;
}

/*.c_box_img,
.c_box_img > div,
.c_box_img > p,
.c_box_img > em,
.c_box_img > b,
.c_box_img > span,
.c_box_img > font
{
    width: 100%;
    height: 400px;
    background: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.mobile .c_box_img,
.mobile .c_box_img > div,
.mobile .c_box_img > p,
.mobile .c_box_img > em,
.mobile .c_box_img > b,
.mobile .c_box_img > span{
    width: 100%;
    height: 250px;
    background: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
}*/


.c_box_img{
    margin: 15px 0px;
}

.c_box_img img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.dspflex {
    display: flex;
    flex-wrap: wrap;
}
.dspflex img{
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
.lazy_success{
    display: inline-block !important;
}
.ads_fullbox, .ads_fullbox_under, .ads_fullbox_term, .ads_fullbox_homepage{
    width: 100%;
    height: 300px;
}
.ads_fullbox{
    margin-top: 30px;
}
.ads_fullbox_under{
    margin-top: 0px;
    margin-bottom: 45px;
}
.ads_fullbox_term{
    margin-top: 15px;
    margin-bottom: 45px;
}
.ads_fullbox_homepage{
    margin-top: 0px;
    margin-bottom: 15px;
}
.c_post_content iframe{
    margin-bottom: 15px;
}

.nav-aside::-webkit-scrollbar{
  width: 20px;
}

.nav-aside::-webkit-scrollbar-track{
  background-color: transparent;
}

.nav-aside::-webkit-scrollbar-thumb{
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.nav-aside::-webkit-scrollbar-thumb:hover{
  background-color: #a8bbbf;
}

.nav-aside{
    height: 512px;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 50px;
}

.c_body_overflow{
    overflow: hidden;
}

.c_bgopacity {
    background: black;
    width: 100% !important;
    height: 100% !important;
    top: 0px;
    height: 0px;
    z-index: 1;
    position: fixed;
    opacity: 0.85;
}
.the_content *, .the_content{
    word-break: break-word;
}
#c_li_h3{
    padding-left: 15px;
    list-style: none;
}
.aw_mail:before{
    content: 'www.alongwalker.info@gmail.com';
}
.aw_mail_1:before{
    content: 'vn.alongwalker.co@gmail.com';
}
.aw_mail_2:before{
    content: 'ads.alongwalker.co@gmail.com';
}
img[width="16"][height="16"]{
    width: 16px;
    height: 16px;
    margin-right: 3px;
}
.sc_video_shortcode_iframe[src*=".mp4"]{
    width: 100%;
    min-height: 322px;
    border: none;
}
#mobile .sc_video_shortcode_iframe[src*=".mp4"]{
    min-height: 250px;
    border: none;
}
pre{
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.ul_province{
    width: 100%;
    display: inline-block;
    background: #fffbd5;
    padding: 20px 0px 20px 67px;
    box-sizing: border-box; 
    border: 2px #ffc107 solid;
    position: relative;
    border-radius: 8px;
}
.ul_province:before{
    content: "Khám phá trải nghiệm Việt Nam";
    position: absolute;
    top: -31px;
    left: -3px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.page404 .ul_province:before, .ul_prov_footer:before{
    content: "";
}
.ul_prov_footer{
    background: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-bottom: 30px;
    border: none;
}
.ul_province li{
    float: left;
    width: 16.6666%;
    padding: 4px 0px;
}
#mobile .ul_province{
    padding: 10px;
}
#mobile .ul_prov_footer{
    padding: 0px;
}
#mobile .ul_province li{
    width: 50%;
    list-style: none;
    padding: 4px 0px 4px 15px;
}

.ul_district_single {
    width: 100%;
    display: inline-block;
    background: #fffbd5;
    padding: 20px 0px 20px 54px;
    box-sizing: border-box; 
    border: 2px #ffc107 solid;
    position: relative;
    margin-top: 0px;
}

.ul_district_single li {
    float: left;
    width: 33.3333%;
    padding: 4px 0px;
}

#mobile .ul_district_single{
    padding: 10px;
}
#mobile .ul_district_single{
    padding: 13px 0px 13px 13px;
}
#mobile .ul_district_single li{
    width: 50%;
    list-style: none;
    padding: 4px 0px 4px 15px;
}
.btncontactads{
    float: right;
    padding: 5px 17px;
    background: #1dbf23;
    border-radius: 28px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}
.the_content video, .wp-video{
    width: 100%!important;
    height: auto!important;
    border-radius: 6px;
}

.sns_share {
    text-decoration: none!important;
    border-bottom: none;
    /* background: #d705a0; */
    padding: 4px 10px;
    margin-top: -1px;
    color: #ffc107;
    border-radius: 4px;
    border: 1px #ffc107 solid;
    font-size: 13px;
    font-weight: normal;
    border: none;
}

.c_play_button, .c_play_button_mini {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0px;
    width: 50px;
    height: 50px;
    background: #ffffff54;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #d40916 !important;
    z-index: 11111;
}
.c_icon_play {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #1fe827;
    font-size: 0;
    top: 13px;
    left: 18px;
    position: absolute;
}
.c_play_button:hover .c_icon_play{
    border-left: 20px solid #ffc107;
}
.c_play_button_mini {
    width: 32px;
    height: 32px;
}
.c_play_button_mini .c_icon_play {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #1fe827;
    font-size: 0;
    top: 10px;
    left: 13px;
    position: absolute;
}
.single_content_alert{
    float: left;
    width: 100%;
}
.single_content_alert_1, .single_content_alert_2, .single_content_alert_3{
    float: left;
    width: 100%;
    color: white;
    font-size: 13px;
    margin: 0;
}
.single_content_alert:before{
    content: "Tuyên bố miễn trừ trách nhiệm: Thông tin được cung cấp trong bài viết đã ghi rõ nguồn và chỉ mang tính chất tham khảo. Trang web blog cá nhân không chịu bất kỳ trách nhiệm nào nếu bạn sử dụng những thông tin này để đưa ra quyết định.";
}
.single_content_alert_1:before{
    content: "+ Trang web tìm kiếm (Phiên bản Start Up) tiếng việt đang hoạt động thử nghiệm. Mọi đóng góp, donate giúp đỡ, phản ánh và góp ý bạn vui lòng gửi về email vn.alongwalker.co@gmail.com";
    color: #fff;
}
.single_content_alert_2:before{
    content: "+ Trong quá trình thử nghiệm web/ứng dụng tìm kiếm thông tin du lịch rất khó tránh khỏi thiếu sót. Rất mong được độc giả cảm thông và góp ý tích cực về email để giúp AlongWalker ngày một hoàn thiện & phát triển.";
    color: #fff;
}
.single_content_alert_3:before{
    content: "+ Thông tin được cung cấp trong bài viết đã ghi rõ nguồn và chỉ mang tính chất tham khảo. Trang web blog cá nhân không chịu bất kỳ trách nhiệm nào nếu bạn sử dụng những thông tin này để đưa ra quyết định.";
    color: #fff;
}
code br:last-child{
    display: none;
}