.sub_button_wrap {
    position: fixed;
    bottom: 80px;
    left: 0;
    width: 100vw;
    z-index: 90;
}
.fast-reg-button {
    background-color: #326891;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    display: table;
    font-family: 'Roboto';
    font-weight: normal;
    transition: background-color .2s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    transform: translateY(150px);
}
.fast-reg-button.shown {
    transform: translateY(0px);
}
.fast-reg-button:hover {
    background-color: #285374;
    color: #fff;
}

.convertation-block ul.range_label {
		font-size: 12px;
		font-weight: 700;
        color: #aaa;
}

.convertation-block .exchange_current_value {
		margin: 0 auto;
}

.convertation-block ul.range_label {
		display: flex;

}

.convertation-block ul.range_label {
		margin-bottom: 20px;
}

.convertation-block input[type=range] {
	height: 25px;
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
	background: #f1f1f1;
}
.convertation-block input[type=range] {
		background: #eee !important;
}
.convertation-block input[type=range]:focus {
	outline: none;
}
.convertation-block input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000;
	background: #d7d7d7;
	border-radius: 3px;
	border: 1px solid #E7E7E7;
}
.convertation-block input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #000000;
	border: 1px solid #A2A2A2;
	height: 18px;
	width: 18px;
	border-radius: 4px;
	background: #FFFFFF;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7.5px;
}
.convertation-block input[type=range]:focus::-webkit-slider-runnable-track {
	background: #d7d7d7;
}
.convertation-block input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000;
	background: #d7d7d7;
	border-radius: 3px;
	border: 1px solid #E7E7E7;
}
.convertation-block input[type=range]::-moz-range-thumb {
	box-shadow: 0px 0px 0px #000000;
	border: 1px solid #A2A2A2;
	height: 18px;
	width: 18px;
	border-radius: 4px;
	background: #FFFFFF;
	cursor: pointer;
}
.convertation-block input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
.convertation-block input[type=range]::-ms-fill-lower {
	background: #428bca;
	border: 1px solid #E7E7E7;
	border-radius: 6px;
	box-shadow: 0px 0px 0px #000000;
}
.convertation-block input[type=range]::-ms-fill-upper {
	background: #d7d7d7;
	border: 1px solid #E7E7E7;
	border-radius: 6px;
	box-shadow: 0px 0px 0px #000000;
}
.convertation-block input[type=range]::-ms-thumb {
	margin-top: 1px;
	box-shadow: 0px 0px 0px #000000;
	border: 1px solid #A2A2A2;
	height: 18px;
	width: 18px;
	border-radius: 4px;
	background: #FFFFFF;
	cursor: pointer;
}
.convertation-block input[type=range]:focus::-ms-fill-lower {
	background: #428bca;
}
.convertation-block input[type=range]:focus::-ms-fill-upper {
	background: #d7d7d7;
}

.clusters_filter.post_prv {
    margin-bottom: 0px !important;
}

.clusters-block #loader_container {
    height: 300px;
    position: relative;
    margin-bottom: 10px;
}

.clusters-block #loader_container img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.clusters-block #posts_container, .clusters-block #get_more {
    display: none;
}

.no_posts_cap {
    text-align: center;
    margin: 150px 0;
}

.clusters_filter .feed-tag-active:focus{
    color: #fff !important;
}

.clusters_filter li:first-child {
    padding-left: 0;
}

.clusters_filter li:last-child {
    padding-right: 0;
}

.clusters_filter li:last-child a {
    margin-right: 0;
}

/*-- Sidebar promo block --*/
.sidebar .promo2 {
    position:  relative;
    top: -7px;
}

.sidebar .promo_side_prv {
    margin-bottom: 30px;
}

.promo_side_prv .side_pic {
    margin-bottom: 15px;
}

.promo_side_title {
    margin-bottom: 20px;
}

.new_post_toast {
	margin-bottom: 30px;
}

.new_post_toast {
	background: #f1f1f1 !important;
	cursor: pointer;
}

