

/** 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; }

.about-image img 							{ width:100%; max-width:480px; max-height:640px; margin:10px 0px; }
.office-title 								{ text-align:center; padding:0px 0px 20px 0px; margin:0px; }



/** MEET THE TEAM **/
.team-wrapper								{ text-align:center; padding:30px 0px; font-size:0px; }
.team-wrapper h2 {
	font-size:26px;
	padding:40px 0px 20px 10px;
	text-transform:uppercase;
}
.team-wrapper .member-box					{ font-size:12px; line-height:normal; display:inline-block; width:50%; margin:0px 0px 30px 0px; text-align:center; }
.team-wrapper .member-spacing				{ padding:20px; }
.team-wrapper .image						{ padding:5px; margin:0px 0px 20px 0px; }
.team-wrapper .image img					{ width:100%; max-width:; max-height:; }
.team-wrapper .name							{ text-transform:uppercase; font-weight:bold; font-size:1.3em; }
.team-wrapper .position						{ margin:10px 0px; }
.team-wrapper .email						{ text-transform:lowercase; }

.team-wrapper .image						{ border:1px solid #EFEFEF; }
.team-wrapper .name							{ color:#AD172B; }
.team-wrapper .position						{ color:#777777; }
.team-wrapper .email						{ color:#154733; }



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

	.team-wrapper .member-spacing			{ padding:10px; }

}

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

	.team-wrapper .member-box				{ width:50%; }

}

@media screen and (max-width:580px){
	.team-wrapper h2 {
		text-align:center;
		padding:40px 0px;
	}
	.team-wrapper .member-box				{ display:block; width:100%; margin:0px auto 30px auto; max-width:320px; }

}


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

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

}
