﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=K2D');
body
{
    font-family: 'Open Sans' , sans-serif;
    background: #f8c5ba;
    color: #93228d;
    font-size: 16px;
    overflow-x: hidden;
}
a
{
    color: inherit;
}
a:hover
{
    color: inherit;
    text-decoration: none;
}
.title
{
    font-family: 'K2D' , sans-serif;
    font-size: 48px;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse
{
    margin-right: -15px;
}
.affix
{
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.affix + .container-fluid
{
    padding-top: 70px;
}
.navbar
{
    float: left;
    margin-bottom: 0;
    width: 100%;
    border-radius: 0px;
    background: #FF6600;
}
.navbar-inverse .navbar-nav > li > a
{
    font-size: 21px;
    color: #fff;
}
.home-banner img
{
    width: 100%;
}
.home-banner
{
    position: relative;
}
.banner-transparent
{
    top: 0;
    background: rgba(0,0,0,0.5);
    height: 100%;
    position: absolute;
    width: 100%;
}
.menu
{
    position: absolute;
    top: 0;
    width: 100%;
}
.logo-part
{
    background: #93228D;
    border-bottom: 1px solid #cd9246;
    box-shadow: 0px 1px 1px 0 #000;
    width: 100%;
}
.header-fn
{
    color: #edbf72;
    font-size: 27px;
}
.dropdown-menu > li.kopie > a
{
    padding-left: 5px;
}
.dropdown-submenu
{
    position: relative;
    border-bottom: 1px solid lightgray;
    margin: 0px 15px;
    width: 280px;
}
.dropdown-submenu > .dropdown-menu
{
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after
{
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: 0px;
    margin-top: 5px;
    width: 0;
}

.dropdown-menu > li > a
{
    color: #7f0000 !important;
    font-family: 'Open Sans' , sans-serif !important;
    font-weight: 600;
}
.dropdown-menu > li > a:hover
{
    background: none !important;
}
.dropdown-menu > li
{
    border-bottom: 1px solid lightgray !important;
    margin: 0px 15px !important;
    padding: 12px 0px;
    text-align: center !important;
}
.dropdown-menu
{
    min-width: 180px !important;
    opacity: 0.9;
}
.dropdown-menu > li > a
{
    display: block;
    padding: 3px 20px 0px 3px !important;
}
.dropdown-submenu:hover > a:after
{
    border-left-color: #555;
}

#about-img img
{
    background: #93228d;
    padding: 5px 12px;
    border-radius: 100%;
    width: 90%;
}
.bg-gray .secondary-title
{
    color: #f8c5ba;
}
.btn-newslatter
{
    display: inline-block;
    padding: 15px 30px;
    color: #00aeef;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #fff;
    border-radius: 20px;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3
{
    display: none;
}

.nbs-flexisel-container
{
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul
{
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}

.nbs-flexisel-inner
{
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item
{
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item img
{
    max-width: 85%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/
#contact-buttons-bar
{
    position: fixed;
    top: 80px;
    left: -50px;
    width: 50px;
}
.text-underline
{
    text-decoration: underline;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right
{
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.nbs-flexisel-nav-left
{
    left: 10px;
}

.nbs-flexisel-nav-left:before
{
    content: "<";
}

.nbs-flexisel-nav-left.disabled
{
    opacity: 0.4;
}

.nbs-flexisel-nav-right
{
    right: 5px;
}

.nbs-flexisel-nav-right:before
{
    content: ">";
}

.nbs-flexisel-nav-right.disabled
{
    opacity: 0.4;
}
.pt-50
{
    padding-top: 50px;
}
.pb-50
{
    padding-bottom: 50px;
}
.block-about img
{
    width: 100%;
}
.primary-title
{
    color: #00aeef;
}
.secondary-title
{
    color: #f7941d;
}
.mt-8
{
    margin-top: 8px;
}
.btn
{
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #f7941d;
    border-radius: 20px;
}
.btn:hover, .btn-small:hover
{
    background: #00aeef;
}
.bg-gray
{
    background: #f8866d;
}
.bg-image-block
{
    position: relative;
}
.bg-image
{
    background: url(/Content/Images/bgimage.jpg);
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-image-Maa-Durga-Ji
{
    background: url(/Content/Images/Maa-Durga-ji-BG.png);
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-image-text
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f60;
    font-size: 54px;
}
.bg-transparent
{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
#program h1, .events h2, .announcement h2
{
    text-transform: uppercase;
    font-size: 22px;
    background: #ff6600;
    color: #fff;
    padding: 10px;
}
.program
{
    padding: 5px 5px 0px 5px;
    color: #fff;
    background: #93228d;
    min-height: 465px;
}
#program h3
{
    font-size: 22px;
    margin: 0px;
}
#program ul, .announcement ul
{
    list-style: none;
    padding: 0px;
}
.announcement ul li
{
    padding: 5px;
}
.col-container
{
    display: table;
    width: 100%;
}
.date-col
{
    background: #ff6600;
    color: #fff;
    font-size: 16px;
    width: 25%;
}
.col-details
{
    background: #93228d;
    color: #fff;
    vertical-align: middle;
}
.col
{
    display: table-cell;
    padding: 8px;
}
.info-block
{
    background: url(/Content/Images/bg-maa-durga.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bc-maa-durga
{
    background: rgba(0,0,0,0.5);
}
.info-block h1
{
    color: #fff;
}
.block-1, .block-2, .block-3
{
    color: #7f0000;
}
.footer
{
    background: #93228d;
    color: #fff;
}
.fs-24
{
    font-size: 24px;
}
.newslatter-txt
{
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
}
::placeholder
{
    color: #fff !important;
    opacity: 1; /* Firefox */
}

.pt-100
{
    padding-top: 100px;
}
.social-icons ul
{
    padding: 0px;
    list-style: none;
}
.social-icons ul li
{
    float: left;
    margin-right: 8px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 6px;
    font-size: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
}
.image
{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.popular-4
{
    position: relative;
}

.overlay
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.popular-4:hover .overlay
{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.pt-15
{
    padding-top: 15px;
}
.pb-15
{
    padding-bottom: 15px;
}
.text
{
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.content-body
{
    background: url(/Content/Images/bg-maa-durga.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-black-transparent
{
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}
.cordinators-block ul li
{
    padding-left: 16px;
    padding-top: 9px;
    background-image: url(../images/green-bullet.png);
    background-repeat: no-repeat;
    background-position: 6px 15px;
    font-family: "PT Sans" , sans-serif;
    font-size: 17px;
    list-style: none;
    padding-left: 25px;
}
.heading
{
    display: block;
    padding: 5px 2px;
    background: #93228d;
    color: #fff;
    font-size: 24px;
}
.box-shadow
{
    /*box-shadow: 0 3px 5px 0 rgba(0,0,0,0.08);*/
    transition: box-shadow 0.3s ease-in-out;
}
.box-shadow:hover
{
    box-shadow: 0 2px 10px 0px rgb(255, 102, 0);
}
.mt-10
{
    margin-top: 10px;
}
.btn-small
{
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    background: #f7941d;
    border-radius: 5px;
}
.table-hover > tbody > tr:hover .table-hover > tbody > tr > th
{
    color: #fff !important;
    background-color: #ff6600;
}
.error
{
    color: Red;
    font-size: 12px;
}
.content1
{
    background: rgba(255, 255, 255, 0.8);
}

.cordinators-block .col-md-4
{
    padding: 5px;
}
.cordinators-block .col-md-4 .block
{
    border: 1px solid gray;
    border-radius: 5px;
    padding: 8px;
}
.cordinators-block ul
{
    padding: 0px;
}
.cordinators-block ul li
{
    padding-left: 16px;
    padding-top: 9px;
    background-repeat: no-repeat;
    background-position: 0px 13px;
    font-family: "PT Sans" , sans-serif;
    color: #242424;
    font-size: 17px;
    list-style: none;
}
.col-md-8
{
    padding-top: 15px;
}
.festival-block
{
       background: #ff6600;
    text-align: center;
    border-bottom: 5px solid #93228d;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 30px 10px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.festival-block:hover
{
   background: #93228d;
    color: #ff6600;
    border-color: #ff6600;
}
.festival-block:hover a
{
    color: #ff6600;
}
.navbar-nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
}
@media (max-width: 767px)
{

    .navbar-nav
    {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar
    {
        background-color: #fff;
    }
    .navbar-default .navbar-nav .dropdown-menu > li > a
    {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
    {
        background-color: #ccc;
    }

    .navbar-nav .open .dropdown-menu
    {
        border-bottom: 1px solid white;
        border-radius: 0;
    }
    .dropdown-menu
    {
        padding-left: 10px;
    }
    .dropdown-menu .dropdown-menu
    {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu
    {
        padding-left: 30px;
    }
    li.dropdown.open
    {
        border: 0px solid red;
    }

}

@media (min-width: 768px)
{
    ul.nav li:hover > ul.dropdown-menu
    {
        display: block;
    }
    #navbar
    {
        text-align: center;
    }
}




.MaDurgaJiNineAvatar
        {
            background-image: url('/Content/Images/MaaDurgaJiNineAvatars/maadurga-ji-banner.png');
            background-repeat: no-repeat;
            padding:5%;
            background-size: cover;
            background-position: center;
        
            
            background-attachment: fixed;
        }
        
        
        
        
.MaDurgaJiNineAvatar h1
{
font-family: 'K2D', sans-serif;
font-size:53px;
background-color:rgb(0,0,0,0.5);
padding:4%;

Color:#ff6600;

}
.Nine-Avatars
{
     background-image: url('/Content/Images/MaaDurgaJiNineAvatars/9Avtaar-Maa-durga-ji-BG.jpg');
            background-repeat: no-repeat;
            padding:2%;
            background-size: cover;
            background-position: center;
        
            
            background-attachment: fixed; 
    
}
.Incarnation h1
{
    font-family: 'K2D', sans-serif;
font-size:53px;
padding-bottom: 25px;
Color:#800000;

}
.Nine-Avatars h2
{
    font-size: 40px;
        font-family: 'K2D', sans-serif;
            margin-top: 0px;
            color:white;
           
        
}


.Nine-Avatars p
{
    font-size:18px;
        font-family: "Open Sans", sans-serif;
        line-height:2;
        font-weight:400;
        color:#F0FFF0;
        
}
#9avatar
{
       margin-top: 10px !important;
}

.About-Ma-Durga-ji
{
    
      background-image: url(/Content/Images/About-Ma-Durga-ji-BG.jpg);
    background-repeat: no-repeat;
    padding: 5%;
 
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}
.About-Ma-Durga-ji h1
{
     font-size: 50px;
        font-family: 'K2D', sans-serif;
            margin-top: 0px;
            color:#FFFFFF;
}
        

.About-Ma-Durga-ji p
{
    font-size:18px;
        font-family: "Open Sans", sans-serif;
        line-height:2;
        font-weight:400;
        color:#F0FFF0;
        text-align:justify;
        
}
.Statue-Of-Durga-Ma
{
    padding:5%;
    background-color:#F8866D;
}
.Statue-Of-Durga-Ma h1
{
        font-family: 'K2D', sans-serif;
font-size:40px;
margin-bottom: 40px !important;
Color:#800000;
}
.Statue-Of-Durga-Ma p
{
 font-size:18px;
        font-family: "Open Sans", sans-serif;
   
        font-weight:400;
        color:#F0FFF0;
        text-align:justify;
        
}


hr.style-seven {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color:#006400;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color:#006400;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}


.Temple-Commitee li
{
    list-style:none !important;
    font-size:18px;
    font-weight:500;
}
.Temple-Commitee h2
{
font-size: 25px;
font-family:"K2D", sans-serif;

}
.Temple-Commitee h1
{
    font-family:"K2D", sans-serif;
    padding-bottom:20px;
    font-size: 50px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  margin-top:20px;
   margin-Bottom:20px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card p
{
    text-align:justify;
    padding:8px;
}
.card h3
{
    padding:8px;
    
}
.Temple-Priests h1
{
    
 font-family: "K2D", sans-serif;
    font-size: 50px;
    padding-bottom: 30px;
  
}
.Temple-Priests h3
{
     font-family:"K2D", sans-serif;
}
.Temple-Priests
{
    padding:20px;
}

@media only screen and (max-width: 600px) {
.bg-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f60;
    font-size: 39px;
}
.religious-service
{
    font-size:13px;
}
.address-main
{
    padding-top:0px !important;
    font-size:15px;
}

#body_ListView2_Table2
{
    width:95% !important;

}
#body_UpdatePanel1
{
    margin-left:15px;
}
.announcement h2
{
    margin-left:15px;
    margin-right:21px;
}
    
.Volunteers td
{
        font-size:12px;
}
.om-logo
{
    margin-right:105px;
}

}
@media only screen and (max-width: 568px) {

.Volunteers td
{
        font-size:9px;
}
.religious-service
{
    font-size:10px;
}
}




.Mata-Rani-navratri h1
{
     font-family: "K2D", sans-serif;
}
        h3, .h3
        {
            font-size: 20px;
        }
        .cordinators-block .col-md-4 .block
        {
            min-height: 1415px;
        }
        .cordinators-block ul li
        {
            padding-left: 16px;
            padding-top: 9px;
            background-image: url(Content/Style/images/green-bullet.png);
            background-repeat: no-repeat;
            background-position: 0px 30px;
            font-family: "PT Sans" , sans-serif;
            color: #242424;
            font-size: 17px;
            list-style: none;
        }
        
        
        
.txtcellPhone
{
    color:Red;
}
.SignUpButton
{
    margin-left:40%;
}
.Sign-Up .container
{
    margin-bottom:20px;
    margin-top:20px;
}
    