body {
	color: #323232;
	font-family: Arial,sans-serif;
	background-color: #fff
}

p {
	font-family: Arial,sans-serif;
	font-size: 16px;
	line-height: 1.8em
}

a,
a.active,
a:active,
a:focus,
a:hover {
	color: #cf3a13;
	font-family: Arial,sans-serif;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial,sans-serif;
	font-weight: 700;
}
b, strong {
    font-weight: 700;
}
button {
	outline: 0
}

textarea {
	margin-bottom: 1em
}

hr {
	border-top: 1px solid #dedede
}

.red {
	color: red
}

.green {
  color: green
}

.grey {
  color: grey
}

@media screen and (min-width:768px) {
	.adv-block {
		margin-bottom: 2em
	}
	.enter-to-post{
		display: none;
	}
}

.adv-block {
  margin-bottom: 1.2em
}

.brackets-title {
  color: #cf3a13;
  font-size: 11px
}

.comments-count {
  color: #cf3a13;
}
.breadcrumbs a{
	color: grey;
}
.form-control {
	height: 36px;
	background-color: #fff;
	border-radius: 3px!important;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: none;
	box-shadow: none
}

.input-group .input-group-addon {
	color: #a2a2a2;
	background-color: #fff;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0
}

.input-group .form-control {
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important
}

.btn.btn-default {
	text-transform: uppercase;
	color: #323232!important;
	font-weight: 700;
	font-size: 14px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	margin: 0 5px;
	padding: .5em 1.2em;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.btn.btn-default:focus,
.btn.btn-default:hover {
	opacity: .75;
	color: #323232!important;
	background-color: #fff!important;
	border: 1px solid #fff!important
}

.btn.btn-primary {
	text-transform: uppercase;
	color: #fff!important;
	font-weight: 700;
	font-size: 14px;
	border: 1px solid #cf3a13;
	border-radius: 3px;
	background-color: #cf3a13;
	padding: .5em 1.2em;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.btn.btn-primary.small{
	font-size: 12px;
	padding: .4em .9em;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
	color: #fff!important;
	background-color: #cf3a13!important;
	border: 1px solid #cf3a13!important;
	opacity: .75
}

.btn.btn-fb {
	color: #fff!important;
	font-weight: 700!important;
	font-size: 14px!important;
	background-color: #3c599b!important;
	border: 1px solid #3c599b!important;
	border-radius: 3px;
	margin: 0 5px;
	padding: .5em 1.2em;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.btn.btn-fb:focus,
.btn.btn-fb:hover {
	color: #fff!important;
	background-color: #3c599b!important;
	border: 1px solid #3c599b!important;
	opacity: .75
}

.btn.btn-fb:focus i,
.btn.btn-fb:hover i {
	color: #fff!important
}

.dropdown-menu {
	font-size: 15px;
	border: none;
	border-radius: 4px!important;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
	box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #cf3a13;
	text-decoration: none;
	background-color: transparent
}

.dropdown-menu>li>a {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #141e3c;
	padding: 3px 15px
}

@media screen and (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
font-weigth: 400;
		color: #fff;
		border-bottom: 1px solid #131a2c
	}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
color: #fff;}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}
	.enter-to-post{
		color: #fff;
		position: fixed;
		right: 0;
		top: 6em;
		width: 50px;
		height: 100px;
		/* border-top-left-radius: 500px;
		border-bottom-left-radius: 500px; */
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 36px;
		padding-left: .3em;
		background-color: rgba(0,0,0, .5);
		z-index: 9;
		text-decoration: none;
}
}

#profile-edit-img {
  border-radius: 50%;
  margin-bottom: 1em;
  object-fit: cover
}

.inner-table {
	width: 100%;
	margin-bottom: 1em
}

.inner-table tr th {
	padding: 8px
}

.inner-table tr:first-child td {
	border-top: 1px solid #e1e1e1
}

.inner-table tr td {
	padding: 8px;
	border-bottom: 1px solid #e1e1e1
}

.navbar-default {
	background-color: #003253;
	border: none;
	border-radius: 0
}

.navbar {
	min-height: 50px;
	margin-bottom: 1.8em;
}

.navbar-toggle.app-link{
	margin-right: 0;
}
.navbar-toggle.app-link{
	margin-right: 0;
	margin-left: 0;
}
.navbar-toggle.user-login{
	margin-left: 5px;
}
.navbar-toggle.app-link,
.navbar-toggle.user-login {
  text-align: center;
  color: #fff;
  width: 42px;
  height: 32px;
  line-height: 1em;
  float: right
}

@media screen and (min-width:768px) {
  .navbar-brand img {
    height: 25px;
  }
  .navbar-brand .mobile-brand {
    display: none
  }
}

@media screen and (max-width:767px) {
  .navbar-brand img {
    height: 30px;
    margin-top: 5px
  }
  .navbar-brand .desktop-brand {
    display: none
  }
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a.active i,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:focus i,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:hover i {
	color: #d49976;
}

@media screen and (min-width:768px) {
	.navbar-nav>li>a {
		padding-top: 8px;
		padding-bottom: 7px;
	}
	.nav.navbar-nav {
		margin: 7px 0;
	}
	.navbar-brand {
    padding: 11px 15px;
}

	.navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
		color: #cf3a13;
		background-color: transparent
	}
}

@media screen and (max-width:768px) {
	.navbar .btn {
		margin: 10px 15px
	}
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
		color: #fff;
		background-color: #cf3a13
	}
}

