@charset utf-8;
html,
body {
    height: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #111111;
	/*background: #131627 url(../images/main-wrapper-bg.jpg) repeat;*/
    font-family: sans-serif;
    font-size: 13px;
    color: #C7A8A8;
    min-width: 1000px;

}
h1,
h2,
h3 {
    margin: 0px;
    padding: 0px;
    font-family: serif;
    font-weight: 400;
}
h3 {
    padding: 0px 0px 20px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    color: #B68B51;
}
ul {
    padding-top: 10px;
    padding-left: 20px;
    line-height: 140%;
}
p,
ol,
ul {
    margin-top: 0px;
}
p,
ol {
    line-height: 180%;
}
strong {}#paypal-options {
    background: rgba(0, 0, 0, 0.38);
	height: 50px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid rgba(134, 122, 122, 0.15);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
}

#paypal-options:hover {
    background: rgba(0, 0, 0, 0.5);
}

#paypal-options h4{
	width: 100px;
	line-height: 50px;
	padding-left: 20px;
}
#paypal-options h3{
	width: 200px;
	line-height: 50px;
	padding-left: 20px;
	color: #736765;
}
a {
    color: #C2A9A9;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
img.border {}img.alignleft {
    float: left;
}
img.alignright {
    float: right;
}
img.aligncenter {
    margin: 0px auto;
}
hr {
    display: none;
}
select {
    padding: 0;
    margin: 0;
    border: none;
}
#wrapper {
    overflow: hidden;
    background: #131627;
}
#wrapper-bgtop {}#wrapper-bgbtm {}#wrapper-bgimg {}.container {
    width: 1000px;
    margin: 0px auto;
}
.clearfix {
    clear: both;
}
#header {
    overflow: hidden;
}
#logo-wrapper {
    overflow: hidden;
    height: 115px;
}
#logo {
    width: 720px;
    padding: 10px 0px 0px 0px;
}
#logo h1,
#logo p {
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    line-height: 100px;
    padding-top: 30px;
    padding-left: 300px;
    font-size: 12px;
}
#logo h1 a {
    display: block;
    letter-spacing: 1px;
    font-size: 12px;
}
#logo p {
    padding: 5px 0px 0px 300px;
    letter-spacing: 1px;
    font-family: serif;
    font-size: 12px;
    color: #6b6565;
}
#menu-wrapper {
    overflow: hidden;
    height: 263px;
}
#menu {
    height: 90px;
    margin-top: 180px;
}
#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: normal;
    text-align: center;
}
#menu li {
    display: inline-block;
}
#menu a {
    display: block;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    color: #FFFFFF;
    /* background: #45475C; */
    
    padding: 10px;
    font-size: 13px;
    font-family: helvetica;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    border-radius: 5px;
    box-shadow: inset 0 2px 0 rgba(102, 104, 125, 0), inset 0 0 8px rgba(255, 132, 0, .1), 0 0 7px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
}
#menu a:hover {
    background: #E55B3F;
}
#menu nav {
    display: block;
    margin-left: 125px;
    position: absolute;
    padding-top: 45px;
    width: 750px;
}
#menu nav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    z-index: 9999;
    text-align: center;
}
#menu nav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    z-index: 9999;
    text-align: center;
}
.nav li {
    position: relative;
}
.nav li li a {
    background: rgba(0, 0, 0, 0.57);
    padding-right: 0px!important;
    border-bottom: #000 1px solid;
    text-decoration: none;
    width: 150px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.nav ul {
    position: absolute;
    left: -99999em;
    margin-top: 70px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .05), 0 0 15px rgba(0, 0, 0, .7);
    border: #000 1px solid;
}
.nav>li:hover>ul {
    left: auto;
    padding-top: 5px;
    min-width: 100%;
}
.nav>li li:hover>ul {
    left: 100%;
}
.nav>li:hover>a:first-child:nth-last-child(2):before {
    margin-top: -5px;
}
.nav li li>a:first-child:nth-last-child(2):before {
    margin-top: -5px;
}
.nav li li:hover>a:first-child:nth-last-child(2):before {
    right: 10px;
}
#page-wrapper {
    overflow: hidden;
}
#page-bgtop {
    background: url(../images/page-bgtop.png)/*tpa=http://goldmu.net/assets/goldmu/images/page-bgtop.png*/ no-repeat center top;
}
#page-bgbtm {
    overflow: hidden;
    padding: 10px 0px 150px 0px;
    background: url(../images/page-bgbtm2.jpg)/*tpa=http://goldmu.net/assets/goldmu/images/page-bgbtm2.jpg*/ no-repeat center bottom;
}
.two-column1 #page-wrapper {
    background: url(../images/newbg.png)/*tpa=http://goldmu.net/assets/goldmu/images/newbg.png*/ center;
}
.two-column1 #page-bgtop {
    background: url(../images/bgr3.jpg)/*tpa=http://goldmu.net/assets/goldmu/images/bgr3.jpg*/ no-repeat center top;
}
.two-column1 #page-bgbtm {
    background: url(../images/page-bgbtm2.jpg)/*tpa=http://goldmu.net/assets/goldmu/images/page-bgbtm2.jpg*/ no-repeat center bottom;
}
.two-column2 #page-wrapper {}.two-column2 #page-bgtop {
    background: url(../images/page3-bgtop.png)/*tpa=http://goldmu.net/assets/goldmu/images/page3-bgtop.png*/ no-repeat center top;
}
.two-column2 #page-bgbtm {
    background: url(../images/page-bgbtm2.jpg)/*tpa=http://goldmu.net/assets/goldmu/images/page-bgbtm2.jpg*/ no-repeat center bottom;
}
#content {
    float: left;
    width: 540px;
}
.two-column2 #content {
    float: right;
}
#wide-content {
    min-height: 1300px;
}
#wide-content .entry {
    background: url(../images/wide-content-shadow.png)/*tpa=http://goldmu.net/assets/goldmu/images/wide-content-shadow.png*/ no-repeat left top;
}
#sidebar {
    float: right;
    width: 320px;
}
.two-column2 #sidebar {
    float: left;
}
#footer {
    overflow: hidden;
    padding: 20px 0px 0px 0px;
    background: rgba(0, 0, 0, 0.51);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}
