@charset "utf-8";
* {
  margin:0;
  padding:0;
}

@font-face {
    font-family: "IRINA_C";
    src: url("/css/fonts/IrinaC.ttf");
}

@font-face {
    font-family: "Gothic";
    src: url("/css/fonts/GOTHIC.TTF");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gothic";
    src: url("/css/fonts/GOTHICB.TTF");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Gothic";
    src: url("/css/fonts/GOTHICI.TTF");
    font-style: italic;
}

@font-face {
    font-family: "Gothic";
    src: url("/css/fonts/GOTHICBI.TTF");
    font-style: italic;
    font-weight: bold;
}


.pxp{
  position: absolute;
  top:0;
  left:0;
  background: url('/bg.jpg') no-repeat;
  background-position: top center ;
  width: 1263px;
  height: 960px;
  opacity: 0.2;
  display: none;
}

body {
    background-color: #FFF;
    color: #000;
    font: 10.8pt Gothic, Arial,Helvetica,sans-serif;
    width: 100%;
}

.clear{
    clear: both;
    overflow: hidden;
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 0;
}


.list-container h1.list-title,
.list-container div.list-title {
    color: #DEDEDE;
    margin: 0 0 35px 0;
    padding: 0 0 0 0;
    font-size: 30px;
    font-weight: normal;
    line-height: auto;
    text-transform: none;
}

a {
  color:inherit;
  text-decoration: underline;
}

.logo {
    background: url("/images/logo.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 140px;
    left: 43px;
    position: absolute;
    top: 20px;
    width: 163px;
}

.text-content-wrap {
  letter-spacing: -0.3pt;
  line-height: 13.3pt;
  text-align: justify;
}

.text-content-wrap p{
  margin-top: 2pt;
}

.text-content-wrap p:first-child{
  margin-top: 0;
}

.text-content-wrap a{
  text-decoration: underline;
}

.text-content-wrap strong{
  font-weight: bold;
}
.text-content-wrap em{
  font-style: italic;
}
.text-content-wrap ul,
.text-content-wrap ol{
  margin: 1em;
  padding-left: 10px;
}


.content .text-content-wrap {
    padding-left: 216px;
}

.container {
    background-image: url("/images/bg/center.jpg");
    background-position: 0 74px;
    background-repeat: repeat-y;
    margin: 84px auto 70px;
    position: relative;
    width: 960px;
    min-height: 780px;
}

.bg-top{
  background-image: url("/images/bg/top.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width:960px;
  height:48px;
  position: absolute;
  top:-48px;
  left:0;
}


.bg-bottom{
  width:960px;
  height:64px;
  position: absolute;
  bottom:-64px;
  left:0;
  background-image: url("/images/bg/bottom.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bg-top-left{
  width:22px;
  height:74px;
  position: absolute;
  top:0px;
  left:30px;
  background-image: url(/images/bg/top-left.jpg);
  background-repeat: no-repeat;
}

.bg-top-right{
    background-image: url("/images/bg/top-right.gif");
    background-repeat: no-repeat;
    height: 264px;
    position: absolute;
    right: 7px;
    top: 0;
    width: 65px;
}

.bg-bottom-left{
  width:19px;
  height:309px;
  position: absolute;
  bottom:0;
  left:30px;
  background-image: url(/images/bg/bottom-left.png);
  background-repeat: no-repeat;
}

.bg-bottom-right{
  bottom: -7px;
  height: 493px;
  position: absolute;
  right: -1px;
  width: 71px;
  background-image: url(/images/bg/bottom-right.jpg);
  background-repeat: no-repeat;
}

.bg-bottom-right-ending{
  width:62px;
  height:103px;
  position: absolute;
  bottom:486px;
  right:8px;
  background-image: url(/images/bg/bottom-right-ending.png);
  background-repeat: no-repeat;
}

.inner-wrap{
  margin: 0 57px 0 40px;
  position: relative;

}

.header{
  height: 161px;
}

.lang-selector {
    background-image: url("/images/lang-selector-bg.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    left: 336px;
    position: absolute;
    top: 36px;
    width: 206px;
}
.lang-selector .item{
    color: #777676;
    display: block;
    font-family: IRINA_C;
    font-size: 10pt;
    height: 41px;
    left: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    vertical-align: bottom;
    width: 66px;
}


.lang-selector .item:last-child {
    left:auto;
    right:0;

}

.lang-selector .item span{
    bottom: 0;
    left: 24px;
    position: absolute;
}

.lang-selector .item:hover{
  color: #ff0000;
}

.lang-selector .item.selected{
  color: #ff0000  !important;
  cursor: default  !important;
  text-decoration: none !important;
}


.footer {
    bottom: -78px;
    position: absolute;
    text-align: center;
    width: 960px;
    color: #68676c;
    padding-bottom: 10px;
}

.footer-inner{
    display:inline-block;
}

.footer .copyrights{
  font-size: 8.9pt;
}

.content{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}


.content-resize{
  width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.social{
    position: absolute;
    right: 55px;
    top: 39px;
}

.social .items{
  position: relative;
}

.social .items > a{
    background: url("/images/social/frame.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 48px;
    margin-top: 6px;
    position: relative;
    width: 51px;
    line-height: 0;
}
.social .items > a:first-child{
  margin-top: 0;
}
.social .items > a .hatching{
    background-image: url("/images/social/hatching.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 52px;
    left: 3px;
    position: absolute;
    top: -5px;
    width: 47px;
    opacity: .4;
}

.social .items > a:hover .hatching{
/*  background-position: 0 100%;*/
  background-image: url("/images/gif/hatching_social.gif");
  opacity: .4;
}

.social .items > a .letter{
  background-repeat: no-repeat;
  background-position: center center;
  width: 51px;
  height: 48px;
  position: relative;
}

.social .items > a.f .letter{
  background-image: url('/images/social/f.png');
}

.social .items > a.v .letter{
  background-image: url('/images/social/v.png');
}

.showreel .player-wrap{
  width: 457px;
  margin: 0 auto 0;
}

.showreel .anim_elefant1{
  margin-top:60px;
}