.navbar-toggle {
	position: relative;
	float: left;
	padding: 9px 10px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 8px;
	background-color: #cf3a13;
	background-image: none;
	border: 0;
	border-radius: 0;
	z-index: 9
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #cf3a13
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-collapse {
	border-top: 0
}

#content {
	margin-bottom: 2em
}

#content a:hover {
	outline: none;
	text-decoration: none
}

#content .home-header {
	padding-bottom: .5em;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 1em;
	margin-top: 0
}
#content .home-header h2,
#content .home-header h1 {
	font-size: 20px;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: .2em
}
#content .home-header i{
	color: #cf3a13;
	margin-right: .3em;
}
#content .big-block,
#content .small-block {
	outline: none;
	margin-bottom: 1em
}

#content .big-block,
#content .small-block {
	position: relative
}

#content .small-block {
  height: 250px;
}

#content .big-block img,
#content .small-block img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

#content .small-block img {
  height: 150px;
  background: white
}
#content .small-block-photo .small-img,
#content .small-block .small-img {
  position: relative;
}
#content .small-block .small-img .type-icons{
	color: #fff;
	position: absolute;
	bottom: .35em;
	left: .5em;
}
#content .small-block .small-img .type-icons i:first-child{
	margin-right: .5em;
}
#content .small-block-photo .small-img.photo-icon:before,
#content .small-block .small-img.photo-icon:before{
    font-family: "Font Awesome 5 Pro";
    font-size: 80px;
    color: rgba(255, 255, 255, .5);
    content: '\f1c5';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content .small-block-photo .small-img.video-icon:before,
#content .small-block .small-img.video-icon:before{
    font-family: "Font Awesome 5 Pro";
    font-size: 80px;
    color: rgba(255, 255, 255, .5);
    content: '\f1c8';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content .small-block .small-img .just-categories {
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7);
  padding: .2em .5em;
}
#content .big-block .just-label,
#content .small-block .small-img .just-label {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  background-color: #cf3a13;
  padding: 1px 6px;
  border-radius: 5px;
  position: absolute;
  left: 1em;
  top: 1em;
}

#content .big-block img {
  height: 250px
}

#content .big-block .description {
	min-height: 75px
}

#content .big-block .description {
	font-size: 16px;
	color: #fff;
	font-weight: 500
}

#content .small-block .description {
	font-weight: 700;
	color: #323232;
	padding: 8px 0
}

#content .small-block .description  .title {
    font-size: 13px;
}

#content .small-block:hover .description {
	background-color: transparent
}

#content .small-block:hover .description .title {
	color: #cf3a13
}


#content .small-block .description time{
	font-weight: 400;
	color: #989898;
	font-size: 11px !important
}

#content a .small-block .time {
	text-decoration: none!important
}

#content .small-block .description .time {
	font-weight: 400;
	color: #989898;
	font-size: 13px;
	display: block
}

#content .small-block:hover .time {
	text-decoration: none
}

#content .small-block .foto-label {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  background-color: #cf3a13;
  padding: 1px 6px;
  border-radius: 5px;
  position: absolute;
  left: 1em;
  top: 1em;
}