#footer p {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
#copyright {
    overflow: hidden;
    width: 910px;
    height: 0px auto;
    margin: 0px auto;
}
#copyright p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    color: #999999;
}
#footer-content {
    overflow: hidden;
    width: 910px;
    margin: 0px auto;
    padding: 0px 0px 20px 0px;
}
#footer-content h2 {
    padding: 0px 0px 25px 0px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-family: serif;
    font-size: 12px;
    color: #fef6fc;
}
#footer-content #column1 {
    float: left;
    width: 270px;
    margin-right: 50px;
}
#footer-content #column2 {
    float: left;
    width: 270px;
}
#footer-content #column3 {
    float: right;
    width: 270px;
}
#loading {
    background-image: url(../images/l_bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/l_bg.png*/;
    border-radius: 0 0 4px 4px;
    color: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 48%;
    z-index: 1000;
    padding: 6px;
}
ul.style1 {
    margin: 0px;
    padding: 0px;
}
ul.style1 li {
    padding: 5px 0px 5px 0px;
    background: url(../images/divider-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/divider-bg.png*/ repeat-x left top;
}
ul.style1 a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    color: #a08484;
}
ul.style1 .first {
    padding-top: 0px;
    background: none;
}
ul.style2 {
    margin: 0px;
    padding: 0px;
}
ul.style2 li {
    padding: 10px 0px 10px 0px;
    background: url(../images/divider2-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/divider2-bg.png*/ repeat-x left top;
}
ul.style2 a {
    color: #16130f;
}
ul.style2 .first {
    padding-top: 0px;
    background: none;
}
ul.style3 {
    margin: 0px;
    padding: 0px;
    list-style: none;
	font-size: 11px;
}
ul.style3 li {
    padding: 10px 0px 15px 0px;
    background: url(../images/divider2-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/divider2-bg.png*/ repeat-x left top;
    line-height: 100%;
}
ul.style3 a {
    color: #736765;
    text-decoration: none;
    padding: 10px;
}
ul.style3 .first {
    padding-top: 0px;
    background: none;
}
ul.style4 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.style4 li {
    padding: 5px 0px 5px 0px;
    border-left: 10px solid rgba(150, 37, 24, 0.35);
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 36px;
    margin: 3px;
}
ul.style4 li:hover {
    border-left: 20px solid rgba(150, 37, 24, 0.6);
    background: rgba(0, 0, 0, 0.1);
	transition-duration: 0.5s;
}
ul.style4 a {
    color: #EDE0DE;
}
ul.style4 .first {}
ul.style5 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.style5 li {
    padding: 7px;
    border-bottom: 1px solid rgba(150, 37, 24, 1);
    margin: 2px;
    border-radius: 3px;
    background: -webkit-linear-gradient(#8A1A2A, #711B2C);
    background: -o-linear-gradient(#8A1A2A, #711B2C);
    background: -moz-linear-gradient(#8A1A2A, #711B2C);
    background: linear-gradient(#8A1A2A, #711B2C);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}
ul.style5 a {
    color: #B96A5F;
}
ul.style5 .first {
    margin-top: 15px;
}
.title1 {
    padding: 50px 0px 0px 0px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-size: 12px;
    color: #FFFFFF;
    font-family: verdana;
    text-align: center;
}
.title1 h2 {
    padding: 65px 0px 0px 98px;
    letter-spacing: 1px;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    font-family: serif;
    font-size: 20px;
    color: #FFFFFF;
}
.title2 {
    margin-top: 15px;
}
.title2 h2 {
    padding: 32px 20px 30px 1px;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    font-family: arial;
    font-size: 12px;
    color: #FFFFFF;
    background: url(../images/title2-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/title2-bg.png*/ no-repeat;
    text-align: center;
}
.title3 {
    position: relative;
    width: 1050px;
    height: 150px;
    background: url(../images/title3-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/title3-bg.png*/ no-repeat left top;
    left: -50px;
}
.title3 h2 {
    padding: 67px 0px 0px 78px;
    letter-spacing: 1px;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    font-family: serif;
    font-size: 12px;
    color: #FFFFFF;
}
.title4 {
    position: relative;
    width: 370px;
    height: 150px;
    left: -50px;
    background: url(../images/title4-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/title4-bg.png*/ no-repeat left top;
}
.title4 h2 {
    padding: 67px 0px 0px 78px;
    letter-spacing: 1px;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    font-family: serif;
    font-size: 12px;
    color: #FFFFFF;
}
.title5 {
    position: relative;
    width: 730px;
    height: 150px;
    background: url(../images/title5-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/title5-bg.png*/ no-repeat left top;
}
.title5 h2 {
    padding: 67px 0px 0px 60px;
    letter-spacing: 1px;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    font-family: serif;
    font-size: 12px;
    color: #FFFFFF;
}
.box-style1 {
    overflow: hidden;
    /*background: rgba(0, 0, 0, 0.37);
    margin: 20px 0px 20px 0px;*/
    width: 540px;
    border-radius: 5px;
}
.box-style1 .title {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px;
    border: 1px solid rgba(134, 122, 122, 0.15);
    width: 100%;
    margin-bottom: 10px;
}
.box-style1 .entry {
    /*padding: 10px 10px 10px 10px;*/
}
.box-style2 {
    overflow: hidden;
}
.box-style2 .entry {
    margin-left: 31px;
	width: 275px;
}
.box-style2 h3 {
    padding: 0px 0px 20px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    color: #16130f;
}
.box-style2z {
    overflow: hidden;
}
.box-style2z .entry {
    __margin-top: -5px;

    padding: 0px 50px 0px 40px;
}
.box-style2z h3 {
    padding: 0px 0px 20px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    color: #16130f;
}
.box-style3 .entry {
    margin-top: 20px;
    padding: 0px 40px 0px 50px;
}
.box-style4 {
    overflow: hidden;
}
.text {
    background: rgba(85, 35, 39, 0);
    border: 0px;
    color: #CFBABA;
    text-shadow: #000 0px 0px 3px;
}
.box-style4 .title {
	font-size: 18px;
    color: #c7c7c7;
	text-align: center;
	width: 100%;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5);
    line-height: 22px;
    font-family: Cambria, serif;
    text-transform: uppercase;
}
.box-style4 .entry {
    padding: 30px 20px 0px 30px;
}
.avatar_frame {
    padding: 3px;
	background-color: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 80px;
	width: 80px;
	height: 80px;
	box-shadow: 2px 2px 2px black;
}
.image-style1 {
    position: relative;
    float: left;
    width: 250px;
    height: 239px;
    margin: 0px 15px 0px 0px;
    top: -3px;
    left: -10px;
}
.image-style1 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-style1 img {
    position: absolute;
    top: 15px;
    left: 15px;
}
.image-style1a span {
    background: url(../images/image-style1-border.png)/*tpa=http://goldmu.net/assets/goldmu/images/image-style1-border.png*/ no-repeat left top;
}
.image-style2 {
    position: relative;
    width: 304px;
    height: 155px;
    margin: 0px 15px 0px 0px;
    top: -5px;
    left: -15px;
}
.image-style2 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-style2 img {
    position: absolute;
    top: 20px;
    left: 20px;
}
.image-style2a span {
    background: url(../images/image-style2-border.png)/*tpa=http://goldmu.net/assets/goldmu/images/image-style2-border.png*/ no-repeat left top;
}
.image-style3 {
    position: relative;
    float: left;
    width: 85px;
    height: 85px;
    margin: 0px 10px 0px 0px;
    top: -5px;
    left: -10px;
}
.image-style3 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-style3 img {
    position: absolute;
    top: 15px;
    left: 15px;
}
.image-style3a span {
    background: url(image-style3-border.png)/*tpa=http://goldmu.net/assets/goldmu/images/image-style3-border.png*/ no-repeat left top;
}
.image-style4 {
    position: relative;
    width: 252px;
    height: 145px;
    margin: 0px 0px 25px 0px;
    left: -15px;
}
.image-style4 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-style4 img {
    position: absolute;
    top: 15px;
    left: 20px;
}
.image-style4a span {
    background: url(../images/image-style4-border.png)/*tpa=http://goldmu.net/assets/goldmu/images/image-style4-border.png*/ no-repeat left top;
}
.button-style {

    margin-right: 7px;
    text-shadow: 2px 2px 1px #1b4c65;
    background-image: url(../images/cont-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    box-shadow: 0px 12px 30px -14px rgba(0, 0, 0, 0.5);
    padding: 10px 26px !important;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
}
.button-style2 {
   background: #668fc5;
  border-radius: 8px;
  border:none;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  
  margin: 2px 0;
  padding: 10px 84px;
}

.button-style3 {
    background: url(../images/sbutton_bg.png) no-repeat;
    font-family: Cambria;
    font-size: 17px;
    color: #fff;
    height: 72px;
    width: 240px;
    text-align: center;
    text-decoration: none;
}


.button-style4 {
       background: url(../images/sbutton_bg.png) no-repeat;
    font-family: Cambria;
    font-size: 17px;
    background-size: 100%;
    color: #fff;
    height: 58px;
    width: 180px;
    line-height: 50px;
    margin: 0 45px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.button-style4:hover {
        background: url(../images/sbutton_bg_hover.png) no-repeat;
    font-family: Cambria;
    font-size: 17px;
    background-size: 100%;
    color: #fff;
    height: 58px;
    width: 180px;
    line-height: 50px;
    margin: 0 45px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.button-style3:hover {
    background: url(../images/sbutton_bg_hover.png) no-repeat;
    font-family: Cambria;
    font-size: 17px;
    color: #fff;
    height: 72px;
    width: 240px;
    text-align: center;
}


.faststart-button .p-start {animation:tuktuk 2s infinite ease;transition:.3s;position:absolute;left:-2px;top:-4px;right:-1px;bottom:1px;display:block;border:3px solid rgba(0,0,0,.0001);}
.faststart-button .p-start i {display:block;background:transparent;position:absolute;width:3px;height:3px;}
.faststart-button .p-start i:nth-child(1) {transition:0.7s;border-radius:2px 0 0 0;left:-3px;top:-0px;border-top:2px;border-left:2px;}
.faststart-button .p-start i:nth-child(2) {transition:0.7s;border-radius:0 2px 0 0;right:-3px;top:-0px;border-top:2px;border-right:2px;}
.faststart-button .p-start i:nth-child(3) {transition:0.7s;border-radius:0 0 2px 0;right:-3px;bottom:-4px;border-bottom:2px;border-right:2px;}
.faststart-button .p-start i:nth-child(4) {transition:0.7s;border-radius:0 0 0 2px;left:-3px;bottom:-4px;border-bottom:2px;border-left:2px;}
.faststart-button:hover .p-start i:nth-child(1) {transition:0.7s;width:100%;border-top:2px solid #c88b42;border-left:2px solid #c88b42;}
.faststart-button:hover .p-start i:nth-child(2) {transition:0.7s;height:90%;border-top:2px solid #c88b42;border-right:2px solid #c88b42;}
.faststart-button:hover .p-start i:nth-child(3) {transition:0.7s;width:100%;border-bottom:2px solid #c88b42;border-right:2px solid #c88b42;}
.faststart-button:hover .p-start i:nth-child(4) {transition:0.7s;height:90%;border-bottom:2px solid #c88b42;border-left:2px solid #c88b42;}
.faststart-button:hover .p-start {transition:.3s;/*transform:scale(1.03);*/}

.button-style.active {
 background: #335f9a;
}
.button-style2:hover {
  background: #4981ca;
  text-decoration: none;
  
}
.button-style2.active {
 background: #335f9a;
}
.text-align {}.two-column {
    overflow: hidden;
    margin-top: -10px;
    padding: 0px 30px 0px 50px;
}
.two-column .colA {
    float: left;
    width: 275px;
    padding: 10px 25px 0px 0px;
    background: url(../images/divider3-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/divider3-bg.png*/ repeat-y right top;
}
.two-column .colB {
    float: right;
    width: 275px;
    padding: 10px 0px 0px 0px;
}
.two-column .colC {
    float: left;
    width: 275px;
    padding: 10px 25px 0px 0px;
    background: url(../images/divider3-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/divider3-bg.png*/ repeat-y right top;
}
.two-column .colD {
    float: right;
    width: 275px;
    padding: 10px 0px 10px 0px;
}
.meta-wrapper {
    position: relative;
    width: 622px;
    height: 91px;
    padding: 0px 0px 30px 0px;
    background: url(../images/meta-wrapper-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/meta-wrapper-bg.png*/ no-repeat left top;
    top: 30px;
    left: -10px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
    color: #a3a3a3;
}
#meta-wrapper a {
    color: #FFFFFF;
}
#meta-wrapper .posted {
    float: left;
    color: #FFFFFF;
}
#meta-wrapper .links {
    float: right;
    color: #FFFFFF;
}
#box1 {} .meta-bg {
    overflow: hidden;
    position: relative;
    width: 542px;
    height: 50px;
    padding: 10px 45px 0px 35px;
    left: -10px;
}
.meta p {
    text-transform: uppercase;
    font-family: serif;
}
.meta .tags {
    float: left;
    padding: 0px 0px 3px 30px;
    background: url(../images/meta-icons-03.png)/*tpa=http://goldmu.net/assets/goldmu/images/meta-icons-03.png*/ no-repeat left 0px;
}
.meta .links {
    float: right;
}
.meta .more {
    padding: 0px 10px 3px 30px;
    background: url(../images/meta-icons-01.png)/*tpa=http://goldmu.net/assets/goldmu/images/meta-icons-01.png*/ no-repeat left 0px;
}
.meta .comments {
    padding: 0px 0px 3px 30px;
    background: url(../images/meta-icons-02.png)/*tpa=http://goldmu.net/assets/goldmu/images/meta-icons-02.png*/ no-repeat left 0px;
}
.meta .divider {
    height: 22px;
    padding: 0px 15px;
    background: url(../images/meta-divider-bg.jpg)/*tpa=http://goldmu.net/assets/goldmu/images/meta-divider-bg.jpg*/ repeat-y center top;
}
.meta a {
    text-decoration: underline;
}
#banner {
    overflow: hidden;
    width: 540px;
    height: 190px;
    margin: 0px auto;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-family: trebuchet ms;
	margin-top: 30px;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 3px;
    border: 2px solid rgba(0, 0, 0, 0.15);
}
#banner h2 {
    padding: 52px 0px 10px 0px;
    letter-spacing: 3px;
    line-height: 145%;
    font-size: 20px;
    color: #FFFFFF;
}
#banner p {
    line-height: 68%;
    font-family: arial;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    text-shadow: #000 0px 0px 3px;
}
#banner #col1 {
    width: 540px;
    height: 190px;
    overflow: hidden;
    position: relative;
    float: left;
}
#banner #col1 ol,
#banner #col1 li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#banner #col1 .items {
    width: 2000em;
    position: absolute;
	opacity: 0.9;
}
#banner #col1 .items:hover {
	opacity: 1.0;
	
}
#banner #col1 .items .item {
    float: left;
}
#banner #col1 .items .item span {
    position: absolute;
    width: 540px;
    height: 190px;
    z-index: 11;
}
#banner #col1 .promRoundBox {
    position: absolute;
    width: 540px;
    height: 190x;
    border: 1px solid #8D4553;
    
}
#banner #col1 .rollingIconWrap {
    position: absolute;
    right: 0;
    z-index: 12;
}
#banner #col1 .rollingIconWrap .bgFirst {
    float: left;
    width: 53px;
    height: 40px;
    background: url('../images/main_prom_rollTop.png')/*tpa=http://goldmu.net/assets/goldmu/images/misc/main_prom_rollTop.png*/ no-repeat;
}
#banner #col1 .rollingIconWrap .rollingIcon {
    float: left;
    height: 30px;
    padding: 10px 15px 0 0;
    background: url('../images/main_prom_rollMiddle.png')/*tpa=http://goldmu.net/assets/goldmu/images/misc/main_prom_rollMiddle.png*/ no-repeat right top;
    overflow: hidden;
}
#banner #col1 .rollingIconWrap .rollingIcon button {
    float: left;
    width: 19px;
    height: 21px;
    margin-right: 3px;
    padding: 0;
    border: 0;
    
    background: url('../images/main_prom_icon_off.gif')/*tpa=http://goldmu.net/assets/goldmu/images/misc/main_prom_icon_off.gif*/ no-repeat
}
#banner #col1 .rollingIconWrap .rollingIcon button.active {
    background-image: url('../images/main_prom_icon_on.gif')/*tpa=http://goldmu.net/assets/goldmu/images/misc/main_prom_icon_on.gif*/
}
#banner #col2 {
    width: 260px;
    margin: 21px 0 0 694px;
    color: white;
}
#banner #col2 p span {
    float: right;
    color: #837E7E;
    padding-right: 20px;
}
#banner #col2 p a span {
    text-decoration: underline;
}
#banner #col2 img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.5s ease;
    vertical-align: middle;
}
#banner #col2 img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
#banner #col2 .info-button {
    width: 250px;
    padding-bottom: 15px;
    margin: 0;
}
#banner #col2 .info-button td {
    
    width: 65px;
    height: 100px;
    text-align: center;
    vertical-align: bottom;
    font-size: 16px;
}
#banner #col2 .info-button #sButton-0 {
    background: url('../images/server5.png')/*tpa=http://goldmu.net/assets/goldmu/images/misc/server5.png*/ transparent center top no-repeat;
}
#banner #col2 .info-button #sButton-1 {
    background: url('../images/server4.png')/*tpa=http://goldmu.net/assets/goldmu/images/misc/server4.png*/ transparent center top no-repeat;
}
#banner #col2 .info-button #sButton-2 {
    background: url('../images/server3.png')/*tpa=http://goldmu.net/assets/goldmu/images/misc/server3.png*/ transparent center top no-repeat;
}
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #221f28;
    padding: 5px;
    opacity: 0.90;
    font: normal 10px Tahoma, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
}
#tooltip h3,
#tooltip div {
    margin: 0;
}
#lean_overlay {
    position: fixed;
    z-index: 9998;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
