@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,700,800,900|Ubuntu:300,400');
body {
  margin: 0px;
  padding: 0px;
  background: #fff0f1;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.show-on-mobile{
 display: none;
}
a, a:active, a:link, a:hover, a:visited {
  text-decoration: none;
}
.container {
  margin: 0px auto;
  padding: 0px;
  width: 1170px;
}
header {
  margin: 0px auto 0px auto;
  background: url(../images/header-bg.jpg) center center repeat-x;
  width: 100%;
  height: 110px;
  border-top: solid 10px #bf202b;
}
header #logo {
  margin: 15px auto 0px auto;
  padding: 0px;
  width: 441px;
  height: 83px;
  float: left;
}
header #logo a {
  border: none;
  text-decoration: none;
  color: #bf202b;
}
header #logo a img {
  width: 441px;
  height: 83px;
  border: none;
}
header #logo h1 {
  padding: 20px;
  font-size: 42px;
  text-transform: uppercase;
}
header #header-ad {
  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;
}
#leftcolumn {
  margin: 0px;
  padding: 0px 5px;
  width: 210px;
  min-height: 300px;
  float: left;
}
#main {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  width: 1170px;
  height: auto;
}
#middle {
  margin: 0px;
  width: 800px;
  height: auto;
  float: left;
}
#main section {
  width: 450px;
  float: left;
  height: auto;
}
#side-bar {
  margin: 0px;
  padding: 0px;
  width: 350px;
  min-height: 300px;
  float: right;
}
#side-bar #social-media {
  margin: 0px auto;
  width: 340px;
  text-align: center;
}
aside {}
.clear {
  clear: both;
}
footer {
  margin: 0px;
  padding: 0px;
}
footer #footer-top {
  background: #dd1f27;
  min-height: 350px;
  border-top: solid 20px #ab1620;
}
footer #footer-logo {
  margin: 30px 0px 0px 0px;
  padding: 15px;
  width: 240px;
  min-height: 340px;
  float: left;
}
footer #footer-logo img {
  display: block;
  margin: 0px;
  padding: 0px;
}
#social-media a {
  display: inline-block;
  margin: 15px 2px 0px 2px;
  padding: 0px;
  width: 40px;
  height: 40px;
  background: #ab1620;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
}
#social-media a i {
  margin: 10px 0px 0px 0px;
  font-size: 20px;
  background: none !important;
}
#social-media a:hover {
  background: #000;
  color: #fff;
}
footer #footer-about {
  margin: 30px 0px 0px 0px;
  padding: 15px;
  width: 590px;
  min-height: 210px;
  float: left;
}
footer #footer-about h3 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
footer #footer-about div#description {
  margin: 0px;
  padding: 0px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weisght: bold;
  line-height: 24px;
  color: #fff;
  text-align: justify;
}
footer #footer-about #description div, footer #footer-about #description p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
footer #footer-about .donate {
  display: block;
  margin: 10px 0px 0px 0px;
  padding: 10px 5px;
  background: #000;
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer #footer-about .donate:hover {
  background: #ab1620;
}
footer #mobile-apps {
  margin: 30px 0px 0px 0px;
  padding: 15px;
  width: 250px;
  min-height: 210px;
  float: right;
}
footer #mobile-apps h3 {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
footer #mobile-apps a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
footer #mobile-apps a img {
  display: block;
  margin: 15px auto 0px auto;
  padding: 0px;
  width: 230px;
}
footer #footer-bottom {
  margin: 0px;
  padding: 12px 10px;
  background: #ab1620;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
footer #footer-bottom a:hover {
  color: #b9e2f5;
}
footer #footer-bottom #copyright {
  padding-top: 5px;
  width: 580px;
  float: left;
  text-align: right;
}
footer #footer-bottom #credit {
  padding-top: 5px;
  width: 480px;
  float: right;
  text-align: right;
}
footer #footer-bottom #credit a {
  font-weight: 700;
  color: #F8FF00;
  text-decoration: none;
  text-transform: uppercase;
}
footer #footer-bottom #credit a:hover {
  color: #FFF506;
}
/* PANELS */
.panel {
  margin: 5px 0px 15px 0px;
  padding: 0px;
  background: #fff;
  width: 100%;
  min-width: 350px;
}
.panel .panel_header {
  margin: 0px;
  padding: 10px;
  background: #bf202b;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.panel .panel_header i {
  margin-right: 8px;
}
.panel .panel_body {
  margin: 0px;
  padding: 10px;
  border: 1px solid #bf202b;
}
.panel .panel_footer {
  margin: 0px;
  padding: 3px 10px;
  background: #bf202b;
  color: #fff;
  text-align: right;
}
.panel .panel_footer a {
  color: #fff;
  text-decoration: none;
}
/* SIDE BAR PANEL */
aside .panel {
  width: 210px;
}
  aside#side-bar .panel iframe{
    width: 350px;
    height: 130px;
  }
    #search_form{
        margin: 0px;
        padding: 0px;        
    }
    #search_form form{
        margin: 0px;
        padding: 0px;           
    }
    #search_form form .field{
        margin: 0px;
        padding: 0px;           
    }
    #search_form form .field input{
        margin: 0px;
        padding: 9px 8px;
        width:225px;
        outline: none;
        box-shadow: none;
        border:1px solid #bf202b;
    }
    #search_form form .field button{
        margin: 0px;
        padding: 10px;
        background: #bf202b;
        outline: none;
        border:none;
        box-shadow: none;
        color:#fff;
        width:75px;        
    }
    #search_form form .field button:hover{
        background: #47090d;
        cursor: pointer;
    }