.new_post_toast .iziToast-body {
	padding-left: 45px !important;
}

.new_post_toast i.iziToast-icon {
	background: url(/uploads/users/962.jpg) no-repeat 50% 50% !important;
	background-size: 95% !important;
	width: 32px !important;
	height: 32px !important;
	background-color: #252525 !important;
	border-radius: 50%;
	padding: 1px;
}

.channel_custom_toast i.iziToast-icon {
	background: url(/uploads/channels/avatars/1.jpg) no-repeat 50% 50% !important;
	background-size: 95% !important;
	width: 32px !important;
	height: 32px !important;
	background-color: #252525 !important;
	border-radius: 50%;
	padding: 1px;
}

.channel_custom_toast .iziToast-message {
	margin-bottom: 0 !important;
}

.new_post_toast .iziToast-buttons button {
	padding: 5px 30px;
	border: none;
	border-radius: 3px;
	background: #6288a5 !important;
	transition: background .2s ease-in-out;
	color: #fff !important;
}


.premium_expire_toast .premium-main-toast {
    margin-bottom: 30px;
}

.premium-main-toast .iziToast-body {
	padding-left: 45px !important;
}

.premium-main-toast i.iziToast-icon {
	background: url(/images/premium_icons/types/8.png) no-repeat 50% 50% !important;
	background-size: 95% !important;
	width: 32px !important;
	height: 32px !important;
	background-color: #252525 !important;
	border-radius: 50%;
	padding: 1px;
}

.premium-main-toast .iziToast-buttons button {
	padding: 5px 30px;
	border: none;
	border-radius: 3px;
	background: #6288a5 !important;
	transition: background .2s ease-in-out;
	color: #fff !important;
}

.premium_expire_notification .media-body button:hover,
.premium-main-toast .iziToast-buttons button:hover {
	background: #326891 !important;
}

.premium_expire_notification figure img {
    background: #252525;
    padding: 1px;
}

.premium_expire_notification .media-body button {
    background: #6188a5;
    color:  #fff;
    padding: 3px 20px;
    border: none;
    border-radius: 3px;
    margin-top:  5px;
    transition: background .2s ease-in-out;
}

.premium_expire_notification .media-body ul.list-inline small {
    color: #db5858;
}


.addjournal-info {
	margin: 50px 0;
}

.addjournal-info h1 {
	margin-top: 0;
	margin-bottom: 30px;
}

section .jumbotron h3 {
	margin-bottom: 30px;
}

section .jumbotron .form-group {
	margin-bottom: 20px;
}

ul.nav-pills {
	margin-bottom: 30px;
}



.addjournal-themes {
	background: #fff;
	padding: 15px;
	border-radius: 6px;
	border: 1px solid #ccc;
}




.full-size-modal,
#registrationModal,
#authModal,
#authModalContainer,
#registrationModalContainer {
	line-height: 1.5 !important;
	color: #2b2b2b !important;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;

	-webkit-overflow-scrolling: touch;

	z-index: 999;

	height: 100%;
}

.full-size-modal .modal-dialog,
#registrationModal .modal-dialog,
#authModal .modal-dialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: scroll;


	margin: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.full-size-modal .modal-content,
#registrationModal .modal-content,
#authModal .modal-content  {
	border: none;

	border-radius: 0;
	box-shadow: none;

	background: #fff;
	background: rgba(255,255,255,0.9);

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	overflow: scroll;

	display: table;
    height: 100%;
    width: 100%;
}


.full-size-modal .modal-header,
#registrationModal .modal-header,
#authModal .modal-header {
	border-bottom: none !important;
	padding: 1px;
	position: absolute;
    top: 20px;
    right: 30px;
    width: 100%;

}



.full-size-modal .close,
#registrationModal .close,
#authModal .close,
#registrationModal .modal-header span,
#authModal .modal-header span {
	font-family: Roboto;
	font-weight: 300;
	font-size: 48px;
	top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
    color: #000;
}