#buy_windows,
#add_to_card_windows,
#select_server,
#auction_bet {
    min-width: 400px;
    max-width: 600px;
    padding-bottom: 2px;
    display: none;
    background-color: #171f32;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
    z-index: 9999;
	color: #eee;
}
#item_filter_overlay {
    position: absolute;
    height: 400px;
    width: 500px;
    z-index: 9999;
}
#item_filter {
    width: 500px;
    height: 700px;
    padding-bottom: 2px;
    background: #111;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}
.item_filter_content {
    height: 600px;
    width: 485px;
    margin: 15px;
    overflow: auto;
}
.modal-header {
        background-color: #131a29;
    padding: 18px 18px 14px 18px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
	color: #eee;
}
.modal-header h2 {
    color: #eee;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 3px;
	font-family: Cambria, Sans-Serif;
	text-shadow: 1px 1px 1px black;
}
.modal-header2 {
    background-color: #131a29;
    padding: 18px 18px 14px 18px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    color: #eee;
}
.modal-header2 h2 {
        color: #eee;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 3px;
    font-family: Cambria, Sans-Serif;
    text-shadow: 1px 1px 1px black;
}
.close:before{
	content: ' + ';
}
.close {
      position: absolute;
    top: 13px;
    right: 13px;
    border: 2px solid #456775;
    color: #456775;
    border-radius: 50%;
    transition-duration: 0.3s;
    width: 23px;
    height: 23px;
    line-height: 23px;
    cursor: pointer;
    transform: rotate(46deg);
    font-size: 2em;
    text-align: center;
    font-weight: bold;
}
.close:hover{
background-color: rgba(0, 0, 0, 0.5);
opacity: 1.1;
}
.form {
    margin: 0px auto;
}
.form input:not([type="checkbox"]),
.form select,
.form textarea {
    padding: 5px 30px;
    margin: 2px 0;
    border: 1px solid #3e373b;
    background: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}
