/*
*
* HEADER
*
*/
.header {
	width: 100%;
	background: url('./images/bg-top.jpg') right bottom no-repeat;
	background: #0a2047;
	height: 150px;
	position: relative;
}
.header .header_logo {
	width: 170px;
	height: 120px;
	/* 	background: #fff url('./images/logo-jbi-invest-100.gif') center center no-repeat; */
	background: url('./images/logo-jbi-invest-100-20-let.png') center center no-repeat;
	position: absolute;
	z-index: 999;
	top: 15px;
	cursor: pointer;
}
.header .header_callprice {
	position: absolute;
	z-index: 999;
	top: 15px;
	right: 0px;
}
.header .header_callprice div#header_call,
.header .header_callprice div.header_price,
.header .header_callprice div#header_bin {
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.header .header_callprice div#header_call {
	background: red url('./images/callprice.png') 0px 0px no-repeat;
}
.header .header_callprice div.header_price {
	margin-top: 2px;
	background: green url(./images/callprice.png) 0px -60px no-repeat;
}
.header .header_callprice div#header_bin {
	background: red url(./images/callprice2.png) 0px -120px no-repeat;
	position: relative;
}
.header .header_callprice div#header_bin #bincnt {
	background: #fff;
	border-radius: 16px;
	min-width: 16px;
	min-height: 16px;
	text-align: center;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 5px;
	top: 6px;
}
.header .header_toplabel {
	position: absolute;
	top: 35px;
	right: 0;
	color: #fff;
	font-size: 26px;
	display: table;
	width: 100%;
}
.header .header_toplabel div.header_label,
.header .header_toplabel div.header_phone {
	display: table-cell;
	vertical-align: middle;
}
.header .header_toplabel div.header_label {
	padding-left: 185px;
	width: 70%;
}
.header .header_toplabel div.header_phone {
	padding-right: 75px;
	width: 30%;
	text-align: center;
}
.header .header_toplabel>div {
	display: table-row;
	width: 100%;
	padding: 0;
}
.header .header_toplabel p {
	padding: 0;
	margin: 0;
}
.header .header_toplabel .title,
.header .header_toplabel .title * {
	font-size: 26px;
}
.header .header_toplabel .comment,
.header .header_toplabel .comment * {
	font-size: 13px;
}
.header .header_phone div * {
	color: silver;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
}
.header .header_phone div span {
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
}
.header .header_phone div:first-child span {
	font-weight: bold;
}
.header .header_phone div a {
	white-space: nowrap;
}
.header .header_phone div a span {
	font-size: 30px;
	color: #fff;
}
@media only screen and (max-width: 850px) {
	.header .header_toplabel 	 {
		display: block;
		clear: both;
		top: 15px;
	}
	.header .header_toplabel div.header_label {
		display: inline-block;
		width: auto;
		clear: both;
		padding-right: 15px;
	}
	.header .header_toplabel div.header_label span {
		display: none;
	}
	.header .header_toplabel div.header_phone {
		display: inline-block;
		width: auto;
		clear: both;
		padding-left: 185px;
	}
	.header .header_toplabel>div {
		display: block;
	}
}
@media only screen and (max-width: 592px) {
	.header {
		height: 110px;
	}
	.header .header_logo  {
		width: 130px;
		height: 80px;
/* 		background: #fff url('./images/logo-jbi-invest-75.gif') center center no-repeat; */
		background: url('./images/logo-jbi-invest-75-20-let.png') center center no-repeat;
	}
	.header .header_callprice div#header_call {
		background: red url('./images/callprice.png') -5px -5px no-repeat /*!important*/;
		background-size: 54px /*!important*/;
		width: 40px;
		height: 40px;
	}
	.header .header_callprice div.header_price {
		margin-top: 2px;
		width: 40px;
		height: 40px;
		background: red url('./images/callprice.png') -5px -59px no-repeat /*!important*/;
		background-size: 52px /*!important*/;
	}
	.header .header_callprice div#header_bin {
		width: 40px;
		height: 40px;
		background: red url(./images/callprice2.png) -4px -105px no-repeat /*!important*/;
		background-size: 50px /*!important*/;
		;
	}
	.header .header_callprice div#header_bin #bincnt {
		opacity: 0.85;
	}
	.header .header_toplabel div.header_label {
		padding-left: 145px;
		top: 10px;
	}
	.header .header_toplabel div.header_phone {
		padding-left: 145px;
		text-align: left;
	}
	.header .header_toplabel .title,
	.header .header_toplabel .title * {
		font-size: 18px;
	}
	.header .header_toplabel .comment,
	.header .header_toplabel .comment * {
		font-size: 11px;
	}
	.header .header_phone div * {
		font-size: 18px;
	}
	.header .header_phone div {
		font-size: 11px;
		text-transform: none;
	}
	.header .header_phone div span {
		font-size: 11px;
		text-transform: none;
	}
	.header .header_phone div a span {
		font-size: 18px;
	}
}
@media only screen and (max-width: 360px) {
	/*
	.header .header_toplabel .comment {
	display: none;
}
	.header .header_phone div {
	font-size: 10px;
}
	*/
}
@media only screen and (max-width: 350px) {
	/*.header .header_toplabel .title {
	display: none;
}
	*/
}
@media only screen and (max-width: 420px) {
	.header .header_logo {
		display: none;
	}
	.header .header_toplabel div.header_label,
	.header .header_toplabel div.header_phone {
		padding-left: 15px;
	}
}
@media print {
	.header .header_logo {
		display: none;
	}
	.header .header_toplabel div.header_label {
		padding-left: 0px;
		width: 60%;
	}
	.header {
		height: 100px;
	}
	.header .header_toplabel {
		top: 10px;
	}
	.header .header_toplabel div.header_label {
		color: black;
	}
}
/* page up 2021 */
.header .header_toplabel .comment, .header .header_toplabel .comment * {
	padding-right: 5px;
}
.header_phone div {
	text-align: left;
}
.header .header_callprice div#header_bin #bincnt {
	opacity: 0.85;
	right: 48px;
	top: -10px;
}
@media only screen and (min-width: 1120px) {
	div#p_header_bin.th_fixed {
		position: fixed !important;
		background: red;
	}
	div#header_bin.th_fixed {
		position: fixed !important;
		margin-right: 20px !important;
		margin-left: 60px !important;
		top: 14px !important;
		width: 44px !important;
		height: 40px !important;
		background: red url(./images/callprice2.png) -4px -105px no-repeat !important;
		background-size: 50px !important;
	}
	div#header_bin.th_fixed #bincnt {
		right: -11px !important;
		top: -10px !important;
	}
}
@media only screen and (max-width: 592px) {
	.header .header_callprice div#header_bin #bincnt {
		right: 28px;
		top: -10px;
	}
}
@media only screen and (max-width: 420px) {
	.header .header_logo {
		display: block !important;
		background-size: 100%;
		width: 74px;
		height: 82px;
	}
	.header .header_toplabel {
		top: 18px;
		zoom: 0.96;
	}
	.header .header_toplabel div.header_label, .header .header_toplabel div.header_phone {
		padding-left: 84px;
	}
}
@media print{
	.header_phone * {
		text-align: right !important;
	}
	div.header_phone {
		padding-right: 0 !important;
	}
}