.btn-default {
    text-transform: capitalize;
}
.lightbox { 
	display: none;
	padding: 0;
	background: rgba(0,0,0,0.3);
	position: fixed;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.contact-form {
	background: #fff;
	padding: 2em;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 1px 4px 3px rgba(0,0,0,0.2);
	position: relative;
}
.contact-form h2 {
	margin-top: 0;
}
.contact-form .btn-primary:active {
    background: #c93b2e;
    border: 1px solid #b53327;
}
textarea {
	resize: vertical;
}
.close-lightbox {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	color: #999;
	font-size: 18px;
	line-height: 18px;
}
.close-lightbox:hover {
	color: #666;
}
.unsupported {
    width: 100%;
    position: fixed;
    z-index: 2;
    background: #666;
    padding: 1.5em 3em 1.5em 2em;
	line-height:1.5em;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.unsupported a {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    color: #ccc;
	border:1px solid #ccc;
	padding:0px 5px;
}
.unsupported a:hover {
	color: #fff;
	border-color: #fff;
}

div.unsupported .fa-2x {
	font-size:.9em;
}

.notices {
	list-style: none;
	padding: 0;
    margin: 0;
	float: left;
	width: 100%;
}
.notices li {
	width: 100%;
	text-align: center;
	padding: 1em;
	margin: 1em 0 0 0;
	background: #ccc;
}
.error li {
    background: #ffe0e0;
}
#component_freespace h3 {
	display: none;
}
#component_freespace_data h3 {
	display: block;
}

/* HEADER */
.blog-header {
    padding: 1em;
}
.blog-header h1 {
    margin: 0;
    padding: 0 0 0.1em 0;
}
.blog-header address {
    margin: 0;
}

/* BUDDY BLOGS */
#buddyblogs,
#post_component_thread {
	padding: 1em;
    margin: 1em 0;
    background: #eff5fc;
}

#buddyblogs h2,
#post_component_thread h2 {
    margin: 0 0 0.5em 0;
	color: #475d8f;
	font-size: 18px;
}
#buddyblogs ul {
    margin: 0;
	padding-left: 0;
}
#buddyblogs li {
    margin: 0 0 0.3em 0;
    padding: 0;
    display: block;
}

#component_buddyblogs_showall {
    display: inline-block;
    margin: 0.5em 0 0 0;
}

#component_buddyblogs_showall:hover,
#component_buddies_showall:hover{
    cursor: pointer;
    text-decoration: underline;
}

/* POSTS */
.post {
	margin: 1em 0 1em 0;
}
.post:before,
.post:after {
    content: " ";
    display: table;
}
.post:after {
    clear: both;
}
.post-header {
	float: left;
	width: 100%;
}
.post-header h2 {
	overflow: hidden;
    word-wrap: break-word;
    padding: 0 0 0.2em 0;
}
.post_text {
	float: left;
	width: 100%;
	margin: 10px 0;
	word-wrap: break-word;
}
.post img {
	max-width: 70%;
}

ul.photo-grid .photo-module-admin img {
	height:auto!important;
}

.post_hashtag {
	float: left;
	width: 100%;
	margin: 10px 0;
	word-break:break-all;
}
.post_hashtag a {
	margin-right: 10px;
}

.post-date {
	float: left;
}
.post-date>div {
	display: inline-block;
}
.post-header li,
.post_footer li {
	display: inline-block;
	float: left;
	margin-left: 5px;
}
.post-header ul,
.post_footer {
	float: right;
	list-style: none;
	margin:0;
	padding: 0;
}
.post_options {
	text-align: right;
	float: left;
	width: 100%;
    margin: 0.5em 0 0.5em 0;
    overflow: hidden;
}
#posts_empty {
    text-align: center;
    padding: 2em 0;
}
#tweet {
	float: right;
	background-image: url('/assets/images/tweets.png');
	background-repeat: no-repeat;
	border: medium none;
	font-size: 12px;
	height: 29px;
	margin-left: 12px;
	padding: 0;
	padding-left: 15px;
	padding-top: 3px;
	position: relative;
	width: 60px;
	box-sizing: content-box;
	text-align: left;
	color:#5ea9dd;
}
#tweet a {
	background-image: url('/assets/images/twitter_icon.png');
	background-repeat: no-repeat;
	display: block;
	margin-left: 2.5em;
	padding-bottom: 1em;
	margin-top:1px;
	position: relative;
	text-indent: 900em;
	top: -22px;
	box-sizing: content-box;
}
.post_footer {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: .5em 0 0;
}

