

/** CLIC LOGO **/
.clic-logo		{ display:inline-block; margin:10px 0px; }
.clic-logo img	{ width:100%; max-width:296px; max-height:123px; }



/** HISTORY **/
.about-history			{ padding:20px 20px 20px 20px; margin:30px 0px; }
.about-history .text	{ width:230px; }

.about-history			{ border:5px solid #EEEEEE; background:#FFFFFF url(backgrounds/history-03.jpg) no-repeat 50% -20px; background-size:cover; }



/** TEAM MEMBERS **/
.team-wrapper .team-member			{ margin:20px 0px; }
.team-wrapper .image				{ float:left; width:250px; }
.team-wrapper .image img			{ width:100%; max-width:; max-height:; }
.team-wrapper .text					{ margin:0px 0px 0px 300px; line-height:1.8em; }
.team-wrapper h3					{ text-transform:uppercase; }

.team-wrapper						{ background:#FAFAFA; }
.team-wrapper .image				{ border:10px solid #FFFFFF; }

.group-image						{ display:block; float:none; }
.group-image .group-team			{ width:100%; }
.group-image .group-team img		{ width:100%; max-width:960px; max-height:640px; }


/** RESPONSIVE **/
@media screen and (max-width:400px){

	.about-history .text	{ width:140px; }

}

@media screen and (max-width:450px){

	.team-wrapper .image				{ float:none; width:250px; }
	.team-wrapper .text					{ margin:15px 0px 0px 0px; }

}