/* mobile */
@media screen and (max-width: 767px) {
    #left_menu{
        background-image:url(/template/crater/images/menu_bar.png);
        background-position: top left;
        background-repeat: no-repeat;
        display: none;
        position: fixed;
        z-index: 15;
        background-color: #ededed;
        height: 100%;
        width: 70%;
        left: -50px;
        top: -17px;
        padding-top: 49px;
    }
    #left_menu li{
        display:block;
        clear:none;
        z-index: 15;
        padding-left:15px;
        border-bottom:1px #ccc dotted;
        padding-top:5px;
        padding-bottom:5px;
        text-align: left;
        margin-top:3px;
    }
    #left_menu li a{
        font-size:20px;
        text-transform: uppercase;
        padding-left:10px;
        padding-right:5%;
        z-index: 15;
    }
    #left_menu li a:hover{
        text-decoration: none;
        color:#6ad05b;
    }
    .sbcont{
        background-color: #e9e9e9;
        margin-top: 5px;
        z-index: 15;
    }
    .slm_item_pr{
        font-size:12px !important; 
        font-weight:bold; 
        color:#333;
        z-index: 15;
    }
    .slm_item_pr:hover{
        color:#6ad05b;
    }
    #page_content{

    }
    .smdiv, .sbcont, .ssbcont{

    }
    .slider{

    }
    .ssbcont{
        padding-bottom:5px;
    }
    .smdiva{

    }
    .menu_nav_icon{
        position: absolute;
        top: 10px;
        left: 10px;
        z-index:17;
    }
    #menu{
       
    }
    .blink_logo_hide{
        display:none;
    }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #left_menu{
        display: none;
        position: fixed;
        background-color: #ededed;
        height: 100% !important;
        width: 70%;
        left: -50px;
        top: -17px;
        padding-top: 49px;
        height:45px;
        z-index:15;
    }
    #left_menu li{
        display:block;
        clear:none;
        z-index: 15;
        padding-left:15px;
        border-bottom:1px #ccc dotted;
        padding-top:5px;
        padding-bottom:5px;
        text-align: left;
        margin-top:3px;
    }
    #left_menu li a{
        font-size:20px;
        text-transform: uppercase;
        padding-left:10px;
        padding-right:5%;
        z-index: 15;
    }
    #left_menu li a:hover{
        text-decoration: none;
        color:#6ad05b;
    }
    .sbcont{
        background-color: #e9e9e9;
        margin-top: 5px;
        z-index: 15;
    }
    .slm_item_pr{
        font-size:12px !important; 
        font-weight:bold; 
        color:#333;
        z-index: 15;
    }
    .slm_item_pr:hover{
        color:#6ad05b;
    }
    #page_content{

    }
    .smdiv, .sbcont, .ssbcont{

    }
    .slider{

    }
    .ssbcont{
        padding-bottom:5px;
    }
    .smdiva{

    }
    .menu_nav_icon{
        position: absolute;
        top: 10px;
        left: 10px;
        z-index:17;
    }
    #menu{
       
    }
    .blink_logo_hide{
        display:none;
    }
}

/* desktop */
@media screen and (min-width: 992px) {
    #left_menu{
        background-image:url(/template/crater/images/menu_bar.png);
        background-position: top left;
        background-repeat: no-repeat;
        background-position-x: 44px;
        list-style: none;
        margin:0px;
        position: relative;
        top:32px;
        z-index: 15;
        height:45px;
        margin-left:-6px;
    }
    #left_menu li{
        display:inline-table;
        clear:none;
        width:15%;
        z-index: 15;
        margin-top:3px;
    }
    #left_menu li a{
        font-size:20px;
        text-transform: uppercase;
        padding-left:10px;
        padding-right:10px;
        z-index: 15;
    }
    #left_menu li a:hover{
        text-decoration: none;
        color:#6ad05b;
    }
    .sbcont{
        background-color: #e9e9e9;
        margin-top: 5px;
        z-index: 15;
    }
    .slm_item_pr{
        font-size:12px !important; 
        font-weight:bold; 
        color:#333;
        z-index: 15;
    }
    .slm_item_pr:hover{
        color:#6ad05b;
    }
    #page_content{

    }
    .smdiv, .sbcont, .ssbcont{

    }
    .slider{

    }
    .ssbcont{
        padding-bottom:5px;
    }
    .smdiva{

    }
    .menu_nav_icon{
        display:none;
    }
    .menu_fixed{
        background-image:url('/template/crater/images/menu_bar_fixed.png') !important;
        background-position:top left;
        position:fixed !important;
        width:1200px;
		top:0 !important;
    }
    .blink_logo_hide{
        display:none;
    }
    .blink_logo_show{
        display:inline;
    }
}