#emoticonModal {
    width: 75%;
    position: relative;
    left: 33%;
}

.subforums {
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    width: 50%;
}

.subforums a {
    display: block;
}

.junktitle {
    font-size: 8pt     !important;
}

html, body {
     background: #e8e9ec url("https://gonemushing.com/bootstrap/img/bg.png") repeat;
     font-family: 'Open Sans', Verdana, Arial, sans-serif;
     font-size:12px;
	 font-weight:500;
     margin:0;
     height:100%;
     width:100%;
}

a { 
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

#banner {
	position: relative;
	top: 50px;
	width: 100%;
	height: 160px;
	background: #ffffff url("https://gonemushing.com/bootstrap/img/banner_bg.png") repeat-x;
}

#banner #sled-dogs {
    position: relative;
    z-index: 3;
    left: 10%;
}

#development-image {
    position: absolute;
    z-index: 103;
    top: 85px;
    left: 1.5%;
	max-width:250px;
}

#logo {
    position: absolute;
    z-index: 100;
    top: 70px;
    left: 3%;
	max-width:200px;
}

#wrapper {
    position:relative;
    width:auto;
    height:auto;
    margin:0 2%;
    z-index:1;
    top: 50px;
    padding-bottom: 10px;
}

#sidebar {
    background-color: #9dc5cd;
    color: #fff;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    padding: 5px;
    text-align: right;
    padding: 0;
}

#topMenu {
    position: relative;
    top: 7px;
    right: 25px;
    list-style-type: none;
    display: inline-block;
}

#topMenu li {
    display: inline-block;
    margin: 0 5px 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
}

.logout-button {
    vertical-align: -1.5px;
    padding: 6px 3px 0 3px;
}

#topMenu li a:link, #topMenu li a:visited {
    color: #d3e8ec;
}

#topMenu li a:hover, #topMenu li a:active {
    color: #ffffff;
    text-decoration: none;
}

#logo {
    -webkit-transition: width 2s, height 4s; /* Safari */
    transition: width 2s, height 4s;
}

#logo.scrolled {
    position: fixed;
    top:0;
    height: 45px;
}

#development-image.scrolled {
    position: fixed;
    top: 0;
    height: 45px;
}

#chatlogo.chatscrolled {
    position: fixed;
    top:0;
    height: 45px;
}

#navigation.scrolled {
    position: fixed;
    top:50px;
    left: 0;
    width: 100%;
}

#navigation.chatscrolled {
    position: fixed;
    top:50px;
    left: 0;
    width: 100%;
}

#content {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    margin: 0 auto 0 auto;
    width: 98%;
}

#navigation {
    height: 40px;
    padding: 0;
    background-color: #eeeff1;
    background-image: none;
    border: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    border-bottom: 1px solid #dbdbdb;
    z-index: 100;
}

#navigation ul li {
    height: 40px;
    text-align: center;
    line-height: 40px;
    width: 175px;
    margin: 0;
}

#navigation ul li a {
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #7f7a79;
    text-transform: uppercase;
    border-left: 1px solid #eeeff1;
    border-right: 1px solid #eeeff1;
    margin: 0;
}

#navigation ul li a:hover {
    background-color: #f6f6f6;
    color: #7c6d68;
}

#navigation ul li.open>a {
    background-color: #f6f6f6;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

#navigation ul li:first-child.open>a {
    background-color: #f6f6f6;
    border-left: 0px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

#navigation ul li:last-child.open>a {
    background-color: #f6f6f6;
    border-left: 1px solid #dbdbdb;
    border-right: 0px solid #dbdbdb;
}

#navigation .caret {
    border-top-color: #7f7a79;
    border-bottom-color: #7f7a79;
    margin-top: 18px;
}

#navigation .loggedout {
    width: 175px;
}

#navigation .dropdown-menu {
    background-color: #f6f6f6;
    border: 1px solid #dbdbdb;
    border-top: 0px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    width: 175px;
}

#navigation li:first-child ul.dropdown-menu {
    left: -1px;
}

#navigation li:last-child ul.dropdown-menu {
    right: 0px;
}

