@charset "utf-8";

/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-family: SolaimanLipi, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #525252;
}

/* Global CSS Starts */
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

p,
form,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #525252;
    text-decoration: none;
}

/* Global CSS Ends */
/* Common CSS Starts */
.blank_div1 {
    margin-top: 16px;
    clear: both;
}

/* Common CSS Ends */
/* Main Container Starts */
#main_container {
    margin: 0 auto;
    width: 1020px;
    height: auto;
    min-height: 580px;
    background-color: #fff;
    overflow: hidden;
    clear: both;
    padding: 0;
}

/* Main Container Ends */
/* Banner Wrapper Starts */
#banner_wrapper {
    width: 1020px;
    height: auto;
    border-bottom: 1px solid #e2e2e2;
}

.logo {
    width: 1020px;
    height: 135px;
    position: absolute;
}

/* Banner Wrapper Ends */
/* Download Fonts Starts */
.download-fonts a {
    margin-right: 22px;
    color: #525252;
    line-height: 28px;
    float: right;
}

.download-fonts a:hover {
    color: #f17726;
}

/* Download Fonts Ends */
/* Main Navigation Starts */
.mainnav_wrapper {
    width: 1020px;
    height: auto;
    clear: both;
}

.mainnav_wrapper .navleft {
    width: 22px;
    height: 41px;
    background: url(../images/topnav_left.png) no-repeat;
    float: left;
}

.mainnav_wrapper .navbg {
    width: 920px;
    height: 41px;
    background: url(../images/topnav_bg.png) repeat-x;
    float: left;
}

.mainnav_wrapper .navright {
    width: 22px;
    height: 41px;
    background: url(../images/topnav_right.png) no-repeat;
    float: left;
}

/* Main Navigation Ends */
/* Search Bar Starts */
.search_bar {
    margin: 26px 0 0 20px;
    width: 928px;
    height: 32px;
    background-color: #e9e9e9;
    border: 1px solid #e4e4e4;
    float: left;
    clear: both;
}

.search_bar .webticker {
    margin: 0px 8px 0px 15px;
    width: 645px;
    height: auto;
    float: left;
    line-height: 30px;
    overflow: hidden;
}

.search_bar .date-search {
    width: 230px;
    height: auto;
    float: right;
}

.search_bar .date-search ul {
    margin: 0 8px 0 0;
    padding: 0;
    overflow: hidden;
    float: right;
}

.search_bar .date-search ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
    float: left;
    line-height: 30px;
}

.search_bar .date-search ul li span {
    float: left;
}

.search_bar .date-search ul li span input[type=text] {
    margin: 6px 0 0 0;
    padding: 0px 5px;
    width: 182px;
    height: 18px;
    background-color: #FFF;
    border: 1px solid #c4c4c4;
    font-family: Arial, Helvetica, sans-serif, SolaimanLipi;
    font-size: 14px;
    color: #525252;
    line-height: 18px;
}

.search_bar .date-search ul li span input[type=submit] {
    margin: 6px 0 0 8px;
    width: 24px;
    height: 20px;
    background: url(../images/btn_search.jpg) no-repeat;
    background-position: 0px 0px;
    border: 0;
    cursor: pointer;
    text-indent: -11111px;
}

.search_bar .date-search ul li span input[type=button]:hover {
    background-position: 0px -20px;
}

.sep {
    float: left;
}

.sep2 {
    margin: 0px 12px;
    float: left;
}

/* Search Bar Ends */
/* Bradcramp Bar Starts */
.bradcramp_bar {
    margin: 20px 0 5px 20px;
    padding: 0;
    width: 978px;
    height: auto;
    float: left;
    clear: both;
}

.bradcramp_bar a {
    color: #525252;
}

.bradcramp_bar a:hover {
    color: #E96C19;
}

/* Bradcramp Bar Ends */
/* Left Column Starts */
#left_column {
    margin: 0 0 0 20px;
    padding-right: 28px;
    width: 682px;
    height: auto;
    float: left;
}

