*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@import url(http://fonts.googleapis.com/css?family=Lora);
* { margin:0; padding:0; }

/* Sticky footer styles
-------------------------------------------------- */
body {
    padding-top: 45px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: #222;
}
/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: white;
}

.img-center {
    margin: 0 auto;
}


.top {
     /*text-transform: uppercase;*/
     vertical-align: middle;
    color: #f6fff9;
    font-weight: 14px;
    font-weight: bold;
    height: 35px !important;
    background-color: #2F2727;
  background-position: center center;
  background-repeat: no-repeat;

  /* Safari 4-5, Chrome 1-9 */
  /* Can't specify a percentage size? Laaaaaame. */
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727));

  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(circle, #1a82f7, #2F2727);

  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #1a82f7, #2F2727);

  /* IE 10 */
  background: -ms-radial-gradient(circle, #1a82f7, #2F2727);

  /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
 
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  

}
/*.top{
    padding-top: 10px;
}*/
.footer {
  position: relative;
  bottom: 0;
  color:white;
  /* Set the fixed height of the footer here */
  height: auto;
  /* fallback */
  background-color: #2F2727;
  background-position: center center;
  background-repeat: no-repeat;

  /* Safari 4-5, Chrome 1-9 */
  /* Can't specify a percentage size? Laaaaaame. */
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727));

  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(circle, #1a82f7, #2F2727);

  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #1a82f7, #2F2727);

  /* IE 10 */
  background: -ms-radial-gradient(circle, #1a82f7, #2F2727);

  /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
 
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  color: #fff;
 

    color: black;
}
.foot{
    color:black !important;
}
.foot1{
    color:white !important;
}
/*a.side-active{
 color: green !important;
  font-size: 16px;   
  text-decoration:underline;
   outline: none;
  background-color: #000 !important;
}*/
@media(min-width:768px) {
    body {
        
    }
  .business-header {
    height: 200px;
  width:100%;
   background: url('../images/iqraafoundation_newheader2.jpg') center center no-repeat scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size:cover;
    -o-background-size: contain;   
}
/*#donate{
        padding-top: 120px;
}*/
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    padding: 0;
    margin:0;
    background-color: #fff;
  }
body{
  padding: 0;
    margin:0;
}


@media(min-width:768px) {
    #wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    #page-wrapper {
       
    }
    #myModal .modal-dialog  {
      width:65%;
    }
.main{
  padding-right: 50px;
  padding-left: 50px;
}
  
}



.carousel-inner>.item>img{
  height:350px;
  width:100%;
 
}
.carousel-indicators {
  top:10px;
}

/*=======================stylish========*/


html,
body {
    width: 100%;
    height: 100%;
}