#navigation li ul { 
    padding: 0;
    min-width: 100%;
}

#navigation li li {
    height: auto;
    border: 0px;
    border-bottom: 1px solid #dbdbdb;
}

#navigation li li:first-child {
    border-top: 1px solid #dbdbdb;
}

#navigation li li:last-child {
    height: auto;
    border: 0px;
}

#navigation li li a {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    border: 0px;
    margin: 0;
    padding: 6px 10px;
}

#navigation li li a:hover {
    background-color: #fafafa!important;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f6f6f6', GradientType=0);

}

.pad {
    padding: 20px;
	overflow: auto;
	min-height:50%;
}


#footer {
    border-top: 1px solid #dbdbdb;
    padding: 10px;
    background-color: #efefef;
    color: #777;
    font-size: 11px;
    overflow: auto;
}

#footer a:link,
#footer a:visited {
     color:#777;
     text-decoration: underline;
     font-size: 12px;
}

#footer a:hover,
#footer a:active {
     color:#555;
     text-decoration: underline;
}

#bannerText {
     position:absolute;
     top:100px;
     left:60px;
     z-index:999;
}

#main {
    position:relative;
    word-wrap: break-word;
    z-index:9;
    padding-bottom:75px;
    padding-left:50px;
    padding-right:25px;
    overflow:hidden;
    border-top:1px solid #003854;
}

#divider {
     position:absolute;
     top:190px;
     left:235px;
     bottom:50px;
     width:15px;
     background: #0088cc url("https://gonemushing.com/bootstrap/img/bg.png") repeat;
     border-left: 1px solid #282220;
     border-right: 1px solid #282220;
     
    -webkit-box-shadow: inset 0px 0px 5px 1px #006190;
    box-shadow: inset 0px 0px 5px 1px #006190;
    
}

#slide {
  position: relative;
}

.fixed {
  position: fixed;
  top: 0;
  bottom:0;
}




h6 {
    color: #006190;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
    margin: 0 0 20px 0;
}


.pull-center {
    text-align:center;
    vertical-align:middle;
}

.explore-boxes {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 5px;
}

a.default {
	float: right;
	position: relative;
}

/* diamond store styles */
.diamond-specials {
	width: 150px;
	display: inline-block;
}