/* #left_column h1
{
margin:8px 0 0px 0;	margin-top:2px;
font-size:18px;
font-weight:normal;
color:#f17726;	
line-height:30px;
clear:both;
overflow:hidden;
} */
#left_column hr {
    margin: 0 0 10px 0;
    padding: 0;
    width: 682px;
    height: 6px;
    background: url(../images/title_line.png) no-repeat left bottom;
    clear: both;
    color: #ffffff;
    border: 0;
}

#left_column h1 a {
    float: left;
}

#left_column h2 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #f17726;
    line-height: 35px;
    clear: both;
}

#left_column p {
    width: auto;
    height: auto !important;
    text-align: justify;
    line-height: 23px;

    /* overflow:hidden; */
}

#left_column a {
}

.homelink {
    float: right;
}

#left_column p img {
    margin: 5px 15px 3px 0;
    border: 3px solid #c3c3c3;
    float: left;
}

#left_column p img:hover {
    border: 3px solid #ebebeb;
}

#left_column  img {
    margin: 5px 15px 3px 0;
    border: 2px solid #c3c3c3;
    float: left;
}

#left_column img:hover {
    border: 2px solid #FF9A38;
}

.img_a {
    float: left !important;
}

/* Left Column Ends */
/* Left Bottom Wrapper Starts */
.leftbottom_wrapper {
    margin: 22px 0 0 0;
    padding: 0;
    width: 682px;
    height: auto;
    float: left;
    clear: both;
}

.leftbottom_wrapper .bottom-left {
    margin: 0;
    padding: 0;
    width: 212px;
    height: auto;
    float: left;
}

.leftbottom_wrapper .bottom-left a {
    color: #525252;
    font-size: 13px;
    float: left !important;
}

.leftbottom_wrapper .bottom-left a:hover {
    color: #F17726;
}

.leftbottom_wrapper .bottom-left ul {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.leftbottom_wrapper .bottom-left ul li {
    margin: 0;
    padding: 5px 0 11px 0;
    list-style-type: none;
    background: url(../images/title_line2.png) no-repeat left bottom;
    display: block;
    overflow: hidden;
    clear: both;
}

.leftbottom_wrapper .bottom-left ul li label {
    margin: 0;
    padding: 0;
    float: left;
}

.leftbottom_wrapper .bottom-left ul li label img {
    vertical-align: middle;
}

.leftbottom_wrapper .bottom-left ul li span {
    margin: 0 0 0 15px;
    padding: 0;
    float: left;
}

.leftbottom_wrapper .bottom-left ul li span img {
    margin: 0 5px 0 0 !important;
    float: left;
}

.leftbottom_wrapper .bottom-mid {
    margin: 0px 31px;
    padding: 0;
    float: left;
}

.leftbottom_wrapper .bottom-mid img {
    margin: 15px 0 0 0;
}

.leftbottom_wrapper .bottom-right {
    margin: 0;
    padding: 0;
    float: left;
}

.leftbottom_wrapper .bottom-right img {
    margin: 15px 0 0 0;
}

/* Left Bottom Wrapper Ends */
/* Date Details Wrapper Starts */
.date_details_wrapper {
    width: 682px;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 0 12px 0;
    background: url(../images/title_line.png) no-repeat left bottom;
    overflow: hidden;
}

.date_details_wrapper ul {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.date_details_wrapper ul li {
    margin: 2px 0px;
    padding: 0;
    list-style-type: none;
    display: block;
    line-height: 24px;
    float: left;
    overflow: hidden;
}

.date_details_wrapper ul li label {
    margin: 0 4px 0 0;
    padding: 0;
    width: 104px;
    color: #f17726;
    background-color: #f5f5f5;
    text-indent: 10px;
    float: left;
}

.date_details_wrapper ul li span {
    margin: 0 4px 0 0;
    padding: 0;
    width: 283px;
    height: auto;
    text-indent: 10px;
    background-color: #f5f5f5;
    float: left;
}

.date_details_wrapper ul li p {
    margin: 0;
    width: 571px !important;
    height: auto !important;
    line-height: normal !important;
    text-indent: 10px;
    background-color: #f5f5f5;
    line-height: 24px !important;
    float: left;
}

/* Date Details Wrapper Ends */
/* Pagination Starts */
.pagination {
    margin: 0;
    padding: 0;
    clear: both;
}

.pagination ul {
    margin: 20px 0 0 0;
    padding: 0;
    overflow: hidden;
    float: right;
}

.pagination ul li {
    margin: 0 0 0 4px;
    padding: 0;
    list-style-type: none;
    display: inline;
    float: left;
}

.pagination ul li a {
    width: 19px;
    height: 19px;
    background: url(../images/pagination-back.jpg)  no-repeat;
    color: #525252;
    font-size: 14px;
    text-align: center;
}

.pagination ul li a:hover {
    background: url(../images/pagination-back-h.jpg)  no-repeat;
}

.pagination ul li a.selected {
    background: url(../images/pagination-back-h.jpg)  no-repeat;
}

/* Pagination Ends */
/* Date Wrapper Strats */
.date-wrapper {
    font-size: 14px;
    color: #525252;
    float: right;
}

/* Date Wrapper Ends */
/* Right Column Starts */
#right_column {
    width: 270px;
    height: auto;
    float: left;
}

#right_column h1 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #569631;
    line-height: 43px;
    background: url(../images/title_line3.png) no-repeat left bottom;
    clear: both;
    overflow: hidden;
    font-weight: bold;
}

