/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        4.0.9
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/
.group-image-container .vc_col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
#group-image {
	width: 990px;
	height: 390px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#group-image .persons {
	position: absolute;
	top: 0;
}
#group-image .persons img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
#group-image .persons .pers-item {
	width: 990px;
	height: 390px;
	position: absolute;
	top: 0;
}
#pers0 .textbox {
	left: -30px;
	z-index: 1024;
}
#pers1 .textbox {
	left: 200px;
	z-index: 512;
}
#pers2 .textbox {
	left: 400px;
	z-index: 1024;
}
#pers3 .textbox {
	left: 800px;
	z-index: 512;
}



#group-image img {
	width: 100%;
	height: auto;
	display: block;
}
#group-image .pers-item {
	position: relative;
}
#group-image .textbox {
	position: absolute;
	display: none;
	bottom: 25px;
	z-index: 8192;
}
#group-image .textbox .content {
	opacity: 0;
	background-color: #162781;
}
#group-image .text-hover .textbox {
	display: block !important;
}
#group-image .text-hover .textbox .content {
	opacity: 1 !important;
	cursor: pointer;
}
#group-image .textbox .content p,
#group-image .textbox .content a {
	margin: 0;
	color: #fff;
	display: block;
	padding: 15px;
	white-space: nowrap;
}

#group-image .hover {
	display: none;
}
area {
	display: block;
	cursor: default;
}

@media screen and (max-width: 1024px) {
	#group-image {
		width: 774px;
		height: 305px;
	}
	#group-image .persons .pers-item,
	#group-image .persons img {
		width: 774px;
		height: 305px;
	}
	#pers0 .textbox{
		left: -25px;
	}
	#pers1 .textbox {
		left: 150px;
	}
	#pers2 .textbox {
		left: 315px;
	}
	#pers3 .textbox {
		left: 624px;
	}
}
@media screen and (max-width: 800px) {
	#group-image {
		width: 515px;
		height: 203px;
	}
	#group-image .persons .pers-item,
	#group-image .persons img {
		width: 515px;
		height: 203px;
	}

	#pers0 .textbox {
		left: -15px;
	}
	#pers1 .textbox {
		left: 100px;
	}
	#pers2 .textbox {
		left: 200px;
	}
	#pers3 .textbox {
		left: 400px;
	}
	
	#group-image .textbox {
		bottom: 10px;
	}
	#group-image .textbox .content p {
		font-size: 12px;
	}
}
@media screen and (max-width: 550px) {
	.group-image-container .wpb_content_element {
		margin-bottom: 0;
	}
	#group-image {
		width: 100%;
		height: auto;
	}
	#group-image .persons {
		position: relative;
	}
	#group-image .persons .pers-item,
	#group-image .persons img {
		width: 100%;
		height: auto;
	}
}