/* 
HsnMx 2021
*/



body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 12px;
	
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.pb_clear {
	clear: both;
}

.height30 {
	height: 30px;
}



.pb-top-menu {
    min-height:110px;
    background-color:#ffffff;
    z-index: 5000;
    width:100%;
}

.pb-top-menu .navbar-toggle {
    margin-top: 38px;
}

.pb-top-menu .navbar-brand {
    padding: 0;
    margin: 30px 0 0 0;
}


/* ------ PB & Hsn ------ */

.pb-top-bar {
    min-height: 40px;
    background-color:#ffffff;
}




.body_eqr {
	background-color: #58c9d4ff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: gray;
}

.subbody_eqr {
	background-color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: gray;
}




.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: gray;
}




.pb-footer {
	margin-top: 100px;
}

.footer_container {
	margin-top:60px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 10px;
	color: gray;
	text-align: center;
}







