/* COLOUR REFERENCES

Green:		#79b044
Salmon:		#dd5638
Blue Gray:  #3e4249

*/

/* ==== GENERAL ==== */

body {
	margin-top: 50px;
	font-family: 'Oswald', Helvetica, sans-serif;
	font-size: 15px;
	background-color: black;
}

/* ==== GLOBAL ==== */

h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: bold;
}

h1 {
	font-size: 16px;
}

h1,h2 {
	margin: 0 0 40px;
}

h3 {
	margin: 20px 0;
}

h4 {
	font-size: 14px;
}

p {
	margin: 0 0 15px;
	color: white;
}

a:link, a:visited {
	color: #dd5638;
}

a:hover {
	text-decoration: none;
	color: #c9302c;
}

blockquote {
	padding: 0;
	border: none;
	font-style: italic;
	text-align: left;
}

blockquote cite {
	display: block;
	color: #777;
	margin: 15px 0 0 0;
}

blockquote:before {
	display: none;
}

img {
	max-width: 100%;
}

button, input, .btn, a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: white;
}


/* ==== NAVBAR ==== */
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

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

.navbar {
   background: rgba(67,66,68,0.8);
   border: none;
   border-radius: 0px;
   font-size: 15px;
   font-style: bold;
}

.navbar-brand {
padding-left: 15px;
padding-right: 0;
}

.nav li a {
margin-left: auto;
margin-right: auto;

}
.nav li {
background: rgba(67,66,68,0.8);
}
.nav li.transparent {
background: transparent !important;
}

.nav li.transparent a{
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

.jclogo {
	text-align: center;
}

.jclogo img {
	padding: 15px 10px;
	vertical-align: center;
	    display:block;
    margin:auto;

}

.wbclogo {
	text-align: center;
}
.wbclogo img {
	padding: 15px 10px;
	vertical-align: center;
	    display:block;
    margin:auto;

}

.navbar-toggle {
	margin-top: -55px;
}
/* ==== SOCIAL ICONS ==== */
#fixedsocial {
    top:30%;
    height:auto;
    width:2em;
    position:fixed;
    right: 0;
}

.social-box {
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 0;
  background-color: rgba(67,66,68,0.8);
  text-align: center;
}

.social-box:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.social-box a {  
  color: white;
  font-size: 1em;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
.social-box:hover {
    background:rgba(0,0,0,0.8);
    width:2.4em;
    background-size:2.4em;
    transition:ease 300ms;
    margin-left:-0.2em;
}

/* ==== HERO ==== */
.hero {
	padding-top: 80px;
}

.boxtitle h1{
	font-size: 64px;
	font-weight: bold;
	color: white;
	margin-bottom: 18px;
}
.boxtitle img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* ==== ESTADISTICAS ==== */
.fondogis {
	background: black url(../img/768/fondo-blanco.png) no-repeat top center fixed;
	background-size: 100% auto;
}
/*.fondostats {
	background: black url(../img/fondo-estadisticas.jpg) no-repeat top center fixed;
	background-size: 100% auto;
}*/
.stats {
	margin-top: 40px;
}

/* ==== BOXING RECORD ==== */
.boxline {
	width: 424px;
}
.dotline{
	background: url(../img/dotline.png) center top repeat-y;
	overflow:hidden;
}

/* ==== LA LEYENDA ==== */
.leyendaline {
	width: 420px;
	margin-bottom: 40px;
}
.fondoleyenda {
	background: black url(../img/fondo-la-leyenda.jpg) no-repeat top center fixed;
	background-size: 100% auto;
}
/* ==== CONTACTO ==== */
section .contacto {
	margin-left: 5px;
	margin-right: 5px;
}
.contacto {
	color: white;
	font-weight: lighter;
	overflow-x: hidden;
}
.contacto label {
	font-weight: lighter;
}
.contacto input,
.contacto textarea {
	border: none; 
	border-radius: 0px;
	background-color: rgba(111,112,114,0.4);
	color: white;
}
.contacto .btn {
	border-radius: 0px;
	color: black;
}
.contactoline {
	width: 420px;
	margin-bottom: 40px;
}
.contacto {
	margin-bottom: 30px;
}
/* ==== MERCANCIA ==== */
.merch span{
	background-color: #3B3A3C;
	padding-left: 5px;
	padding-right: 5px;
}

.merch h2{
	color: #DDDEE0;
	font-weight: lighter;
	font-size: 20px;
}

.square-box{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.square-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	padding: 15px;
}
.cajasmerch {
	margin-bottom: 15px;
	margin-top: 15px;
}

.cuboizquierda:before{
background: url('../img/cuboizq.png');
background-size: contain;
}
.cuboderecha:before{
background: url('../img/cuboder.png');
background-size: contain;
}

.mercancialine {
	width: 544px;
	margin-bottom: 40px;
}


/* ==== FOOTER ==== */
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-color: black;
    border-top: 1px solid rgba(67,66,68,.6);
}
footer .container .text-muted {
    margin: 2px 0 0 0;
    font-size: 10px;
    font-weight: normal;
    color: #6b6b6b;
}
footer .container a {
	color: #6b6b6b;
}
footer .right {
	text-align: right;
}
footer .left {
	text-align: left;
}
.wbcfooter {
    position: fixed;
    bottom: 30px;
    right: 10px;
    max-height: 30px;
}

