@media only screen and (max-width: 768px) {
  body {
    margin: 0px;
    padding: 0px;
  }
  .show-on-mobile {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }
  a, a:active, a:link, a:hover, a:visited {
    text-decoration: none;
  }
  .container {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
  }
  header {
    margin: 0px auto 0px auto;
    background: url(../images/header-bg.jpg) center center repeat-x;
    width: 100%;
    height: 90px;
    border-top: solid 10px #bf202b;
  }
  header #logo {
    margin: 15px auto 0px auto;
    padding: 0px;
    width: 341px;
    height: 83px;
    float: none;
  }
  header #logo a {
    border: none;
    text-decoration: none;
    color: #bf202b;
  }
  header #logo a img {
    margin: 0px auto;
    width: 100%;
    height: auto;
    border: none;
  }
  header #logo h1 {
    padding: 20px;
    font-size: 42px;
    text-transform: uppercase;
  }
  header #header-ad {
    display: none;
    margin: 20px auto 0px auto;
    padding: 0px;
    background: #c0e5bc;
    width: 560px;
    height: 70px;
    float: right;
  }
  header #header-ad a img {
    width: 560px;
    height: 70px;
    border: none;
  }
  #menu {
    margin: 0px;
    padding: 0px;
    height: 45px;
    overflow-x: scroll;
    overflow-y: none;
  }
  /* width */ ::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }
  /* Track */ ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  /* Handle */ ::-webkit-scrollbar-thumb {
    background: #000;
  }
  /* Handle on hover */ ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .modern-ticker {
    display: none;
  }
  #leftcolumn {
    margin: 0px;
    padding: 0px 5px;
    width: 210px;
    min-height: 300px;
    float: left;
  }
  #main {
    width: 100%;
  }
  #middle {
    margin: 0px;
    width: 100%;
    height: auto;
    float: none;
  }
  .carousel {
    margin: 0px;
    padding: 0px;
    height: 340px;
  }
  .carousel .viewport {
    width: 360px;
    height: 330px;
  }
  .carousel .viewport img {
    width: 335px;
    height: 222px;
  }
  .overview {
    width: 335px;
  }
  .carousel .viewport .video-title {
    width: 330px;
  }
  #main section {
    width: 100%;
    float: none;
    height: auto;
  }
  #side-bar {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 300px;
    float: none;
  }
  #side-bar #social-media {
    margin: 0px auto;
    width: 100%;
    text-align: center;
  }
  aside {}
  .clear {
    clear: both;
  }
  footer {
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
  footer #footer-logo {
    padding: 0px;
    width: 100%;
    float: none;
  }
  footer #footer-logo img {
    display: block;
    margin: 0px auto;
    padding: 0px;
  }
  footer #footer-about {
    display: none;
  }
  footer #mobile-apps {
    display: none;
  }
  footer #footer-bottom {
    margin: 0px;
    padding: 12px 10px;
    text-align: center;
  }
  footer #footer-bottom a:hover {
    color: #b9e2f5;
  }
  footer #footer-bottom #copyright {
    width: 100%;
    float: none;
    text-align: center;
    line-height: 26px;
  }
  footer #footer-bottom #credit {
    padding-top: 15px;
    width: 100%;
    float: none;
    text-align: center;
    line-height: 26px;
  }
  footer #footer-bottom #credit a {
    display: block;
  }
  footer #footer-bottom #credit a:hover {}
  /* PANELS */
  .panel {
    width: 100%;
  }
  /* SIDE BAR PANEL */
  aside .panel {
    width: 100%;
  }
  aside .panel img {
    width: 100%;
  }
  aside#side-bar .panel iframe {
    width: 100%;
    height: 130px;
  }
  #search_form form .field input {
    width: 270px;
  }
  #inner_panel {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  #inner_panel .panel_body h3 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-weight: 700;
  }
  #inner_panel .panel_body .post h1, #inner_panel .panel_body .article .post h1 {
    padding: 15px 0px;
    width: 100%;
    font-weight: 700;
  }
  #inner_panel .panel_body .article .post h1 {
    padding: 10px 0px 0px 0px;
  }
  #inner_panel .post {
    margin: 0px;
    padding: 1px 0px;
    width: 100%;
    background: none;
  }
  #inner_panel .post .body {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    width: 100%;
    background: none;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.7em;
    text-align: justify;
  }
  .post .body ol, .post .body ul {}
  .block {}
  #main section .panel .panel_body h3 {
    width: 100%;
  }
  .post h1, .block h3, .block h1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }
  #inner_panel #gallery_mobile ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  #inner_panel #gallery_mobile ul li {
    margin: 10px 0px;
  }
  /* Article on Mobile */
  #article-mobile {
    font-size: 16px;
  }
  #article-mobile h1 {
    margin: 0.5em 0;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
  }
  #article-mobile .date {
    display: block;
    margin: 10px 0px;
    font-size: 14px;
    color: #333;
    text-align: center;
  }
  #article-mobile .image span {
    display: block;
    margin: 0.5em 0 0.8em 0;
    font-size: 1.0em;
    font-weight: 400;
    color: #888;
    text-align: center;
  }
  #article-mobile .image img {
    margin: 10px 0px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #article-mobile .article_body {
    margin-top: 1em;
    background: none;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.7em;
  }
  #article-mobile .article_body .article_brief {
    margin: 10px 0px 20px 0px;
  }
  #article-mobile .article_body img {
    max-width: 100%;
    height: auto;
  }
  #article-mobile .article_body div {
    margin: 0.2em 0;
  }
  #article-mobile span.date {
    display: block;
    margin: 0.5em 0 0.8em 0;
    font-size: 1.0em;
    font-weight: 700;
    color: #888;
    text-align: center;
  }
  #article-mobile .video_player {
    position: relative;
    padding-top: 56.25%; /* 16:9 */
    width: 100%;
    height: 0;
    display: block;
    margin: 15px 0px;
    background: #fff;
    clear: both;
    float: none;
  }
  #article-mobile .video_player iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #article-mobile .audio_player {
    display: block;
    margin: 15px 0px;
    padding: 0px;
    background: #fff;
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 0px;
  }
  #article-mobile .audio_player audio#player2 {
    width: 100% !important;
    height: 100% !important;
  }
  #article-mobile a.attach {
    display: block;
    margin: 15px 0px;
    padding: 0px;
    background: #F6F6F6;
    clear: both;
    float: none;
    line-height: 20px;
    width: 99%;
    color: #444;
    text-shadow: 1px 1px 1px #fefefe;
    text-align: left;
    border: 2px solid #d9d9d9;
    border-radius: 5px;
  }
  #article-mobile a.attach:hover {
    background: #d9d9d9;
    text-decoration: none;
    border: 2px solid #999;
  }
  #article-mobile a.attach span.icon {
    display: block;
    float: left;
    border-right: solid 2px #d9d9d9;
    padding: 0px 8px 0px 5px;
    margin-right: 5px;
  }
  #article-mobile a.attach span.download {
    font-weight: bold;
  }
  .fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe, .fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
  }
  /* VIDEO CATEGORY */
  #video_list {
    width: 100%;
  }
  #video-player {}
  #video-player #player-holder {
    position: relative;
    padding-top: 56.25%; /* 16:9 */
    width: 100%;
    height: 0;
    display: block;
    margin: 15px 0px;
    background: #fff;
    clear: both;
    float: none;
  }
  #video-player #player-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #audio-player #player-meta {
    margin: 0px;
    padding: 0px;
  }
  #audio-player #player-meta i {
    margin: 0px 10px;
    padding: 10px 10px;
  }
  #audio-player #player-meta {
    margin: 0px;
    padding: 0px;
  }
  #audio-player #player-holder {
    margin: 0px auto;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
  }
  #audio-player #go-back {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    width: 40%;
    background: #bf202b;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
  }
  /*Ajax Book Search */
  #books_ajax_search {
    position: relative;
    margin: 0px;
    padding: 0px 5px 5px 5px;
  }
  #books_ajax_search_form {
    margin: 0px;
    padding: 0px;
    background: #eee;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 10px;
  }
  #books_ajax_search div.field {
    margin:0px;
    padding: 0px;
    width: 100%;
    float: none;
  }
  #books_ajax_search label {
    margin: 5px 0px;
    width: 100%;
  }
  #books_ajax_search select {
    margin: 0px auto;
    width: 80%;
  }
  #books_ajax_search button#apply {
    margin: 20px 0px;
  }

  .loader_holder {
    top: 185px;
    left: 90px;
  }
  .loader_holder #smloading, .loader_holder #smloading img {
    margin: 0px;
    padding: 0px;
  }
  #loader {
    position: absolute;
    left: 10px;
    bottom: 30px;
  }
  #pagination {
    width: 100%;
  }
  
  /* Grid Template Customization */
  #scholar_grid {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  /* GRID TEMPLATE */
  .branch_grid_item, .scholar_grid_item {
    border: 2px solid #c0202b;
  }
  .branch_grid_item:hover, .scholar_grid_item:hover {
    border: 2px solid #09480b;
  }
  .branch_grid_item .image_holder, .scholar_grid_item .image_holder {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
  }
  .branch_grid_item .image_holder img, .scholar_grid_item .image_holder img {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
  }
  .branch_grid_item .meta_info, .scholar_grid_item .meta_info {
    margin: 0px;
    width: 100%;
  }
  /**/
  #branch_grid, #scholar_grid {
    margin: 0px;
    padding: 0px;
  }
  .branch_grid_item, .scholar_grid_item {
    margin: 10px 0px;
    padding: 0px;
    width: 100%;
    float: none;
  }
  .branch_grid_item div, .scholar_grid_item div {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .branch_grid_item div a, .scholar_grid_item div a {
    color: #c0202b;
  }
  .branch_grid_item div a:hover, .scholar_grid_item div a:hover {
    color: #47090d;
  }
  .branch_grid_item div span, .scholar_grid_item div span {
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
  }
  
}
/*News & Events */
#wararka {
  margin: 0px !important;
  min-height: 2005px;
}
article.news {
  margin: -10px 0px 20px -10px;
  padding: 0px 0px 10px 0px;
  width: 310px;
  border-bottom: 1px solid #bf202b;
}
article.news figure {
  display: block;
  margin: 0px 10px 0px 0px;
}
article.news figure img {
  width: 310px;
  height: 176px;
  border: 1px solid #bf202b;
}
article.news summary {}
article.news summary h1 {
  margin: 0px 0px 10px 0px;
  padding: 15px 0px 0px 0px;
  width: 310px;
  height: 50px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
}
article.news summary h1 a {
  text-decoration: none;
  color: #0000f0;
}
article.news summary p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  line-height: 22px;
}
article.news summary span {
  display: block;
  font-size: 12px;
  color: #900;
  text-align: right;
}
/* PHOTO GALLERY */
#photo_gallery {
  margin: 0px;
  padding: 0px;
}
#photo_gallery ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#photo_gallery ul li {
  margin: 5px 7px;
  padding: 0px;
  float: left;
  height: 118px;
}
#photo_gallery ul li a {
  margin: 0px;
  padding: 0px;
}
#photo_gallery ul li:hover {
  background: #dc8f8f;
}
#photo_gallery ul li a img {
  margin: 0px;
  padding: 5px;
  width: 190px;
  height: 106px;
  border: 1px solid rgba(9, 0, 0, 0.3);
}
#photo_gallery ul li a img:hover {
  border: 1px solid rgba(9, 0, 0, 1);
}
/* Sidebar Links */
.sidebar_links {
  margin: -5px;
}
.sidebar_links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.sidebar_links ul li {
  margin: 0px;
  padding: 0px;
}
.sidebar_links ul li a {
  display: block;
  margin: 0px 0px;
  padding: 8px;
  border: 1px dotted rgba(0, 0, 0, 0);
  border-bottom: 1px dotted #6e0108;
  text-decoration: none;
  font-weight: 700;
  color: #6e0108;
}
.sidebar_links li a:before {
  font-family: FontAwesome;
  content: "\f138";
  margin-right: 7px;
  font-size: 18px;
  font-weight: bold;
}
.sidebar_links ul li a:hover {
  background-color: #dcf0fa;
  border: 1px dotted #6e0108;
  border-radius: 5px;
}
/* Videos  */
#videos .video_item {
  position: relative;
  margin: 0px auto 15px auto;
  padding: 0px;
  width: 281px;
  height: 161px;
}
#videos .video_item img {
  padding: 4px;
  width: 270px;
  height: 154px;
  border: none;
  border: 1px solid #900;
  border-radius: 5px;
}
#videos .video_item .play_icon {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/video_play_icon.png) center center no-repeat;
  width: 270px;
  height: 154px;
  border-radius: 5px;
}
#videos .video_item .play_icon:hover {
  background: url(../images/video_play_icon_hover.png) center center no-repeat;
}
#exam_banner {
  margin-top: 5px;
  margin-bottom: 8px;
}
/* Utility Classes */
.no_padding, .no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0 !important;
}
/*Set margin top*/
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
/*set margin bottom*/
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
/*Set padding top*/
.p-0 {
  padding-top: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
/*srt padding right*/
.pr-0 {
  padding-right: 0 !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
/*srt padding bottom*/
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
/*set padding left*/
.pl-0 {
  padding-left: 0 !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
/*set padding top botton */
.ptb-0 {
  padding: 0 !important;
}
.ptb-10 {
  padding: 10px 0 !important;
}
.ptb-20 {
  padding: 20px 0 !important;
}
.ptb-30 {
  padding: 30px 0 !important;
}
.ptb-40 {
  padding: 40px 0 !important;
}
.ptb-50 {
  padding: 50px 0 !important;
}
.ptb-60 {
  padding: 60px 0 !important;
}
.ptb-70 {
  padding: 70px 0 !important;
}
.ptb-80 {
  padding: 80px 0 !important;
}
.ptb-90 {
  padding: 90px 0 !important;
}
.ptb-100 {
  padding: 100px 0 !important;
}
.ptb-110 {
  padding: 110px 0 !important;
}
.ptb-120 {
  padding: 120px 0 !important;
}
.ptb-130 {
  padding: 130px 0 !important;
}
.ptb-140 {
  padding: 140px 0 !important;
}
.ptb-150 {
  padding: 150px 0 !important;
}
/*-------------------------------------
    PAGE SECTION MARGIN
---------------------------------------*/
.mtb-0 {
  margin: 0 !important;
}
.mtb-10 {
  margin: 10px 0 !important;
}
.mtb-15 {
  margin: 15px 0 !important;
}
.mtb-20 {
  margin: 20px 0 !important;
}
.mtb-30 {
  margin: 30px 0 !important;
}
.mtb-40 {
  margin: 40px 0 !important;
}
.mtb-50 {
  margin: 50px 0 !important;
}
.mtb-60 {
  margin: 60px 0 !important;
}
.mtb-70 {
  margin: 70px 0 !important;
}
.mtb-80 {
  margin: 80px 0 !important;
}
.mtb-90 {
  margin: 90px 0 !important;
}
.mtb-100 {
  margin: 100px 0 !important;
}
.mtb-110 {
  margin: 110px 0 !important;
}
.mtb-120 {
  margin: 120px 0 !important;
}
.mtb-130 {
  margin: 130px 0 !important;
}
.mtb-140 {
  margin: 140px 0 !important;
}
.mtb-150 {
  margin: 150px 0 !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
/* Vertical Menu */
.vertical_menu {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.vertical_menu li {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ddd;
}
.vertical_menu li a:before {
  content: "\203A";
  margin-right: 7px;
  font-size: 18px;
  font-weight: bold;
}
.vertical_menu li a {
  display: block;
  margin: 0px;
  padding: 12px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.vertical_menu li a:hover {
  background: #fff5f5;
  color: #000;
}
.vertical_menu li:last-child a {
  border: none;
}
.column {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  width: 313px;
  float: left;
}
.column:first-child {
  margin: 0px 0px 0px 0px;
}
/* Videos */
#videos {
  position: relative;
  margin: 0px;
  padding: 0px;
  background: #fff;
  min-height: 2025px;
}
#videos .video_title {
  margin: 0px 0px 12px 0px;
  padding: 22px 0px 12px 0px;
  height: 58px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #bf202b;
  overflow: hidden;
}
#videos .video_thumb {
  position: relative;
}
#videos img {
  display: block;
  margin: 0px auto;
  width: 311px;
  height: 176px;
}
#videos .play_icon {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/video_play_icon.png) center bottom no-repeat;
  width: 312px;
  height: 176px;
}
#videos .play_icon:hover {
  background: url(../images/video_play_icon_hover.png) center bottom no-repeat;
}
.photogallery ul li .thumb {
  width: 235px;
  height: 175px;
  border: 0px;
}
#photogallery {
  margin: -15px 0px 0px 0px;
  padding: 0px;
  width: 632px;
  height: auto;
}
#photogallery .gallery_item {
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 5px 0px;
  width: 200px;
  height: auto;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  float: left;
}
#photogallery .gallery_item .gallery_image {
  margin: 0px;
  padding: 0px;
}
#photogallery .gallery_item .gallery_image img {
  margin: 0px;
  padding: 0px;
  width: 200px;
  height: 155px;
}
#photogallery .gallery_item .gallery_title {
  margin: 0px 0px 10px 0px;
  padding: 10px;
  height: 30px;
  text-align: center;
  overflow: hidden;
}
#whatsnew {
  margin: 0px;
  padding: 0px;
}
#whatsnew ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#whatsnew ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
#whatsnew ul li a {
  display: block;
  margin: 0px;
  padding: 5px 0px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
