 h1, h2, h3, h4, h5, h6 {margin:0;}
 #globalHeader{background:#fff;}.responsive {
    width: 100%;
    
    height: auto;
}
#globalHeader .headerWrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    max-width: 1440px;
}

#siteName {
    z-index: 1001;
    top: 0;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100px;
}
#siteName a {
    padding: 15px 0;
    display: block;
    line-height: 1;
}
#siteName img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
#globalHeader .wrapper ul {
    float: right;
    margin: 0;
}
.tm-sidebar-left {
    /*position: fixed;*/
    top: 80px;
    display: inline-block;
    bottom: 0;
    box-sizing: border-box;
    width: 20% !important;
    padding: 40px 20px 60px 20px;
    border-right: 1px #e5e5e5 solid;
    overflow: auto;
    flex-shrink: 0;
}
.content{width:80%; }
.d-hide{display:none;}
.uk-offcanvas-bar {}

.pt33{padding-left:36%!important;}
.img_p{ width:140px;padding:17px;}
dd {margin-bottom: 10px;}

@media only screen and (max-width: 767px) {
 
 	.tm-sidebar-left{
 	 display: none;
 }
 .content {width:100%;}
 .uk-navbar-toggle {height: 50px;}
.uk-offcanvas-bar {width:100vw;}
.uk-nav a {color:#fff !important;}
#globalHeader{display: none;}
.d-hide{display:block;}
}
@media only screen and (min-width: 768px;)

{
	
	.uk-open>.uk-offcanvas-bar {
    transform: translateX(0);
}}


@media only screen and (min-width: 768px){
#globalHeader #hGlobalNav .wrapper {
    display: block;
    background: none;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    max-width:1440px;
}
}
