/*------------------------browser reset-------------------------------*/

html {
	background: #000;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
}

/*------------------------icon loader-------------------------------*/
.js div#preloader { 
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff url('../images/loading.gif') no-repeat center center;
	background-size: 80px;
}
/*------------------------settings-------------------------------*/
@font-face {
	font-family: 'cl';
	src:url('../font/cl.eot');
	src:url('../font/cl.eot?#iefix') format('embedded-opentype'),
		url('../font/cl.svg#cl') format('svg'),
		url('../font/cl.woff') format('woff'),
		url('../font/cl.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	top:0;
	left:0;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: 'cl';
	font-weight: normal;
	background: #2b307a;
	line-height: 1;
	overflow-y:scroll;
	overflow-x:hidden;
}
p {
	text-align: center;
	line-height: 1;
	padding: 60px 20px 20px 20px;
	background: #ffffff;
	margin-left:auto;
	margin-right:auto;
	max-width: 1280px;
}
b {
	line-height: 1;
}
footer {
	width:100%;
	position: absolute;
}
a {
  text-decoration:none;
  cursor:pointer;
  line-height: 1;
  outline: 0;
}

/*--------------------------top logo heading----------------------*/
.mepageup {  
	top:0px;
	position: absolute;
	display: block;
	background: #000;
	height:160px;
	background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
	border-top: 0px #fff solid;
	border-bottom: 0px #2b307a solid;
	width: 100%;
	z-index: 5;
}
.loginboard {
	margin-top:-80px;
	top:0px;
	position: absolute;
	display: block;
	background: #242628;
	height:143px;
	width: 100%;
}

.hlogo {
	display: block;
	background: url('../images/face.png');
	top:-10px;
	left:120px;
	width: 180px; 
	height: 180px; 
	position: absolute;
	background-size: cover;
	background-position: 100% 100%;
    background-repeat: none;
	z-index: 100;
}

.texthead{
	z-index: 100;
	position: absolute;
	font-weight: 100; 
	letter-spacing: 0px;
	line-height: 1em;
	font-size: 3.2em;
	left:310px;
	top:40px;
	color: #fff;
	font-family: 'cl';
	text-decoration:none;
}
.texthead2{
	z-index: 100;
	font-weight: 400;
	position: absolute;
	font-size: 2.0em;
	left:310px;
	top:84px;
	color: #fff;
	font-family: 'cl';
	text-decoration:none;
	font-style: normal;
	letter-spacing: 0px;
}

.Address{
	font-family:'cl';
	font-weight:normal;
	font-style:normal;
	font-size:1.5em;
	text-decoration:none;
	color:#fff;
	right:120px;
	top:40px;
	position:absolute;
	text-align:right;
}

/*--------------------------mainpage----------------------*/
.home {
	text-align: center;
	line-height: 1;
	padding: 40px 20px 20px 20px;
	margin-left:auto;
	margin-right:auto;
	background: #ffffff;
}
.mainpage {
	background: #ffffff;
	margin-top:158px;
	margin-bottom:0px;
	width:100%;
	margin-left:auto;
   	margin-right:auto;
	top:0;
	bottom:0;
	left:0;
    right:0;
	text-align:center;
	position: absolute;
	height:100%;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	
	-webkit-transform:translateZ(0);
}

/*--------------------------index animation----------------------*/
.slideme {
	top:0px;
	margin-top:0px;
	margin-left:auto;
   	margin-right:auto;
	position: relative;
	height:60%;
	width:100%;
	z-index:0;
	background: #000;
}

/*--------------------------PDF links----------------------*/
.pdfwall {
	background: #ffffff;
	padding: 30px 20px 20px 20px;
}
.pacs {
	margin-top:-80px;
	background: #222;
	padding: 57px 0px 0px 0px;
	height:100%;
}
.pdf {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	width:80px;
	display:inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pdf a{
	display:block;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	transition: transform 500ms ease;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pdf a:hover {
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	transition: transform 500ms ease;

	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

/*--------------------------bottom bar----------------------*/
.bottoma {
	border-top: 9px #7d81c0 solid;
	margin:0 auto;
	text-align: center;
	width:100%;
	background: #2b307a;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	padding-bottom: -100px;
	border-bottom: 80px #2b307a solid;
}
.blocka {
	display: table-cell; 
	vertical-align: top;
	width:230px;
	display:inline-block;
	padding-left: 20px;
	Padding-right: 20px;
}
.blocka b {
	display: table-cell; 
	vertical-align: top;
	display:inline-block;
	padding-top:20px;
}
.text14 {
	font-family:'cl';
	font-weight:normal;
	font-style:normal;
	font-size:1.1em;
	text-decoration:none;
	color:#fff;
	z-index: 999;
}
.text15 {
	font-family:'arial';
	font-weight:normal;
	font-style:normal;
	font-size:1.1em;
	text-decoration:none;
	color:#fff;
}
.text55 {
	font-family:'arial';
	font-weight:normal;
	font-style:normal;
	font-size:1.2em;
	text-decoration:none;
	color:#fff;
}

/*----------------------- TEXT STYLES ------------------------*/
.text1{
	font-family:'cl';
	font-weight:normal;
	font-style:normal;
	font-size:24px;
	text-decoration:none;
	color:#000;
}
.text2 {
	font-family:'cl';
	font-weight:normal;
	font-style:normal;
	font-size:32px;
	text-decoration:none;
	color:#000;
}
.text5{
	font-family:'cl';
	font-weight:normal;
	font-style:normal;
	font-size:38px;
	text-decoration:none;
	color:#000;
}
.text6{
	font-family:'cl';
	font-weight:normal;
	font-style:normal;
	font-size:24px;
	text-decoration:none;
	color:#5e68f9;
}

/*---------------------- OBJECT images on pages---------------------------*/
.pic1 {
 	text-align:center;
 	margin-left:auto;
	margin-right:auto;
}
.pic1 img {
	width:100%;
	max-width:800px;
	margin-bottom: 10px;
	margin-right: 10px;
	height:auto;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px; 
	border-radius: 0px; 
}

/*--------------------------Screen Size----------------------*/
@media screen and (max-width: 1536px) { 
.hlogo {
	top:-10px;
	left:50px;
	width: 180px; 
	height: 180px; 
}
.texthead{
	font-size: 3.2em;
	left:240px;
	top:40px;
}
.texthead2{
	font-size: 2.0em;
	left:240px;
	top:84px;
}
.Address{
	font-size: 1.2em;
	right:50px;
	top:50px;
}

.text14, .text15 {
	font-size:1.1em;
}
.block2 {
	width:200px;
}
.text17, .text16 {
	font-size:14px;
}
.blocka {
	width:230px;
}}

@media screen and (max-width: 1056px) { 
p {
	padding-top: 5px;
}
.pacs {
	padding: 0px 0px 0px 0px;
}
.loginboard {
	height:86px;
}
.mepageup {
	box-shadow:0 1px 50px rgba(0, 0, 0, 0.1);
	border-bottom: 0px #000 solid;
	height:112px;	
}
.mainpage {
	margin-top:112px;
}
.centerbuttons {
	max-width:700px;
}
.texthead{
	font-size: 3.0em;
	left:200px;
	top:17px;
}
.texthead2{
	font-size: 1.8em;
	left:200px;
	top:59px;
}
.hlogo {
	top:-10px;
	left:60px;
	width: 130px; 
	height: 130px; 
}
.Address{
	font-size: 1.2em;
	right:126px;
	top:25px;
}
.text14, .text15 {
	font-size:1em;
}
.text17, .text16 {
	font-size:13px;
}

.blocka {
	width:200px;
}}

@media screen and (max-width: 960px) { 
p {
	padding-top: 5px;
}
.pacs {
	padding: 0px 0px 0px 0px;
}
.loginboard {
	height:86px;
}
.mepageup {
	box-shadow:0 1px 50px rgba(0, 0, 0, 0.1);
	border-bottom: 0px #000 solid;
	height:112px;	
}
.mainpage {
	margin-top:112px;
}
.Address{
	display: none;
}
.texthead{
	font-size: 2.7em;
	left:195px;
	top:21px;
}
.texthead2{
	font-size: 1.5em;
	left:195px;
	top:59px;
}
.hlogo {
	top:-10px;
	left:55px;
	width: 130px; 
	height: 130px; 
}
.text14, .text15 {
	font-size:1em;
}
.text17, .text16 {
	font-size:13px;
}
.blocka {
	width:200px;
}}


@media screen and (max-width: 720px) { 
p {
	padding-top: 5px;
}
.pacs {
	padding: 0px 0px 0px 0px;
}
.loginboard {
	height:86px;
}
.mepageup {
	box-shadow:0 1px 50px rgba(0, 0, 0, 0.1);
	border-bottom: 0px #000 solid;
	height:112px;	
}
.mainpage {
	margin-top:112px;
}
.texthead{
	font-size: 2.5em;
	left:175px;
	top:25px;
}
.texthead2{
	font-size: 1.3em;
	left:175px;
	top:60px;
}
.hlogo {
	top:-10px;
	left:35px;
	width: 130px; 
	height: 130px; 
}
.Address{
	display:none;
}
.text14, .text15 {
	font-size:1em;
}
.text17, .text16 {
	font-size:13px;
}
.blocka {
	width:200px;
}}

@media screen and (max-width: 480px) { 
p {
	padding-top: 5px;
}
.pacs {
	padding: 20px 0px 0px 0px;
}
.loginboard {
	height:106px;
}
.mainpage {
	margin-top:50px;
}
.mepageup {
	height:70px;
	box-shadow:0 1px 50px rgba(0, 0, 0, 0.1);
	border-bottom: 0px #000 solid;
}
.texthead{
	font-size: 2.0em;
	left:104px;
	top:10px;
}
.texthead2{
	font-size: 1.0em;
	left:104px;
	top:38px;
}
.hlogo {
	top:-5px;
	left:15px;
	width: 80px; 
	height: 80px; 
}
.Address{
	display:none;
}
.text14, .text15 {
	font-size:1em;
}
.text17, .text16 {
	font-size:14px;
}
.blocka {
	width:280px;
}}

@media screen and (max-width: 320px) { 
p {
	padding-top: 5px;
}
.pacs {
	padding: 25px 0px 0px 0px;
}
.loginboard {
	height:111px;
}
.mainpage {
	margin-top:30px;
}
.Address{
	display:none;
}
.mepageup {
	height:55px;
	box-shadow:0 1px 50px rgba(0, 0, 0, 0.1);
	border-bottom: 0px #000 solid;
}
.texthead{
	font-size: 1.2em;
	left:82px;
	top:12px;
}
.texthead2{
	font-size: 0.8em;
	left:82px;
	top:29px;
}
.hlogo {
	top:-2px;
	left:15px;
	width: 60px; 
	height: 60px; 
}
.text14, .text15 {
	font-size:1em;
}
.text17, .text16 {
	font-size:13px;
}
.blocka {
	width:220px;
}}