.guest-name .wpb_wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
}
.guest-name h4, .guest-name p{
	font-size: 14px;
    margin: 0px;
}

.bulletin-list {
    width: 320px;
    margin: 0 auto;
    text-align: left;
    list-style: none;
    padding: 0px;
}

.bulletin-list li {
    font-size: 18px;
    font-weight: 400;
    text-indent: 30px;
    line-height: 30px;
/*    background-image: url(https://www.cfsbangladesh.org/wp-content/themes/cfs-theme/images/icon-bullet.png);*/
    background-repeat: no-repeat;
    background-position: 10px center;
}

.bulletin-list li:hover {
    background-color: #000;
    background-color: rgba(0,0,0,8);
}

.bulletin-list li a {
    color: #000;
    padding: 10px 0px;
    display: inline-block;
}

.bulletin-list li:hover a {
    color: #FFF;
}

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

.event-table tr td:first-child {
    padding-right: 10px;
    font-weight: 600;
    width: 110px;
}

.event-table tr td {
    padding: 6px 0px;
    border-bottom: 1px solid #EBEBEB;
}

.event-table tr:last-child td {
    border-bottom: none;
}
#films .owl-carousel {
    margin-bottom: 20px;
}

.owl-carousel {
    margin-right: 0px !important;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
    font-size: 24px;
}

.owl-carousel  .owl-prev {
    position: absolute;
    left: 0;
}

.owl-carousel  .owl-next {
    position: absolute;
    right: 0;
}

.owl-carousel  .owl-prev {
    padding: 20px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: -1px -1px 1px;
}

.owl-carousel  .owl-next {
    padding: 20px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: 1px 1px 1px;
}
#viewFilm {
top: 0 !important;
}

#viewFilm .modal-body {
max-height: 75vh;
overflow-y:  scroll;
}

#viewFilm .modal-body::-webkit-scrollbar {
    width: 12px;
}
 
#viewFilm .modal-body::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #F5F5F5;
}
 
#viewFilm .modal-body::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    background: #444;
}

#viewFilm .modal-body p {
    font-size: 14px;
}

#viewFilm .modal-body .preview-photos {
    list-style: none;
    padding: 0px;
}

#viewFilm .modal-body h1 {
    margin-bottom: 0px;
}

#viewFilm .modal-body h2 {
    font-size: 22px;
    margin: 0;
    color: #888;
}

@media screen and (min-width: 600px){
    #viewFilm .modal-dialog {
            width: calc(100% - 100px);
            max-width: 900px;
    }
}


#screening-schedule .vc_tta-panel-body {
	overflow-y: scroll;
	max-height: 400px;
	padding-bottom: 0px;
        padding-right: 0px;
}

@media screen and (max-width: 766px){
    #screening-schedule .vc_tta-panel-body {
	overflow-y: scroll;
	max-height: 210px;
	padding: 10px;
	padding-bottom: 0px;
	}
}

#screening-schedule .vc_tta-panel-body .wpb_content_element {
	margin: 0px;
}

#screening-schedule .vc_tta-tab>a {
	font-size: 14px;
	border-radius: 0px;
}

#screening-schedule .vc_tta-tab.vc_active>a {
	font-weight: bold;
}

#screening-schedule .vc_tta-panels {
	border-radius: 0px;
}

.schedule-table-wrapper {
  width: auto;
  overflow-x: auto;
  margin-left: 50px;
  overflow-y: visible;
  padding: 0;
  cursor: e-resize;
}

.schedule-table {
	font-size: 12px;
}

.schedule-table tbody tr td {
	vertical-align: top;
	min-width: 250px;
    max-width: 250px;
}

.schedule-table tbody tr th {
	width: 50px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: auto;
    padding-right: 10px;
}

.schedule-table tbody tr th {
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
    padding-bottom: 10px;
}

.schedule-table tbody tr th span {
	font-size: 32px;
	display: block;
}

.schedule-table tr td {
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	height: 30px;
}

.schedule-table tr td span {
	font-weight: 600;
}

.schedule-table tr td div {
	display: block;
    background: orange;
    padding: 0px 8px;
    color: #FFF;
    width: 70px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.screening-schedule-top-scrollbar {
	margin-left: 80px;
    max-width: 64vw;
}

#hello-bangladesh .director-lists {
	max-width: 500px;
    width: 100%;
    list-style: none;
    padding-left: 0px;
}

#hello-bangladesh .director-lists li {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
}

#hello-bangladesh .director-lists li img {
	width: 80px;
	height: 80px;
    max-width: 100%;
    -webkit-filter: grayscale(1);
  	filter: grayscale(1);
  	cursor: pointer;
}

#hello-bangladesh .director-lists li img:hover {
    -webkit-filter: none;
  	filter: none;
}

@media screen and (min-width: 768px){
    #hello-bangladesh {
            text-align: right !important;
    }
    #hello-bangladesh h2 {
            text-align: right !important;
    }
    #hello-bangladesh .wpb_single_image {
            text-align: right !important;
    }
}

@media screen and (max-width: 768px){
    .no-mobile-bg {
    background-image: none !important;
    }
}

#awards .vc_tta-panel {
    opacity: 0.8;
}

#awards .vc_tta-panel.vc_active {
    opacity: 1;
}

#awards .vc_tta-panel .vc_tta-panel-heading, #awards .vc_tta-panel .vc_tta-panel-body {
    border-radius: 0px;
}