body {
	font-family: Raleway, helvetica, sans-serif, arial;
	font-size: 16px; 
	line-height: 26px; 
	font-weight: normal; 
	color: #333;
	min-height: 100%;
	min-width: 100%;
}

h1, h2, h3, h4, h5, h6, h7 { 
	font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
	color: #333;
}

a, 
a:hover, 
a:focus {
	text-decoration: none;
    -o-transition: all .2s; 
    -moz-transition: all .2s; 
    -webkit-transition: all .2s; 
    -ms-transition: all .2s; 
    transition: all .2s;
}

h1, h2 { 
	margin-top: 10px; 
	color: #333; 
	line-height: 1.5em; 
	
	font-weight: 800;
    -webkit-font-smoothing: antialiased;
}

h1 {
	text-align: center;
	font-size: 40px;
}

h2 {
	font-size: 26px;
}

h3 { 
	font-size: 22px;
	color: #333; 
	line-height: 30px; 
}

h1 a:hover, 
h2 a:hover, 
h3 a:hover {
	text-decoration: none;
    -o-transition: all .2s; 
    -moz-transition: all .2s; 
    -webkit-transition: all .2s; 
    -ms-transition: all .2s; 
    transition: all .2s;
}

.label {
	border-radius: 0;
	font-size: 12px;
}

.label-tag {
	background: #a48ad4;
	font-weight: 300;
}

.label-tag a:link {
	color: #fff;
}

.btn {
	border-radius: 0;
	border: 0;
	font-size: 0.85em;
	
	font-family: Karla, Helvetica, Arial, Sans-serif;
}

.btn-default {
	background: #a48ad4;
	color: #fff;
}

/** Top-content */
.top-content {
	min-height: 180px;
	
	/*background-attachment: fixed;
    background-repeat: no-repeat;*/
   	
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.top-content.large {
	min-height: 500px;
}

.top-content .blog-tagline {
	font-size: 1.3em;
	font-family: Karla, Helvetica, Arial, Sans-serif;
}

.top-content .navbar {
	background: transparent;
	
	border: 0;
}

.top-content .navbar .navbar-nav > li > a:link,
.top-content .navbar .navbar-nav > li > a:visited {
	color: #ccc;
}

.top-content .navbar-brand {
	font-weight: 500;	
}

#blog-header {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	
	min-height: 180px;
	max-width: 100%;
	
	text-align: center;
	cursor: default;
	
	overflow: hidden;
}

#blog-header.large {
	height: 500px;
}

#blog-header .inside {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#blog-header .header-title {
	display: block;
	
	margin-top: 0;
	margin-bottom: 10px;
	
    line-height: 75px;
    
    font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: 3.8em;
	
	-webkit-font-smoothing: antialiased;
	
	color: #000;
}

/** /Top-content */

/** Top-menu */
#top-menu {
	border-radius: 0;
	font-family: Karla, Roboto, Helvetica, Arial, Sans-serif;
	font-size: 14px;
	
	text-transform: uppercase;
}

#top-menu a {
	color: #e4e4e4;
}

@media (min-width: 768px) {
    #top-menu.navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    #top-menu.navbar .navbar-collapse {
        text-align: center;
    }
}
/** /Top-menu */

/** Main */
#main {
	margin-top: 30px;
	min-height: 820px;
}
/** /Main */

/** Sidebar */
#sidebar {
	padding-left: 35px;
	
	font-family: Karla, Roboto, Helvetica, Arial, Sans-serif;
	font-size: 14px;
	
	color: #686765;
}

#sidebar a,
#sidebar a:link,
#sidebar a:visited,
#sidebar a:active {
	color: #000;
}

#sidebar h2 {
	font-family: Karla, Roboto, Helvetica, Arial, Sans-serif;
	font-size: 1em;
	font-weight: bold;
	
	line-height: 30px;
	
	border-bottom: 1px solid #efefef;
	text-align: center;
	text-transform: uppercase;
	
	color: #333;
}

#sidebar .sidebar-menu a {
	display: block;
}