#right_column h1 a {
    font-size: 14px;
    color: #525252;
    float: right;
}

.a2 {
    font-size: 16px !important;
    color: #569631 !important;
    float: left !important;
    clear: both !important;
    font-weight: bold !important;
}

.a2:hover {
    color: #525252 !important;
}

#right_column h1 a:hover {
    color: #569631;
}

#right_column h2 {
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
    color: #569631;
    line-height: 41px;
    background: url(../images/title_line3.png) no-repeat left bottom;
    clear: both;
    overflow: hidden;
    font-weight: bold;
}

#right_column h2 a {
    font-size: 14px;
    color: #525252;
    float: right;
}

#right_column h2 a:hover {
    color: #569631;
}

.ayojon {
    margin: 0;
    padding: 0;
}

.ayojon a {
    font-size: 14px;
    color: #525252;
}

.ayojon a:hover {
    color: #569631;
}

.ayojon ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ayojon ul li {
    margin: 0;
    padding: 4px 0 16px 0;
    list-style-type: none;
    display: block;
    background: url(../images/title_line3.png) no-repeat left bottom;
    overflow: hidden;
    clear: both;
}

.ayojon ul li label {
    margin-top: 5px;
    width: 130px;
    height: auto;
    background: url(../images/imglabel.png) no-repeat left center;
    float: left;
    text-indent: 4px;
    line-height: 21px;
    font-size: 14px;
}

.ayojon ul li span {
    margin-left: 3px;
    width: 137px;
    height: auto;
    line-height: 18px;
    padding-top: 6px;
    float: left;
}

.ayojon2 {
    margin: 0;
    padding: 0;
}

.ayojon2 a {
    color: #525252;
}

.ayojon2 a:hover {
    color: #569631;
}

.ayojon2 ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ayojon2 ul li {
    margin: 0;
    padding: 16px 0 22px 0;
    list-style-type: none;
    display: block;
    background: url(../images/title_line3.png) no-repeat left bottom;
    overflow: hidden;
    clear: both;
}

.ayojon2 ul li label {
    width: 130px;
    height: auto;
    background: url(../images/imglabel.png) no-repeat left center;
    text-indent: 5px;
    float: left;
    text-indent: 4px;
    line-height: 21px;
    font-size: 13px;
}

.ayojon2 ul li span {
    margin-left: 3px;
    width: 137px;
    height: auto;
    line-height: normal;
    float: left;
}

.biggopti {
    margin: 15px 0 0 0;
    padding: 0;
}

.biggopti a {
    font-size: 14px;
    color: #525252;
}

.biggopti a:hover {
    color: #569631;
}

.biggopti ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.biggopti ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    clear: both;
}