.diamond-specials-container {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.diamond-price-text {
	display: block;
	font-size: 15px;
}

.diamond-price-text b {
	font-size: 50px;
	display: block;
}

.diamond-price-text i {
	color: #f00;
	font-weight: bold;
}

.diamond-shop {
	text-align: center;
	font-weight: bold;
	color: #f00;
	font-size: 20px;
	text-transform: uppercase;
}

.junkcontainer {
    width: 85%;
    margin: 20px auto 0 auto;
}

.junk {
    width: 100px;
    min-height: 125px;
	display: inline-block;
	text-align: center;
	padding: 8px;
	margin: 3px;
	background-color: #eee;
	-webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    clear: both;
}

.sellalljunk button {
    float: right;
    margin: 0 10% 0 20px
}

.sellalljunk {
    display: block;
    font-size: 20px;
    margin: 0 0 10px 20px;
}

.junkright {
    float: right;
    margin: 20px 50% 0 auto;
    font-size: 25px;
}

.quest_items {
	display: inline-block;
	text-align: center;
	padding: 10px;
	margin: 5px;
	background-color: #eee;
	-webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.snowman {
	display: inline-block;
	text-align: center;
	padding: 10px;
	margin: 5px;
	background-color: #eee;
	-webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    opacity: 0.5;
}

.label.label-admin, .label.label-super, .label.label-mod, .label.label-newmod {
    display: inline-block;
    max-width: 75px;
    margin-bottom: 2px;
}

.clear {
    clear: both;
}

.label.label-jester {
    background-image: url('../images/yellowsparkle.png');
    background-size: 100% 100%;
    color: #000000;
    text-shadow: 1px 1px 0 #FFFFFF,-1px -1px 0 #FFFFFF,1px 1px 1px #FFFFFF,-1px -1px 1px #FFFFFF;
    margin-bottom: 2px;
    display: block;
    width: 75px;
}

.label.label-champ {
    background-image: url('../images/bluesparkle.png');
    background-size: 100% 100%;
    color: #000000;
    text-shadow: 1px 1px 0 #FFFFFF,-1px -1px 0 #FFFFFF,1px 1px 1px #FFFFFF,-1px -1px 1px #FFFFFF;
    margin-bottom: 2px;
    display: block;
    width: 75px;
}

.label.label-ninja {
    background-image: url('../images/bronzesparkle.png');
    background-size: 100% 100%;
    color: #000000;
    text-shadow: 1px 1px 1px #FFFFFF,-1px -1px 1px #FFFFFF;
    margin-bottom: 2px;
    display: block;
    width: 75px;
}

.label.label-master {
    background-image: url('../images/silversparkle.png');
    background-size: 100% 100%;
    margin-bottom: 2px;
    color: #000000;
    text-shadow: 1px 1px 1px #FFFFFF,-1px -1px 1px #FFFFFF;
    display: block;
    width: 75px;
}

.label.label-legend {
    background-image: url('../images/goldsparkle.png');
    background-size: 100% 100%;
    margin-bottom: 2px;
    color: #000000;
    text-shadow: 1px 1px 1px #FFFFFF,-1px -1px 1px #FFFFFF;
    display: block;
    width: 75px;
}

.glowing {
  -webkit-box-shadow: 0px 0px 5px 0px #fff809;
  -moz-box-shadow: 0px 0px 5px 0px #fff809;
  box-shadow: 0px 0px 5px 0px #fff809;
}

.longname { 
    font-size: 12px;
    word-wrap: break-word;
}

.clickWhisper, .clickCallout {
     opacity: .5;
}

.clickWhisper:hover, .clickWhisper:active {
    opacity: 1.0;
}

.clickCallout:hover, .clickCallout:active {
    opacity: 1.0;
}


#sledPartCondition {
    position: absolute;
    left: 3px;
    top: 3px;
}

.sledPartPositioner {
    width: 0px;
    height: 0px;
    position: relative;
}

.span2 a {
    display: inline-block;
}

#userInfo {
    float: left;
    text-align: left;
    width: 350px;
    padding: 5px 0 0 40px;
}

#userInfo.scrolled {
    position: absolute;
    left: 10%;
    padding: 5px 0 0 10px;
}

#userFinance {
    position: relative;
    right: 20px;
    top: 5px;
    font-size: 20px;
}

.username_id {
    color: #d3e8ec;
}

.username_id a:link, .username_id a:visited {
    color: #d3e8ec;
}

.username_id a:hover, .username_id a:active {
    color: #ffffff;
    text-decoration: none;
}

.level_exp a:link, .level_exp a:visited {
    color: #d3e8ec;
}

.level_exp a:hover, .level_exp a:active {
    color: #000000;
    text-decoration: none;
}

.level_exp {
    color: #d3e8ec;
    font-weight: bold;
}

li.finance {
    list-style-type: none;
    display: inline-block;
}

li.finance a {
    color: #4d737a;
}

.diamondLink .fa {
    margin-left: 20px;
    color: #fff;
}

.bankLink .fa {
    color: #fff;
}

.diamondLink:hover .fa {
    margin-left: 20px;
    color: #4d737a;
}

.bankLink:hover .fa {
    color: #4d737a;
}

.diamondLink:hover {
    text-decoration: none;
    color: #4d737a;
}

.bankLink:hover {
    text-decoration: none;
    color: #4d737a;
}

#loginForm input {
    font-size: 12px;
    height: 25px;
    width: 150px;
    position: relative;
    top: 5px;
    right: 25px;
}

#loginForm button {
    width: 50px;
    position: relative;
    right: 25px;
    padding: 0;
}

#loginForm form {
    display: inline-block;
}

#loginButton {
    font-size: 12px;
    height: 25px;
    width: 50px;
    position: relative;
}

.checkbox-login {
    float: left;
    position: relative;
    left: 15px;
}