.form select {
        width: 231px;
    height: 40px;
}
.right {
    float: right;
}
.left {float: left;}
.fixed {
    position: fixed;
    top: 50px;
    left: 50px;
}
.QapTcha {
    width: 215px;
}
.QapTcha .clr {
    clear: both
}
.QapTcha .bgSlider {
    width: 215px;
    height: 30px;
    float: left;
    border: 1px solid #CCC;
    background-color: #FFF;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}
.QapTcha .slider {
    width: 30px;
    height: 30px;
    background: transparent url('../images/bg_draggable_qaptcha.jpg')/*tpa=http://goldmu.net/assets/goldmu/images/bg_draggable_qaptcha.jpg*/ no-repeat;
    background-size: 30px 30px;
    cursor: e-resize;
    position: relative;
    top: 0;
    left: 0
}
.QapTcha .txtStatus {
    width: 215px;
    margin-top: 7px;
    text-align: left;
    color: #bb2828;
    font-family: Verdana;
    font-size: 10px;
    clear: both;
    padding-bottom: 10px;
}
.QapTcha .dropSuccess {
    color: #4e8b37
}
.QapTcha .dropError {
    color: #bb2828
}
.ranking-table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    line-height: 26px;
}
.ranking-table th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.ranking-table th.end {
    border-right: 0
}
.ranking-table td {
    background-color: rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.ranking-table td.end {
    border-right: 0
}
.ranking-table tr{
	height: 35px;
}
.ranking-table tr {} .ranking-table tbody tr:hover {
    background: rgba(0, 0, 0, 0.15);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.i_note,
.s_note,
.w_note,
.e_note {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 40px;
    background-repeat: no-repeat;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    text-align: left;
}
.i_note {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png')/*tpa=http://goldmu.net/assets/goldmu/images/info.png*/;
    background-position: left center;
}
.s_note {
    color: #4F8A10;
    background-color: #E8EFD3;
    background-image: url('../images/success.png')/*tpa=http://goldmu.net/assets/goldmu/images/success.png*/;
    background-position: left center;
}
.w_note {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png')/*tpa=http://goldmu.net/assets/goldmu/images/warning.png*/;
    background-position: left center;
}
.e_note {
    color: #D8000C;
    background-color: #F7E0CC;
    background-image: url('../images/error.png')/*tpa=http://goldmu.net/assets/goldmu/images/error.png*/;
    background-position: left center;
}
.buttonn {
    float: right;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background: #660000;
    border: none;
    width: auto;
    overflow: visible;
    font-size: 1.4em;
    color: #FFF;
    padding: 7px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.btn-fld {
    width: 254px;
    overflow: hidden;
    padding: 12px 20px 12px 130px;
}
.tabrow {

    
}
.tabrow li.selected {
    text-align: center;
}
.tabrow a {
        color: #ffffff;
    text-decoration: none;
    background: url(../images/sbutton_bg.png);
    background-size: 60%;
    background-repeat: no-repeat;
    width: 190px;
    height: 20px;
    margin-bottom: 10px;
    background-position: center;
    font-family: Cambria;
    font-size: 17px;
    border: none;
    padding: 10px 26px !important;
    display: inline-block;
    border-radius: 3px;
}





.rankings {
    display: none;
}

.custom_button {
 margin-right: 7px;
    text-shadow: 2px 2px 1px #1b4c65;
    background-image: url(../images/cont-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    box-shadow: 0px 12px 30px -14px rgba(0, 0, 0, 0.5);
    padding: 10px 26px !important;
    display: inline-block;
    border-radius: 3px;
}

.custom_button.active {
 background: #335f9a;
}


#top_list #rank_by_class .custom_button {
 background: #090909;
  border:none;
  display: inline-block;
  font-size: 12px;
  color: #fafafa;
  text-align: center;
  
  margin: 2px 0;
  padding: 5px 10px;
}
#top_list #rank_by_class .custom_button:hover {
     background: #090909;
    text-decoration: none;
    border: 1px solid #efe6d9;
}
#top_list #rank_by_class .custom_button.active {
 background: #335f9a;
}
#name {
	    width: 200px;
		height: 30px;
    padding: 2px 5px;
    border: 1px solid #090909;
    background-color: rgba(0, 0, 0, 0.5);
    outline: none;
    border-radius: .2em;
    color: #eee;
    transition: all .2s ease;

}
#top_list div h2 {
		font-size: 14px;
    color: #c7c7c7;
	padding-bottom: 5px;
    width: 100%;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5);
    line-height: 22px;
    font-family: Cambria, serif;
    text-transform: uppercase;
}

.custom_button2 {
    -moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
    box-shadow: inset 0px 1px 0px 0px #cf866c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
    background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315', GradientType=0);
    background-color: #d0451b;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #942911;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 13px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #854629;
}
.custom_button2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
    background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b', GradientType=0);
    background-color: #bc3315;
    
}
.custom_button2:active {
    position: relative;
    top: 1px;
}
#ucp_info {
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(173, 160, 160, 0.15);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
#ucp_info .half {
    float: left;
    width: 47%;
    padding: 5px;
    position: relative;
}
#ucp_info .full {
    width: 100%;
}
*#ucp_info .half table {
    margin-left: auto;
    margin-right: auto;
}
#ucp_info tr td:nth-child(3) {
    color: #736765;
}
#ucp_info td {
    padding: 2px;
}
#ucp_info .half:first-child {
    border-right: 1px solid rgba(223, 221, 221, 0.08);
}
#character-info {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
}
#character-info ul {
    list-style-type: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}
#character-info ul li {
    float: left;
    padding: 0px;
    margin: 0px;
	color: #736765;
}
#character-info ul li p {
	padding-top: 5px;
}
#character-info tbody tr {
    background: none;
    border: none;
}
#character-info tbody tr td {
    width: 50%;
    margin: 0 auto;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
	margin: 5px;
    border: 1px solid rgba(134, 122, 122, 0.15);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
	color: #736765;
	text-shadow: 1px 1px 1px black;
    
}

#character-info tbody tr td:hover {
    background: rgba(0, 0, 0, 0.5);
}
#character-info tbody tr td a {
    font-size: 14px;
    font-weight: bold;
    font-family: Georgia, ?Sans-serif;
    color: #fafafa;
}
#character-info div {
    padding-left: 10px;
}
#small_menu ul {
    margin: 0px;
    padding: 0px;
}
#small_menu li {
    list-style: none;
}
ul#vote-options {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
ul#vote-options {
    list-style: none;
}
ul#vote-options h5 {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
#vote-options {
    color: #fafafa;
    font-size: auto;
    line-height: auto;
    list-style-type: none;
    margin: 0;
}
#vote-options li {
    border-radius: 5px;
    line-height: 45px;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
}
#vote-options li img {
    width: 75px;
    height: 45px;
}
#vote-options li button {
    border: 1px solid #999;
    line-height: 28px;
    margin: 6px 0;
    padding: 0 5px;
	background: rgba(0, 0, 0, 0.5);
	font-family: Arial;
	font-size: 12px;
}
#vote-options li h5 {
    color: #fafafa;
    font-weight: bolder;
    font-size: 18px;
    border-left: 1px solid #453129;
    padding-left: 10px;
    margin-left: 10px;
}
#helm {
    position: absolute;
    left: 73px;
    top: 58px;
    width: 56px;
    height: 66px;
}
#wings {
    position: absolute;
    left: 272px;
    top: 59px;
    width: 127px;
    height: 110px;
}
#pendant {
    position: absolute;
    left: 233px;
    top: 80px;
    width: 29px;
    height: 29px;
}
#sword {
    position: absolute;
    left: 6px;
    top: 242px;
    width: 69px;
    height: 129px;
}
#armor {
    position: absolute;
    left: 40px;
    top: 138px;
    width: 82px;
    height: 98px;
}
#shield {
    position: absolute;
    left: 330px;
    top: 242px;
    width: 69px;
    height: 129px;
}
#gloves {
    position: absolute;
    left: 271px;
    top: 178px;
    width: 85px;
    height: 55px;
}
#pants {
    position: absolute;
    left: 89px;
    top: 297px;
    width: 58px;
    height: 74px;
}
#ring_left {
    position: absolute;
    left: 102px;
    top: 252px;
    width: 29px;
    height: 29px;
}
#ring_right {
    position: absolute;
    left: 272px;
    top: 252px;
    width: 29px;
    height: 29px;
}
#boots {
    position: absolute;
    left: 258px;
    top: 297px;
    width: 58px;
    height: 74px;
}
.inv {
    table-layout: fixed;
    background-color: #212121;
    border: 1px solid #100f0d;
    margin: 0px;
    padding: 0px;
}
.waretitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #610000;
    font-style: oblique;
    font-weight: bold;
    color: #fff;
}
#pagination {
    color: #4C9AEB;
    font: normal 12px verdana, arial, helvetica, serif;
    line-height: 17px;
    margin: 0;
    padding: 12px 8px 8px 12px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -khtml-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
#pagination a {
    border: 1px solid #4B1F25;
    background: #000;
    color: #8e9091;
    font: bold 12px verdana, arial, helvetica, serif;
    margin-right: 8px;
    padding: 4px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
#pagination a.on {
    border: 1px solid #57282E;
    background: rgba(0, 0, 0, 0.34);
    color: #FFFFFF!important;
    margin-right: 8px;
    padding: 4px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
