html {
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  background-color: #eff3f8;
}
body * {
  font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
  font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
}
h1 {
    position: relative;
    padding-left: 40px;
    margin: 0 0 25px 0;
    line-height: 1.4;
    font-size: 36px;
}
h1 a {
    color: #000000;
    text-decoration: underline;
}
h1 a:hover, h1 a:hover span {
    text-decoration: none;
}
h1:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 12px;
    left: 0;
    width: 26px;
    height: 26px;
    background: url("images/sprite.png") 0 0 no-repeat transparent;
}
h2, h3 {
    margin: 60px 0 10px 0;
    line-height: 1.4;
    font-size: 22px;
}
p {
  margin: 0 0 22px 0;
}
p a {
    font-weight: 700;
    color: #000000;
    text-decoration: underline;
}
p a:hover {
    text-decoration: none;
}
b {
  font-weight: 700;
}
.fl {
  float: left;
}
.fr {
  float:right;
}
.fl p {
  line-height: 1.6;
  width: 510px;
}
.l1 {
  line-height: 1;
}
.no_top_mar {
  margin-top: 0;
}
.no_bot_mar {
  margin-bottom: 0;
}
.left {
    text-align: left;
}
/*Header Top*/
.top {
    width: 100%;
    z-index: 1030;
    margin: 0;
    padding: 0;
    overflow: visible;
    height: 68px;
    border: medium none;
    background: url('/resource/img/nav/rs-menu-bg.png') 0 0 repeat-x transparent;
    background-size: contain;
}
.header {
    margin: 0 auto;
    width: 940px;
}
.logo {
    float: left;
    width: 196px;
    height: 62px;
    background: url("images/logo.png") 0 center no-repeat transparent;
}
#lang_switcher {
    margin-top: 16px!important;
    background-color: #242424!important;
    border: 1px solid #444444!important;
}
#lang_arrow {
    border-color: #cccccc transparent transparent transparent!important;
}
.lang_name, #lang_list ul li a .lng {
    color: #cccccc!important;
}
#lang_list {
    top: 44px!important;
}
#lang_switcher:hover #lang_arrow, .hover #lang_arrow {
    border-color: #ffffff transparent transparent transparent!important;;
}
#lang_switcher:hover .lang_name, .hover .lang_name {
    color: #ffffff!important;
}
#lang_switcher.hover {
    border-bottom: none!important;
}
#lang_list {
    background-color: #242424!important;
    border: 1px solid #444444!important;
}
#lang_list ul {
    border-right: 1px solid #444444!important;
}
#lang_list ul li:hover {
    background-color: #000000!important;
}
#lang_list ul li:hover .lng {
    color: #0099cc!important;
}
/*Page*/
.page {
    margin: 50px auto 0 auto;
    padding: 70px 78px;
    width: 696px;
    background-color: #ffffff;
}
.btn-wrapper {
    padding-right: 50px;
    margin-top: 5px;
    display: inline-block;
    background: url("images/arrow.png") top right no-repeat transparent;
}
.btn-wrapper a {
    border-radius: 3px;
    display: inline-block;
    padding: 18px 30px;
    min-width: 158px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: #19b053;
    text-decoration: none;
}
.btn-wrapper a:hover, .page table td a:hover {
    background: #19a050;
}
.page table {
    margin-top: 15px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.page table td {
    vertical-align: top;
    padding: 10px 20px;
    font-size: 16px;
}
.page table tr td:first-of-type {
    padding: 10px 0;
}
.page table td div {
    margin-top: 7px;
    width: 50px;
    height: 51px;
    background: url("images/sprite.png") 0 0 no-repeat transparent;
}
.page table td div.icon1 {
    background-position: 0 -48px;
}
.page table td div.icon2 {
    background-position: 0 -144px;
}
.page table td div.icon3 {
    background-position: 0 -244px;
}
.page table td div.icon4 {
    background-position: 0 -341px;
}
.page table td div.icon5 {
    background-position: 0 -430px;
}
.box {
    padding-left: 180px;
    min-height: 165px;
    background: url("images/box.png") 0 0 no-repeat transparent;
}
.box h3 {
    padding-top: 20px;
    margin-top: 40px;
    line-height: 1.5;
}
/*Footer*/
.footer {
    margin: 0 auto;
    width: 940px;
}
#footer_links {
  padding: 30px 0 0 0;
  font-size: 14px;
  text-align: center;
  color: #a8a8a8;
}
#footer_links a, #footer_links a:active, #footer_links a:visited {
  color: #a8a8a8;
  text-decoration: none;
}
#footer_text {
  color: #a8a8a8;
  font-size: 12px;
  text-align: justify;
  padding: 20px 0 30px 0;
  letter-spacing: -0.05px;
}