/*styles for responsive mobile*/
@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}
@media only screen and (max-width: 1340px)
{
   

}
@media only screen and (max-height: 768px)
{
	

}
@media only screen and (min-width: 961px) and (max-width: 1440px)
{
    
}
@media only screen and (max-width: 960px)
{
	.mshow{display:block ;}
	.dshow{display:none ;}
    .visible-desktop{display: none ;}
    .visible-mobile{display: block ;}
	body{background-color: #fff;font-size:15px;padding:0px 3px !important;}
    p, li {font-size: 15px;}
    .wrapper {width: 100% !important;}
    
    .slicknav_menu
    {
        display: block;
    }
    #banner img
    {
        max-width: 100%;
    }
    #home_slide .slide-intro .slide-intro-content
    {
        visibility: hidden;
    }
    #logo
    {
        position:static !important;
        background:url(images/header-bg1.png) top center repeat-x !important;
    }
    #logo img
    {
        max-width: 100%;
        height: auto;
    }
    .slicknav_menu {
        background: #0c1923;
    }
    .slicknav_nav > li
    {
        padding-left: 0;
        margin-left: 0
    }
    .slicknav_nav > li a 
    {
        padding: 5px 10px;
        margin: 2px 5px;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
    }
    .slicknav_nav > li > a 
    {
        border-top: 1px solid rgba(255,255,255,0.5);
    }
    
    
    #home_thematic #sidebar_home_adv_01
    {
        margin-bottom: 10px !important;
    }
    #home_thematic .home_thematic_inner 
    {
        margin-bottom: 10px !important;
    }
    #home_thematic .home_thematic_inner img
    {
        width: 100%;
    }
    
    .main .media-body
    {
         margin-top: 20px;   
    }
    .main .article img
    {
        width:100%;
    }
    #sidebar-right
    {
        margin-top: 20px;
    }
    .footer_top_container ul.social_logos,
    .footer_top_container .call_us_section
    {
        float: none;
        text-align: center;
    }
    .footer_top_container .call_us_section .call_us
    {
        text-align: center;
    }
    
    .bottom_footer_container .copyrightinfo,
    .bottom_footer_container .copyrightinfo p,
    .bottom_footer_container #footer_nav
    {
        float: none;
        text-align: center;
    }
    .bottom_footer_container #footer_nav ul
    {
        padding: 0;
        text-align: center
    }
    .bottom_footer_content #footer_nav ul li {        
        margin-left: 0;
    }
    .bottom_footer_content #footer_nav ul li a {
        padding-right: 10px;
    }
    
}
@media only screen and (max-width: 767px)
{
    #home_sticky {
        margin-left: 0;
        margin-top: 10px;        
    }
    .slimScrollDiv
    {
    	height: auto !important;
    }
    .slimScrollDiv .slimScroll
    {
        height: 100% !important;
    }
    .scroll-hotline {
        width: 100%;
        left: 0;
        bottom: 0;
        text-align: center;
        -moz-animation: swinging 2s ease-in-out 0s infinite;
        animation: swinging 2s ease-in-out 0s infinite;
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
}