/*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;
}
#inner_panel {
  width: 800px;
}
#inner_panel .panel_body h3 {
  margin: 0px 0px 0px -10px;
  padding: 0px 10px;
  background: #bf202b;
  width: 779px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px 5px 0px 0px;
  height: auto;
  min-height: 20px;
}
#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;
}
#video_list {
  margin: 0px;
  padding: 0px;
  width: 830px;
}
#video_list .video_item {
  position: relative;
  margin: 0px 15px 15px 0px;
  padding: 0px;
  width: 375px;
  height: auto;
  float: left;
}
#video_list .video_item .video_thumb {
  position: relative;
}
#video_list .video_item .video_thumb img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  width: 375px;
  height: 211px;
}
#video_list .video_title {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  width: 375px;
  height: 68px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  letter-spacing: 0px;
  border-bottom: 1px solid #bf202b;
  overflow: hidden;
}
#video_list .video_title a{
  color: #ab1620;
}
#video_list .video_item .play_icon {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/video_play_icon.png) center bottom no-repeat;
  width: 375px;
  height: 211px;
  border-radius: 5px;
}
#video_list .video_item .play_icon:hover {
  background: url(../images/video_play_icon_hover.png) center bottom no-repeat;
}
/* 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;
}
/*Ajax Book Search */
#books_ajax_search {
  position: relative;
  margin: 0px;
  padding: 0px 5px 5px 5px;
}
#books_ajax_search_form{
    margin: 0px;
    padding: 0px;
}
#books_ajax_search div.field {
  display: block;
  margin: 5px 5px 20px 5px;
  padding: 0px;
  width: 300px;
  float: left;
}
#books_ajax_search label {
  display: block;
  margin: 5px 0px 7px 0px;
  padding: 5px;
  float: none !important;
  width: 300px;

}
#books_ajax_search select {
  display: block;
  margin: 0px;
  padding: 10px;
  float: none !important;
  width: 250px;
}
#books_ajax_search button#apply {
  margin: 48px 0px 0px 10px;
  padding: 11px 30px;
  border: none;
  background: #6e0108;
  background: -moz-linear-gradient(top, #6e0108 1%, #bf202b 100%);
  background: -webkit-linear-gradient(top, #6e0108 1%, #bf202b 100%);
  background: linear-gradient(to bottom, #6e0108 1%, #bf202b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e0108', endColorstr='#bf202b', GradientType=0);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  outline: none;
}
#books_ajax_search button#apply:hover {
  background: #bf202b;
  background: -moz-linear-gradient(top, #bf202b 0%, #b80713 100%);
  background: -webkit-linear-gradient(top, #bf202b 0%, #b80713 100%);
  background: linear-gradient(to bottom, #bf202b 0%, #b80713 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf202b', endColorstr='#b80713', GradientType=0);
  cursor: pointer;
}
.loader_holder {
  position: absolute;
  top: 52px;
  right: 145px;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 32px;
  height: 32px;
}
.loader_holder #smloading, .loader_holder #smloading img {
  margin: 0px;
  padding: 0px;
}
#loader {
  position: absolute;
  right: 120px;
  bottom: 28px;
}
#pagination {
  width: 750px;
}
#pagination a, #pagination span, #pagination span.inactive {
  position: relative;
  display: inline-block;
  margin: 0px -4px;
  padding: 10px 15px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #bf202b;
  text-shadow: none;
  text-decoration: none;
  text-decoration: none !important;
  border: 1px solid #bf202b;
  border-radius: 6px;
  z-index: 1;
}
#pagination a:hover {
  background: #bf202b;
  color: #fff;
}
#pagination a.prev {
  border-radius: 6px 0px 0px 6px;
}
#pagination span {
  background: #bf202b;
  color: #fff;
  border-radius: 0px;
  z-index: 10;
}
#pagination span.inactive {
  color: #ccc;
  cursor: not-allowed;
}
#pagination a.next {
  border-radius: 0px 6px 6px 0px;
}
/*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 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.panel_body .news img {
  margin-right: 12px;
  padding: 2px;
  width: 90px;
  height: 80px;
  border: 1px solid #ccc;
  border-radius: 0px;
  float: left;
}
.panel_body .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 {
  color: #10390a;
}
.panel_body .news 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;
}

/* VIDEO PLAYER */

#video-player > h3{
  margin-top: 10px !important;
  background: #fff !important;
  color:#000 !important;
}


/************************/
/* 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;
}
.post .body {
  margin: 0px 0px 0px -18px;
  padding: 7px;
  width: 779px;
  height: auto;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-align: left;
  line-height: 26px;
  border: none;
}
.post .body ol, .post .body ul {
  margin: 5px;
  margin-left: 30px;
}
.block {
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  border: none;
}
#main section .panel .panel_body h3 {
  margin: -44px auto 20px auto;
  width: 750px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.post h1, .block h3, .block h1 {
  margin: -58px 0px 0px -18px;
  padding: 7px 0px;
  background: none;
  width: 779px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 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;
}

/* Grid Template Customization */
/* 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 div, .scholar_grid_item div{
  background:#fff0f1;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
.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:#09480b;
}
.branch_grid_item div span, .scholar_grid_item div span{
  color:#000;
  border-top:1px solid #ccc;
}