#pagination a:hover {
    background: rgba(0, 0, 0, 0.59);
    color: #660000;
}
#pagination ul {
    height: 21px;
}
#pagination li {
    list-style-type: none;
    float: left;
}
.item_table {
    width: 200px;
    border: 0;
    margin: auto;
}
.item_table td {
    padding: 3px;
}
.each_item {
    width: 10px;
    border: 0;
    border-collapse: collapse;
}
.each_item td {
    padding: 0px;
}
.each_item .item_name {
    background: #1D0F13;
    background-size: 136px 34px;
    height: 34px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.each_item .item_bg {
    background: rgba(0, 0, 0, 0.45);
    background-size: 136px 140px;
    height: 140px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.each_item .item_bg:hover {
    background: rgba(0, 0, 0, 0.65);
}
.each_item .item_footer {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    background: rgba(0, 0, 0, 0.45);
    border-bottom-left-radius: 5px;
    height: 6px;
}
.item_image {
    text-align: center;
    height: 140px;
    width: 136px;
}
.items {
    text-align: center;
}
.items a {
    color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    padding-bottom: 5px;
}
.items a:hover {
    color: #FE9A2E;
}
#item_buy {
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
}
#item_buy_left {
    float: left;
    padding-right: 5px;
}
#item_buy_right {
    float: left;
    background-color: #050505;
    width: 492px;
    padding: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#item_buy_right .full {
    margin: 1px;
    padding: 1px;
    width: 488px;
    background-color: #76403f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    height: 18px;
    line-height: 18px;
}
#item_buy_right .opt_title {
    margin: 1px;
    padding-left: 1px;
    width: 250px;
    float: left;
    background: #090909;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    height: 20px;
    line-height: 20px;
}
#item_buy_right .opt {
    margin: 1px;
    padding-left: 1px;
    width: 236px;
    float: left;
    background: #090909;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    height: 20px;
    line-height: 20px;
}
#item_buy_right .opt select {
    border: 0px;
    border-radius: 0;
    width: 70%;
    font-size: 12px;
    line-height: 1;
    background: #050505;
    color: #fff;
    margin-top: 1px;
    padding: 0;
    -webkit-appearance: none;
}
#item_image_bg {
    position: relative;
        background: #090909;
    
    border: 1px solid rgba(134, 122, 122, 0.15);
    width: 129px;
    height: 184px;
}
#item_image_bg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.item_info {
    margin-top: 2px;
    background: #090909;
    width: 129px;
    height: 36px;
    line-height: 36px;
    z-index: 500;
}
.item_info .info {
    padding-left: 5px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
}
.item_info .info .btimes {
    color: #ed7876;
}
.item_info .info .goldcr {
    color: #ffaf04;
}
.item_info .info .normalcr {
    color: #d9a08a;
}
#buy_buttons {
    margin-right: 10px;
    width: 99%;
}
#buy_buttons button {
    margin: 2px;
}
.buy_button {
    background: url(../images/slect_btn.png)/*tpa=http://goldmu.net/assets/goldmu/images/slect_btn.png*/;
    width: 155px;
    height: 42px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    border: 0;
    float: right;
}
.buy_button:hover {
    
}
.payment-method-button {
    margin: 4px;
        background-color: #131a29;
    border-radius: 4px;
    border: 1px solid #090909;
    overflow: auto;
    float: left;
	color: #eee;
}
.payment-method-button label {
    float: left;
}
.payment-method-button label span {
    text-align: center;
    padding: 3px 0px;
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    
}
.payment-method-button label input {
    position: absolute;
    top: -20px;
}
.auction_bet_button {
    margin: 0 auto;
    background: #660000;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    text-align: center;
    padding: 3px 0px;
    display: block;
    width: 220px;
    height: 35px;
    
}
.span_red {
    background: #660000;
    color: #fff;
}
#sell_item {

    padding: 5px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    display: none;
    background: rgba(0, 0, 0, 0.3);
    margin: 7px 0px;
    border: 1px solid rgba(134, 122, 122, 0.15);
    border-radius: 5px;
}
.input-main {
    width: 290px;
    padding: 5px 10px;
    margin: 2px 0;
	margin-left: 14px;
    border: 1px solid #3e373b;
    background: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff!important;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}
#login_input {
    color: #fff
}
ul.style4 span {
    float: right;
}
.services-link-style1 {
    border: none;
    
    position: relative;
    display: block;
    width: 222px;
    height: 71px;
    left: -10px;
    background: url(../images/button-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/button-bg.png*/ no-repeat left bottom;
    line-height: 71px;
    letter-spacing: 1px;
    text-align: left;
    text-decoration: none;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    font-family: serif;
    font-size: 12px;
    color: #FFFFFF;
}
.services-link-style1 img {
    padding-left: 18px;
}
.services-button-style1 {
    position: relative;
    display: block;
    width: 182px;
    height: 71px;
    left: -10px;
    background: url(../images/banner-buttong-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/banner-buttong-bg.png*/ no-repeat left bottom;
    line-height: 71px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    font-family: serif;
    font-size: 12px;
    color: #FFFFFF;
    
}
.box-style5 {
    overflow: hidden;
    margin-bottom: 55px;
}
.box-style5 .title {
    padding: 0px 30px 20px 10px;
    text-shadow: 2px 1px 0px rgba(255, 255, 255, .5);
    text-transform: uppercase;
    font-family: serif;
    font-size: 23px;
    color: #2f2a22;
}
.box-style5 .entry {
    line-height: 180%;
    padding: 20px 10px;
    background: url(../images/box-content-shadow.png)/*tpa=http://goldmu.net/assets/goldmu/images/box-content-shadow.png*/ no-repeat -40px top;
}
.box-style6 {
    margin-top: -20px;
    padding: 0px 40px 0px 50px;
}
.main-table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    line-height: 26px;
    background: url(../images/divider4-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/divider4-bg.png*/ repeat-x left top
}
.main-table th {
    background: url(../images/divider4-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/divider4-bg.png*/ repeat-x left bottom
}
.main-table th.end {
    border-right: 0
}
.main-table td {
    background: url(../images/divider4-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/divider4-bg.png*/ repeat-x left bottom
}
.main-table td.end {
    border-right: 0
}
.main-table tr {}.main-table tbody tr:hover {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.4);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.main-table2 {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    line-height: 26px;
    background: url(../images/divider4-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/divider4-bg.png*/ repeat-x left top
}
.main-table2 th {
    background: url(../images/divider4-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/divider4-bg.png*/ repeat-x left bottom
}
.main-table2 th.end {
    border-right: 0
}
.main-table2 td {
    background: url(../images/divider4-bg.png)/*tpa=http://goldmu.net/assets/goldmu/images/divider4-bg.png*/ repeat-x left bottom
}
.main-table2 td.end {
    border-right: 0
}
.main-table2 tr {}.main-table2 tbody tr:hover {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.4);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.main-tr {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.3);
	height: 35px;
	padding-left: 10px;
}
.w-coins,
.wcoins {
    color: #CC6600;
    font-weight: bold;
}
.zz-coins,
.zzcoins {
    color: gold;
    font-weight: bold;
}
.event_list_name {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: rgba(255, 255, 255, 0.37);
}
.event_list_time {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #BEA9AE;
}
.offline {
    color: red;
}
.online {
    color: green;
}
#timer_div_title {
    position: absolute;
    height: 16px;
    width: 210px;
    top: 20px;
    left: 580px;
    color: rgba(255, 255, 255, 1.0);
	font-size: 18px;
    text-align: center;
    font-weight: bold;
	font-family: Cambria;
	text-shadow: 1px 1px 2px rgb(42, 38, 41);
}
#timer_div_time {
    position: absolute;
    height: 70px;
    width: 220px;
    top: 40px;
    left: 580px;
}
.timmer_inner_block {
width: 50px;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.32);
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    margin: 2px;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #946666;
    /* opacity: 0.6; */
    font-size: 11px;
	text-align: center;
}
#timer_div_time .timmer_inner_block .title {
text-align: center;
    font-size: 11px;
    
    padding: 3px;
	    color: #ff8176;
    text-shadow: 0px 1px 1px rgb(189, 33, 27), rgb(178, 56, 43) 0 0 15px, rgb(255, 70, 73) 0 0 10px;
	
}
#timer_div_time .timmer_inner_block .count {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    padding-top: 7px;
    text-shadow: #000 0px 0px 3px;
    color: #fff;
}
.add_to_card {
    font-size: 12px;
    background-color: rgba(0,0,0,0.3);
    border: #333 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 100%;
}
.add_to_card th {
    padding: 15px 20px 16px 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    
    
}
.add_to_card th:first-child {
    text-align: left;
    padding-left: 20px;
}
.add_to_card tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
.add_to_card tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
.add_to_card tr {
    text-align: center;
    padding-left: 20px;
}
.add_to_card td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}
.add_to_card td {
    padding: 10px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
   
}
.add_to_card tr.even td {
    
}
.add_to_card tr:last-child td {
    border-bottom: 0;
}
.add_to_card tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.add_to_card tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.add_to_card tr:hover td {
    background-color: rgba(0,0,0,0.3);
}

.ticket {
	font-size:12px;
	background:#eaebec;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	__width:100%;
}
.ticket th {
	padding:15px 10px 16px 0px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.ticket th:first-child {
	text-align: left;
	padding-left:10px;
}
.ticket tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.ticket tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.ticket tr {
	text-align: center;
	padding-left:20px;
}
.ticket td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.ticket td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.ticket tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.ticket tr:last-child td {
	border-bottom:0;
}
.ticket tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.ticket tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.ticket tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.discount_notice{
  margin: 20px auto;
  left:200px;
  width: 280px;
  height: auto;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: fixed;
  z-index: 90;
  opacity: 0.9;
}

.discount_notice .content{
	padding:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #6a2f3c;
	font-weight: bold;
	position: relative;
	display:block;
}

.ribbon-discount-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}â€?

.PriorityZero {
	background-color: rgb(230, 138, 138);
}
.PriorityOne {
    background-color: rgb(204, 64, 64);
}
.PriorityTwo {
    background-color: rgb(255, 0, 0);
}
.PriorityThree {
    background-color: rgb(153, 0, 0);
}


