/* navbar */
.tm-navbar-brend {
	padding: 0px 10px;
}

.tm-navbar.navbar .up-menu li {
	font-size: 13px;
}

.tm-navbar.navbar .up-menu .navbar-nav > li > a {
	padding: 22.5px 5px 22px 5px;
}

.tm-navbar ul.nav.navbar-nav li.active a {
	border: none;
	-webkit-box-shadow: inset 0 -2px 0 #2196f3;
	box-shadow: inset 0 -2px 0 #2196f3;
	color: #2196f3;
	background-color: #fff;
}

.tm-navbar .navbar-nav > li > a:hover, .navbar-nav > li > a:focus:hover {
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 0 -2px 0 #2196f3;
	box-shadow: inset 0 -2px 0 #2196f3;
	color: #2196f3 !important;
}

.tm-navbar .navbar-nav > .active > a:focus:hover {
	background-color: #fff !important;
}


/* end navbar */

/* sidebar */
.tm-sidebar-section {
	margin: 25px 0;
}

.tm-sidebar-section .tab-content {
	margin: 10px 0;
}

.tm-sidebar-section .tab-content .tickets-latest-row {
	margin-bottom: 10px;
}

.tm-sidebar-section .tab-content ul {
	padding: 0 15px;
}

.tm-sidebar-section .tab-content li {
	list-style: none;
}

.tm-sidebar-section .tab-content ul.tm-sidebar-tags {
	padding: 0;
}

.tm-sidebar-section .tab-content ul.tm-sidebar-tags li {
	float: left;
	margin: 0;
}

.tm-sidebar-section .tab-content ul.tm-sidebar-tags a {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 3px;
}

.tm-sidebar-section .tab-content ul.tm-sidebar-tags li:hover a {
	color: #2196f3;
	text-decoration: none;
}

/* end sidebar */
/* content */
.tm-content-section .ticket-read-more {
	margin: 10px 0;
}

.tm-content-html.content span {
	font-size: medium !important;
	line-height: initial;
}

.tm-content-html.content br, #content.tm-main br {
	display: none;
}

.tm-content-html.content p {
	margin: 5px;
}

/* end content */
/* footer */
.tm-footer {
	width: 100%;
	padding: 20px 0;
	margin-top: 20px;
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.tm-footer .container {
	padding: 0;
}

/* end footer */
/* yandex search */
input.ya-site-form__input-text {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#ya-site-form0 .ya-site-form__search-input {
	padding: 6px 6px 6px 0px !important;
}

input.ya-site-form__submit {
	display: inline-block;
	padding: 7px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	background-color: #fff;
	border-color: #ccc;
}

input.ya-site-form__submit:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

input.ya-site-form__input-text:focus {
	border-color: #2196f3 !important;
	box-shadow: inset 0 -1px 0 #2196f3;
}

.ya-page_js_yes .ya-site-form_inited_no {
	display: none;
}

/* end yandex search */
/* alphabetically search */
ul#alphabeticallyTickets a {
	padding: 5px;
}

.tm-alphabet a:first-letter {
	text-transform: capitalize;
}

/* end alphabetically search */
/* breadcrumb search */
.tm-breadcrumb {
	overflow: hidden;
	height: 36px;
}

.tm-breadcrumb li.active {
	display: inline;
}

/* end breadcrumb search */
/* adriver search */
.tm-sidebar .tm-adriver {
	margin: 20px 0px;
}

/* end adriver search */
/* static search */
.tm-content-html .Section1 {
	max-width: 780px;
}

/* end static search */
/* auth */
.tm-sidebar-section.tm-sidebar-auth .alert-block {
	border: 1px solid #d3d3d3;
	padding: 15px;
}

/* end auth */
.tm-upper {
	text-transform: capitalize;
}

.tm-tab-content {
	padding-top: 20px;
}

/* user-setting */
.tm-section.tm-user-setting-tabs li a {
	padding: 20px 20px 0px 0px;
	font-size: larger;
}

#user-setting .control-label {
	text-align: left;
}

/* end user-setting */
.tm-footer .tm-social-likes .social-likes {
	top: -144px;
}

.container.tm-container {
	margin-top: 95px;
}

#content > h3 {
	margin-top: 0px;
}

.tm-sidebar-section.tm-sidebar-search {
	margin: 0;
}

.tm-sidebar-section .tm-adriver {
	margin: 10px 0;
}

/* search */
i.tm-ico-search {
	color: #0a6ebd;
	font-size: larger;
	font-weight: 500;
}

.tm-search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

	opacity: 0;
}

.tm-search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	z-index: 99999;
}

.tm-search input[type="search"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
}

.tm-search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
}

.tm-search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

/* end search */

/* media */

@media (max-width: 992px) {
	.tm-navbar.navbar .up-menu .navbar-nav > li > a {
		padding: 5px 0px;
	}
	.tm-navbar.navbar .up-menu .navbar-nav {
		margin: 0;
	}

	.tm-navbar.navbar ul.nav.tm-ico-search {
		margin: 15px;
	}
}

/* end media */