
/*
Main
*/

*{
	font-family: Raleway;
}


/*
Titles
*/

h1{

}


/*
Elements
*/



/*
Forms
*/

.b-form{
	width: 40vw;
	height: 30vw;
	margin: 2vw 30vw;
}

input, button{
	width: 100%;
	height: 3.944vw;
	margin: 0 0 1vw 0;
	padding: 0 1.5vw;
	border: 0 none;
	font-size: 1.25vw;
	line-height: 1.944vw;
}

input{
	background: #FFF;
	color: #000 !important;
}

button{
	margin-top: 2vw;
	background: #1D71B8;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.b-form_error{
	display: none;
	padding: 1vw 0 0 0;
	font-size: 1.25vw;
	line-height: 1.944vw;
	color: #900;
}


/*
Header
*/

.b-header {
	height: 14vw;
	background: #fff;
}

.b-logo {
	float: left;
	height: 6.1vw;
	margin: 3.889vw 0 0 10vw;
}

.b-logo img{
	height: 100%;
	width: auto;
}

.b-main-menu{
	float: right;
	width: 57vw;
	height: 6.1vw;
	margin: 3.889vw 0 0 0;
	background: #1D71B8;
}

.b-main-menu_item{
	float: left;
	height: 100%;
	margin: 0;
	padding: 0 2.7vw;
	font-size: 1.25vw;
	line-height: 6.1vw;
	color: #fff;
}

.b-main-menu_item img{
	display: inline;
	height: 1.25vw;
	margin: 2.35vw 0.7vw 0 0;
}

.b-main-menu_item img.blue{
	width: 0;
	margin-right: 0;
}

.b-main-menu_item:first-child{
	margin-left: 5vw;
}

.b-main-menu_item:hover, .b-main-menu_item.active{
	background: #fff;
	color: #1d71b8;
	box-shadow: 0px 6px 4px -3px rgba(130,130,130,0.75);
	border-top: 1px solid #efefef;
}

.b-main-menu_item img.blue{
	width: 0;
	margin-right: 0;
}

.b-main-menu_item:hover img.blue, .b-main-menu_item.active img.blue{
	width: auto;
	margin-right: 0.7vw;
}

.b-main-menu_item:hover img.white, .b-main-menu_item.active img.white{
	width: 0;
	margin: 0;
}

.b-extra-menu{
	float: right;
	margin: 2vw 5vw 0 0;
}

.b-extra-menu_item{
	float: left;
	height: 1.944vw;
	margin: 0 2.2vw;
	padding: 0 0 2vw 0;
	font-size: 1.25vw;
	line-height: 1.944vw;
}

.b-extra-menu_item:hover, .b-extra-menu_item.active{
	border-bottom: 0.4vw solid #1d71b8;
}


/*
Content
*/

body{
	background: #fff;
}

.b-main{
	position: relative;
}

.b-title{
	position: absolute;
	left: 10vw;
	top: 4vw;
	width: 37.5vw;
	height: 5vw;
	border-bottom: 0.1vw solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 2.5vw;
	line-height: 4vw;
}

.b-title:after{
	content: ">";
	display: block;
	float: right;
	position: absolute;
	right: -0.3vw;
	bottom: -0.45vw;
	width: 1vw;
	height: 1vw;
	font-weight: 400;
	font-size: 1vw;
	line-height: 1vw;
	transform: scaleX(0.7);
	text-align: right;
}

.b-hubs{
	position: absolute;
	right: 10vw;
	top: 8.8vw;
	width: 37.5vw;
}

.b-hubs_main{
	display: block;
	width: 100%;
	height: 4.25vw;
	padding: 0 0 0 5vw;
	background: #fff url('../images/down.svg') no-repeat 32.5vw 1.7vw;
	background-size: 1.3vw;
	color: #1D71B8;
	font-weight: bold;
	font-size: 1.25vw;
	line-height: 4.25vw;
	cursor: pointer;
}