.biggopti ul li label {
    margin: 6px 10px 0 0;
    width: 8px;
    height: 8px;
    min-height: 21px;
    background: url(../images/square_bullet.jpg) no-repeat left top;
    float: left;
}

.prokasona {
    margin: 0;
    padding: 6px 0 25px 0px;

    /* background:url(../images/title_line3.png) no-repeat left bottom; */
}

.prokasona ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.prokasona ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
    float: left;
}

.prokasona ul li span {
    float: left;
}

.prokasona ul li p {
    margin: 0 0 0 20px;
    padding: 0;
    width: 204px;
    height: auto;
    font-size: 14px;

    /* float:left; */
    padding-left: 40px;
}

.prokasona ul li p a:hover {
    color: #569631;
}

.songskriti_bhaban {
    margin: 0px 0 0 0;
    padding: 0;
}

.songskriti_bhaban a {
    font-size: 14px;
    color: #525252;
}

.songskriti_bhaban a:hover {
    color: #569631;
}

.songskriti_bhaban ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.songskriti_bhaban ul li {
    margin: 5px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: block;
    clear: both;
}

.songskriti_bhaban ul li img {
    margin-right: 7px !important;
    vertical-align: middle !important;
    border: none !important;
    margin-top: 2px !important;
}

.rightnav_wrapper {
    margin: 0;
    padding: 0;
}

.rightnav_wrapper ul {
    margin: 0px 0 0 0;
    padding: 6px 0 0 0;
    overflow: hidden;
}

.rightnav_wrapper ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    clear: both;
    overflow: hidden;
}

.rightnav_wrapper ul li a {
    margin: 0 0 7px 0;
    padding: 0;
    width: 270px;
    height: auto;
    float: left;
    background: url(../images/square_bullet.jpg) no-repeat left center;
    font-size: 14px;
    line-height: 20px;
    text-indent: 18px;
    color: #569631;
}

.rightnav_wrapper ul li a:hover {
    color: #525252;
    background-color: #E9E9E9;
}

.rightnav_wrapper ul li.current_page_item a,
.rightnav_wrapper ul li.current-cat a {
    color: #525252;
    background-color: #E9E9E9;
}

/* Right Column Ends */
/* Select Field Starts */
.selectfld-wrapper {
    margin: 30px 0 0 0;
}

.selectfld-wrapper2 {
    margin: 10px 0 0 0;
    float: left;
}

.midselect {
    margin: 10px 9px 0px 9px;
}

/* Select Field Ends */
/* Data Wrapper Starts */
.data_hwrapper {
    margin: 28px 0 2px 0;
    padding: 0;
    background-color: #efefef;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    border-right: none;
    color: #f17726;
    font-size: 15px;
    text-indent: 3px;
    float: left;
    clear: both;
    overflow: hidden;
}

.data_hwrapper .dateheaderleft {
    margin: 0;
    padding: 4px;
    width: 150px;
    height: auto;
    text-indent: 3px;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.data_hwrapper .dateheadermid {
    margin: 0;
    padding: 4px;
    width: 230px;
    height: auto;
    text-indent: 3px;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.data_hwrapper .dateheaderright {
    margin: 0;
    padding: 4px;
    width: 273px;
    height: auto;
    text-indent: 3px;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.data_wrapper {
    margin: 0;
    padding: 0;
    border: 1px solid #e9e9e9;
    border-bottom: none;
    border-right: none;
    text-indent: 3px;
    clear: both;
    overflow: hidden;
}

.data_wrapper .dataleft {
    margin: 0;
    padding: 4px;
    width: 150px;
    height: auto;
    text-indent: 3px;
    float: left;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.data_wrapper .datamid {
    margin: 0;
    padding: 4px;
    width: 230px;
    height: auto;
    text-indent: 3px;
    float: left;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.data_wrapper .dataright {
    margin: 0;
    padding: 4px;
    width: 273px;
    height: auto;
    text-indent: 3px;
    float: left;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

/* Data Wrapper Ends */
/* Footer Wrapper Starts */
#footer_wrapper {
    /* margin: 26px 0 0 20px; */
    /* width: 978px; */
    margin-top: 30px;
    width: 100%;
    height: 60px;
    font-size: 13px;
    color: #787878;
    background-color: #E9E9E9;
    border: 1px solid #E4E4E4;
    float: left;
    clear: both;
    border-bottom: 3px solid #FF9148;
}

#footer_wrapper .footer_left {
    margin-top: 20px;
    margin-left: 16px;
    width: 489px;
    float: left;
}

#footer_wrapper .footer_right {
    float: right;
    margin-top: 20px;
    width: 453px;
    margin-right: 20px;
}

#footer_wrapper .footer_right ul {
    margin: 0;
    padding: 0;
    float: right;
    overflow: hidden;
}

#footer_wrapper .footer_right ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
    float: left;
}

#footer_wrapper .footer_right ul li img {
    margin-left: 10px;
    vertical-align: middle;
}

