.divider-bottom {
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
#logout-frame {
	display: none;
}
.navbar-nav > li > a:hover {
    border-bottom-color: #FF5F00;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    height: 52px;
   }
.nav-no-border {
	border-bottom: none !important;
}
#other-servers-columns {
	border-right-style: solid;
	border-right-color: #1A1A1A;
	border-right-width: 3px;
	min-height: 450px;
}
.text-white {
	color: #fff;
}
.ldr_alt2 {
	text-align: center;
}
.ldr_alt1 {
	text-align: center;
}
.team-image {
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
.panel-primary>.panel-heading {
	background-color: #1A1A1A;
    border-color: #1A1A1A;
}
.panel-primary {
	border-color: #1A1A1A;
}
.panel-primary>.panel-heading {
	color: #EE6F24;
	font-size: 1.6em;
}
.table-player-col {
	max-width: 120px !important;
	width: 120px !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}
.bg-white {
	background-color: #fff;
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
    border-bottom: 2px solid #FF5F00;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: #F5752A;
    border: 1px solid #F5752A;
    color: #fff;
}
.nav-tabs>li>a {
	border: 0;
	font-size: 1.2em;
}
.content-wrapper-mc {
	padding: 15px;
}
.content-padding {
	padding-right: 20px;
	padding-left: 20px;
}
#mc-image {
	background-image: url("/assets/images/mc-bg.png");
	background-repeat: repeat;
	height: 50px;
}
.mc-server-icon {
	border: 10px solid #000;
}
.panel-noborder {
	border-radius: 0 !important;
}
.table-highlight {
	background-color: #F5752A !important;
	color: #fff;
}
article.post .post-body img {
	float: none;
	margin-left: 0;
	width: 100%;
	max-width: 600px;
}
.chest {
  width:200px;
}
.click-pointer {
  cursor: pointer;
}

/*animated css*/
.animated { 
    -webkit-animation-duration: 1.4s; 
    animation-duration: 1.4s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes swing { 
    20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 
    20% { -webkit-transform: rotate(15deg); } 
    40% { -webkit-transform: rotate(-10deg); } 
    60% { -webkit-transform: rotate(5deg); } 
    80% { -webkit-transform: rotate(-5deg); } 
    100% { -webkit-transform: rotate(0deg); } 
} 
@keyframes swing { 
    20% { transform: rotate(15deg); } 
    40% { transform: rotate(-10deg); } 
    60% { transform: rotate(5deg); } 
    80% { transform: rotate(-5deg); } 
    100% { transform: rotate(0deg); } 
} 
.swing { 
    -webkit-transform-origin: top center; 
    transform-origin: top center; 
    -webkit-animation-name: swing; 
    animation-name: swing; 
}
@-webkit-keyframes wobble { 
  0% { -webkit-transform: translateX(0%); } 
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 
  30% { -webkit-transform: translateX(20%) rotate(3deg); } 
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 
  60% { -webkit-transform: translateX(10%) rotate(2deg); } 
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); } 
  100% { -webkit-transform: translateX(0%); } 
} 
@keyframes wobble { 
  0% { transform: translateX(0%); } 
  15% { transform: translateX(-25%) rotate(-5deg); } 
  30% { transform: translateX(20%) rotate(3deg); } 
  45% { transform: translateX(-15%) rotate(-3deg); } 
  60% { transform: translateX(10%) rotate(2deg); } 
  75% { transform: translateX(-5%) rotate(-1deg); } 
  100% { transform: translateX(0%); } 
} 
.wobble { 
    -webkit-animation-name: wobble; 
    animation-name: wobble; 
}
@-webkit-keyframes tada { 
    0% {-webkit-transform: scale(1);} 
    10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);} 
    100% {-webkit-transform: scale(1) rotate(0);} 
} 
@keyframes tada { 
    0% {transform: scale(1);} 
    10%, 20% {transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 
    100% {transform: scale(1) rotate(0);} 
} 
.tada { 
    -webkit-animation-name: tada; 
    animation-name: tada; 
}
img.enlarge:hover{
        -moz-transform: scale(1.2) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -webkit-transform: scale(1.2) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1.2) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1.2) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1.2) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        animation-name: pulse;
}
@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}
.animatedsingle { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
} 

@-webkit-keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
@keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
.fadeOut { 
    -webkit-animation-name: fadeOut; 
    animation-name: fadeOut; 
}
