/*
Theme Name: ubcity
Description: ubcity.mn
Autor: Mind Agency
Author URI: http://mindagency.mn
Version: 2.0
*/

@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css";
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese";
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333;
	overflow-x: hidden;
	line-height: 1.8em;
	font-weight: 400;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #6b6c6e;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}
b,
strong {

	font-weight: 500
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	margin: 0;
	background: none;
	line-height: 1.5em
}
input,
button,
select,
textarea {
	font-family: 'Roboto Condensed', sans-serif
}
ul,
li {
	
	padding: 0;
	margin: 0
}
p {
	position: relative;
	font-size: 14px;
	line-height: 1.8em
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	box-sizing: border-box;
}
.button {
	display: inline-block;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}
.divider {
	width:25px;
	height:5px;
	background:#00629f;
	margin: 0 auto 50px;
}
.more {

}
.more a {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	padding: 10px 20px;
	text-transform: uppercase;
	border: 1px solid #fff;
	transition: background-color .25s ease-out,color .25s ease-out;
	background: #ffd714;
}
.overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(21, 21, 21, 0.2);
    transition: opacity 0.3s ease;
    display: block;
    content: '';
    opacity: 0;
}

.clr {
	clear: both;
}

/* Back to top */

#back-to-top {
	position: fixed;
	bottom: 50px;
	right: 40px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: rgba(255,133,0,.5);
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	border: 0;
	border-radius: 0;
	text-decoration: none;
	transition: all 0.3s ease-out;
	opacity: 0;
}
#back-to-top:hover {
	background: #00629f;
}
#back-to-top.show {
	opacity: 1;
}

.fixed-social {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 999;
}
.fixed-social a {
	display: block;
	color: #fff;
	font-size: 16px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #000;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.fixed-social a:hover {
	background: #ffd714;
}

/* Header */

.header {
	padding: 12px 0;
}
.header .logo img {
	width: 110px;
}
.header .logo a {

}
.header .search-main {
	margin-top: 20px;
	position: relative;
}
.header .search-main input {
	height: 40px;
    vertical-align: middle;
    display: inline-block;
    line-height: 36px;
	width: 100%;
	width: 100%;
	padding: 0 20px;
    background: #f6f6f6;
    color: #999;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    margin: 0;
	background-color: #fff;
    border: 1px solid #e1e1e1;
	border-radius: 0;
}
.header .search-main input:focus {
	border-color: #de1e35;
	box-shadow: none;
}
.header .search-main button {
	position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    border: 0;
    background: #de1e35;
	border-radius: 0;
}
.header .search-main button i {
	position: absolute;
    top: 12px;
    right: 12px;
    color: #fff;
    font-size: 16px;
}



.others {
	margin-top: 15px;
}
.others li {
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #e1e1e1;
}
.others li:last-child {
	border: 0;
	padding-right: 0;
}
.others li h3 {
	color: #de1e35;
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	line-height: 1;
}
.others li h3 img {
	width: 20px;
	margin-right: 5px;
}
.others li h3 img.usd {
	width: 20px;
}
.others li p {
	color: #333;
	font-size: 12px;
	margin: 0;
}

/* menu */

.menu {
	background: #11357f;
}
.menu li {
	list-style: none;
}
.menu li.shar a {
	background: #146eff;
}
.menu li a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 12px 15px;
	transition: all 0.3s ease-out;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	position: relative;
	line-height: 1.5;
}
.menu li.current-menu-item>a {
	background: #de1e35;
}
.menu li a:hover {
	background: #de1e35;
}
.navbar-light .navbar-brand {
	color: #fff;
}
.navbar-light .navbar-toggler {
	background: #fff;
}
.menu li:hover>ul.my-sub-menu {
	display: block;
	-webkit-animation: fadeIn 0.2s;
	animation: fadeIn 0.2s;
}
.menu li ul.my-sub-menu {
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	display: none;
	position: absolute;
	z-index: 999;
	background: #fafafa;
	width: 300px;
	margin-top: 0;
}
.menu li ul.my-sub-menu li {

}
.menu li ul.my-sub-menu li a {
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 15px;
	text-transform: uppercase;
	display: block;
	color:#444;
	border-bottom: 1px solid #e1e1e1;
}
.menu li ul.my-sub-menu li.current-menu-item a {
	background: #de1e35;
}
.menu li ul.my-sub-menu li a:hover {
	color:#fff;
}
.menu ul.my-sub-menu li.current-menu-item a {

	color:#fff;
}
.menu li a:hover, .header .menu li a:focus {
	color: #fff;

}
.menu .navbar-nav>li.menu-item-has-children>a:after {
	font-family: "FontAwesome";
	content: "\f107";
	color: #fff;
	position: relative;
	font-size: 10px;
	right: -5px;
}

