/* 	Reset Styling
----------------------------------------------------------------------*/
@font-face { 
    font-family: SolaimanLipi; 
    src: local('SolaimanLipi'),
         url('../fonts/solaimanlipi.woff') format('woff'),
         url('../fonts/solaimanlipi.woff2') format('woff2');
    }


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    outline: none;
    padding: 0px;
    margin: 0px
}

/*	General Styling
----------------------------------------------------------------------*/
body {
    margin: 0 auto;
    background: #ddd url(images/backgrounds/6.jpg) fixed;
    color: #7A7A7A;
    line-height: 24px;
    font-family: solaimanLipi,"Roboto", Helvetica, Tahoma, Arial;
    font-weight: 400;
    font-size: 14px
}
::selection{
    color:#fff;
    background:#E84A4A
}
::-moz-selection{
    color:#fff;
    background:#E84A4A
}
img {
    border: none;
    max-width: 100%
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out
}
a:hover {
    color: #E84A4A
}
a{
	color:#428bca;
}
h1, h2, h3, h4, h5, h6 {
    color: #484747;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: solaimanLipi,"Roboto", Helvetica, Tahoma, Arial;
    font-weight: 700;
    line-height: 28px
}
h1 { font-size: 32px }
h2 { font-size: 26px }
h3 { font-size: 20px }
h4 { font-size: 18px }
h5 { font-size: 14px }
h6 { font-size: 12px }
p {
    margin-bottom: 10px
}
p:last-child {
    margin-bottom: 0
}
strong {
    font-weight: bold
}
em {
    font-style: italic
}
ol {
    padding: 0;
    margin: 0
}
ol li {
    list-style: decimal;
    padding: 0 0 10px 0;
    margin: 0 0 0 20px;
    line-height: 24px
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}
cite {
    float: right;
    padding: 0 0 5px 0
}
hr {
    background: #e6e6e6;
    border: 0;
    clear: both;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 20px 0;
    position: relative
}

iframe {
    max-width: 100%;
}
mark {
    padding: 3px 5px;
}
textarea { 
    white-space:pre; 
}
a:hover{
	text-decoration:none;
}

#layout {
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}
.boxed {
    margin: 0 auto;
    width: 1230px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}




/*	Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

/* 	Header
----------------------------------------------------------------------------------------------------*/
#header {
    position : relative
}
.a_head {
    background: #1d1e20;
}
.b_head {
    margin: 0px 0 0px 0;
    background: #ECF1F4;
}
.c_head {
    background: #00A9E6;/*1d1e20;*/
}
.logo {
    float: left
}
.ads {
    float: right
}
.right_icons {
    margin: 0;
}

.right_icons a:hover, .search_icon i:hover, .search_icon i.activeated_search {	
    background: #CCCCCC;
}
#header .search {
    position: relative;
    z-index: 99
}
.search_icon {
    position: relative;
    cursor: pointer
}
.search_icon i {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    padding: 15px 30px 15px 20px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#header .search form {
    position: relative;
}
#header .search .search input {
    margin: 0;
    padding: 0 10px;
    display: block;
    line-height: 30px;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 11px;
    color: #808080;
    width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#header .search button {
    position: absolute;
    top: 7px;
    right: 12px;
    background: none;
    border: 0;
    font-size: 11px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#header .search button:hover {
    color: #E84A4A
}



/*	Superfish
----------------------------------------------------------------------*/



/*** arrows **/


/*	Ticker
----------------------------------------------------------------------*/



/*	Sticky
----------------------------------------------------------------------*/


/*	Page Content
----------------------------------------------------------------------*/

@keyframes scaleToFade {
    to { opacity: 0; transform: scale(.8); }
}


.ipress_slider { background: #99DAF8; padding: 20px;}

.ipress_slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}	
.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x : 50%;
    -webkit-perspective-origin-y : 50%;
    -moz-perspective : 1200px;
    -moz-perspective-origin-x : 50%;
    -moz-perspective-origin-y : 50%;
    perspective : 1200px;
}
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
    -webkit-animation: fadeInLeft .6s ease both;
    -moz-animation: fadeInLeft .6s ease both;
    animation: fadeInLeft .6s ease both;
}


