
	li i { margin-top:5px; margin-left:8px; margin-right:8px;  vertical-align:text-bottom;}
	
	.mini  {
	max-width:40px;
	min-width:40px;
	width:40px;
	margin-left:5px;
	background-color:rgb(252, 252, 252,50);
	padding:0px;
	}
	
	.micro  {
	max-width:20px;
	min-width:20px;
	width:20px;
	margin-left:5px;
	background-color:rgb(252, 252, 252,50);
	padding:0px;
	}
	
	ul {
  list-style-type: none;
  vertical-align:text-top;
}


	li {
  list-style-type: none;
  vertical-align:text-top;
}

	h6 {
  list-style-type: none;
  vertical-align:text-top;
}

	.rounded {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	.top_left_rounded {
		-webkit-border-top-left-radius: 50px;
		-moz-border-top-left-radius: 50px;
		border-top-left-radius: 50px;
		
    }
		
	.bottom_left_rounded {
		-webkit-border-bottom-left-radius: 50px;
		-moz-border-bottom-left-radius: 50px;
		border-bottom-left-radius: 50px;
    }
	
	.top_right_rounded {
		-webkit-border-top-right-radius: 50px;
		-moz-border-top-right-radius: 50px;
		border-top-right-radius: 50px;
    }
	
	.bottom_right_rounded {
		-webkit-border-bottom-right-radius: 50px;
		-moz-border-bottom-right-radius: 50px;
		border-bottom-right-radius: 50px;
    }
	
	.right{
		text-align:right;
	}
	
	.reddish {
		background-color:#e01818;
	}
	
	.whiteish {
		background-color:#fefefe;
	}
	
	.greysh{
		background-color:#494949;
	}
	
	.blueish{
		background-color:rgb(26, 75, 119);
	}
	
	.Cred {
		color: rgba(150, 50, 50, 0.8);
	}
	
	.Cgreen {
		color: rgba(50, 150, 50, 0.8);
	}
	
	.Cgrey{
		color: rgba(150, 150, 150, 0.8);
	}
	.Cblue{
		color: rgba(50, 50, 150, 0.8);
	}
	
	.pourpleish{
		color:#8e038e;
	}
	
	.fashion_demo_f .mdl-card__media {
	background-image: url('images/fashion-demo.jpg');
	min-height:500px;
	}
	
	.fashion_demo_m .mdl-card__media {
	background-image: url('images/fashion_model_demo_m.jpg');
	min-height:500px;
	}
	
	.camera_operator .mdl-card__media {
	background-image: url('images/camera_operator.jpg');
	min-height:500px;
	}
	
	.photographer .mdl-card__media {
	background-image: url('images/photographer.jpg');
	min-height:500px;
	}
	
	.agency .mdl-card__media {
	background-image: url('images/agency.jpg');
	min-height:500px;
	}
	
	
.demo-card-square.mdl-card {
  width: 340px;
  height:200px;
}

.demo-card-square-large.mdl-card {
  width: 320px;
  padding:15px;
  height:250px;
  border-radius:5px;
}

.demo-card-square > .mdl-card__title {
  color: #f4d0d9;
  background:#356bc4;
  text-shadow: 0px 0px 0px rgba(201, 201, 201, 0);
  
}

.mdl-card__supporting-text {
	color: #41484c;
	 text-shadow: 2px 2px 2px rgba(201, 201, 201, 1);
}

label {
	margin-left:10px;
	position:relative;
	right:0px;
	color: #1356c1;
	width:60%;
}

	
	