
#Grid .mix{
    opacity: 0;
	filter: alpha(opacity=0);
    display: none;
}
.container {display:inline-block;margin-bottom:57px;}
.button{
	border:1px solid white;
	margin:0;
	color:white;
	font-family: 'GFS Didot', serif;
	letter-spacing:2px;
	background:transparent;
	border-radius:4px;
	padding:8px;
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
	clear:both;
}
p{clear:both; display:block;}
.button:hover {
	background:white;
	color:#1b1b1b;
	cursor:pointer;
}
.btnsml{padding:3px 8px; font-size:10px; margin:8px auto; text-align:center; width:96px!important}

#close:hover{color:#1e1e1e;background-color: white;}
.emailoverlay{

	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color:black;
	z-index:10;
	opacity: 0.9;
	filter: alpha(opacity=90);
	display:none;
}
.inneremail {
	width: 33.333333%; /* Fallback */
	height: auto; /* Fallback */
	margin:auto;
	padding:20px;
}
.error_box, .success_box{width:100%; font-size:11px; line-height:16px; margin-top:10px; text-align:center;}
.success_box{display:none;font-size:16px; }


.cbp-rfgrid {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}

.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 20%; /* Fallback */
	width: -webkit-calc(100% / 5);
	width: calc(100% / 5);
}
.bigw,.bigm,.biga,.bigwelcome{
	width: 40%!important; /* Fallback */
	padding:15px;
}
.bigwelcome{
	width: 80%!important; /* Fallback */
	padding:140px;
}


.leftnav {
	position: relative;
	float: left;
	overflow: hidden;
	width: 20%; /* Fallback */
	width: -webkit-calc(100% / 5);
	width: calc(100% / 5);
}
.leftnav ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	.leftnav li{
	border-top:1px solid white;\
	background:transparent;
	padding:20px;
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
	}
	
	.leftnav li:hover{	
	cursor:pointer;	
	background:#fefefe;
	color:#1b1b1b;
	}
	.leftnav a{		
	cursor:pointer;
	}
.cbp-rfgrid li a,
.cbp-rfgrid li img,
.cbp-rfgrid li a img {
	display: block;
	width: 100%;
	cursor:crosshair;
}

.cbp-rfgrid li a img {
	max-width: 100%;
}

/* Flexbox is used for centering the heading */
.cbp-rfgrid li div {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #1b1b1b;
    opacity: 0;
	zoom:1;
	filter: alpha(opacity=0);
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cbp-rfgrid li:hover div {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor:crosshair;
}

#close{
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: black;
	padding: 0px 0px 0px 2px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	}
	
.cbp-rfgrid li div h3,h2,h1 {
	width: 100%;
	color: #fff;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 5px;
	margin:0px;
	text-align:center;
	border-bottom:solid 1px #999;
	clear:both;
}
.inner{  
  padding: 0;
  margin: 0;
  list-style: none;
  display:flex;
  align-content:center;
  flex-wrap:wrap;
  text-align:center;
  align:center;
  flex-direction:column;
  justify-content: center;
  }
  
h1{font-size:1.1em;}
h2{font-size:1em;}
h3{font-size:0.9em;}
.social {
	position:fixed; 
	bottom:0px; 
	line-height:60px; 
	font-size:20px;
	text-align:center; 
	right:0px; 
	height:60px; 
	width:60px; 
	background-color:#1b1b1b;
	z-index:2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	}
.social:hover {
	bottom:5px; 
	background-color:#fefefe; 
	color:#1b1b1b;
	cursor:pointer;
	}

/* Example for media query: change number of items per row */

@media screen and (max-width: 1190px) {
	.cbp-rfgrid li ,.leftnav{
		width: 25%; /* Fallback */
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
	}
	.bigw,.bigm,.biga{
	width: 50%!important; /* Fallback */
}
	.bigwelcome{
		width: 75%!important; /* Fallback */
}
}

@media screen and (max-width: 945px) {
	.cbp-rfgrid li,.leftnav {
		width: 33.3333333%; /* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
		.bigw,.bigm,.biga{
	width: 66.6666666%!important; /* Fallback */
}
	.bigwelcome{
		width: 66.6666666%!important; /* Fallback */
		padding:60px;
}
.inneremail {
	width: 50%; /* Fallback */

}}


@media screen and (max-width: 660px) {
	.cbp-rfgrid li,.leftnav {
		width:50%; /* Fallback */
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
.big {display:none!important;}
.inneremail {
	width: 60%; /* Fallback */

}

}

@media screen and (max-width: 400px) {
	.cbp-rfgrid li,.leftnav {
		width: 50%; /* Fallback */
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
.big {display:none!important;}
.inneremail {
	width: 70%; /* Fallback */

}

}

@media screen and (max-width: 300px) {
	.cbp-rfgrid li,.leftnav {
		width: 100%;
	}
.big {display:none!important;}
.inneremail {
	width: 90%; /* Fallback */

}

}