/* CSS for thumbnail selectors*/
	
	
.thumb {
	position: relative;
	overflow: hidden;
	width: 47%;
	height: auto;
	margin: 0 2% 20px 0;
	float: left;
	text-align: left;
	display: block;
	text-decoration: none;
	overflow: hidden;
	}
	

		/* --- Link configuration that contains the image and label ----------------------------- */


.thumb img {
	width:100%;
	display:block;
	border: 0;
	}
	
	/* --- Label configuration -------------------------------------------------------------- */
.thumb span {
	position: absolute;
	font-family : "myriad-pro", Myriad Pro;
	font-size: 15pt;
	font-weight: 300;
	padding: 20px 30px 0 25px;
	text-align: left;
	text-decoration: none;
	letter-spacing:0;
	line-height: 120%;
	color: #fff;
	display:none
	}	
	
	.thumb a {
	font-family : "myriad-pro", Myriad Pro;
	font-size: 13pt;
	font-weight: 300;
	text-align: left;
	text-decoration: none;
	letter-spacing:0;
	line-height: 135%;
	color: #fff;
	}
	
.thumb a:hover {
text-decoration: underline;
	}
	
.thumb h3 {
	font-family : 'if-title';
	font-size: 28pt;
	font-weight: 300;
	line-height: 110%;
	color: #fff;
	margin: 0 0 5px 0;
	}
	
.partner_name {
	position: absolute;
	padding: 20px 30px 0 25px;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
	-webkit-text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
	 }

/* --- hover background masks ------------------------------------------------------------ */
.mask {
	opacity: 1;
	color: #000;
	height: 100%;
	}
            

.mask.grad {
background: url("../images/partners/mask/thumbnail_mask_4.png") no-repeat center center;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	}

.shadow {
-webkit-box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    8px 8px 14px rgba(0, 0, 0, 0.3);
	box-shadow:         8px 8px 14px rgba(0, 0, 0, 0.3);
	}
	
	
	
/* tablet Media queries
----------------------------------------------------- */	
	
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
	{
	
	.thumb span {
	font-size: 13pt;
	padding: 20px 20px 0 20px;
	}
	
.thumb a  {
	font-size: 13pt;
	}
	
.thumb h3 {
	font-size: 23pt;
	}
	
.partner_name {
	font-size: 13pt;
	padding: 20px 20px 0 20px;
	 }

} 
	
	
		/* phone Media
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen 
  and (min-width: 320px) 
  and (max-width: 768px)
 {

.thumb {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	float: left;
	text-align: left;
	}

#text_holder {
	position:relative; 
	float:left;
	top:0px; 
	margin-left: 2.5%;
	margin-top: 0;
	width:95%;
	min-width: 95%;
	height:auto;
	display:none;
	} 	

.thumb span {
	font-size: 12pt;
	padding: 15px 15px 0 15px;
	}
	
.thumb a  {
	font-size: 12pt;
	text-decoration: underline;
	}
	
.thumb h3 {
	font-size: 22pt;
	}
	
.partner_name {
	font-size: 12pt;
	padding: 15px 15px 0 15px;
	margin: 0;
	}	

 
}



