/* main font for menu. */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400italic&subset=latin,latin-ext);


/*----- Count down style ------
.cntdown {
    color: #FACC2E;
	display: inline;
    font-size: 50px;
}*/

/*-------General-------*/
html, body {
	cursor: url("../img/cursor.png"), default;
}
a, button, i {
	cursor: url("../img/cursorlink.png"), default;
}

body {
	margin: 0px;
    font-family: "Open Sans", Sans-serif;
	background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
font-weight: 300;
    letter-spacing: 0.4px;
    font-family: "Open Sans", Sans-serif;
    color: #232323;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
	line-height: 23px;
    letter-spacing: 0.2px;
    color: #797979;
}
a {
	color: #000;
}

a:hover, a:focus, a:active, a.active {
    color: #fec503;
}
a, a:hover, a:focus, a:active, a.active {
	
    outline: 0;
	text-decoration: none;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

@media (min-width: 768px) {
	section {
	    padding: 150px 0;
	}
}

section {
    padding: 70px 0;
}
.container .jumbotron {
	margin-top: 50px;
	border-radius: 0px;
}
.tos p, ol, ul {
	color: #ddd;
}
.tos a{
	color: #fff;
}
.tos a:hover, .tos a:focus, .tos a:active, .tos a.active {
    color: #fec503;
	text-decoration: none;
}
.regards {
    background-image: url(../img/background.jpg);
    background-repeat: none;
    background-attachment: fixed;
    background-position: center center;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
}
.bans {
    background-image: url(../img/baneadosbg.png);
    background-repeat: none;
    background-attachment: fixed;
    background-position: center center;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
}
.statsfac {
    background-image: url(../img/factionsstatsbg.png);
    background-repeat: none;
    background-attachment: fixed;
    background-position: center center;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
}
.formsbg {
    background-image: url(../img/formulariosbg.png);
    background-repeat: none;
    background-attachment: fixed;
    background-position: center center;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
}
.history {
    background-image: url(../img/history.jpg);
    background-repeat: none;
    background-attachment: fixed;
    background-position: center center;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	/*opacity:0.5;*/
}
.formcc {
    background-image: url(../img/bgcc.jpg);
    background-repeat: none;
    background-attachment: fixed;
    background-position: center center;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
}


/*-------Nav-------*/

.navbar-default {
	background-color: #222;
	font-weight: bold;
	border-color: transparent;
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: "Montserrat",sans-serif;
    padding: 0px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #FACC2E;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
	background-color: #fed136;
	border-color: #fed136
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #fed136
}
.navbar-default .nav li a {
	font-family: "Roboto",sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	color:#fff;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #fed136;
	outline: 0;
	text-decoration: none;
    border-bottom: 5px solid #fec503;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fed136;
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fec503;
}

@media (min-width:768px) {
	.navbar-default
	{
		background-color: transparent;
		padding: 25px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0;
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px;
	}
	.navbar-default.navbar-shrink {
		background-color: #222;
		padding: 10px 0;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
	}
}

/*-------Header-------*/

header {
	background: linear-gradient(to top, rgba(14,14,14,0) 0%, rgba(14,14,14,0) 75%, rgba(14,14,14,0.95) 100%), url(../img/bgmp2.png);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
	header .intro-text {
	    padding-top: 300px;
	    padding-bottom: 200px;
	}
}

header .intro-text .intro-lead-in {
    /*font-family: "Playfair Display",sans-serif;*/
    font-style: bold;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

@media (min-width: 768px) {
	header .intro-text .intro-lead-in {
	    /*font-family: "Playfair Display",sans-serif;*/
	    font-style: bold;
	    font-size: 40px;
	    line-height: 40px;
	    margin-bottom: 25px;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

@media (min-width: 768px) {
	header .intro-text .intro-heading {
	    text-transform: uppercase;
	    font-weight: 700;
	    font-size: 75px;
	    line-height: 75px;
	    margin-bottom: 50px;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}
}

header img {
	opacity: 0.5;
}


/*-------Sections-------*/

.section-title h2 {
    font-size: 34px;
    text-transform: uppercase;
}

.section-title p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin: 20px 100px 60px 100px;
}

/*-------Acerca-------*/

.mz-module-about h3 {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.mz-module-about p {
font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #969696;
}

.ot-circle {
height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #3E3E3E;
    /* border: 3px solid #000; */
    border-radius: 100px;
    /* background-color: #E8E8E8; */
    margin: 0 2px 4px;
    font-size: 31px;
}

/*-------Dark Short section (counters, quote, etc)-------*/
.dark-bg {
    background: #323232;
    color: #fff;
}

.bg-img1 {
    background-image: url(../images/demo/office-bg.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-imgerror {
    background-image: url(../img/error/bgerror.png);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.light-bg {
	background-color: #f8f8f8;
}

.overlay-dark:before, .overlay-light:before {
    background-color: rgba(32,32,32,0.8);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-dark, .overlay-light {
    position: relative;
    z-index: 1;
}

.short-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.counter-item h2 {
    color: #fff;
    font-size: 60px;
    margin: 0;
}

.counter-item h6 {
    color: #fff;
    font-size: 19px;
    margin: 0;	
}

/*-------Series-------*/

.series-logo {
    height: 200px;
    text-align: center;
	margin-bottom: 50px;
}

.series-logo img {
    height: 100%;
    width: auto !important;
}

/*-------Footer-------*/

footer {
    padding: 30px;
    background-color: #222;  
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #fec503;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

/*-------Button-------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-xl {
    color: #fff;
    background-color: transparent;
    border-color: #FACC2E;
    font-family: "Robot",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
	margin-bottom: 50px;
}

/*-------Top Button-------*/
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    background: #fed136;
}
/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
	#back-top {
		position: fixed;
		bottom: 10px;
		right: 30px;
	}
	#back-top a {
		width: 40px;
		height: 40px;
	}
	#back-top i {
		margin-top: 7px;
		font-size: 20px;
	}
}

/*-------Custom-------*/
.logo-small {
    color: #FACC2E;
    font-size: 50px;
}

.logo {
    color: #FACC2E;
    font-size: 200px;
}
.naranja {
    color: #FACC2E;
	font-weight: bold;
}
.naranjabg {
    background-color: #FACC2E;
}
.blanco {
	color: #FFF;
}
.publienorme {
    color: #FACC2E;
	font-weight: bold;
	font-size: 200px;
}
.transparentbg {
    background-color: transparent;
}


/*-------Video-------*/
video { 
	display: block;
	opacity: 0.5;
}

video#bgvid {
	position: fixed; 
	right: 0; 
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto; 
	z-index: -100;
	background: url(../img/background.jpg) no-repeat;
	background-size: cover;
}
@media screen and (max-device-width: 800px) {
	html { 
		background: url(../img/background.jpg);
		background-repeat: none;
		background-attachment: fixed;
		background-position: center center;
		background-size: cover;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
	}
	#bgvid { 
		display: none; 
	}
}

/*-----Panel-----*/
.panel {
	border-radius:0px;
}

/*-----Forms-----*/
input[type=text] {
    border: 2px solid red;
    border-radius: 4px;
}
input[type=text]:focus {
    border: 3px solid #555;
}

/*-----Bans-----*/
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.avatar {
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 0px;
}

table tr td {
    padding-left: 0;
    padding-right: 0;
}

.litebans-pager {
    font-size: 30px;
}

.litebans-pager-left {
    float: left;
}

.litebans-pager-right {
    float: right;
}

.litebans-pager-active {
    color: darkcyan;
}

.litebans-pager-inactive {
    color: transparent;
}

input[type="text"] {
    border: 2px solid gold;
    border-radius: 0px;
}

.form-control {
    display: flex;
	margin-top: 0px;
    width: 100% !important;
    height: 70px;
    padding: 0px 12px;
    font-size: 25px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* table links */

tr.hover {
    cursor: pointer;
}

.label-ban {
    background-color: darkred;
}

.label-mute {
    background-color: dimgrey;
}

.label-warn {
    background-color: darkorange;
}

.label-kick {
    background-color: tomato;
}

/* ----- video bg -----*/
.video-background {
	background: #000;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: -99;
	opacity: 0.5;
}
.video-foreground,
.video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
	.video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
	.video-foreground { width: 300%; left: -100%; }
}


/*-----Error-----*/
.imgrotate {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

/* eSports */

.logoesportmp {
	margin-right: 80px;
}