@charset "UTF-8";
/* CSS Document */

/* font face
 * --------------------------------------- */
@font-face {
    font-family: 'regular';
    src: url('../fonts/dejavusans-webfont.eot');
    src: url('../fonts/dejavusans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dejavusans-webfont.woff') format('woff'),
         url('../fonts/dejavusans-webfont.ttf') format('truetype'),
         url('../fonts/dejavusans-webfont.svg#dejavu_sansbook') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'bold';
    src: url('../fonts/DejaVuSans-Bold.eot');
    src: url('../fonts/DejaVuSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DejaVuSans-Bold.woff') format('woff'),
         url('../fonts/DejaVuSans-Bold.ttf') format('truetype'),
         url('../fonts/DejaVuSans-Bold.svg#dejavu_sansbook') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'M';
    src: url('../fonts/bpg_nino_mtavruli_normal.eot');
    src: url('../fonts/bpg_nino_mtavruli_normal.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bpg_nino_mtavruli_normal.woff') format('woff'),
         url('../fonts/bpg_nino_mtavruli_normal.ttf') format('truetype'),
         url('../fonts/bpg_nino_mtavruli_normal.svg#bpg_nino_mtavruliregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MB';
    src: url('../fonts/bpg_nino_mtavruli_bold.eot');
    src: url('../fonts/bpg_nino_mtavruli_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bpg_nino_mtavruli_bold.woff') format('woff'),
         url('../fonts/bpg_nino_mtavruli_bold.ttf') format('truetype'),
         url('../fonts/bpg_nino_mtavruli_bold.svg#bpg_nino_mtavrulibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'economist';
	src:url('../fonts/economist.eot?-sc5u');
	src:url('../fonts/economist.eot?#iefix-sc5u') format('embedded-opentype'),
		url('../fonts/economist.woff?-sc5u') format('woff'),
		url('../fonts/economist.ttf?-sc5u') format('truetype'),
		url('../fonts/economist.svg?-sc5u#economist') format('svg');
	font-weight: normal;
	font-style: normal;
}

:lang(en){
	font-family: Arial;
}
:lang(en-upper){
	text-transform: uppercase;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'economist';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.icon-pdf:before {
	content: "\e60a";
	font-size: 2.3em;
	color: #992a93;
}


.icon-arrow-down:before {
	content: "\e605";
}


.icon-youtube:before {
	content: "\e600";
	font-size: 2em;
}
.icon-facebook:before {
	content: "\e601";
	font-size: 2em;
}
.icon-arrow-left:before {
	content: "\e602";
}
.icon-arrow-right:before {
	content: "\e603";
	display: inline-block;
	margin-right: 4px;
}
.icon-search:before {
	content: "\e604";
	display: inline-block;
	float: right;
	font-size: 1.5em;
}

.icon-arrow-up:before {
	content: "\e606";
	color: #992a93;
}

.icon-uniE607:before {
	content: "\e607";
	font-size: 2em;
	color: #fff;
	display: block;
	margin-top: 7px;
}

.icon-send:before {
	content: "\e607";
	font-size: 1.6em;	
}
.icon-uniE608:before {
	display: inline-block;
	content: "\e608";
	font-size: 2em;
	padding: 7px 0px 0 12px;
}
.icon-xls:before {
	content: "\e614";
	color: #55B744;
	font-size: 2.5em;
}
.icon-uniE609:before {
	content: "\e609";
}
.icon-uniE603:before {
	content: "\e603";
	color: #fff;
	font-size: 1.3em;
	margin-top: 12px;
	display: inline-block;
}

.icon-arrow-sleft:before {
	content: "\e602";
	color: #d3d3d3;
}

.icon-arrow-sright:before {
	content: "\e603";
	color: #d3d3d3;
}

.icon-undo:before {
	content: "\e60b";
	display: inline-block;
	font-size: 2.2em;
	padding: 7px 0px 0 12px;
	color: #c09ec0;	
}




