﻿body
{
    background:#d2d2d2;
}



.top-header
{
    margin-top: 4px;
    text-align: right;
}
.headerbar {
    background: #bb5103;
    color: #FFF;
    min-height: 30px;
}

    .headerbar .phone
    { 
       
       margin-top:7px;
       font-size:12px;
       color:#55bdfa;
       text-align:right;
    }
     .headerbar .email
    {
       margin-top:7px;
       font-size:12px;
       color:#e6d5a4;
       text-align:right;
    }
       .headerbar .contact
    {
       margin-top:7px;
       font-size:12px;
       color:#ff9266;
       text-align:right;
    }
       .headerbar .facebook
    {
       margin-top:7px;
       font-size:12px;
       color:#ff9266;
       text-align:right;
    }


.headerbar .fa
{
    padding-right:8px;
}

.headerbar a:hover, a:focus {
    color: #d9534f;
    text-decoration: none;
}
.headerbar a:active, a:hover {
    outline: 0;
}
.headerbar a {
    color: #ffb426;
    text-decoration: none;
}

.headerbarin .badge
{
    display: inline-block;
    min-width: 10px;
    padding: 5px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #51A1BD;
    border-radius: 3px;
}

    .headerbarin .badge .fa
    {
        color: #FFE200;
    }

.headerbarin .quote::before
{
    content: "“";
    font-size: 20px;
    font-weight: bold;
    font-family: 'Times New Roman';
    color: #067a45;
}

.top10
{
    margin-top: 10px;
}

li i
{
    color: #82b77f;
    font-size: 20px;
}

.line
{
    box-shadow:  0.1px 0.1px 3px #d9534f;
    border: none;
    text-align: center;
}


.btn-linestyle
{
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 0px;
}


/*Login Starts*/

.panel-heading
{
    padding: 5px 15px;
}

.panel-footer
{
    padding: 1px 15px;
    color: #A0A0A0;
}

.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.logo2-image
{
    margin-top:7px;
}
/*Navbar*/
.navbar-brand {
    position: relative;
    z-index: 2;
}
.brandname {
    margin-top: 10px;
    color: #0080c1;
    text-align: left;
    margin-left: 6%;
    font-family: 'Russo One', sans-serif;
}
.brandaddress {
    margin-top: 10px;
    color: #ee781c;
    text-align: left;
    margin-left: 6%;
     font-size: 20px;
    font-family: 'Dosis';
}
.navbar-nav.navbar-right .btn
{
    position: relative;
    z-index: 2;
    padding: 4px 20px;
    margin: 10px auto;
}

.navbar .navbar-collapse
{
    position: relative;
}

    .navbar .navbar-collapse .navbar-right > li:last-child
    {
        padding-left: 22px;
    }

.navbar .nav-collapse
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding-right: 120px;
    padding-left: 80px;
    width: 100%;
}

.navbar.navbar-default .nav-collapse
{
    background-color: #f8f8f8;
}

.navbar.navbar-inverse .nav-collapse
{
    background-color: #222;
}

.navbar .nav-collapse .navbar-form
{
    border-width: 0;
    box-shadow: none;
}
.navbar
{
    margin-bottom:0px;
}
.none
{
    display:none;

}

.nav-collapse > li
{
    float: right;
}

.btn.btn-circle
{
    border-radius: 50px;
}

.btn.btn-outline
{
    background-color: transparent;
}

@media screen and (max-width: 767px)
{
    .navbar .navbar-collapse .navbar-right > li:last-child
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .nav-collapse
    {
        margin: 7.5px auto;
        padding: 0;
    }

        .navbar .nav-collapse .navbar-form
        {
            margin: 0;
        }

    .nav-collapse > li
    {
        float: none;
    }
}

.logo-image
{
    margin-top:-25px;
}
.navbar-default
{
    border-radius: 0px;
    
}

.admin-top-header
{
    background: rgba(73,155,234,1);
    padding: 2px 10px 4px;
    color: #fff;
}

/*Radio Buttns*/