.styled-select select {
    background: transparent;
    width: 268px;
    padding-top: 4px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 32px;
    -webkit-appearance: none;
    color: #525252;
}

.styled-select {
    margin: 30px 0 0;
    width: 243px;
    height: 27px;
    overflow: hidden;
    background: url(../images/drpfld_back.jpg) no-repeat -18px  0px;
    border-left: 1px solid #E4E4E4;
    color: #525252;
    padding: 0;
}

div.contactleft {
    width: 48%;
    float: left;
    height: auto;
    overflow: hidden;
    margin-right: 10px;
}

div.contactright {
    width: 48%;
    float: left;
    height: auto;
    overflow: hidden;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
    padding: 7px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    width: 285px;
    background: #FFFFFF url('bg_form.html') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

form.wpcf7-form textarea {
    width: 300px;
    max-width: 400px;
    height: 150px;
    line-height: 150%;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label {
    margin-left: 10px;
    color: #999999;
}

form.wpcf7-form input[type=submit] {
    width: 120px;
    padding: 9px 15px;
    background: #617798;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}

/* Footer Wrapper Ends */
#nav {
    display: block;
    width: 273px;
    margin: 0 auto;
}

#nav li {
    list-style: none;
}

#nav > li > a {
    display: block;
    padding: 4px 20px;
    font-size: .8em;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #dedede;
    background: #eaeaea url(../images/stock_data_next.png) no-repeat 0px  3px;
    cursor: pointer !important;
    font-size: 15px !important;
}

#nav > li > a:hover,
#nav > li > a.open {
    color: #e9e9e9;
    border-bottom-color: #384f76;
    background-color: #569631;
    color: #FFF !important;
    cursor: pointer !important;
    font-size: 15px !important;
}

#nav > li.current-menu-item > a.open {
    color: #e9e9e9;
    border-bottom-color: #384f76;
    background-color: #569631;
    display: block !important;
}

#nav > li.current-menu-parent > a {
    color: #e9e9e9;
    border-bottom-color: #384f76;
    background-color: #569631;
    display: block !important;
}

#nav li.current-menu-parent ul {
    display: block !important;
}

#nav li ul {
    display: none;
    background: #c2c2c2;
}

#nav li ul li a {
    display: block;
    padding: 5px 0 5px 28px;
    font-size: .8em;
    text-decoration: none;
    font-weight: bold;
    background: #ffffff url(../images/green_square.jpg) no-repeat 14px 10px;
    color: #333;
}

#nav li ul li a:hover {
    background: #e1e1e1 url(../images/green_square.jpg) no-repeat 14px 10px;
}

table.events {
    padding: 0;
    margin: 0;
    vertical-align: middle !important;
}

table.events tr td.eventdate {
    margin-top: 5px;
    width: 135px;
    height: auto;
    background: url(../images/imglabel.png) no-repeat left center;
    text-indent: 4px;
    line-height: 21px;
    font-size: 14px;
}

div.eventbg {
}

table.events tr td span {
    margin-left: 3px;
    width: 126px;
    height: auto;
    line-height: 18px;

    /* padding-top:6px; */
    padding-top: 2px;
    padding-bottom: 6px;
    float: left;
}

