/* here you can put your own css to customize and override the theme */
/*.jumbotron{
    background-image: url(../img/basslake.jpg);
    background-repeat: no-repeat;
    height: 600px;
    background-size: 100% 100%;
    color: #fff;
    padding-top:200px;
}
body{background-image: url(../img/bground.jpg);background-repeat: repeat;}
a{text-decoration: underline;}
a:hover{background-color: #0000a0;color:#fff;}
.layout_alert:hover{background-color: green !important;}
.navbar-default .navbar-nav > li > a{ color: #fff;text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    height: 49px;
    padding: 5px 9px;
    text-align: center;}
.navbar-default .navbar-nav > li > a:hover{background-color: green;}
.navbar-default .navbar-brand{font-size: bold;color:#fff;}
.navbar-default .navbar-brand:hover{font-size: bold;color:#fff;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{border-top: 0px;}
.service-box .service-box-heading span{font-weight: bold; font-style: italic;font-size: 19px;}
.service-box p {
    color: #000;
    font-size: 16px;}
*/
body{
    background-color: #009933;
    /*font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;*/

   /*background-image: url(../img/bground.jpg);  background-repeat: repeat;*/


}

a{
    color: #1F1E20;
    /*text-decoration: none;*/
}

a:visited{
    color: #1F1E20;
}

a:hover { color: #FFFFFF; text-decoration: underline}
.style1 {font-size: 36px; font-weight: bold;}
.style2 {font-size: 18px; font-weight: bold; color: #0000CC; font-style: italic;}
.style5 {font-size: 12px}
.style9 {font-size: 18px}
.style11 {font-size: 16px; }
.style12 {color: #FF3333; font-size: 12px; }
.style13 {font-size: 18px; text-decoration: none}
.mstyle13 {font-size: 25px; text-decoration: none}
.style17 {color: #FF0000; font-weight: bold; font-size: 20px;}
.style18{font-size:20px;}
.style26 {color: #FFFFFF; font-size: 14px; font-weight: bold; text-decoration: none}
.style27 {color: #000000; font-size: 18px; font-weight: bold; text-decoration: none}
.style33 {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}
.style34 {color: #FF0000}
@media (min-width: 992px) {
    .d-camera1 img{width: 280px;height: 200px;}
    .m-page-side-bar{display: none;}
    
}
@media (min-width: 768px) and (max-width: 992px) { 
    .m-page-side-bar{display: none;}
    .style26 {color: #FFFFFF; font-size: 12px; font-weight: bold; text-decoration: none}
    
}
@media (min-width: 767px) {
    // .d-camera1{width: 280px;height: 200px;}
    .header-d{display: block;}
    .header-m{display: none;}
    .m-desktop-home{display: block;}
    .m-home-content{display: none;}
    .d-page-side-bar{display: block;}
}
@media (max-width: 767px) {
    .header-d{display: none;}
    .header-m{display: block;}
    .m-desktop-home{display: none;}
    .m-home-content{display: block;background-color: #cccccc;margin:0px 15px;}
    .d-page-side-bar{display: none;;}
    .m-page-side-bar a.style13{font-size: 25px;}
    .style1 {font-size: 32px; font-weight: bold;}
    .style2 {font-size: 16px; font-weight: bold; color: #0000CC; font-style: italic;}
    .style5 {font-size: 12px}
    .style9 {font-size: 16px}
    .style11 {font-size: 14px; }
    .style12 {color: #FF3333; font-size: 12px; }
    .style13 {font-size: 16px; text-decoration: none}
    .mstyle13 {font-size: 22px; text-decoration: none}
    .style17 {color: #FF0000; font-weight: bold; font-size: 18px;}
    .style18{font-size:18px;}
    .style26 {color: #FFFFFF; font-size: 12px; font-weight: bold; text-decoration: none}
    .style27 {color: #000000; font-size: 16px; font-weight: bold; text-decoration: none}
    .style33 {
        font-size: 18px;
        font-style: italic;
        font-weight: bold;
    }
    .style34 {color: #FF0000}
}