@import url('footer.css?v=1.4');

html,body { padding: 0px; margin: 0px; background-color: #1a1a1a; }
.navbar { height: 70px; background-color: #3c3c3c; position: fixed; left: 0px; right: 0px; top: 0px; box-shadow: 0px 2px 0px rgba(0,0,0,0.2); z-index: 2000; }
.navbar .fix { width: 960px; margin: 0px auto; position: relative; }
.navbar .fix img.toplogo { width: 215px; }
.navbar h1, .navbar a { margin: 0px; padding: 0px; }
.navbar ul { list-style: none; padding: 0px; margin: 0px; height: 70px; text-align: right; color: #ffffff; position: absolute; top: 0px; right: 0px; line-height: 70px; }
.navbar ul li { display: inline-block; font-size: 15px; margin-left: 20px; text-transform: uppercase; }
.navbar ul li span.userpic { width: 40px; height: 40px; border-radius: 20px; background-position: center center; background-size: cover; display: inline-block; vertical-align: top; margin-top: 15px; margin-left: 10px; }
.navbar ul li a { color: #ffffff; text-decoration: none; height: 70px; line-height: 70px; display: inline-block; }
.navbar ul li:hover a { color: #00D1BD; -webkit-transition: color 0.1s linear; -moz-transition: color 0.1s linear; -o-transition: color 0.1s linear; -ms-transition: color 0.1s linear; transition: color 0.1s linear; }
.navbar ul li .profileopt { display: none; position: absolute; top: 70px; right: 0px; z-index: 1999; background-color: #333333; box-shadow: 0px 4px 0px -2px rgba(0,0,0,0.2); }
.navbar ul li:hover .profileopt { display: block; }
.navbar ul li .profileopt .offset { background-color: rgba(0,0,0,0.2); height: 2px; }
.navbar ul li .profileopt a { height: 36px; width: 120px; color: aqua; display: block; color: #ffffff; line-height: 36px; font-size: 14px; text-transform: none; padding-right: 10px; }
.navbar ul li .profileopt a:hover { background-color: rgba(0,0,0,0.2); }
.navbar ul li .profileopt a:first-child { padding-top: 10px; }
.content { width: 960px; min-height: 600px; background-color: #e6e6e6; margin: 70px auto 0px auto; }
.navbar .navcred { text-transform: capitalize; cursor: pointer; font-size: 15px; }