.full-size-modal .container-middle,
#registrationModalContainer,
#authModalContainer {
	display: table-cell;
	vertical-align: middle;
}

.modalLogo {
	text-align: center;
	margin-bottom: 40px;
}

.full-size-modal .modal-body,
#registrationModal .modal-body,
#authModal .modal-body {
	padding: 30px 15px;
	margin: 0 auto;
	width: 700px;

	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.full-size-modal .modal-body p,
.full-size-modal .modal-body label,
#registrationModal .modal-body p,
#authModal .modal-body p,
#registrationModal .modal-body label,
#authModal .modal-body label {
	margin-bottom: 10px;
	color: #999;
	font-weight: 400;
	text-align: center;
	display: block;
}

.full-size-modal .modal-body section,
#registrationModal .modal-body section,
#authModal .modal-body section {
	width: 250px;
	margin: 0 auto;
}

input#login {
	margin-bottom: 5px;
}

.full-size-modal .modal-body section #error,
.full-size-modal .login-error,
#registrationModal .modal-body section #error,
#authModal .modal-body section #error,
#registrationModal .login-error,
#authModal .login-error {
	margin: 10px;
    text-align: center;
    font-size: 14px;
}

.full-size-modal .login-error a,
#registrationModal .login-error a,
#authModal .login-error a {
	display: block;
	color: #6288a5;
}

.full-size-modal .btn-default,
#registrationModal .btn-default,
#authModal .btn-default {
	background-color: #242424;
	color: #fff;
	background-image: none;
	text-shadow: none;
	border: none;
	padding: 8px 12px;
	font-size: 14px;
	width: 100% !important;
}

.full-size-modal .btn-default:hover,
#registrationModal .btn-default:hover,
#authModal .btn-default:hover {
	cursor: pointer;
	background-color: #505050 !important;
}

.full-size-modal .modal-footer,
#registrationModal .modal-footer,
#authModal .modal-footer {
	border-top: none !important;
	font-size: 13px;
	color: #999;
	text-align: center;

	margin: 0 auto;
	width: 700px;
}

.full-size-modal .modal-footer button:hover,
#registrationModal .modal-footer button:hover,
#authModal .modal-footer button:hover {
	color: #326891;
}

.full-size-modal .modal-footer p,
#registrationModal .modal-footer p {
	margin-bottom: 10px;
}

.full-size-modal .modal-footer p button,
#registrationModal .modal-footer p button,
#authModal .modal-footer p button,
#registrationModal .modal-footer a {
	background: none;
	border: none;
	color: #6288a5;
}



@media screen and (max-width: 786px) {
    .full-size-modal .modal-footer,
    #registrationModal .modal-footer,
    #authModal .modal-footer {
    	display: none;
    	width: 100%;
    }

    .full-size-modal .modal-body,
    #registrationModal .modal-body,
    #authModal .modal-body {
		width: 100% !important;
	}
    .full-size-modal .close,
    .full-size-modal .modal-header span,
	#registrationModal .close,
	#authModal .close,
	#registrationModal .modal-header span,
	#authModal .modal-header span {
	top: 0;
	}
}





.social-icons a {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	width: 100%;
	text-align: center;
	padding: 8px 10px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 14px;
}

.social-icons a i {
	margin-right: 5px;
}

.social-icons a:hover {
	color: #fff;
	cursor: pointer;
}

a.vk-icon {
	background: #0077FF;
}

a:hover.vk-icon {
	background: #006BE6;
}

a.facebook-icon {
	background: #3c5397;
}

a:hover.facebook-icon {
	background: #6172ab;
}

a.odnoklassniki-icon {
	background: #f67400;
}

a:hover.odnoklassniki-icon {
	background: #fb9133;
}

a.twitter-icon {
	background: #4da9ee;
}

a:hover.twitter-icon {
	background: #69b8f1;
}

.auth-block {
	width: 700px;
	margin: 50px auto;
	display: table;

}

.auth-block .modal-body {
	margin-bottom: 30px;
}

.auth-block section {
	width: 250px;
	margin: 0 auto;
}