body 
    {
    /*font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Lora', serif;
    padding-top:35px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    //background-image: url(../images/iqraafoundation_bg.png);
     background-repeat: no-repeat;

    /* Safari 4-5, Chrome 1-9 */
    /* Can't specify a percentage size? Laaaaaame. */
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727));

    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-radial-gradient(circle, #1a82f7, #2F2727);

    /* Firefox 3.6+ */
    background: -moz-radial-gradient(circle, #1a82f7, #2F2727);

    /* IE 10 */
    background: -ms-radial-gradient(circle, #1a82f7, #2F2727);

    /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
   

    }
.text-vertical-center 
   {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
   }
.text-vertical-center h1 
   {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
   }
/* Custom Button Styles */
.btn-dark 
     {
    border-radius: 0;
    color:white !important;
    background-color: rgba(0,0,0,0.5);
     }
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active 
    {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    }
.btn-light 
    {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
    }
.btn-light:hover,
.btn-light:focus,
.btn-light:active 
    {
    color: #333;
    background-color: rgba(255,255,255,0.8);
    }
/* Side Menu */
#sidebar-wrapper 
    {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 150px;
    height: 320px;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    background-color: #2F2727;
    background-position: center center;
    background-repeat: no-repeat;
    /* Safari 4-5, Chrome 1-9 */
    /* Can't specify a percentage size? Laaaaaame. */
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727));

    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-radial-gradient(circle, #1a82f7, #2F2727);

    /* Firefox 3.6+ */
    background: -moz-radial-gradient(circle, #1a82f7, #2F2727);

    /* IE 10 */
    background: -ms-radial-gradient(circle, #1a82f7, #2F2727);

    /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
   
    text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
    overflow: hidden;
   }
.sidebar-nav 
   {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
   }
.sidebar-nav li 
   {
    text-indent: 20px;
    line-height: 40px;
   }
.sidebar-nav li a 
   {
    display: block;
    text-decoration: none;
    color:white;
   }
.sidebar-nav li a:hover 
   {
    text-decoration: none;
    color: #fff; 
    background-color: #8e49a3;
   }
.sidebar-nav li a.side-active,
.sidebar-nav li a:focus 
   {
  color: green !important;
  font-size: 16px;   
  text-decoration:underline;
  outline: none;
  background-color: #000 !important;
    }
.sidebar-nav > .sidebar-brand
   {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
   }
.sidebar-nav > .sidebar-brand a 
   {
     color:white;
   }
.sidebar-nav > .sidebar-brand a:hover 
   {
   color: #fff; background-color: #8e49a3;
   }

#menu-toggle,#menu-toggle1 
   {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
   }
#sidebar-wrapper.active 
   {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;    
    }

.toggle 
  {
   margin: 5px 5px 0 0;
  }
.navbar-xs
  {
    padding-bottom: 0;
    margin-bottom: 2px;
    /* background-color: rgba(0,0,0,0.4);*/
    padding-left: 0;
    margin-left: 0;
    border: 0;
    background-color: #2F2727;
    background-position: center center;
    background-repeat: no-repeat;

    /* Safari 4-5, Chrome 1-9 */
    /* Can't specify a percentage size? Laaaaaame. */
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727));

    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-radial-gradient(circle, #1a82f7, #2F2727);

    /* Firefox 3.6+ */
    background: -moz-radial-gradient(circle, #1a82f7, #2F2727);

    /* IE 10 */
    background: -ms-radial-gradient(circle, #1a82f7, #2F2727);

    /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
   
    text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);   
      }
/* navbar */
.navbar-primary .navbar .nav > li > a:hover 
     {
      color: #fff; background-color: #8e49a3;
     }
.navbar-primary .navbar .nav .active > a,.navbar .nav .active > a:hover 
     {
      color: #fff; background-color: #501762;
    }
.navbar-primary .navbar .navbar-brand 
     {
      color:#fff; min-height:35px; height: 35px;
    }
.navbar-primary .navbar .nav.pull-right 
     {
      margin-left: 10px; margin-right: 0;
    }
.navbar-xs
     {
      margin-bottom:0;
     }
.navbar-xs .navbar-primary .navbar 
    { 
      min-height:35px; height: 35px;
    }
.navbar-xs .navbar-primary .navbar .navbar-brand
    { 
      padding: 0px 25px;font-size: 16px;line-height: 35px; 
    }
.navbar-xs .navbar-primary .navbar-header 
    { 
      min-height:35px; height: 35px;
    }
.navbar-xs .navbar-primary .navbar .navbar-nav > li > a 
    {  
      padding-top: 0px; padding-bottom: 0px; line-height: 35px;
    }
.navigation
    {
     padding-left: 0;
     padding-right: 0;
     padding-bottom: 0;
  }
.navbar-nav li a
   {
    color: white !important;
   }
.header 
   {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/iqraafoundation_index.jpg) no-repeat center center scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: cover;
    -o-background-size: contain;
    color:white;
   }
/*========================================*/   
.top .tab-pane  h4
    {
    padding-top:0;
   }
  

.headroom--pinned
   {
    display: block;
   }
.headroom--unpinned
   {
    display: none;
   }
/* Flexible iFrame */

.Flexible-container 
    {
    position: relative;
    padding-bottom:40.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    }

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed
  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.form-control
  {
    width: auto;
  }

.carousel-caption
  {
  color: #fff;
  font-weight: bold;
 }
.menu{
color:white;
padding-left:6px;
padding-right:6px;


}
#paypal-image{
margin-left:300px;
margin-top:-40px;
}






/*==================================================*/

.navbar-fixed-top
     {
    padding-left: 5px;
    padding-right:5px;   
     }
#wrapper .navbar-fixed-top
     {
  padding:0;
     } 
.fbook-like 
     {
    width: 100% !important; /*width of just the button*/
    overflow: visible; /*so there is no cut off*/
     }
 
#message,#message_content,#section_content
  {
  width:65%;
  }
#profile
   {
padding:20px;
font-size:20px;
   }
#logout 
   {
   float:right;
   padding:5px;
   }
#profile i
  {
  color:maroon !important;
  text-decoration: underline;
  }
.marquee 
  {
  margin-left: 129px;
  width: 100%;
  overflow: hidden;  
  }
blockquote
  {
  border-left:  solid maroon;
  }
blockquote p
  {
  font-size: 14px !important;
  }
blockquote a
  {
  color: maroon !important;
  text-align: center;
  }
#login_body
   {
   background:#222;
   }
.bg-alert
   {
    background: maroon;
    color: #F0F8FF !important;
    text-align: center;
   }
.bg-primary,.label-primary
  {
   background-color: #2F2727;
   background-position: center center;
   background-repeat: no-repeat;

  /* Safari 4-5, Chrome 1-9 */
  /* Can't specify a percentage size? Laaaaaame. */
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727));

  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(circle, #1a82f7, #2F2727);

  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #1a82f7, #2F2727);

  /* IE 10 */
  background: -ms-radial-gradient(circle, #1a82f7, #2F2727);

  /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
 
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
}
#article-heading>.nav-tabs>li>a { 
  
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  color: #222;
  text-align:center;

}
#article-heading>.nav-tabs>li { 
  padding-left:0;
  padding-right:0;
  

}
 #article-heading>.nav-tabs > li.active > a
        { 
  background: green;
  color: white;
}
#article-heading>.nav-tabs > li > a:hover {
          background: green;
          color: black;
        }