/* ==== MODAL ==== */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content{
	background: rgba(256,256,256,0.4);
}
.fb-sharebtn img {
	margin-bottom: 3px;
}

/* ==== MEDIA QUERIES ==== */

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
.jclogo {
	text-align: left;
}
.jclogo img {
	max-height: 80px;
	margin-left: 0;

}
.wbclogo img {
	max-height: 50px;

}
#fixedsocial {
    top:35%;
} 
.navbar {
	font-size: 15px;
   background: rgba(67,66,68,0);
}
.nav li {
background: rgba(67,66,68,0);
}
.navbar-collapse{
   background: rgba(67,66,68,.8);
}
/* ==== HERO ==== */
.boxtitle h1{
	font-size: 30px;
	margin-bottom: 10px;
}

/* ==== BOXING RECORD ==== */
.boxline {
	width: 200px;
	height: 2.5px;
}
.sqrbox {
	width: 14px;
}

/* ==== LA LEYENDA ==== */
.leyendaline {
	width: 140px;
	height: 2.5px;
	margin-bottom: 40px;
}
.laleyenda p {
	font-weight: lighter;
	font-size: 10px;
}
footer .container .text-muted {
    margin: 2px 0 0 0;
    font-size: 8px;
}
.footer {
    height: 24px;
}
footer .container .text-muted {
    font-size: 6px;
}
footer .right {
	text-align: center;
}
footer .left {
	text-align: center;
}
/* ==== ESTADISTICAS ==== */
.stats {
	margin-top: 100px;
}
.estadisticasline {
	width: 168px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== CONTACTO ==== */
.contactoline {
	width: 128px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== MERCANCIA ==== */
.mercancialine {
	width: 244px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== ALTRUISMO ==== */
.altruismoline {
	width: 142px;
	height: 2.5px;
	margin-bottom: 40px;
}
.wbcfooter {
    position: fixed;
    bottom: 28px;
    right: 4px;
    max-height: 10px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.navbar {
   font-size: 15px;
}
.jclogo {
	text-align: left;
}
.jclogo img {
	max-height: 80px;
	margin-left: 0;
}
.wbclogo img {
	max-height: 50px;

}
#fixedsocial {
    top:35%;
}
.navbar {
   background: rgba(67,66,68,0);
}
.navbar-collapse{
   background: rgba(67,66,68,.8);
}
.nav li {
background: rgba(67,66,68,0);
}
/* ==== HERO ==== */
.boxtitle h1{
	font-size: 30px;
	margin-bottom: 10px;
}

/* ==== BOXING RECORD ==== */
.boxline {
	width: 200px;
	height: 2.5px;
}
.sqrbox {
	width: 14px;
}

/* ==== LA LEYENDA ==== */
.leyendaline {
	width: 140px;
	height: 2.5px;
	margin-bottom: 40px;
}
.laleyenda p {
	font-weight: lighter;
	font-size: 10px;
}
/* ==== ESTADISTICAS ==== */
.stats {
	margin-top: 200px;
}
.estadisticasline {
	width: 168px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== CONTACTO ==== */
.contactoline {
	width: 128px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== MERCANCIA ==== */
.mercancialine {
	width: 244px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== ALTRUISMO ==== */
.altruismoline {
	width: 142px;
	height: 2.5px;
	margin-bottom: 40px;
}
.wbcfooter {
    position: fixed;
    bottom: 28px;
    right: 4px;
    max-height: 12px;
}
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.navbar {
   font-size: 11px;
}
.navbar-collapse{
   background: rgba(67,66,68,0);
}
/*.jclogo {
	text-align: left;
}
.jclogo img {
	max-height: 120px;
	margin-left: 0;
}*/
.jclogo {
	text-align: center;
}
.jclogo img {
	max-height: 120px;
	margin: auto;
}
.wbclogo img {
	max-height: 55px;

}
#fixedsocial {
    top:35%;
}
.nav li {
background: rgba(67,66,68,0.8);
}
/* ==== HERO ==== */
.boxtitle h1{
	font-size: 34px;
	margin-bottom: 10px;
	margin-top: 60px;
}

/* ==== BOXING RECORD ==== */
.boxline {
	width: 224px;
	height: 2.5px;
}
.sqrbox {
	width: 14px;
}

/* ==== LA LEYENDA ==== */
.leyendaline {
	width: 160px;
	height: 2.5px;
	margin-bottom: 40px;
}
.laleyenda p {
	font-weight: lighter;
}
/* ==== ESTADISTICAS ==== */
.stats {
	margin-top: 240px;
}
.estadisticasline {
	width: 190px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== CONTACTO ==== */
.contactoline {
	width: 146px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== MERCANCIA ==== */
.mercancialine {
	width: 278px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== ALTRUISMO ==== */
.altruismoline {
	width: 158px;
	height: 2.5px;
	margin-bottom: 40px;
}
.wbcfooter {
    position: fixed;
    bottom: 32px;
    right: 8px;
    max-height: 14px;
}
.footer {
    height: 28px;
}
footer .container .text-muted {
    font-size: 8px;
}
footer .right {
	text-align: center;
}
footer .left {
	text-align: center;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 991px) {
.navbar {
   font-size: 11px;
}
.nav li a {
	padding-left: 8px;
	padding-right: 8px;
}
.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
/* ==== HERO ==== */
.boxtitle h1{
	font-size: 34px;
	margin-bottom: 10px;
	margin-top: 0px;
}

/* ==== BOXING RECORD ==== */
.boxline {
	width: 224px;
	height: 2.5px;
}
.sqrbox {
	width: 14px;
}

/* ==== LA LEYENDA ==== */
.leyendaline {
	width: 160px;
	height: 2.5px;
	margin-bottom: 40px;
}
.laleyenda p {
	font-weight: lighter;
}
/* ==== ESTADISTICAS ==== */
.stats {
	margin-top: 80px;
}
/* ==== CONTACTO ==== */
.contactoline {
	width: 146px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== MERCANCIA ==== */
.mercancialine {
	width: 278px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== ALTRUISMO ==== */
.altruismoline {
	width: 158px;
	height: 2.5px;
	margin-bottom: 40px;
}
.wbcfooter {
    position: fixed;
    bottom: 26px;
    right: 8px;
    max-height: 16px;
}
.footer {
    height: 20px;
}
footer .container .text-muted {
    margin: 2px 0 0 0;
    font-size: 10px;
}
footer .right {
	text-align: right;
}
footer .left {
	text-align: left;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.navbar {
   font-size: 13px;
}
.nav li a {
	padding-left: 14px;
	padding-right: 14px;
}
.container {
	width: 100%;
}
/* ==== HERO ==== */
.boxtitle h1{
	font-size: 38px;
	margin-bottom: 10px;
	margin-top: 0px;
}

/* ==== BOXING RECORD ==== */
.boxline {
	width: 248px;
	height: 2.5px;
}
.sqrbox {
	width: 14px;
}

/* ==== LA LEYENDA ==== */
.leyendaline {
	width: 176px;
	height: 2.5px;
	margin-bottom: 40px;
}
.laleyenda p {
	font-weight: lighter;
	font-size: 12px;
}

/* ==== ESTADISTICAS ==== */
.stats {
	margin-top: 100px;
}
.estadisticasline {
	width: 212px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== CONTACTO ==== */
.contactoline {
	width: 160px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== MERCANCIA ==== */
.mercancialine {
	width: 310px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== ALTRUISMO ==== */
.altruismoline {
	width: 176px;
	height: 2.5px;
	margin-bottom: 40px;
}
.wbcfooter {
    position: fixed;
    bottom: 26px;
    right: 8px;
    max-height: 16px;
}
}

@media only screen and (min-width : 1220px) {
.nav li a {
	padding-left: 15px;
	padding-right: 15px;
}
}


/* Custom */
@media only screen and (min-width : 1439px) {
.navbar {
   font-size: 15px;
}
/* ==== HERO ==== */
.boxtitle h1{
	font-size: 40px;
	margin-bottom: 10px;
	margin-top: 0px;
}

/* ==== BOXING RECORD ==== */
.boxline {
	width: 266px;
	height: 2.5px;
}
.sqrbox {
	width: 14px;
}

/* ==== LA LEYENDA ==== */
.leyendaline {
	width: 186px;
	height: 2.5px;
	margin-bottom: 40px;
}
.laleyenda p {
	font-weight: lighter;
	font-size: 13px;
}
/* ==== ESTADISTICAS ==== */
.stats {
	margin-top: 180px;
}
.estadisticasline {
	width: 228px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== CONTACTO ==== */
.contactoline {
	width: 174px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== MERCANCIA ==== */
.mercancialine {
	width: 326px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== ALTRUISMO ==== */
.altruismoline {
	width: 186px;
	height: 2.5px;
	margin-bottom: 40px;
}
.wbcfooter {
    position: fixed;
    bottom: 26px;
    right: 8px;
    max-height: 16px;
}
}

/* Custom */
@media only screen and (min-width : 1800px) {
/* ==== HERO ==== */
.boxtitle h1{
	font-size: 64px;
	margin-bottom: 18px;
}

/* ==== BOXING RECORD ==== */
.boxline {
	width: 420px;
}

/* ==== LA LEYENDA ==== */
.leyendaline {
	width: 296px;
	margin-bottom: 40px;
}
/* ==== ESTADISTICAS ==== */
.stats {
	margin-top: 200px;
}
.estadisticasline {
	width: 364px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== CONTACTO ==== */
.contactoline {
	width: 272px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== MERCANCIA ==== */
.mercancialine {
	width: 518px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== MERCANCIA ==== */
.altruismoline {
	width: 294px;
	height: 2.5px;
	margin-bottom: 40px;
}
.cajasmerchizq {
	margin-left: 10%;
}
.cajasmerchder {
	margin-right: 10%;
}
}

/* Custom */
@media only screen and (min-width : 2300px) {

/* ==== HERO ==== */
.boxtitle h1{
	font-size: 66.64px;
	margin-bottom: 18px;
}

/* ==== BOXING RECORD ==== */
.boxline {
	width: 440px;
}

/* ==== LA LEYENDA ==== */
.leyendaline {
	width: 310px;
	margin-bottom: 40px;
}
.laleyenda p {
	font-weight: lighter;
}

/* ==== ESTADISTICAS ==== */
.stats {
	margin-top: 240px;
}
.estadisticasline {
	width: 378px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== CONTACTO ==== */
.contactoline {
	width: 288px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== MERCANCIA ==== */
.mercancialine {
	width: 544px;
	height: 2.5px;
	margin-bottom: 40px;
}
/* ==== MERCANCIA ==== */
.altruismoline {
	width: 314px;
	height: 2.5px;
	margin-bottom: 40px;
}
.cajasmerchizq {
	margin-left: 32%;
}
.cajasmerchder {
	margin-right: 32%;
}
}