#content .big-block .description .time {
	display: block;
	color: #989898;
	font-size: 12px;
	font-weight: 400;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#content .big-block .description {
	display: block;
	text-align: left;
	position: absolute;
	background: rgba(0,0,0,.6);
	padding: 8px 8px 8px 8px;
	width: 100%;
	bottom: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

/* #content .big-block:focus .description,
#content .big-block:hover .description {
	background: rgba(0,0,0,.6)
} */

#content .big-block .description .comments-count {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

#content .big-block .description .title {
	font-weight: 700;
	display: block;
	width: 100%
}

#content .big-block .description .title.video:before,
#content .small-block .description .title.video:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f03d';
	font-size: 12px;
	vertical-align: 2px;
	margin-right: .4em
}

#content .big-block .description .title.video-photo:before,
#content .small-block .description .title.video-photo:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f03d' ' ' '\f03e';
	font-size: 12px;
	vertical-align: 2px;
	margin-right: .4em
}

#content .big-block .description .title.photo:before,
#content .small-block .description .title.photo:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f03e';
	font-size: 12px;
	vertical-align: 2px;
	margin-right: .4em
}

#content .big-block .description .time:before,
#content .small-block .description .time:before {
	content: '\f017';
	font-family: "Font Awesome 5 Pro";
	font-size: 13px;
	vertical-align: middle;
	margin-right: .3em;
	opacity: .5
}

#sidebar .panel-primary>.panel-heading {
	color: #323232;
	background-color: #fff;
	border-color: transparent;
	padding: 0;
	margin-bottom: .5em;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: .7em
}

#sidebar .panel-primary>.panel-heading h2 {
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
	margin: 0;
}

#sidebar .panel-primary>.panel-heading h2 .head-link {
	font-size: 12px;
	font-weight: 400;
	margin-top: 4px
}

#sidebar .panel-primary>.panel-heading i {
	color: #cf3a13;
	margin-right: .3em
}

#sidebar .panel-primary>.panel-heading hr {
	border-color: #e1e1e1;
	margin: 0
}

.panel-primary {
  border-color: #bbb
}

#new .panel-primary>.panel-heading {
  background-color: #003253;
  border-color: #bbb
}

#sidebar .panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none
}

#sidebar .panel-body {
	padding: 0
}

.top-panel ul,
#sidebar #top-comments ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.top-panel .tab-content ul li,
#sidebar #top-comments .tab-content ul li {
	padding: 8px 0;
	border-bottom: 1px solid #e1e1e1
}

.top-panel .tab-content ul li:last-child,
#sidebar #top-comments .tab-content ul li:last-child {
	border-bottom: 0
}

.top-panel .tab-content ul li a,
#sidebar #top-comments .tab-content ul li a {
	color: #323232!important;
	font-size: 13px;
	white-space: nowrap;
	font-weight: 700;
}
#sidebar #top-comments .comment-head{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
#sidebar #top-comments .comment-head .comment-title{
	display: inline-block;
	width: 75%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#sidebar #top-comments .comment-head time{
	font-size: 11px;
	color: #989898;
}
#sidebar #top-comments .comment-content{
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.top-panel .tab-content ul li .comments,
.top-panel .tab-content ul li .name {
	display: inline;
	vertical-align: middle
}

.top-panel .tab-content ul li .name {
	display: inline-block;
	width: 92%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.top-panel .tab-content ul li .comments {
	float: right;
	color: #cf3a13
}

.top-panel .nav>li>a {
	color: #323232;
	position: relative;
	display: block;
	padding: 5px 5px
}

.top-panel .nav-tabs>li>a {
	font-size: 15px;
	font-weight: 700;
	border: 0;
	border-radius: 0;
}

.top-panel .nav-tabs>li.active>a,
.top-panel .nav-tabs>li.active>a:focus,
.top-panel .nav-tabs>li.active>a:hover,
.top-panel .nav-tabs>li>a:focus,
.top-panel .nav-tabs>li>a:hover {
	color: #fff;
	border: 0;
	border-radius: 0;
	background: #cf3a13
}

.top-panel .nav-tabs {
	border-bottom: 2px solid #cf3a13
}

#sidebar #adv {
	margin-bottom: 20px
}