.plans {
	list-style: none;
	margin: 0;
	padding: 10px 20px;
}	
.plan {
	background-color: rgba(0,0,0,0.4);
	border-radius: 6px;
	height: 60px;
	margin: 10px 0;
	opacity: 1;
	padding: 4px 25px;
	width: 100%;
	color: #fafafa;
}	
	
.price {
	border-radius: 100%;
	cursor: default;
	display: block;
	float: left;
	height: 46px;
	line-height: 46px;
	margin: 8px 10px 0 0;
	text-align: center;
	width: 46px;
}			
.price-green {
	background-color: #e1f1d1;
	color: #52b327;
	font-weight: bold;
}
		
.price-red {
	background-color: #f1e1d1;
	color: #b35227;
}
		
		
.details {
	color: #222;
	display: block;
	float: left;
	height: 46px;
	margin: 8px 0;
	padding: 0px 10px;
}
	
.plan-title {
	font-size: 15px;
	font-weight: normal;
	margin: 2px 0 0;
	padding: 0;
	text-transform: uppercase;
	color: #FFD435;
}
			
.plan-description {
	color: #666;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
		
		
.select {
	background: #660000; 
	border: none;
	border-radius: 4px;
	color: white;
	display: inline-block;
	float: right;
	font-size: 14px;
	margin: 15px 0;
	padding: 7px 16px;
	text-decoration:none;
	
}	
.select:hover {
	background-color:#990000;
	text-decoration:none;
	cursor: pointer;
}

#exception{
	width: 100%;
	height: 0 auto;
	line-height: 25px;
	min-height:25px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	display: none;
	background-color:red;
	position:fixed;
	z-index: 9999;
}

.wh_items{
	width: 261px;
	margin:2px auto;
	padding-top:6px;
	padding-left:3px;
	height:485px;
}

.square{
	 
	position:absolute;
	opacity: 0.8;
}

.square:hover{
	padding: 1px;
	opacity: 1;
}

.square img{
	width:100%;
	height:100%;
}