/* Facebook Like Button */
.fb_like_button {
	margin: 0 0 3em;
}
.fb_iframe_widget {
    padding: 0; 
}
.fb_button {
		margin:0 3px 0 0;
		display: inline-block;
		float: left;
}
.fb_button * {
		margin-top:0;
		padding-top:0;
}

/* Email Post Link */
.email_share {
    text-decoration: none!important;
    vertical-align: top;
    display: inline-block;
    margin: 0 5px 5px 5px;
    padding: 3px 3px 3px 25px;
    border-radius: 2px;
    font-size: 11px;
    font-family: Helvetica Neue,Helvetica,Arial,Meiryo,sans-serif;
		font-weight:bold;
    color: #000!important;
    background: #e0e0e0 url('/views/skins/default/images/btn_email.png') no-repeat 5px 5px;
		line-height:14px;
}
.email_share:hover {
    text-decoration: none;
    background-color: #ddd;
    color: #000;
    background: #eaeaea url('/views/skins/default/images/btn_email.png') no-repeat 5px 5px;
}

/* Wow */
.wow_buttons {
    vertical-align: top;
		position:relative;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 0;
		line-height:14px;
}
.wow_buttons .wow_submit {
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 3px 5px!important;
    border-radius: 2px;
    font-size: 11px;
    font-family: Helvetica Neue,Helvetica,Arial,Meiryo,sans-serif;
		font-weight:bold;
    background: #708255;
    color: #e5f2d3;
		text-decoration:none!important;
}
.wow_buttons .wow_submit:hover {
    background: #8dbf46;
    color: #edfada;
		text-decoration:none!important;
}
.wow_buttons .wow_submit.wowed {
    background: #8dbf46;
    color: #edfada;
		text-decoration:none!important;
}
.wow_buttons .wow_submit.wowed:hover {
    background: #8dbf46;
    color: #edfada;
		text-decoration:none!important;
}
.wow_buttons .wow_submit i {
		margin-right:3px;
    font-size: 13px;
}
.wow_buttons .wow_num {
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 14px;
		cursor:pointer;
}
.wow_buttons .wow_num:hover {
		color:#72b118;
}
.wow_buttons .wowed_summary {
	display:none;
	position:absolute;
	bottom:25px;
	left:45px;
	background-color:#ECF0F1;
	border:1px solid #FFF;
	padding:5px;
	width:180px;
	font-size:12px;
	line-height:1.4em;
	color:#6a6a6a;
}
.wow_buttons .wowed_summary:after, .wow_buttons .wowed_summary:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.wow_buttons .wowed_summary:after {
	border-color: rgba(236, 240, 241, 0);
	border-top-color: #ECF0F1;
	border-width: 5px;
	margin-left: -5px;
}
.wow_buttons .wowed_summary:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFF;
	border-width: 6px;
	margin-left: -6px;
}

.wow-lightbox {
	display:none;
	padding: 0;
	background: rgba(0,0,0,0.3);
	position: fixed;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.wowed_detail {
	background: #fff;
	padding: 15px;
	width: 80%;
	max-width:600px;
	max-height:90%;
	overflow:auto;
	margin: 0 auto;
	box-shadow: 0px 1px 4px 3px rgba(0,0,0,0.2);
	position: relative;
	top:50px;
	font-size:14px;
}
#wow_login .wowed_detail {
	text-align:center;
}
.wowed_detail h3 {
	margin: 0 0 10px 0;
	font-weight:bold;
	font-size:14px;
}
.wowed_detail ul {
	margin: 0;
	padding:0;
	list-style:none;
}
.wowed_detail ul li {
	margin: 0;
	padding:0 0 10px 0;
}
#wow_login .wowed_detail ul li {
	padding:20px 0;
}
#wow_login .wowed_detail ul li a {
	margin:10px 0;
}
.wowed_detail .wowed-avatar {
	float:left;
	width:80px;
}
.wowed_detail .wowed-avatar img {
	max-width:75px;
	max-height:60px;
	width:auto;
	height:auto;
	margin-bottom:5px;
}
.wowed_detail .wowed-user {
	float:left;
	display:inline-box;
	margin-bottom:5px;
}
.wowed_detail a {
	text-decoration:none!important;
	font-weight:normal!important;
}
.wowed_detail a .wowed-username, .wowed_detail a .wowed-blogname {
	color:inherit!important;
	text-decoration:none!important;
}
.wowed_detail a .wowed-username:hover, .wowed_detail a .wowed-blogname:hover {
	color:inherit!important;
	text-decoration:underline!important;
}
.wowed_detail .wowed-btn {
	float:right;
	width:30%;
	min-width:150px;
}
.wowed_detail .wowed-btn .btn {
		display:inline-block;
    width: 100%;
    margin: 0;
    vertical-align: middle;
}
.wow-close-lightbox {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	color: #999;
	font-size: 18px;
	line-height: 18px;
}
.wow-close-lightbox:hover {
	color: #666;
}


