@import url("bases.css");
/*-----------------------------------------------
CSS Framework Lisena
Author:   secretdandy
Version:  5.70 03.11.13
Num:      21
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
  height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #ffffff url;
  height: 100%;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: left;
  word-wrap: break-word;
}
input,
button,
select,
textarea,
html {
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: #f9b500;
  text-decoration: underline;
}

h3 {
  margin: auto;
  padding-top: 44px;
  color: #0e1554;
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: normal;
  text-transform: uppercase;
}

h4 {
  margin: auto;
  padding-top: 30px;
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
  font-size: 10px;
  font-size: 1rem;
}
.f-11 {
  font-size: 11px;
  font-size: 1.1rem;
}
.f-12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.f-13 {
  font-size: 13px;
  font-size: 1.3rem;
}
.f-14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.f-15 {
  font-size: 15px;
  font-size: 1.5rem;
}
.f-16 {
  font-size: 16px;
  font-size: 1.6rem;
}
.f-17 {
  font-size: 17px;
  font-size: 1.7rem;
}
.f-18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.f-20 {
  font-size: 20px;
  font-size: 2rem;
}
/*end fonts*/


/*---------------------- wrapper ------------------------------------*/
.wrapper {
  position: relative;
  min-width: 1000px;
  margin: auto;
  min-height: 100%;
  z-index: 1;
}
.inner {
  width: 923px;
  margin: auto;
}
.inner:before,
.inner:after {
  content: "";
  display: table;
}
.inner:after {
  clear: both;
}
.mbg {
  background-color: #ffffff;
  width: 923px;
  margin-left: -461px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
}
/*---------------------- *** ----------------------------------------*/

/*---------------------- content -------------------------------------*/
.maincontent { background: url("../img/logo.png") no-repeat 50% 0%;
	height:430px; margin-top: 25%;}	

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
  width: 923px;
  height: 120px;
  margin: -120px 0 0 -462px;
  position: absolute;
  top: 100%;
  left: 50%;
  right: 0;
}

.copyright {	
  background: url("../img/fishka.png") no-repeat 50% 10%;
  height: 60px;
  color: #000;
  vertical-align: bottom;
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 20px;
}
/*---------------------- end footer -----------------------------------*/


.yellow {color: #f9b500;}
.tac {text-align: center;}