.login_page {
	background: url(../img/auth_bg-2.jpg) no-repeat center center;
	background-size: cover;
}

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

.login_form {
	padding-top: 18%;
}


.login_page .content-block-title {
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	opacity: 0;
}
.login_input {
	margin: 2% auto 0% !important;
	background: rgba(255,255,255,0) !important;
	border-radius: 25px !important;
	height: 50px !important;
	text-align: center;
	font-size: 16px;
	color: #24a7d2 !important;
	border-bottom: 1px solid #ccc !important;
}

.login_input::-webkit-input-placeholder {
   color: #333;
   font-size: 14px;
}

.login_input:active { 
	background: rgba(255,255,255,0.9) !important;
}

.login_input:focus { 
	background: #fff !important;
}

.login_input:focus::-webkit-input-placeholder {
   color: transparent;
}

.login_page .list-block ul {
	background: transparent;
}

.login_page .list-block .item-inner:after, .login_page .list-block ul:before, .login_page .list-block ul:after {
	background: transparent;
}

.facebook_auth {
	background: #3b5998;
	color: #fff;
	height: 50px;
	display: block;
	line-height: 50px;
	border-radius: 25px 0 0 25px;
	text-align: center;
}

.facebook_auth:active {
	background: #223e7c;
}

.facebook_auth i {
	background: #fff;
    -webkit-box-shadow:inset 0px 0px 0px 5px #3b5998;
    -moz-box-shadow:inset 0px 0px 0px 3px #3b5998;
    box-shadow:inset 0px 0px 0px 3px #3b5998;
	color: #3b5998;
	position: relative;
	top: 3px;
	left: -3px;
}

.facebook_auth:active i{
    -webkit-box-shadow:inset 0px 0px 0px 5px #223e7c;
    -moz-box-shadow:inset 0px 0px 0px 3px #223e7c;
    box-shadow:inset 0px 0px 0px 3px #223e7c;
	color: #223e7c;
}

.google_auth {
	background: #d34836;
	color: #fff;
	height: 50px;
	display: block;
	line-height: 50px;
	border-radius: 0px 25px 25px 0px;
	text-align: center;
}

.google_auth:active {
	background: #b42c1a;
}

.google_auth i {
	position: relative;
	top: 5px;
	left: -5px;
}

.auth_button {
	display: block;
	width: 100% !important;	
	margin: -2% auto 5% !important;
	background: #24a7d2;
	border-radius: 25px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
}

.auth_button i {
	position: relative;
	top: 4px;
	left: 5px;
}

.auth_button:active {
	box-shadow: 0px 0px 10px rgba(35, 166, 209, 0.54) !important;	
}

.go_to_reg_button {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #000 !important;
	margin-top: 3%;
}

.go_to_forgot_button {
	font-size: 14px;
	height: 35px;
	color: #666 !important;
	line-height: 35px;
	position: relative;
	top: 15px;
	display: block;
}

.go_to_reg_button:active, .go_to_forgot_button:active {
	color: #ccc;
}

.solid_bg_navbar {
	background: #24a7d2 !important;
}

.grad_bg_navbar {
	background: -webkit-linear-gradient(rgba(0,0,0,0.7) 0%, transparent 100%) !important;
}

.grad_bg_navbar:after {
	background: transparent !important;
}

.solid_bg_navbar .center {
	color: #fff;
}

.solid_bg_navbar .left i {
	color: #fff;
}

.solid_bg_navbar .right i {
	color: #80d0cd;
}

.register_form i, .register_form .item-title.label {
	color: #24a7d2;
}

.register_form .item-title.label {
	width: 50%;
}

.register_form .label-switch input[type=checkbox]:checked+.checkbox{
	background: #24a7d2 !important;
}

input[name=plate] {
	text-transform: uppercase;
}

input[name=plate]::-webkit-input-placeholder {
	text-transform: none;
}

.menu_userbar {
	clear: both;
	height: 150px;
	text-align: center;
}

