@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
body{
    overflow-x: hidden;
}
body , p {
  /*  margin-top: 50px;*/
    font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
 }
#toprow{
    margin-bottom: 70px;
    font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
}
*{
    font-family: 'Cabin', Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Lobster', Georgia, Times, serif;;*/
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: bold;
    color: #918E48;
    text-align: center;
}
span{
    font-family: inherit;
}
img{
    max-width: 100%;
    
}
a:link {
    color: #918E48;
    text-decoration: none;
}

a:hover {

}

a:visited {
    color: #918E48;
    text-decoration: none;
}

p{
    margin: 0;
    padding-bottom: 5px;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 50px;
    text-align: justify;
}
ol{
    line-height: 25px;
    margin: 0;
    padding-bottom: 5px;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 50px;   
}
.navbar{
    background: #666;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.navbar-brand{
   
}
.navbar li a{
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
.navbar-brand .logo{
    padding-top: 2px; 
}

.floating-box a{
    color: #fff;
}
.dropdown-menu, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background: #666;
}
.navbar-fixed-top .dropdown-menu li a:hover{
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
    background-color: #383838;
    color: #fff;
    box-shadow: inset 0 0 5px 5px #535353;
    width: 100%;
     background: #666;
   
}

.text{
    color:#76797C;font-size:13px;
}

.logo{
  text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
  color: #918E48;
  opacity: 20.4;
  padding-top: 2px;
}

.footer{
       background-color: #383838;
}
.footer .text-muted{
     color: #918E48/*#fff*/;
     padding-top: 5px;
     padding-bottom: 5px;
     font-size:10px;
}
.footer a{
    color:#fff;
    text-decoration: none;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
    color: #918E48;
background-color: #eee;
border-color: #ddd;
}
.pagination>li>a, .pagination>li>span{
    color: #918E48;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
z-index: 2;
color: #fff;
cursor: default;
background-color: #918E48;
border-color: #918E48;
}

.icon-holder:hover {
background-color: rgba(145, 142, 4, 0.5);

}

.date{
text-align: right;
    color: #B5AA6D;
    font-size: 12px;
    cursor: default;
}

.b1{
    font-weight: bold;
    color: #918E48;
}

.bbg{
    padding: 70px;
    background-color:#00000;
    color: #fff;
}
.bbg h3, .cust h3, .merc h3{
 /*   font-family: 'Cabin', Helvetica, Arial, sans-serif;*/
}
.bbg img{
    max-width: 450px;
}
strong{
    font-family: 'Lobster', Georgia, Times, serif;
}
.cust{
    padding: 70px;
    background-color:#FFAF24;
    color: #fff;
}
.merc{
    padding: 70px;
    background-color:#00C4AD;
    color: #fff;
}
.carousel-control.left{
    background: none;
}
.carousel-control.right{
    background: none;
}
.icon-holder {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 4px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: white;
    border-radius: 5px;
}
/*
.icon-holder:hover {
    background-color: rgba(225, 225, 225, 0.5);  
}
*/
.coupon {
    width: 100%;
    padding: 10px;
    text-align: center;
    border: 3px dashed #ccc;
    margin-top: 20px;
}

.calendar {
    font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
    font-size: 0.9em;
    background-color: #EEE;
    color: #333;
    border: 1px solid #DDD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0.2em;
    width: 14em;
}

.calendar .months {
    background-color: #f1c40f;
    border: 1px solid #e67e22;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    padding: 0.2em;
    text-align: center;
}

.calendar .prev-month,
.calendar .next-month {
    padding: 0;
}

.calendar .prev-month {
    float: left;
}

.calendar .next-month {
    float: right;
}

.calendar .current-month {
    margin: 0 auto;
}

.calendar .months .prev-month,
.calendar .months .next-month {
    color: #FFF;
    text-decoration: none;
    padding: 0 0.4em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.calendar .months .prev-month:hover,
.calendar .months .next-month:hover {
    background-color: #FDF5CE;
    color: #C77405;
}

.calendar table {
    border-collapse: collapse;
    padding: 0;
    font-size: 0.8em;
    width: 100%;
}

.calendar th {
    text-align: center;
}

.calendar td {
    text-align: right;
    padding: 1px;
    width: 14.3%;
}

.calendar td span {
    display: block;
    color: #1C94C4;
    background-color: #F6F6F6;
    border: 1px solid #CCC;
    text-decoration: none;
    padding: 0.2em;
    cursor: pointer;
}

.NextPg {
    text-align: center;
    color: #B5AA6D;
    font-size: 12px;
    cursor: default;
    text-decoration:none;
}

.kalam>p , h2{
color: #918E48;
}

.kalam ol li {
    font-size: 14px;
    color: #918E48;
    line-height: 30px;
 
}
.lg1 {
    font-style: normal;
    font-weight: bold;
    color: #B5AA6D;
    text-decoration: underline;
    text-transform: capitalize;
    cursor: default;
}

.img-shadow {
    width:  125px;
    height: 155px;
    top:    0;
    right:  0;
    bottom: 0;
    left:   0;
    margin-top: -6px;
    margin-right:   20px;
    margin-bottom:  6px;
    margin-left:    -6px;
    padding-top:    4px;
    padding-right:  4px;
    padding-bottom: 4px;
    padding-left:   4px;
    border-top-width:   1px;
    border-right-width: 1px;
    border-bottom-width:    1px;
    border-left-width:  1px;
    border-top-color:   #E0E0E0;
    border-right-color: #E0E0E0;
    border-bottom-color:    #E0E0E0;
    border-left-color:  #E0E0E0;
    border-top-style:   solid;
    border-right-style: solid;
    border-bottom-style:    solid;
    border-left-style:  solid;
    position: relative;
    position:   relative;
    display:    block;
    visibility: visible;
    z-index:    auto;
    white-space:    normal;
    clip:   auto;
    float:  left;
    clear:  none;
    cursor: pointer;
    list-style-image:   none;
    list-style-position:    outside;
    list-style-type:    disc;
    marker-offset:  auto;
    overflow-x: visible;
    overflow-y: visible;
    moz-box-sizing: content-box;
    font-size:  13px;
    font-weight:400;
    font-style: normal;
    color:  #FF8C00;
    text-transform: none;
    text-decoration:    none;
    letter-spacing: normal;
    word-spacing:   normal;
    line-height:    16px;
    text-align: start;
    vertical-align: baseline;
    direction:  ltr;
    background-color:   #FFFFFF;
    background-repeat:  repeat;
    background-position:    0 0;
    background-attachment:  scroll;
    opacity:1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color:gray,direction:135);
}

footer{
    padding: 30px;
    padding-bottom: 20px;
    background-color: #5A4042;
    color: #fff;
}
footer img{
    max-height: 40px; 
}
footer a{
    color:#fff;
}
@media screen and (min-width: 768px){
      .row { margin-right: 0; margin-left: 0; }

}

@media (min-width: 1200px) { 
 .row { margin-right: 0; margin-left: 0;    }
 }

 @media (min-width: 768px) and (max-width: 979px) { 
    .row { margin-right: 0; margin-left: 0; } 
}

@media (max-width: 767px) { 
    .row { margin-right: 0; margin-left: 0; }
  }

@media (max-width: 480px) { 
    .row { margin-right: 0; margin-left: 0; }
 }
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/* --------------------- Responsive Videos ------------------------*/
.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}