#under{
  border-bottom: 1px double #222;
}

/*hr{
  line-height: 2px !important;
  padding-bottom: 2px !important;
  margin:10px;
}*/


.media-body a{
  cursor: pointer; 

}
#article_body{
  font-size: 16px;
  display: block;
  white-space: pre-line;
  color: #000;
  background-color:#fff;
  text-align: justify;
}
.modal-header{
  text-align: center;
  font-weight: bold;
}
.modal-header,.modal-footer{
   background-color: #2F2727;
   background-position: center center;
   background-repeat: no-repeat;

  /* Safari 4-5, Chrome 1-9 */
  /* Can't specify a percentage size? Laaaaaame. */
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727));

  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(circle, #1a82f7, #2F2727);

  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #1a82f7, #2F2727);

  /* IE 10 */
  background: -ms-radial-gradient(circle, #1a82f7, #2F2727);

  /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
 
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  color:white;
}
@media(max-width:920px) {
.business-header 
    {
    
    height: 100px;
    width:100%;
    background: url('../images/iqraafoundation_newheader.jpg') center center no-repeat scroll;
      -webkit-background-size: contain;
      -moz-background-size: contain;
    background-size:cover;
      -o-background-size: contain;   
     }
.navbar-xs .navbar-primary .navbar 
    { 
      min-height:35px; height: auto; 
    }
.navbar-xs .navbar-primary .navbar .navbar-brand
    { 
      padding: 10px 12px;font-size: 16px;line-height: auto;
   }

a.donation-button 
    {
    margin-top:3px !important;    
    }
.navbar-collapse
   {
  margin-top: 15px;
  }
.contactus{/* for mobile view of email address properly with the icon */
          padding:13px;
          }
#paypal-image{
margin-left:260px;
margin-bottom:-120px;
height:100px;
}

}
a.donation-button 
    {
    margin-top:3px !important;    
    }
@media(max-width:450px) {
hr{
padding-top:5px;
padding-bottom:5px;
margin-top:2px;
margin-bottom:2px;
}

.business-header
   {
    height: 65px;
    width:100%;
    background: url('../images/iqraafoundation_newheader.jpg') center center no-repeat scroll;
     -webkit-background-size: contain;
     -moz-background-size: contain;
    background-size:cover;
     -o-background-size: contain;   
    }
.navbar-xs .navbar-primary .navbar 
    { 
      min-height:35px; height: auto;
    }
.navbar-xs .navbar-primary .navbar .navbar-brand
    { 
      padding: 10px 12px;font-size: 16px;line-height: auto; 
    }
.navbar-xs .navbar-primary .navbar-header 
    { 
      min-height:35px; height: 35px;
    }
.donation-button
   {
    margin-top:10px !important;
   }
.navbar-collapse
  {
  margin-top: 15px;
  }
 #message
   {
   width:100%;
   }
.top
  {
   padding:0;
   color: white;
   font-weight: 14px;
   font-weight: bold;
   height: 35px !important;
   background-color: #2F2727;
   background-position: center center;
   background-repeat: no-repeat;
  /* Safari 4-5, Chrome 1-9 */
  /* Can't specify a percentage size? Laaaaaame. */
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727));

  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(circle, #1a82f7, #2F2727);

  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #1a82f7, #2F2727);

  /* IE 10 */
  background: -ms-radial-gradient(circle, #1a82f7, #2F2727);

  /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
 
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  color: #fff;
    }
  .header 
    {
    display: table;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/iqraafoundation_index.jpg) no-repeat center center scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: cover;
    -o-background-size: contain;
    color:white;
    }
.top .tab-pane  h4
    {
    padding-top:2px;
    font-size:16px;
    }
    #player {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: gray;
    position: absolute;
    border: solid 2px gray;
}

#paypal-image{
margin-left:125px;
margin-bottom:-180px;
}

strong.title{
color:#0000B2;
font-size:18px;
}

    }


.bg-footer-panel{
  background:#6495ed;
  border: 0;
  color:#000;
}
.title{
color:#0000B2;
font-size:21px;
}
a.lang{
margin-top:3px;
margin-left:3px;
font-weight:700;
color:#5cb85c !important;
background-color: rgba(0,0,0,0.5);
}
.navbar-toggle{
margin:3px 0px !important;
padding:5px 8px !important;
}

/*====================animation=======================*/

.motion {
-webkit-animation-name: track;
-webkit-animation-duration: 20s;
-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes track {
0% {
background : green;
-o-transform: translate(0,0);
-moz-transform: translate(0,0);
-webkit-transform: translate(0,0);

}

50% {
background  : yellow;
color : black;
-o-transform: translate(150px,0);
-moz-transform: translate(150px,0);
-webkit-transform: translate(150px,0);
}

100% {
background: red;
-o-transform: translate(0,0);
-moz-transform: translate(0,0);
-webkit-transform: translate(0,0);
}
}
.logo-img{
-o-transform: rotate(15deg);
-moz-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
}