/* @override
	http://local.btn.com/cont/js/modal/modal.css
	http://static.beveragetradenetwork.com/cont/js/modal/modal.css
	http://beveragetradenetwork.com/cont/js/modal/modal.css
*/

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#FFF;
  display:none;
}

#boxes .window {
  position:fixed;
  width:60rem;
  display:none;
  z-index:9999;
  padding:20px;
  -moz-box-shadow: 0 0 10px #000000;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
  border-radius: 1rem;
  background-color: #444444;
}

.fancybox-overlay .window {
  width: 25rem;
}

#boxes .window.light, 
.fancybox-overlay .window.light {
  background-color: #FFF;
}

#boxes .window header, 
.fancybox-overlay .window header {
	margin-bottom: 0.8em;
}

#boxes .window header h1, 
#boxes .window header h2,  
#boxes .window header h3, 
.fancybox-overlay .window h1, 
.fancybox-overlay .window h2,  
.fancybox-overlay .window h3 {
	margin-bottom: 0.5rem;
	font-family: 'Roboto Slab';
	font-weight: 700;
	font-size: 1.5rem;
  	color: #FFF;
}

#boxes .window.light h1, 
#boxes .window.light h2,  
#boxes .window.light h3, 
.fancybox-overlay .window.light h1, 
.fancybox-overlay .window.light h2,  
.fancybox-overlay .window.light h3 {
  	color: #3f454c;
}

#boxes .window header p, 
.fancybox-overlay .window p {
	font-size: 0.8rem;
  	color: #cfd1d6;
}

#boxes .window.light header p, 
.fancybox-overlay .window.light p {
  	color: #3f454c;
}
 
#boxes .window .content h2, 
.fancybox-overlay .window .content h2 {
	margin-bottom: 0.5rem;
	font-family: 'Roboto Slab';
	font-weight: 700;
	font-size: 1.1rem;
  	color: #FFF;
}

#boxes .window.light .content h2 {
  	color: #3f454c;
}

#boxes .window .content h3 {
	margin-bottom: 0.5rem;
	font-weight: 700;
	font-size: 1rem;
  	color: #e0e3e5;
}

#boxes .window article {
	border-bottom: none;
}

#boxes .window.light .content h3 {
  	color: #3f454c;
}

#boxes .window .content p, 
#boxes .window .cuerpo p {
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
  	color: #b7bfc4;
}

#boxes .window.light .content p, 
#boxes .window.light .cuerpo p {
  	color: #3f454c;
}

#boxes .window.light .content p a, 
#boxes .window.light .cuerpo p a, 
.fancybox-overlay .window.light .content p a, 
.fancybox-overlay .window.light .cuerpo p a {
  	color: #c7203d;
  	font-weight: 700;
}


#modal-form form .col1, 
#modal-form form .col2 {
	padding-top: 0px;
	width: 46%;
}

#modal-form form .col1 {
	margin-right: 4%;
}

.window p {
	font-size: 1rem;
}

.window a.btn.close {
	width: 2rem;
	height: 2rem;
	padding: 0.1rem;
	border: 2px solid #FFF;
	border-radius: 2rem;
	color: #FFF;
	display: block;
	background-color: #000;
	font-size: 1.2rem;
	text-align: center;
	-moz-box-shadow: 0 0 3px #000000;
	-webkit-box-shadow: 0 0 3px #000000;
	box-shadow: 0 0 3px #000000;
	position: absolute;
	top: -1rem;
	right: -0.9rem;
}

#modal-form form textarea {
	height: 238px;
}

.claimModal {
	
}