@font-face{
	font-family:"Cooper";
	src:url("cooperl.ttf");
}

body {
	margin: 0;
	overflow: hidden;
	font-family: Cooper;
	font-weight:400;
	height:window.innerHeight;
}

li {
	display: inline-block;
	margin: 0 2% 0 2%;
}

li a {
	font-family: Cooper Std;
  	font-size: 14px;
  	line-height: 35px;
  	color: white;
  	text-align: center;
  	text-decoration: none;
}

h2 {
	position:fixed;
	top:55%;
	font-weight: 800;
	margin-top: -75px;
	left:50%;
	margin-left:-125px;
	color:white;
	font-weight: 600;
}

button {
	width:100px;
	height:30px;
	border:2px solid white;
	color:white;
	background:none;
	font-size:18px;
	font-weight: 600;
	font-family:Cooper;
}

button:hover {
	background-color:white;
	color:rgba(37,37,37,1);
}

.prompt {
	position:absolute;
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:10001;
}
.clickbutton:hover{
	transform: scale(0.9);	
	-webkit-transform: scale(0.9);	
}

.bottomcontent {
	height: 225px;
	position: absolute; !important;
	bottom: 0px !important;
	background-color:#2c2c2c;
	border-top: 4px solid #c7aa57;
}

.bigfootertext {
	margin-top: -12px !important;
}

.bottombar {
	display: none;
	height: 80px;
	width:100%;
	position: fixed;
	bottom: 0;
	z-index: 10001;
	background-color:#2c2c2c;
	border-top: 4px solid #c7aa57;
}

.nosotroscontent {
	width:85.5%;
	max-width:700px;
	height: 60%;
	position: absolute;
	background-color: rgba(37,37,37,0.8);
	/*border: 2px solid rgba(198,170,71,1);*/
	z-index: 15;
	top: 175px;
	left: 50%;
	margin: 0 0 0 -42%;
}

/*
::-webkit-scrollbar {
    display: none;
}
*/

::-webkit-scrollbar {
    width: 12px;
}

body, html { 
  -ms-overflow-style: none !important; 
}
 
::-webkit-scrollbar-track {
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width:5px;
    background-color: #2c2c2c;
    border: 1px solid #c7aa57;
}

.text {
	margin:15px 0 0 2%;
	width:98%;
	float:left;
	color:white;
	height:100%;
	overflow-y:scroll;
}

.bkg {
	position:absolute;
    top:0px;
    left:50%;
    margin-left:-650px;
    height:715px;
}

.bigfooter {
	position: absolute;
	width:80%;
	max-width:700px;
	left:50%;
	bottom:0 !important;
	margin-left:-40%;
	border:none;
	background:none;
}

.bignav {
	width:700px;
	height: 60%;
	position: absolute;
	z-index: 15;
	top: 160px;
	left: 50% !important;
	margin: -11.6em 0 0 -127px;
}

.smallbar {
	position:absolute;
	width:100%;
	bottom:16px;
	left:50% !important;
	margin-left: -40%;
}

.small {
	display: block !important;
}

.medium {
	display: none !important;
}

.large {
	display: none !important;
}

.smallnav {
	position:fixed;
	z-index:1001;
	top:10px;
	margin:-20px 0 0 -65px;
	display:none;
	left:50% !important;
}

p {
	text-align:justify;
	font-size:14px;
}

.bigbeer {
	width:110%;
	max-width:280px;
	bottom:18px;
	margin-top:-68%;
	left:50%
}

.smallonly {
	display:block;
}

.bigonly {
	display: none;
}

.smallimages {
		display: block;
	}

	.mediumimages {
		display: none;
	}

.textside {
		width:49%;
		overflow:hidden;
		float:left;
		margin-left:1%; 
	}

	.imageside {
		width:50%;
		float:left;
		float:left;
		padding:17px 0 0 0%;
		font-size:13px
	}

.contacto {
	font-size: 12px !important;
	display:none;
	color: white;
	position: fixed;
	z-index: 10001;
	left:50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -200px;
	width:300px;
	background-color: rgba(37,37,37,0.95);
	padding-bottom: 15px;
}

@media screen and (min-width: 430px) {
	.smallimages {
		display: none;
	}
}

@media screen and (min-width: 500px) {

	.textside {
		width:calc(99% - 225px);
		overflow:hidden;
		float:left;
		margin-left:1%
	}

	.imageside {
		width:225px;
		float:left;
		float:left;
		padding:17px 0 0 0%;
	}
}

@media screen and (min-width: 600px) {

	.textside {
		width:calc(99% - 245px);
		overflow:hidden;
		float:left;
		margin-left:1%
	}

	.imageside {
		width:240px;
		float:left;
		float:left;
		padding:17px 0 0 0%;
	}

	.smallimages {
		display: none;
	}

	.mediumimages {
		display: none;
	}

	.smallonly {
		display:none;
	}

	.bigonly {
		display: block;
	}

}

@media screen and (min-width: 600px) {
	.bottomcontent {
		height: 150px;
	}
}

@media screen and (min-width: 665px) {

	.bottomcontent {
		height: 140px;
		position: absolute;
		bottom: 0px !important;
		background-color:#2c2c2c;
		border-top: 4px solid #c7aa57;
	}

	.bigbeer {
		width:100%;
		max-width:280px;
		margin-top:-80%;
		left:50%
	}

	.smallnav {
		margin-top: -13px;
		margin-left: -250px;
		left:50%
	}

	.nosotroscontent {
		width:85.5%;
		max-width:700px;
		height: 69%;
		position: absolute;
		z-index: 15;
		top: 50%;
		left: 50%;
		margin: -15em 0 0 -40%;
	}

	.small {
		display: none !important;
	}

	.large {
		display: none !important;
	}

	.medium {
		display: block !important;
	}
}

@media screen and (min-width: 800px) {

	.small {
		display: none !important;
	}

	.large {
		display: block !important;
	}

	.medium {
		display: none !important;
	}
}

/* MEDIA QUERIES */

@media screen and (min-width: 835px) {
    .nosotroscontent {
		width:700px;
		height:69%;
		margin: -15em 0 0 -335px;
	}
	.bigfooter {
		width:700px;
		left:50%;
		margin-left:-350px;
	}

	.bignav {
		width:700px;
		margin: -11.6em 0 0 -320px;
	}

	.smallbar {
		position:absolute;
		width:150px;
		bottom:16px;
		left:50% !important;
		margin-left: -350px
	}

}