footer {
	margin-top: 3em;
	background: #1a1c20 none repeat center top;
	padding: 1.6em 0;
}

footer h4 {
	font-size: 16px
}

footer .footer-menu {
	list-style: none;
	padding: 0;
	margin-bottom: 2em
}

footer .footer-menu li {
  font-size: 13px;
  padding: 2px 0
}

@media screen and (max-width: 767px) {
	footer .footer-menu li {
		padding: 6px 0
	}
	.top-panel .nav-tabs>li{
		display: inline-block;
		margin-bottom: -5px;
	}
  	.top-panel .nav-tabs>li>a{
		padding: 8px 20px;
	}
}

footer .copyright {
	color: white;
	font-size: 11px;
}

footer .copyright-menu {
	list-style: none;
	margin: 0;
	padding: 0
}

footer .copyright-menu li {
	display: inline-block
}

footer .copyright-menu li a {
	font-size: 12px;
	padding: 0 5px
}

footer .copyright img {
	margin-right: .5em
}

.modal h4 {
	display: table;
	font-size: 22px;
	white-space: nowrap;
	width: 100%;
	text-align: center
}

.modal .btn.btn-login {
	width: 100%;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #009796;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 5px 0;
	padding: .6em 0
}

.btn.btn-login-fb {
  color: #fff;
  width: 100%;
  margin: .2em 0;
  background-color: #33549e;
  background-image: url(../img/fb-icon.png);
  background-repeat: no-repeat;
  background-position: left bottom
}

.btn.btn-primary.fb-btn-primary {
  background-color: #33549e;
  border-color: #33549e;
  margin-right: 5px
}

a.btn.btn-primary.fb-btn-primary:hover,
a.btn.btn-primary.fb-btn-primary:focus {
  background-color: #385dad!important;
  border-color: #385dad!important
}

.modal .modal-body {
	position: relative;
	padding: 10px 25px 25px
}

@media screen and (min-width:500px) {
	.modal .modal-dialog {
		width: 475px;
		margin: 80px auto
	}
}

.modal .modal-content {
	border-radius: 0
}

.modal .modal-header {
	border-bottom: 0
}

.modal .checkbox,
.modal .forgot {
  margin-top: 0;
  display: inline-block
}

.modal .forgot {
	float: right;
	text-align: right;
	color: #4d4d4d
}

.modal .forgot label {
	font-weight: 400
}

.modal .close {
  font-size: 24px
}

.page-header {
  padding-bottom: .5em;
  border-bottom: 1px solid #e1e1e1;
  margin: 1em 0
}

.page-header h1 {
  font-size: 20px;
  line-height: 1em;
  margin-top: .4em;
  margin-bottom: .2em
}

#new .pic .time {
  font-size: 11px;
  color: #989898;
  margin: .5em 0;
  margin-left: .5em
}

#new .pic time:before {
  content: '\f017';
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  vertical-align: middle;
  margin-right: .3em;
  opacity: .7
}

#new .new-img .adv {
  margin-top: .8em;
  margin-bottom: 1.6em;
  float: right
}

@media screen and (max-width: 767px) {
  #new .new-img .adv {
    float: none
  }
}

#new .new-img .pic {
  float: left;
  margin-bottom: 1.6em
}

#new .new-img .pic img {
  width: 100%;
  display: block;
  margin-bottom: .3em
}

#new .new-img .pic .zoom-img i {
	opacity: .8;
	position: absolute;
	color: #fff;
	font-size: 20px;
	padding: .5em
}

#new .new-img .pic small {
	display: inline;
	color: #989898;
	font-size: 11px
}

#new .new-content>.embed-responsive,
#new .new-content>img {
	margin-bottom: 1.2em
}

#new .new-content a{
  color: #003253;
  text-decoration: underline;
}

#new .new-content h2{
  font-size: 20px;
}

.news-block-title h2 {
	font-size: 22px;
	font-weight: 500
}

.news-block-title i {
	color: #cf3a13;
	margin-right: .2em
}

.news-block-title {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 1em
}

.comments-list .nav.nav-tabs {
	border: 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #ededed
}

.comments-list .nav-tabs>li {
	padding: 0
}

