/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.9.8
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/* GLOBAL STYLES */

/* HOME PAGE */

.slidervid img {
max-width:300px;
max-height:300px;
// margin-left:100px;
}

.hometop .homevidimg {
text-align:center;
}

.hometop .homevidimg img {
max-width:300px;
max-height:300px;
-moz-transition:all 0.125s ease-in-out;
transition:all 0.12s ease-in-out;
}

.hometop .homevidimg img:hover {
opacity:0.8;
}

.hometop .homevidimg a {
border-bottom:none !important;
}

.osicons img {
border-radius:100%;
transition:all 0.125s ease-in-out;
}

.osicons img:hover {
box-shadow:0 0 2px 2px #bdbdbd;
}

.home-page .w-blog-entry {
padding-bottom:0 !important;
margin-bottom:0 !important;
}

.home-page .w-blog-entry-preview {
height:260px;
overflow:hidden !important;
}

/* ABOUT US STYLES */

.w-team{
max-width: none;
}
.founder-member .w-team-image{
	overflow: visible;
	max-width: 250px;
	height: 250px;
	padding-bottom: 0px;
	margin: 0 auto;
}

.team-member{
padding-top: 25px;
}
.team-member .full-width { 
/* Creates a 1/12 column */
	 width: 5%;
}
.team-member .w-team-image{
	overflow: visible;
	max-width: 152px;
	height: 152px;
	padding-bottom: 0px;
	margin: 0 auto;
}

.team-member .w-team-image img {
width:152px !important;
height:152px !important;
}



