/* pop-up-window--open */

#fvpp-blackout {
	display: none;
	z-index: 499;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
}
#my-welcome-message {
	display: none;
	z-index: 500;
	position: fixed;
	width: 500px;
	left:0px; right:0px; margin:auto;
	top: 10%;
	padding: 1px;
	background: #FFF;
}
#my-welcome-message img {
	max-width: 100%;
}
#fvpp-close {
	background: #fff;
	padding: 3px 8px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}
#fvpp-dialog h2 {
	font-size: 2em;
	margin: 0;
}
#fvpp-dialog p {
	margin: 0;
}
 @media (max-width: 999px) {
#my-welcome-message {
	width: 90%;
	left: 20px;
	right: 20px;
	top: 20%;
}
}
/* pop-up-window--end */



 
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
	color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
/* single advisor styles */

.marging {
	margin: 0px;
	padding: 0px 0px 50px 0px;
}
.single-advisor .img-holder {
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}
.single-advisor .img-holder img {
	width: 100%;
	height: 100%;
}
.single-advisor .img-holder .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(40,47,57, .67);
	text-align: center;
	opacity: 0;
	transition: all .3s ease;
}
.single-advisor:hover .img-holder .overlay {
	opacity: 1;
}
.single-advisor .img-holder .overlay .inner {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
.single-advisor .img-holder .overlay .inner:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border: 1px solid rgba(255,255,255,.5);
}
.single-advisor .img-holder .overlay .social {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 30px;
	position: relative;
}
.single-advisor .img-holder .overlay .social li {
	display: inline;
	margin-right: 4px;
}
.single-advisor .img-holder .overlay .social li span {
	display: inline-block;
	width: 31px;
	height: 31px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
}
.single-advisor .content-holder {
	text-align: center;
	background: #0d5494;
	border-top: 2px solid #ff0707;
	display: block;
}
.single-advisor .content-holder {
}
.single-advisor .content-holder:before {
	background: #ff0707;
}
.single-advisor:hover .content-holder {
	border-top-color: #282F39;
}
.single-advisor:hover .content-holder:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.single-advisor:hover .content-holder h4 {
	color: #fff;
}
.single-advisor:hover .content-holder p {
	color: #4A4A4A;
}
.single-advisor .content-holder h4 {
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	display: inline-block;
	margin-top: 11px;
	margin-bottom: 11px;
	transition: all .3s ease;
}
.single-advisor .content-holder p {
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 14px;
	transition: all .3s ease;
}