.checkbox
{
    padding-left: 20px;
}

    .checkbox label
    {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before
        {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after
        {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"]
    {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before
        {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after
        {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label
        {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before
            {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

.content-post
{
   
    background: rgb(255, 255, 255);
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -10px;
    
}
    .checkbox.checkbox-circle label::before
    {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline
    {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before
{
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after
{
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before
{
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after
{
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before
{
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after
{
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before
{
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after
{
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before
{
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after
{
    color: #fff;
}

.radio
{
    padding-left: 20px;
}

    .radio label
    {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before
        {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after
        {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"]
    {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before
        {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after
        {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label
        {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before
            {
                cursor: not-allowed;
            }

    .radio.radio-inline
    {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after
{
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before
{
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after
{
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after
{
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before
{
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after
{
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after
{
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before
{
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after
{
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after
{
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before
{
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after
{
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after
{
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before
{
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after
{
    background-color: #5cb85c;
}

.navbar {
    background: #ff6d00;
    border: none;
}
/*Home*/

.chefs-member
{
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 5px;
    text-align: center;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
}


    .chefs-member .chefs-head
    {
        position: relative;
        margin-bottom: 70px;
    }

    .chefs-member img.chefs-back
    {
        border-radius: 3px;
    }

    .chefs-member img.chefs-img
    {
        position: absolute;
        left: 50%;
        bottom: -60px;
        width: 100%;
        max-width: 160px;
        margin: 0 auto;
        margin-left: -80px;
        border: 5px solid #fff;
        border-radius: 200px;
    }

.social
{
    text-align: center;
}

    .social a i
    {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin: 0;
        margin-left: 2px;
        margin-right: 2px;
        font-size: 14px;
        border-radius: 50px;
    }

    .social a.facebook i
    {
        background: #1e78ae;
        color: white;
    }

    .social a.google-plus i {
    background: #d9534f;
    color: white;
}

      .social a.twitter i {
    background: #51A1BD;
    color: white;
}

      
      .social a.pinterest i {
    background: #d9534f;
    color: white;
}

/*Author*/






@media (min-width: 768px)
{
    .author-cover
    {
        height: 500px;
    }
}

@media (min-width: 480px)
{
    .author-cover
    {
        height: 400px;
    }
}

.author-cover
{
    display: table;
    width: 100%;
    height: 325px;
    margin-bottom: 0;
    text-align: center;
    background-size: cover;
    border: 0;
}

.author
{
    text-align: center;
    vertical-align: middle;
}

    .author img
    {
        display: inline-block;
        width: 150px;
        padding: 0.5px;
        margin-right: 0;
        border-color: rgba(126, 239, 104, 0.9);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.75) inset, 0 0 20px rgba(126, 239, 104, 0.6);
        border-radius: 50%;
    }
    .author .cover-back
    {
        background:rgba(186, 90, 18, 0.50);
        height:100%;
    }

    .author span
    {
        z-index:100;
           color:rgb(255, 255, 255);
    }

.author-controls
{
        /* color: #3c763d; */
    background-color: #EBECEB;
    border-color: #d6e9c6;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}


/*Strr Rating*/

.star-ratings-sprite {
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
    font-size: 0;
    height: 20px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 105px;
    margin: 0 auto;
}


.star-ratings-sprite-rating {
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block;
}



.author-contact {
   
    
   
    padding: 3px 20px;
    font-size: 14px;
    font-family:'Lucida Handwriting';
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
     background-color: rgba(255, 255, 255, 0.50);
    border-radius: 3px;
    
  
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


/*Author Display Blog*/

.glyphicon { margin-right:5px;}
.section-box h2 { margin-top:0px;}
.section-box h2 a { font-size:15px; }
.glyphicon-bell { color:#e74c3c;}
.glyphicon-comment { color:#27ae60;}
.separator { padding-right:5px;padding-left:5px; }
.section-box hr {margin-top: 0;margin-bottom: 5px;border: 0;border-top: 1px solid rgb(199, 199, 199);} 




.author-box
{
    padding: 10px 15px 15px;
    color: #fff;
     text-align:center;
}
.author-one {
    
    background-color:#51A1BD
   
       
}

.author-two {
    background-color:#3abce0
       
}

.author-three {
    background-color:#f0ad4e;
       
}
.no-padding
{
     padding-right: -15px;
    padding-left: -15px;
}

.no-margin
{
     margin-right: -15px;
    margin-left: -15px;
}



/*Post*/

@media (min-width: 768px)
{
    .post-cover
    {
        height: 500px;
    }
}

@media (min-width: 480px)
{
    .post-cover
    {
        height: 400px;
    }
}

.post-cover
{
    display: table;
    width: 100%;
    height: 325px;
    margin-bottom: 0;
    text-align: center;
    background-size: cover;
    border: 0;
}

.post
{
    text-align: center;
    vertical-align: middle;
}

    .post img
    {
        display: inline-block;
        width: 150px;
        padding: 0.5px;
        margin-right: 0;
        border-color: rgba(126, 239, 104, 0.9);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.75) inset, 0 0 20px rgba(126, 239, 104, 0.6);
        border-radius: 50%;
    }
    .post .cover-back
    {
        background:rgba(186, 90, 18, 0.50);
        height:100%;
    }

    .post span
    {
        z-index:100;
           color:rgb(255, 255, 255);
    }

.post-controls
{
        /* color: #3c763d; */
    background-color: #EBECEB;
    border-color: #d6e9c6;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
 
.author-article-button{
    border-radius:30px;
}

ul.nav.navbar-nav.navbar-right
{
    color:white;

}
/*Footer*/
footer {
    bottom: 0;
    width: 100%;
    background-color: #1a6b1b !important;
    color: #075eca;
    text-align: center;
}

label.error {
    font-size: 12px;
    color: #bd7f7f;
    text-align: center;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.declaration
{
    font-size:12.5px;
}


/*Default Page*/
.default-intro {
    background-color: #eaeaea;
    margin-left:-15px;
    margin-right:-15px;
}

.default-text {
   
    padding:15px;

}

.default-member {
   
    padding:15px;
    display: inline;

}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}
ul.nav.navbar-nav.navbar-right {
    padding: 0px;
    border: 1px solid white;
    margin-bottom: 10px;
}



.admin-add
{
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
}


.home-dieties
    {
     
     background:url("../images/om.png") no-repeat center;
     background-color:#f3f3f3;
    

}


.home-renovation
    {
     
    background-color:#5bc0de;
     background:url("../images/bgrose.png");
}

.home-renovation  .heading
    {
     margin-top:15px;
    color:#1bbec7;
    font-size:25px;
    font-weight:bold;
     
}

.home-renovation  .video
    {
   
   margin-top:15px;
     
}



.home-history {
    background: #ffffff;
    padding-bottom: 30px;
}




.home-history > .heading
    {
     margin:10px;
    color:#d62444;
    font-size:25px;
    font-weight:bold;
     
}

.home-history > p
    {
     margin:10px;
    color:#d62444;
    font-size:25px;
    font-weight:bold;
     
}


    .home-dieties > .shastara
    {
      text-align:center;
    }

     .home-dieties > .shiva
    {
 
    }

       .home-dieties > .sloka
    {
           margin-top:10px;
          margin-bottom:30px;
    }

.textbunch
{
    margin: 0 0 10px;
    letter-spacing: 0.3px;
    line-height: 150%;
}
 
 

 


.signed
    {
     
       color:#5cb85c;
    }


    .post-list
    {
        color: #3c763d;
        background-color: #f3f3f3;
        border-color: #d6e9c6;
        padding: 15px;
        border: 1px solid transparent;
        border-radius: 4px;
        margin-top: 4px;
      
    }

        .post-list > .thumb
        {
                max-width: 150px;
        }
    
@media (min-width: 1200px)
{

    .post-list
    {
        margin-left:-15px;
          width:1170px;
    }
}
.post-heading
{
   text-align:center;
   padding-top:20px;
   font-weight:700;
   margin-top:10px;
}

.navbar-nav .open .dropdown-menu
{
        background-color: #FFF;
}

.container
{
    padding:0px;
}

.home-sloka-sec1
{
    background:#5bc0de;
}

.gallery
{
    background:#FFFFFF;
}

 .postdate
{
    font-size:12px;
    color: rgb(177, 177, 177);
    text-align:center;
}
 .post-background
    {
        background: #ececec;
    }

.parmalink
{
    margin-top:25px;
}


    a.glyphicon.glyphicon-chevron-left {
        margin-top: -50%;
        background: #ffffff;
        padding: 10px;
        float: left;
        margin-left: -44px;
        font-size: 24px;
        border-radius: 13px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    a.glyphicon.glyphicon-chevron-right {
        margin-top: -50%;
        background: #ffffff;
        padding: 10px;
        float: right;
        margin-right: -44px;
        font-size: 24px;
        border-radius: 13px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

     a.glyphicon.glyphicon-chevron-left:hover {
            text-decoration:none;
          
        }
        a.glyphicon.glyphicon-chevron-right:hover {
            text-decoration:none;
        
        }
    @media (max-width: 786px) {

         a.glyphicon.glyphicon-chevron-left {
               margin-top: -50%;
        margin-left: -16px;
          padding-top: 20px;
        padding-bottom: 20px;
    }

    a.glyphicon.glyphicon-chevron-right {
        margin-top: -50%;
        margin-right: -16px;
          padding-top: 20px;
        padding-bottom: 20px;
    }
}

    /*Notice*/

    .notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
        margin-top: 18px;
    margin-left: 13px;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
      margin-top: 18px;
    margin-left: 13px;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}

.notice h4  {
       font-size: 21px;
    color: #1f7da2;
    font-family: 'Nunito', sans-serif;
    text-align: left;
}

.notice h5  {
    font-size: 16px;
    color: #dc772e;
    font-family: 'Nunito', sans-serif;

}
.notice.notice-warning {
        padding: 3px 34px;
            text-align: left;
}


.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background-color: #fff;
    margin-top: 27px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    font-family: 'Raleway';
}
.card p {
        margin: 4px 10px 4px;
    color: #097155;
}

    .card h4 {
        color:#f0ad4e;
        margin-left:5px;
    }


    /*Home tiles*/

    
.home-ourprojects-tiles {
    margin-bottom: 4px;
    font-size: 18px;
    height: 182px;
}

.westgatelogo {
    text-align:center;
}

.westgatelogo img {
    margin: 0 auto;
   margin-bottom:20px;
}
.home-our-projects-heading {
    margin-top:25px;
    text-align:center;
    font-family: 'Rambla', sans-serif;
    font-size:35px;
    }

.sticky a.navbar-brand {
    width: 160px;
}
.home-projects-p {
    margin-top:10px;
    text-align:justify;
    font-family: 'Rambla', sans-serif;
    font-size:16px;
    }

.mobile-view img.logoone {
    width: 70px;
}

.mobile-view img.logotwo {
    width: 140px;
}