﻿@charset "utf-8";
*{ margin:0; padding:0}
html, body{width:100%; height:100%; }
a{ text-decoration:none;}
li{ list-style-type:none;}
legend{display:none;}
fieldset{border:0;}
img{border:0;}

input:focus, select:focus, textarea:focus, button:focus, a:focus {outline: none;}

article, footer, header, nav, section, time, video {
  display: block;
}

@font-face {
	font-family: 'Conv_BPG_Arial_Caps_2010';
	src: url('../fonts/BPG_Arial_Caps_2010.eot');
	src: local('☺'),  url('../fonts/BPG_Arial_Caps_2010.ttf') format('truetype'), url('../fonts/BPG_Arial_Caps_2010.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_BPG_Arial_2010';
	src: url('../fonts/BPG_Arial_2010.eot');
	src: local('☺'), url('../fonts/BPG_Arial_2010.ttf') format('truetype'), url('../fonts/BPG_Arial_2010.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*---------------------------------------------------globe-------------------------------------------------------*/ 
#wrapper{
	width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
	background: -moz-linear-gradient(top, rgba(236,241,255,1) 0%, rgba(246,248,255,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(236,241,255,1) 0%,rgba(246,248,255,0) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(236,241,255,1) 0%,rgba(246,248,255,0) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf1ff', endColorstr='#00ffffff',GradientType=0 );
}
.center{
	width:93.75%; /*1800*/
	margin: auto;
}
/*-----------------------------------------------End of globe-------------------------------------------------------*/ 
/*---------------------------------------------------HOME -------------------------------------------------------*/ 
/*top line*/
#topLine{
	width:93.75%; /*1800*/
	margin: auto;
}

#topLine ul{
	width: 100%;
	overflow: hidden;
}
#topLine ul li{
	display: inline-block;
	margin:12px 0 12px 2%;
	float: right;
}
#topLine ul li a{
	display: block;
	color: #858080;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Conv_BPG_Arial_2010';
	padding-left: 28px;
}
#topLine ul li a:hover{
	color: #4b8f88;
}
#topLine ul li a.phone{
	background: url(../images/phoneDark.png) no-repeat left center;
	background-size:auto 14px;
}
#topLine ul li a.mail{
	background: url(../images/email.png)no-repeat left center;
	background-size:auto 14px;
}
#topLine ul li a.webPage{
	background: url(../images/webPage.png) no-repeat left center;
	background-size:auto 14px;
}
/*header*/
#header{
	width: 100%;
	height: 60px;
	background: rgb(76,144,137);
	background: -moz-linear-gradient(top, rgba(76,144,137,1) 0%, rgba(31,115,102,1) 100%);
	background: -webkit-linear-gradient(top, rgba(76,144,137,1) 0%,rgba(31,115,102,1) 100%);
	background: linear-gradient(to bottom, rgba(76,144,137,1) 0%,rgba(31,115,102,1) 100%);
}
#header h1{
	width:42.22%;/*400*/
	max-width: 400px;
	height: 113px;
	margin-top: -25px;
	float: left;
	overflow: hidden;
}
#header h1 span{
	display: table;
	max-width: 70%;
	height: 50px;
	font-weight: normal;
	margin-top: 30px;
	float: right;
	overflow: hidden;
}
#header h1 span a{
	display: table-cell;
	max-height: 50px;
	color:#ffffff;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Conv_BPG_Arial_Caps_2010';
	vertical-align: middle;
}
#header h1 a.clobe{
	display: inline-block;
	width:24.25%; /*97*/
	width: 97px;
	height: 97px;
	max-height: 97px; 
	text-indent: -9999px;
	border-radius: 100%;
	margin-top: 0;
	border: 8px solid #ecf1ff;
	background:#ecf1ff url(../images/mepa.png) no-repeat center center;
	background-size:contain;
	float: left;
}
/*menu*/
#header .center > a{
	display: inline-block;
	font-size: 16px;
    padding: 1.5em 1.4em 1.4em 1.4em;
    color: #ffffff;
    font-family: 'Conv_BPG_Arial_2010';
    line-height: 16px;
    white-space: nowrap;
	border-left: 1px solid #ecf1ff;
	border-right: 1px solid #ecf1ff;
	float: right;
}
#header .center > a:hover {
    color: #4b8f88;
    position: relative;
    background-color: #ecf1ff;
}
/*contant*/
#content{
	width:93.75%; /*1800*/
	margin: auto;
	overflow: hidden;
	padding-bottom: 57px;
}
#content .leftContent{
	width:64%; /*1170*/
	padding: 6px 0.5%;
	float: left;
}
#content .block {
    width: 94.84%;
    border-radius: 6px;
    padding: 20px 1.8%;
    margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(77,146,139,0.3);
    -moz-box-shadow: 0px 0px 6px 0px rgba(77,146,139,0.3);
    box-shadow: 0px 0px 6px 0px rgba(77,146,139,0.3);
	overflow: hidden;
    
}
#content .block > h2{
	width: 98%;
	color:#4b8f88;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Conv_BPG_Arial_Caps_2010';
	padding-bottom: 20px;
	padding: 0 1% 15px 1%;
	border-bottom: 1px solid #ebeded;
	margin-bottom: 20px;
	float: left;
}
#content .block > h2 a{	
	color:#4b8f88;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Conv_BPG_Arial_Caps_2010';
	float: left;
}
#content .block .simpleProgram {
    display: inline-block;
    width: 29.89%;
    min-height: 128px;
    padding: 9px 0.72%;
    margin-right: 2%;
    margin-bottom: 80px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(76,144,137,0.43);
    -moz-box-shadow: 0px 0px 3px 0px rgba(76,144,137,0.43);
    box-shadow: 0px 0px 3px 0px rgba(76,144,137,0.43);
    float: left;
	overflow: hidden;
}
#content .block .simpleProgram:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(76,144,137,0.43);
    -moz-box-shadow: 0px 0px 10px 0px rgba(76,144,137,0.43);
    box-shadow: 0px 0px 10px 0px rgba(76,144,137,0.43);
    float: left;
}
#content .block .simpleProgram .imageBlock {
    display: inline-block;
    width: 30%;
    height: 128px;
	margin-right: 2%;
    overflow: hidden;
    position: relative;
	float: left;
}
#content .block .simpleProgram .imageBlock img {
    display: block;
    max-width: 80%;
    -webkit-transform: translate3d(-50%,-50%, 0);
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
    top: 50%;
    left: 50%;
}
	#content .block .simpleProgram h2 {
		width: 68%;
		max-height: 51px;
		color: #646464;
		font-size: 0.93em;
		line-height: 17px;
		font-weight: normal;
		text-transform: uppercase;
		font-family: 'Conv_BPG_Arial_Caps_2010';
		margin-top: 18px;
		float: left;
		overflow: hidden;
		cursor: pointer;
	}

	#content .block .simpleProgram h3 {
		width: 68%;
		max-height: 51px;
		color: #646464;
		font-size: 0.73em;
		line-height: 17px;
		font-weight: normal;
		text-transform: uppercase;
		font-family: 'Conv_BPG_Arial_Caps_2010';
		margin-top: 38px;
		float: left;
		overflow: hidden;
		cursor:pointer;
	}

