body {
    padding-top: 0px;
}

.footer {  
    margin-top: 40px;
    overflow:hidden;
  
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    background-color: transparent !important;
}
.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.nav-justified > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #777;
    text-align: center;
    background-color: #314b8a;
    color:#fff;
    /*  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
      background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
      background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
      background-image:         linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    background-repeat: repeat-x; /* Repeat the gradient */
    border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
    background-color: orange;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
    color:#fff;
}
.nav-justified > li:first-child > a {
    border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
    .nav-justified {
        max-height: 52px;
    }
    .nav-justified > li > a {
        border-right: 1px solid #d5d5d5;
        border-left: 1px solid #fff;
    }
    .nav-justified > li:first-child > a {
        border-left: 0;
        border-radius: 5px 0 0 5px;
    }
    .nav-justified > li:last-child > a {
        border-right: 0;
        border-radius: 0 5px 5px 0;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .masthead,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
}

/** my styles */


.search_button {
    background: rgba(0, 0, 0, 0) url("../images/search-button.png") no-repeat scroll left top;
    border: medium none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-style: normal !important;
    font-weight: bold;
    height: 27px;
    letter-spacing: 0;
    line-height: 0 !important;
    margin: 0;
    padding: 0;    
    right: 1px;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase;
    top: 2px;
    width: 58px;
}
.search_button:hover {
    background: rgba(0, 0, 0, 0) url("../images/button_header_search.gif") no-repeat scroll left bottom;
    color: #fff;
}
.box_header_user_menu {
    /*background: transparent url("../images/box_header_user_menu.png") repeat-x scroll 0 0;*/
    background-color:#314B8A;
    overflow: hidden;
    height:30px;
    top:0px;
}
.logo{
    margin-top:1px;
}

#slides {
    display: none;
    width:100%;

    position:relative;
    border-top:7px solid #314B8A;	
    overflow:hidden;
    -moz-box-shadow:0px 0px 7px #000;
    -webkit-box-shadow:0px 0px 7px #000;
    box-shadow:0px 0px 7px #000;
}

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
    background-image: url(img/btns-next-prev.png);
    background-repeat: no-repeat;
    display:block;
    width:12px;
    height:18px;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    margin-right:5px;
}

a.slidesjs-next {
    margin-right:10px;
    background-position: -12px 0;
}

a:hover.slidesjs-next {
    background-position: -12px -18px;
}

a.slidesjs-previous {
    background-position: 0 0;
}

a:hover.slidesjs-previous {
    background-position: 0 -18px;
}

a.slidesjs-play {
    width:15px;
    background-position: -25px 0;
}

a:hover.slidesjs-play {
    background-position: -25px -18px;
}

a.slidesjs-stop {
    width:18px;
    background-position: -41px 0;
}

a:hover.slidesjs-stop {
    background-position: -41px -18px;
}

.slidesjs-pagination {
    margin: 7px 0 0;
    float: right;
    list-style: none;
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(img/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}

#slides a:link,
#slides a:visited {
    color: #333
}

#slides a:hover,
#slides a:active {
    color: #9e2020
}

.navbar {
    overflow: hidden
}


/* For smartphones */
@media (max-width: 480px) {
    .container {
        width: auto
    }
}

/* For smaller displays like laptops */
@media (min-width: 768px) and (max-width: 979px) {
    .container {
        width: 724px
    }
}

/* For larger displays */
@media (min-width: 1200px) {
    .container {
        /*width: 85%;commented by saranya on 6-5-21 to make website full width*/
        width: 100%;
    }
}

.panel-title a{
    color:#000 !important;
}
.panel-body ul li{
    padding:9px;
}
.products h2{
    background: #314b8a;
    color:#fff;
    padding:5px;
    margin-bottom:10px;
    font-size:22px;
}
.products h2 span{
    font-size:10px;
    margin-left:5px;
}
.panel-default {
    /*        border-color: #000;*/
}
.slidesjs-navigation, .slidesjs-pagination{
    display:none !important;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: orange;
    text-decoration: none;
}
.panel ul{
    margin-left:-45px;
}
.white {
    color:#fff !important;
}
.white li{
    color:#fff !important;
}

.wrapper {
    /*height: auto !important;*/
     height: 460px !important;
    height: 100%;
    margin: 0 auto; 
    overflow: hidden;
}






pre {
    margin: 80px auto;
}
pre code {
    padding: 35px;
    border-radius: 5px;
    font-size: 15px;
    background: rgba(0,0,0,0.1);
    border: rgba(0,0,0,0.05) 5px solid;
    max-width: 500px;
}


.main {
    float: left;
    width: 100%;
    margin: 0 auto;
}


.main h1 {
    padding:20px 50px 10px;
    float: left;
    width: 100%;
    font-size: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 100;
    margin: 0;
    padding-top: 25px;
    font-family: 'Noto Serif';
    font-style: italic;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.main h1.demo1 {
    background: #1ABC9C;
}

.reload.bell {
    font-size: 12px;
    padding: 20px;
    width: 45px;
    text-align: center;
    height: 47px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.reload.bell #notification {
    font-size: 25px;
    line-height: 140%;
}



.clear {
    width: auto;
}


.back {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    padding: 7px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: rgba(0,0,0,0.25);
    font-weight: bold;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.back:hover {
    background: rgba(0,0,0,0.5);
}


.page-container {
    /*max-width: 700px;*/
    margin: auto;
    position: relative;
}

.page-container p{
    font-size: 21px;
    font-weight: 100;
    line-height: 180%;
}

.page-container h3 {
    font-family: "noto serif";
    font-size: 23px;
}

.gallery {
    width: 500px;
    height: 333px;
    margin: 150px auto 100px;
}

.navigation {
    margin-bottom: 50px;
}

ul
{
    list-style-type: none;
}
.productList{
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    background: #FFF  none repeat scroll 0 0;
    border: 2px solid #F0F0F0;
    z-index: 1;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin:0px 0px 10px 0px;
}
.productList img{
    width:150px;
    height:140px;
    border:1px solid #F0F0F0;
    margin-bottom:3px;
}
.productsubList{
    padding:5px;
    background: #fff;
    width:100%;
    color:#000;
    height:50px;
    vertical-align: middle;
}
.productsubList a{
    color:#000 !important;
    font-weight:bold;
}
.productList .price{
    background:#e74c3c;
    color:#fff;    
    border:1px solid #F0F0F0;
    padding:5px;
    border-radius:5px;

}
.productList .desc{
    color: #337ab7;
}
.productList button, .button_type_4{
    background:#e74c3c;
    color:#fff;
    border:1px solid #F0F0F0;
    padding:5px;
    border-radius:5px;
}
.peach img{
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;   
    border: 2px solid #F0F0F0;
    z-index: 1;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin:5px;
    width:200px;
    height:200px;
}
.price{
    color:#e74c3c;
    font-weight:bold;
}
.paginate{
    font-size: 16px;
    margin-top: 16px;
    
}