div.latest-blog-posts-widget a {
	color: #000;
}

div.latest-blog-posts-widget .latest-blog-posts .media {
	padding-top: 5px;
	border-bottom: 1px solid #eee;
}

div.latest-blog-posts-widget .latest-blog-posts .media-left {
	min-width: 60px;
}

div.latest-blog-posts-widget .latest-blog-posts .post-image {
	display: block;
	width: 50px; 
	height: 50px;
	border-radius: 50%;
}

div.latest-blog-posts-widget .latest-blog-posts .media-body {
	font-size: 0.9em;
	font-weight: 600;
}

div.latest-blog-posts-widget .latest-blog-posts .time-stamp {
	display: block;
	font-size: 0.95em;
	font-weight: 300;
}

#about-section .about-blog-image {
	display: block;
	
	margin: 30px auto 30px auto;
	
	width: 180px;
	height: 180px;
	
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    
    border: 1px solid #E9E9E9;
}

#about-section .about-heading {
	text-align: center;
}
/** /Sidebar */


/** Footer */
footer,
footer a,
footer h2,
footer h3,
footer h4,
#sub-footer,
#sub-footer a {
	color: #ddd;
}

footer {
	position: relative;
	min-height: 250px;
	padding-top: 10px;
	margin-top: 50px;
	
	
	background: #222;
	
	font-family: Karla, Roboto, Helvetica, Arial, Sans-serif;
	font-size: 14px;
}

footer a {
	color: #ddd;
}

footer h2 {
	font-size: 18px;
}

footer div.latest-blog-posts-widget .latest-blog-posts .media {
	border: 0;
}

footer div.latest-blog-posts-widget .latest-blog-posts .media .media-left a {
	border-radius: 50%;
}
/** /Footer */

#sub-footer {
	text-align: center;
	
	padding-top: 15px;
	padding-bottom: 10px;
	
	background: #222;
	color: #ddd;
	
	font-family: Karla, Roboto, Helvetica, Arial, Sans-serif;
	font-size: 12px;
}

#sub-footer a {
	color: #ddd;
}

#content {
	overflow: hidden;
}

/** Blog roll */
.blog-post-list .blog-post-item {
	margin-bottom: 50px;
}