.pager {
    width: 98%;
    margin: 0 auto 30px auto;
    overflow: hidden;
}
.pager li {
    display: inline-block;
    line-height: 22px;
    margin-right: 2%;
    margin-bottom: 10px;
    vertical-align: middle;
    float: left;
}
.pager li a {
    font-size: 15px;
    line-height: 15px;
    color: #636363;
    text-transform: uppercase;
    font-family: 'Conv_BPG_Arial_Caps_2010';
}
.pager li a:hover, .pager li.currPage a {
    color: rgb(76,144,137);
}
.pager li.prevPage, .pager li.nextPage {
    width: 22px;
    height: 22px;
}
.pager li.prevPage a, .pager li.nextPage a{
    display: block;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(76,144,137,0.43);
    -moz-box-shadow:inset 0px 0px 3px 0px rgba(76,144,137,0.43);
    box-shadow:inset 0px 0px 3px 0px rgba(76,144,137,0.43);
}
.pager li.prevPage a, .pager li.nextPage a{
    display: block;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(76,144,137,0.43);
    -moz-box-shadow:inset 0px 0px 3px 0px rgba(76,144,137,0.43);
    box-shadow:inset 0px 0px 3px 0px rgba(76,144,137,0.43);
}
.pager li.prevPage a {
    background: url(../images/prevPage.png) no-repeat center center;
}
.pager li.nextPage a {
    background: url(../images/nextPage.png) no-repeat center center;
}
/*inner page*/
#content .block .paragraph{
	color: #494949;
	font-size: 0.87em;
	line-height: 16px;
	font-family: 'Conv_BPG_Arial_2010';
	padding: 0 1.5% 0 10px;
}
#content .block .paragraph p{
	color: #494949 !important;
	font-size: 14px !important;
	line-height: 16px!important;
	font-family: 'Conv_BPG_Arial_2010'!important;
	margin-bottom: 20px;
}
#content .block .paragraph .imageBlock{
	display: inline-block;
	width:29.02%; /*400x415*/
	height: 415px;
	max-height: 415px;
	margin:3px 2.9% 50px 3px;
	overflow: hidden;
	float: left;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(141,186,105,0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(141,186,105,0.5);
	box-shadow: 0px 0px 3px 0px rgba(141,186,105,0.5);
	position: relative;
}
#content .block .paragraph .imageBlock img{
	display: inline-block;
	    max-width: 80%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top:0;
	margin: auto;
}
#content .block .rightFile{
	overflow: hidden;
}
#content .block .rightFile .viewFile{
	display: inline-block;	
	color: #478500;
	font-size: 14px;
    line-height: 17px;	
    text-transform: uppercase;
	letter-spacing: 1px;
    font-family: 'ALK Sanet';
	padding-left: 25px;
	float: left;
}
#content .block .rightFile .viewFile.fancyboxPdf{
	background:  url(../images/view.png) no-repeat left 2px;
	background-size:auto 11px;
	margin-right: 5%;
}
#content .block .rightFile .viewFile.downloadFile{
	background:  url(../images/downloadFile.png) no-repeat left 4px;
	background-size:auto 11px;
}
/*pop up*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	/*width:89%  !important;*/
	max-width:1200px !important;
    /*max-width: 89% !important;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;	
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-outer{
	max-width:100%;
	background-color: #fff;
}
.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
max-width: 1200px;
	height: 100%;
}
.fancybox-image {
	/*max-width: 100%;*/
