/*
Theme Name: SpyLoaded Theme
Theme URI: http://spyloaded.com
Author: NIL
Author URI: NIL
Description: SpyLoaded Theme is clean, responsive, and modern. Suitable for music, video and news blogs, it's SEO friendly and customizable. 
Version: 4.0
License: GNU General Public License v2 or later
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, right-sidebar, left-sidbar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, sticky-navigation, threaded-comments, translation-ready
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Spyloaded.net
*/

/** TABLE OF CONTENTS:
-----------------------------------------------------------
 * 1.0 - Normalize
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Navigation
	 * 5.1 - Links
	 * 5.2 - Menus
 * 6.0 - Accessibility
 * 7.0 - Alignments
 * 8.0 - Clearings
 * 9.0 - Widgets
 * 10.0 - Content
		* 10.1 - Posts and pages
 * 11.0 - Asides
	 * 11.1 - Comments
 * 12.0 - Infinite scroll
 * 13.0 - Media
	 * 13.1 - Captions
	 * 13.2 - Galleries
 * 14.0 - Layout
*/

/** 1.0 - Normalize
-----------------------------------------------------------*/
html {
	font-family: 'Open Sans', Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	position: relative;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 1em;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 0em;
}

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

blockquote {
   border-left:2px solid #ddd;
   margin:0 0 0 5px;
   padding-left:5px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #333; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.wp-post-image { 
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

a.btn-now {
    background: #800 no-repeat !important;
    position: relative;
    border: 1px solid #800 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    display: inline-block !important;
    padding: 10px 40px 10px 10px !important;
    letter-spacing: 0 !important;
    
  
}

a.btn-now::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 0px;
    height: 35px;
    width: 35px;
    background: url(http://spyloadedng.com/icons/download_arrow.gif) no-repeat !important;
    background-size: 35px !important;
}

.main-navigation {
	box-shadow: 4px 7px 5px 0 rgba(0, 0, 0, 0.32);

	color: #efefef;
	/*max-width: 990px;
	margin: 0 auto;*/
	position: relative;
}

.main-navigation ul {
	list-style: none;
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 990px;

	background-color: #373636;
	background-size: 100% auto;

	background-image: -o-linear-gradient(center top , #373636 0%, #141414 100%);
	background-image: -moz-linear-gradient(center top , #373636 0%, #141414 100%);
	background-image: -webkit-linear-gradient(center top , #373636 0%, #141414 100%);
	background-image: -ms-linear-gradient(center top , #373636 0%, #141414 100%);
	background-image: linear-gradient(center top , #373636 0%, #141414 100%);

	display: none;
}

.main-navigation ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 12 0px;
	text-shadow: 1px 2px 5px #000;
	text-align: center;
	margin: 0 2px;
}

.main-navigation .menu > li > a {
	text-decoration: none;
	float: left;
	padding: 12px 25px;
}

.main-navigation ul > li {
	background: transparent url(images/nav-line.png) no-repeat scroll 100% 50%;
	float: left;
	font-size: 13px;

	text-transform: uppercase;
}

.main-navigation ul ul > li {
	background-image: none;
}

/* */
.main-navigation ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

.main-navigation .menu-item-has-children a:after {
	content: "\f107";
	font-family: FontAwesome;
	margin-left: 10px;
}

/* */

.main-navigation ul ul li {
	float: none;
	min-width: 220px;
	border-top: 0;
	padding: 0;
	position: relative;
}

.main-navigation .menu > li ul > li > a {
	padding: 12px 20px;
	text-align: left;
	text-transform: uppercase
}

.main-navigation .menu li li > a:after { display: none; }
.main-navigation .menu li > a:only-child:after { display: none; }

.main-navigation ul > li:hover > a, 
.main-navigation ul > .current-menu-item > a,
.main-navigation ul > .current-menu-parent > a,
.main-navigation ul > .current-menu-ancestor > a {
	background: linear-gradient(#ea240d 30%, #A2240D);
	border-radius: 3px;
	position: relative;
}

.main-navigation .open { display: block; }

/* nested menus */

	/* 1st level */
	.main-navigation .menu > li > ul { 
		top: 44px;
		border-radius: 0;
		border: 0;
		background: #353535;
	}
	
	/* 1st to nth level links */
	.main-navigation .menu > li li a {
		float: none;
		display: block;
		text-decoration: none;
		padding: 6px 25px;
		text-transform: none;
		
		/* prevent visibility:hidden delays */
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		
		}
	
	.main-navigation .menu ul li {
		float: none;
		min-width: 220px;
		border-top: 0;
		padding: 0 0;
		position: relative;
	}
	
	.main-navigation .menu ul {
		position: absolute; 
		overflow: visible;
		visibility: hidden;
		display: block; 
		opacity: 0;
		
		z-index: 100;
	}

		/* 2nd+ level */
		.main-navigation .menu ul ul {
			background: #141414;
			left: 100%;
			top: 0;
			display: none;
		}

		.main-navigation .menu ul li:hover ul { display: block; }

		.main-navigation .menu li .menu-item-has-children > a:after {
			content: "\f105";
			float: right;
			display: inline;
			font-family: FontAwesome;
			margin-left: 10px;
		}
	
		.main-navigation li:hover > ul { visibility: visible; opacity: 1; }
	
	/* nth level hover or current active item */
	.main-navigation .menu li li:hover, 
	.main-navigation .menu li li.current-menu-item { background: #a2241d; }

	.main-navigation.fixed { position: fixed; }

/** Sticky Navigation Bar **/
.admin-bar .main-navigation.fixed { top: 32px; }
	
.main-navigation.fixed {
	position: fixed;
	top: 0;
	margin: 0 auto;
	max-width: 990px;
	width: 100%;
	z-index: 999999;
}

@media screen and ( max-width: 599px ) {
	.main-navigation {
		background: #141414;
	}

	.main-navigation ul {
		background-image: none;
	}

	.admin-bar .main-navigation.fixed { top: 0; }

	.main-navigation ul > li {
		background: transparent;
		float: none;
		display: block;
		overflow: hidden;
	}

	.main-navigation .menu ul {
		position: relative;
		display: none;
	}

	.main-navigation .menu ul ul {
		left: 0;
	}

	.main-navigation .menu ul ul {
		background: #353535;
	}

	.main-navigation ul > li:hover ul {
		display: block;
	}

	.main-navigation .menu > li > ul {
		top: 0;
		padding-left: 15px;
		display: none;
	}

	.main-navigation .menu > li > a {
		display: block;
		float: none;
		text-align: left;
	}

	.main-navigation .menu li .menu-item-has-children > a:after {
		display: none;
	}

	.main-navigation .menu-item-has-children a:after {
		content: "\f105";
		font-family: FontAwesome;
		float: right;
	}

/* Search */ 
.search-trigger {
		top: 9px;
		font-size: 24px;
	}
}

.search-trigger {
	position: absolute;
	right: 15px;
	top: 11px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.top-search {
	position: absolute;
	right: 0;
	bottom: -68px;
	z-index: 9999999;
	background: #141414;
	padding: 15px;
	display: none;
	margin: 0;
}

.top-search-box {
	height: 30px;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #cb312a;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	text-decoration: underline;
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle {
	display: inline-block;
	margin-left: 15px;
	font-size: 30px;
	cursor: pointer;
}

.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination {
	text-align: center;
	float: left;
	width: 100%;
}
.pagination { margin: 18px 0px; }

.pagination a, .pagination span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #FFF;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #DDD;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}

.pagination span:first-child, .pagination a:first-child {
	border-left-width: 1px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination span:last-child, .pagination a:last-child {
	border-right-width: 1px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination .current {
	background: linear-gradient(#cb312a, #992122);
	color: #fff;
}

.pagination a:hover, .pagination a:focus, .pagination .current {
		background-color: #F5F5F5;
}

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

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

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

.breadcrumbs {
  background: #cecece;
  padding: 15px 15px 5px;
	color: #666;
	font-weight: 600;
	font-size: 16px;
}

.breadcrumbs a {
	color: #777;
	font-weight: 400;
}

.breadcrumbs .location {
	margin-right: 21px;
	text-transform: uppercase;
}

.breadcrumbs .delim {
	padding: 0 10px;
}

.button-mini {
	cursor: pointer;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	padding: 0px 6px;
	display: inline-block;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #CCC #b3b3b3;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-radius: 4px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.back-to-top {
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 70px;
	z-index: 100;
	display: none;
	color: #fff;
	line-height: 70px;
	text-align: center;
}

.back-to-top span {
	font-size: 60px;
}

.back-to-top:hover span {
	color: #fff;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget { margin: 0 0 0.8em; }

/* Make sure select elements fit in widgets. */
.widget select { max-width: 100%; }

/* Search widget. */
.widget_search .search-submit { display: none; }

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li { margin-bottom: 12px; }

.widget-title {
	font-size: 14px;
	text-shadow: 1px 2px 5px #000;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 20px;
	margin-top: 0;
	color: #fff;
	background-color: #373636;
	background-size: 100% auto;

	box-shadow: 4px 7px 5px 0 rgba(0, 0, 0, 0.32);

	border-radius: 20px 20px 0 0;
}

.widget .mediok-list-widget { overflow: hidden; }

.widget .mediok-list-widget .post {
	overflow: hidden;
	margin-bottom: 0px;
}

.widget .mediok-list-widget .popular-post-content { float: left; }

.widget .mediok-list-widget .widget-post-thumb {
	height: 50px;
	width: 50px;
	display: block;
	float: left;
	margin-right: 15px;
}

.widget .mediok-list-widget .widget-post-title,
.widget ul li > a {
	line-height: 15px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	clear: none;
	margin: 0;
}

.widget .widget-post-meta {
	display: block;
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold;
}

/* SOCIAL WIDGET */

.social-links {
	float: left;
	margin: 10px 0;
}

.social-links li {
	border-right: 1px solid #fff;
	cursor: pointer;
	float: left;
	height: 100px;
	line-height: 18px;
	position: relative;
	width: 100px;
}

.widget .social-links li > a {
	font-family: FontAwesome;
	position: absolute;
	color: #fff;
	font-size: 28px;
	line-height: 79px;
	text-align: center;
	width: 100%;
	text-shadow: 0 6px 6px #555;
}

.social-links li span {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	height: 21px;
	cursor: pointer;
	opacity: 0.79;
}

.social-links li span:before { display: none; }

.social-block {
	display: block;
	float: right;
	height: auto;
	position: relative;
	z-index: 1000;
	margin-bottom: 5px;
}

/** The Buttons color and icon fonts */

.social-links .fb { background: #3b5998; }

.social-links .fb:before { content: "\f09a"; }

.social-links .tw { background: #55acee; }

.social-links .tw:before { content: "\f099"; }

.social-links .gp { background: #d73d32; }

.social-links .gp:before { content: "\f0d5"; }

.social-links .insta { background: #517Fa4; }

.social-links .insta:before { content: "\f16d"; }

.social-links .yt { background: #cc181e; }

.social-links .yt:before { content: "\f167"; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site { 
	position: relative;
	margin: 0 auto;
}

.site-header {
	border-top: 4px solid #cb312a;
	background: #000;
	margin: 0 auto;
}

.site-content {
	background: #fff;
}

.site-title {
	float: left;
	text-transform: uppercase;
	margin: 0;
}

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

.site-title img {
	max-width: 209px;
	width: 100%;
	height: 93px;
}

.header-ad {
	float: right;
	display: block;
}

@media screen and ( max-width: 599px ) {
	.site-title {
		float: none;
		text-align: center;
	}
	.header-ad { display: none; }
}

/* Slider */
.slider-container {
	height: 460px;
	margin-bottom: 24px;
	overflow: hidden;
}

.slider-container .bx-wrapper {
	margin-bottom: 0;
	height: 360px;
	overflow: hidden;
}

.slider-container .bx-viewport {
	box-shadow: none;
	border: none;
	height: 360px !important;
}

.slider .slide {
	height: 360px;
	position: relative;
}

.slider img {
	height: 100%;
	width: 100%;
}

.slider strong {
	z-index: 1;
	position: absolute;
	left: 10px;
	color: #fff;
	bottom: 41px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.8), rgba(200,0,0,0.2));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.8), rgba(200,0,0,0.2));
	right: 0;
	padding: 16px 14px;
}

.slider strong:hover {
	text-decoration: underline;
}

.slide-pager {
	height: 100px;

	transition: all .5s ease-out;
}

.slide-pager a {
	border-top: 4px solid #fff;
	float: left;
	overflow: hidden;
	height: 100%;
	width: 16.666666666667%;
}

.slide-pager .active { border-top: 4px solid #ff414a; }

.slide-pager img {
	width: 100%;
	height: 100%;
}

.music-player > div {
	height: 460px;
	overflow: hidden;
}

.subwrap-MI { height: 460px; }

.interaction {
        padding-top: 0.5em;
	padding-bottom: 1em;
        margin-top: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #cecece;
}
.interaction-ads {
	margin-top: 0.9em;
	margin-bottom: 0.6em;
	border-bottom: 1px solid #cecece;
}

.interaction span a {
	color: #fff;
	padding: 5px 10px;
	margin-left: 4px;
}

.interaction span a:hover {
	background: #333;
}

.facebook { background: #3b5998 }

.twitter { background: #55acee }

.email { background: #ce1e11 }

.whatsapp {background: #4CAF50;}

.single-footer {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	text-align: center;
}

.single-footer .nav-category {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	line-height: 70px;
}

.single-footer h3 {
	color: #cecece;
	font-size: 12px;
	padding: 2px 0 4px;
	margin: 0;
}

.page-header {
	margin: 0 15px 15px;
	border-bottom: 1px solid #000;
}

.no-results .page-header {
	margin-left: 0;
}

.page-title {
	padding: 0 0 10px;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}

.content-area {
	overflow: hidden;
}

.footer-links {
	background: #eee;
}

.footer-links ul {
	list-style: none;
}

.footer-links ul li {
	float: left;
	margin-right: 15px;
}

.the-thumb {}

.post-details {}

.after-content-ad {
	text-align: center;
	display: block;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Single Post */
.single .site-main .post {
	height: auto;
}

.single-title {
	font-size: 20px;
        line-height: 1.5;
	margin-top: 0;
	margin-bottom: 10px;
	color: #404040;
}
.single-meta {
    font-size: 14px;
    margin-bottom: 0px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 10px 10px;
}

.single-meta .author-avatar {
	margin-right: 10px;
}

.single-comments-link a:before {
	content: "\f075";
	font-family: FontAwesome;
	margin-right: 5px;
}

.entry {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.8;
	border-bottom: 1px solid #cecece;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.entry h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
	.entry ol,
	.entry ul {margin: 0 0 25px 20px;}
	.entry ul li {list-style: outside disc;}
	.entry ol li {list-style: outside decimal;}
		.entry li {margin: 0 0 12px 12px;}
		
	.entry #user-login ul li {list-style: inside disc;}
	.entry #user-login ul { margin-bottom: -5px; }

	.entry table {
		border: 1px solid #DFDFDF;
		background-color: #F9F9F9;
		width: 100%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
		color: #333;
		border-collapse: separate;
		border-spacing: 0;
	}
		.entry table td,.entry table th {	border-top: 1px solid white;border-bottom: 1px solid #DFDFDF;color: #555;}
		.entry table th {
			text-shadow: 0 1px 0 #fff;
			font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
			font-weight: normal;
			padding: 7px 7px 8px;
			text-align: left;
			line-height: 1.3em;
			font-size: 14px;
		}
		.entry table td {font-size: 12px;padding: 4px 7px 4px;vertical-align: top;}

.single-post-nav .nav-category a {
	color: #ccc;
}

/* Posts on front page */
.site-main .post {
	height: 210px;
	overflow: hidden;
	position: relative;
}

.category-left {
	background: #cb312a;
	font-weight: 600;
	top: 10px;
	left: 10px;
	color: #FFF;
	padding: 2px 7px;
	position: absolute;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	cursor: default;
	z-index: 2;

	transition: all .5s ease-out;
}

.category-left a,
.category-left a:hover {
	color: #fff;
	text-decoration: none;
}

.category-left a:hover {
	opacity: .8;
}

.entry-header {
	position: relative;
	height: 210px;
}

.page .entry-header {
	height: auto;
}

.entry-header .wp-post-image {
	height: 210px;
}

.sticky .entry-post:before {
	font-family: "Genericons";
	content: "\f308";
	vertical-align: top;
	padding-right: 4px;
	display: inline-block;
}

.entry-post {
	position: absolute;
	bottom: 0px;
	z-index: 1;
	left: 1px;
	right: 1px;
	font-family: "Open Sans",arial,sans-serif;
	margin: 0;
	background: rgba(0, 0, 0, 0.65) none repeat scroll 0% 0%;
	border-left: 3px solid rgb(203, 49, 42);
	padding: 5px;
	font-weight: 600;
	font-size: 15px;
}

.page .entry-post {
	background: transparent;
	border: none;
	font-size: 30px;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
}

.entry-post a {
	color: #fff;
}

.entry-post a:hover {
	color: #fff;
	opacity: .9;
}

.entry-meta .posted-on {
	position: absolute;
	z-index: 1;
	top: 37px;
	left: 10px;
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 3px solid orange;
}

.entry-meta .posted-on:hover { border-color: #cb312a; }

.entry-meta .posted-on a {color: #fff; }

.entry-meta .posted-on a:hover { text-decoration: none; }

.entry-footer .comments-link {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 10px;
}

.entry-footer .comments-link a {
	color: #FFF;
	position: absolute;
	right: 18px;
	top: 18px;
	font-size: 13px;
}

.entry-footer .comments-link:after {
	content: "\f0e5";
	font-family: FontAwesome;
	position: absolute;
	z-index: 1;
	right: 8px;
	color: #fff;
	font-size: 28px;
	top: 7px;
}

.post-bg {
	background: url(images/post-bg.png);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
}

.slider .post-bg {
	left: 0;
	right: 0;
}

.post-bg:hover,
.wp-post-image:hover {
	opacity: .8;
	box-shadow: 3px 2px 6px #000;
}

.post-nav {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #000;
	margin-top: 13px;
}

.site-footer .site-info {
	background: #000;
	padding: 15px;
	color: #fff;
}

.light-title {
	font-size: 14px;
	line-height: 18px;
	background: #eee;
	padding: 5px 10px;
	font-weight: normal;
}

.related-posts ul {
	padding: 0;
	list-style: none;
}

.related-posts ul li img {
	height: 160px;
	width: 160px;
	margin-bottom: 10px;
}

.single-post-tags {
	border-bottom: 1px solid #cecece;
	padding-bottom: 15px;
	color: #404040;
}

.single-post-tags a {
	background: #cecece;
	color: #404040;
	margin-right: 10px;
}

.single-post-tags a:hover {
	background: #cb312a;
	color: #fff;
}

.author-box {
	overflow: hidden;
}

.author-box h3 {
	margin: 15px 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #cecece;
	font-size: 16px;
	text-transform: uppercase;
}

.author-box .avatar {
	float: left;
	margin-right: 8px;
}

.author-box .author-name {
	text-transform: uppercase;
	margin-bottom: 8px;
}

.author-box .author-name,
.author-box .author-desc {
	display: block;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title { display: block; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

.comment-field { margin-left: 50px; }

.comment-author { margin-top: 0px; }


/** Comments **/
.heading-title {
	color: #000;
	border-bottom: 1px solid #000;
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}

/* Comments */
#comments .content-head {
	display: block;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.comments-list { margin-bottom: 10px; clear: both; overflow: hidden; }

.children .list-item { border: none; }
	
	.comments-list .comment-meta { font-size: 12px; }
	
	.comment-meta a, .comment-meta a:visited, .comment-meta .comment-author {
		text-transform: inherit;
		color: #606569;
		margin: 0 2px 0 0;
		display: inline-block;
	}
	
	.comment-meta .comment-edit-link { color: #a6a6a6; }
	
	.comments-list .bypostauthor .comment-author a { color: #e54e53; }
	
	.comments-list .comment-content {
		font-size: 16px;
		position: relative;
		padding-bottom: 10px;
		clear: both;
		margin-top: -20px;
	}
	
	.comments-list .comment-content p { margin-bottom: 0; }
	
	.comment-content .reply {
		position: absolute;
		bottom: -1px;
		right: 0;
		color: #a6a6a6;
		font-size: 12px;
		border-bottom: 1px solid #e54e53;
	}
	
	.comment-content .reply a {
		color: inherit;
		padding: 5px 0;
		text-transform: uppercase;
		display: block;
	}
	
	.comment-content .reply a:hover { text-decoration: none; }
	
	.comment-content .reply .fa {
		font-size: 13px;
		color: #b4b4b4;
		margin-left: 5px;
	}

	.children .w570 { width: 509px; }

/* comment nav */
.comment-nav {
	overflow: hidden;
	font-size: 13px;
	margin: -14px 0 28px 75px; /* 42-14=28px for top */
}

	.comment-nav .nav-previous { float: left; }
	.comment-nav .nav-next { float: right; }
	.comment-nav a { color: #606569; }

/* comment form */
.comment .comment-respond {
	margin-left: 75px;
	margin-top: 10px; 
}

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

	.comment-respond .section-head { display: block; }

	.comment-respond p { font-size: 13px; }
	
	.comment-respond small {
		float: right;
		margin-top: -24px;
		font-size: 12px;
		font-family: "Open Sans", Arial, sans-serif;
		margin-right: 12px;
	}
	
	.comment-respond small a { color: #a6a6a6; }

	
	.comment-respond .form-submit { overflow: hidden; }
	
	#comment-submit, .submit-button { 
		float: right;
		margin: 0;    
	}

	.commenter-avatar { margin-right: 10px; }

.comment-respond .comment-form-element,
.comment-respond textarea {
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 1px 2px 5px -1px #CCC;
	background: transparent linear-gradient(#EEE, #FFF) repeat scroll 0% 0%;
	margin-bottom: 10px;
	padding: 5px 15px;
}

.comment-respond .submit {
	box-shadow: none;
	background: #cb312a;
	color: #fff;
	border: 0;
	height: 35px;
	width: 121px;
	border-radius: 0;
}

.list-item {
	position: relative;
	border-bottom: 1px dotted #999;
	padding: 9px 0px;
}

.list-item-date {
	font-size: 11px;
	line-height: 8px;
	margin: 5px 0 0 5px;
	color: #777;
}

.list-comment-controls {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}

.list-comment-controls span,
.list-comment-controls span a,
.list-comment-controls li a {
	border: medium none;
}

.list-comment-controls a,
.list-comment-controls span {
	padding: 0 5px;
	border-left: 1px solid #CCC;
}

.list-comment-controls a,
.list-comment-controls span { float: left; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}

.container:after,
.container:before,
.row:after,
.row:before,
.clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
}

.container:after,
.row:after,
.clearfix:after {
	clear: both;
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 990px
    }
}

@media (min-width:1000px) {
	.container {
		width: 990px
	}

	.col-lg-4,
	.col-lg-6,
	.col-lg-8,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.w-full {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.w-990 {
	max-width: 990px;
}

.ptop-15 {
	padding-top: 15px;
}

.pbottom-15 {
	padding-bottom: 15px;
}

.page-link{
		margin: 4px 0 0;
		padding: 8px;
		background: #f6f6f6;
	}
		.page-link a {
			color: #FFF;
			padding: 5px 6px;
			background: #999;
		}
		.page-link a:hover {background: #777;}

		#author,
#email,
#url {
    color: #1d1d1d;
    width: 100%
}

#respond {
    background: #fbfbfb;
    padding: 0 10px
}

#respond input[type=text],
textarea {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    outline: 0;
    padding: 3px 0 3px 3px;
    margin: 5px 1px 3px 0;
    border: 1px solid #DDD;
    width: 100%
}

#respond input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    margin: 5px 1px 3px 0;
    border: 2px solid rgba(81, 203, 238, 1);
    width: 100%
}

#author,
#email {
    font-family: "Open Sans", "Droid Sans", Arial;
    letter-spacing: .1em
}

#url {
    font-family: "Luicida Console", "Courier New", Courier, monospace
}

#submit {
    background: -moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
    background-color: #44c767;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    padding: 8px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #2f6627
}

#submit:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #5cbf2a), color-stop(1, #44c767));
    background: -moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
    background-color: #5cbf2a
}

#submit:active {
    position: relative;
    top: 1px
}

#respond:after,
.comment-navigation,
.comment-navigation:after,
.comment-rss,
h3#comments {
    display: block
}

ol.commentlist {
    width: 100%;
    border-bottom: 1px solid #ccc
}

#respond h3,
h3#comments {
    height: auto;
    text-align: left;
    background: #ddd;
    color: #111;
    padding: 5px 0 0 5px;
    margin-left: -10px!important;
    margin-right: -10px!important
}

#respond h3,
form#commentform,
input#submit,
li.authorcomment,
li.comment,
ol.commentlist {
    margin: 0
}

form#commentform,
ol.commentlist,
ol.commentlist ul {
    padding: 0
}

ol.commentlist ul {
    margin: 0 0 0 20px
}

li.even,
li.odd {
    margin-right: 4px
}

form#commentform input,
form#commentform textarea,
li.authorcomment,
li.comment {
    border: 1px solid #ccc;
}

li.authorcomment,
li.comment {
    padding: 10px 0 0 10px;
    list-style: none;
    border-bottom: none;
    margin: 5px;
    border-radius: 10px;
    border-bottom: 1px solid #ddd;
}

.comment li.even {
    background: #fff
}

li.odd {
    background: #efefef
}

.authorcomment {
    background: #deebf9
}

ul.children ul {
    margin-left: 20px
}

ul.children li {
    border-right: none
}

.vcard img {
    float: left;
    background: #c4c4c4
}
.comment-content {
  margin-left:50px
}
.comment-navigation .newer a,
.comment-navigation .older a,
.vcard img {
    padding: 5px;
    border-radius: 50%;
}

.comment-meta,
ol.commentlist li small,
p.subscribe-to-comments label {
    position: relative;
    text-align: left!important
}

.comment-meta,
ol.commentlist li small {
    font-size: 14px;
    text-align: left!important;
}

.comment-text {
    margin: 0 10px 0 0
}

.comment-navigation .newer,
.comment-navigation .newer a,
.comment-navigation .older a,
.reply,
input#submit {
    background: none;
    text-decoration: none;
    color: #4c7faa;
    font-weight: 700;
    padding: 6px 0;
}

.reply {
    margin: 0 10px 10px 0;
}

.comment-navigation .newer a, .comment-navigation .older a, .reply a:link, a.comment-reply-link {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-left: 50px;
}

.reply a:link,
a.comment-reply-link {
    padding: 5px 0
}

.reply a:link,
a.comment-reply-link,
input#submit {
    width: 70px;
    margin-bottom: 15px!important;
    background: #b30000;
    color: #fff!important;
    border-radius: 5px
}

.comment-navigation .newer a:hover,
.comment-navigation .older a:hover,
.reply a:hover,
a.comment-reply-link:hover,
input#submit:hover {
    background: #650707;
    text-decoration: none;
    color: #fff;
    font-weight: 700
}

.reply a:hover,
a.comment-reply-link:hover,
input#submit:hover {
    width: 68px
}

.reply a:hover,
a.comment-reply-link:hover {
    padding: 4px 0
}

.comment-navigation .newer a:hover,
.comment-navigation .older a:hover,
.reply a:hover,
a.comment-reply-link:hover {
    border: 1px solid #4c7faa
}

.comment-navigation {
    margin: 10px 0
}

#respond:after,
.comment-navigation:after {
    content: ".";
    height: 0;
    visibility: hidden
}

.comment-navigation .newer a:hover,
.comment-navigation .older a:hover {
    padding: 4px
}

form#commentform input,
form#commentform textarea {
    padding: 2px 3px
}

form#commentform textarea {
    width: 100%
}

input#submit {
    border: 0!important
}

input#submit,
p.subscribe-to-comments input {
    outline: 0;
    background: #b30000;
    display: block;
    width: auto;
    padding: 10px!important
}

input#submit:hover {
    outline: 0;
    background: #800000;
    display: block;
    width: auto;
    padding: 10px!important
}

p.subscribe-to-comments {
    background: url(images/email_32.png) no-repeat
}

.comment-rss,
p.subscribe-to-comments {
    height: 32px;
    text-indent: 42px;
    padding: 5px 0 0
}

p.subscribe-to-comments input {
    margin: 5px 3px 3px!important;
    border: 0
}

p.subscribe-to-comments label {
    top: -2px;
    color: #666
}

.comment-rss {
    background: url(images/rss_32.png) no-repeat
}

.comment-total {
    text-align: center;
    font-size: 1.5em;
    color: #fff
}

.comment-total span {
    font-size: 2em;
    color: maroon
}

.mt-15 {
    margin-top: 15px
}

.author-name-pad {
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    margin-left: 6px;
}

.time-pad {
    font-size: 12px !important;
    color: #607D8B;
    margin-left: 50px;
}

.comment_counter {

  background: #ad0d15; 
  color: #fff; 
  font-size: 18px; 
  margin-bottom: 15px !important; 
  padding: 5px 15px;
  text-align: center; 
  font-weight: 600;
}

.subscribe-button-spyloaded-youtube {
    background-color: #e52d27;
    display: block;
    color: #fff!important;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    margin-top: 5px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 7px;
}
.subscribe-button-spyloaded-youtube img {
    height: 15px;
    display: inline-block;
}
 