.auth-block p,
.auth-block label {
	margin-bottom: 10px;
	color: #999;
	font-weight: 400;
	text-align: center;
	display: block;
}

.auth-block-footer {
	font-size: 13px;
	color: #999;
	text-align: center;
	padding: 20px;
}

@media screen and (max-width: 786px) {
    .auth-block {
		width: 100% !important;
	}
}


#registrationModalContainer-m,
#authModalContainer-m {
	line-height: 1.5 !important;
	color: #2b2b2b !important;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}


#email-reg, #email-reg-m {
	text-align: center;
}
.rc-anchor-normal {
	width: 250px !important;
}

.g-recaptcha {
	transform:scale(0.825);
	-webkit-transform:scale(0.825);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

#error-enter, #error-reg,
#error-enter-m, #error-reg-m {
	margin: 5px;
    font-size: 14px;
    text-align: center;
}

#error-enter a,
#error-enter-m a {
	color: #6288a5;
}

.dropdown__moder-menu {
    position: relative;
    left: 40px;
    bottom: 47px;
    display: inline-block;
}

.dropdown__moder-menu {
    position: relative;
    left: 40px;
    bottom: 47px;
    display: inline-block;
}


#publishedModal {
	font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
}

#publishedModal button {
	outline: none;
	font-size: 18px;
}

#publishedModal h3 {
	margin-top: 0;
	font-weight: bold;
}

#publishedModal .modal-header {
	border-bottom: 0;
	padding: 30px;
}

#publishedModal .modal-header span {
    font-family: Roboto;
    font-weight: 300;
    font-size: 48px;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
    color: #000;
}

#publishedModal .modal-dialog {
	margin: 100px auto;
}

#publishedModal button.close {
	font-weight: 400;
}

#publishedModal .modal-body {
	padding: 20px 140px 50px;
	text-align: center;
}

#publishedModal ul.list-inline {
	margin: 25px auto;
}
#publish-modal-error {
	display: none;
}

#n-badge {
	display: none;
}

.notifications {
	width: 680px;
	padding: 20px;

	font-size: 14px;
	font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;

	margin: 70px auto;
	/*margin: 20px auto*/
}

.notifications .nav-pills li {
	margin-right: 10px;
}

.notifications .nav-pills li a {
	background: #ecedef;
	color: #6a6a6a;
	padding: 7px 20px;
}

.notifications .nav-pills li.active a {
	background: #6288a5;
	color: #fff;
}

.notifications .nav-pills li a .badge {
	font-weight: normal;
}

.notifications .nav-pills li.active a .badge {
	color: #6a6a6a;
}

.notifications .tab-content {
	margin-top: 40px;
}

.notifications .media {
	background: #fff;
	margin: -10px -10px 20px -10px;
	padding: 10px;
}

.notifications .unread {
	background: #f0f8ff;
}

.notifications .media-left img {
	margin-right: 10px;
	width: 50px;
}

.notifications .media-left figure {
	position: relative;
}