width: 100%;
max-width: 1200px;
max-height: 100%;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 34px;
	height: 34px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position:  absolute;
    top: -1px;
    right: -35px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background:url(../images/close.png) no-repeat center center;
	background-size:100% auto;
	z-index: 8040;
}
/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.75);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
.fancybox-title-float-wrap {
	position: absolute;
	top:0;	
	z-index: 8050;
	text-align: center;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
}
/*footer*/
footer{
	width: 100%;
    max-height: 57px;
    position: absolute;
	bottom: 0;
    margin-top: -57px;
	border-top: 1px solid #ebeded;
}
footer p{
	width: 48%;
	color: #6a6a6a;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Conv_BPG_Arial_Caps_2010';
	margin-top: 28px;
	margin-bottom: 28px;
	float: left;
}
footer p.copyright{
	text-align: right;
	float: right;
}
/*--------------------------------------------End of HOME -------------------------------------------------------*/ 
/*1300*/
@media screen and (max-width: 1300px) {
	#content .block .simpleProgram {
		display: inline-block;
		width: 45%;
		max-width: 438px;
	}
	#content .block .paragraph .imageBlock {
		width: 45%;
		max-width: 438px;
	}
}
/*800*/
@media screen and (max-width: 800px) {
	#content .block > h2 {
		float: none;
		overflow: hidden;
	}
	#content .block .simpleProgram, #content .block .simpleProgram:hover {
		display: block;
		width: 95%;
		float: none;
		margin: 0 auto 30px auto;
	}
	#content .block .paragraph .imageBlock {
		width: 95%;
	}
}
/*490*/
@media screen and (max-width: 490px) {
	#header .center > a {
		padding: 1.5em 0.4em 1.4em 0.4em;
	}
	#header h1 a.clobe {
		display: inline-block;
		width: 87px;
	}
	#topLine {
		height: 28px;
	}
	#topLine ul{
		display: none;
	}
}
/*---------------------------------------------------END of HOME --------------------------------------------------*/


.k-state-default {
	background-color: red;
}

.k-dropdown-wrap {
	background-color: red;
}