.b-hubs_main.open{
	background-image: url('../images/up.svg');
}

.b-hubs_dropdown{
	display: none;
	position: absolute;
	left: 0;
	top: 4.25vw;
	z-index: 10;
	width: 100%;
	margin: 0 0 10vw 0;
	background: #fff;
}

.b-hubs_dropdown li{
	width: 100%;
	height: 3vw;
	padding: 0 0 0 5vw;
	font-size: 1vw;
	line-height: 3vw;
	border-top: 0.1vw solid #1D71B8;
	cursor: pointer;
}

.b-text{
	position: absolute;
	left: 10vw;
	top: 27vw;
	width: 80%;
	height: 20vw;
}

.b-text p{
	font-size: 1.25vw;
	line-height: 1.85vw;
	color: #fff;
}

.b-login{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
}

.b-login_form{
	position: absolute;
	right: 10vw;
	top: 21.4vw;
	width: 22.222vw;
	margin: 0 0 0 -11.111vw;
	padding: 4vw 2vw 5vw 2vw;
}

.b-login_msg{
	font-size: 1vw;
	line-height: 1.2vw;
	color: #900;
}

.b-portal{
	position: relative;
	height: 49vw;
	padding: 7.63vw 10vw;
	background: #211F5E;
}

.b-portal *{
	color: #fff;
}

.b-portal a{
	text-decoration: underline;
}

.b-portal a:hover{
	text-decoration: none;
}

.b-portal_title{
	font-weight: bold;
	font-size: 4.444vw;
	line-height: 5.2vw;
}

.b-portal_comment{
	font-size: 1vw;
	line-height: 3.5vw;
}

.b-portal_functions{
	width: 60vw;
}

.b-portal_functions li{
	float: left;
	width: 25vw;
	height: 9vw;
	padding: 1.2vw 3vw 0 0;
	margin: 0 2vw 0 0;
	border-top: 0.1vw solid #1D71B8;
	font-size: 2.1vw;
	line-height: 2.5vw;
}

.b-explained{
	height: 77vw;
	padding: 2vw 0 0 10vw;
	background: #fff;
}

.b-explained_title{
	padding-right: 10vw;
	font-weight: bold;
	font-size: 3.333vw;
	line-height: 7vw;
	color: #1D71B8;
	text-align: center;
}

.b-explained_item{
	float: left;
	width: 25vw;
	height: 25vw;
	margin: 2.1vw 2.1vw 0 0;
	padding: 13.2vw 3vw 0 6vw;
	background: #1D71B8 url('../images/null.png') no-repeat 6.2vw 6vw;
	background-size: 23%;
	color: #fff;
	font-weight: bold;
	font-size: 1.9vw;
	line-height: 2.3vw;
	white-space: nowrap;
}

.b-explained_item__eurobonds{
	background-image: url('../images/eurobonds-white.svg');
}

.b-explained_item__credit-linked{
	background-image: url('../images/credit-linked-white.svg');
}

.b-explained_item__participation-notes{
	background-image: url('../images/participation-notes-white.svg');
	background-position: 6.2vw 5vw;
}

.b-explained_item__open-end{
	background-image: url('../images/open-end-white.svg');
}

.b-explained_item__asset-linked{
	background-image: url('../images/asset-linked-white.svg');
}

.b-explained_item__convertible-obligations{
	background-image: url('../images/convertible-obligations-white.svg');
}

.b-explained_item span{
	font-weight: 300;
}

.b-article_wrap{
	margin: 3vw 10vw 10vw 10vw;
}

.b-article_title{
	width: 20vw;
	margin: 0 0 5vw 0;
	padding: 2vw 0;
	font-weight: bold;
	font-size: 3.333vw;
	line-height: 4vw;
	border-bottom: 0.1vw solid #1D71B8;
	white-space: nowrap;
}