/* Mobile Header */

.header .icon-menu {
	cursor: pointer;
	margin-top: 25px;
}
.header .icon-menu span {
	display: block;
	background: #000;
	width: 16px;
	height: 2px;
	margin-bottom: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .icon-menu span:first-child {
	width: 35px;
}
.header .icon-menu span:last-child {
	width: 26px;
	margin-bottom: 0;
}
/* Main Menu */

.bg-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1999;
	background: rgba(9, 32, 53, 0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.main-menu.active .bg-overlay {
	visibility: visible;
	opacity: 1;
}
.menu-content {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background: #fff;
	z-index: 2999;
	visibility: hidden;
	opacity: 0;
	-webkit-opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	-o-transform: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	-ms-transform: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	width: 350px;
	padding: 80px 37px 30px 50px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	overflow-y: scroll;
}
.main-menu.active .menu-content {
	visibility: visible;
	opacity: 1;
	-webkit-opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.close-menu {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	font-size: 25px;
	color: #000;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mobile-menu li {
	list-style: none;
}
.mobile-menu li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 1px solid #ebebeb;
}
.mobile-menu li ul.my-sub-menu {
	margin-left: 20px;
}
.mobile-menu li ul.my-sub-menu li a:before {
	content: '- ';
}
.mobile-menu li ul.my-sub-menu li {
	display: block;
}
.mobile-menu li ul.my-sub-menu li a {
	display: block;
}
.mobile-menu li.active a {
	color:#213284;
}
.mobile-menu li a:hover {
	color:#213284;
}


.green span {
	background: #1acd8c !important;
}

/* Section */

.section {
	padding: 20px 0;
}
.h2 {
	font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto Condensed';
    line-height: normal;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #e1e1e1;
	
    margin-bottom: 20px;
	margin-top: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    letter-spacing: 0;
}

.list {

}
.list li {
	padding-bottom: 15px;
}
.list li img {
	width: 100px;
	height: 75px;
	object-fit: cover;
	float: left;
	margin-right: 15px;
}
.list li h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
}
.date {
	color: #888;
	margin-bottom: 15px;
	font-size: 11px;
}
.date i {
	margin-right: 3px;
	color: #de1e35;
}
.list li p {

}

.fb-page {
	margin-top: 30px;
}

.soyon {
	padding: 0 0 30px;
}
.soyon .swiper-container {
	height: 220px;
}

.swiper-pagination {
}
.soyon .swiper-pagination-bullet {
	opacity: 1;
	background: #00629f;
}
.soyon .swiper-pagination-bullet-active {
	background: #de1e35;
}
.soyon .swiper-container-horizontal>.swiper-pagination-bullets, .soyon .swiper-pagination-custom, .soyon .swiper-pagination-fraction {
	bottom: 10px !important;
	padding-right: 15px;
}
.big-news {
	margin-bottom: 20px;
}
.big-news .big-news-img {
	position: relative;
	overflow: hidden;
}
.big-news .big-news-img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.big-news2 {

}
.big-news2 .big-news-img img {
	height: 130px;
}
.big-news3 .big-news-img img {
	height: 150px;
}
.big-news .big-news-img a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.big-news h3 {
	font-size: 16px;
	line-height: 1.2;
	margin: 10px 0;
	height: 41px;
	overflow: hidden;
	color: #333;
}
.big-news h3 a {
	color: #333;
}


/* Ontsloh */

.main {
	margin-top: 30px;
	margin-bottom: 30px;
}
.marg {
	margin-right: 0;
	margin-left: 0;
}
.mar-top {
	margin-top: 30px;
}
.pad {
	padding: 0;
}
.pad-right {
	padding-right: 0;
}
.slider {
	margin-bottom: 10px;
}
.slider .big {
	position: relative;
}
.slider .big .overlay {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 59%, rgba(0, 0, 0, .8) 100%);
	opacity: 1;
}
.slider .big img {
	width: 100%;
	height: 515px;
	object-fit: cover;
}
.slider .big.big1 img {
	height: 250px;
}
.slider .big .caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 10px 20px;
	z-index: 3;
	text-align: left;
}
.slider .big .caption h4 {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	background: #de1e35;
	padding: 3px 5px;
}
.slider .big .caption h3 {
	color: #fff;
	text-transform: inherit;
}
.slider .big .caption p {
	color: #fff;
}
.big {
	margin-bottom: 15px;
}
.image {
	position: relative;
    width: 100%;
    height: 100%;
	text-align: center;
}
.small .image h4 {
	position: absolute;
	left: 0;
	bottom: 15px;
}
.small .image h4 span {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	background: #de1e35;
	padding: 3px 5px;
}
.cat-image img {
	width: 100%;
	height: 170px;
	object-fit: cover;
}
.image a:hover .overlay {
	top: 0;
	z-index: 1;
	opacity: 1;
}
.big img {
	width: 530px;
    aspect-ratio: auto 530 / 330;
}
.big.big1 h3 {
	font-size: 16px;
	line-height: 1.3;
	-webkit-line-clamp: 3;
}
.big h3 {
	margin: 15px 0;
	font-size: 24px;
    line-height: 28px;
    max-height: initial;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-transform: uppercase;
}
.big h3 a {
	color: #333;
}
.entry-content {
	margin-bottom: 5px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    text-transform: inherit;
	color: #888;
    text-align: justify;
}
.entry-content p {
	font-size: 14px;
	line-height: 22px;
}
.big .entry-content {
	-webkit-line-clamp: 3;
}
.small {
	position: relative;
}
.small img {
	width: 100%;
	height: 180px;
	object-fit: cover;
    aspect-ratio: auto 530 / 330;
	transition: all 0.2s ease-out;
}
.small.small1 img {
	height: 220px;
}
.small h3 {
	text-align: left;
    text-transform: uppercase;
    margin: 15px 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
}
.small h3 a {
	color: #333;
}
.cat h3 {
	margin-top: 0;
}
.busad {
	border: 1px solid #e1e1e1;
	border-bottom: 0;
	margin-bottom: 20px;
}
.busad .big-news {
	border-bottom: 1px solid #e1e1e1;
}

