/**
 * Server: MuGameX
 * 
 */

@import url(./nprogress.css);

@import url(//fonts.googleapis.com/css?family=Open+Sans:300);

@import url(//fonts.googleapis.com/css?family=Oswald:400,700);

@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600');


body {
	margin: 0;
	padding: 0;
	background: #000000;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #181B20;

}

h1, h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
	font-family: 'Changa', serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 27px;;
}

h3 {
	font-size: 16px
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}



#wrapper22 {
	margin: 0 auto;
	padding: 0;
	background: url(images/img03.gif) no-repeat center top;
}

/* Header */

#header-wrapper22 {
	height: 350px;
}


/* menu22 */

#menu22 {
	width: 920px;
	height: 76px;
	margin: 0px auto;
	padding: 20px 20px 0px 20px;
	background: #000000;
	font-family: 'Source Sans Pro', sans-serif;
}

#menu22 ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu22 li {
	display: inline-block;
}

#menu22 a {
	display: block;
	height: 56px;
	margin: 0px;
	padding: 0px 25px 0px 26px;
	line-height: 56px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
}

#menu22 .current_page22_item22 a {
	background: #FFFFFF;
	color: #000000;
}


#menu22 a:hover {
	text-decoration: none;
}



/* page22 */

#page22 {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#page22-bgtop {
}

#page22-bgbtm {
	margin: 0px;
	padding: 20px 20px 0px 25px;
}

/* Content */

#content22 {
	float: left;
	width: 610px;
	padding: 0px 0px 0px 0px;
}

.post22 {
	clear: both;
	padding-bottom: 10px;
}

.post22 .title22 {
	padding-top: 10px;
	letter-spacing: -2px;
}

.post22 .title22 a {
	color: #1A1A1A;
	border: none;
}

.post22 .meta {
	padding-bottom: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post22 .meta a {
}

.post22 .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* sidebar22 */

#sidebar22 {
	float: right;
	width: 260px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
font-family: 'Changa', serif;
}

#sidebar22 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar22 li {
	margin: 0;
	padding: 0;
}

#sidebar22 li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar22 li li {
	line-height: 35px;
}

#sidebar22 li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar22 h2 {
	height: 40px;
	margin-bottom: 20px;
	padding: 0 0 0 0;
	border-bottom: 1px solid #B6BFD0;
	letter-spacing: -1px;
	font-size: 24px;
	color: #1A1A1A;
	font-family: 'Changa', serif;
}

#sidebar22 p {
	text-align: justify;
}


#sidebar22 a:hover {
	text-decoration: underline;
}

/* footer22 */

#footer22 {
	width: 960px;
	margin: 0em auto;
	padding: 3em 0em;
	background-color: #333;
}

#footer22 p {
	letter-spacing: 0.20em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	color: #fff;
}

#footer22 a {
	color: #ccc;
}


.shop-description ul {
    padding-left: 15px;
    list-style-image: url("/assets/images/misc/sqpurple.gif");
}

.boxshop {
    /* definimos a cor de fundo do box */
    background-color: #f2fafa;

    /* definimos o quão arredondado irá ficar nosso box */
    border-radius: 10px 20px 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px;
}


.boxshop3 {
    /* definimos a cor de fundo do box */
    background-color: #f6f2e8;

    /* definimos o quão arredondado irá ficar nosso box */
    border-radius: 10px 20px 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px;
}


.boxshop4 {
    /* definimos a cor de fundo do box */
    background-color: #faf2f2;

    /* definimos o quão arredondado irá ficar nosso box */
    border-radius: 10px 20px 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px;
}


.boxshop5 {
    /* definimos a cor de fundo do box */
    background-color: #f2f9fa;

    /* definimos o quão arredondado irá ficar nosso box */
    border-radius: 10px 20px 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px;
}



.boxshopcash {
    /* definimos a cor de fundo do box */
    background-color: #fffaf8;

    /* definimos o quão arredondado irá ficar nosso box */
    border-radius: 10px 20px 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px;
}

.mu-form .input {
    margin: 5px 0 5px 0;
    width: 100%;
}

.invalid {
    color: #f44336;
}

.error pre {
    padding: 5px;
}

.select-input {
    width: 100%;
}

.super-hidden {
    display: none !important;
}