.notifications .media-left figcaption img {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.notifications ul.list-inline {
	margin-bottom: 7px;
}

.notifications ul.list-inline li {
	color: #666;
}

.notifications .media-body p {
	margin-bottom: 0;
}

.notifications .media-right small {
	font-size: 12px;
}


/*-- JOURNALS --*/

.addjournal {
	width: 680px;
    padding: 20px;
    font-size: 16px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
    margin: 50px auto;
}

.addjournal p {
	font-size: 16px;
}

.addjournal .input-lg {
	padding: 10px 16px !important;
}

.addjournal label {
	margin-bottom: 8px;
}

.addjournal .jumbotron .tooltip {
	width: 250px;
	text-align: left;
}

.addjournal .jumbotron .tooltip-inner {
	text-align: left;
}




.addjournal .nav-pills li {
	margin-right: 10px;
	margin-left: 0;
}

.addjournal .nav-pills li a {
	background: #eee;
	color: #6a6a6a;
	padding: 7px 15px;
	margin-bottom: 10px;
	font-size: 14px;
}

.addjournal .nav-pills li.active a {
	background: #6288a5;
	color: #fff;
}

.addjournal .nav-pills li.disabled a {
	background: none;
}




.addjournal .jumbotron {
	padding: 50px;
	border-radius: 6px;
}

.addjournal .jumbotron h3 {
	margin-top: 0;
}





.addjournal-info {
	margin: 50px 0;
}

.addjournal-info h1 {
	margin-top: 0;
	margin-bottom: 30px;
}

section .jumbotron h3 {
	margin-bottom: 30px;
}

section .jumbotron .form-group {
	margin-bottom: 20px;
}

ul.nav-pills {
	margin-bottom: 30px;
}



.addjournal-themes {
	background: #fff;
	padding: 15px;
	border-radius: 6px;
	border: 1px solid #ccc;
}


.invite_users {
	margin-bottom: 20px;
}

.invite_users .media-left img {
	width: 50px !important;
	height: 50px !important;
}

.invite_users p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}

.invite_users_list_status {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.invite_users ul {
    color: #999;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}

.invite_button {
    color: #fff;
    background-color: #6288a5;
    font-weight: 300;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 20px;
}

.invite_button:hover {
	color: #fff;
	background-color: #326891;
}

.invited_sub {
	background-color: #BB0A21;
}

.invited_sub:hover {
	background-color: #a50116;
}

.addjournal .btn-viewall {
	margin-bottom: 40px;
}

#jImageBlock {
	display: none;
}

#progress {
	display: none;
}

#avatar-preview{
	margin: 0 auto;
	width:90px;
	height:60px;
	overflow:hidden;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#imageTypeBlock {
	margin: 0 auto;
}

/*-- JOURNAL VIEW --*/

.journal {
	font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
}

.journal_logo {
	background-color: #333;
	background-size: cover;
	-o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
	background-position: center center;
	height: 350px;
	text-shadow: 0 -1px .03em rgba(34,34,34,.2);
	position: relative;
}

@media screen and (min-height: 800px) {
	.journal_logo {
		height: 420px;
	}
}

.journal_card {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 10px;
}

.journal_card .btn-default,
.journal_min .btn-default {
	border-color: #326891;
	color: #326891;
}

.journal_full .journal_card h1 {
	font-weight: 700;
	font-size: 48px;
	margin-bottom: 20px;
}

.journal_full .journal_card h1 a,
.journal_min h1 a {
	color: #333;
}

.journal_full .journal_card h1 a:hover,
.journal_min h1 a:hover {
	color: #326891;
}

.journal_full .journal_card .journal_desc {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 40px;
	color: #666;
}

#journalCounters > li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

#journalCounters > li a {
	color: #000;
}

#journalCounters > li a:hover {
	color: #777;
}

.gradient-bottom {
	/*
	background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
	*/
}

.journal_buttons {
	margin-top: 40px;
}

.journal_buttons .badge {
	margin-left: 5px;
	font-size: 10px;
	color: #999;
	padding: 3px 5px;
}

.journal_small_logo {
	margin: 0 auto 50px auto;
	border-radius: 7px;
	background: #333;
	height: 350px !important;
}

@media screen and (max-width: 768px) {
	.journal_small_logo {
		width: 100%;
		height: auto !important;
	}
	.journal_buttons ul li {
		margin-bottom: 10px;
	}
}


.journal_short .journal_logo {
	height: auto !important;
	width: 900px;
	margin: 50px auto 0px auto;
}

@media screen and (max-width: 900px) {
	.journal_card {
		width: 100%;
		padding: 50px 20px;
	}
}



.journal_min {
	width: 675px;
    margin: 50px auto;
    padding: 0 10px;
}

.journal_min img {
    margin-right: 10px;
    border-radius: 3px;
    width: 70px;
    height: 47px;
}

.journal_min h1 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1;
	margin-top: 0;
}

.journal_min .journal_desc {
	font-size: 14px;
	font-weight: 300;
	color: #666;
}

