@charset "utf-8";

/*
by eduardoveit.com.br
- reset
- grid
- global
- header-top
	- main-menu
- header
- flags menu
- article
	- banners titles
	- details
		- breadcrumb
		- social share  
	- section left
	- index
	- galerias
	- pagination
	- blog
	- contactos 
	- sitemap
	- loja    
	- section right	
- footer
- login page
- usuarios
- admin
	- jcrop
- tables
- forms
- alert
- font icons
*/

/* ---------------------------------- [ RESET ] ---------------------------------- */


html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2rem;
margin:.67rem 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
top:-.5rem
}

sub {
bottom:-.25rem
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1rem 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1rem
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
padding:.35rem .625rem .75rem
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

/* ---------------------------------- [ GRID ] ---------------------------------- */


.row {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100%;
	width: 100%;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.row.collapse > .column {
	padding-left: 0;
	padding-right: 0;
}

.row.collapse .row {
	margin-left: 0;
	margin-right: 0;
}

.row .row {
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
	width: auto;
}

.row .row:before,
.row .row:after {
	content: " ";
	display: table;
}

.row .row:after {
	clear: both;
}

.row .row.collapse {
	margin: 0;
	max-width: none;
	width: auto;
}

.row .row.collapse:before,
.row .row.collapse:after {
	content: " ";
	display: table;
}

.row .row.collapse:after {
	clear: both;
}

.column {
	float: left;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
}
 [class*="column"] + [class*="column"]:last-child {
 float: right;
}
 [class*="column"] + [class*="column"].end {
 float: left;
}
 @media only screen {

.column {
	float: left;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	position: relative;
}

.small-1 {
	width: 8.33333%;
}

.small-2 {
	width: 16.66667%;
}

.small-3 {
	width: 25%;
}

.small-4 {
	width: 33.33333%;
}

.small-5 {
	width: 41.66667%;
}

.small-6 {
	width: 50%;
}

.small-7 {
	width: 58.33333%;
}

.small-8 {
	width: 66.66667%;
}

.small-9 {
	width: 75%;
}

.small-10 {
	width: 83.33333%;
}

.small-11 {
	width: 91.66667%;
}

.small-12 {
	width: 100%;
}
}
 @media only screen and (min-width: 40.063rem) {
.column {
 float: left;
 position: relative;
 padding-left: 0.9375rem;
 padding-right: 0.9375rem;
}
 .medium-1 {
 width: 8.33333%;
}
 .medium-2 {
 width: 16.66667%;
}
 .medium-3 {
 width: 25%;
}
 .medium-4 {
 width: 33.33333%;
}
 .medium-5 {
 width: 41.66667%;
}
 .medium-6 {
 width: 50%;
}
 .medium-7 {
 width: 58.33333%;
}
 .medium-8 {
 width: 66.66667%;
}
 .medium-9 {
 width: 75%;
}
 .medium-10 {
 width: 83.33333%;
}
 .medium-11 {
 width: 91.66667%;
}
 .medium-12 {
 width: 100%;
}
}
 @media only screen and (min-width: 64.063rem) {
.column {
 float: left;
 position: relative;
 padding-left: 0.9375rem;
 padding-right: 0.9375rem;
}
 .large-1 {
 width: 8.33333%;
}
 .large-2 {
 width: 16.66667%;
}
 .large-3 {
 width: 25%;
}
 .large-4 {
 width: 33.33333%;
}
 .large-5 {
 width: 41.66667%;
}
 .large-6 {
 width: 50%;
}
 .large-7 {
 width: 58.33333%;
}
 .large-8 {
 width: 66.66667%;
}
 .large-9 {
 width: 75%;
}
 .large-10 {
 width: 83.33333%;
}
 .large-11 {
 width: 91.66667%;
}
 .large-12 {
 width: 100%;
}
 .large-offset-4 {
 margin-left: 33.33333%;
}
}

/* ---------------------------------- [ GLOBAL ] ---------------------------------- */



html,
body {
	display: block;
	font-size: 100%;
	position: relative;
	vertical-align: baseline;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: url(../img/bg-texture.jpg);
	color: #231F20;
	cursor: auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	position: absolute;
	vertical-align: baseline;
	width: 100%;
}
 @media only screen and (min-width: 40.063rem) {
 body::after {
 content: "";
 background: url(../img/grade.png);
 background-size:110px 140px;
 opacity: .1;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 position: absolute;
 z-index: -2;
}
/* #bg-body-1, #bg-body-2, #bg-body-3 {
 background-attachment: fixed;
 background-color: transparent;
 background-repeat: repeat;
 background-size: 400px auto;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 zoom: 1;
}
 #bg-body-1 {
 background-image: url('../img/bg-body.png');
 background-position: 0 0;
 opacity: .9;
 z-index: -1;
}
 #bg-body-2 {
 background-image: url('../img/bg-body.png');
 background-position: 80px 80px;
 opacity: .6;
 z-index: -3;
}
 #bg-body-3 {
 background-image: url('../img/bg-smoke.png');
 background-position: 180px 180px;
 opacity: .6;
 z-index: -1;
}*/
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.bg-full {
	height: auto;
	width: 100%;
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

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

.align-center {
	text-align: center;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.text-right {
	text-align: right;
}
 @media only screen and (max-width: 40.063rem) {
.small-margin-top {
 margin-top:20px;
}
}

div.empty {
	margin: 1rem 0 10rem;
	text-align: center;
}

div.empty p.no-tiene {
	font-weight: bold;
}

a {
	text-decoration: none;
}

.manutencao {
	display:block;
	text-align:center;
	background:orange;
	font-size:16px;
	padding:5px 20px;
	color:black;
	border-bottom:2px dashed #000;
	font-weight:bold;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
	z-index:8;
	width:auto;
}

/* ----- bt ----- */		


.bt {
	border: 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	height: auto;
	padding: 0.6rem 1.2rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

.bt:hover {
	text-decoration: none;
	top: 3px;
}

.bt.green {
	background-color: #008000;
	box-shadow: 0 1px 1px #3ac81f inset, 0 5px 0 0 #1f581f, 0 5px 5px rgba(0, 0, 0, 0.5);
}

.bt.green:hover {
	background-color: #1e741e;
	box-shadow: 0 1px 0px #50a450 inset, 0 2px 0 0 #173f17, 0 4px 3px rgba(0, 0, 0, 0.2);
}

.bt.black {
	background-color: #444;
	box-shadow: 0 1px 1px #ccc inset, 0 5px 0 0 #222, 0 5px 5px rgba(0, 0, 0, 0.5);
}

.bt.black:hover {
	background-color: #222;
	box-shadow: 0 1px 0px #999 inset, 0 2px 0 0 #000, 0 4px 3px rgba(0, 0, 0, 0.2);
}

.bt.facebook {
	background-color: #3b5998;
	box-shadow: 0 1px 1px #66c2f2 inset, 0 5px 0 0 #273e6f, 0 5px 5px rgba(0, 0, 0, 0.5);
}

.bt.facebook:hover {
	background-color: #294784;
	box-shadow: 0 1px 0px #999 inset, 0 2px 0 0 #000, 0 4px 3px rgba(0, 0, 0, 0.2);
}

.bt.google-plus {
	background-color: #e1401f;
	box-shadow: 0 1px 1px #ffc1b4 inset, 0 5px 0 0 #b4381e, 0 5px 5px rgba(0, 0, 0, 0.5);
}

.bt.google-plus:hover {
	background-color: #ca3e21;
	box-shadow: 0 1px 0px #c42c0c inset, 0 2px 0 0 #a23d28, 0 4px 3px rgba(0, 0, 0, 0.2);
}

.bt.twitter {
	background-color: #5ea9dd;
	box-shadow: 0 1px 1px #93d3ff inset, 0 5px 0 0 #4d89b2, 0 5px 5px rgba(0, 0, 0, 0.5);
}

.bt.twitter:hover {
	background-color: #3395d9;
	box-shadow: 0 1px 0px #5a9cca inset, 0 2px 0 0 #3174a2, 0 4px 3px rgba(0, 0, 0, 0.2);
}

.bt.youtube {
	background-color: red;
	box-shadow: 0 1px 1px #eb4545 inset, 0 5px 0 0 #ad0e0e, 0 5px 5px rgba(0, 0, 0, 0.5);
}

.bt.youtube:hover {
	background-color: #eb0e0e;
	box-shadow: 0 1px 0px #eb4545 inset, 0 2px 0 0 #ad0e0e, 0 4px 3px rgba(0, 0, 0, 0.2);
}

.bt.instagram {
	background-color: #f2017e;
	box-shadow: 0 1px 1px #ef6db0 inset, 0 5px 0 0 #b90e66, 0 5px 5px rgba(0, 0, 0, 0.5);
}

.bt.instagram:hover {
	background-color: #d50973;
	box-shadow: 0 1px 0px #ef6db0 inset, 0 2px 0 0 #b90e66, 0 4px 3px rgba(0, 0, 0, 0.2);
}


.bt.indisponivel {
	background-color: #ca3e21;
	box-shadow: 0 1px 0px #c42c0c inset, 0 2px 0 0 #a23d28, 0 4px 3px rgba(0, 0, 0, 0.2);
}

.bt.indisponivel:hover {
	top: 0px;
}


@media only screen and (max-width: 40.063rem) {
	 
	ul.social-links-top li span {
		display:none;
	}
	
}














.bt.envianos {
	font-size: 1.2rem;
	margin-top: 20px;
	padding: 1rem 1.2rem;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

/* ----- loading ----- */	


#loading {
	background-color: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9999;
}

#loading img {
	height: 44px;
	left: 50%;
	margin-left: -22px;
	margin-top: -22px;
	position: fixed;
	top: 50%;
	width: 44px;
}

/* ----- adsense ----- */


.adsense-footer {
	display: block;
	text-align:center;
}

.adsense-article-index {
	display: block;
	margin: -1rem auto 1rem;
	text-align:center;
}

.adsense-article {
	display: block;
	margin: -0.3rem auto 1rem;
	text-align:center;
}

.adsense-login {
	display: block;
	margin: 3rem auto 1rem;
	text-align: center;
}
 @media only screen and (max-width: 64.063rem) {
 .adsense-main {
 display:block;
 margin:2rem auto 1rem;
}
}

/* ---------------------------------- [ SOCIAL SPLASH ] ---------------------------------- */



.social_splash {
	border: 1px solid transparent;
	display: block;
	height: 65px;
	margin: 0 auto 1rem;
	overflow: hidden;
	padding: 0.2rem 0;
	position: relative;
	width: 90%;
	min-width: 130px;
}

.social_splash:hover {
	border-color: #222;
	opacity: .9;
}

.social_splash.facebook {
	background: #3b5998;
}

.social_splash.twitter {
	background: #55acee;
	margin-bottom: 0;
}

.social_splash a {
	color: #FFF;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2rem;
	height: 100%;
	line-height: 60px;
	position: absolute;
	text-decoration: none;
	width: 100%;
}

/* ---------------------------------- [ HEADER TOP ] ---------------------------------- */



.header-top {
	background: #f9f9f9;
	border-bottom: 1px solid #fff;
	border-top: 5px solid #231F20;
	box-shadow: 0px 5px 5px rgba(0,0,0,.5);
	height: auto;
	position: relative;
	z-index: 999;
}

/* ----- opções de login e registro ----- */


.header-top ul.login {
	font-family: 'Oswald', sans-serif;
	height: auto;
	display:inline-block;
	position: relative;
	text-transform: uppercase;
	float:left;
}

.header-top ul.login li {
	border-right: 1px solid #cccccc;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	position: relative;
}

.header-top ul.login li.logado {
	padding: 0 20px;
}

.header-top ul.login li a {
	color: #231F20;
	display: block;
	height: 100%;
	padding: 0 30px;
	position: relative;
	transition: 0.3s;
	width: 100%;
}

.header-top ul.login li a:hover {
	background: #231F20;
	color: #fff;
}

.header-top ul.login li a i {
	color: #231F20;
	margin-right: 0.2rem;
	transition: 0.3s;
}

.header-top ul.login li a:hover i {
	color: #fff;
}
 @media only screen and (max-width: 32rem) {
 .header-top ul.login li.logado {
 width:100%;
}
 .header-top ul.login li a {
 padding:0 20px;
}
}
 @media only screen and (max-width: 40rem) {
.header-top ul.login {
 position:relative;
 right: inherit;
 top: inherit;
}
 .header-top ul.login li {
 border-right: none;
}
}
 @media only screen and (max-width: 64rem) {
.header-top ul.login.online {
 position:relative;
 right: inherit;
 text-align:center;
 top: inherit;
}
 .header-top ul.login li {
 border-right: none;
}
}




/* ----- social icons top ----- */	

ul.social-links-top {
	display: inline-block;
	float:right;
	position:relative;
	margin-top:7px;
	margin-right:20px;
}
ul.social-links-top li {
	display: inline-block;
	margin-left: 0.5rem;
	position: relative;
	text-align: center;
	width: 50px;
}

ul.social-links-top li:nth-child(1) {
	margin-left: -62px;
	position: relative;
}

ul.social-links-top li a {
	color: #fff;
	display: block;
	font-size: 1.5rem;
	padding: 0.2rem 0rem;
	position: relative;
	width: 100%;
}

ul.social-links-top li a:hover {
	color: #eee;
}

ul.social-links-top li span {
	color:#231F20;
	font-family: 'Gochi Hand', cursive;
	line-height: 1rem;
	position: absolute;
	left: -10px;
	padding-right: 0.3125rem;
	top: -20px;
	transform: rotate(-15deg);
}

ul.social-links-top li span:after {
	content: "\e9bf";
	display: inline-block;
	font-family: "icons";
	font-size: 1rem;
	margin-left: 0.5rem;
	position: absolute;
	transform: rotate(40deg);
}

@media only screen and (max-width: 1090px) {

.header-top ul.login {
	display:block;
	float:none;
	position:relative;
	font-size:14px;
}

.header-top ul.login li a {
    padding: 0 10px;
}

ul.social-links-top {
	display:block;
	float:none;
	margin-top:-105px;
	margin-right:0;
}

ul.social-links-top li span {
    left: -20px;
}

ul.social-links-top li a {
    font-size: 16px;
}

ul.social-links-top li {
	width: 35px;
}

.dl-menuwrapper {
	top:-10px;
	display:block !important;
	float:none !important;
	position:relative !important;
	
}

}


/* ---------------------------------- [ HEADER ] ---------------------------------- */


body > header {
	height: 400px;
	position: relative;
	text-align: center;
	z-index: 99;
}

body > header .ilustra {
	height: 100%;
	position: absolute;
	transition: 1s;
	width: 100%;
}
 @media only screen and (max-width: 40rem) {
 body > header .ilustra {
 background:url(../img/bg-header-barra-brava-hinchadas-de-futbol-mobile.jpg) center no-repeat;
}
}
 @media only screen and (min-width: 40.063rem) {
 body > header .ilustra {
 background:url(../img/bg-header-barra-brava-hinchadas-de-futbol.jpg) center no-repeat;
}
}

body > header .grade {
	background: url(../img/grade.png);
	height: 100%;
	position: absolute;
	top: -400px;
	transition: .6s ease-in-out;
	width: 100%;
}

body > header .grade.baixo {
	top: 0px;
}
 @media only screen and (max-width: 40rem) {
 body > header .grade {
 background-size:90px auto;
}
}

body > header h1 {
	opacity: 0;
	position: absolute;
}

/* paginas personalizadas com cores, deixamos a header cinza e menor */


body > header.small {
	height: 240px;
}

body > header.small .dl-menuwrapper {
	top: 20px;
}

body > header.small a.logo {
	height: 200px;
	width: 200px;
	background-size: 200px 200px;
	filter: grayscale(100%) blur(0);
	-webkit-filter: grayscale(100%) blur(0);
	-moz-filter: grayscale(100%) blur(0);
	-o-filter: grayscale(100%) blur(0);
	-ms-filter: grayscale(100%) blur(0);
}

body > header.small a.logo {
	background-image: url(../img/logo-barrabrava-net-hinchadas-de-futbol-10-anos.png) no-repeat center;
}

.gray {
	opacity: .8;
	transition: .8s;
	filter: grayscale(100%) blur(3px);
	-webkit-filter: grayscale(100%) blur(3px);
	-moz-filter: grayscale(100%) blur(3px);
	-o-filter: grayscale(100%) blur(3px);
	-ms-filter: grayscale(100%) blur(3px);
}

body > header:not(.small) .ilustra.gray {
	filter: grayscale(0%) blur(3px);
	-webkit-filter: grayscale(0%) blur(3px);
	-moz-filter: grayscale(0%) blur(3px);
	-o-filter: grayscale(0%) blur(3px);
	-ms-filter: grayscale(0%) blur(3px);
}

body > header.small .dl-menuwrapper button.gray:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
}
 @media only screen and (max-width: 24rem) {
 body > header {
 height:240px;
}
 body > header .dl-menuwrapper {
 top:20px;
}
 body > header a.logo {
 height:200px;
 width:200px;
 background-size: 200px 200px;
}
 body > header a.logo {
 background-image:url(../img/logo-barrabrava-net-hinchadas-de-futbol.png) no-repeat center);
}
}


a.logo {
	background: url(../img/logo-barrabrava-net-hinchadas-de-futbol.png) no-repeat center;
	border: none;
	cursor: pointer;
	display: block;
	width: 330px;
	height: 330px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	opacity: 1 !important;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 9;
	text-indent:-99999px;
	top: 35px;
	transition:.3s;
}

	a.logo:hover {
		opacity:.7 !important;
	}
	
body > header.small a.logo {
	top:20px;
}

body > header.small a.logo:hover {
	opacity:1 !important;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
}


/* ---------------------------------- [ MAIN MENU ] ---------------------------------- */

/* Common styles of menus */


.dl-menuwrapper {
	width: 330px;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	margin: 0 auto;
	text-align: left;
	z-index: 99;
	position:absolute;
	left:0;
	right:0;
}

.dl-menuwrapper button {
	border: none;
	cursor: pointer;
	display: block;
	position: relative;
	outline: none;
	opacity: 1 !important;
	margin: 0 auto;
	z-index: 9;
	background:none;
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	padding:10px;
}

.dl-menuwrapper button > i {
	font-size:26px;
}

.dl-menuwrapper button:hover {
	color:#777;
}

.dl-menuwrapper ul {
	background: #231F20;
	box-shadow: 0px 1px 10px rgba(0,0,0,.8);
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	border-bottom: 1px dashed #444;
	position: relative;
}

.dl-menuwrapper li:last-child {
	border-bottom: none;
}

.dl-menuwrapper li a {
	background: #231F20;
	display: block;
	position: relative;
	padding: 15px 19px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
}

.dl-menuwrapper li a i {
	margin-right: 5px;
}

.no-touch .dl-menuwrapper li a:hover {
	background: #666;
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: "icons";
	font-size: 1rem;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e8fc";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: #777;
}

.dl-menuwrapper li.dl-back:hover:after,
.dl-menuwrapper li:hover > a:after {
	color: #fff;
}

.dl-menuwrapper .dl-menu {
	margin: 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */


.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/


.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */


.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */



.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}
 @-webkit-keyframes 
MenuAnimOut1 {
0% {
}
 50% {
 -webkit-transform: translateZ(-250px) rotateY(30deg);
}
 75% {
 -webkit-transform: translateZ(-372.5px) rotateY(15deg);
 opacity: .5;
}
 100% {
 -webkit-transform: translateZ(-500px) rotateY(0deg);
 opacity: 0;
}
}
 @-webkit-keyframes 
MenuAnimOut2 {
0% {
}
 100% {
 -webkit-transform: translateX(-100%);
 opacity: 0;
}
}
 @-webkit-keyframes 
MenuAnimOut3 {
0% {
}
 100% {
 -webkit-transform: translateZ(300px);
 opacity: 0;
}
}
 @-webkit-keyframes 
MenuAnimOut4 {
0% {
}
 100% {
 -webkit-transform: translateZ(-300px);
 opacity: 0;
}
}
 @-webkit-keyframes 
MenuAnimOut5 {
0% {
}
 100% {
 -webkit-transform: translateY(40%);
 opacity: 0;
}
}
 @keyframes 
MenuAnimOut1 {
0% {
}
 50% {
 -webkit-transform: translateZ(-250px) rotateY(30deg);
 transform: translateZ(-250px) rotateY(30deg);
}
 75% {
 -webkit-transform: translateZ(-372.5px) rotateY(15deg);
 transform: translateZ(-372.5px) rotateY(15deg);
 opacity: .5;
}
 100% {
 -webkit-transform: translateZ(-500px) rotateY(0deg);
 transform: translateZ(-500px) rotateY(0deg);
 opacity: 0;
}
}
 @keyframes 
MenuAnimOut2 {
0% {
}
 100% {
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 opacity: 0;
}
}
 @keyframes 
MenuAnimOut3 {
0% {
}
 100% {
 -webkit-transform: translateZ(300px);
 transform: translateZ(300px);
 opacity: 0;
}
}
 @keyframes 
MenuAnimOut4 {
0% {
}
 100% {
 -webkit-transform: translateZ(-300px);
 transform: translateZ(-300px);
 opacity: 0;
}
}
 @keyframes 
MenuAnimOut5 {
0% {
}
 100% {
 -webkit-transform: translateY(40%);
 transform: translateY(40%);
 opacity: 0;
}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}
 @-webkit-keyframes 
MenuAnimIn1 {
0% {
 -webkit-transform: translateZ(-500px) rotateY(0deg);
 opacity: 0;
}
 20% {
 -webkit-transform: translateZ(-250px) rotateY(30deg);
 opacity: 0.5;
}
 100% {
 -webkit-transform: translateZ(0px) rotateY(0deg);
 opacity: 1;
}
}
 @-webkit-keyframes 
MenuAnimIn2 {
0% {
 -webkit-transform: translateX(-100%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0px);
 opacity: 1;
}
}
 @-webkit-keyframes 
MenuAnimIn3 {
0% {
 -webkit-transform: translateZ(300px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateZ(0px);
 opacity: 1;
}
}
 @-webkit-keyframes 
MenuAnimIn4 {
0% {
 -webkit-transform: translateZ(-300px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateZ(0px);
 opacity: 1;
}
}
 @-webkit-keyframes 
MenuAnimIn5 {
0% {
 -webkit-transform: translateY(40%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateY(0);
 opacity: 1;
}
}
 @keyframes 
MenuAnimIn1 {
0% {
 -webkit-transform: translateZ(-500px) rotateY(0deg);
 transform: translateZ(-500px) rotateY(0deg);
 opacity: 0;
}
 20% {
 -webkit-transform: translateZ(-250px) rotateY(30deg);
 transform: translateZ(-250px) rotateY(30deg);
 opacity: 0.5;
}
 100% {
 -webkit-transform: translateZ(0px) rotateY(0deg);
 transform: translateZ(0px) rotateY(0deg);
 opacity: 1;
}
}
 @keyframes 
MenuAnimIn2 {
0% {
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
 opacity: 1;
}
}
 @keyframes 
MenuAnimIn3 {
0% {
 -webkit-transform: translateZ(300px);
 transform: translateZ(300px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateZ(0px);
 transform: translateZ(0px);
 opacity: 1;
}
}
 @keyframes 
MenuAnimIn4 {
0% {
 -webkit-transform: translateZ(-300px);
 transform: translateZ(-300px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateZ(0px);
 transform: translateZ(0px);
 opacity: 1;
}
}
 @keyframes 
MenuAnimIn5 {
0% {
 -webkit-transform: translateY(40%);
 transform: translateY(40%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}
 @-webkit-keyframes 
SubMenuAnimIn1 {
0% {
 -webkit-transform: translateX(50%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0px);
 opacity: 1;
}
}
 @-webkit-keyframes 
SubMenuAnimIn2 {
0% {
 -webkit-transform: translateX(100%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0px);
 opacity: 1;
}
}
 @-webkit-keyframes 
SubMenuAnimIn3 {
0% {
 -webkit-transform: translateZ(-300px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateZ(0px);
 opacity: 1;
}
}
 @-webkit-keyframes 
SubMenuAnimIn4 {
0% {
 -webkit-transform: translateZ(300px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateZ(0px);
 opacity: 1;
}
}
 @-webkit-keyframes 
SubMenuAnimIn5 {
0% {
 -webkit-transform: translateZ(-200px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateZ(0);
 opacity: 1;
}
}
 @keyframes 
SubMenuAnimIn1 {
0% {
 -webkit-transform: translateX(50%);
 transform: translateX(50%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
 opacity: 1;
}
}
 @keyframes 
SubMenuAnimIn2 {
0% {
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
 opacity: 1;
}
}
 @keyframes 
SubMenuAnimIn3 {
0% {
 -webkit-transform: translateZ(-300px);
 transform: translateZ(-300px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateZ(0px);
 transform: translateZ(0px);
 opacity: 1;
}
}
 @keyframes 
SubMenuAnimIn4 {
0% {
 -webkit-transform: translateZ(300px);
 transform: translateZ(300px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateZ(0px);
 transform: translateZ(0px);
 opacity: 1;
}
}
 @keyframes 
SubMenuAnimIn5 {
0% {
 -webkit-transform: translateZ(-200px);
 transform: translateZ(-200px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 opacity: 1;
}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}
 @-webkit-keyframes 
SubMenuAnimOut1 {
0% {
 -webkit-transform: translateX(0%);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(50%);
 opacity: 0;
}
}
 @-webkit-keyframes 
SubMenuAnimOut2 {
0% {
 -webkit-transform: translateX(0%);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(100%);
 opacity: 0;
}
}
 @-webkit-keyframes 
SubMenuAnimOut3 {
0% {
 -webkit-transform: translateZ(0px);
 opacity: 1;
}
 100% {
 -webkit-transform: translateZ(-300px);
 opacity: 0;
}
}
 @-webkit-keyframes 
SubMenuAnimOut4 {
0% {
 -webkit-transform: translateZ(0px);
 opacity: 1;
}
 100% {
 -webkit-transform: translateZ(300px);
 opacity: 0;
}
}
 @-webkit-keyframes 
SubMenuAnimOut5 {
0% {
 -webkit-transform: translateZ(0);
 opacity: 1;
}
 100% {
 -webkit-transform: translateZ(-200px);
 opacity: 0;
}
}
 @keyframes 
SubMenuAnimOut1 {
0% {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(50%);
 transform: translateX(50%);
 opacity: 0;
}
}
 @keyframes 
SubMenuAnimOut2 {
0% {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
 opacity: 0;
}
}
 @keyframes 
SubMenuAnimOut3 {
0% {
 -webkit-transform: translateZ(0px);
 transform: translateZ(0px);
 opacity: 1;
}
 100% {
 -webkit-transform: translateZ(-300px);
 transform: translateZ(-300px);
 opacity: 0;
}
}
 @keyframes 
SubMenuAnimOut4 {
0% {
 -webkit-transform: translateZ(0px);
 transform: translateZ(0px);
 opacity: 1;
}
 100% {
 -webkit-transform: translateZ(300px);
 transform: translateZ(300px);
 opacity: 0;
}
}
 @keyframes 
SubMenuAnimOut5 {
0% {
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 opacity: 1;
}
 100% {
 -webkit-transform: translateZ(-200px);
 transform: translateZ(-200px);
 opacity: 0;
}
}

/* No JS Fallback */


.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/**********  CUSTOM *********/


li.dl-subviewopen,
li.dl-subview {
	border: none;
}

.dl-submenu.clubes-barras li.dl-back {
	float: none;
	width: 100%;
}

.dl-submenu img {
	margin-right: 10px;
}

.dl-submenu.paises img,
.dl-submenu li.title img {
	height: 20px;
	width: auto;
}

.dl-submenu.clubes-barras img {
	height: 35px;
	width: 35px;
}

.dl-submenu li.title {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.dl-submenu.clubes-barras li.title a {
	font-size: 1.2rem;
}

.dl-submenu.clubes-barras li.title img {
	height: 25px;
	margin-top: -3px;
}
 @media only screen and (min-width: 760px) {

.dl-submenu.clubes-barras li {
	float: left;
	width: 360px;
}

.dl-submenu.clubes-barras li.title {
	float: none;
	text-align: center;
	width: 100%;
}
}
 @media only screen and (max-width: 1024px) {

.dl-menuwrapper > span {
	transform: rotate(-20deg);
	visibility: visible;
	opacity: 1;
	top: 0.4rem;
}
}
 @media only screen and (min-width: 760px) and (max-width: 1099px) {

.dl-submenu.clubes-barras {
	margin-left: -210px;
	width: 720px;
}
}
 @media only screen and (min-width: 1100px) and (max-width: 1459px) {

.dl-submenu.clubes-barras {
	margin-left: -390px;
	width: 1080px;
}
}
 @media only screen and (min-width: 1460px) {

.dl-submenu.clubes-barras {
	margin-left: -570px;
	width: 1440px;
}

.dl-submenu.clubes-barras li {
	border-right: 1px solid #111;
}
}

/* ---------------------------------- [ FLAGS MENU ] ---------------------------------- */


.bg-menu-flags {
	background-color: #231F20;
	border-top: 2px solid #fff;
	margin-bottom: 0.5rem;
	padding: 0.4rem 0;
	position: relative;
}

.flexslider {
	margin: 0;
	min-height: 55px;
	padding: 0 120px;
	position: relative;
}
 @media only screen and (max-width: 40rem) {
 .flexslider {
 display:none;
}
}
 @media only screen and (min-width: 1500px) {

.flexslider {
	padding: 0 200px;
}
}
 @media only screen and (min-width: 1700px) and (max-width: 1900px) {

.flexslider {
	padding: 0 300px;
}
}

.flexslider .slides > li {
	border-bottom: 3px solid #444;
	display: none;
	-webkit-backface-visibility: hidden;
	margin-left: 10px;
	position: relative;
	top: 0;
}

.flexslider .slides > li:first-child {
	margin-left: 0rem;
}

.flexslider .slides > li:hover {
	border-bottom: 1px solid #111;
	filter: brightness(0.9);
	-webkit-filter: brightness(0.9);
	-moz-filter: brightness(0.9);
	-o-filter: brightness(0.9);
	-ms-filter: brightness(0.9);
	padding-top: 2px;
}

.flexslider .slides img {
	height: auto;
	width: 100%;
	display: block;
}

.flex-direction-nav a {
	color: #FFF;
	cursor: pointer;
	display: block;
	height: 50px;
	margin: -28px 0 0;
	position: absolute;
	overflow: hidden;
	opacity: 1;
	top: 50%;
	transition: all 0.3s ease-in-out;
	width: 40px;
	z-index: 10;
}

.flex-direction-nav a:hover:before {
	color: #4ed6fb;
}

.flex-direction-nav a:before {
	font-size: 40px;
	display: inline-block;
	color: #FFF;
	font-family: "icons";
	content: "\e8fe";
}

.flex-direction-nav a.flex-next:before {
	content: '\e8ff';
}

.flex-direction-nav .flex-prev {
	left: 1.5rem;
}

.flex-direction-nav .flex-next {
	right: 1.5rem;
	text-align: right;
}

.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}

/* ---------------------------------- [ ARTICLE ] ---------------------------------- */



article {
}

article a {
	color: #231F20;
}

article a:hover {
	text-decoration: underline;
}

article p a {
	font-weight: bold;
}

article header h1 {
	background-color: #231F20;
	color: #fff;
	font-size: 2.2rem;
	margin-bottom: 0.5rem;
	padding: 0.2rem 0;
	text-align: center;
}

article header h1.custom {
	font-size: 2.5rem;
	margin-bottom: 0;
	padding: 0.3rem 0;
}

article header h1.custom.usuario {
	font-size: 2.2rem;
	margin-bottom: 0.5rem;
	padding: 0.2rem 0;
}

article header h1.custom.usuario-upload {
	margin-bottom: 0.5rem;
}

article header h1.green {
	background-color: #008000;
}

article header h1.orange {
	background-color: #FD7B32;
}
 @media only screen and (max-width: 40rem) {
 article header h1.custom {
 font-size:2rem;
}
}

/* banner com imagem */


.banner-image {
	background-color: #231F20;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	box-shadow: inset 0px -3px 5px rgba(0,0,0,0.4), inset 0px 3px 5px rgba(0,0,0,0.4);
	height: auto;
	padding: 5.5rem 0;
	text-align: center;
}
 @media only screen and (max-width: 40rem) {
 .banner-image {
 background-attachment:scroll;
 background-position:center;
}
}

.banner-image h2 {
	display: block;
	height: 250px;
	position: relative;
	text-align: center;
}

.banner-image h2 img {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}

/* ----- breadcrumb ----- */	


.breadcrumb {
	background: #231F20;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	padding: 0.1rem 0;
	text-align: center;
	width: 100%;
}

.breadcrumb.admin {
	margin-bottom: 2rem;
}

.breadcrumb li {
	display: inline-block;
	margin: 0.3rem 0 0.3rem 0.4rem;
}

.breadcrumb li:first-child {
	margin-left: 0;
}

.breadcrumb li:after {
	background: none;
	content: "\e8fc";
	display: inline-block;
	font-family: "icons";
	margin-left: 0.7rem;
	position: relative;
}

.breadcrumb li:last-child:after {
	content: "\e8f9";
}

.breadcrumb a {
	color: #eee;
	padding: 0.2rem 0.3rem;
}

.breadcrumb a:hover {
	color: #fff;
}

/* ----- details ----- */	


article > header .details {
	background: rgba(255,255,255,.7);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	color: #999;
	margin-bottom: 1.2rem;
	max-width: 100%;
	padding: 1.5rem 0;
	width: 100%;
}

article > header .details:before,
article > header .details:after {
	content: " ";
	display: table;
}

article > header .details:after {
	clear: both;
}

.details > div {
	text-align: center;
}

.details .bt.custom {
	display: table;
	margin: 0 auto 1rem;
}

.details .bt.custom i {
	margin-right: 0.3rem;
}
 @media only screen and (max-width: 64rem) {
 article > header .details {
 margin-bottom:2rem;
 padding-bottom:2rem;
}
 .details .bt.custom {
 margin-bottom:1rem;
}
}

/* ----- rateyo star plugin ----- */


.rating-container {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 300px;
}

.jq-ry-container {
	margin: -10px auto 0;
	padding: 10px 15px;
	position: relative;
	line-height: 0;
	display: block;
	cursor: pointer;
	width: 300px !important;
}

.jq-ry-container[readonly="readonly"] {
	cursor: default;
}

.jq-ry-container > .jq-ry-group-wrapper {
	position: relative;
	width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
	position: relative;
	line-height: 0;
	z-index: 10;
	white-space: nowrap;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
	display: inline-block;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
	width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
	width: 0;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.rating-container > span {
	color: gray;
	display: block;
	font-family: 'Gochi Hand', cursive;
	line-height: 1rem;
	position: absolute;
	left: -4.5rem;
	padding-right: 0.3125rem;
	top: 1.8rem;
	transform: rotate(-15deg);
}

.rating-container > span:after {
	content: "\e9bf";
	display: inline-block;
	font-family: "icons";
	font-size: 1rem;
	margin-left: 0.5rem;
	position: absolute;
	transform: rotate(40deg);
}

.rating-container div.counter {
	display: none;
	position: absolute;
	min-width: 20px;
	padding: 5px;
	font-size: 15px;
	line-height: 0px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.8);
	top: 50%;
	right: -36px;
	margin-top: -10px;
	color: white;
}

.rating-container:hover div.counter {
	display: block;
}

.rating-container div.counter:before,
.rating-container div.counter::before {
	content: "";
	width: 0;
	height: 0;
	top: 50%;
	margin-top: -5px;
	display: block;
	border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
	border-width: 5px 5px 5px 0px;
	left: -10px;
	border-style: solid;
	position: relative;
}
 @media only screen and (max-width: 500px), screen and (min-width: 64rem) and (max-width: 80rem) {
 .rating-container > span {
 height:30px;
 display:block;
 left:0;
 right:0;
 top:0.3rem;
 position:relative;
 width:100%;
 margin:0 auto;
 text-align:center;
 transform: rotate(-4deg);
}
 .rating-container > span:after {
 transform: rotate(120deg);
}
 .rating-container div.counter {
 top: 0;
 right: 1rem;
 margin-top: 0;
}
}
 @media only screen and (max-width: 64rem) {
 .rating-container {
 margin:3rem auto 1rem;
}
}

/* ----- social icons ----- */	
ul.social-links li {
	display: inline-block;
	margin-left: 0.5rem;
	position: relative;
	text-align: center;
	width: 50px;
}

ul.social-links li:nth-child(1) {
	margin-left: -62px;
	position: relative;
}

ul.social-links li:last-child {
	display: none;
}

ul.social-links li a {
	color: #fff;
	display: block;
	font-size: 1.5rem;
	padding: 0.2rem 0rem;
	position: relative;
	width: 100%;
}

ul.social-links li a:hover {
	color: #eee;
}

ul.social-links li span {
	color: gray;
	font-family: 'Gochi Hand', cursive;
	line-height: 1rem;
	position: absolute;
	left: -2.5rem;
	padding-right: 0.3125rem;
	top: -20px;
	transform: rotate(-15deg);
}

ul.social-links li span:after {
	content: "\e9bf";
	display: inline-block;
	font-family: "icons";
	font-size: 1rem;
	margin-left: 0.5rem;
	position: absolute;
	transform: rotate(40deg);
}

ul.social-links-top {
	display: inline-block;
	float:right;

}

/* ----- social-links share ----- */


ul.social-links.share {
	text-align: center;
}
 @media only screen and (max-width: 500px), screen and (min-width: 64rem) and (max-width: 80rem) {
 ul.social-links.share li:nth-child(1) {
 color:gray;
 display:block;
 height:30px;
 margin:0 auto;
 position:relative;
 text-align:center;
 width:100%;
}
 ul.social-links.share li span {
 left:0;
 right:0;
 top:0;
 transform: rotate(-4deg);
}
 ul.social-links.share li span:after {
 transform: rotate(120deg);
}
}
 @media only screen and (max-width: 64rem) {
 ul.social-links.share {
 margin:1.5rem auto 0;
}
 ul.social-links.share li:last-child {
 display:inline-block;
}
}



/* ---------------------------------- [ SECTION LEFT ] ---------------------------------- */


section.left-column {
	text-align: center;
}

section.left-column img {
	max-width: 100%;
}

section.left-column a.loja {
	background-image: url(../img/loja-barra-brava-hinchadas-de-futbol-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
}

section.left-column a.loja img.ribbon {
	position: relative;
	z-index: 2;
}

section.left-column a.loja img.camiseta {
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0.9);
	transition: 0.1s ease-out;
	-webkit-backface-visibility: hidden;
	z-index: 1;
}

section.left-column a.loja:hover img.camiseta {
	transform: scale(1);
}

section.left-column a.ranking {
	display: block;
	height: auto;
	margin: 2rem auto;
	position: relative;
}

section.left-column a.ranking img {
	opacity: 1;
	transition: .3s ease-out;
}

section.left-column a.ranking:hover img {
	opacity: .5;
}

section.left-column a.ranking span {
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	bottom: 0;
	color: #231F20;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2rem;
	padding: 0.2rem;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	transition: .2s ease-out;
}

section.left-column a.ranking:hover span {
	background: rgba(243,156,18,0.9);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

section.left-column a.paz-futbol {
	opacity: 1;
	transition: .3s;
}

section.left-column a.paz-futbol:hover {
	opacity: .5;
}
 @media only screen and (max-width: 64rem) {
 section.left-column {
 display:none;
}
}

/* ---------------------------------- [ ARTICLE INDEX ] ---------------------------------- */



.banner-camisetas {
	display: inline-block;
	margin-bottom: 1rem;
}

.bloco {
	background: rgba(255,255,255,.7);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	border-radius: 3px;
	margin: 0 auto 2rem;
	padding: 10px 0 20px;
	position: relative;
	width: 100%;
}

.bloco .title {
	background: #231F20;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	color: #fff;
	display: block;
	left: -6px;
	margin: 0 0 1rem;
	padding: 5px 0;
	position: relative;
	width: calc(100% + 12px);
}

.bloco .title::before,
.bloco .title::after {
	bottom: -10px;
	border: 5px solid;
	border-color: #444 transparent transparent transparent;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	z-index: -10;
}

.bloco .title::before {
	left: 0;
}

.bloco .title::after {
	right: 0;
}

.bloco .title i {
	display: inline-block;
	top: -2px;
	position: relative;
	height: auto;
	width: 30px;
}

/* blocos index */	


.bloco.gal-wrapper {
	padding-bottom: 0;
}

section.bloco header a {
	color: #FFF;
}

section.bloco header a.option {
	font-size: 1.6rem;
	padding: 0 5px;
	position: absolute;
	right: 10px;
	top: 14px;
}

section.bloco header a.option:hover {
	color: #4ed6fb;
}

section.bloco h1 {
	font-size: 1.4rem;
}

section.bloco h1 span {
	font-family: 'Gochi Hand', cursive;
	font-size: 1.2rem;
	position: absolute;
	margin-left: 10px;
	transform: rotate(-3deg);
	animation-name: flash;
	animation-duration: 0.2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
}
 @keyframes 
flash {
from {
color: #50d6fb;
}

to {
	color: black;
}
}
 @media only screen and (max-width: 40rem) {
 section.bloco h1 span {
 margin-left:-30px;
 margin-top:-35px;
}
}

/* ----- blog recientes ----- */	


.blog-recientes {
	display: table;
	height: 100%;
	padding: 0 10px;
	position: relative;
	width: 100%;
}

ul.blog-recientes li {
	display: block;
	height: 100%;
	position: relative;
}

ul.blog-recientes h2 {
	display: block;
	font-size: 1.2rem;
	height: 100%;
	position: relative;
	width: 100%;
}

ul.blog-recientes h2 a {
	border: 2px solid #fff;
	border-bottom: 1px dashed #231F20;
	box-shadow: 0px 0px 5px #999;
	color: #231F20;
	display: block;
	height: 100%;
	padding-bottom: 0.6rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	width: 100%;
}

ul.blog-recientes h2 a:hover {
	background: #231F20;
	border-color: #231F20;
	border-bottom: 1px dashed #fff;
	box-shadow: 0px 0px 15px #555;
	color: #fff;
}

ul.blog-recientes h2 a img {
	margin-bottom: 0.6rem;
}

ul.blog-recientes h2 a span {
	display: block;
	padding: 0 0.6rem;
	width: 100%;
}
 @media only screen and (max-width: 64rem) {
 ul.blog-recientes li {
 height:auto;
 margin-bottom:2rem;
}
 ul.blog-recientes li:last-child {
 margin-bottom:0;
}
}

/* ----- blog index list ----- */	


ul.letras-recientes {
	margin: 0 auto;
	width: 98%;
}

ul.letras-recientes li {
	border-bottom: 1px dashed #aaa;
	display: block;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

ul.letras-recientes li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0.3rem;
}

/* ----- video destacado responsive ----- */	


.iframe-wrapper {
	height: 0;
	margin: 0 auto;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	position: relative;
	width: 98%;
}

.iframe-wrapper iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.letra {
	margin-bottom: 0.5rem;
	text-align: center;
}

.video-letra {
	clear: both;
	display: block;
	height: auto;
	margin: 0 auto 30px;
	max-width: 800px;
	position: relative;
	text-align: center;
	width: 100%;
}

/* ----- base ----- */	


section.base {
	background: rgba(255,255,255,.7);
	border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding-bottom: 2rem;
	padding-top: 1rem;
}
 @media only screen and (max-width: 64rem) {
section.base {
 border:none;
}
}

section.base p:first-child {
	margin-top: 0;
}

/* ---------------------------------- [ GALERIAS ] ---------------------------------- */


ul.galeria {
	height: auto;
	text-align: justify;
	width: 100%;
}

ul.galeria:after {
	content: '';
	display: inline-block;
	height: 1px;
	position: relative;
	width: 100%;
}

ul.galeria li {
	display: inline-block;
	margin: 0 0 10px;
	position: relative;
}

ul.galeria.destacados li {
	margin-bottom: 0;
}

ul.galeria li a.fancybox {
	box-shadow:none;
	color: #231F20;
	display: table;
	height: 100%;
	outline: none;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

ul.galeria li a.fancybox:hover {
	box-shadow: 0px 0px 15px #555;
}

ul.drag-and-drop li a.fancybox:hover {
	border-color: green;
	border-style: dashed;
	cursor: move;
}

ul.galeria li a.fancybox img {
	height: auto;
	width: 100%;
}

ul.galeria li a.fancybox i.effect {
	font-size: 0rem;
	left: 0;
	margin: 0 auto;
	right: 0;
	opacity: 0;
	position: absolute;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	z-index: 2;
}

ul.galeria li a.fancybox:hover i.effect {
	font-size: 5rem;
	opacity: 1;
}

ul.galeria li a.action {
	display: block;
	font-size: 3rem;
	position: absolute;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
	top: 0px;
	z-index: 999;
}

ul.galeria li a.action.aprovar {
	color: green;
	left: 10px;
}

ul.galeria li a.action.aprovar:hover {
	color: #231F20;
}

ul.galeria li a.action.link {
	bottom: 0;
	color: #1C8DFF;
	left: 10px;
	top: inherit;
}

ul.galeria li a.action.usuario {
	bottom: 0;
	right: 10px;
	top: inherit;
}

ul.galeria li a.action.excluir {
	color: #d41919;
	right: 10px;
}

ul.galeria li a.action.editar {
	color: #231F20;
	left: 5px;
}

ul.galeria li a.action.foto-uploaded {
	left: 0;
	right: 0;
	margin-left: 40%;
	text-align: center;
	width: 60px;
}

ul.galeria li a.action:hover {
	color: green;
}

/* galeria index */
.bloco ul.galeria {
	margin: 0 auto;
	width: 98%;
}

.bloco ul.galeria li:nth-child(10), .bloco ul.galeria li:nth-child(11), .bloco ul.galeria li:nth-child(12) {
	margin-bottom: -5px;
}

/* galeria blog */


ul.galeria.blog {
	width: 98%;
}

ul.galeria.blog p,
ul.galeria.blog h2 {
	text-align: left;
	text-align-last: left;
}
	
/* minimo  = 1 item por linha */	
@media only screen and (max-width: 20rem) {
 ul.galeria li {
 width:100%;
}
}

/* pequeno = 2 itens por linha */	
@media only screen and (min-width: 20rem) and (max-width: 40rem) and (orientation: portrait) {
 ul.galeria li {
 width:48%;
}
 ul.galeria.destacados li {
 width:100%;
}
 ul.galeria.blog li {
 width:100%;
}
	
/* galeria index */
.bloco ul.galeria li:nth-child(9) {
 margin-bottom:-5px;
}
}

/* pequeno landscape e medio portrait = 3 itens por linha */
@media only screen and (min-width: 20rem) and (max-width: 40rem) and (orientation: landscape), (min-width: 40rem) and (max-width: 64rem) and (orientation: portrait) {
 ul.galeria li {
 width:32%;
}
 ul.galeria.blog li {
 width:49%;
}
}

/* medio landscape e grande portrait = 4 itens por linha */
@media only screen and (min-width: 40rem) and (max-width: 64rem) and (orientation: landscape), (min-width: 64rem) and (max-width: 90rem) {
 ul.galeria li {
 width:24%;
}
 ul.galeria.destacados li {
 width:49%;
 margin-bottom:15px;
}
 ul.galeria.blog li {
 width:49%;
}
	
/* galeria index */
.bloco ul.galeria li:nth-child(9) {
 margin-bottom:-5px;
}
}

/* full = 5 itens por linha */
@media only screen and (min-width: 90rem) {
 ul.galeria li {
 width:16%;
}
 ul.galeria.destacados li {
 width:24%;
}
 ul.galeria.blog li {
 width:33%;
}
	
/* galeria index */
.bloco ul.galeria li:nth-child(7), .bloco ul.galeria li:nth-child(8), .bloco ul.galeria li:nth-child(9), .bloco ul.galeria li:nth-child(10), .bloco ul.galeria li:nth-child(11), .bloco ul.galeria li:nth-child(12) {
 margin-bottom:-5px;
}
}

ul.galeria li.adsense {
	clear: both;
	margin: 20px auto 20px;
	width: 100% !important;
}

/* ---------------------------------- [ PAGINATION ] ---------------------------------- */	


ul.pagination {
	margin: 0 auto;
	padding-bottom: 0.5rem;
	overflow: hidden;
	text-align: center;
}

ul.pagination li {
	display: inline-block;
	padding: 0px;
	margin: 0 0 1rem 1rem;
}

ul.pagination li.details {
	line-height: 35px;
	padding: 5px 0;
	position: relative;
	top: 3px;
}

ul.pagination li.dot {
	line-height: 35px;
	padding: 3px 0;
}

ul.pagination li:first-child {
	margin-left: 0px;
}

ul.pagination li a {
	border-radius: 3px;
	display: block;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 0.6rem 1.2rem;
	background-color: #444;
	box-shadow: 0 1px 1px #ccc inset, 0 5px 0 0 #222, 0 5px 5px rgba(0, 0, 0, 0.5);
	position: relative;
}

ul.pagination li a:hover,
ul.pagination li a.current {
	background-color: #231F20;
	box-shadow: 0 1px 0px #eee inset, 0 2px 0 0 #999, 0 4px 3px rgba(0, 0, 0, 0.2);
	top: 3px;
}

ul.pagination.default li a:hover,
ul.pagination.default li a.current {
	background-color: #fff;
	color: #222;
}

/* ---------------------------------- [ UPLOAD ] ---------------------------------- */



.upload-options {
	display: block;
	margin-bottom: 4rem !important;
	text-align: center;
}

.upload-options .bt {
	font-size: 1.4rem;
	margin-bottom: 2rem;
	padding: 1rem;
	width: 90%;
}

.upload-options .bt i {
	display: block;
	font-size: 2rem;
}
 @media only screen and (max-width:64rem) {
.upload-options {
 margin-bottom:2rem !important;
}
 .upload-options .bt {
 margin-bottom: 2rem;
}
}

ul.requisitos-upload {
	clear: both;
	display: block;
	margin: 3rem 0 2rem;
}

ul.requisitos-upload li {
	margin-bottom: 0.3rem;
	width: 100%;
}

ul.requisitos-upload li:first-child {
	font-weight: bold;
}

ul.requisitos-upload li:last-child {
	margin-top: 1.5rem;
	text-align: center;
}

ul.requisitos-upload li:before {
	color: #4ed6fb;
	content: "\e902";
	display: inline-block;
	font-family: "icons";
	font-size: 1rem;
	margin-right: 0.5rem;
	position: relative;
}

ul.requisitos-upload li:first-child:before,
ul.requisitos-upload li:last-child:before {
	display: none;
}

/* ---------------------------------- [ BLOG ] ---------------------------------- */



ul.blog li {
	background: #fff;
	border: 2px solid #fff;
	border-bottom: 1px dashed #231F20;
	box-shadow: 0px 0px 5px #999;
	color: #231F20;
	height: auto;
	margin-bottom: 2rem;
	position: relative;
	transition: .3s;
	vertical-align: top;
}

ul.blog li:hover {
	background: #231F20;
	border-color: #231F20;
	border-bottom: 1px dashed #fff;
	box-shadow: 0px 0px 15px #555;
	color: #fff;
}

ul.blog a {
	display: block;
	height: 100%;
	position: absolute;
	text-decoration: none;
	width: 100%;
	z-index: 1;
}

ul.blog img {
	margin-bottom: 0.6rem;
}

ul.blog h2 {
	display: block;
	font-size: 1.2rem;
	padding: 0 1rem;
	position: relative;
	text-align: center;
	width: 100%;
}

ul.blog p {
	display: block;
	margin-top: 0.4rem;
	padding: 0 1rem;
	text-align: left;
	width: 100%;
}

ul.blog li:hover p {
	color: #ddd;
}

/* ---------------------------------- [ POST ] ---------------------------------- */



div.post {
	margin: 0 0 2rem;
}

.post header h1 {
	font-size: 1.2rem;
	margin-bottom: 1.8rem;
}

.post span.data {
	background: #231F20;
	color: #FFF;
	display: inline-block;
	font-size: 1rem;
	margin-right: 0.6rem;
	top: -3px;
	position: relative;
	padding: 0.1rem 0.5rem;
	text-align: center;
	width: auto;
}

/* ---------------------------------- [ CONTACTOS ] ---------------------------------- */


ul.social-links.contactos {
	margin: 2rem auto;
	text-align: center;
}

ul.social-links.contactos li {
	margin-left: 1rem;
	width: 70px;
}

ul.social-links.contactos li:nth-child(1) {
	margin-left: -90px;
}

ul.social-links.contactos li a {
	font-size: 1.5rem;
	padding: 0.3rem 0.2rem;
}

ul.social-links.contactos li span {
	left: -1.5rem;
}
 @media only screen and (max-width: 40rem) {
ul.social-links.contactos li:nth-child(1) {
 color:gray;
 display:block;
 height:30px;
 margin:0 auto;
 position:relative;
 text-align:center;
 width:100%;
}
 ul.social-links.contactos li span {
 left:0;
 right:0;
 top:0;
 transform: rotate(-4deg);
}
 ul.social-links.contactos li span:after {
 transform: rotate(120deg);
}
}

/* ---------------------------------- [ SOBRE ] ---------------------------------- */



.sobre h2 {
	margin-top: 2rem;
}

.sobre p {
	margin-top: 0.4rem;
}

/* ---------------------------------- [ SITEMAP ] ---------------------------------- */



ul.sitemap {
}

ul.sitemap li {
	margin-bottom: 1rem;
}

ul.sitemap li a:before {
	color: #999;
	content: "\e8fc";
	display: inline-block;
	font-family: "icons";
	font-size: 0.875rem;
	margin-right: 0.5rem;
	position: relative;
}

ul.sitemap li > span {
	display: inline-block;
	font-weight: bold;
	margin: 1rem 0 0.5rem;
	text-transform: uppercase;
}

ul.sitemap li > ul > li.barra-clube > a {
	margin: 0.7rem 0;
	display: inline-block;
}

ul.sitemap li > ul > li > ul > li {
	margin: 0 0 0.7rem 2rem;
}

/* ---------------------------------- [ BARRA BRAVA PAGE ] ---------------------------------- */
	


ul.info {
	border: 2px solid #fff;
	margin-bottom: 2rem;
	box-shadow: 0px 0px 5px #999;
}

ul.info li {
	background: #fff;
	padding: 0.5rem;
}

ul.info li:nth-of-type(odd) {
	background: #eee;
}

ul.info li.clasicos a {
	color: #231F20;
	margin-right: 0.3rem;
}

ul.info li.clasicos a:after {
	content: ", ";
	display: inline-block;
	margin-right: 5px;
}

ul.info li.clasicos a:last-child:after {
	content: "";
}

ul.info.links li:before {
	content: "\e8fc";
	display: inline-block;
	font-family: "icons";
	margin-right: 0.7rem;
	position: relative;
}

/* info loja */


ul.info.loja {
}

ul.info.loja li:first-child {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1rem 0;
	text-align: center;
}

ul.info.loja li:last-child {
	text-align: center;
}

ul.info.loja li:before {
	display: inline-block;
	font-family: "icons";
	margin-right: 0.4rem;
	position: relative;
}

ul.info.loja li:first-child:before {
	content: "\e819";
	margin-right: 0.8rem;
}

ul.info.loja li.material:before,
ul.info.loja li.qualidade:before {
	content: "\e98f";
}

ul.info.loja li.dimensoes:before {
	content: "\e8ee";
}

ul.info.loja li.pagamento:before {
	content: "\e803";
}

ul.info.loja li.entrega:before {
	content: "\e812";
}

ul.info.loja li.atendimento:before {
	content: "\e9a0";
}

/* ----- respeto ----- */


div.respeto {
	margin-bottom: 1.5rem !important;
	margin-top: 1.5rem !important;
}

div.respeto div {
	border-right: 1px dashed #ccc;
	text-align: center;
}

div.respeto div.pais {
	border: none;
}

div.respeto div span:first-child {
	color: #231F20;
	display: block;
	font-family: 'Oswald', sans-serif;
	height: 55px;
}

div.respeto div.total-respeto span:first-child {
	font-size: 2.5rem;
	line-height: normal;
}

div.respeto div.mundo span:first-child {
	font-size: 2.2rem;
	line-height: 65px;
}

div.respeto div.regiao span:first-child {
	font-size: 2rem;
	line-height: 68px;
}

div.respeto div.pais span:first-child {
	font-size: 1.8rem;
	line-height: 71px;
}

div.respeto i.icon-award {
	display: inline-block;
}

div.respeto div.mundo i {
	font-size: 3.5rem;
	margin-top: -10px;
}

div.respeto div.regiao i {
	font-size: 3rem;
	margin-top: -6px;
}

div.respeto div.pais i {
	font-size: 2.5rem;
	margin-top: -3px;
}

div.respeto i.ouro {
	color: #f39c12;
}

div.respeto i.prata {
	color: #bbb;
}

div.respeto i.bronze {
	color: #aa502b;
}

div.respeto div span + span {
	color: gray;
	font-family: 'Gochi Hand', cursive;
	font-size: 1rem;
}

div.respeto div.total-respeto span + span {
	font-size: 1.2rem;
}

div.respeto div.total-respeto span + span:after {
	color: gray;
	content: "\e8ff";
	display: inline-block;
	font-family: "icons";
	font-size: 0.8rem;
	margin: 4px 0 0 10px;
	position: absolute;
}

div.respeto div.total-respeto span.ouro {
	color: #F39C12;
}
 @media only screen and (max-width: 40rem) {
 div.respeto div.total-respeto span + span:after {
 content: "\e8fd";
}
}

/* ----- barra-options ----- */	



.barra-options {
	margin-bottom: 1.5rem !important;
}

.barra-options div a {
	border: 2px solid #fff;
	box-shadow: 0px 0px 5px #999;
	display: block;
	font-family: 'Oswald', sans-serif;
	height: 100%;
	margin-bottom: 1.5rem;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

.barra-options div a img {
	display: block;
	opacity: 0.5;
	position: absolute;
	top: 0;
	transition: 0.3s;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transform: scale(1.5) rotate(10deg);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}

.barra-options div a:hover img {
	opacity: 1;
	transform: scale(3) rotate(-10deg);
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

.barra-options div a span.custom {
	display: block;
	height: 130px;
	line-height: 130px;
	position: relative;
	z-index: 2;
}

.barra-options div a span.custom i {
	display: block;
	font-size: 3rem;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-shadow: 0px 2px 0px #000;
	transition: 0.3s;
	top: 15px;
}

.barra-options div a:hover span.custom i {
	opacity: 1;
	top: -5px;
}

.barra-options div a span.custom span {
	display: block;
	font-size: 2rem;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.3s;
}

.barra-options div a:hover span.custom span {
	opacity: 0;
	top: 10px;
}

/* ----- google maps estadios ----- */


iframe.google-maps {
	border: 0;
	height: 800px;
	margin: 1rem 0;
	width: 100%;
}

/* ---------------------------------- [ LOJA ] ---------------------------------- */



.loja-cat .bloco {
	text-align: center;
}

.loja-cat .bloco:hover {
}

.loja-cat .bloco img:hover {
	opacity: .8;
}

.loja-cat .bloco .title {
	font-size: 1.2rem;
}

.loja-cat .bloco a.fancybox {
	outline:none;
	display: block;
	width: 100%;
}

.bt.duvidas {
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 1rem;
}

.bt.duvidas i {
	margin-right: 0.2rem;
}

.detalhes-produto {
	padding: 0.4rem 1rem 10px;
	width: 100%;
}

.detalhes-produto.camiseta {
	padding-top: 0.8rem;
}

.detalhes-produto.camiseta li {
}

.detalhes-produto span {
	font-weight: bold;
}

/* ---------------------------------- [ SECTION RIGHT ] ---------------------------------- */



section.right-column {
	text-align: center;
}

.right-column .social {
	border: 1px solid transparent;
	display: block;
	height: 65px;
	margin: 0 auto 1rem;
	overflow: hidden;
	padding: 0.2rem 0;
	position: relative;
	width: 90%;
	min-width: 130px;
}

.right-column .social:hover {
	border-color: #222;
	opacity: .9;
}

.right-column .social.facebook {
	background: #3b5998;
}

.right-column .social.google-plus {
	background: #E1401F;
}

.right-column .social.twitter {
	background: #55acee;
	margin-bottom: 0;
}

.right-column .social a {
	color: #FFF;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2rem;
	height: 100%;
	line-height: 60px;
	position: absolute;
	text-decoration: none;
	width: 100%;
}

.right-column .social .code {
	overflow: hidden;
	max-width: 100%;
	position: relative;
}
 @media only screen and (min-width: 35rem) and (max-width: 64rem) {
 .right-column .social {
 display:inline-table;
 height:70px;
 margin:0 auto 1rem;
 width:30%;
}
}
 @media only screen and (max-width: 64rem) {
 .right-column {
 margin:2rem auto 1rem;
}
}

/* ----- tags ----- */


.tags {
	margin: 0 auto;
	text-align: center;
	width: 90%;
}

.tags li {
	background: #555;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	display: inline-block;
	color: #FFF;
	font-size: 11px;
	margin: 0 0 0.3rem 1rem;
	padding: 1px 8px 1px 12px;
	position: relative;
}

.tags li:before {
	border-color: transparent #555 transparent transparent;
	border-style: solid;
	border-width: 9px 11px 9px 0;
	content: "";
	float: left;
	height: 0;
	left: -11px;
	position: absolute;
	top: 0;
	width: 0;
}

.tags li:after {
	background: #fff;
	border-radius: 2px;
	box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
	content: "";
	float: left;
	height: 4px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 4px;
}

/* ---------------------------------- [ FOOTER ] ---------------------------------- */



body > footer {
	color: #eee;
	font-size: 14px;
	height: auto;
	margin-top: 2rem;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 5;
}

body > footer .content {
	background: rgba(0,0,0,.9);
}

body > footer .content a {
	color: #eee;
}

body > footer .content a:hover {
	color: #4ed6fb;
	text-decoration: underline;
}

body > footer .menu {
	display: table;
	height: 100%;
padding:.5rem 0 1.5rem;
	position: relative;
}

body > footer .menu .column {
	border-left: 1px solid #000;
	border-right: 1px solid #333;
	display: block;
	height: 100%;
	padding-top: 1rem;
	position: relative;
}

body > footer .menu .column:first-child {
	border-left: none;
}

body > footer .menu .column:last-child {
	border-right: none;
}

body > footer h4 {
	color: #4ed6fb;
	font-size: 1rem;
	margin-bottom: 0.4rem;
}

body > footer li {
	margin-bottom: 0.3rem;
}

body > footer .faixa {
	background: rgba(255,255,255,1);
	color: #111;
	box-shadow: 0px 2px 2px rgba(0,0,0,.3) inset, 0px -2px 2px rgba(0,0,0,.3) inset;
	border-bottom: 1px solid rgba(78,214,251,.3);
	border-top: 1px solid rgba(78,214,251,.3);
	display: table;
	font-size: 13px;
	height: auto;
	margin-bottom: 1rem;
	padding: 1rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

body > footer .faixa::after {
	content: " ";
	background: url(../img/bg-header-barra-brava-hinchadas-de-futbol.jpg) center top;
	opacity: .4;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	position: absolute;
	z-index: -1;
	filter: grayscale(20%);
	-webkit-filter: grayscale(20%);
	-moz-filter: grayscale(20%);
	-o-filter: grayscale(20%);
	-ms-filter: grayscale(20%);
}

body > footer .faixa ul li {
	display: inline-block;
	margin: 0 1rem;
}

body > footer .faixa ul li a {
	display: block;
	transform: scale(.9);
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	filter: brightness(.8);
	-webkit-filter: brightness(.8);
	-moz-filter: brightness(.8);
	-o-filter: brightness(.8);
	-ms-filter: brightness(.8);
	transition: 0.1s;
}

body > footer .faixa ul li a:hover {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	filter: brightness(1);
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-o-filter: brightness(1);
	-ms-filter: brightness(1);
}

.eduardo-veit {
	margin-bottom: 1.5rem;
	text-align: center;
	width: 100%;
}

.eduardo-veit a {
	background: url(../img/logo-eduardo-veit-web-designer-freelancer.png) no-repeat left bottom;
	display: block;
	height: 33px;
	margin: 0 auto;
	opacity: 0.8;
	text-indent: -9999px;
	position: relative;
	transition: 0.3s;
	width: 35px;
}

.eduardo-veit a:hover {
	background-position: top;
	opacity: 1;
	width: 154px;
}
 @media only screen and (max-width: 30rem) {
 body > footer .faixa ul li {
 clear:both;
 display:block;
 margin-bottom:1rem;
}
}
 @media only screen and (max-width: 64rem) {
 body > footer .menu {
 padding:1.5rem 0 0;
}
 body > footer .menu .column {
 border-bottom:1px solid #333;
 box-shadow:0px 1px 0px #000;
 height:320px;
}
 body > footer .copyright {
 border-bottom:1px solid #333;
 border-top:0;
 box-shadow:0px 1px 0px #000;
}
}

/* ---------------------------------- [ LOGIN PAGE ] ---------------------------------- */	



html.login {
	height: 100%;
}

html.login body {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

html.login article {
	display: block;
	height: 100%;
	padding-top: 3rem;
	position: relative;
	width: 100%;
}

.login-wrapper {
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 350px;
}

.login-wrapper.erros .bloco {
	padding-bottom: 40px;
}

.login-wrapper a.logo-login {
	display: inline-block;
	margin-bottom: 15px;
	opacity: 1;
	transition: 0.3s;
}

.login-wrapper a.logo-login:hover {
	opacity: 0.8;
}

.login-wrapper a.logo-login img {
	height: 150px !important;
	width: 150px !important;
}

.login-wrapper .options li {
	display: block;
	font-size: 0.875rem;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.login-wrapper .options li a {
	color: #231F20;
	transition: 0.3s;
}

.login-wrapper .options li a:hover {
	color: #4ed6fb;
	text-decoration: none;
}

.login-wrapper .options li a i {
	font-size: 0.875rem;
}
 @media only screen and (max-width: 35rem) {
.login-wrapper {
 width:94%;
}
}

/* ---------------------------------- [ USUARIOS ] ---------------------------------- */


div.confirmacion {
	margin: 0 0 5rem;
	text-align: center;
}

div.confirmacion.confirmado {
	color: green;
}

div.confirmacion i {
	font-size: 4rem;
}

div.confirmacion p {
	font-size: 1.2rem;
	margin-top: 0;
}

/* ---------------------------------- [ ADMIN ] ---------------------------------- */

/* ----- admin-options ----- */	


.admin-options div div {
	display: block;
	font-size: 1rem;
	height: auto;
	position: relative;
	text-align: center;
	width: 100%;
}

.admin-options div div a {
	background-color: #fff;
	border-top: 1px solid #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.50), inset 0 0 30px #f5f5f5;
	color: #231F20;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2rem;
	height: auto;
	margin-bottom: 2rem;
	padding: 1rem 0;
	position: relative;
	transition: 0.3s;
	width: 100%;
}

.admin-options div div a:hover {
	background-color: #231F20;
	border-top: 1px solid #231F20;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.50);
	color: #fff;
	text-decoration: none;
}

.admin-options div div a i {
	color: #231F20;
	display: inline-block;
	font-size: 2rem;
	transition: 0.3s;
	width: 100%;
}

.admin-options div div a i.icon-attention {
	color: #FC0;
	display: block;
	position: absolute;
	right: 1rem;
	top: 0;
	width: auto;
}

.admin-options div div a:hover i {
	color: #fff;
}

.bt-add {
	margin-bottom: 1.5rem;
	text-align: center;
}

.bt-add .black {
	font-size: 0.8rem;
	right: 20px;
	padding: 0.2rem 0.8rem;
	position: absolute;
	margin-top: 0.5rem;
}
 @media only screen and (max-width: 40rem) {
 .bt-add .excluir {
 right:inherit;
 position:relative;
}
}

.cadastro p {
	margin: 0.2rem 0 2rem;
}

.margin-top-negative {
	margin-top: -2rem;
}

/* ----- banner barra ----- */


div.banner-barra {
	border: 2px solid #fff;
	box-shadow: 0px 0px 5px #999;
	display: inline-block;
	height: auto;
	margin: 2rem auto;
	position: relative;
	text-align: center;
	max-width: 1000px;
	width: auto;
}

div.banner-barra a {
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #d41919;
	display: inline-block;
	font-size: 3rem;
	position: absolute;
	right: 1rem;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
	top: 0;
}

div.banner-barra a:hover {
	color: green;
}

/* ---------------------------------- [ JCROP ] ---------------------------------- */


.jcrop-holder {
	direction: ltr;
	text-align: left;
}

/* Selection Border */


.jcrop-vline,
.jcrop-hline {
	background: #ffffff url("../img/jcrop.gif");
	font-size: 0;
	position: absolute;
}

.jcrop-vline {
	height: 100%;
	width: 1px !important;
}

.jcrop-vline.right {
	right: 0;
}

.jcrop-hline {
	height: 1px !important;
	width: 100%;
}

.jcrop-hline.bottom {
	bottom: 0;
}

/* Invisible click targets */


.jcrop-tracker {
	height: 100%;
	width: 100%; /* "turn off" link highlight */
	-webkit-tap-highlight-color: transparent; /* disable callout, image save panel */
	-webkit-touch-callout: none; /* disable cut copy paste */
	-webkit-user-select: none;
}

/* Selection Handles */


.jcrop-handle {
	background-color: #333333;
	border: 1px #eeeeee solid;
	width: 7px;
	height: 7px;
	font-size: 1px;
}

.jcrop-handle.ord-n {
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	top: 0;
}

.jcrop-handle.ord-s {
	bottom: 0;
	left: 50%;
	margin-bottom: -4px;
	margin-left: -4px;
}

.jcrop-handle.ord-e {
	margin-right: -4px;
	margin-top: -4px;
	right: 0;
	top: 50%;
}

.jcrop-handle.ord-w {
	left: 0;
	margin-left: -4px;
	margin-top: -4px;
	top: 50%;
}

.jcrop-handle.ord-nw {
	left: 0;
	margin-left: -4px;
	margin-top: -4px;
	top: 0;
}

.jcrop-handle.ord-ne {
	margin-right: -4px;
	margin-top: -4px;
	right: 0;
	top: 0;
}

.jcrop-handle.ord-se {
	bottom: 0;
	margin-bottom: -4px;
	margin-right: -4px;
	right: 0;
}

.jcrop-handle.ord-sw {
	bottom: 0;
	left: 0;
	margin-bottom: -4px;
	margin-left: -4px;
}

/* Dragbars */


.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
	height: 7px;
	width: 100%;
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
	height: 100%;
	width: 7px;
}

.jcrop-dragbar.ord-n {
	margin-top: -4px;
}

.jcrop-dragbar.ord-s {
	bottom: 0;
	margin-bottom: -4px;
}

.jcrop-dragbar.ord-e {
	margin-right: -4px;
	right: 0;
}

.jcrop-dragbar.ord-w {
	margin-left: -4px;
}

/* The "jcrop-light" class/extension */


.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
	background: #ffffff;
	filter: alpha(opacity=70) !important;
	opacity: .70!important;
}

.jcrop-light .jcrop-handle {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #000000;
	border-color: #ffffff;
	border-radius: 3px;
}

/* The "jcrop-dark" class/extension */


.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
	background: #000000;
	filter: alpha(opacity=70) !important;
	opacity: 0.7 !important;
}

.jcrop-dark .jcrop-handle {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #ffffff;
	border-color: #000000;
	border-radius: 3px;
}

/* Simple macro to turn off the antlines */


.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
	background: #ffffff;
}

/* Fix for twitter bootstrap et al. */


.jcrop-holder img,
img.jcrop-preview {
	max-width: none;
}

/* page crop */


div.jcrop {
	text-align: center;
	width: 100%;
}

/* not responsive */


div.jcrop img {
	display: inherit;
	height: inherit;
	max-width: none;
	vertical-align: inherit;
}

div.jcrop div.corta {
	border: 2px solid #fff;
	box-shadow: 0px 0px 5px #999;
	display: inline-block;
	height: auto;
	margin-bottom: 2rem;
	width: auto;
}

div.jcrop div.preview {
	border: 1px solid #fff;
	box-shadow: 0px 0px 5px #999;
	overflow: hidden;
	position: absolute;
	right: 1rem;
	top: 0;
}

div.jcrop div.preview.paises {
	height: 50px;
	width: 75px;
}

div.jcrop div.preview.clubes {
	height: 250px;
	width: 250px;
}

div.jcrop div.preview.barras-banner {
	height: 75px;
	width: 185px;
}

/* ---------------------------------- [ TABLES GLOBAL ] ---------------------------------- */



table {
	border-collapse: collapse;
	width: 100%;
}

table th {
	background: #231F20;
	color: white;
}

table td,
table th {
	border: 1px solid #ddd;
	padding: 6px;
	text-align: left;
}

table th.acoes,
table td.acoes {
	text-align: center;
}

table th a {
	color: #fff;
}

table th a:hover {
	text-decoration: underline;
}

table th a.sort:before {
	content: "\e825";
	display: inline-block;
	font-family: "icons";
	font-size: 0.875rem;
	margin-right: 0.2rem;
	position: relative;
}

table tr {
	background: #fff;
}

table tr:nth-of-type(odd) {
	background: #f9f9f9;
}

table.admin td a {
	color: #231F20 !important;
}

table.admin td a:hover {
	text-decoration: underline !important;
}

table.admin td i {
	color: #231F20;
	font-size: 1.8rem;
}

table.admin td i.icon-brush,
table.admin td i.icon-pied-piper-alt {
	font-size: 1.5rem;
}

table.admin img.pais-icon {
	margin-right: 0.3rem;
	max-height: 20px;
}

table td.excluir i {
	color: #d41919;
}

table td.aprovar i {
	color: green;
}

table.admin td i:hover {
	color: green;
}
 @media only screen and (max-width: 47.5rem), (min-device-width: 48rem) and (max-device-width: 64rem) {
 table table, table thead, table tbody, table th, table td, table tr {
 display: block;
}
 table thead tr {
 position: absolute;
 top: -9999px;
 left: -9999px;
}
 table th.acoes, table.responsive td.acoes, {
 text-align:left;
}
 table tr {
border: 1px solid #ccc;
}
 table td {
 border: none;
 border-bottom: 1px solid #eee;
 position: relative;
 padding-left: 50%;
 text-align:center;
 word-break:break-all;
}
 table td:before {
 position: absolute;
 top: 25%;
 left: 6px;
 width: 45%;
 padding-right: 10px;
 text-align:left;
 white-space: nowrap;
}
	
	/* table headers responsive */
	table.admin td.nome:before {
content: "Nome:";
}
 table.admin td.email:before {
content: "E-mail/Login:";
}
 table.admin td.editar:before {
content: "Editar:";
}
 table.admin td.excluir:before {
content: "Excluir:";
}
 table.admin td.aprovar:before {
content: "Aprovar:";
}
 table.admin td.imagens:before {
content: "Imagens:";
}
 table.admin td.regiao:before {
content: "Região:";
}
 table.admin td.pais:before {
content: "País:";
}
 table.admin td.cidade:before {
content: "Ciudad:";
}
 table.admin td.estadio:before {
content: "Estádio:";
}
 table.admin td.clube:before {
content: "Club:";
}
 table.admin td.barra:before {
content: "Barra:";
}
 table.admin td.acessos:before {
content: "Acessos:";
}
 table.admin td.ultimo_acesso:before {
content: "Último acesso:";
}
 table.admin td.fotos:before {
content: "Fotos:";
}
 table.admin td.banner:before {
content: "Banner:";
}
 table.admin td.tattoos:before {
content: "Tattoos:";
}
 table.admin td.trapos:before {
content: "Trapos:";
}
 table.admin td.murales:before {
content: "Murales:";
}
 table.admin td.dibujos:before {
content: "Dibujos:";
}
 table.admin td.fanaticas:before {
content: "Fanaticas:";
}
 table.admin td.videos:before {
content: "Videos:";
}
 table.admin td.links:before {
content: "Links:";
}
 table.admin td.link:before {
content: "Link:";
}
 table.admin td.link-visivel:before {
content: "Link Visível:";
}
 table.admin td.historia:before {
content: "Historia:";
}
 table.admin td.letras:before {
content: "Letras:";
}
 table.admin td.audios:before {
content: "Áudios:";
}
 table.admin td.audio:before {
content: "Áudio:";
}
 table.admin td.data:before {
content: "Data:";
}
 table.admin td.posicion:before {
content: "Posición:";
}
 table.admin td.visitas:before {
content: "Visitas:";
}
 table.admin td.respeto:before {
content: "Respeto:";
}
 table.admin td.clasico:before {
content: "Clásico:";
}
 table.admin td.perfil:before {
content: "Perfil:";
}
 table.admin td.escuchar:before {
content: "Escuchar:";
}
 table.admin td.canto:before {
content: "Canto:";
}
 table.admin td.download:before {
content: "Download:";
}
}

/* ----- table drag and drop ----- */	


table.drag-and-drop tbody tr:hover {
	background-color: #daffd9;
	border: 1px dashed #A6CE38 !important;
	cursor: n-resize;
}

table.drag-and-drop tbody tr:hover td {
	border-top-color: #A6CE38;
	border-bottom-color: #A6CE38;
}

table.drag-and-drop tbody tr:hover td:first-child {
	border-left-color: #A6CE38;
}

table.drag-and-drop tbody tr:hover td:last-child {
	border-right-color: #A6CE38;
}

/* ranking */	


table.ranking {
	border: 2px solid #fff;
	box-shadow: 0px 0px 5px #999;
	margin-bottom: 2rem;
}

table.ranking td {
	padding: 0.8rem;
}

table.ranking td.respeto,
table.ranking td.posicion {
	font-size: 1.1rem;
}

table.ranking tr.ouro {
	color: #f39c12;
}

table.ranking tr.ouro i {
	color: #f39c12;
	font-size: 2.5rem;
}

table.ranking tr.prata {
	color: #bbb;
}

table.ranking tr.prata i {
	color: #bbb;
	font-size: 2.2rem;
}

table.ranking tr.bronze {
	color: #aa502b;
}

table.ranking tr.bronze i {
	color: #aa502b;
	font-size: 1.8rem;
}

table.ranking tr td.pais img {
	height: 25px;
}

table.ranking tr td.clube img {
	height: 35px;
}

table.ranking td.clube {
	text-align: left;
}

/* busca */	


table.busca {
	border: 2px solid #fff;
	box-shadow: 0px 0px 5px #999;
	margin-bottom: 1.5rem;
}

table.busca td,
table.busca th {
	padding: 0.8rem;
	text-align: left;
}

table.busca .pais {
	text-align: center;
}

table.busca td.pais img {
	height: 25px;
}

table.busca td.clube img {
	height: 35px;
}
 @media only screen and (max-width: 47.5rem) {
 table.busca td, table.busca th {
 text-align:center;
}
}

/* audios */	


table.audios {
	margin-bottom: 2rem;
}

table.audios td,
table.audios th {
	text-align: center;
}

table.audios td {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

table.audios td.canto,
table.audios th.canto {
	padding-left: 1rem;
	text-align: left;
}

/* letras recientes */	


table.letras-recientes {
	margin: 0 auto;
	width: 98%;
}

table.letras-recientes.pag {
	margin-bottom: 30px;
}

table.letras-recientes th {
	background: #fff;
	color: #231F20;
}

table.letras-recientes th:nth-child(3),
table.letras-recientes th:nth-child(4),
table.letras-recientes td.pais {
	text-align: center;
}

table.letras-recientes th:nth-child(3) {
	text-align: left;
}

table.letras-recientes td {
	padding: 0.8rem;
}

table.letras-recientes tr td.pais img {
	height: 25px;
}

table.letras-recientes tr td.clube img {
	height: 35px;
}
 @media only screen and (max-width: 40rem) {
 table.audios td.canto {
 text-align:center;
}
 table td.canto {
 padding-left:3rem !important;
}
 table.ranking td.clube {
 text-align:center !important;
}
}

/* ---------------------------------- [ FORMS GLOBAL ] ---------------------------------- */	



form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=password],
form input[type=search],
form select,
form textarea {
	background: #fff;
	border: 1px solid #B9B9B9;
	border-top-color: #A4A4A4;
	border-radius: 3px;
	box-shadow: 0 1px 0 #FFFFFF, 0 1px 1px rgba(0, 0, 0, 0.17) inset;
	color: #231F20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	margin-bottom: 1rem;
	padding: 0.625rem;
	width: 100%;
}

form input[type=text]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=search]:focus,
form select:focus,
form textarea:focus {
	background: #f3f4f5;
	outline: none;
	transition: 0.3s background;
}

form input[type=color] {
	cursor: pointer;
	height: 2.5rem;
	margin-bottom: 1rem;
	width: 100%;
}

form textarea {
	resize: vertical;
}

form input[type=submit] {
	border: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	outline: 0;
	padding: 0.6rem 1.2rem;
	text-transform: uppercase;
}

form i.span {
	display: inline-block;
	font-size: 11px;
}

/* ----- form login ----- */	


form.login {
	margin: 0 auto;
	padding: 1rem 0 0.6rem;
	width: 90%;
}

form.login input[type=email],
form.login input[type=password] {
	margin-bottom: 0.8rem;
	width: 100%;
}

form.login input[type=submit] {
	margin-top: 0.4rem;
}

/* ----- form admin ----- */


form.admin {
	margin: 0 auto;
	max-width: 1100px;
}

form.admin input[type=submit] {
	display: table;
	margin: 0.6rem auto 1.2rem;
}

form.admin textarea {
	height: 400px;
}

form.admin textarea.css_custom {
	font-size: 1.2rem;
}

form.admin label.checkboxes {
	display: block;
	height: auto;
	margin: 1rem 0;
	width: 100%;
}

.checkbox-column {
	margin-bottom: 1rem;
}

.row.checkboxes {
	margin-bottom: 2rem;
}

/* ----- form content ----- */


form.content {
	max-width: 1300px;
}

/* ----- form upload ----- */


form.upload {
	margin: 0 auto;
	max-width: 700px;
}

form.upload input[type=submit] {
	display: table;
	margin: 1rem auto;
}

form.upload div.file {
	display: table;
	margin: 0 auto 1rem;
}

form.upload textarea {
	height: 250px;
}

/* ----- form contacto ----- */


form.contacto {
	margin: 0 auto;
	max-width: 700px;
}

form.contacto textarea {
	height: 150px;
}

form.contacto input[type=submit] {
	display: table;
	margin: 0.4rem auto 2rem;
}

/* ----- form crop ----- */


form.crop {
}

form.crop .crop-options {
	text-align: center;
	width: 100%;
}

form.crop select.marcadagua {
	width: 250px;
}

form.crop input[type=submit].green {
	margin: 0 3rem;
}

/* ----- form search ----- */


form.search {
	display: block;
	height: 45px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 90%;
}

form.search input[type=search] {
	border-right: none;
	border-radius: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	transition: 1s;
	width: calc(100% - 48px);
	z-index: 1;
}

form.search button {
	background: #231F20;
	border: 0;
	color: #FFF;
	font-size: 1.5rem;
	height: calc(100% + 2px);
	line-height: 25px;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 2;
	width: 52px;
}

form.search button:hover {
	background: #555;
}

/* ----- form comprar ----- */	


form select#tamanho,
form select#modelo {
	max-width: 300px;
	width: 90%;
}

form .bt.comprar {
	clear: both;
	font-size: 1rem;
	margin: 0 0 0.4rem;
	outline: none;
}

form .bt.comprar i {
	font-size: 1.2rem;
	margin-right: 0.2rem;
}

/* file input */


div.file {
	background: #fff;
	border: 1px solid #B9B9B9;
	border-top-color: #A4A4A4;
	border-radius: 3px;
	box-shadow: 0 1px 0 #FFFFFF, 0 1px 1px rgba(0, 0, 0, 0.17) inset;
	color: #555;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	height: 40px;
	margin-bottom: 1rem;
	outline: none;
	overflow: hidden;
	position: relative;
	text-shadow: none;
	transition: 0.3s;
	width: 100%;
}

div.file:after {
	content: " ";
	display: block;
	height: 10px;
	position: relative;
	width: 100%;
}

div.file:hover,
div.file:focus {
	box-shadow: 0px 0px 4px #666;
	background: #f3f4f5;
	outline: none;
}

div.file span {
	cursor: pointer;
	display: block;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 1;
}

div.file input {
	cursor: pointer;
	filter: alpha(opacity=0);
	font-size: 100px;
	height: 40px;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

/* ---------------------------------- [ ALERT ] ---------------------------------- */	


.sweet-overlay {
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	transition: 0.6s;
	z-index: 1000;
}

.sweet-alert {
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	max-height: 90%;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	z-index: 2000;
}

.sweet-alert h2 {
	color: #575757;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	text-transform: none;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 60px;
	display: block;
}

.sweet-alert p {
	font-size: 16px;
	text-align: center;
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.sweet-alert hr {
	height: 10px;
	color: transparent;
	border: 0;
}

.sweet-alert button {
	color: #fff;
	border: 0;
	box-shadow: none;
	margin: 0 8px 1rem;
	cursor: pointer;
	min-width: 100px;
}

.sweet-alert button:focus {
	outline: none;
}

.sweet-alert button.cancel[disabled] {
	opacity: .4;
}

.sweet-alert button.confirm[disabled] {
	border: 4px solid transparent;
	border-color: transparent;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0 30px;
	vertical-align: middle;
	background-color: transparent !important;
	color: transparent;
	cursor: default;
	border-radius: 100%;
	-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
	animation: rotate-loading 1.5s linear 0s infinite normal;
}
 .sweet-alert button::-moz-focus-inner {
 border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
	box-shadow: none !important;
}

.sweet-alert .icon {
	width: 80px;
	height: 80px;
	border: 4px solid #808080;
	border-radius: 50%;
	margin: 20px auto;
	padding: 0;
	position: relative;
	box-sizing: content-box;
}

.sweet-alert .icon.error {
	border-color: #f27474;
}

.sweet-alert .icon.error .x-mark {
	position: relative;
	display: block;
}

.sweet-alert .icon.error .line {
	position: absolute;
	height: 5px;
	width: 47px;
	background-color: #f27474;
	display: block;
	top: 37px;
	border-radius: 2px;
}

.sweet-alert .icon.error .line.left {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px;
}

.sweet-alert .icon.error .line.right {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px;
}

.sweet-alert .icon.warning {
	border-color: #f8bb86;
}

.sweet-alert .icon.warning .body {
	position: absolute;
	width: 5px;
	height: 47px;
	left: 50%;
	top: 10px;
	border-radius: 2px;
	margin-left: -2px;
	background-color: #f8bb86;
}

.sweet-alert .icon.warning .dot {
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -3px;
	left: 50%;
	bottom: 10px;
	background-color: #f8bb86;
}

.sweet-alert .icon.info {
	border-color: #c9dae1;
}

.sweet-alert .icon.info::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 29px;
	left: 50%;
	bottom: 17px;
	border-radius: 2px;
	margin-left: -2px;
	background-color: #c9dae1;
}

.sweet-alert .icon.info::after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -3px;
	top: 19px;
	background-color: #c9dae1;
}

.sweet-alert .icon.success {
	border-color: #a5dc86;
}

.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
	content: '';
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sweet-alert .icon.success::before {
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	-ms-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
}

.sweet-alert .icon.success::after {
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 60px;
	-ms-transform-origin: 0 60px;
	transform-origin: 0 60px;
}

.sweet-alert .icon.success .placeholder {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(165, 220, 134, 0.2);
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2;
}

.sweet-alert .icon.success .fix {
	width: 5px;
	height: 90px;
	background-color: #fff;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sweet-alert .icon.success .line {
	height: 5px;
	background-color: #a5dc86;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2;
}

.sweet-alert .icon.success .line.tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sweet-alert .icon.success .line.long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sweet-alert .icon.custom {
	background-size: contain;
	border-radius: 0;
	border: 0;
	background-position: center center;
	background-repeat: no-repeat;
}
 @-webkit-keyframes 
showSweetAlert {
0% {
 -webkit-transform: scale(.7);
 transform: scale(.7);
}
 45% {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}
 80% {
 -webkit-transform: scale(.95);
 transform: scale(.95);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes 
showSweetAlert {
0% {
 -webkit-transform: scale(.7);
 transform: scale(.7);
}
 45% {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}
 80% {
 -webkit-transform: scale(.95);
 transform: scale(.95);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-webkit-keyframes 
hideSweetAlert {
0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(.5);
 transform: scale(.5);
}
}
 @keyframes 
hideSweetAlert {
0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(.5);
 transform: scale(.5);
}
}

.show-sweet-alert {
	-webkit-animation: showSweetAlert 0.3s;
	animation: showSweetAlert 0.3s;
}

.show-sweet-alert.no-animation {
	-webkit-animation: none;
	animation: none;
}

.hide-sweet-alert {
	-webkit-animation: hideSweetAlert 0.2s;
	animation: hideSweetAlert 0.2s;
}

.hide-sweet-alert.no-animation {
	-webkit-animation: none;
	animation: none;
}
 @-webkit-keyframes 
animate-success-tip {
0% {
 width: 0;
 left: 1px;
 top: 19px;
}
 54% {
 width: 0;
 left: 1px;
 top: 19px;
}
 70% {
 width: 50px;
 left: -8px;
 top: 37px;
}
 84% {
 width: 17px;
 left: 21px;
 top: 48px;
}
 100% {
 width: 25px;
 left: 14px;
 top: 45px;
}
}
 @keyframes 
animate-success-tip {
0% {
 width: 0;
 left: 1px;
 top: 19px;
}
 54% {
 width: 0;
 left: 1px;
 top: 19px;
}
 70% {
 width: 50px;
 left: -8px;
 top: 37px;
}
 84% {
 width: 17px;
 left: 21px;
 top: 48px;
}
 100% {
 width: 25px;
 left: 14px;
 top: 45px;
}
}
 @-webkit-keyframes 
animate-success-long {
0% {
 width: 0;
 right: 46px;
 top: 54px;
}
 65% {
 width: 0;
 right: 46px;
 top: 54px;
}
 84% {
 width: 55px;
 right: 0;
 top: 35px;
}
 100% {
 width: 47px;
 right: 8px;
 top: 38px;
}
}
 @keyframes 
animate-success-long {
0% {
 width: 0;
 right: 46px;
 top: 54px;
}
 65% {
 width: 0;
 right: 46px;
 top: 54px;
}
 84% {
 width: 55px;
 right: 0;
 top: 35px;
}
 100% {
 width: 47px;
 right: 8px;
 top: 38px;
}
}
 @-webkit-keyframes 
rotatePlaceholder {
0% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 5% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 12% {
 -webkit-transform: rotate(-405deg);
 transform: rotate(-405deg);
}
 100% {
 -webkit-transform: rotate(-405deg);
 transform: rotate(-405deg);
}
}
 @keyframes 
rotatePlaceholder {
0% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 5% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 12% {
 -webkit-transform: rotate(-405deg);
 transform: rotate(-405deg);
}
 100% {
 -webkit-transform: rotate(-405deg);
 transform: rotate(-405deg);
}
}

.animate-success-tip {
	-webkit-animation: animate-success-tip 0.75s;
	animation: animate-success-tip 0.75s;
}

.animate-success-long {
	-webkit-animation: animate-success-long 0.75s;
	animation: animate-success-long 0.75s;
}

.icon.success.animate::after {
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in;
}
 @-webkit-keyframes 
animate-error-icon {
0% {
 -webkit-transform: rotateX(100deg);
 transform: rotateX(100deg);
 opacity: 0;
}
 100% {
 -webkit-transform: rotateX(0deg);
 transform: rotateX(0deg);
 opacity: 1;
}
}
 @keyframes 
animate-error-icon {
0% {
 -webkit-transform: rotateX(100deg);
 transform: rotateX(100deg);
 opacity: 0;
}
 100% {
 -webkit-transform: rotateX(0deg);
 transform: rotateX(0deg);
 opacity: 1;
}
}

.animate-error-icon {
	-webkit-animation: animate-error-icon 0.5s;
	animation: animate-error-icon 0.5s;
}
 @-webkit-keyframes 
animate-x-mark {
0% {
 -webkit-transform: scale(.4);
 transform: scale(.4);
 margin-top: 26px;
 opacity: 0;
}
 50% {
 -webkit-transform: scale(.4);
 transform: scale(.4);
 margin-top: 26px;
 opacity: 0;
}
 80% {
 -webkit-transform: scale(1.15);
 transform: scale(1.15);
 margin-top: -6px;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 margin-top: 0;
 opacity: 1;
}
}
 @keyframes 
animate-x-mark {
0% {
 -webkit-transform: scale(.4);
 transform: scale(.4);
 margin-top: 26px;
 opacity: 0;
}
 50% {
 -webkit-transform: scale(.4);
 transform: scale(.4);
 margin-top: 26px;
 opacity: 0;
}
 80% {
 -webkit-transform: scale(1.15);
 transform: scale(1.15);
 margin-top: -6px;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 margin-top: 0;
 opacity: 1;
}
}

.animate-x-mark {
	-webkit-animation: animate-x-mark 0.5s;
	animation: animate-x-mark 0.5s;
}
 @-webkit-keyframes 
pulse-warning {
0% {
 border-color: #f8d486;
}
 100% {
 border-color: #f8bb86;
}
}
 @keyframes 
pulse-warning {
0% {
 border-color: #f8d486;
}
 100% {
 border-color: #f8bb86;
}
}

.pulse-warning {
	-webkit-animation: pulse-warning 0.75s infinite alternate;
	animation: pulse-warning 0.75s infinite alternate;
}
 @-webkit-keyframes 
pulse-warning-ins {
0% {
 background-color: #f8d486;
}
 100% {
 background-color: #f8bb86;
}
}
 @keyframes 
pulse-warning-ins {
0% {
 background-color: #f8d486;
}
 100% {
 background-color: #f8bb86;
}
}

.pulse-warning-ins {
	-webkit-animation: pulse-warning-ins 0.75s infinite alternate;
	animation: pulse-warning-ins 0.75s infinite alternate;
}
 @-webkit-keyframes 
rotate-loading {
0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes 
rotate-loading {
0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

/*** login o registro alert ***/			


.login-registro {
	margin: 1rem auto;
	text-align: center;
}

.login-registro a.bt:nth-child(2) {
	margin-left: 1rem;
}
 @media only screen and (max-width: 28rem) {
 .login-registro a.bt {
 clear:both;
 display:block;
 margin:1rem auto !important;
 width:90%;
}
}

/* ---------------------------------- [ FONT - ICONS ] ---------------------------------- */



@font-face {
	font-family: 'icons';
	src: url('../fonts/icons.eot?82602379');
	src: url('../fonts/icons.eot?82602379#iefix') format('embedded-opentype'), url('../fonts/icons.woff?82602379') format('woff'), url('../fonts/icons.ttf?82602379') format('truetype'), url('../fonts/icons.svg?82602379#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	line-height: 1;
}

.icon-music:before {
	content: '\e800';
} /* '' */

.icon-book:before {
	content: '\e801';
} /* '' */

.icon-ticket:before {
	content: '\e802';
} /* '' */

.icon-credit-card:before {
	content: '\e803';
} /* '' */

.icon-floppy:before {
	content: '\e804';
} /* '' */

.icon-megaphone:before {
	content: '\e805';
} /* '' */

.icon-hdd:before {
	content: '\e806';
} /* '' */

.icon-key:before {
	content: '\e807';
} /* '' */

.icon-fork:before {
	content: '\e808';
} /* '' */

.icon-rocket:before {
	content: '\e809';
} /* '' */

.icon-bug:before {
	content: '\e80a';
} /* '' */

.icon-certificate:before {
	content: '\e80b';
} /* '' */

.icon-tasks:before {
	content: '\e80c';
} /* '' */

.icon-filter:before {
	content: '\e80d';
} /* '' */

.icon-beaker:before {
	content: '\e80e';
} /* '' */

.icon-magic:before {
	content: '\e80f';
} /* '' */

.icon-cab:before {
	content: '\e810';
} /* '' */

.icon-taxi:before {
	content: '\e811';
} /* '' */

.icon-truck:before {
	content: '\e812';
} /* '' */

.icon-bus:before {
	content: '\e813';
} /* '' */

.icon-bicycle:before {
	content: '\e814';
} /* '' */

.icon-motorcycle:before {
	content: '\e815';
} /* '' */

.icon-train:before {
	content: '\e816';
} /* '' */

.icon-subway:before {
	content: '\e817';
} /* '' */

.icon-ship:before {
	content: '\e818';
} /* '' */

.icon-money:before {
	content: '\e819';
} /* '' */

.icon-euro:before {
	content: '\e81a';
} /* '' */

.icon-pound:before {
	content: '\e81b';
} /* '' */

.icon-dollar:before {
	content: '\e81c';
} /* '' */

.icon-rupee:before {
	content: '\e81d';
} /* '' */

.icon-yen:before {
	content: '\e81e';
} /* '' */

.icon-rouble:before {
	content: '\e81f';
} /* '' */

.icon-shekel:before {
	content: '\e820';
} /* '' */

.icon-try:before {
	content: '\e821';
} /* '' */

.icon-won:before {
	content: '\e822';
} /* '' */

.icon-bitcoin:before {
	content: '\e823';
} /* '' */

.icon-viacoin:before {
	content: '\e824';
} /* '' */

.icon-sort:before {
	content: '\e825';
} /* '' */

.icon-sort-down:before {
	content: '\e826';
} /* '' */

.icon-sort-up:before {
	content: '\e827';
} /* '' */

.icon-sort-alt-up:before {
	content: '\e828';
} /* '' */

.icon-sort-alt-down:before {
	content: '\e829';
} /* '' */

.icon-sort-name-up:before {
	content: '\e82a';
} /* '' */

.icon-sort-name-down:before {
	content: '\e82b';
} /* '' */

.icon-sort-number-up:before {
	content: '\e82c';
} /* '' */

.icon-sort-number-down:before {
	content: '\e82d';
} /* '' */

.icon-hammer:before {
	content: '\e82e';
} /* '' */

.icon-gauge:before {
	content: '\e82f';
} /* '' */

.icon-sitemap:before {
	content: '\e830';
} /* '' */

.icon-spinner:before {
	content: '\e831';
} /* '' */

.icon-coffee:before {
	content: '\e832';
} /* '' */

.icon-food:before {
	content: '\e833';
} /* '' */

.icon-beer:before {
	content: '\e834';
} /* '' */

.icon-user-md:before {
	content: '\e835';
} /* '' */

.icon-stethoscope:before {
	content: '\e836';
} /* '' */

.icon-heartbeat:before {
	content: '\e837';
} /* '' */

.icon-ambulance:before {
	content: '\e838';
} /* '' */

.icon-medkit:before {
	content: '\e839';
} /* '' */

.icon-h-sigh:before {
	content: '\e83a';
} /* '' */

.icon-bed:before {
	content: '\e83b';
} /* '' */

.icon-hospital:before {
	content: '\e83c';
} /* '' */

.icon-building:before {
	content: '\e83d';
} /* '' */

.icon-building-filled:before {
	content: '\e83e';
} /* '' */

.icon-bank:before {
	content: '\e83f';
} /* '' */

.icon-smile:before {
	content: '\e840';
} /* '' */

.icon-frown:before {
	content: '\e841';
} /* '' */

.icon-meh:before {
	content: '\e842';
} /* '' */

.icon-anchor:before {
	content: '\e843';
} /* '' */

.icon-terminal:before {
	content: '\e844';
} /* '' */

.icon-eraser:before {
	content: '\e845';
} /* '' */

.icon-puzzle:before {
	content: '\e846';
} /* '' */

.icon-shield:before {
	content: '\e847';
} /* '' */

.icon-extinguisher:before {
	content: '\e848';
} /* '' */

.icon-bullseye:before {
	content: '\e849';
} /* '' */

.icon-wheelchair:before {
	content: '\e84a';
} /* '' */

.icon-language:before {
	content: '\e84b';
} /* '' */

.icon-graduation-cap:before {
	content: '\e84c';
} /* '' */

.icon-paw:before {
	content: '\e84d';
} /* '' */

.icon-spoon:before {
	content: '\e84e';
} /* '' */

.icon-cube:before {
	content: '\e84f';
} /* '' */

.icon-cubes:before {
	content: '\e850';
} /* '' */

.icon-recycle:before {
	content: '\e851';
} /* '' */

.icon-tree:before {
	content: '\e852';
} /* '' */

.icon-database:before {
	content: '\e853';
} /* '' */

.icon-server:before {
	content: '\e854';
} /* '' */

.icon-lifebuoy:before {
	content: '\e855';
} /* '' */

.icon-rebel:before {
	content: '\e856';
} /* '' */

.icon-empire:before {
	content: '\e857';
} /* '' */

.icon-bomb:before {
	content: '\e858';
} /* '' */

.icon-soccer-ball:before {
	content: '\e859';
} /* '' */

.icon-tty:before {
	content: '\e85a';
} /* '' */

.icon-binoculars:before {
	content: '\e85b';
} /* '' */

.icon-plug:before {
	content: '\e85c';
} /* '' */

.icon-newspaper:before {
	content: '\e85d';
} /* '' */

.icon-calc:before {
	content: '\e85e';
} /* '' */

.icon-copyright:before {
	content: '\e85f';
} /* '' */

.icon-at:before {
	content: '\e860';
} /* '' */

.icon-eyedropper:before {
	content: '\e861';
} /* '' */

.icon-brush:before {
	content: '\e862';
} /* '' */

.icon-birthday:before {
	content: '\e863';
} /* '' */

.icon-diamond:before {
	content: '\e864';
} /* '' */

.icon-street-view:before {
	content: '\e865';
} /* '' */

.icon-venus:before {
	content: '\e866';
} /* '' */

.icon-mars:before {
	content: '\e867';
} /* '' */

.icon-mercury:before {
	content: '\e868';
} /* '' */

.icon-transgender:before {
	content: '\e869';
} /* '' */

.icon-transgender-alt:before {
	content: '\e86a';
} /* '' */

.icon-venus-double:before {
	content: '\e86b';
} /* '' */

.icon-mars-double:before {
	content: '\e86c';
} /* '' */

.icon-venus-mars:before {
	content: '\e86d';
} /* '' */

.icon-mars-stroke:before {
	content: '\e86e';
} /* '' */

.icon-mars-stroke-v:before {
	content: '\e86f';
} /* '' */

.icon-mars-stroke-h:before {
	content: '\e870';
} /* '' */

.icon-neuter:before {
	content: '\e871';
} /* '' */

.icon-cc-visa:before {
	content: '\e872';
} /* '' */

.icon-cc-mastercard:before {
	content: '\e873';
} /* '' */

.icon-cc-discover:before {
	content: '\e874';
} /* '' */

.icon-cc-amex:before {
	content: '\e875';
} /* '' */

.icon-cc-paypal:before {
	content: '\e876';
} /* '' */

.icon-cc-stripe:before {
	content: '\e877';
} /* '' */

.icon-adn:before {
	content: '\e878';
} /* '' */

.icon-android:before {
	content: '\e879';
} /* '' */

.icon-angellist:before {
	content: '\e87a';
} /* '' */

.icon-apple:before {
	content: '\e87b';
} /* '' */

.icon-behance:before {
	content: '\e87c';
} /* '' */

.icon-behance-squared:before {
	content: '\e87d';
} /* '' */

.icon-bitbucket:before {
	content: '\e87e';
} /* '' */

.icon-bitbucket-squared:before {
	content: '\e87f';
} /* '' */

.icon-buysellads:before {
	content: '\e880';
} /* '' */

.icon-cc:before {
	content: '\e881';
} /* '' */

.icon-codeopen:before {
	content: '\e882';
} /* '' */

.icon-connectdevelop:before {
	content: '\e883';
} /* '' */

.icon-css3:before {
	content: '\e884';
} /* '' */

.icon-dashcube:before {
	content: '\e885';
} /* '' */

.icon-delicious:before {
	content: '\e886';
} /* '' */

.icon-deviantart:before {
	content: '\e887';
} /* '' */

.icon-digg:before {
	content: '\e888';
} /* '' */

.icon-dribbble:before {
	content: '\e889';
} /* '' */

.icon-dropbox:before {
	content: '\e88a';
} /* '' */

.icon-drupal:before {
	content: '\e88b';
} /* '' */

.icon-facebook:before {
	content: '\e88c';
} /* '' */

.icon-facebook-squared:before {
	content: '\e88d';
} /* '' */

.icon-facebook-official:before {
	content: '\e88e';
} /* '' */

.icon-flickr:before {
	content: '\e88f';
} /* '' */

.icon-forumbee:before {
	content: '\e890';
} /* '' */

.icon-foursquare:before {
	content: '\e891';
} /* '' */

.icon-git-squared:before {
	content: '\e892';
} /* '' */

.icon-git:before {
	content: '\e893';
} /* '' */

.icon-github:before {
	content: '\e894';
} /* '' */

.icon-github-squared:before {
	content: '\e895';
} /* '' */

.icon-github-circled:before {
	content: '\e896';
} /* '' */

.icon-gittip:before {
	content: '\e897';
} /* '' */

.icon-google:before {
	content: '\e898';
} /* '' */

.icon-gplus:before {
	content: '\e899';
} /* '' */

.icon-gplus-squared:before {
	content: '\e89a';
} /* '' */

.icon-gwallet:before {
	content: '\e89b';
} /* '' */

.icon-hacker-news:before {
	content: '\e89c';
} /* '' */

.icon-html5:before {
	content: '\e89d';
} /* '' */

.icon-instagram:before {
	content: '\e89e';
} /* '' */

.icon-ioxhost:before {
	content: '\e89f';
} /* '' */

.icon-joomla:before {
	content: '\e8a0';
} /* '' */

.icon-jsfiddle:before {
	content: '\e8a1';
} /* '' */

.icon-lastfm:before {
	content: '\e8a2';
} /* '' */

.icon-lastfm-squared:before {
	content: '\e8a3';
} /* '' */

.icon-leanpub:before {
	content: '\e8a4';
} /* '' */

.icon-linkedin-squared:before {
	content: '\e8a5';
} /* '' */

.icon-linux:before {
	content: '\e8a6';
} /* '' */

.icon-linkedin:before {
	content: '\e8a7';
} /* '' */

.icon-maxcdn:before {
	content: '\e8a8';
} /* '' */

.icon-meanpath:before {
	content: '\e8a9';
} /* '' */

.icon-openid:before {
	content: '\e8aa';
} /* '' */

.icon-pagelines:before {
	content: '\e8ab';
} /* '' */

.icon-paypal:before {
	content: '\e8ac';
} /* '' */

.icon-pied-piper-squared:before {
	content: '\e8ad';
} /* '' */

.icon-pied-piper-alt:before {
	content: '\e8ae';
} /* '' */

.icon-pinterest:before {
	content: '\e8af';
} /* '' */

.icon-pinterest-circled:before {
	content: '\e8b0';
} /* '' */

.icon-pinterest-squared:before {
	content: '\e8b1';
} /* '' */

.icon-qq:before {
	content: '\e8b2';
} /* '' */

.icon-reddit:before {
	content: '\e8b3';
} /* '' */

.icon-reddit-squared:before {
	content: '\e8b4';
} /* '' */

.icon-renren:before {
	content: '\e8b5';
} /* '' */

.icon-sellsy:before {
	content: '\e8b6';
} /* '' */

.icon-shirtsinbulk:before {
	content: '\e8b7';
} /* '' */

.icon-simplybuilt:before {
	content: '\e8b8';
} /* '' */

.icon-skyatlas:before {
	content: '\e8b9';
} /* '' */

.icon-skype:before {
	content: '\e8ba';
} /* '' */

.icon-slack:before {
	content: '\e8bb';
} /* '' */

.icon-slideshare:before {
	content: '\e8bc';
} /* '' */

.icon-soundcloud:before {
	content: '\e8bd';
} /* '' */

.icon-spotify:before {
	content: '\e8be';
} /* '' */

.icon-stackexchange:before {
	content: '\e8bf';
} /* '' */

.icon-stackoverflow:before {
	content: '\e8c0';
} /* '' */

.icon-steam:before {
	content: '\e8c1';
} /* '' */

.icon-steam-squared:before {
	content: '\e8c2';
} /* '' */

.icon-stumbleupon:before {
	content: '\e8c3';
} /* '' */

.icon-stumbleupon-circled:before {
	content: '\e8c4';
} /* '' */

.icon-tencent-weibo:before {
	content: '\e8c5';
} /* '' */

.icon-trello:before {
	content: '\e8c6';
} /* '' */

.icon-tumblr:before {
	content: '\e8c7';
} /* '' */

.icon-tumblr-squared:before {
	content: '\e8c8';
} /* '' */

.icon-twitch:before {
	content: '\e8c9';
} /* '' */

.icon-twitter-squared:before {
	content: '\e8ca';
} /* '' */

.icon-twitter:before {
	content: '\e8cb';
} /* '' */

.icon-vimeo-squared:before {
	content: '\e8cc';
} /* '' */

.icon-vine:before {
	content: '\e8cd';
} /* '' */

.icon-vkontakte:before {
	content: '\e8ce';
} /* '' */

.icon-whatsapp:before {
	content: '\e8cf';
} /* '' */

.icon-wechat:before {
	content: '\e8d0';
} /* '' */

.icon-weibo:before {
	content: '\e8d1';
} /* '' */

.icon-windows:before {
	content: '\e8d2';
} /* '' */

.icon-wordpress:before {
	content: '\e8d3';
} /* '' */

.icon-xing:before {
	content: '\e8d4';
} /* '' */

.icon-xing-squared:before {
	content: '\e8d5';
} /* '' */

.icon-yelp:before {
	content: '\e8d6';
} /* '' */

.icon-youtube:before {
	content: '\e8d7';
} /* '' */

.icon-yahoo:before {
	content: '\e8d8';
} /* '' */

.icon-youtube-squared:before {
	content: '\e8d9';
} /* '' */

.icon-youtube-play:before {
	content: '\e8da';
} /* '' */

.icon-blank:before {
	content: '\e8db';
} /* '' */

.icon-ajust:before {
	content: '\e8dc';
} /* '' */

.icon-tint:before {
	content: '\e8dd';
} /* '' */

.icon-search:before {
	content: '\e8de';
} /* '' */

.icon-mail:before {
	content: '\e8df';
} /* '' */

.icon-mail-alt:before {
	content: '\e8e0';
} /* '' */

.icon-calendar-empty:before {
	content: '\e8e1';
} /* '' */

.icon-login:before {
	content: '\e8e2';
} /* '' */

.icon-logout:before {
	content: '\e8e3';
} /* '' */

.icon-mic:before {
	content: '\e8e4';
} /* '' */

.icon-mute:before {
	content: '\e8e5';
} /* '' */

.icon-volume-off:before {
	content: '\e8e6';
} /* '' */

.icon-volume-down:before {
	content: '\e8e7';
} /* '' */

.icon-volume-up:before {
	content: '\e8e8';
} /* '' */

.icon-headphones:before {
	content: '\e8e9';
} /* '' */

.icon-clock:before {
	content: '\e8ea';
} /* '' */

.icon-lightbulb:before {
	content: '\e8eb';
} /* '' */

.icon-block:before {
	content: '\e8ec';
} /* '' */

.icon-resize-full:before {
	content: '\e8ed';
} /* '' */

.icon-resize-full-alt:before {
	content: '\e8ee';
} /* '' */

.icon-resize-small:before {
	content: '\e8ef';
} /* '' */

.icon-resize-vertical:before {
	content: '\e8f0';
} /* '' */

.icon-resize-horizontal:before {
	content: '\e8f1';
} /* '' */

.icon-move:before {
	content: '\e8f2';
} /* '' */

.icon-zoom-in:before {
	content: '\e8f3';
} /* '' */

.icon-zoom-out:before {
	content: '\e8f4';
} /* '' */

.icon-down-circled2:before {
	content: '\e8f5';
} /* '' */

.icon-up-circled2:before {
	content: '\e8f6';
} /* '' */

.icon-left-circled2:before {
	content: '\e8f7';
} /* '' */

.icon-right-circled2:before {
	content: '\e8f8';
} /* '' */

.icon-down-dir:before {
	content: '\e8f9';
} /* '' */

.icon-up-dir:before {
	content: '\e8fa';
} /* '' */

.icon-left-dir:before {
	content: '\e8fb';
} /* '' */

.icon-right-dir:before {
	content: '\e8fc';
} /* '' */

.icon-down-open:before {
	content: '\e8fd';
} /* '' */

.icon-left-open:before {
	content: '\e8fe';
} /* '' */

.icon-right-open:before {
	content: '\e8ff';
} /* '' */

.icon-up-open:before {
	content: '\e900';
} /* '' */

.icon-angle-left:before {
	content: '\e901';
} /* '' */

.icon-angle-right:before {
	content: '\e902';
} /* '' */

.icon-angle-up:before {
	content: '\e903';
} /* '' */

.icon-angle-down:before {
	content: '\e904';
} /* '' */

.icon-angle-circled-left:before {
	content: '\e905';
} /* '' */

.icon-angle-circled-right:before {
	content: '\e906';
} /* '' */

.icon-angle-circled-up:before {
	content: '\e907';
} /* '' */

.icon-angle-circled-down:before {
	content: '\e908';
} /* '' */

.icon-angle-double-left:before {
	content: '\e909';
} /* '' */

.icon-angle-double-right:before {
	content: '\e90a';
} /* '' */

.icon-angle-double-up:before {
	content: '\e90b';
} /* '' */

.icon-angle-double-down:before {
	content: '\e90c';
} /* '' */

.icon-down:before {
	content: '\e90d';
} /* '' */

.icon-left:before {
	content: '\e90e';
} /* '' */

.icon-right:before {
	content: '\e90f';
} /* '' */

.icon-up:before {
	content: '\e910';
} /* '' */

.icon-down-big:before {
	content: '\e911';
} /* '' */

.icon-left-big:before {
	content: '\e912';
} /* '' */

.icon-right-big:before {
	content: '\e913';
} /* '' */

.icon-up-big:before {
	content: '\e914';
} /* '' */

.icon-right-hand:before {
	content: '\e915';
} /* '' */

.icon-left-hand:before {
	content: '\e916';
} /* '' */

.icon-up-hand:before {
	content: '\e917';
} /* '' */

.icon-down-hand:before {
	content: '\e918';
} /* '' */

.icon-left-circled:before {
	content: '\e919';
} /* '' */

.icon-right-circled:before {
	content: '\e91a';
} /* '' */

.icon-up-circled:before {
	content: '\e91b';
} /* '' */

.icon-down-circled:before {
	content: '\e91c';
} /* '' */

.icon-cw:before {
	content: '\e91d';
} /* '' */

.icon-ccw:before {
	content: '\e91e';
} /* '' */

.icon-arrows-cw:before {
	content: '\e91f';
} /* '' */

.icon-level-up:before {
	content: '\e920';
} /* '' */

.icon-level-down:before {
	content: '\e921';
} /* '' */

.icon-shuffle:before {
	content: '\e922';
} /* '' */

.icon-exchange:before {
	content: '\e923';
} /* '' */

.icon-history:before {
	content: '\e924';
} /* '' */

.icon-expand:before {
	content: '\e925';
} /* '' */

.icon-collapse:before {
	content: '\e926';
} /* '' */

.icon-expand-right:before {
	content: '\e927';
} /* '' */

.icon-collapse-left:before {
	content: '\e928';
} /* '' */

.icon-play:before {
	content: '\e929';
} /* '' */

.icon-play-circled:before {
	content: '\e92a';
} /* '' */

.icon-play-circled2:before {
	content: '\e92b';
} /* '' */

.icon-stop:before {
	content: '\e92c';
} /* '' */

.icon-pause:before {
	content: '\e92d';
} /* '' */

.icon-to-end:before {
	content: '\e92e';
} /* '' */

.icon-to-end-alt:before {
	content: '\e92f';
} /* '' */

.icon-to-start:before {
	content: '\e930';
} /* '' */

.icon-to-start-alt:before {
	content: '\e931';
} /* '' */

.icon-fast-fw:before {
	content: '\e932';
} /* '' */

.icon-fast-bw:before {
	content: '\e933';
} /* '' */

.icon-eject:before {
	content: '\e934';
} /* '' */

.icon-target:before {
	content: '\e935';
} /* '' */

.icon-signal:before {
	content: '\e936';
} /* '' */

.icon-wifi:before {
	content: '\e937';
} /* '' */

.icon-award:before {
	content: '\e938';
} /* '' */

.icon-desktop:before {
	content: '\e939';
} /* '' */

.icon-laptop:before {
	content: '\e93a';
} /* '' */

.icon-tablet:before {
	content: '\e93b';
} /* '' */

.icon-mobile:before {
	content: '\e93c';
} /* '' */

.icon-inbox:before {
	content: '\e93d';
} /* '' */

.icon-globe:before {
	content: '\e93e';
} /* '' */

.icon-sun:before {
	content: '\e93f';
} /* '' */

.icon-cloud:before {
	content: '\e940';
} /* '' */

.icon-flash:before {
	content: '\e941';
} /* '' */

.icon-moon:before {
	content: '\e942';
} /* '' */

.icon-umbrella:before {
	content: '\e943';
} /* '' */

.icon-flight:before {
	content: '\e944';
} /* '' */

.icon-fighter-jet:before {
	content: '\e945';
} /* '' */

.icon-paper-plane:before {
	content: '\e946';
} /* '' */

.icon-paper-plane-empty:before {
	content: '\e947';
} /* '' */

.icon-space-shuttle:before {
	content: '\e948';
} /* '' */

.icon-leaf:before {
	content: '\e949';
} /* '' */

.icon-font:before {
	content: '\e94a';
} /* '' */

.icon-bold:before {
	content: '\e94b';
} /* '' */

.icon-medium:before {
	content: '\e94c';
} /* '' */

.icon-italic:before {
	content: '\e94d';
} /* '' */

.icon-header:before {
	content: '\e94e';
} /* '' */

.icon-paragraph:before {
	content: '\e94f';
} /* '' */

.icon-text-height:before {
	content: '\e950';
} /* '' */

.icon-text-width:before {
	content: '\e951';
} /* '' */

.icon-align-left:before {
	content: '\e952';
} /* '' */

.icon-align-center:before {
	content: '\e953';
} /* '' */

.icon-align-right:before {
	content: '\e954';
} /* '' */

.icon-align-justify:before {
	content: '\e955';
} /* '' */

.icon-list:before {
	content: '\e956';
} /* '' */

.icon-indent-left:before {
	content: '\e957';
} /* '' */

.icon-indent-right:before {
	content: '\e958';
} /* '' */

.icon-list-bullet:before {
	content: '\e959';
} /* '' */

.icon-list-numbered:before {
	content: '\e95a';
} /* '' */

.icon-strike:before {
	content: '\e95b';
} /* '' */

.icon-underline:before {
	content: '\e95c';
} /* '' */

.icon-superscript:before {
	content: '\e95d';
} /* '' */

.icon-subscript:before {
	content: '\e95e';
} /* '' */

.icon-table:before {
	content: '\e95f';
} /* '' */

.icon-columns:before {
	content: '\e960';
} /* '' */

.icon-crop:before {
	content: '\e961';
} /* '' */

.icon-scissors:before {
	content: '\e962';
} /* '' */

.icon-paste:before {
	content: '\e963';
} /* '' */

.icon-briefcase:before {
	content: '\e964';
} /* '' */

.icon-suitcase:before {
	content: '\e965';
} /* '' */

.icon-ellipsis:before {
	content: '\e966';
} /* '' */

.icon-ellipsis-vert:before {
	content: '\e967';
} /* '' */

.icon-off:before {
	content: '\e968';
} /* '' */

.icon-road:before {
	content: '\e969';
} /* '' */

.icon-toggle-off:before {
	content: '\e96a';
} /* '' */

.icon-toggle-on:before {
	content: '\e96b';
} /* '' */

.icon-check:before {
	content: '\e96c';
} /* '' */

.icon-check-empty:before {
	content: '\e96d';
} /* '' */

.icon-circle:before {
	content: '\e96e';
} /* '' */

.icon-circle-empty:before {
	content: '\e96f';
} /* '' */

.icon-circle-thin:before {
	content: '\e970';
} /* '' */

.icon-circle-notch:before {
	content: '\e971';
} /* '' */

.icon-dot-circled:before {
	content: '\e972';
} /* '' */

.icon-asterisk:before {
	content: '\e973';
} /* '' */

.icon-gift:before {
	content: '\e974';
} /* '' */

.icon-fire:before {
	content: '\e975';
} /* '' */

.icon-magnet:before {
	content: '\e976';
} /* '' */

.icon-chart-bar:before {
	content: '\e977';
} /* '' */

.icon-mail-squared:before {
	content: '\e978';
} /* '' */

.icon-heart:before {
	content: '\e979';
} /* '' */

.icon-heart-empty:before {
	content: '\e97a';
} /* '' */

.icon-star:before {
	content: '\e97b';
} /* '' */

.icon-star-empty:before {
	content: '\e97c';
} /* '' */

.icon-star-half:before {
	content: '\e97d';
} /* '' */

.icon-star-half-alt:before {
	content: '\e97e';
} /* '' */

.icon-user:before {
	content: '\e97f';
} /* '' */

.icon-user-plus:before {
	content: '\e980';
} /* '' */

.icon-user-times:before {
	content: '\e981';
} /* '' */

.icon-users:before {
	content: '\e982';
} /* '' */

.icon-male:before {
	content: '\e983';
} /* '' */

.icon-female:before {
	content: '\e984';
} /* '' */

.icon-child:before {
	content: '\e985';
} /* '' */

.icon-user-secret:before {
	content: '\e986';
} /* '' */

.icon-video:before {
	content: '\e987';
} /* '' */

.icon-videocam:before {
	content: '\e988';
} /* '' */

.icon-picture:before {
	content: '\e989';
} /* '' */

.icon-camera:before {
	content: '\e98a';
} /* '' */

.icon-camera-alt:before {
	content: '\e98b';
} /* '' */

.icon-th-large:before {
	content: '\e98c';
} /* '' */

.icon-th:before {
	content: '\e98d';
} /* '' */

.icon-th-list:before {
	content: '\e98e';
} /* '' */

.icon-ok:before {
	content: '\e98f';
} /* '' */

.icon-ok-circled:before {
	content: '\e990';
} /* '' */

.icon-ok-circled2:before {
	content: '\e991';
} /* '' */

.icon-ok-squared:before {
	content: '\e992';
} /* '' */

.icon-cancel:before {
	content: '\e993';
} /* '' */

.icon-cancel-circled:before {
	content: '\e994';
} /* '' */

.icon-cancel-circled2:before {
	content: '\e995';
} /* '' */

.icon-plus:before {
	content: '\e996';
} /* '' */

.icon-plus-circled:before {
	content: '\e997';
} /* '' */

.icon-plus-squared:before {
	content: '\e998';
} /* '' */

.icon-plus-squared-alt:before {
	content: '\e999';
} /* '' */

.icon-minus:before {
	content: '\e99a';
} /* '' */

.icon-minus-circled:before {
	content: '\e99b';
} /* '' */

.icon-minus-squared:before {
	content: '\e99c';
} /* '' */

.icon-minus-squared-alt:before {
	content: '\e99d';
} /* '' */

.icon-help:before {
	content: '\e99e';
} /* '' */

.icon-help-circled:before {
	content: '\e99f';
} /* '' */

.icon-info-circled:before {
	content: '\e9a0';
} /* '' */

.icon-info:before {
	content: '\e9a1';
} /* '' */

.icon-home:before {
	content: '\e9a2';
} /* '' */

.icon-link:before {
	content: '\e9a3';
} /* '' */

.icon-unlink:before {
	content: '\e9a4';
} /* '' */

.icon-link-ext:before {
	content: '\e9a5';
} /* '' */

.icon-link-ext-alt:before {
	content: '\e9a6';
} /* '' */

.icon-attach:before {
	content: '\e9a7';
} /* '' */

.icon-lock:before {
	content: '\e9a8';
} /* '' */

.icon-lock-open:before {
	content: '\e9a9';
} /* '' */

.icon-lock-open-alt:before {
	content: '\e9aa';
} /* '' */

.icon-pin:before {
	content: '\e9ab';
} /* '' */

.icon-eye:before {
	content: '\e9ac';
} /* '' */

.icon-eye-off:before {
	content: '\e9ad';
} /* '' */

.icon-tag:before {
	content: '\e9ae';
} /* '' */

.icon-tags:before {
	content: '\e9af';
} /* '' */

.icon-bookmark:before {
	content: '\e9b0';
} /* '' */

.icon-bookmark-empty:before {
	content: '\e9b1';
} /* '' */

.icon-flag:before {
	content: '\e9b2';
} /* '' */

.icon-flag-empty:before {
	content: '\e9b3';
} /* '' */

.icon-flag-checkered:before {
	content: '\e9b4';
} /* '' */

.icon-thumbs-up:before {
	content: '\e9b5';
} /* '' */

.icon-thumbs-down:before {
	content: '\e9b6';
} /* '' */

.icon-thumbs-up-alt:before {
	content: '\e9b7';
} /* '' */

.icon-thumbs-down-alt:before {
	content: '\e9b8';
} /* '' */

.icon-download:before {
	content: '\e9b9';
} /* '' */

.icon-upload:before {
	content: '\e9ba';
} /* '' */

.icon-download-cloud:before {
	content: '\e9bb';
} /* '' */

.icon-upload-cloud:before {
	content: '\e9bc';
} /* '' */

.icon-reply:before {
	content: '\e9bd';
} /* '' */

.icon-reply-all:before {
	content: '\e9be';
} /* '' */

.icon-forward:before {
	content: '\e9bf';
} /* '' */

.icon-quote-left:before {
	content: '\e9c0';
} /* '' */

.icon-quote-right:before {
	content: '\e9c1';
} /* '' */

.icon-code:before {
	content: '\e9c2';
} /* '' */

.icon-export:before {
	content: '\e9c3';
} /* '' */

.icon-export-alt:before {
	content: '\e9c4';
} /* '' */

.icon-share:before {
	content: '\e9c5';
} /* '' */

.icon-share-squared:before {
	content: '\e9c6';
} /* '' */

.icon-pencil:before {
	content: '\e9c7';
} /* '' */

.icon-pencil-squared:before {
	content: '\e9c8';
} /* '' */

.icon-edit:before {
	content: '\e9c9';
} /* '' */

.icon-print:before {
	content: '\e9ca';
} /* '' */

.icon-retweet:before {
	content: '\e9cb';
} /* '' */

.icon-keyboard:before {
	content: '\e9cc';
} /* '' */

.icon-gamepad:before {
	content: '\e9cd';
} /* '' */

.icon-comment:before {
	content: '\e9ce';
} /* '' */

.icon-chat:before {
	content: '\e9cf';
} /* '' */

.icon-comment-empty:before {
	content: '\e9d0';
} /* '' */

.icon-chat-empty:before {
	content: '\e9d1';
} /* '' */

.icon-bell:before {
	content: '\e9d2';
} /* '' */

.icon-bell-alt:before {
	content: '\e9d3';
} /* '' */

.icon-bell-off:before {
	content: '\e9d4';
} /* '' */

.icon-bell-off-empty:before {
	content: '\e9d5';
} /* '' */

.icon-attention-alt:before {
	content: '\e9d6';
} /* '' */

.icon-attention:before {
	content: '\e9d7';
} /* '' */

.icon-attention-circled:before {
	content: '\e9d8';
} /* '' */

.icon-location:before {
	content: '\e9d9';
} /* '' */

.icon-direction:before {
	content: '\e9da';
} /* '' */

.icon-compass:before {
	content: '\e9db';
} /* '' */

.icon-trash:before {
	content: '\e9dc';
} /* '' */

.icon-trash-empty:before {
	content: '\e9dd';
} /* '' */

.icon-doc:before {
	content: '\e9de';
} /* '' */

.icon-docs:before {
	content: '\e9df';
} /* '' */

.icon-doc-text:before {
	content: '\e9e0';
} /* '' */

.icon-doc-inv:before {
	content: '\e9e1';
} /* '' */

.icon-doc-text-inv:before {
	content: '\e9e2';
} /* '' */

.icon-file-pdf:before {
	content: '\e9e3';
} /* '' */

.icon-file-word:before {
	content: '\e9e4';
} /* '' */

.icon-file-excel:before {
	content: '\e9e5';
} /* '' */

.icon-file-powerpoint:before {
	content: '\e9e6';
} /* '' */

.icon-file-image:before {
	content: '\e9e7';
} /* '' */

.icon-file-archive:before {
	content: '\e9e8';
} /* '' */

.icon-file-audio:before {
	content: '\e9e9';
} /* '' */

.icon-file-video:before {
	content: '\e9ea';
} /* '' */

.icon-file-code:before {
	content: '\e9eb';
} /* '' */

.icon-folder:before {
	content: '\e9ec';
} /* '' */

.icon-folder-open:before {
	content: '\e9ed';
} /* '' */

.icon-folder-empty:before {
	content: '\e9ee';
} /* '' */

.icon-folder-open-empty:before {
	content: '\e9ef';
} /* '' */

.icon-box:before {
	content: '\e9f0';
} /* '' */

.icon-rss:before {
	content: '\e9f1';
} /* '' */

.icon-rss-squared:before {
	content: '\e9f2';
} /* '' */

.icon-phone:before {
	content: '\e9f3';
} /* '' */

.icon-phone-squared:before {
	content: '\e9f4';
} /* '' */

.icon-fax:before {
	content: '\e9f5';
} /* '' */

.icon-menu:before {
	content: '\e9f6';
} /* '' */

.icon-cog:before {
	content: '\e9f7';
} /* '' */

.icon-cog-alt:before {
	content: '\e9f8';
} /* '' */

.icon-wrench:before {
	content: '\e9f9';
} /* '' */

.icon-sliders:before {
	content: '\e9fa';
} /* '' */

.icon-basket:before {
	content: '\e9fb';
} /* '' */

.icon-cart-plus:before {
	content: '\e9fc';
} /* '' */

.icon-cart-arrow-down:before {
	content: '\e9fd';
} /* '' */

.icon-calendar:before {
	content: '\e9fe';
} /* '' */

.icon-glass:before {
	content: '\e9ff';
} /* '' */

.icon-lemon:before {
	content: '\ea00';
} /* '' */

.icon-list-alt:before {
	content: '\ea01';
} /* '' */

.icon-qrcode:before {
	content: '\ea02';
} /* '' */

.icon-barcode:before {
	content: '\ea03';
} /* '' */

.icon-chart-area:before {
	content: '\ea04';
} /* '' */

.icon-chart-pie:before {
	content: '\ea05';
} /* '' */

.icon-chart-line:before {
	content: '\ea06';
} /* '' */