#whatsnew ul li a:hover {
  text-decoration: underline;
  color: #000;
}
#whatsnew ul li:last-child a {
  border: none;
}
#whatsnew ul li img {
  margin: 0px;
  width: 206px;
  height: 150px;
  border: 1px solid #ddd;
}
#live_stream a img {
  width: 210px;
  height: 210px;
}
/* Fatwa Additional Styles */
#intro {
  padding: 10px;
}
/* Fatwa Form */
#fatwa_form {
  margin: 0px auto 10px auto;
  padding: 0px 20px 0px 20px;
}
#fatwa_form form {}
#fatwa_form form .field {
  margin: 0px 0px;
  padding: 10px 0px;
  width: auto;
  height: auto;
  border-bottom: 1px solid #e1dede;
}
#fatwa_form form label {
  display: block;
  margin: 0px;
  padding: 6px 0px;
  width: 175px;
  height: auto;
  text-shadow: none !important;
}
#fatwa_form form input, #fatwa_form form select {
  display: block;
  margin: 0px;
  width: 300px;
}
#fatwa_form form select {
  width: 310px;
}
#fatwa_form form textarea {
  width: 300px;
  height: 100px;
}
#fatwa_form form #captcha {
  backgsround: #ccc;
  margin: 10px auto 10px auto;
  clear: both;
  overflow: auto;
}
#fatwa_form form #captcha img.captcha {
  margin: 0px 10px 0px 0px;
  float: left;
}
#fatwa_form form #captcha input {
  width: 65px;
}
#fullform .button, #fatwa_form form button {
  padding: 10px;
  background: #bf202b;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #fff;
}
#fullfsorm .button, #fatwa_form form #buttons {
  width: 100%;
  text-align: center;
}
/* Prayer Times */
#prayer_times table {
  margin: -10px;
  padding: 0px;
  background: #fff;
  width: 208px;
  border-collapse: collapse;
  border: 0px solid #ddd;
}
#prayer_times table tr {
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  background: none;
}
#prayer_times table td {
  margin: 0px;
  padding: 4px;
  border-bottom: 1px solid #50b8e7;
  border-left: 1px solid #50b8e7;
  border-radius: 0px;
  text-align: center;
}
#prayer_times table td:first-child {
  border-left: none;
}
#prayer_times table tr:last-child td {
  border-bottom: none;
}
#prayer_times table tr:nth-child(even) {
  background-color: #b9e2f5;
}
/*HOME PAGE EXTRA STYLING*/
/* CULIMADA */
.culimada {
  margin: 0px auto;
  background: #fff;
  width: 100%;
  height: 50px;
}
.culimada .item {
  display: inline-block;
  margin: 5px;
  padding: 2px;
  border-right: solid 1px #deb6b9;
}
.culimada .item a {
  margin: 5px;
  padding: 2px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #bf202b;
}
.culimada .item a i {
  margin: 5px 10px;
}
/* DURUUS */
.branches {
  margin: 0px;
  padding: 0px;
}
.branches .branch {
  margin: 0px;
  padding: 15px 15px;
  border-bottom: 1px solid #f0c7ca;
}
.branches .branch:hover {
  background: #fff5f5 !important;
}
.branches .branch .counter {
  margin: 0px;
  padding: 0px;
  width: 50px;
  float: left;
}
.branches .branch .counter span {
  display: block;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  background: #bf202b;
  width: 30px;
  height: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.branches .branch .icon {
  margin: 0px;
  padding: 0px;
  width: 50px;
  float: left;
}
.branches .branch .icon i {
  font-size: 30px;
  color: #bf202b;
}
.branches .branch .title {
  margin: 0px;
  padding: 0px;
  width: 250px;
  float: left;
}
.branches .branch .scholar {
  width: 250px;
  float: left;
}
.branches .branch .records {
  width: 100px;
  float: right;
}
.branches .branch .title a, .branches .branch .scholar, .branches .branch .records {
  font-size: 14px;
  font-weight: bold;
  color: #bf202b;
  text-decoration: none;
}
.branches .branch .title a:hover {}
.branches .branch .title a {
  font-size: 14px;
  font-weight: bold;
  color: #bf202b;
  text-decoration: none;
}
/* LATEST ARTICLES */
/* NEWS ITEMS  */
.panel_body .news, #inner_panel .news {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  min-height: 90px;
}
.panel_body .news img, #inner_panel .news img {
  margin-right: 12px;
  padding: 2px;
  width: 90px;
  height: 80px;
  border: 1px solid #ccc;
  border-radius: 0px;
  float: left;
}
.panel_body .news h3, #inner_panel .news h3 {
  height: 75px;
  font-size: 14px;
  font-weight: bold;
  color: #10390a;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
}
.panel_body .news h3 a, #inner_panel .news h3 a {
  color: #10390a;
}
.panel_body .news span, #inner_panel .news h3 span {
  display: block;
  height: 15px;
  font-size: 10px;
  font-weight: bold;
  color: #ff3600;
  text-align: right;
  overflow: hidden;
}
/* GABAYO */
.gabayo li {
  padding: 0px;
}
.gabayo li i.mic {
  display: inline-block;
  font-size: 40px;
  margin-left: 7px;
  margin-right: 7px;
}
.gabayo li div {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.gabayo li a:before {
  content: "";
  margin-right: 0px;
}
.gabayo li a {
  display: block;
  margin: 0px;
  padding: 10px 0px;
  background: none;
}
.gabayo li p {
  margin: 2px 0px 0px 0px;
  padding: 0px;
  font-size: 12px;
  color: #999;
  font-weight: normal;
  letter-spacing: 0px;
}
.gabayo li span i {
  font-size: 24px;
  margin-right: 7px;
  float: right;
}
/************************/
/* IWC Style Overwrite */
/**********************/
.article, .article, .block, #response {
  font-size: 12px;
}
.article .video_player, .video_player {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  width: 770px;
  height: 433px;
  border: 0px solid #d9d9d9;
}
.article .video_player iframe, .video_player iframe {
  width: 770px;
  height: 433px;
}
.article .audio_player {
  width: 460px;
}
.article .audio_player object {
  width: 400px;
}
.post, .inner_main .block {
  margin-top: 0px;
  border: none;
  box-shadow: none;
}
.article {
  margin-top: 4px !important;
}
.article .post {
  margin: 0px 0px -10px -2px;
}
.inner_main .block {
  margin: 0px 0px 0px -10px;
  width: 779px;
  border: 1px solid #9c0808;
  border-radius: 0px;
}
.reply_form h3 {
  padding: 3px !important;
  width: 745px !important;
  border-radius: 6px !important;
}
/* SITEMAP */
.sitemap #pages, .sitemap #categories {
  width: 278px;
  float: left;
  margin: 10px;
}
/* LINKS TABLE STYLES */
.links_table {
  width: 100%;
  border: 2px solid #bf202b;
}
.links_table thead {
  letter-spacing: 1px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.links_table thead tr td {
  padding-top: 10px;
  background: #bf202b;
  color: #fff;
}
.links_table tr td {
  padding-top: 10px;
}
.links_table tbody tr:hover {
  background: #fff5f5;
}
.links_table tbody tr td {
  padding: 10px;
  font-size: 14px;
}
.links_table tbody tr td a {
  color: #bf202b;
}
.footer a {
  color: #FC0;
}
/* Advetisement Banners */
.advertisement {
  display: block;
  margin: 0px auto;
  padding: 0px;
  border: none;
  width: 560px;
  margin-right: -20px;
}
.advertisement div {
  background: #FFF;
  margin: 0px 5px 5px -3px;
  padding: 0px;
  display: block;
  float: left;
}
.advertisement div img {
  margin: 0px;
  padding: 0px;
  border: none;
}
/*
  Attach Gallery: Flex Slideshow
*/
ul.slides {
  list-style-type: none
}
.article .flexslider {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 760px;
}
.article .flexslider ul.slides {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.article .flexslider ul.slides li a img {
  margin-bottom: 0px;
}
/*
  Attach Gallery: Full Size Images
*/
#gallery_full_size ul.slides li a img {
  width: 760px;
  margin-bottom: 10px;
}
/* Customization */
.msgError {
  font-size: 18px;
  margin-bottom: 16px;
}
.msgError ul li {
  margin: 6px;
  font-size: 14px;
}