table.events tr td span a {
    color: #525252;
    font-size: 14px;
}

table.events tr td span a:hover {
    color: #569631;
}

table.eventarchive {
    font-size: 14px;
}

div#ngg-image {
    height: 190px;
    margin-left: 1px;
    margin-top: 2px;
}

div.thumbnailphoto {
}

img.attachment-45x72 {
    width: 45px;
    height: 75px;
    float: left;
}

div.post {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
}

div.bottom-mid {
    margin: 0;
    padding: 0;
}

div.bottom-mid img,
div.bottom-left img {
    margin: 0 !important;
    padding: 0;
    border: none!important;
}

div.bottom-left a img:hover {
    margin: 0 !important;
    padding: 0;
    border: none;
}

div.publication {
    clear: both;
    padding-top: 9px;
}

div.publication {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

div.term_description h3 {
    color: #E96C19;
    display: block;
}

div.bookarchive {
    width: 100%;
    height: 195px;
    overflow: hidden;
    border-bottom: 1px solid #999;
    margin: 5px;
}

div.leftbookarchive {
    float: left;
    width: 155px;
    height: auto;
}

/* div.leftbookarchive img { height:180px; width:auto;} */
div.rightbookarchive {
    float: left;
    width: 520px;
    height: auto;
}

div.bangladesherarchive {
    width: 20%;
    float: left;

    /* margin-left:5px; */
    height: 180px;
    overflow: hidden;
    text-align: center;
    padding-top: 5px;
    border-right: 1px solid #CCC;
    padding-right: 3px;
}

div.bangladeserredoy {
    width: 100%;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 5px;
    clear: both;
    margin-left: 3px;
}

div.bangladeshdetails {
    width: 77%;
    height: 170px;
    float: left;
    padding-left: 10px;
}

div.bangladeshdetails h3 {
    margin-top: 7px;
}

div.bookcover {
    width: 51%;
    height: 300px;
    overflow: hidden;
    float: left;
    padding: 5px;
    padding-left: 0px;
}

div.bookcover p {
    padding-top: 0px;
    line-height: 20px !important;
}

div.bookcoverdetails {
    float: left;
    height: auto;
    overflow: hidden;
    padding: 5px 5px 5px 0;
    width: 51%;
}

div.entry-content ul {
    padding: 0;
    margin: 0;
    padding-left: 30px;
}

div.bottom-left ul {
    margin: 0;
    padding: 0;
}

div.entry-content h1 {
    font-size: 2em;
}

div.entry-content h2 {
    font-size: 1.5em;
}

div.entry-content h3 {
    font-size: 1.17em;
}

div.entry-content h4 {
    font-size: 1em;
}

div.entry-content h5 {
    font-size: .83em;
}

div.entry-content h6 {
    font-size: .75em;
}

h1.post-title {
    margin: 8px 0 0px 0;
    margin-top: 2px;
    font-size: 18px !important;
    font-weight: normal;
    color: #f17726;
    line-height: 30px;
    clear: both;
    overflow: hidden;
    font-weight: bold;
}

/* .................... */
.bottom-leftright {
    margin: 0;
    padding: 0;
    width: 270px;
    height: auto;
    float: left;
}

.bottom-leftright a {
    color: #525252;
    font-size: 11px;
    float: left !important;
}

.bottom-leftright a:hover {
    color: #F17726;
}

.bottom-leftright ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.bottom-leftright ul li {
    margin: 0;
    padding: 5px 0 11px 0;
    list-style-type: none;
    background: url(../images/title_line3.png) no-repeat left bottom;
    display: block;
    overflow: hidden;
    clear: both;
}

.prokasonaaudio-visualright h3 {
    font-size: 16px !important;
}

.bottom-leftright ul li label img {
    vertical-align: middle;
}

.bottom-leftright ul li span {
    margin: 0 0 0 15px;
    padding: 0;
    float: left;
}

.bottom-leftright ul li p {
    margin: 0;
    padding: 0 0 0 6px;
    width: 43px !important;
    height: auto;
    float: left;
    border-right: 1px solid #999;
    overflow: hidden;
}

.bottom-leftright ul li p:nth-child(11) {
    border-right: none !important;
}

.bottom-leftright ul li span img {
    margin: 0 28px 0 0\9 !important;
    float: left;
    padding: 0;
    width: 47px\9!important;
    height: 27px\9!important;
    width: 47px;
    height: 27px;
}

@-moz-document url-prefix()
{
    .bottom-leftright ul li span img {
        margin: 0 5px 0 0 !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .bottom-leftright ul li span {
        height: 30px;
    }
}

.leftbottom_wrapper h2 {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: normal;
    color: #569631;
    line-height: 43px;
    background: url(../images/title_line3.png) no-repeat left bottom;
    clear: both;
    overflow: hidden;
}

div.bottom-leftright ul li label {
    float: left;
    margin: 0;
    padding: 0;
}

.bottom-leftright a {
    color: #525252;
    float: left !important;
    font-size: 11px;
}

.ngg-gallery-thumbnail-box {
    overflow: hidden;
    width: 220px;
    height: 160px;
    float: left;
}

.ngg-gallery-thumbnail-box1 {
    overflow: hidden;
    width: 220px;
    height: 170px;
    float: left;
}

.ngg-gallery-thumbnail-box2 {
    overflow: hidden;
    width: 220px;
    height: 180px;
    float: left;
}

.ngg-gallery-singlepic-image {
    display: block;
}

.imagestitle {
    clear: both;
}

.ngg-gallery-thumbnail-box2 a {
    color: #E96C19 !important;
}

img.backimg {
    float: left !important;
    margin: 2px 15px 3px 0 !important;
    border: none !important;
}

@media screen and (max-device-width: 480px) {
    #main_container {
        position: static;
        bottom: 0px;
        width: 480px;
    }
}

.ngg-gallery-thumbnail img {
    height: 120px;
    width: 191px;
}

.bookcoverdetails img {
    border: none !important;
    margin: 4px -1px 3px 0 !important;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}

blockquote:before {
    color: #ccc;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
}

.entry-content ol li {
    list-style-type: -moz-bengali;
    list-style-type: bengali;
}

.entry-content ol {
    padding: 0 0 0 30px;
}

select {
    font-size: 15px;
}

.wp-gallery {
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.wp-gallery table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: #000;
}

.wp-gallery tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #000;
}

