#header_1 {
	display: block;
	height: 16.66vw;
	width: 100%;
	max-height: 312px;
	min-height: 164px;
	position: relative;
	background-image: url("../../../../../images/background-texture.png");
	background-repeat: repeat;
}
#header_1 .header-logo {
	width: 16vw;
	min-width: 158px;
	max-width: 300px;
	top: 4vw;
	left: 8vw;
	display: inline;
	position: absolute;
}
#header_1 .header-logo img {

}
#header_1 .header-broker-picture {
	width: 11vw;
	min-width: 109px;
	max-width: 209px;
	left: 26vw;
	bottom: 0;
	display: inline;
	position: absolute;
}
#header_1 .header-broker-call {
	width: 11vw;
	min-width: 70px;
	max-width: 209px;
	left: 26vw;
	bottom: 0;
	display: inline;
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
/*	background-color: rgba(0,0,0,0.5); */
	color: #CCCCCC;
	-webkit-text-fill-color: #bbf7cd; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #1b4123;
	text-align: center;
	font-size: 1vw;
}
#header_1 .header-broker-picture img {

}
#header_1 .header-ph-logo {
	width: 16vw;
	min-width: 100px;
	max-width: 300px;
	top: 4vw;
	right: 8vw;
	display: inline;
	position: absolute;
}
#header_1 .header-slogan {
	width: 33vw;
	top: 4vw;
	left: 40vw;
	display: inline;
	position: absolute;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.9vw;
	color: #151313;
}
@media (min-width: 601px) and (max-width: 991px) {
	#header_1 .header-slogan {
		left: 35vw;
	}
	#header_1 .header-ph-logo {
		display: none;
	}
	#header_1 .header-broker-picture {
		right: 8vw;
		left: auto;
		
	}
	#header_1 .header-broker-call {
		right: calc(8vw - 20px);
		left: auto;
		font-size: 12px;
		width: 150px;
	}
}
@media (max-width: 600px) {
	#header_1 .header-slogan {
		display: none;
	}
	#header_1 .header-ph-logo {
		display: none;
	}
	#header_1 .header-broker-picture {
		right: 25px;
		left: auto;
		
	}
	#header_1 .header-logo {
		left: 25px;
	}
	#header_1 .header-broker-call {
		right: 8px;
		left: auto;
		font-size: 12px;
		width: 150px;
	}
}