.journal_min .media-body {
	padding-right: 50px;
}

@media screen and (max-width: 675px) {
	.journal_min {
		width: 100%;
	}
	.journal_min img {
	    width: 40px;
	    height: 27px;
	    margin-right: 5px;
	}
	.journal_min .media-body {
		padding-right: 20px;
	}
}

#inviteBlock {
	margin-top: 40px;
}

#inviteBlock > .list-inline {
	margin-top: 10px;
}



.journal_avatar {
	border-radius: 3px;
	width: 40px;
	height: 27px;
}


.chevrons {
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	 margin-bottom: 60px;
}

.chevrons a {
	position: relative;
	top: 18px;
	background: #fff;
	border: 1px solid #e0e0e0;
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	margin: 0 auto;
	z-index: 2;
}

.chevrons a i {
	line-height: 30px;
}

.chevrons a:hover {
	border-color: #326891;
}

@media (max-width: 992px) {
    .chevrons {
        margin-bottom: 40px;
    }
    .chevrons a {
        display: none;
    }
}


.post_card .fa-users {
	margin: 0 5px;
}


.journal_post_card {
	border-top: none !important;
}

.journal_post_card .btn {
	outline: none !important;
}

.journal_post_card .btn-default {
	padding: 6px 12px;
    border-radius: 5px;
    color: #326891;
    border: 1px solid #326891;
    font-size: 14px;
    background: #fff;
}

.journal_post_avatar {
	float: left;
	margin-right: 10px;
	border-radius: 3px;
	width: 80px;
	height: 54px;
}

@media (max-width: 768px) {
	.journal_post_avatar {
		width: 40px;
		height: 27px;
	}
}




.journal_header_card {
	margin-left: 180px;
}

.journal_header_card img {
	border-radius: 3px;
    width: 47px;
    height: 32px;
    margin-right: 10px;
}

.journal_header_card a {
	letter-spacing: normal;
	font-size: 18px;
    font-weight: bold;
    line-height: 1;
    top: 2px;
}

@media only screen and (max-width: 900px) {
	.journal_header_card {
		margin-left: 0;
	}
}



.author1, .author1:hover {
	color: #999 !important;
}

.author2, .author2:hover {
	color: #326891 !important;
}

.author1:focus, .author2:focus {
	outline: none;
}




.journal-check-panel {
	float: right;
}

/*-- PROMO --*/
#promoModal {
	text-align: center;
	font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
}

#promoModal .text-right {
	margin-bottom: 20px;
}

#promoModal .modal-dialog {
	margin: 80px auto;
}

#promoModal .modal-header {
	border-bottom: 0;
	padding: 30px 40px;
}

#promoModal .modal-body {
	width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
}

#promoModal .modal-body button.close {
	font-size: 48px;
	float: none;
	font-weight: 300;
	position: relative;
	top: 0;
	right: 0;
}

#promoModal .modal-body p {
	font-size: 16px;
}

#promoModal .modal-body h4,
#promoModal .modal-body p {
	margin-bottom: 20px;
}

#promoModal .modal-body ul {
	margin-bottom: 30px;
}

#promoModal .modal-body ul li {
	margin-bottom: 10px;
}

#promoModal .modal-body ul li button {
	width: 70%;
    margin: 0 auto;
}


@media (max-width: 768px) {
	#promoModal .modal-body {
		width: 100%;
	}
	#promoModal .modal-body ul li button {
		width: 100%;
	}
}


/* cont.ws/pays */

.pays {
	width: 680px;
    padding: 20px;
    font-size: 16px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
    margin: 70px auto;
}

.pays h1 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 24px;
}

.pays p {
	margin-bottom: 40px;
}

.pays-icon .fa-circle {
	color: #CCC;
}

.pays ul {
	font-size: 14px;
	margin-bottom: 0;
	color: #999;
}

.side_ads {
	height: 3500px;
	margin-top: 30px;
}

.side_ads h5, .ablock_side h5 {
	text-align: left;
}
