.rounded
{
	position:relative !important;
	border-radius:100% !important;	
}
.max-width
{
	width:100% !important;	
}
.max-height
{
	height:100% !important;	
}
.half-height
{
	height:50% !important;		
}
.spacer {
	width: 100%;
	height: 1vw;
}
.underline {
	text-decoration: underline;
}
.half-width
{
	width:50% !important;		
}
.quarter-height
{
	height:25% !important;		
}
.quarter-width
{
	width:25% !important;		
}
.fifth-width
{
	width:20% !important;		
}
.one-third-height
{
	height:33% !important;		
}
.one-third-width
{
	width:33% !important;		
}
.three-quarter-height
{
	height:75% !important;		
}
.three-quarter-width
{
	width:75% !important;		
}
.f-left
{
	float:left !important;	
}
.f-right
{
	float:right !important;	
}
.relative
{
	position:relative !important;	
}
.absolute
{
	position:absolute !important;	
}
.fixed
{
	position:fixed !important;	
}
.standard-border-grey
{
	border: 0.2vw #919191 solid !important;	
}
.standard-green-background
{
	background:#61D878 !important;
}	
.inline
{
	display:inline !important;	
}
.flex
{
	display:flex !important;	
}
.justify
{
	align-items: center !important;
	justify-content: center !important;
}
.over
{
	z-index:10 !important;	
}
.under
{
	z-index:1 !important;	
}
.hidden
{
	display:none !important;	
}
.text-center
{
	text-align:center !important;	
}
.text-left
{
	text-align:left !important;
}
.text-right
{
	text-align:right !important;
}
.half_width
{
	width: 50% !important;	
}
.hover
{
	cursor:pointer;
}
.a-overflow
{
	overflow:auto;
}
.container
{
	width:100% !important;
	/*height:100% !important;*/
}
.title, .title-small
{
	font-size:3vw;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bolder;
}
.title-small
{
	font-size:1.25vw !important;
}
.title
{
	height:15%;
	line-height:15%;
	color:white;
	background:#1a1616;
}
.sub-title
{
	height:10%;
	width:100%;
	color:white;
	font-size:1vw;
        font-weight:bold;
	border-bottom:solid 1px white;
	text-align: center;
}
.line{
	width: 100%;
	height: 0.1vw;
	background: white;
	margin-bottom: 5%;
}
#main ul{
	margin-top: 0 !important;
	padding-left: 5% !important;
}
.sub-text
{
	/*height:84%;*/
	width:90%;
	max-width: 90%;
	padding: 5%;
	color:white;
	overflow:auto;
	overflow-style: none;
	-ms-overflow-style: none;
	-o-overflow-style: none;
	-moz-overflow-style: none;
	-webkit-overflow-style: none;
}
.placeholder
{
	margin-top:6vw;
	width:100%;	
}
.textformat
{
	white-space:pre-wrap;
}
.hidden2
{
	left:100%;
}
.zoom {
	background: url("http://lorempixel.com/300/200");
	background-position:center;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
} 
.zoom:hover {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand'); /* IE6 and 7 */ 
} 
.sub-cat{
	margin-left: 1vw;
}
.introduction {
	font-size: 2.2vw;
	margin-top: 2vw;
	padding: 0;
	font-weight: bold;
	text-align: center;
}