.b-article_text{
	margin-left: 6vw;
}

.b-illustration{
	position: relative;
	height: 41.666vw;
	margin: 0 0 6.666vw 0;
	overflow: hidden;
}

.b-illustration_img{
	float: left;
	width: 55.7vw;
	height: auto;
}

.b-illustration_img img{
	width: 100%;
	height: auto;
}

.b-illustration_article{
	position: absolute;
	left: 35.416vw;
	top: 7vw;
	width: 54.166vw;
	padding: 3.958vw 2.08vw;
	font-size: 3.333vw;
	line-height: 3.75vw;
	font-weight: 700;
	background: rgba(9,93,164,0.85);
	color: #fff;
}

.b-main-article{
	margin: 0 0 7vw 0;
}

.b-main-article a{
	color: #1D71B8;
	text-decoration: underline;
}

.b-main-article a:hover{
	text-decoration: none;
}

.b-main-article_wrap{
	display: table-row;
}

.b-main-article_img{
	display: table-cell;
	width: 30.2vw;
	padding: 0.5vw 2.1vw 0 0;
	text-align: right;
}

.b-main-article_img img{
	height: auto;
}

.page-index .b-main-article_img{
	width: 25vw;
}

.page-index .b-main-article_img img{
	width: 10.764vw;
}

.b-article_text{
	width: 52vw;
	font-size: 2.083vw;
	line-height: 2.5vw;
}

.b-article_text p{
	margin: 0 0 2.5vw 0;
}

.b-main-article_white-wrap{
	position: relative;
	margin: 12vw 0 0 0;
	padding: 3.82vw 0 5vw 6.8vw;
	background: #fff;
}

.b-main-article_white-wrap:before{
	content: "";
	position: absolute;
	left: -2vw;
	top: -2vw;
	display: block;
	width: 23vw;
	height: 23vw;
	border-left: 2vw solid #1D71B8;
	border-top: 2vw solid #1D71B8;
}

.b-bold{
	font-weight: 700;
	padding-left: 2.5vw;
	border-left: 0.7vw solid #1D71B8;
}

.b-contact{
	display: table;
}

.b-contact p{
	display: table-row;
}

.b-contact_icon, .b-contact_text{
	display: table-cell;
	padding: 0 0 2.3vw 0;
}

.b-contact_icon img{
	width: 2.777vw;
	height: 2.777vw;
	margin: 0 2.3vw 0 0;
}


/*
Footer
*/

.b-footer{
	height: 16.319vw;
	padding: 3vw 0 0 0;
	background: #211F5E;
}

.b-footer, .b-footer *{
	color: #fff;
}

.b-footer-menu, .b-footer-extra-menu, .b-footer_column, .b-footer_contacts{
	float: left;
	white-space: nowrap;
}

.b-footer-logo{
	display: block;
	height: 6.1vw;
}

.b-footer-logo img{
	height: 100%;
	width: auto;
}

.b-footer-menu{
	width: 12.222vw;
	margin: 0 0 0 10.416vw;
}

.b-footer-menu_item{
	display: block;
	font-weight: 700;
	font-size: 1.25vw;
	line-height: 1.944vw;
}

.b-footer-extra-menu{
	width: 13.888vw;
	margin: 0 0 0 2.388vw;
}

.b-footer-extra-menu_item{
	display: block;
	font-size: 1.25vw;
	line-height: 1.944vw;
}

.b-footer_column{
	margin: 0 0 0 9.123vw;
}

.b-copy{
	display: block;
	margin: 3.6vw 0 0 0;
	font-weight: 300;
	font-size: 1.25vw;
	line-height: 1.944vw;
	text-align: center;
}

.b-footer_contacts{
	margin: 0 0 0 11.316vw;
}

.b-footer_contacts p{
	margin: 0 0 1.85vw 0;
	font-size: 1.25vw;
	line-height: 1.944vw;
}