.caption {
	display: block;
	margin: 5px 0 15px;
    word-break: break-word;
}
.caption_center {
	text-align: center;
}
.component_post_center {
	display: block;
	margin: 0 auto 5px auto;
	clear: both;
}
.BloguruGroupRSS {
    max-width: 100%!important;
}
.BloguruGroupRSS .post_desc img {
    vertical-align: bottom;
}
.mobile_bloguru {
    color: #999;
}

/* POST THREAD */
#post_component_thread ul {
	list-style: none;
	padding-left: 0;
}
#post_component_thread li {
	padding-left: 1.2em;
}
#post_component_thread li:before {
	content: '\f0a9';
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.2em;
	width: 1.2em;
}

/* COMMENTS */

.component_comment {
    position: relative;
	padding: 1em;
	margin: 0 0 1em;
	background: #eff5fc;
	border-right: 1px solid #e5eef9;
	border-bottom: 1px solid #e5eef9;
	float: right;
}

.component_comment img {
	max-width: 100%;
}

.component_comment_userInfo img {
	float: left;
	padding-right: 5px;
	max-width: 60px;
    margin-bottom: 20px;
}

.component_comment_userInfo ul {
	position: absolute;
    right: 0;
    padding: 0;
	list-style: none;
}

.component_comment_userInfo li {
	display: inline-block;
	float: left;
	margin: 0 5px;
}

.component_comment_content pre {
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	border-radius: 0;
	white-space: pre-wrap;
	word-break: normal;
    font-family: inherit;
    overflow: visible;
}

#component_comment_reply {
	float: right;
	margin-bottom: 1em;
    border-left: 5px solid #eee;
    padding: 0 0 0 1em;
}
#component_comment_reply img {
    max-width: 100%;
}
.component_comment_content {
	margin-top: 15px;
}

.component_reply_explain {
    font-size: 0.9em;
}

#component_comment_login,
.comment_disabled {
    width: 100%;
    background: #f9f9f9;
    padding: 1em;
    margin: 0 0 1em 0;
    text-align: center;
    line-height: 2em;
    position: relative;
    display: inline-block;
}

.comment_disabled {
    border: 0!important;
}

/* COMMENT REPLY */
.component_comment hr {
    width: 100%;
    clear: both;
}
.component_comment .component_post_left {
    float: left;
    margin: 0 1em 1em 0;
    max-width: 50%;
}
.component_comment .component_post_right {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 50%;
}
#component_comment_marker {
	text-align: right;
	float: right;
	width: 100%;
    margin: 0 0 0.2em 0;
}
#component_reply_position {
	overflow: hidden;
	padding: 0;
}
#component_reply_position li {
	float: left;
	display: block;
	text-align: center;
	width: 65px;
	position: inherit !important;
	top: -10px;
}
#component_reply_position div {
	width: 44px;
	background-repeat: no-repeat;
	height: 44px;
	margin-left: 1em;
}
#component_reply_position_none div {
	background-image: url('/views/skins/default/images/comment_none.gif');
}
#component_reply_position_center div {
	background-image: url('/views/skins/default/images/comment_center.gif');
}
#component_reply_position_left div {
	background-image: url('/views/skins/default/images/comment_left.gif');
}
#component_reply_position_right div {
	background-image: url('/views/skins/default/images/comment_right.gif');
}
#component_reply_dispAvatar,
#component_reply_notice,
label[for="component_reply_dispAvatar"],
label[for="component_reply_notice"] {
	float: left;
}
#component_reply_dispAvatar,
#component_reply_notice {
	margin: 0 5px;
}

#component_comment_delete {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 1em;
}

#component_comment_delete img {
    max-width: 100%;
}

#component_comment_delete blockquote {
    border-left: 5px solid #f00;
    font-size: 1em;
    margin: 1em 0;
    background: #ffe0e0;
}

