.scrollToTop {
	background: #D31145;
	color: white;
	position: fixed;
	z-index: 4000;
	bottom: 143px;
	right: 20px;
	border-radius: 2px;
	padding: 9px 10px;
	cursor: pointer;
	display: block;
	font-size: 18px;
}

.scrollToDown {
	background: #D31145;
	color: white;
	position: fixed;
	z-index: 4000;
	bottom: 100px;
	right: 20px;
	border-radius: 2px;
	padding: 9px 10px;
	cursor: pointer;
	display: block;
	font-size: 18px;
}

#avatarheader {
	cursor: pointer;
	float: right;
	position: relative;
	border-radius: 50%;
	right: -10px;
	bottom: 11px;
}

#avatarheader:hover {
	opacity:0.6;
}

#header {
	width: 100%;
    height: 225px;
	text-align: left;
	background: #FFF none repeat scroll 0% 0%;
	font-size: 15px;
}

.user-menu {
    background: #e4002c;
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0px 20px;
    margin-bottom: 20px;
    font-family: "Roboto";
    font-weight: bold;
    border-radius: 0px 0px 5px 5px;
}

#menu-options {
    text-align: center;
    float: left;
	letter-spacing: 0.4px;
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu-options a {
    text-decoration: none;
    display: block;
    color:#fff;
}

#menu-options ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: -999em;
    text-align: left;
    z-index: 1000;
}

#menu-options li {
    display: inline-block;
}

#menu-options li a{
	color: #fff;
	padding: 0px 14px;
	transition: background-color 200ms, color 200ms;
	font-size: 14px;
}

#menu-options ul li {
    display: inherit;
    line-height: normal;
}

#menu-options li:hover ul {
    left: auto;
}

#menu-options li:hover a {
    color: #fff;
}

#menu-options li:hover ul li a {
    background-color:#f0f0f0;
    color: #0c2340;
    padding: 13px;
    width: 100%;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

#menu-options li>ul>li a{
	color: #fff;
	padding: 0px 14px;
	transition: background-color 200ms, color 200ms;
	font-size: 14px;
}

#menu-options li:hover {
	color: #fff;
    background: #0c2340;
}

#menu-options li:hover a:hover {
	color: #fff;
}

#menu-options li:hover ul li:hover {
	color: #fff;
	border:none;
}

#menu-options li:hover ul li:hover a {
	background: #0c2340 !important;
    color: #fff;
}

#header-three-way {
    width:100%;
    height:300px;
}

.header-column {
    float: left;
    width: 33%;
    margin-right: 0.5%;
}

.header-column-middle {
    float: left;
    width: 33%;
    height: 248px;
    overflow-y: auto;
    margin-right: 0.5%;
    border-bottom: 3px solid #EFEFEF;
}

.header-column-right {
    float: left;
    width: 33%;
}

.panel-height {
    height: 250px;
}

@media (max-width: 768px) {

    #header {
	    width: 100%;
        height: auto;
    }

    #menu-options li a{ padding: 0px 8px; font-size: 12px; }

    #menu-options li>ul>li a{ font-size: 12px; }

    .scrollToDown, .scrollToTop {
        bottom: 14553px;
    }

    .header-column {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .header-column-middle {
        display: block;
        width: 100%;
        height: 248px;
        overflow-y: scroll;
        margin-bottom: 30px;
        border-bottom: 3px solid #EFEFEF;
    }

    .header-column-right {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
}

@media (max-width: 1280px) {
    .scrollToDown, .scrollToTop {
    bottom: 14553px;
    }
}