.login-links a:link, .login-links a:hover {
    color: #006190;
}

.login-links a:hover, .login-links a:active {
    text-decoration: none;
    color: #ffffff;
}

ul.login-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 380px;
    position: relative;
    top: -25px;
    right: 15px;
    font-size: 12px;
    font-weight: bold;
}

.login-links li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.login-links li.lost {
    margin: 0;
}

li.lost:after {
    content: "·";
    margin-left: 4px;
}

.login-errors {
    width: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    right: 525px;
    top: 50px;
    text-align: center;
    z-index: 1000;
}

#login-errors {
    opacity: 1;
}

.hero-unit {
    clear: both;
}

.alert-glow {
    text-shadow:
    -1px 0 black, 0 1px black, 0 -1px black, 1px 0 black,
     -2px 0 white, 0 2px white, 0 -2px white, 2px 0 white,
     0 0 25px white;
}

.alert-glow.races {
    color: #feb150;
}

.alert-glow.messages {
    color: #fff7c5;
}

.alert-glow.users {
    color: #01b140;
}

.alert-glow.alerts {
    color: #fee550;
}

#bankIcon.alert-glow {
    color: #faf344;
    text-shadow: none;
}

#diamondIcon.alert-glow {
    color: #fff;
    text-shadow: none;
}

.alert-glow.ticketcheck {
    color: #f00;
    background-color: #fff;
    -webkit-border-radius: 25;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.locked a:hover {
    text-decoration: none;
}

.messages {
    margin-right: -15px;
}

.alerts {
    margin-right: -15px;
}

.races {
    margin-right: -15px;
}

.modtools {
    margin-right: -15px;
}

.races:hover {
    color: #4d737a;
}

.support:hover {
    color: #4d737a;
}

.alerts:hover {
    color: #4d737a;
}

.modtools:hover {
    color: #4d737a;
}

.messages:hover {
    color: #4d737a;
}

.fa-sign-out:hover {
    color: #4d737a;
}

.support {
    margin-right: -15px;
}

.races {
    margin-right: -15px;
}

.alerts {
    margin-right: -15px;
}

.chatroomalert {
    margin-right: -15px;
}

.chatroomcheck {
    visibility: hidden;
}

.generalcheck {
    visibility: hidden;
}

.messagecheck {
    visibility: hidden;
}

.adventurecheck {
    visibility: hidden;
}

.ticketcheck {
    visibility: hidden;
}

.alertcheck {
    background-color: #fff;
    color: #000;
    -webkit-border-radius: 25;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 0 2px 0 2px;
    font-weight: bold;
    position: relative;
    left: -20px;
    top: 5px;
    font-size: 12px;
    border: 1px solid #aaa;
    visibility: hidden;
}

.timestamp {
    color: #999;
    display: block;
}

.whisper .timestamp {
    color: #bbb
}

.chat-action .timestamp {
    float: right;
    position: relative;
    right: 10px;
    color: #ccc;
    display: inline-block;
}

.announcement .timestamp {
    color: #ddd;
}

.whisper-action {
    float: left;
    margin-bottom: 10px;
    position: relative;
    left: 25px;
    display: inline-block;
}

.chat-action .whisper-action {
    left: 50px;
}

.pollComments {
    background-color: #efefef;
    padding: 10px;
    margin: 0;
}

.addComment {
    position: relative;
    float: right;
}

.pollUser {
    width: 100px;
    height: 100px;
    position: relative;
    float: left;
    margin-right: 25px;
}

.pollCommentDiv {
    border: 1px solid #ddd;
    background-color: #fefefe;
    padding: 10px;
    min-height: 50px;
    clear:both;
    margin-bottom: 5px;
}

.message-textarea {
    width: 90%;
    height: 150px;
}

.menu {
    text-align: right;
}

#clockbox {
    font-size: .8em;
    padding: 0;
    float: right;
}
    
.dog-shop-container {
    background-color: #eee;
}

.dog-shop {
    border-radius: 15px;
    background-color: #fff;
    margin: 10px;
}

.dog-shop-breed-name {
}

.dog-shop-breed-rarity {
}