/* begin HEADER */

.header { height:148px;}
.header .logo {float:left; margin: 18px 0 0 13px;}
.header .right-side {float:right;}

.header .change-text {margin-right:20px;margin-top:25px;}
.header .change-text  a {text-decoration:none;color:#525151;}
.header .change-text  a:hover {color:#00467F}
.header .change-text  a, .header .change-text  span{font-size:12px;font-size:1.2rem;}
.header .change-text > span {margin:0 10px;}
.header .change-text #increase, .header .change-text #decrease {margin:0 2px; width:21px; height:21px;display:inline-block;text-indent:-99999px;}
.header .change-text #increase { background:url(images/icon-increase-text-size.png) no-repeat center top;}
.header .change-text #decrease { background:url(images/icon-decrease-text-size.png) no-repeat center top;}
.header .change-text #increase:hover, .header .change-text #decrease:hover {background-position: center -21px;}
.header .buttons {position:absolute;right: 20px;top: 80px;}
.header .buttons-auth { top:100px;	}
.header .buttons a { margin-left:10px;  height:40px; display:inline-block;line-height: 34px;text-align: center;
    font-weight:bold; font-size: 1.2rem; text-decoration:none;color:#555555;}
.header .buttons a.login-button { background:url(images/button-login.png) no-repeat center top ;width:131px; color:#FFF;text-shadow: 0px 1px 0 rgba(0, 0, 0, 1);}
.header .buttons a.signup-button {background:url(images/button-signup.png) no-repeat center top;width:132px; color:#FFF;text-shadow: 0px 1px 0 rgba(255, 255, 255, 1);}
.header .buttons a.signup-button span {color: #FFF; text-shadow: 0 1px 0 rgba(0, 0, 0, 1); font-size: 1.2rem; font-weight: bold; height: 40px; line-height: 34px; text-align: center; text-decoration: none;}
.header .buttons a:hover { background-position: center -40px;}

.header .buttons a.login-button-auth, 
.header .buttons a.signup-button-auth, 
.header .buttons .separator,
.header .buttons .welcome-button-auth 
{
    line-height: 18px;
    font-size:1.4rem;
    height:20px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: baseline;
}

.header .buttons a.login-button-auth, .header .buttons a.login-button-auth span,
.header .buttons a.signup-button-auth, .header .buttons a.signup-button-auth span
{
    color:#326ABD;
    font-weight: bold;

}

.header { float: none; /* override col-md12-css value*/}
/* end HEADER */


/* begin NAV-MENU */
.headerMenu {width:100%;}
.headerMenu {background:url(images/nav_bg.png) repeat-x center; height:32px;}
.headerMenu ul { margin:0; padding:0;float: left;max-width:90%;z-index: 9999;}
.headerMenu li { display:inline-block;line-height:32px;color:#FFF;font-size: 14px; font-size: 1.4rem;}
.headerMenu li + li {background:url(images/nav-item-separator.png) no-repeat left 4px transparent;padding-left: 4px;}
.headerMenu li a, .headerMenu li.current li a {display:inline-block; color:#FFFFFF !important; font-weight:bold;text-transform:capitalize; text-decoration:none; padding:0 18px;}
.headerMenu li a:hover, .headerMenu li.current li a:hover {color:#ffd200 !important;}
.headerMenu li.haschild:hover  {}
.headerMenu li.haschild:hover ul{visibility:visible;}

.headerMenu ul.navadmin {background:url(images/nav_bg.png) repeat-x bottom;}
.headerMenu li.navadmin{ font-weight:normal;font-size: 12px;font-size: 1.2rem;}
.headerMenu li.navadmin a, .nav li.navadmin li a {font-weight:normal; text-transform:capitalize;padding: 0 5px;}
.headerMenu ul ul {visibility:hidden; position:absolute;margin: -1px 0 0;}
.headerMenu ul ul li {display: block; background:#354b6c;white-space:nowrap}
.headerMenu li li + li {padding-left:0;}
.headerMenu ul ul ul {display:none}
.headerMenu .social-networks {float: right;margin-right:20px;margin-top:2px;}
.headerMenu .social-networks a {margin:0 2px;}
 /* end NAV-MENU */



div.yourhealth2015.content-pane {padding: 5px;}
div.yourhealth2015.top-pane {padding: 5px;}
div.yourhealth2015.left-pane {padding: 5px; }
div.yourhealth2015.right-pane {padding: 5px; }
div.yourhealth2015.bottom-pane {padding: 5px;}