.f16 .flag{border-radius: 10px; margin-right: 5px;transform: scale(1.3);border:2px solid rgba(66, 66, 66, 1.0);display:inline-block;height:10px;width:10px;vertical-align:text-top;line-height:16px;background:url(../images/flags.png)/*tpa=http://goldmu.net/assets/goldmu/images/flags.png*/ no-repeat;}
.f16 ._African_Union{background-position:-1px -16px;}
.f16 ._Arab_League{background-position:-1px -32px;}
.f16 ._ASEAN{background-position:-1px -48px;}
.f16 ._CARICOM{background-position:-1px -64px;}
.f16 ._CIS{background-position:-1px -80px;}
.f16 ._Commonwealth{background-position:-1px -96px;}
.f16 ._England{background-position:-1px -112px;}
.f16 ._European_Union, .f16 .eu{background-position:-1px -128px;}
.f16 ._Islamic_Conference{background-position:-1px -144px;}
.f16 ._Kosovo{background-position:-1px -160px;}
.f16 ._NATO{background-position:-1px -176px;}
.f16 ._Northern_Cyprus{background-position:-1px -192px;}
.f16 ._Northern_Ireland{background-position:-1px -208px;}
.f16 ._Olimpic_Movement{background-position:-1px -224px;}
.f16 ._OPEC{background-position:-1px -240px;}
.f16 ._Red_Cross{background-position:-1px -256px;}
.f16 ._Scotland{background-position:-1px -272px;}
.f16 ._Somaliland{background-position:-1px -288px;}
.f16 ._Tibet{background-position:-1px -304px;}
.f16 ._United_Nations{background-position:-1px -320px;}
.f16 ._Wales{background-position:-1px -336px;}
.f16 .ad{background-position:-1px -352px;}
.f16 .ae{background-position:-1px -368px;}
.f16 .af{background-position:-1px -384px;}
.f16 .ag{background-position:-1px -400px;}
.f16 .ai{background-position:-1px -416px;}
.f16 .al{background-position:-1px -432px;}
.f16 .am{background-position:-1px -448px;}
.f16 .ao{background-position:-1px -464px;}
.f16 .aq{background-position:-1px -480px;}
.f16 .ar{background-position:-1px -498px;}
.f16 .ar{background-position:-1px -1330px;}
.f16 .as{background-position:-1px -512px;}
.f16 .at{background-position:-1px -528px;}
.f16 .au{background-position:-1px -544px;}
.f16 .aw{background-position:-1px -560px;}
.f16 .ax{background-position:-1px -576px;}
.f16 .az{background-position:-1px -592px;}
.f16 .ba{background-position:-1px -608px;}
.f16 .bb{background-position:-1px -624px;}
.f16 .bd{background-position:-1px -640px;}
.f16 .be{background-position:-1px -656px;}
.f16 .bf{background-position:-1px -672px;}
.f16 .bg{background-position:-1px -688px;}
.f16 .bh{background-position:-1px -704px;}
.f16 .bi{background-position:-1px -720px;}
.f16 .bj{background-position:-1px -736px;}
.f16 .bm{background-position:-1px -752px;}
.f16 .bn{background-position:-1px -768px;}
.f16 .bo{background-position:-1px -784px;}
.f16 .br{background-position:-1px -800px;}
.f16 .br{background-position:-1px -2994px;}
.f16 .bs{background-position:-1px -816px;}
.f16 .bt{background-position:-1px -832px;}
.f16 .bw{background-position:-1px -848px;}
.f16 .by{background-position:-1px -864px;}
.f16 .bz{background-position:-1px -880px;}
.f16 .ca{background-position:-1px -896px;}
.f16 .cg{background-position:-1px -912px;}
.f16 .cf{background-position:-1px -928px;}
.f16 .cd{background-position:-1px -944px;}
.f16 .ch{background-position:-1px -960px;}
.f16 .ci{background-position:-1px -976px;}
.f16 .ck{background-position:-1px -992px;}
.f16 .cl{background-position:-1px -1008px;}
.f16 .cm{background-position:-1px -1024px;}
.f16 .cn{background-position:-1px -1040px;}
.f16 .co{background-position:-1px -1056px;}
.f16 .cr{background-position:-1px -1072px;}
.f16 .cu{background-position:-1px -1088px;}
.f16 .cv{background-position:-1px -1104px;}
.f16 .cy{background-position:-1px -1120px;}
.f16 .cz{background-position:-1px -1136px;}
.f16 .de{background-position:-1px -1152px;}
.f16 .dj{background-position:-1px -1168px;}
.f16 .dk{background-position:-1px -1184px;}
.f16 .dm{background-position:-1px -1200px;}
.f16 .do{background-position:-1px -1216px;}
.f16 .dz{background-position:-1px -1232px;}
.f16 .ec{background-position:-1px -1248px;}
.f16 .ee{background-position:-1px -1264px;}
.f16 .eg{background-position:-1px -1280px;}
.f16 .eh{background-position:-1px -1296px;}
.f16 .er{background-position:-1px -1312px;}
.f16 .es{background-position:-1px -1328px;}
.f16 .et{background-position:-1px -1344px;}
.f16 .fi{background-position:-1px -1360px;}
.f16 .fj{background-position:-1px -1376px;}
.f16 .fm{background-position:-1px -1392px;}
.f16 .fo{background-position:-1px -1408px;}
.f16 .fr{background-position:-1px -1424px;}  
.f16 .bl, .f16 .cp, .f16 .mf, .f16 .yt{background-position:-1px -1424px;}
.f16 .ga{background-position:-1px -1440px;}
.f16 .gb{background-position:-1px -1458px;}  
.f16 .sh{background-position:-1px -1456px;}
.f16 .gd{background-position:-1px -1472px;}
.f16 .ge{background-position:-1px -1488px;}
.f16 .gg{background-position:-1px -1504px;}
.f16 .gh{background-position:-1px -1520px;}
.f16 .gi{background-position:-1px -1536px;}
.f16 .gl{background-position:-1px -1552px;}
.f16 .gm{background-position:-1px -1568px;}
.f16 .gn{background-position:-1px -1584px;}
.f16 .gp{background-position:-1px -1600px;}
.f16 .gq{background-position:-1px -1616px;}
.f16 .gr{background-position:-1px -1632px;}
.f16 .gt{background-position:-1px -1648px;}
.f16 .gu{background-position:-1px -1664px;}
.f16 .gw{background-position:-1px -1680px;}
.f16 .gy{background-position:-1px -1696px;}
.f16 .hk{background-position:-1px -1712px;}
.f16 .hn{background-position:-1px -1728px;}
.f16 .hr{background-position:-1px -1744px;}
.f16 .ht{background-position:-1px -1760px;}
.f16 .hu{background-position:-1px -1776px;}
.f16 .id{background-position:-1px -1792px;}
.f16 .mc{background-position:-1px -1792px;}
.f16 .ie{background-position:-1px -1808px;}
.f16 .il{background-position:-1px -1824px;}
.f16 .im{background-position:-1px -1840px;}
.f16 .in{background-position:-1px -1856px;}
.f16 .iq{background-position:-1px -1872px;}
.f16 .ir{background-position:-1px -1888px;}
.f16 .is{background-position:-1px -1904px;}
.f16 .it{background-position:-1px -1920px;}
.f16 .je{background-position:-1px -1936px;}
.f16 .jm{background-position:-1px -1952px;}
.f16 .jo{background-position:-1px -1968px;}
.f16 .jp{background-position:-1px -1984px;}
.f16 .ke{background-position:-1px -2000px;}
.f16 .kg{background-position:-1px -2016px;}
.f16 .kh{background-position:-1px -2032px;}
.f16 .ki{background-position:-1px -2048px;}
.f16 .km{background-position:-1px -2064px;}
.f16 .kn{background-position:-1px -2080px;}
.f16 .kp{background-position:-1px -2096px;}
.f16 .kr{background-position:-1px -2112px;}
.f16 .kw{background-position:-1px -2128px;}
.f16 .ky{background-position:-1px -2144px;}
.f16 .kz{background-position:-1px -2160px;}
.f16 .la{background-position:-1px -2176px;}
.f16 .lb{background-position:-1px -2192px;}
.f16 .lc{background-position:-1px -2208px;}
.f16 .li{background-position:-1px -2224px;}
.f16 .lk{background-position:-1px -2240px;}
.f16 .lr{background-position:-1px -2256px;}
.f16 .ls{background-position:-1px -2272px;}
.f16 .lt{background-position:-1px -2288px;}
.f16 .lu{background-position:-1px -2304px;}
.f16 .lv{background-position:-1px -2322px;}
.f16 .ly{background-position:-1px -2336px;}
.f16 .ma{background-position:-1px -2352px;}
.f16 .md{background-position:-1px -2368px;}
.f16 .me{background-position:-1px -2384px;}
.f16 .mg{background-position:-1px -2400px;}
.f16 .mh{background-position:-1px -2416px;}
.f16 .mk{background-position:-1px -2432px;}
.f16 .ml{background-position:-1px -2448px;}
.f16 .mm{background-position:-1px -2464px;}
.f16 .mn{background-position:-1px -2480px;}
.f16 .mo{background-position:-1px -2496px;}
.f16 .mq{background-position:-1px -2512px;}
.f16 .mr{background-position:-1px -2528px;}
.f16 .ms{background-position:-1px -2544px;}
.f16 .mt{background-position:-1px -2560px;}
.f16 .mu{background-position:-1px -2576px;}
.f16 .mv{background-position:-1px -2592px;}
.f16 .mw{background-position:-1px -2608px;}
.f16 .mx{background-position:-1px -2624px;}
.f16 .my{background-position:-1px -2640px;}
.f16 .mz{background-position:-1px -2656px;}
.f16 .na{background-position:-1px -2672px;}
.f16 .nc{background-position:-1px -2688px;}
.f16 .ne{background-position:-1px -2704px;}
.f16 .ng{background-position:-1px -2720px;}
.f16 .ni{background-position:-1px -2736px;}
.f16 .nl{background-position:-1px -2752px;}  
.f16 .bq{background-position:-1px -2752px;}
.f16 .no{background-position:-1px -2768px;}  
.f16 .bv, .f16 .nq, .f16 .sj{background-position:-1px -2768px;}
.f16 .np{background-position:-1px -2784px;}
.f16 .nr{background-position:-1px -2800px;}
.f16 .nz{background-position:-1px -2816px;}
.f16 .om{background-position:-1px -2832px;}
.f16 .pa{background-position:-1px -2848px;}
.f16 .pe{background-position:-1px -2864px;}
.f16 .pf{background-position:-1px -2880px;}
.f16 .pg{background-position:-1px -2896px;}
.f16 .ph{background-position:-1px -2912px;}
.f16 .pk{background-position:-1px -2928px;}
.f16 .pl{background-position:-1px -2944px;}
.f16 .pr{background-position:-1px -2960px;}
.f16 .ps{background-position:-1px -2976px;}
.f16 .pt{background-position:-1px -2992px;}
.f16 .pw{background-position:-1px -3008px;}
.f16 .py{background-position:-1px -3024px;}
.f16 .qa{background-position:-1px -3040px;}
.f16 .re{background-position:-1px -3056px;}
.f16 .ro{background-position:-1px -3072px;}
.f16 .rs{background-position:-1px -3088px;}
.f16 .ru{background-position:-1px -3106px;}
.f16 .rw{background-position:-1px -3120px;}
.f16 .sa{background-position:-1px -3136px;}
.f16 .sb{background-position:-1px -3152px;}
.f16 .sc{background-position:-1px -3168px;}
.f16 .sd{background-position:-1px -3184px;}
.f16 .se{background-position:-1px -3200px;}
.f16 .sg{background-position:-1px -3216px;}
.f16 .si{background-position:-1px -3232px;}
.f16 .sk{background-position:-1px -3248px;}
.f16 .sl{background-position:-1px -3264px;}
.f16 .sm{background-position:-1px -3280px;}
.f16 .sn{background-position:-1px -3296px;}
.f16 .so{background-position:-1px -3312px;}
.f16 .sr{background-position:-1px -3328px;}
.f16 .st{background-position:-1px -3344px;}
.f16 .sv{background-position:-1px -3360px;}
.f16 .sy{background-position:-1px -3376px;}
.f16 .sz{background-position:-1px -3392px;}
.f16 .tc{background-position:-1px -3408px;}
.f16 .td{background-position:-1px -3424px;}
.f16 .tg{background-position:-1px -3440px;}
.f16 .th{background-position:-1px -3456px;}
.f16 .tj{background-position:-1px -3472px;}
.f16 .tl{background-position:-1px -3488px;}
.f16 .tm{background-position:-1px -3504px;}
.f16 .tn{background-position:-1px -3520px;}
.f16 .to{background-position:-1px -3536px;}
.f16 .tr{background-position:-1px -3552px;}
.f16 .tt{background-position:-1px -3568px;}
.f16 .tv{background-position:-1px -3584px;}
.f16 .tw{background-position:-1px -3600px;}
.f16 .tz{background-position:-1px -3616px;}
.f16 .ua{background-position:-1px -3632px;}
.f16 .ug{background-position:-1px -3648px;}
.f16 .us{background-position:-1px -3664px;}
.f16 .uy{background-position:-1px -3680px;}
.f16 .uz{background-position:-1px -3696px;}
.f16 .va{background-position:-1px -3712px;}
.f16 .vc{background-position:-1px -3728px;}
.f16 .ve{background-position:-1px -3744px;}
.f16 .vg{background-position:-1px -3760px;}
.f16 .vi{background-position:-1px -3776px;}
.f16 .vn{background-position:-1px -3792px;}
.f16 .vu{background-position:-1px -3808px;}
.f16 .ws{background-position:-1px -3824px;}
.f16 .ye{background-position:-1px -3840px;}
.f16 .za{background-position:-1px -3856px;}
.f16 .zm{background-position:-1px -3872px;}
.f16 .zw{background-position:-1px -3888px;}
.f16 .sx{background-position:-1px -3904px;}
.f16 .cw{background-position:-1px -3920px;}
.f16 .ss{background-position:-1px -3936px;}
.f16 .nu{background-position:-1px -3952px;}

.active{opacity:1.5;}
.nonactive{opacity:0.8;color: #736765;}
.nonactive:hover{opacity: 1.0;
	margin-bottom:0px;
	margin-top:0px;}


table.sidebar_rank {
	width:100%;
	border:0;
	border-collapse: collapse;
	margin:4px;
}
table.sidebar_rank th {
	border:0;
	text-align:left;
	background-color: rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	padding-bottom:0px;
	font-weight:normal;
	min-width: 25px;
	padding-left: 10px;
	
}

table.sidebar_rank tr:first-child:hover {
	background-color: rgba(0, 0, 0, 0.0);
}

table.sidebar_rank tr {	
	border:0;
	text-align:left;
	height: 35px;
	
}

table.sidebar_rank tr:hover {	
	background-color: rgba(0, 0, 0, 0.15);
	transition-duration: 0.3s;
}

table.sidebar_rank td {
	border:0;
	text-align:left;
	    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	padding-bottom:3px;
	padding-top:3px;
	padding-left: 10px;
}
.ref-reward-dropdown {
	position: relative;
	display: inline-block;
}

.ref-reward-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:2500;
	overflow-y: auto;
	max-height:500px;
}

.ref-reward-dropdown-content a {
	color: black;
	padding: 6px 8px;
	text-decoration: none;
	display: block;
}

.ref-reward-dropdown-content a:hover {background-color: #f1f1f1}

.ref-reward-dropdown:hover .ref-reward-dropdown-content {
	display: block;
}

#events div {
    width: 220px;
    padding: 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    float: left;
    margin-bottom: 5px;
    margin-left: 8px;
}

#events div:hover {
	background-color: rgba(0, 0, 0, 0.5);
	
	transition-duration: 0.3s;
}

#events a {
    display: inline-block;
    height: 35px;
    width: 100%;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
}

#events a:hover{
    color: lime;
}

#events span{
	padding-top: 3px;
	color: #efe6d9;
}

#events div small {
	float: right;
	width: 230px;
	    color: #668fc5;
	padding-bottom: 5px;
	font-size: 10px;
}

