body {
    padding-top: 200px;
    overflow-x: hidden;
    font-family: 'Ek Mukta', sans-serif!important;
    letter-spacing: .02em;
    color: #111;
    font-size: 16px;
    background: url(/images/bg.jpg) top no-repeat #0c0c0c;
    background-size: 100% auto;
}
.bold, b, strong { font-weight: 800 }
#topbar {
	background: #111;
	color: #ccc;
	font-size: 16px;
	position: absolute;
	top:0;
	z-index: 1;
	width:100%;
}
#topbar a {
	color: #ddd;
}
.modal-header { 
    color: #111;
    background: #e7ca38;
}
.modal-content { border-radius: 0 }
.close {
	filter: alpha(opacity=80);
	opacity: .8;
}
#topbar .left div, #topbar .right div {
	height: 38px;
	padding: 10px;
	display:inline-block;
}
#topbar .left {
	float: left;
}
#topbar .right {
	float: right;
}
.ticker { max-height: 38px; overflow: hidden; }
h1, h2, h3 {
	font-weight: 800!important;
}
h1, .content-category h2 { 
	font-size: 42px!important; 
	line-height: 44px!important; 
}
h2 { 
	font-size: 29px;
}
h3 { font-size: 26px; line-height: 30px; margin: 15px 0 0; }
h4 { 
	font-size: 18px; 
}
input, select, textarea, .sharp {
	border-radius: 0!important;
}

p {
	font-size: 16px;
	line-height: 24px;
	margin:20px 0;
}
a {
    color: #a50000;
}
a:hover, a:active, a:focus, #topbar a:hover {
	color: #8b0101;
    outline: 0;
	text-decoration: none;
}

.navbar-fixed-top {
	top: 65px;
}
.logo {
	height: 100px;
	margin-left: 20px;
}
.logo:hover, #main-menu:hover, #footer img:hover, .book a:hover img, .joms-list__item img:hover, .klatest-avatar:hover  img {
	opacity: .7;
}
.navbar-right {
	margin:0;
}
.navbar.affix {
	height:80px;
	top: 20px;
}
.navbar.affix .logo {
	height: 80px;
}
.navbar.affix .menu img {
	height: 42px;
}
.navbar .right {
	float: right;
	margin-top: 23px;
}
.menu {
	display: inline-block;
	margin: 0 30px;
	background: #111;
}
.menu img {
	padding: 10px;
}
.btn-top {
	font-weight:600;
	font-size:20px;
	margin-left: 10px;
	padding: 7px 15px 5px;
	text-transform: uppercase;
}
.navbar.affix .btn-top {
	font-size:15px;
	padding: 4px 10px 3px;
}
.dropdown-menu {
  padding: 0;
  margin: 10px 0 0 -110px;
  font-size: 16px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.header-text h1 {
	font-size: 20px;
	line-height: 25px;
	color: #fdfdfd;
	font-weight:normal;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 7px 15px;
  clear: both;
  font-weight: 300;
  line-height: 1.42857143;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #111;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #111;
  text-decoration: none;
  background-color: #e7ca38;
  outline: 0;
}

.banner { 
	margin: 0 -30px;
	background: url('/images/cover-back.jpg') top no-repeat;
	background-size: 100% auto; 
}

.banner .col-md-3 {
	padding:0;
	border-right: 1px solid #b3b3b3;
}
.banner .last {
	border: none;
}
.banner .title a {
	color: #111;
}
.banner .title {
	width: 100%;
    color: #111;
    background: #e7ca38;
    font-size: 24px;
    font-weight: 600;
    padding: 7px 15px 6px;
    text-transform: uppercase;
    box-shadow: 0 2px 2px #555;
}

.front-content {
	padding: 20px;
}

figure.slide-mobile {
	max-height: 250px;
}
figure.slide-mobile img {
	width: 100%;
}
#topbar .container, #slideshow .container, #footer .container {
	padding:0;
}
#content-top .container {
	padding: 0 30px;
}
#content .container {
	padding: 0 40px 30px;
}
#content .container, #content-top .container {
	background: #fff;
	background: rgba(255,255,255,.8)
}
.sign-up {
	background: #acacac;
	background: rgba(200,200,200,.8);
}

#content-bottom .container {
	padding: 20px 40px;
}
#content-bottom .btn {
	margin-top: 60px;
    font-size: 36px;
    font-weight: 700; 
    text-transform: uppercase;
}

