@font-face {
  font-family: 'Helvetica-Regular';
  src: url('../fonts/HelveticaRegular/HelveticaRegular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/HelveticaRegular/HelveticaRegular.woff') format('woff'),
  url('../fonts/HelveticaRegular/HelveticaRegular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica-Medium';
  src: url('../fonts/HelveticaMedium/HelveticaMedium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/HelveticaMedium/HelveticaMedium.woff') format('woff'),
  url('../fonts/HelveticaMedium/HelveticaMedium.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica-Bold';
  src: url('../fonts/HelveticaBold/HelveticaBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/HelveticaBold/HelveticaBold.woff') format('woff'),
  url('../fonts/HelveticaBold/HelveticaBold.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5 {
    font-family: 'Helvetica-Bold';
}
html.js .loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  html.js .loader .loader_inner {
    background-image: url("../img/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; }

body {
  font-family: 'Helvetica-Regular', sans-serif;
  font-size: 17px;
  min-width: 1000px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialised;
  color:#1d445b;
}
.home #layout {
    background: url(/images/header-bg.jpg) no-repeat top center;
}
a{
  color:#434970;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .45s;
     -moz-transition: all .45s;
      -ms-transition: all .45s;
       -o-transition: all .45s;
          transition: all .45s;
}
a:hover{
  color:#e9caa7;
  text-decoration: none;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

h1{
  font-size: 50px;
  text-transform: uppercase;
  
}
h2{
  font-size: 42px;
  text-transform: uppercase;
  
}
h3{
  font-size: 30px;
  text-transform: uppercase;
  
}
h4{
  font-size: 24px;
  
}
h5{
  font-size: 18px;
  
}
h6{
  font-size: 16px;  
}
.hidden {
  display: none;
}
.section{
    padding-top: 95px;
    padding-bottom: 95px;
}
.container {
    width: 1000px;
}
.moduletable>h3{
  color:#1d445b;
  text-align: left;
}
.moduletable>h4{
  color:#020f50;
  text-align: center;
}
table{
  width: 100%;
  font-size: 16px;
}
table thead{
  background-color: #d3dde5;

}
table td, table th{
  border:3px solid #e9caa7;
  padding: 15px;
}
/* Header */
.main_head{
  background: none;
}
.top_navigation{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9991;
    background: url(/images/header-bg_page.jpg) top center;
	background-size: cover;
}
.top_navigation .menu{
  padding: 0;
  margin: 0;
  text-align: center;
}
.top_navigation .menu li {
  display: inline-block;
  line-height: 98px;
  height: 98px;
}
.top_navigation .menu li.item-108 {
    display: none;
}
.home .top_navigation li.item-101 {
    display: none;
}
.home .top_navigation .menu li.item-108 {
    display: inline-block;
}
.top_navigation .menu li a, 
.top_navigation .menu li span{
    text-transform: uppercase;
    font-size: 15px;
    color: #425a64;
    display: block;
    padding-left: 28px;
    padding-right: 28px;
    height: 100%;
    -webkit-transition: all .45s;
    -moz-transition: all .45s;
    -ms-transition: all .45s;
    -o-transition: all .45s;
    transition: all .45s;

}
.top_navigation .menu li:hover a, 
.top_navigation .menu li:hover span{
color:#fff;
}
.top-menu {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9991;
	min-width: 1000px;
    background: url(/images/header-bg_page.jpg) top center;
    background-size: cover;
}
.top-menu ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.top-menu ul li {
    display: inline-block;
    line-height: 98px;
    height: 98px;
}
.top-menu .menu li.item-108 {
    display: none;
}
.home .top-menu li.item-101 {
    display: none;
}
.home .top-menu .menu li.item-108 {
    display: inline-block;
}
.top-menu ul li a {
    text-transform: uppercase;
    font-size: 15px;
    color: #425a64;
    display: block;
    padding-left: 28px;
    padding-right: 28px;
    height: 100%;
    -webkit-transition: all .45s;
    -moz-transition: all .45s;
    -ms-transition: all .45s;
    -o-transition: all .45s;
    transition: all .45s;
}
.top-menu ul li a:hover {
    color: #fff;
}
.home .top_banner{
	padding-top: 98px;
    min-height: 820px;
    text-align: center;
}
.top_banner h2 {
    color: #fff;
    text-align: center;
    margin-top: 233px;
    margin-bottom: 24px;
	margin-left: 5px;
    font-size: 52px;
}
.top_banner p {
    color: #fff;
    font-size: 18px;
}
.home section#sect_0 {
    padding-bottom: 146px;
}
#about {
    position: absolute;
}
.about p {
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 24px;
}
a.license {
    margin-top: 62px;
    font-size: 18px;
}
span.edrp {
    float: right;
	margin-top: 62px;
    font-size: 18px;
}
#sect_2{
    margin-top: 50px;
    padding-top: 57px;
    padding-bottom: 71px;
    background-color: #1C3D53;
}
h3.finans {
	position: absolute;
    top: -172px;
    left: 0;
}
.bt-cs .bt-inner a {
    width: 100%;
}
.bt-cs .bt-inner img {
    border: 0;
    outline: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 7px;
}
.bt-cs .bt-inner h4 {
	margin: 0;
    color: #fff;
    text-align: center;
}
.bt-cs .bt-inner h4 a {
    color: #fff;
	font-family: 'Helvetica-Medium';
    font-weight: normal;
}
.finans .bt-cs .bt-inner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    outline: 0;
    border: 0;
}
.bt-cs a.prev {
    display: block !important;
}
.bt-cs a.next {
    display: block !important;
}
.finans .bt-cs a.prev {
    background: url(/images/re-left.png) left center no-repeat !important;
}
.finans .bt-cs a.next {
    background: url(/images/re-right.png) right center no-repeat !important;
}
@media (min-width: 1152px) {
.bt-cs a.prev {
    left: -80px !important;
}
.bt-cs a.next {
    right: -80px !important;
}
}
section#sect_3 {
    padding-bottom: 81px;
}
.found h3 {
    margin-bottom: 15px;
}
.found ul {
    width: 50%;
    float: left;
	padding-left: 65px;
	line-height: 16px;
}
.found ul:first-child {
    padding-left: 0;
}
.found ul li {
    padding-bottom: 39px;
}
.found ul li a {
	display: initial;
    font-size: 15px;
	line-height: 20px;
    font-family: 'Helvetica-Medium';
}
.teaser-slide{
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.teaser-slide a{
  color:#e9caa7;
}
.teaser_download{
  font-size: 0.01em;
}
.teaser_download a{
  text-align: center;
  
}
.ts_title{
  margin: 0;
  color:#e9caa7;
}
.ts_title a{
  display: block;
  text-align: center;
  
}
.zoo-item-slider{
  margin-top: 90px;
}
.zoo-item-slider .slick-arrow{
  position: absolute;
  top: 50%;
  height: 65px;
  width: 35px;
  font-size: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .2;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
   -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.zoo-item-slider:hover .slick-arrow{
  opacity: 1;
}
.zoo-item-slider .slick-prev{
  left: -55px;
  background-image: url(/images/icons/slick-left.png);
  }
.zoo-item-slider .slick-next{
  right: -55px;
  background-image: url(/images/icons/slick-right.png);
  
}
#main_content{
  padding-top: 120px;
  padding-bottom: 40px;
  color:#020f50;
}
.home #main_content {
	margin: 0;
    padding: 0;
}
#main_content .moduletable>h3{
  color:#020f50;
}
#sect_5{
    padding-top: 57px;
    padding-bottom: 89px;
    background: url(/images/bg/contact-bg.jpg) no-repeat top center;
    background-size: cover;
  
}
.fox-container .fox-row .fox-column{
  font-size: 16px!important;
}
.fox-container .fox-row .fox-column:first-child{
  margin-top: 80px;
}
.fox-container .fox-row .fox-column h3{
  margin-bottom: 0px;
}
.fox-container .fox-row .fox-column input{
  height: 40px!important;
  line-height: 40px!important;
}
.fox-container .fox-row .fox-column textarea{
  height: 155px!important;
}
.fox-container .fox-row .fox-column .submit-button{
  line-height: 35px!important;
  border-radius: 0px!important;
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.main-footer{
  padding-top: 61px;
  padding-bottom: 61px;
  color: #fff;
  background: url(/images/footer-bg.jpg) top center;
  background-size: cover;
}
.main-footer [class*="col-"] {
    width: 100%;
}

</*-------------------------------- Page --------------------------------*/>

.page-header h2 {
    font-size: 18px;
    text-align: center;
}
.item-page h5 {
    text-align: center;
}
.bold {
    text-align: center;
    font-family: 'Helvetica-Bold';
}
.bold [class*="col-"] {
    margin-bottom: 25px;
}
.fin-doc {
    color: #fff;
    background: #1C3E52;
}
.fin-doc ul {
    padding-left: 15px;
    list-style-position: inside;
}
.found-team tr:first-child {
	text-align: center;
    font-family: 'Helvetica-Bold';
    background: #D0DADF;
}
.found-team td {
    border: 1px solid #1C3E52;
    padding: 0 15px;
    font-size: 15px;
}
#sect_f {
    position: absolute;
    top: -260px;
}
@media (max-width: 1150px) {
.container>.row {
    margin: 0;
}
}