.right-news {
	margin-bottom: 15px;
}
.right-news .right-news-img {
	position: relative;
	overflow: hidden;
}
.right-news .right-news-img img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.right-news .right-news-img a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.right-news h4 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
}
.right-news h4 a {
	color: #000;
}
.right-news h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
}
.right-news h3 a {
	color: #000;
}
.right-news p {
	color: #616161;
	line-height: 1.5;
	font-size: 14px;
	margin: 0 0 10px;
}
.author-info {

}
.author-info span {
	color: #616161;
	font-size: 13px;
	border-left: 1px solid #e0e0e0;
	padding: 0 15px;
}
.author-info i {
	margin-right: 5px;
	color: #000;
}
.author-info span:first-child {
	border-left: 0;
	padding-left: 0;
}

.list-news {

}
.list-news li {
	list-style-type: none;
	padding: 10px 0;
	border-top: 1px solid #e1e1e1;
}
.list-news li h3 {
	font-size: 14px;
	margin: 0;
}
.list-news li h3 a {
	color: #333;
}

.right-banner, .bottom-banner {
	margin-bottom: 10px;
	position: relative;
}
.r2-banner {
	margin-top: 20px;
}
.right-banner video, .r2-banner video {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.top-banner {
	margin: 20px 0;
}
.top-banner video {
	width: 100%;
	height: 130px;
	object-fit: cover;
}
.bottom-banner {
	margin: 15px 0;
}
.bottom-banner video {
	width: 100%;
	height: 140px;
	object-fit: cover;
}

/* Single */

.team {

}
.team h3 {
    margin: 15px 0;
    overflow: hidden;
    font-size: 22px;
    line-height: 28px;
	color: #333;
}
.team p {
	margin-bottom: 5px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    text-transform: inherit;
    color: #888;
    text-align: justify;
}

.u1 {
	margin-bottom: 30px;
}
.u1 img {
	width: 85px;
	aspect-ratio: auto 85 / 110;
	float: left;
	margin-right: 5px;
}
.u1 h3 {
	text-align: left;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
	color: #333;
}

.author_bio {
	margin-bottom: 15px;
}
.author_bio img {
	border-radius: 50%;
    margin-right: 10px;
    width: 46px;
	height: 46px;
	object-fit: cover;
}
.author_bio h3 {
	color: #333;
    font-size: 13px;
    text-transform: uppercase;
	margin: 10px 0 0 0;
}
.author_bio h3 span {
	border-left: 1px solid #e1e1e1;
	padding-left: 15px;
	margin-left: 15px;
	color: #999;
	font-size: 12px;
}
.single-img img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.gallery {
	position: relative;
	margin-bottom: 20px;
}
.gallery .gallery-top {
	margin-bottom: 10px;
	background: #000;
}
.gallery .gallery-top img {
	width: auto;
	height: 500px;
	margin: 0 auto;
	display: block;
	object-fit: cover;
}
.gallery .gallery-thumbs {

}
.gallery .gallery-thumbs img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	opacity: 0.6;
	transition: all 0.3s ease-out;
}
.gallery .gallery-thumbs .swiper-slide-thumb-active img {
	opacity: 1;
}