/*SIDEBAR*/
#menu {
    padding: 1em 0 0 0;
}
#menu>div {
    clear: both;
    margin: 0 0 2em 0;
    word-wrap: break-word;
}
.sidebar-container h3 {
    font-size: 20px;
    margin: 0;
    padding: 0 0 0.5em 0;
    word-wrap: normal;
    word-break: normal;
	text-transform: capitalize;
}
.sidebar-container h3,
#component_clocklink_data {
    text-align: center;
}
.sidebar-container img {
    max-width: 100%;
    margin: 0 0 0.2em 0;
}
.freespace {
    word-wrap: break-word;
    margin-top: 1em;
    background: #fff;
}
.freespace img {
    max-width: 100%;
}
#component_introduction {
    text-align: center;
    margin: 1em 0 2em 0;
}
#component_introduction_statement {
    margin: 0.5em 0;
    text-align: left;
}
#component_introduction .btn {
    width: 100%;
    margin: 0 0 0.5em 0;
    vertical-align: middle;
}
#component_introduction_buddy_status span {
    display: inline-block;
    width: 100%;
    background: #efefef;
    color: #888;
    padding: 6px 12px;
    border-radius: 4px;
}
#component_introduction img {
    margin: 0 auto 0.2em auto;
}
.component_buddies_buddy {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 35%;
    margin: 2% 6%;
    min-height: 8em;
    text-align: center;
    word-wrap: break-word;
    font-size: 0.9em;
}
.component_buddies_buddy img {
	margin: 0 auto 0.2em auto;
}
#component_introduction_email_text {
    cursor: pointer;
}
#component_buddies_showall {
    color: #777;
    display: block;
    text-align: center;
	cursor: pointer;
}
#component_buddies_showall:hover {
    color: #777;
}
#component_calendar_container th,
#component_calendar_container td{
    text-align: center;
}
#component_calendar_container a {
    font-weight: bold;
}
.component_calendar_today {
    color: red;   
}
#component_calendar_container table {
	float: left;
}
#component_calendar_data {
	float: left;
	width: 100%;
}
.calendar_button {
	display: inline-block;
	cursor: pointer;
	width: 33%;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}
.calendar_button:hover {
    text-decoration: underline;
}
#component_search label {
	display: none;
}
#component_search input[type="text"]{
	width: 100%;
	margin-bottom: 10px;
}
.poll-radio,
.poll-label {
	float: left;
	display: inline-block;
}
.poll-label {
	width: 93%;
	margin-left: 5px;
    font-weight: normal;
}
.poll-label,
.component_poll_result_answer {
	word-wrap: break-word;
	word-break: normal;
}
#component_poll_data .poll-label {
	width: 90%;
}
.poll-radio {
	clear: left;
}
#component_poll_data input[type="submit"],
.post_poll input[type="submit"] {
	float: left;
	margin-right: 8px;
	margin-top: 15px;
}
.component_poll_question {
	margin-bottom: 15px;
}
.component_poll_total {
	font-weight: bold;
	margin-bottom: 5px;
}
.post_poll {
    float: left;
    width: 100%;
	margin: 0 0 2em 0;
    padding: 0 0 0 1em;
    border-left: 5px solid #eee;
}
.progress {
	margin-top: 0.5em;
}
.progress-bar {
    line-height: 19px;
}
.component_poll_result_bar {
    position: relative;
}
.component_poll_result_count {
    color: #fff;
    position: absolute;
    top:0;
    right: 0.5em;
    z-index: 999;
}
.component_latestcomments_comment,
.component_history_item,
.component_categories_category {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	word-break:break-all;
}
.component_latestcomments_comment:last-child,
.component_history_item:last-child,
.component_categories_category:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.navbar-form {
    width: 100%;
    padding: 0;
    margin: 0;
}
.search .form-group {
    width: 80%;
}
.search input {
    width: 100%!important;
    margin: 0 0 0.5em 0;
}
.navbar-form .btn {
    vertical-align: top;
}
.poll button {
    margin: 0 0 0.5em 0;
}
.radio input[type='radio'] {
    position: relative;
    margin: 0 0.2em 0 0;
}
article.comment:nth-of-type(1) {
    margin: 1em 0;
}
.comments article {
    padding: 0.5em;
}
.comments h4{
    margin: 0;
    padding: 0 0 0.1em 0;
    font-size: 1em;
}
.history,
.categories {
    text-align: center;
}
.history li,
.categories li,
.comments article {
    border-top: 1px solid #ddd;
    background: #f9f9f9;
}
.history li:nth-child(2n+1),
.categories li:nth-child(2n+1),
.comments article:nth-child(2n){
    background: #fff;
}
.history a,
.categories a {
    padding: 0.5em 0;
    display: block;
}
#history_nav {
    float: left;
    width: 100%;
    margin: 0.5em 0;
}
#history_nav a {
	font-size:1.5em;
	font-weight:bold;
	text-decoration:none;
}
#history_nav a:hover {
	text-decoration:none;
}
#history_button_older {
		padding:3px 15px 3px 3px;
    float: left;
}
#history_button_newer {
		padding:3px 3px 3px 15px;
    float: right;
}
.pagination {
    margin: 0;
}
.blog-footer{
    text-align: center;
    padding: 0 0 1em 0;
}
.comment-container {
    float: left;
    background: salmon;
}
.posts article.comment {
    float: right;
    position: relative;
    background: #f9f9f9;
    margin: 0 0 1em 0;
    padding: 1em;
    border: 0;
}
.posts .comment:nth-child(2n){
    background: #efefef;
}
.comment p {
    float: right;
    width: 88.5%;
    text-align: left;
    font-size: 0.9em;
    margin: 0.5em 0 0 0;
    color: #777;
}
.comment img {
    width: 10%;
    margin: 0 0.5em 0 0;
}
.comment-details {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
.comment-options{
    position: absolute;
    top: 1em;
    right: 1em;
}
.indent_level_1,
.indent_level_2,
.indent_level_3,
.indent_level_4 {
	float: right;
}
.indent_level_0 {
	width: 100%;
}
.indent_level_1 {
    width: 90%;
}
.indent_level_2 {
    width: 80%;
}
.indent_level_3,
.indent_level_4 {
    width: 70%;
}
#post_component_thread .indent_level_1 {
    width: 95%;
}
#post_component_thread .indent_level_2 {
    width: 90%;
}
#post_component_thread .indent_level_3,
#post_component_thread .indent_level_4 {
    width: 85%;
}
iframe, object, embed {
max-width: 100%;
max-height: 100%;
} 