.blog-post-list .blog-post-item h2.headline {
	font-size: 2em;
	line-height: 1.1em;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

.blog-post-list .blog-post-item h2.headline a:link,
.blog-post-list .blog-post-item h2.headline a:visited {
	color: #333;
}

.blog-post-list .blog-post-item span.heading {
	margin-top: 0;
	margin-bottom: 20px;
	
	font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
	font-weight: 800;
}

.blog-post-list .blog-post-item span.heading.heading-1,
.blog-post-list .blog-post-item span.heading.heading-2 {
	font-size: 1.5em;
	line-height: 1.1em;
}

.blog-post-list .blog-post-item span.heading.heading-3, 
.blog-post-list .blog-post-item span.heading.heading-4 {
	font-size: 1.3em;
	line-height: 1.1em;
}

.blog-post-list .blog-post-item span.heading.heading-4 {
	
}

.blog-post-list .post-categories {
	display: block;
	margin: auto;
	
	text-align: center;
}

.blog-post-list .post-categories a,
.blog-post-list .blog-post-item .text-meta {
	font-size: 0.85em;
	font-family: Karla, Roboto, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #aaa;
}

.blog-post-list .blog-post-item .text-meta {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.blog-post-list .blog-post-item .text-meta span {
	margin-left: 15px;
}

.blog-post-list .blog-post-item .text-meta span:FIRST-OF-TYPE {
	margin-left: 0;
}

.blog-post-list .blog-post-item .text-content {
	line-height: 30px;
}

.blog-post-item .blog-post-thumbnail {
	display: block;
	height: 450px;
	width: 100%;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.blog-post-item .post-meta {
	min-height: 25px;
	padding: 10px 0;
	
	margin: 40px auto 0 auto;
	
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	
	text-align: right;
}

.blog-post-item .post-meta a {
	color: #666;
	margin-left: 10px;
}

.blog-post-item .post-meta a:hover {
	color: #000;
}

.blog-post-item .post-meta .post-data {
	font-family: Karla, Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.blog-post-item .single-post-text img {
	margin: 7px;
	max-width: 100%;
}

.post-text {
	overflow: hidden;
}

/** /Blog roll */

/** Widgets */
.widget nav a {
	display: block;
}

div.latest-blog-posts-widget {
	margin-bottom: 35px;
}

div.latest-blog-posts-widget .latest-blog-posts .media {
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #eee;
}

div.latest-blog-posts-widget .latest-blog-posts .media:last-of-type {
	border-bottom: 0px;
}

div.latest-blog-posts-widget .latest-blog-posts .media-left {
	min-width: 60px;
}

div.latest-blog-posts-widget .latest-blog-posts .post-image {
	display: block;
	width: 50px; 
	height: 50px;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
div.latest-blog-posts-widget .latest-blog-posts .media-body {
	font-weight: 500;
}

div.latest-blog-posts-widget .latest-blog-posts .time-stamp {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #888;
}

.instagram-feed-widget img {
    width: 5.8vw;
    height: 5.8vw;
}

div.latest-blog-post-comments-widget.footer h2 {
	padding-left: 35px;
}

#latest-blog-post-comments-footer-widget  {
	min-height: 150px;
	font-size: 80%;
    line-height: 20px;
    padding-bottom: 60px;
}

#latest-blog-post-comments-footer-widget .carousel-inner {
	min-height: 200px;
}

#latest-blog-post-comments-footer-widget div.item span {
	display: block;
}

#latest-blog-post-comments-footer-widget div.item {
	padding-left: 35px;
	padding-right: 35px;
}

#latest-blog-post-comments-footer-widget div.item .post-image {
	display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#latest-blog-post-comments-footer-widget a.carousel-control {
	background: none;
}

#latest-blog-post-comments-footer-widget a.carousel-control .glyphicon {
	font-size: 12px;
}

#latest-blog-post-comments-footer-widget .carousel-indicators li {
	margin-left: 2px;
	margin-right: 2px;
}
/** /Widgets */

/* ADS */
.leaderboard-ad {
	max-height: 200px;
	
	margin-bottom: 15px;
	
	text-align: center;
	overflow: hidden;
}
/* END ADS */

/* POST SINGLE */

.post-title .post-categories {
	display: block;
	margin: auto;
	
	text-align: center;
}

.post-title .post-categories a, 
.post-single .text-meta {
	font-size: 0.85em;
	font-family: Karla, Roboto, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #aaa;
}

.post-single .text-meta {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.post-single .text-meta span {
	margin-left: 15px;
}

.post-single .text-meta span:FIRST-OF-TYPE {
	margin-left: 0;
}

.post-single .post-title h1 {
	margin-top: 0; 
	line-height: 1.2em;
	margin-bottom: 20px;
}

.post-single .blog-post-thumbnail {
	display: block;
	height: 450px;
	width: 100%;
}

.blog-post-like-btn {
	cursor: pointer;
}

.blog-post-like-btn.liked {
	cursor: default;
}

/* END POST SINGLE */

/* COMMENTS */
#comment-section h2 {
	text-align: center;
}

#comment-section div.media span.media-heading {
	display: block;
	font-weight: 600;
}
/* END COMMENTS */

/* PAGINATION */
.pagination-container {
	text-align: center;
}

.pagination-container ul.pagination li a, 
.pagination-container ul.pagination li a:active, 
.pagination-container ul.pagination li a:focus, 
.pagination-container ul.pagination li a:hover {
	border: 0;
	border-radius: inherit;
	background: 0;
	color: #000;
}

.pagination-container ul.pagination li.active a {
	text-decoration: underline;
}

/* END PAGINATION */

/* AD SPACES */

.leaderboard-ad.ad-top {
	margin-bottom: 10px;
}

.leaderboard-ad.ad-bottom {
	margin-top: 10px;
}
/* END AD SPACES */