@charset "UTF-8";
/* IE10+ VIEWPORT FIX */
@-ms-viewport {width:device-width;}
@viewport {width:device-width;}


/*============================ desktop view =================================================*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {}

/*============================ small tablet view =================================================*/
@media only screen and (min-width: 641px) and (max-width: 768px) {}

/*============================ mobile wide screen view =================================================*/
@media only screen and (min-width: 569px) and (max-width: 640px) {

}

/*============================ mobile view =================================================*/
@media only screen and (min-width: 280px) and (max-width: 768px) {
	.slicknav_menu{display: block;}
	.slicknav_menu img{
        width: 14px;
        display: inline-block;
    }
    .logo {
        text-align: center;
        padding: 10px;
    }
    .logo img{
        width: 50%;
        display: inline-block;
    }

    .sticky-wrapper{display: none;}
    .menubar{display: none;}
    .mshow{display: block;}
    .mhide{display: none;}

    .slider{height: auto;}
    .slider img{
        height: auto;
        width: 100%;
    }
    .card img{
        height: auto;
    }
    .card a{width: 100%;}
    .topcat{min-height: 220px;}
    .footlink{
        min-height: 200px;
        text-align: center;
    }

    .footlogo{
        text-align: center;
        border: 1px solid #f0f0f0;
        margin-bottom: 15px;
    }
    .footlogo img{width: 70%;}











}


