.comments-list .nav-tabs>li.active>a,
.comments-list .nav-tabs>li.active>a:focus,
.comments-list .nav-tabs>li.active>a:hover {
	color: #fff;
	border: 0;
	border-radius: 0;
	background: #cf3a13
}

.comments-list .nav>li>a:focus,
.comments-list .nav>li>a:hover {
	color: #fff;
	border: 0;
	border-radius: 0;
	background: #cf3a13
}

.comments-list .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 0;
	border-radius: 4px 4px 0 0
}

.comments-list .nav-tabs>li {
	margin: 0
}

.comments-list .nav>li>a {
	color: #323232;
	font-weight: 700;
	position: relative;
  display: block;
  padding: 3px 10px
}

.comments-list ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.comments-list ul li.comment-removed {
  opacity: 0.5
}

.comments-list ul li.comment-block {
  list-style: none;
  padding: .8em 0;
  margin: 0;
  border-bottom: 1px solid #ededed
}

.comments-list ul li.comment-block .name {
  margin-bottom: .5em
}

.comments-list ul li.comment-block p {
	font-size: 14px;
	margin-bottom: 0
}

.comments-list ul li.comment-block .quote {
	background: #ededed;
	margin-left: 10px;
  margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 10px
}

.comments-list ul li.comment-block .quote p {
	font-size: 14px
}

.comments-list .comment-block .name a {
	color: #323232;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: .6em
}

.comments-list .comment-block .comment-rating {
	display: inline-block
}

.comments-list .comment-block .comment-rating ul li {
	display: inline;
	margin-right: 5px
}

.comments-list .comment-block .quotes-btn,
.comments-list .comment-block .ban-btn,
.comments-list .comment-block .comment-trash-btn,
.comments-list .comment-block .exclamation-btn {
	color: #fff;
	background: #b4b1b1;
	font-size: 11px;
	font-weight: 700;
	margin-top: 3px;
	text-decoration: none;
	padding: 2px 5px;
	border-radius: 3px;
  cursor: pointer
}

.comments-list .comment-block .exclamation-btn-readonly {
	color: #fff;
	background: #e60000;
	font-size: 11px;
	font-weight: 700;
	margin-top: 3px;
	text-decoration: none;
	padding: 2px 5px;
	border-radius: 3px
}

.comments-list .comment-block .ban-btn-readonly {
	color: #fff;
	background: #800000;
	font-size: 11px;
	font-weight: 700;
	margin-top: 3px;
	text-decoration: none;
	padding: 2px 5px;
	border-radius: 3px
}

.comments-list .comment-block .quotes-btn:before {
	content: '\f10e';
	font-family: "Font Awesome 5 Pro";
	margin-right: .7em
}

.comments-list .comment-block .comment-trash-btn:before {
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  margin-right: .7em
}

.comments-list .comment-block .ban-btn-readonly:before,
.comments-list .comment-block .ban-btn:before {
  content: '\f05e';
  font-family: "Font Awesome 5 Pro";
  margin-right: .7em
}

.comments-list .comment-block .exclamation-btn-readonly:before,
.comments-list .comment-block .exclamation-btn:before {
  content: '\f12a';
  font-family: "Font Awesome 5 Pro";
  margin-right: .7em
}

.comments-list .comment-block time {
  float: right;
  font-size: 11px;
  color: #989898
}

.comments-textarea{
  clear: both;
  padding: 1em;
  border: 1px solid #ededed;
  border-radius: 5px;
  margin-top: 1em
}

.comments-textarea h3{
  margin-top: 0
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #cf3a13;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e1e1e1
}

.pagination>li>a,
.pagination>li>span {
  margin: 5px;
  border-radius: 0 !important
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  background-color: #cf3a13;
  border-color: #cf3a13
}

@media only screen and (min-width:768px) {
	.dropdown:hover .dropdown-menu {
		display: block
	}
}

.user-block-desktop>li>a {
  text-transform: none!important;
  padding: 3px 0
}

.user-block-desktop .avatar-img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 5px
}