/* PAGINATION */

.pagination-footer {
	text-align: center;
	margin-bottom: 3em;
}

#component_paginator_pageIndex {
	display: block;
	margin-bottom: 15px;
}

.comment_info {
    width: 60%;
    word-wrap: break-word;
}

/* MD+ */
@media (min-width: 768px) {
	.lightbox {
		padding: 2em;
	}
	.contact-form {
		width: 80%;
	}
}

@media (min-width:767px) and (max-width: 1005px) {
	.blog-header h1, .h1 {
		font-size: 2.5em!important;
		word-wrap: break-word;
		text-overflow: ellipsis;
	}
}

/* SM */
@media (max-width: 767px) {
    #component_introduction img {
        max-width: 60%;   
    }    
	#component_comment_reply {
		width: 100%;
	}
    #menu {
        margin: 1em 0 0 0;
        padding: 1em 0 0 0;
    }
		.blog-header h1, .h1 {
		font-size: 2.3em!important;
		word-wrap: break-word;
		text-overflow: ellipsis;
	}
    #component_buddies_data .component_buddies_row {
        width:49.5%;
        display:inline-block;
        vertical-align:top;
    }
		.wowed_detail .wowed-btn {
			clear:both;
			float:none;
			margin-top:5px;
			width:100%;
		}
}

@media (max-width:450px) {
    #component_buddies_data .component_buddies_row {
        width:100%;
        display:block;
    }
}

/* XS */
@media (max-width: 345px) {
    .post-header ul {
        float: none;
        padding: 20px 0;
    }
    .post-date {
        float: none;
        margin: 0 auto;
        width: 70px;
    }
    .post-header {
        text-align: center;   
    }
    .post-header li {
        float: none;    
    }
    .post_footer li:first-child {
        display: block;
        width: 100%;
    }
    .blog-footer a{
        display: block;
        text-align: center;
    }
    .comment_info {
        padding: 25px 0 0 0;
        width: 100%;
    }
    .pagination > li > a,
    .pagination > li > span {
        padding: 6px 8px;    
    }
		.blog-header h1, .h1 {
				font-size: 2.1em!important;
				word-wrap: break-word;
				text-overflow: ellipsis;
		}
}

/*Scroll To Top Icon*/
.toTopIcon {
	font-family: "FontAwesome";
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
    text-align: center;
	position: fixed;
    bottom: 20px;
    right: 8px;
    cursor: pointer;
    z-index: 300;
}

.toTopIcon i {
	display: inline-block;
	opacity: .75;
	font-style: normal;
	width: 55px;
    height: 55px;
    background: #000;
    border-radius: 10px;
    line-height: 55px;
    box-shadow: 0px 0px 4px #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.toTopIcon i:hover {
	opacity: 1;
}