/* Site Fonts Starts Here */
@import url('https://fonts.googleapis.com/css?family=Yantramanav:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');
/* Site Fonts Ends Here */

*{
	box-sizing: border-box;
}
body{
	margin:0;
    font-family: 'Muli', sans-serif;
	font-size:14px;
    background: #292728; line-height: 20px; 
}
a {
	color: #900;text-decoration: none;
}
p{
    font-size:14px;
	margin-top: 3px; line-height: 20px;
	margin-bottom: 1px;
}
.container {
	max-width: 1000px;
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1600px;
}
h2, h3, h4, h5, h6{
    font-family: 'Bitter', serif; font-weight: 400; 
}
img{
	border:0;
}
img:focus{
	outline:none;
}
a,img,.in-media .media-block:hover,p,#testimonial-slider .carousel-indicators li:hover,
.widget-block .blue-btn:hover{
	-webkit-transition:all .3s ease-in;
       -moz-transition:all .3s ease-in;
         -o-transition:all ease-in;
            transition:all .3s ease-in;
}
.row,
.navbar-expand-lg .navbar-collapse{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
ul{
	margin:0;
	padding:0;
}
ul li{
	list-style:none;
}
a:hover{text-decoration: none}
.bg-white{background: #fff;}

.site-cover {
	margin: 10px 0;
}
.top-branding {
	background-image: url('../images/ssbback.jpg');
	width: 100%;
	background-repeat: no-repeat;
	height: 230px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.search-bar {
	float: right;
	padding-right: 20px;
	margin: 25px 0 0;
}
.search-field input {
	width: 320px;
	box-shadow: none;
	border: 1px solid #d9d9d9;
	height: 22px;
	font-size: 13px;
	padding: 0 10px;
}
.search-field .example {
	vertical-align: top;
	display: inline-flex;
}
.branding {
	float: left;
	margin: 5px 10px 0;
}
.search-btn {
	background: #cecece;
	border: 1px solid #7d7d7d;
	font-size: 12px;
	display: inline-flex;
	color: #000;
	padding: 0 10px;
	line-height: 19px;
	text-align: center;
	height: 22px;
	margin-left: 5px;
	font-weight: 600;
}
.social-icons li {
	display: inline;
}
.social-icons {
	width: auto;
	float: right;
	margin: 5px 0 0;
}
.close-btn i {
	color: #999;
	font-size: 14px;
	vertical-align: top;
	margin: 4px 5px 0px;
}
.bottom-content.tree-touch {
	background-image: url('../images/ssb-meet02.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.left-sidebar ul li.active a {
	background: #2b292a;
}
.gif-section {
	padding: 20px 0;
}
.media-body h4 a {
	color: #333;
	font-size: 22px;
}
.partner {
	margin: 20px 0;
}
.lp-no{padding-left:0;}
.rp-no{padding-right:0;}

.bottom-content {
	background-repeat: no-repeat;
	margin-top: -1px; position: relative;
	padding: 25px 15px 40px;
    background-color: rgb(140,38,36); /* Old browsers */
background-color: -moz-linear-gradient(top, rgba(140,38,36,1) 0%, rgba(123,29,29,1) 35%, rgba(90,14,16,1) 64%, rgba(71,5,7,1) 100%); /* FF3.6-15 */
background-color: -webkit-linear-gradient(top, rgba(140,38,36,1) 0%,rgba(123,29,29,1) 35%,rgba(90,14,16,1) 64%,rgba(71,5,7,1) 100%); /* Chrome10-25,Safari5.1-6 */
background-color: linear-gradient(to bottom, rgba(140,38,36,1) 0%,rgba(123,29,29,1) 35%,rgba(90,14,16,1) 64%,rgba(71,5,7,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.center-block {
	padding: 15px 0 30px;
}
.left-sidebar ul li {
	margin: 0 0 10px;
	text-align: center;
}
.left-sidebar ul li a {
	color: #fff;
	width: 100%;
	background: #151314;
	border-radius: 5px;
	border: 1px solid #000;
	display: block;
	padding: 6px 0; transition: all ease 0.6s; -webkit-transition: all ease 0.6s;
	font-size: 17px;
}

.left-sidebar ul li a:hover{ transition: all ease 0.6s; -webkit-transition: all ease 0.6s;
   background: #2b292a;  border: 1px solid #000;
}
.other-bottom img {
	margin: 10px 0 0;
}
.other-bottom {
	text-align: center;
}
.col-md-6.center-box, .col-md-9.center-box {
	background: #fff;
	border-radius: 6px; display: inline-table;
	border: 1px solid #000;
}
h2 {
	font-size: 22px;
	color: #000;
	margin: 15px 0;
}
.italic-style{
    font-style: italic;
}
.slick-prev, .slick-next {
	height: auto !important;
}
.slick-prev::before, .slick-next::before {
	display: none;
}
.slick-prev {
	left: -50px !important;
}
.slick-next {
	right: -50px !important;
}
.main-title h1 {
	font-size: 28px;
	color: #900;
	line-height: 30px;
	margin-top: 10px; font-family: 'Playfair Display', serif; font-weight: 600;
	margin-bottom: 2px;
	border-bottom: 1px solid #900;
}
.border-img{border: 1px solid #000;}
.center-block ul {
	margin: 20px auto 0;
	text-align: center;
	display: inline-block;
}
.new-books.second-row {
	margin: 55px 0 0;
}
.center-block ul li span {
	font-weight: 900;
	text-transform: uppercase;
}
.center-block li {
	margin: 0 0 10px;
	line-height: 22px;
}
.right-side {
	background: #fff;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #000;
	padding: 20px 0 0;
	word-break:break-word;
}
iframe {
	width: 185px;
	margin: 0px 0 0;
}
.search-btn.go {
	margin: 10px 0 0;
	padding: 1px 15px;
}
.street-books {
	margin: 30px 0 0;
}
.newsletter h3 {
	font-size: 17px;
	padding: 0px 15px;
	line-height: 21px;
}
.newsletter i {
	font-size: 25px;
	margin: 0 0 5px;
}
h3 {
	font-size: 20px;
}
.newsletter {
	padding: 10px;
	text-align: center;
}
.center-testimonial {
	margin: 30px 0 15px;
}
.monilas.border-top {
	margin: 30px 0 0;
	padding: 25px 0;
}
.book-img {
	margin: 5px 15px 0px 0px;
}
.monilas {
	margin: 0 0 15px;
	text-align: center;
}
.center-testimonial h4 {
	font-weight: 600;
}
.testimonial {
	padding: 15px;
}
.list-of-books .border {
	border-width: 0px 0 1px !important;
}
.about-writer {
	display: inline-block;
	float: right;
	width: 44%;
}
.image-box a {
	display: inline-block;
}
.book-details .book-img {
	margin: 5px 10px 0px 0px;
	width: 100%;
}
.details-inner {
	display: inline-block;
	width: 100%;
}
.details-inner .detail-img {
	width: 54%;
	float: left;
}
.book-section li {
	margin: 0 0 0 15px;
	list-style-type: disc;
	text-align: left;
}
.about-writer .writer {
	font-size: 18px;
	font-weight: 600;
	margin: 13px 0 0;
}

footer {
	background: #201e1f;
	padding: 10px 0;
	color: #fff;
	margin: 20px 0 0;
}
footer p {
	font-size: 12px;
}

.list-view-books li {
	display: inline-block;
	width: 25%;
	float: left;
}
.image-box {
	width: 155px;
	text-align: center;
	margin: auto;
}
.image-box img {
	max-width: 140px;
}
.new-stock {
	text-align: center;
	margin: 20px 0 0;
}
.text-books p a {
	color: #333;
	font-size: 16px;
}
.text-books p {
	margin: 0;
	line-height: 20px;
}
.text-books .btn {
	background: #8c2624;
	color: #fff;
	padding: 4px 10px 1px;
	font-size: 14px;
}
.text-books {
	margin: 10px 0 0;
}
.image-box img {
	max-width: 140px;
	border: 1px solid #000;
	min-height: 217px;
}
.submission-block ul {
	text-align: left;
}
.contact-block {
	text-align: center;
	margin: 40px 0;
}
.editor-sec {
	margin: 30px 0;
}

/* catalog page 8th-April */

.catalog-inner-style ul li {
	margin: 0 5px;
	display: inline-block;
	font-weight: 700;
}
.catalog-inner-style ul {
	text-align: center;
	width: 100%;
	margin: 0px 0 30px;
	border: 2px solid #333;
	border-width: 2px 0;
	padding: 6px 0;
}
.top-viewer .media-body h4 a {
	color: #900;
	font-size: 20px;
}
.top-viewer .find-item {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin: 0 0 15px;
	display: inline-block;
	width: 100%;
}
.catalog-view {
	text-align: left;
	width: 100%;
}
.catalog-view .top-viewer {
	text-align: left;
}
.catalog-view .item-view .media-body {
	margin: 0 0 0 15px;
}
.catalog-view .item-view {
	margin: 0 0 20px;
}
.catalog-view .media img {
	width: 110px;
	height: auto;
	border: 1px solid #000;
}
.title-letter {
	float: left;
}
.back-to-top {
	float: right;
}
.b-author {
	float: right;
}
.b-title {
	float: left;
}
.browser {
	width: 100%;
	display: inline-block;
	margin: 30px 0 0;
	font-size: 12px;
}
ul.main-btm-pdf-links {
    margin-left: 10px;
}
ul.main-btm-pdf-links li:first-child a {
    display: inline-block;
    background: #8c2624;
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 4px;
}
ul.main-btm-pdf-links li:nth-child( 2) a {
    display: inline-block;
    font-size: 14px;
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 4px;
}



/* 3rd-May-2019 */









/* Responsive CSS Starts Here */

@media only screen and (min-width:768px) and (max-width:1024px) {
/* Home Page Starts Here */
.street-books .slick-slide img{
	margin:0 auto;
}
.street-books .slick-next{
	right:0 !important;
}
.street-books .slick-prev{
	left:0 !important;
	z-index:9;
}
.right-side iframe,
.right-side img{
	width:100%;
	height:auto;
}
.right-side.partners img{
	width:auto;
}
/* Home Page Ends Here */
	
/* Sample Chapters Page Starts Here */
.new-books .list-view-books .image-box{
	width:auto;
}
.new-books .list-view-books li{
	padding:0 5px;
	min-height:340px;
}
.new-books .image-box a{
	display:block;
}
.new-books .image-box img{
	width:100%;
	height:auto;
}
.text-books p{
	min-height:42px;
}
/* Sample Chapters Page Ends Here */
}

@media (max-width: 767px) {
/* Home Page Starts Here */
.top-branding{
	height:auto;
	text-align:center;
	background:#fff;
	border-bottom: 8px solid #8d2526;
    border-radius: 0;
	margin:0;
	padding:0 0 10px;
}
.top-branding .branding,
.top-branding .search-bar,
.top-branding .social-icons{
	float:none;
}
.top-branding .branding{
	margin:0 0 5px;
}
.top-branding .search-bar{
	padding:0;
	margin:0;
}
.search-bar .social-icons{
	margin:0;
}
.search-bar .search-field{
	margin:0 0 10px;
}
.search-field input{
	width:60%;
}
.street-books .slick-slide img{
	width:100%;
	height:auto;
	margin:0 auto;
}
.street-books .slick-next{
	right:0 !important;
}
.street-books .slick-prev{
	left:0 !important;
	z-index:9;
}
.other-bottom #custom_html-3,
.col-md-6.center-box{
	margin-bottom:10px;
}
#custom_html-2 img.border-img{
	margin:0 0 15px;
}
.right-side iframe{
	margin:0 auto;
	display:block;
}
.bottom-content .rp-no{
	padding-right:15px;
}
/* Home Page Ends Here */
	
/* Forthcoming Page Starts Here */
.gif-section img{
	display:block;
	width:100%;
	height:auto;
}
.list-of-books .border{
	display:block;
	text-align:center;
}
.list-of-books .media .book-img{
	margin:0 0 10px;
	height:auto;
}
.list-of-books h4{
	margin:0 0 5px;
}
.list-of-books .border{
	padding-right:0 !important;
	padding-left:0 !important;
}
/* Forthcoming Page Ends Here */
	
/* Catalog Page Starts Here */
.catalog-view .item-view .media-body {
    margin: 10px 0 0;
}
/* Catalog Page Ends Here */

/* Single Catalog Page Starts Here */
.details-inner,
.media{
	display:block;
}
.details-inner .detail-img{
	width:auto;
	float:none;
	margin:0 0 10px;
}
.book-details .book-img{
	margin:0;
}
.about-writer{
	float:none;
	display:block;
	width:100%;
}
.center-testimonial{
	margin:0;
}
/* Single Catalog Page Ends Here */
	
/* Sample Chapters Page Starts Here */
.list-view-books li{
	display:block;
	float:none;
	width:100%;
	margin:0 0 15px;
}
.list-view-books li:last-child{
	margin:0;
}
.new-stock .mt-5{
	margin-top:0 !important;
}
.new-books.second-row{
	margin:30px 0 0;
}
.contact-block{
	margin:30px 0;
}
/* Sample Chapters Page Ends Here */
}

/*----*/

.socialBtn {
    width: 100%;
    margin-top: 15px;
}
.socialBtn a {
    float: left !important;
    margin-right: 12px !important;
	
}