/*

	coresecure (c) 2015


*/

/* start team */
#team
{
		background-color: #fff;
}

#team0
{
		background-color: #3d3f3f;
}

#download
{
		background-color: #fff;
		background-image: url("../images/BLANK2s.jpg");
}

.fontblack
{
		color: #303030;
}

.titlesize
{
	font-size: 30px;
}

#team
{
/*
	background-image: url("../images/BLANK2.jpg");
	*/
}

#team .team-wrapper
	{
		background: #404040;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}
#team .team-wrapper:hover
	{
		cursor: default;
		opacity: 0.8;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #28a7e9;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}