.wp-gallery table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    color: #000;
}

.wp-gallery table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.wp-gallery tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #000;
}

.wp-gallery tr:hover td {
}

.wp-gallery tr:nth-child(odd) {
    background-color: #f2f0ef;
}

.wp-gallery tr:nth-child(even) {
    background-color: #ffffff;
}

.wp-gallery td {
    vertical-align: middle;
    text-align: left;
    padding: 3px;
    font-weight: normal;
    color: #000000;
}

.wp-gallery tr:last-child td {
    border-width: 0px 1px 0px 0px;
}

.wp-gallery tr td:last-child {
    border-width: 0px 0px 1px 0px;
}

.wp-gallery tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}

.wp-gallery tr:first-child td {
    background: -o-linear-gradient(bottom, #dbd9d6 5%, #dbd9d6 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dbd9d6), color-stop(1, #dbd9d6) );
    background: -moz-linear-gradient( center top, #dbd9d6 5%, #dbd9d6 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbd9d6", endColorstr="#dbd9d6");
    background: -o-linear-gradient(top,#dbd9d6,dbd9d6);
    background-color: #dbd9d6;
    border: 0px solid #eae3e3;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #000;
}

.wp-gallery tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #dbd9d6 5%, #dbd9d6 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dbd9d6), color-stop(1, #dbd9d6) );
    background: -moz-linear-gradient( center top, #dbd9d6 5%, #dbd9d6 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbd9d6", endColorstr="#dbd9d6");
    background: -o-linear-gradient(top,#dbd9d6,dbd9d6);
    background-color: #dbd9d6;
}

.wp-gallery tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}

.wp-gallery tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}