#footer .row {
	margin: 0;
	padding: 20px;
	background: url('/images/footer.jpg') no-repeat top;
	background-size: cover;
	color: #aaa;
}
#footer img {
	margin: 20px 20px 0;
}
#footer a { color: #e7ca38; }
#footer a:hover { color: #d19c12; }
.copyright {
	color: #aaa;
	font-weight: 300;
	padding: 20px;
	text-align: center;
	font-size: 14px;
}
.copyright a { color: #aaa; }

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

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

.pagination-right {
  text-align: right;
}

.btn, .list-group-item {
	border-radius: 0!important;
}
.btn-primary {
    color: #fff;
    background: #a50000;
    border-color: #a50000;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background: #8b0101;
    border-color: #8b0101;
}

.btn-gold {
    color: #111;
    background: #e7ca38;
}
.btn-gold:hover, .banner .title:hover {
    color: #111;
	background: #d19c12;
}

.m-0 { margin: 0!important; }
.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-25 { margin-top: 25px; }
.mt--15 { margin-top:-15px; }
.mb-5 { margin-bottom: 5px; }
.mb-15 { margin-bottom: 15px; }
.mb-25 { margin-bottom: 25px; }
.mr-20 { margin-right: 20px; }
.ml-20 { margin-left: 20px; }
.pl-20 {padding-left: 20px; }

.carousel-caption {
	max-width: 600px;
	text-align: left;
	top: 30px;
	left: 50px;
	text-shadow: 1px 1px 3px #000;
}
.carousel-caption.right {
	text-align: right;
	right: 50px;
	left: auto;
} 
.carousel-caption h2 {
	color: #e7ca38;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
}
.carousel-caption h1 {
	color: #fff;
	font-size: 48px;
	line-height: 54px;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 -15px;
  list-style: none;
  background: #fff;
  background: rgba(255,255,255,.7);
  border-radius: 0;
}
.bottom-ad {width:728px;}

@media (max-width: 767px) {
	body { padding-top: 125px;	}
	.btn-top { display: none; }

	.logo { 
		height: 60px;
	}
	.navbar .right {
		margin-top: 10px;
	}
	.menu {
		margin: 0 15px;
	}
	.menu img {
		height:40px;
	}
	.navbar.affix .menu img {
		height: 32px;
	}
	.navbar-fixed-top {
		top: 50px;
	}
	.navbar.affix .logo {
		height: 50px;
	}
	#topbar .right div.last {
		padding-right: 15px;
	}
	h1 { 
		font-size: 30px; 
		line-height: 32px; 
	}
	h2 { 
		font-size: 26px;
	}
	h3 { font-size: 22px; line-height: 24px; margin: 15px 0 0; }
	h3 i { font-size: 26px!important; }
	#topbar .share { position: absolute; left: 5px;}
  .bottom-ad {width:100%;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.btn-top {
		font-size:18px;
		padding: 4px 8px 3px;
	}
	.carousel-caption {
		max-width: 450px;
		top: 15px;
	}
	.carousel-caption h2 {
		font-size: 18px;
		font-weight: 500;
		line-height: 22px;
	}
	.carousel-caption h1 {
		color: #fff;
		font-size: 32px;
		line-height: 36px;
		margin:0
	}
  .bottom-ad {width:100%;}
}

@media (min-width: 992px) and (max-width:1199px) {
	.carousel-caption {
		max-width: 500px;
	}
	.carousel-caption h2 {
		font-size: 22px;
		font-weight: 500;
		line-height: 26px;
	}
	.carousel-caption h1 {
		color: #fff;
		font-size: 40px;
		line-height: 46px;
		margin:0
	}
}

@media (min-width:1367px) {
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(99, 99, 99);
    background: rgba(99, 99, 99, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
@media (max-width: 990px) {
	#navbar {
		margin-top: 45px;
	}
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
}
@media (min-width: 1200px) {
  .container {
    width: 1168px;
  }
}
.jd-item-page {
	padding-top:20px;
}
.jd-cat {
	font-size:12px;
	padding-bottom: 10px;
}
.jd-item, .book a {
	font-weight: 600;
}
.fb-page {
	width: 100%;
}
.logo, a, a:hover, a:active, a:focus, .btn, .menu img, .navbar.affix, .navbar.affix .menu img, .title, #footer img, .book a img, .joms-list__item img, .klatest-avatar img{
	transition: .3s;
	-webkit-transition: .3s;
}
.content-category { padding-top: 20px; }
.judir-container { padding-top: 30px; }
.book img, .listing-box .listing-image img {
	width: 150px;
	margin: 0 10px 10px 0;
}
.book img {
	width: 80px;
	float: left;
}
.book {
	margin-bottom: 20px;
}
.book p {
	font-size: 14px;
	margin: 10px 0;
	line-height: 20px;
}
.item-page img {
	max-width: 100%;
}