#events div small::before {
 content: "Starts in:";
 padding-right: 3px;
 float: left;
}

.new_i{
     height: 30px;
    padding: 5px 30px;
    margin: 10px 120px;
    border: 1px solid #3e373b;
    background: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}


.form-wrapper {
  background-repeat: repeat;
  background-position: center;
  position: relative;
  font-family: cambria;
  letter-spacing: 0.025em;
  border: 1px solid rgba(85, 85, 85, 0.5);
  min-height: 370px; }
  .form-wrapper .save-link {
    border: 0 none;
    line-height: normal;
    font-size: 14px;
    border-radius: 0;
    color: #325679; }
    .form-wrapper .save-link i {
      margin-right: 5px; }
    .form-wrapper .save-link:hover {
      color: #76838f; }
  .form-wrapper .input-group {
    display: block; }
  .form-wrapper .new-game-ac {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .form-wrapper .new-game-ac select {
      width: 20%; }
    .form-wrapper .new-game-ac div {
      width: calc(80% - 15px); }
  .form-wrapper .panel {
    background: none; }
    .form-wrapper .panel .brand {
      margin-bottom: 10px;
      position: relative; }
      .form-wrapper .panel .brand img {
        position: relative;
        z-index: 1;
        display: block;
        margin: auto;
        max-width: 100%; }
    .form-wrapper .panel .large-icon {
      margin-bottom: 25px;
      text-align: center; }
      .form-wrapper .panel .large-icon i {
        font-size: 48px; }
  .form-wrapper .pass-input {
    position: relative; }
    .form-wrapper .pass-input input {
      padding-right: 40px; }
    .form-wrapper .pass-input .show-btn {
      position: absolute;
      font-size: 16px;
      color: #736765;
      border: 0 none;
      text-decoration: none;
      right: 0;
      top: 0;
      width: 36px;
      height: 100%;
      transition: color .2s;
      text-align: center;
      opacity: .6; }
      .form-wrapper .pass-input .show-btn i {
        position: absolute;
        top: 50%;
        margin-top: -9px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
        .form-wrapper .pass-input .show-btn i:before {
          content: "\f070"; }
      .form-wrapper .pass-input .show-btn.visible {
        opacity: 1; }
        .form-wrapper .pass-input .show-btn.visible i:before {
          content: "\f06e"; }
  .form-wrapper .input-container {
    margin-bottom: 15px; }
    .form-wrapper .input-container.code {
      position: relative;
      overflow: hidden; }
      .form-wrapper .input-container.code input {
        padding-right: 100px; }
      .form-wrapper .input-container.code button {
        outline: 0 none;
        border: 0 none;
        border-radius: 0;
        position: absolute;
        right: 1px;
        top: 1px;
        bottom: 1px;
        height: 34px;
        min-width: 90px;
        text-align: center;
        font-size: 12px;
        color: #817674;
        background: #252226;
        z-index: 10;
        max-width: 100%;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
    .form-wrapper .input-container label {
      font-size: 16px;
      color: #736765; }
    .form-wrapper .input-container textarea {
      min-height: 146px;
      resize: vertical;
      max-height: 360px; }
    .form-wrapper .input-container input, .form-wrapper .input-container textarea {
      margin: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      line-height: normal;
      font-size: 14px;
      background: #191319;
      background-color: #191319;
      border: 1px solid #3E373B; }
  .form-wrapper .form-title {
    font-size: 24px;
    color: #c7c7c7;
    margin: 0 0 15px;
    padding-bottom: 15px;
    font-family: cambria;
    text-transform: uppercase;
    border-bottom: 1px solid #3E373B;
    letter-spacing: 0.025em; }
  .form-wrapper .socials-buttons {
    text-align: center;
    margin-bottom: 15px; }
    .form-wrapper .socials-buttons a {
      transition: all 0.5s ease;
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      padding: 0; }
      .form-wrapper .socials-buttons a:hover {
        transition: all 0.5s ease;
        -webkit-filter: brightness(120%);
        filter: brightness(120%); }
  .form-wrapper .decoraion-border {
    width: 72px;
    height: 34px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute; }
    .form-wrapper .decoraion-border[class*="bottom-"] {
      bottom: -11px;
      transform: rotate(180deg); }
    .form-wrapper .decoraion-border[class*="top-"] {
      top: -11px; }
    .form-wrapper .decoraion-border.top-left {
      left: -4px; }
    .form-wrapper .decoraion-border.top-right {
      right: -4px; }
    .form-wrapper .decoraion-border.bottom-left {
      left: -4px; }
    .form-wrapper .decoraion-border.bottom-right {
      right: -4px; }
  .form-wrapper .form-group {
    margin-bottom: 15px; }
  .form-wrapper .form-group.radio-group .custom-radio-btn {
    margin-left: 30px; }
    .form-wrapper .form-group.radio-group .custom-radio-btn:first-child {
      margin-left: 0; }
  .form-wrapper .form-btn {
    width: 240px;
    height: 71px;
    display: block;
    margin: 25px auto auto;
    font-family: Cambria;
    font-size: 14px;
    color: #e6e6e6;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.61);
    outline: 0 none;
    border: 0 none;
    position: relative;
    background: none;
    background-color: transparent;
    letter-spacing: 0.025em;
    padding: 0; }
    .form-wrapper .form-btn.btn {
      padding: 0 !important; }
    .form-wrapper .form-btn span.text {
      position: relative;
      z-index: 1; }
    .form-wrapper .form-btn:hover img:last-child {
      transition: opacity .3s;
      opacity: 0; }
    .form-wrapper .form-btn img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      display: block;
      transition: opacity .3s; }
    .form-wrapper .form-btn .ladda-label {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 69px; }
    .form-wrapper .form-btn .ladda-spinner {
      position: absolute;
      left: 0 !important;
      right: 0 !important;
      top: 50%;
      z-index: 3;
      margin: auto;
      width: 0;
      height: 0; }
    .form-wrapper .form-btn .ladda-progress {
      background: transparent; }
    .form-wrapper .form-btn.ladda-button[data-style=expand-right][data-loading] {
      padding-right: 0 !important; }
  .form-wrapper .input-group.line {
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .form-wrapper .input-group.line .input-container {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
      margin-left: 10px; }
      .form-wrapper .input-group.line .input-container:last-child {
        width: calc(100% - 100px); }
      .form-wrapper .input-group.line .input-container:first-child {
        margin-left: 0;
        width: 90px; }
  .form-wrapper .input-group.phone .prefix-phone {
    font-size: 16px;
    color: #736765;
    font-family: cambria;
    letter-spacing: 0.025em;
    display: inline-block;
    vertical-align: middle; }
  .form-wrapper .input-group.phone .input-container:last-child {
    width: 100%; }
  .form-wrapper .input-group.password {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .form-wrapper .input-group .forgot {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #5b4c4a;
    transition: color .2s; }
    .form-wrapper .input-group .forgot:hover {
      color: #736765;
      transition: color .2s; }
  .form-wrapper input::-webkit-input-placeholder, .form-wrapper textarea::-webkit-input-placeholder {
    color: #5b4c4a;
    opacity: 1;
    font-family: cambria;
    letter-spacing: 0.025em;
    font-size: 14px; }
  .form-wrapper input:-moz-placeholder, .form-wrapper textarea:-moz-placeholder {
    color: #5b4c4a;
    opacity: 1;
    font-family: cambria;
    letter-spacing: 0.025em;
    font-size: 14px; }
  .form-wrapper input::-moz-placeholder, .form-wrapper textarea::-moz-placeholder {
    color: #5b4c4a;
    opacity: 1;
    font-family: cambria;
    letter-spacing: 0.025em;
    font-size: 14px; }
  .form-wrapper input:-ms-input-placeholder, .form-wrapper textarea:-ms-input-placeholder {
    color: #5b4c4a;
    opacity: 1;
    font-family: cambria;
    letter-spacing: 0.025em;
    font-size: 14px; }
  .form-wrapper .help-block {
    font-size: 14px;
    color: #736765;
    line-height: normal;
    margin: 15px 0; }
    .form-wrapper .help-block span {
      color: #bcc2c8; }


      .page {
  min-height: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-image: url("../images/page_overlay.png"); }
  .page .page-content.form-content {
    width: 460px;
    margin: 0 auto; }
  .page .page-aside-switch {
    background-color: #231D24;
    background: #231D24;
    color: #888685; }

.decoraion-border {
  width: 72px;
  height: 34px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  pointer-events: none; }
  .decoraion-border[class*="bottom-"] {
    bottom: -11px;
    transform: rotate(180deg); }
  .decoraion-border[class*="top-"] {
    top: -11px; }
  .decoraion-border.top-left, .decoraion-border.bottom-right {
    background-image: url("../images/new/border-top-left.png"); }
  .decoraion-border.top-right, .decoraion-border.bottom-left {
    background-image: url("../images/new/border-top-right.png"); }
  .decoraion-border.top-left {
    left: -4px; }
  .decoraion-border.top-right {
    right: -4px; }
  .decoraion-border.bottom-left {
    left: -4px; }
  .decoraion-border.bottom-right {
    right: -4px; }