blockquote {
	border-left: 5px solid #de1e35;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
blockquote p {
	font-size: 18px !important;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.other {
	margin-bottom: 10px;
	color: #999;
}
.other p {
	margin-right: 15px;
	color: #de1e35 ;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table th {
	font-size: 16px;
	font-weight: 500;
	padding: 8px 10px;
	border-spacing: 0;
	border-collapse: separate;
	text-align: left;
	color: #999;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
table td {
	font-size: 18px;
	position: relative;
	padding: 8px 10px;
	text-align: left;
	border: 1px solid #eaeaea;
}
.text {
	color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}
.text p {
	color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}
.text iframe {
	width: 100%;
	height: 400px;
}
.comments .comment-title {
	background: #2d2e2d;
	color: #fff;
	padding: 10px 15px;
}

.bctt-click-to-tweet {
	border: 0 !important;
}

.share {

}
.share a {
	margin-left: 10px;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: 14px;
}
.share a.fb {
	background: #3b5998;
}
.share a.x {
	background: #000;
}

.taguud {
	border: 1px solid #e1e1e1;
	padding: 15px;
}
.taguud .tagg {
	font-size: 15px;
	font-weight: bold;
}
.taguud .tagg a {
	color: #111;
}
.taguud .tagg a:hover {
	color: #f00;
}

/* pagenavi */

.pagenavi {

}
.pagenavi .page-numbers {
	background: #00629f;
	color: #fff;
	padding: 10px;
}
.pagenavi .page-numbers.current {
	background: #de1e35;
}

/* Footer */

.footer {
	padding: 10px 0;
	background: #11357f;
}
.footer p {
	color: #fff;
	font-size: 14px;
	margin: 0;
	text-align: center;

}
.footer a {
	color: #fff;
	font-size: 14px;
}
.footer-menu {
	text-align: center;
}
.footer-menu li {
	display: inline-block;
}
.footer-menu li a {
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	border-right: 1px solid rgba(255,255,255,.3);
}
.footer-menu li:last-child a {
	border: 0;
}

/* Sidebar */

.tab {

}
.tab .nav-tabs>li {
	margin: 0;
	width: 50%;
	text-align: center;
}
.tab .nav-tabs>li>a {
	color: #fff;
	font-size: 14px;
	padding: 8px 15px;
	border: 0;
	background: #11357f;
	border-radius: 0;
	font-family: 'Roboto Condensed';
}
.tab .nav-tabs>li>a:hover {
	background: #de1e35;
	color: #fff;
	border: 0;
}
.tab .nav-tabs>li.active>a, .tab .nav-tabs>li.active>a:focus, .tab .nav-tabs>li.active>a:hover {
	background: #de1e35;
	color: #fff;
	border: 0;
}
.tab .nav-tabs>li.active>a, .tab .nav-tabs>li.active>a:focus, .tab .nav-tabs>li.active>a:hover {
	background: #de1e35;
	color: #fff;
	border: 0;
}
.tab .tab-content {
	
	overflow-y: scroll;
}

.tab .tab-content ul {

}
.tab .tab-content li {
	padding: 8px 0;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
.tab .tab-content li img {
	width: 100px;
	height: 80px;
	object-fit: cover;
	margin-right: 10px;
	float: left;
}
.tab .tab-content h3 {
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
	height: 52px;
	overflow: hidden;
}
.tab .tab-content p {
	position: absolute;
	bottom: 0;
	right: 5px;
	margin: 0;
	color: #999;
	font-size: 12px;
}
.tab.tab1 .tab-content p {
	position: relative;
	left: 0;
}
.tab1 {
	margin-bottom: 15px;
}
.tab .tab-content p i {
	color: #de1e35;
}


.title {
	font-family: "Roboto Condensed";
	text-transform: none;
    word-wrap: break-word;
    font-weight: 700;
    position: relative;
	font-size: 40px;
    line-height: 44px;
	margin-bottom: 22px;
	color: #333;
}


/* Tweet */

.bx-wrapper {
	background: #59C8FF;
	padding: 12px;
	height: 225px;
}
.aptf-tweet-content a {
	color: #fff !important;
	font-size: 16px !important;
	margin-bottom: 15px;
}
.aptf-timestamp a {
	font-size: 14px !important;

}
.aptf-timestamp {
	margin-bottom: 20px !important;
}
.aptf-tweet-actions {
	margin-top: 20px !important;
}
.aptf-tweet-content {
	color: #fff !important;
	font-size: 14px;
}
.aptf-tweet-actions a {
	color: #fff !important;
}
.bx-controls {
	display: none;
}

.fb-page {
	margin-bottom: 10px;
}

/* Tablet */

@media( max-width:990px ) {
	.neg {
		width: inherit;
		margin-bottom: 30px;
	}
	.header .search-main input {
		width: 300px;
	}
	.menu li a {
		padding: 10px 12px;
	}
	.others li {
		padding: 0 5px;
	}
	.header .logo img {
		margin-top: 15px;
	}
	.others {
		margin-top: 15px;
	}
	.others li h3 {
		font-size: 16px;
	}
	.others li p {
		font-size: 10px;
	}
}

/* Mobile */

@media( max-width:767px ){
	.header .hailt {
		float: right;
		margin-top: 15px;
	}
	.header .hailt a {
		font-size: 22px;
		color: #333;
	}
	.header .hailt .search-main {
		position: absolute;
		z-index: 999;
		width: 400px;
		display: none;
		top: 40px;
		right: 0;
	}
	.header .search-main input {
		width: 400px;
	}
	.header .hailt .search-main .navbar-form {
		padding: 0;
	}
	.header .hailt .search-main.active {
		display: block;
		-webkit-animation: fadeIn 0.5s;
		animation: fadeIn 0.5s;
	}

	.header .hailt .search-main input {
	
		border-radius: 0;
	
	}
	.header .hailt .search-main button {
		margin-left: -40px;
		border-radius: 0;
		background: #00a39e;
		color: #fff;
	}
	.visible-xs {
		display: block;
	}
	.hidden-xs {
		display: none;
	}
	.navbar-brand {
		width: 50%;
	}
	.menu li a {
		display: block;
		background: #2d2e2d;
	}
	.ontsloh .o-text {
		width: 100%;
		height: 40%;
		bottom: 0;
	}
	.menu {
		background: #fff;
		border-bottom: 1px solid #e1e1e1;
		height: inherit;
	}
	.navbar-brand {
		height: inherit;
	}
	.navbar-toggle .icon-bar {
		background: #2d2e2d;
	}
	.navbar-toggle {
		margin-top: 25px;
	}
	.cat img {
		margin-bottom: 10px;
	}
	.neg {
		width: inherit;
		margin-bottom: 30px;
	}
	.catt {
		height: inherit;
	}
	.header .logo img {
		margin: 0 auto;
		display: block;
	}
	.n2 h3 {
		height: inherit;
	}
	.main {
		margin-top: 0;
	}
	.tab {
		margin-top: 30px;
	}
	.right-news .right-news-img img {
		height: 230px;
	}
	.right-news .right-news-img {
		margin-bottom: 10px;
	}
	.cat h3 {
		margin-top: 15px;
	}
}

.commentator-submit {
	background: #de1e35 !important;
}