@media screen and (max-width:767px) {
  .inner-adv-banner {
    padding: 15px 15px 15px 0px
  }
	.right {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: .3s ease all;
		transition: .3s ease all
	}
	.mobile-hidden {
		display: none!important
	}
  .navbar-collapse {
    background-color: #040a1b;
    position: fixed;
    top: 0;
    transition: all .5s ease-out;
    height: 100%;
    width: 50%;
    padding: 4em 15px;
    z-index: 2;
    max-height: 100% !important;
  }
	.mobile-user {
		float: right;
		display: inline;
		margin: 9px 10px
	}
	.mobile-user>li a {
		border-radius: 5px!important;
		padding: 5px 15px
	}
  .mobile-user>li ul li a {
    color: #777 !important;
    padding: 8px 15px!important
	}
	.mobile-user>li ul li a:hover {
		font-weight: 700
	}
	.mobile-user .dropdown-menu {
		position: absolute!important;
		background-color: #fff!important;
		width: 100%!important;
		min-width: auto!important;
		-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5)!important;
		-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5)!important;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5)!important
	}
	.mobile-user .dropdown-menu li a {
		border-bottom: 1px solid #e1e1e1!important
	}
	.mobile-user .dropdown-menu li:last-child a {
		border-bottom: 0!important
	}
}

@media screen and (min-width:768px) {
	.desktop-hidden {
		display: none!important
	}
  #sidebar {
    min-width: 330px
  }
  #content {
    max-width: calc(100% - 330px)
  }
}

.small-block-photo {
  height: 250px;
  position: relative
}

.zoom-img i {
  opacity: .8;
  position: absolute;
  color: #fff;
  font-size: 40px;
  padding: .5em
}

.small-block-photo .small-overlay-count {
  position: absolute;
  color: #fff;
  font-size: 32px;
  height: 150px;
  background-color: rgba(0, 0, 0, .75);
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 2.3em
}

.small-block-photo img {
  height: 150px;
  width: 100%;
  object-fit: cover
}

.small-block-photo .name {
	font-weight: 700;
	margin: .4em 0
}

.small-block-photo .photo-control {
	float: right;
	display: inline-block
}

.small-block-photo .photo-control li {
	display: inline-block
}

.small-block-photo .photo-control li a {
  color: #323232!important;
  padding: 0 3px
}

.notice-count,
.notice-count:focus,
.notice-count:hover {
	color: #fff;
	position: absolute;
	background-color: red;
	width: 18px;
	height: 18px;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	line-height: 1.65em;
	border-radius: 50%;
	right: -15px;
	top: -10px
}

.notifications-btn {
	margin: 2px 8px;
	padding: 3px 10px;
	background-color: #000;
	border-radius: 50%
}

.notifications-list.dropdown-menu {
  width: 260px
}

.notifications-list.dropdown-menu>li>a:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f27a';
  margin-right: 5px
}

.notifications-list.dropdown-menu>li>a {
	white-space: inherit;
	font-size: 13px
}

.notifications-list.dropdown-menu>li {
	border-bottom: 1px solid #e1e1e1
}

.notifications-list.dropdown-menu>li:last-child {
	border-bottom: 0
}

@media screen and (max-width:767px) {
	.mobile-user li {
		position: relative;
		display: inline-block
	}
	.mobile-user .notifications-btn {
		margin: 2px 0;
		padding: 3px 5px;
		background-color: transparent
	}
	.mobile-user .notifications-btn i {
		color: #fff!important
	}
	.mobile-user .notifications-btn .dropdown-menu {
		background-color: red;
		width: 200px!important;
		right: 0!important;
		left: -145px!important
	}
	.mobile-user .notifications-btn .dropdown-menu li a {
		font-weight: 400
	}
  .mobile-user .username {
    display: inline-block;
    width: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
	.notifications-list.dropdown-menu>li {
		border-bottom: 0
	}
	.navbar-brand {
		padding: 12px 0;
    padding-left:0;
    padding-right: 0
	}
	.notice-count,
	.notice-count:focus,
	.notice-count:hover {
		right: -8px;
		top: -8px
	}
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px
}

.row {
  margin-right: -8px;
  margin-left: -8px
}

#main {
  margin-top: 5.5em;
}

div.google-auto-placed{display:none!important}

