/* CSS Document */
aside, nav, footer, header, section { display: block; }
html, body {
	margin: 0;
	width:100%;	
	text-align:center;
	padding:0;
	background-image:url(../img/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	min-width:1002px;
}
img {
	border:0;
}


@font-face {
    font-family: 'bpg_rioni_arial';
    src: url('fonts/bpg_rioni_arial.eot');
    src: url('fonts/bpg_rioni_arial.eot?#iefix') format('embedded-opentype'),
         url('fonts/bpg_rioni_arial.woff') format('woff'), 
         url('fonts/bpg_rioni_arial.ttf') format('truetype'), 
         url('fonts/bpg_rioni_arial.svg#bpg_nino_mtavrulibold') format('svg');
    /*font-weight: normal;
    font-style: normal;*/
}

/*@font-face {
    font-family: 'bpg';
    src: url('fonts/bpg_glaho-webfont.eot');
    src: url('fonts/bpg_glaho-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bpg_glaho-webfont.woff') format('woff'),
         url('fonts/bpg_glaho-webfont.ttf') format('truetype'),
         url('fonts/bpg_glaho-webfont.svg#bpg_glahoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
@font-face {
    font-family: 'BPGBannerCapsRegular';
    src: url('fonts/bpg_banner_caps.eot');
    src: url('fonts/bpg_banner_caps.eot') format('embedded-opentype'),
         url('fonts/bpg_banner_caps.woff2') format('woff2'),
         url('fonts/bpg_banner_caps.woff') format('woff'),
         url('fonts/bpg_banner_caps.ttf') format('truetype'),
         url('fonts/bpg_banner_caps.svg#BPGBannerCapsRegular') format('svg');
}

@font-face {
    font-family: 'bpg_glaho';
    src: url('fonts/bpg_glaho.eot');
    src: url('fonts/bpg_glaho.eot') format('embedded-opentype'),
         url('fonts/bpg_glaho.woff2') format('woff2'),
         url('fonts/bpg_glaho.woff') format('woff'),
         url('fonts/bpg_glaho.ttf') format('truetype'),
         url('fonts/bpg_glaho.svg#bpg_glaho') format('svg');
}

.bpg {
	font-family: 'bpg_glaho';
}

.en {
	font-family:tahoma !important;
}
.geo {
	 font-family: sylfaen;
}
.cub {
	cursor:pointer;
}
.menu_fon {
	background-color:#d9f2f9;
}
.bg_green {
	background-color:#CFC;
}
.bg_green2 {
	background-color:#e3f1e0;
}
.bg_white {
	background-color:#fff;
}
.bg_blue {
	background-color:#e5ffff;
}

/*header mini*/
.header_mini .logo {
	width:133px !important;
	height:113px !important;
	background-image:url(../img/logo_small.png) !important;
	bottom:-2px !important;
	left:10px !important;
}
.header_mini {
	-moz-box-shadow: 0px 3px 3px #ccc;
	-webkit-box-shadow: 0px 3px 3px #ccc;
	box-shadow-bottom: 5px #ccc;
}
.pp_class {
	/*height:47px !important;*/
}
/*header mini*/

.link {
	text-decoration:none;
	cursor:pointer;
}
.link:hover {
	text-decoration:underline;
}
.headline {
	width:inherit;
	height:70px;
	border-bottom:8px solid #d0d316;
	font-size:24px;
	color:#808285;
	line-height:80px;
	text-align:left;
	font-family: 'bpg_glaho';
}
.error {
	border:1px solid #F00;
}
.bold {
	font-weight:bold;
}
.black {
	color:#000 !important;
}
.pag {
	 height:60px;
	 white-space:nowrap;
	 font-family:tahoma;
	 font-size:24px;
	 color:#632787;
	 text-align:left;
	 padding:0;
	 margin:0;
	 text-align:center;
	 line-height:80px;
}
.pag li {
	padding:0;
	 margin:0;
	display:inline-block ;
	width:35px;
	height:30px;
	cursor:pointer;
	text-align:center;
	white-space:nowrap;
	border-top:solid;
	border-top-width:3px;
	border-top-color:#FFF;
	transition: .6s;
	line-height:30px;
}
.pag li:hover {
	/*background-color:#f8f4f8;
	border-top-color:#ededed;*/
	transition: .6s;
	color:#000;
}
.pag .cur {
	/*border-top-color:#ee5700;
	background-color:#f8f4f8;*/
	transition: .6s;
	color:#000;
}
.pag .cur:hover {
	background-color:#fff;
	cursor:default;
	transition: .6s;
}