.owl-theme .owl-controls{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 1px;
    padding: 5px 10px;
    font-size: 14px;
    background: #1D1E20;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    background: #E84A4A;
    -webkit-animation: floating 0.5s;
    animation: floating 0.5s;
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading{
    min-height: 318px;
    background: url(images/AjaxLoader.gif) no-repeat center center
}
.ipress_slider .item {

}
.ipress_slider .item {
    background: #99DAF8;
}
.ipress_slider .item .half {
    position: relative;
    float: left;
    width: 50%
}


.ipress_slider .item .fourth {
    position: relative;
    float: left;
    width: 30%
}

.ipress_slider .item .threefourth {
    position: relative;
    float: left;
    width: 70%
}

.ipress_slider .item img {
    width: 80%;
}
.ipress_slider .slide_details {
    padding: 20px;
    position: absolute;
    bottom: 0;
    z-index: 9999;
}
.ipress_slider .slide_details h3 {
    padding: 4px 12px;
    font-size: 14px;
    background: rgba(29, 30, 32, 0.8);
    margin: 2px 0 0 0;
}
.ipress_slider .slide_details .post_rating {
    background: rgba(29, 30, 32, 0.8);
    padding: 4px 8px
}
.ipress_slider .slide_details a {
    color: #FFF;
}
.ipress_slider .slide_details .line {
    border-bottom: 3px solid #fff;
    width: 30px;
    display: inline-block;
    margin: 0 0 10px 0;
}
.ipress_slider .owl-controls {
    bottom: -24px;
    right: 0;
}
.ipress_slider .owl-controls .owl-page span {
    width: 20px;
    height: 6px;
    margin: 0px 0 0 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #979797;
}

.posts iframe {
    width: 100%
}
.posts .title {
    position: relative;
    color: #fff;
    background: #1d1e20;
    padding: 6px 16px;
    margin: 0 0 20px 0
}
.posts .title .feed {
    position: absolute;
    right: 18px;
    top: 10px;
    font-size: 16px;
    color: #FFF;
}
.posts .title:after {
    /*	content: close-quote;*/
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -6px;
    left: 22px;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #1d1e20;
}
.posts .title h4 {

    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.posts .title h4 a{

    color: #FFF;
    
}








.posts .title1 {
    position: relative;
    color: 000;
    font-size: 24px; 
    padding: 6px 16px 5px 0;
    margin: 0 0 5px 0
}

.posts .title1:after {
    /*	content: close-quote;*/
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -6px;
    left: 22px;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #1d1e20;
}



.post_day .relative .cat {
    right: 0;
    top: 15px;
    position: absolute;
}
.post_day .relative .cat:after {
    content: close-quote;
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: 10px;
    right: -5px;
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid #1D1E20;
}



.single_post h3.single_title {
    font-size: 20px
}




.pagination-tt ul li {
    display: inline-block;
    margin: 0;
}
.pagination-tt ul li span {
    display: block;
    padding: 10px 12px;
    background: #1D1E20;
    color: #fff;
}
.pagination-tt ul li a {
    display: block;
    padding: 10px 12px;
    color: #fff;
    background: #E84A4A;
    transition: all 0.2s ease;
}
.pagination-tt ul li a:hover {
    background: #1D1E20
}
.pagination-tt .pages {
    float: right;
    padding: 10px 12px;
}

[class^='small_slider_'] .owl-controls, [class^='carousel_'] .owl-controls {
    position: absolute;
    bottom: auto;
    right: 42px;
    top: -49px;
}
[class^='small_slider_'] .owl-controls .owl-page span, [class^='carousel_'] .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 6px;
    background: #EBEBEB
}

[class^='carousel_'] .item{
    margin: 5px 4px;
}
[class^='carousel_'] .item img{
    display: block;
    width: 100%;
    height: auto;
}


.cat {
    padding: 4px 10px;
    font-size: 12px;
    display: inline-block;
    color: #FFF ;
    background: #1D1E20;
    z-index: 99
}

.acat {
    padding: 4px 10px;
    font-size: 16px;
    display: inline-block;
    color: #00A9E6;
    z-index: 99
}

.title.colordefault, .cat.colordefault, li.colordefault:hover > a, li.colordefault li:hover > a, li.current.colordefault {background: #008CCE}  /*#E84A4A*/
.title.colortab { background:#FFF}
.title.color1, .cat.color1, li.color1:hover > a, li.color1 li:hover > a, li.current.color1 {background: #30DD98 !important}
.title.color2, .cat.color2, li.color2:hover > a, li.color2 li:hover > a, li.current.color2 {background: #d1c54a !important}
.title.color3, .cat.color3, li.color3:hover > a, li.color3 li:hover > a, li.current.color3 {background: #FF3C7A !important}
.title.color4, .cat.color4, li.color4:hover > a, li.color4 li:hover > a, li.current.color4 {background: #00FF2F !important}
.title.color5, .cat.color5, li.color5:hover > a, li.color5 li:hover > a, li.current.color5 {background: #D8BFD8 !important}
.title.color6, .cat.color6, li.color6:hover > a, li.color6 li:hover > a, li.current.color6 {background: #325C94 !important}
.title.color7, .cat.color7, li.color7:hover > a, li.color7 li:hover > a, li.current.color7 {background: #FF2121 !important}
.title.color8, .cat.color8, li.color8:hover > a, li.color8 li:hover > a, li.current.color8 {background: #465559 !important}
.title.color9, .cat.color9, li.color9:hover > a, li.color9 li:hover > a, li.current.color9 {background: #2E8B57 !important}
.title.color10, .cat.color10, li.color10:hover > a, li.color10 li:hover > a, li.current.color10 {background: #8B4513 !important}
.title.color11, .cat.color11, li.color11:hover > a, li.color11 li:hover > a, li.current.color11 {background: #808000 !important}

.colordefault.title:after {border-top-color: #008CCE !important}
.color1.title:after {border-top-color: #30DD98 !important}
.color2.title:after {border-top-color: #d1c54a !important}
.color3.title:after {border-top-color: #FF3C7A !important}
.color4.title:after {border-top-color: #00FF2F !important}
.color5.title:after {border-top-color: #00ADFF !important}
.color6.title:after {border-top-color: #325C94 !important}
.color7.title:after {border-top-color: #FF2121 !important}
.color8.title:after {border-top-color: #465559 !important}

.colordefault.cat:after {border-left-color: #E84A4A !important}
.color1.cat:after {border-left-color: #30DD98 !important}
.color2.cat:after {border-left-color: #d1c54a !important}
.color3.cat:after {border-left-color: #FF3C7A !important}
.color4.cat:after {border-left-color: #00FF2F !important}
.color5.cat:after {border-left-color: #00ADFF !important}
.color6.cat:after {border-left-color: #325C94 !important}
.color7.cat:after {border-left-color: #FF2121 !important}
.color8.cat:after {border-left-color: #465559 !important}

/*	Sidebar
----------------------------------------------------------------------*/
.sidebar{

    background: #E5DFDF;


}
.widget {
    margin: 0 0 40px 0
}
.widget .title {
    position: relative;
    color: #fff;
    background: #008CCE;
    padding: 6px 10px;
}
.widget .title:after {
    /*content: close-quote;*/
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -6px;
    left: 22px;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #1d1e20;
}
.widget .title h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}



.widget iframe {
    width: 100%
}
.widget .list li a {
    display: block;
    border-bottom: 1px solid #E6E6E6;
    line-height: 32px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.widget .list li a span {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    float: right
}
.widget .list li:hover span {
    padding-right: 10px
}
.widget .list li.current a, .widget .list li:hover a {
    color: #5486da;
    border-bottom: 1px solid #5486da;
    background: rgba(84, 134, 218, 0.07);
    padding-left: 10px;
}

/*-- calendar windget --*/
#wp-calendar {
    margin: 0 auto;
    width: 100% !important;
}
#wp-calendar th {
    background: #F3F3F3;
    border: 1px solid #FFF;
    padding: 4px 6px;
    text-align: center;
    font-weight: 400;
}
#wp-calendar td {
    background: #EEEEEE;
    border: 1px solid #FFFFFF;
    padding: 4px 11px;
    text-align: center;
}
#wp-calendar td.pad{
    background: #FFFFFF;
}
#wp-calendar #today {
    background: #E84A4A;
    color: #FFFFFF;
}
#wp-calendar #today a {
    color: #FFFFFF;
}
#wp-calendar caption {
    background: #008CCE;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 8px 10px;
}



.a_content {
    position: absolute;
    bottom: 120px;
    left:25px;
    z-index: 99;
}
.a_content .cat {
    left: 20px;
    position: relative;
	color:#ffffff;
}
.a_content .r_title {
    color: #fff;
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.39);
    margin: 4px 0 0 0;
}
.a_content .r_title a {
    display: block;
    padding: 15px 20px;
    color: #fff;
}


/*	Top Scroll
----------------------------------------------------------------------*/
#toTop {
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#toTop i {
    display: block;
    font-size: 14px
}

/* 	Tipsy
----------------------------------------------------------------------*/
#footer {
    background: #1d1e20
}
#footer a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff
}
#footer a:hover {
    color: #E84A4A
}
#footer .widget {
    margin: 50px 0
}
#footer .widget .title {
    background: #252729
}
#footer .widget .title:after {
    border-top: 6px solid #252729
}
#footer .small_posts li.clearfix {
    border-bottom: 1px solid #2B2B2B
}
#footer .small_posts li.clearfix:last-child {
    border-bottom: 0
}
#footer .social a {
    float: left;
    border-left: 0;
}

.footer_last {
    border-top: 1px solid #2B2B2B;
    padding: 20px 0
}
.footer_last:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.copyright {
    font-size: 12px;
    float: left;
}


/*	More Styles
----------------------------------------------------------------------*/
.mi { margin-right: 4px !important }
.mid { margin-right: 8px !important }
.mii { margin-left: 4px !important }
.miid { margin-left: 8px !important }

.mt { margin-top: 20px !important }
.mtt { margin-top: 30px !important }
.mtf { margin-top: 40px !important }
.mtff { margin-top: 50px !important }
.mts { margin-top: 70px !important }

.mb { margin-bottom: 20px !important }
.mbt { margin-bottom: 30px !important }
.mbf { margin-bottom: 40px !important }
.mbff { margin-bottom: 50px !important }
.mbs { margin-bottom: 70px !important  }

.pt { padding-top: 120px }

.fll { float: left; margin: 0 20px 10px 0 !important }
.flr { float: right; margin: 0 0 10px 20px !important }
.tac { text-align: center !important }
.tar { text-align: right !important }
.tal { text-align: left !important }


.relative {position: relative !important}
.righter {float: right !important}

/*	Display
----------------------------------------------------------------------*/


.Categories ul,  .sections ul{
    border-right: solid 1px #ddd;

    margin-left: 20px;
}
.Categories ul li{
    border-top: solid 1px #ddd;
    padding: 5px 5px 5px 0;
    list-style: none;

}

.sections ul li{
    border-top: solid 1px #fff;
    padding: 5px 5px 5px 0;
    list-style: none;


}


.Categories ul li a:before, .sections ul li a:before{  content: "\25CF"; font-size: 22px; color: #ccc; padding-right: 10px;}
.Categories ul li a, .sections ul li a { font-size: 16px;}
div.content-list{
    color: #000;
}


#wrap{background-color: #008CCE; *padding: 10px 0px 5px 10px;}
.content-info p.crp{
    line-height: 26px;
    margin: 5px;
    padding: 0;
    color:#58595A;
    font-size: 17px; 

}


.content-info p.cdetails{
    margin: 15px 0;
    font-size: 16px;
    color:black;

}
.book-summary, .article-summmery{
    max-height:287px;
    overflow:hidden;
}

.ratingcontent, .ratingcontent2 { font-size: 18px;}
.ratingcontent{
	margin-top:20px;
}
.detail-page.ratingcontent{
	background:#ffffff;
}
.ratingcontent .exemple{
	float:left;
	min-width:135px;
}
.ratingcontent .exemple .tooltip{
    position: relative;
    display: block;
	opacity:1;
}
.ratingcontent .exemple .starbg{
    background: #fff;
    padding: 3px;
    width: 120px;
    height: 27px;
    float: left;
	padding-left: 10px;
}

.ratingcontent .exemple .tooltip .tooltiptext {
    visibility: hidden;
	background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding:3px 5px;
	margin-left:10px;
	top:-25px;
	left:0;
    position: absolute;
    z-index: 1;
}
.ratingcontent .exemple .tooltip:hover > .tooltiptext {
    visibility: visible;
}
.my-bar  li{
	display:inline;
	padding:0 5px;
}
.my-bar  li i{
	font-size:19px;
}
.my-bar  li i.before-library{
	cursor:pointer;
	color:#777bba;
}
.ratingcontent .favourite{
	padding-left:20px;
	padding-top:5px;
}
.ratingcontent .favourite .add-fourite-list{
	color:#777bba;
	cursor:pointer;
	font-size:19px;
}
.ratingcontent .favorated{
	font-size:19px;
	color:red;
	cursor:pointer;
}
.favourite.tooltip {
    position: relative;
    display: inline-block;
	opacity:1;
	float:right;
	padding-right:10px;
}

.favourite.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding:3px 5px;
	margin-left:10px;
	top:-28px;
	left:-67px;
    position: absolute;
    z-index: 1;
	min-width:149px;
}

.fav_tooltip:hover > .tooltiptext {
    visibility: visible;
}
.lib_tooltip:hover > .tooltiptext {
    visibility: visible;
}
.wait {
    position: absolute;
    background: url(images/progress.gif) no-repeat 0px 0px;
    height: 100px;
    width: 100px;
    background-size: 30px 30px;
    left: 200px;
    z-index: 999;
}

.rating-box {
    float: left; margin-right: 10px;
    background: url("images/bkg_rating.png") repeat-x;
    font-size: 0;
    height: 26px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 120px;
}

.rating-box2 {
    float: left; margin-right: 10px;
    background: url("images/bkg_rating2.png") repeat-x;
    background-position: 0 -4%;
    font-size: 0;
    height: 26px;
    padding-top:5px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 90px;
}

.rating-box .rating {
    background: url("images/bkg_rating.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 26px;
}

.rating-box2 .rating2 {
    background: url("images/bkg_rating2.png") repeat-x;
    background-position: 0% 106%;
    float: left;
    height: 26px;
}


.btn-primary{
    border:1px solid #0081b3; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;
    font-size:16px;
    padding: 5px 10px 5px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3); color: #FFFFFF;
    background-color: #00AAEB; background-image: -webkit-gradient(linear, left top, left bottom, from(#00AAEB), to(#008CBC));
    background-image: -webkit-linear-gradient(top, #00AAEB, #008CBC);
    background-image: -moz-linear-gradient(top, #00AAEB, #008CBC);
    background-image: -ms-linear-gradient(top, #00AAEB, #008CBC);
    background-image: -o-linear-gradient(top, #00AAEB, #008CBC);
    background-image: linear-gradient(to bottom, #00AAEB, #008CBC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#00AAEB, endColorstr=#008CBC);
}


.btn-rating {
    background-color: #F5A917;
    background: -webkit-gradient(linear, left center, right center, from(#F5A917), to(#F5A917), color-stop(.5,#C97916));
    background: -moz-linear-gradient(left, #F5A917 0%, #C97916 50%, #F5A917 100%);
    border:1px solid F5A917; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;
    font-size:24px;
    padding: 5px 15px 5px 15px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3); color: #FFFFFF;
}

.primary{color: #fff;margin: 0px;font-weight: normal;}




.bookdetail { background:#FFF; padding:10px}


 /*  rabiul css*/

.user_box {
	border:1px solid #BCBDBF;
    margin-bottom:20px;
	background:#ffffff;
	}
.box_title{border-bottom:1px solid #BCBDBF; padding:10px 0 0px 20px}

.body-f textarea{padding:10px}
.overhidden{overflow:hidden; margin-bottom:20px}
.content_number_img{float:left; margin-top:7px; width:11%}
.overhidden .sidebar {min-height:250px;}
.overhidden i{float:right;padding-top:4px}
.book-writter{padding-bottom:10px}
.book-writter span{padding-left:7px; padding-top:5x}
.book-writter input{vertical-align:middle}
.book-writter label{padding-right:15px; cursor:pointer; vertical-align:middle}


.pagination_area .form-control{font-size:21px;}

.paginations{text-align:center}

.count_area{font-size:20px;color:#000;padding-top:7px;text-align:center}

.row-found {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}
.column, .column-report{
	padding-bottom:30px;
}
  .portlet-placeholder {
    border: 1px solid #ddd;
    margin: 0 1em 1em 0;
    height: 50px;
	background:#ffffff;
	border-radius:3px;
  }
.portlet{
	padding-bottom:10px;
}  
.portlet a {
	cursor:move;
}
.panel-heading #booktext{
	width:200px;
}
#mylabelModal input[type="text"]{
	background-color:#fff;
	border:1px solid #ccc;
}
.crsl-item span{
	padding-top:10px;
	display:inline-block;
}


.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}
.profile-usertitle-name {
    color: #5a7391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}
.profile-usertitle-job {
    color: #5b9bd1;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}

.profile-usermenu {
    margin-top: 30px;
    padding-bottom: 20px;
}
.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}
.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}
.profile-info img{
	display:inline;
}

.table.table-light>thead>tr>th {
    font-weight: 600;
    font-size: 13px;
    color: #93a2a9;
    border: 0;
    border-bottom: 1px solid #F2F5F8;
}
.table.table-light>tbody>tr>td {
    border: 0;
    border-bottom: 1px solid #F2F5F8;
    color: #8896a0;
    vertical-align: middle;
}
.profile-page{
	margin-top:30px;
	padding-top:30px;
}
.profile-page .profile-content{
	padding-left:0;
	padding-right:0;
}
.row-found-f{
	overflow:hidden;
	margin-bottom:10px;
}
.portlet-myreport a{
	cursor:pointer;
}
.book-writer h4{
	margin-bottom:0;
	font-weight:normal;
}


caption span, h4 span{
    float: right;
    cursor: pointer;
    font-size: 16px;
    padding-top:2px;
}
.search-section{
    position: absolute;
    display: none;
    width: 240px;
    right: 0;
    background: #ffffff;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.15);
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
}
           /*for listing*/
#listdisplay {
    display: block;
    box-shadow: rgb(3, 148, 175) 0px 0px 2px;
    padding: 10px;
}

#listdisplay .category-list {
    display: block;
    padding: 5px 0px;
    margin-bottom: 10px;
    background-color: #efefef;
}
#listdisplay .next-button{
    text-align: center;
}
#listdisplay .next-button a{
    font-size: 30px;
}
#listdisplay.nameview .innercontent h2 {
    font-size: 18px;
    padding-left: 5px;
    margin: 0px;
}
.category-heading a{
    color:#fff;
}
.search-form .dropdown-menu{
    z-index: 999;
}
.search_result{
    position: absolute;
    background: #fff;
    padding: 20px;
    z-index: 99;
    display: none;
    overflow: scroll;
    max-height: 264px;
    scroll-behavior:smooth;
}


















