.menu_title {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.menu_user_photo {
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 40px;
	overflow: hidden;
}

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

.menu_username {
	color: #333;
	font-size: 14px;
	padding-top: 15px;
	display: block;
}

.menu_plate {
	width: 94px;
	height: 20px;
	display: inline-block;
	background: url(../img/plate_bg.png) no-repeat left top;
	background-size: contain;
	position: relative;
	left: 15px;
	top: 20px;
	padding-left: 18px;
	font-family: Arial;
	padding-top: 0px;
	line-height: 21px;
	box-sizing: border-box;
	color: #000;
	font-size: 17px;
	letter-spacing: -1px;
}

.cover_photo {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -50px;
	position: relative;
	overflow: hidden;
}

.profile_photo_inner {
	width: 120px;
	height: 120px;
	display: block;
	border-radius: 60px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	left: 50%;
	top: -60px;
	margin-left: -60px;
	border: 3px solid #fff;
	box-sizing: border-box;
}

.user_data_inner {
	width: 100%;
	text-align: center;
	color: #333;
	line-height: 30px;
	margin-top: -50px;
}

.udi_plate {
	width: 94px;
	height: 20px;
	display: inline-block;
	background: url(../img/plate_bg.png) no-repeat left top;
	background-size: contain;
	padding-left: 17px;
	font-family: Arial;
	padding-top: 0px;
	line-height: 21px;
	box-sizing: border-box;
	color: #000;
	font-size: 17px;
	letter-spacing: -1px;
}

.udi_user_name {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.udi_vehicle {
	display: block;
	font-size: 14px;
	color: #666;
}

.udi_followers {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 33%;
	top: 300px;
	text-align: center;
	color: #666;
	line-height: 30px;
	font-size: 14px;
	text-transform: uppercase;
}

.udi_followers b {
	font-weight: bold;
	display: block;
	color: #333;
}

.udi_following {
	display: inline-block;
	position: absolute;
	right: 0;
	width: 33%;
	top: 300px;
	text-align: center;
	color: #666;
	line-height: 30px;
	font-size: 14px;
	text-transform: uppercase;
}

.udi_following b {
	font-weight: bold;
	display: block;
	color: #333;
}


.home_tabs, .popular_tabs {
	background: #2577b0 !important;
	border-radius: 0;
}

.home_tabs .buttons-row, .popular_tabs .buttons-row {
	border-radius: 0;
}

.home_tabs .button, .popular_tabs .button {
	color: #fff;
	border: 0px solid transparent;
	background: transparent;
	border-radius: 0 !important;
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
	height: 37px;
	padding: 3px 0 0 0;
	height: 39px;
	width: auto;
}

.home_tabs .button.active, .popular_tabs .button.active {
	color: #fff;
	border-bottom: 4px solid #fff;
	background: transparent;
	border-radius: 0;
	padding-bottom: 0px;
}

.popover .item-link.list-button {
	color: #21353c;
	text-align: right;
}

.popover-addpost {
	width: 250px;
}

.popover-post-menu, .popover-comment-menu {
	width: 150px;
}

.popover-addpost i, .popover-post-menu i, .popover-comment-menu i {
	font-size: 20px;
	top: 3px;
	width: 30px;
	/* text-align: center; */
	position: relative;
}




.ks-card-header-pic .card-header {
    height: 40vw;
    background-size: cover;
    background-position: center;
}

.ks-facebook-card .card-header, .ks-card-header-pic .card-header-in {
    display: block;
    padding: 10px;
}

.ks-facebook-avatar {
    float: left;
}

.ks-facebook-menu {
    float: right;
}

.ks-facebook-menu i{
    font-size: 18px;
    color: #333;
}

.ks-facebook-name {
    margin-left: 44px;
    font-size: 14px;
    font-weight: 500;
}

.ks-facebook-date {
    margin-left: 44px;
    font-size: 13px;
    color: #8e8e93;
}

.ks-facebook-card .card-footer, .ks-card-header-pic .card-footer {
    background: #fafafa;
}

.ks-facebook-card .card-footer a, .ks-card-header-pic .card-footer a, .comment_post, .likes_list {
    color: #81848b;
    font-weight: 500;
}

.ks-facebook-card .card-content img {
    display: block;
}

.ks-facebook-card .card-content-inner {
    padding: 15px 10px;
}



.cf_icon {
	font-size: 20px;
	padding-right: 5px;
}

.card {
	margin: 10px -5px;
}

#prehome_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
	background: #24a7d2;
	opacity: 1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.liked, .liked i {
	color: #80d0cd !important;
}

#user_prof_posts .col-33 {
	margin-bottom: 10px;
}

.close_comments {
	text-align: right;
	display: block;
	color: #333;	
}

.close_comments:active {
	color: #000;
}

.close_comments i {
	font-size: 30px;
	position: relative;
	top: 6px;
	padding-left: 8px;
}

.comments_content {
	margin: 15px 0 !important;
}

.send_comment i {
	color: #80d0cd;
	padding-right: 10px;
}

.add_c_icon {
	color: #999;
}

.news_swiper .swiper-slide {
  background: #fff;
  box-sizing: border-box;
}

.news_swiper  {
  height: 250px;
  margin: 0 auto;
}

.news_featured_slide {
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
}

.news_swiper .swiper-pagination {
	bottom: 2% !important;
}

.news_swiper .swiper-pagination-bullet-active {
	background: #fff !important;
}

.uploadable_photo_placeholder {
	text-align: center;
	padding: 5px 0;
}

.custom-file-input 
{
    display: inline-block;
    position: relative;
    color: #666;
}
.custom-file-input input 
{
    visibility: hidden;                 
}
.custom-file-input:before 
{
    font-family: FontAwesome;
    display: block;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 6px 0px;
    width: 100%;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
}
.custom-photo-input:before {
    content: '\f030  выбрать фото';
}
.custom-video-input:before {
    content: '\f030  выбрать видео';
}

.custom-file-input:hover:before 
{
    border-color: #999;
}
.custom-file-input:active:before 
{
    background: #f2f2f2;
}   

a.external {
	word-break: break-all;
}

.hidden {
	display: none !important;
}

.change_prof_pic {
	 width: 40px;
	 height: 40px;
	 text-align: center;
	 background: rgba(0,0,0,0.5);
	 line-height: 40px;
	 margin-top: 80px;
	 margin-left: 40px;
	 border-radius: 20px;
	 display:  block;
}

.change_prof_pic:active {
	 background: #80d0cd;
}

.change_prof_pic i{
	 font-size: 18px !important;
}

.change_cover_pic {
	 width: 40px;
	 height: 40px;
	 text-align: center;
	 background: rgba(0,0,0,0.5);
	 line-height: 40px;
	 border-radius: 20px 0 0 0;
	 display:  block;
	 position: absolute;
	 right: -5px;
	 bottom: -5px;
}

.change_cover_pic:active {
	 background: #80d0cd;
}

.change_cover_pic i{
	 font-size: 18px !important;
}

.button.disabled_button {
	background-color: #ccc !important;
	pointer-events: none !important;
}

.send_comment.disabled_button {
	pointer-events: none !important;
}

.send_comment.disabled_button i {
	color: #ccc !important;
}

.snapshot_generator {
  display: block;
  height: 1px;
  left: 0;
  object-fit: contain;
  position: fixed;
  top: 0;
  width: 1px;
  z-index: -1;
}

.left_menu_wrapper .item-title {
	margin: 0 auto;
	padding-left: 15px;
}

.badge {
	background: #24a7d2;
}

.book_cover {
	height: 300px !important;
	text-align: center !important;
	text-shadow: 0px 0px 1px black;
	padding-top: 160px;
	line-height: 10px !important;
	display: block !important;
}


.book_cover:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  opacity: .6;
}

.book_cover i, .book_cover span, .book_cover b {
	position: relative;
	z-index: 100;
	text-align: center;
	display: block;
	line-height: 15px;
}

.book_cover img {
	max-width: 100%;
	position: relative;
	z-index: 100;
}