/* Slick Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	outline: none;
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #cf3a13;
	transition: .2s opacity;
	opacity: 1;
	z-index: 9;
}
.slick-prev.large, .slick-next.large{
	width: 80px;
	height: 80px;
}

.slick-prev.large:before, .slick-next.large:before{
	font-size: 28px;
}
.slick-prev.large{
	left: 0
}
.slick-next.large{
	right: 0
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover, .slick-next:focus {
	outline: none;
	opacity: .85;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -5px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '\f053';
}
.slick-next {
	right: -5px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '\f054';
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: 'Ã¢â‚¬Â¢';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.thumbs .thumb {
  cursor: pointer;
}
.tag-list {
  text-align: center;
}
.tag-list li {
  display: inline;
  text-decoration: underline;
}
.home-slider {
  margin: 2.5em 0;
}
.home-slider .small-block {
  height: auto!important;
}
.admin-table tbody tr td:first-child a {
  color: black;
}
.admin-table thead tr th:not(:first-of-type),
.admin-table tbody tr td:not(:first-of-type) {
  text-align: center;
}
.admin-table thead th.controls>a:first-of-type:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f067';
}
.admin-table tbody tr td.controls>a:first-of-type:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f040';
}
.admin-table .controls>a {
  cursor: pointer;
}
.admin-table .controls>a:not(:last-child) {
  margin-right: 5px;
}
.admin-table tbody tr:last-of-type td {
  width: 3em;
}
label.required:after {
  content: ' *';
  color: red;
}
label a {
  text-decoration: underline;
}
.comment-rating .rating-green {
  color: green;
}
.comment-rating .rating-red {
  color: #e22c31;
}
.comment-rating .rating-black {
  color: #666666;
}
.comment-rating .bold {
  font-weight: bold;
}
.comment-rating .rate {
  cursor: pointer;
}
@media screen and (min-width:768px) {
	#content .small-block .description .title {
		font-size: 16px;
	}
 	#content .small-block {
		height: 250px
	}
}
.mt-1 {
  margin-top: 1em;
}
#thumbnail {
  width: 100%;
  cursor: pointer;
}
#img-upload {
  display: none;
}
.modal-body form .input-group {
  width: 100%;
  margin-bottom: 1em;
}
input[name=username] {
  margin-bottom: 5px;
}
#login-form button[type=submit] {
  width: 100%;
  margin: .2em 0;
}
.modal-body .text-center {
  font-size: 14px;
  color: #a2a2a2;
}
.radio,
.checkbox {
  margin-top: 0;
}
.radio label:not(:first-of-type),
.checkbox label:not(:first-of-type) {
  margin-left: 1em;
}
.gallery {
  min-height: 250px;
}
.gallery-add {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 1em 0;
}
.new-gallery img {
  vertical-align: baseline;
}
.dropdown-menu hr {
  margin: 5px;
}
.auth-dropdown {
  margin-top: 3px;
}
.auth-dropdown .logout {
  cursor: pointer;
}
#content .stadiums .small-block {
  height: 150px;
}
#content .stadiums .small-block img {
  height: 100px;
  object-fit: cover;
}
#content .coaches img {
  width: 80px;
  height: 100px;
  object-fit: cover;
}
#content .coaches > div {
  padding-bottom: 1em;
}
#content .coaches a > span {
  position: absolute;
  padding-left: 5px;
  top: 2.5em;
  width: 175px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.numbered tr {
  counter-increment: row-num;
}
table.numbered tr td:first-child::before {
  content: counter(row-num) ".";
}
input.w40 {
  width: 40px;
}
.button-centered {
  text-align: center;
  margin: 1.2em 0;
}
#top-banner {
  margin-top: 4em;
  margin-bottom: -4em;
}
.img-table tr td:first-of-type {
  font-weight: bold;
  padding-right: 5px;
}
.img-table input.copy-link:hover {
  cursor: pointer;
}
.img-table small.image-text {
  font-style: italic;
  color: #cf3a13;
  float: right;
  display: none;
}
.h-350 {
  height: 350px;
}
.h-315 {
  height: 315px;
}
.ladda-button:after {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.3em;
}
.image-edit-btn {
  cursor: pointer;
  text-decoration: underline;
}
.comment-highlighted {
  border-radius: 5px;
  animation: AnimationName 2s ease;
  animation-fill-mode: forwards;
}

@keyframes AnimationName {
  0% { background-color: #cf3a13; }
}

.search-form {
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 1em;
  margin: 0;
}

.search-form label {
  padding-top: 1em;
  font-weight: normal;
}
