@charset "UTF-8";
body {
  font-family: 'Roboto Condensed', sans-serif; }

#preloader {
  display: none; }

.mb30 {
  margin-bottom: 30px; }

.btn {
  outline: none !important; }

.btn_big {
  border-radius: 25px;
  padding: 15px 20px; }

.btn_small {
  padding: 10px 20px;
  border-radius: 16px; }

.btn_yellow {
  background: #ffbf00;
  color: #500778;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px; }
  .btn_yellow:hover {
    opacity: 0.8;
    color: #ffffff; }

.btn_violet {
  background: #500778;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px; }
  .btn_violet:hover {
    opacity: 0.8;
    color: #ffffff; }

.btn_violet_dot, .btn_yellow_dot {
  background-color: transparent;
  background-image: url("../img/btn_circles_violet.svg");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 25px;
  padding: 14px 19px;
  padding-left: 40px;
  border: 1px solid #500778;
  color: #500778;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px; }
  .btn_violet_dot:hover, .btn_yellow_dot:hover {
    opacity: 0.8;
    color: #500778; }

.btn_yellow_dot {
  color: #ffffff;
  background-image: url("../img/btn_circles.svg"); }

.btn_read_more {
  background-image: url("../img/arrow_right.png");
  background-position: right 10px top 9px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 1px solid #ffbf00;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 30px;
  line-height: 12px;
  color: #ffffff; }
  .btn_read_more:hover {
    opacity: 0.8;
    color: #ffffff; }

.btn_ibank {
  color: #111;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 14px;
  padding-left: 46px;
  background-position: left 10px center;
  background-image: url("../img/i_bank.png");
  background-repeat: no-repeat; }

#search_btn {
  background: none;
  border: 0;
  padding: 0;
  margin-left: 30px; }

.button_small {
  font-size: 12px;
  text-transform: uppercase;
  color: #111 !important;
  padding: 7px 18px;
  border-radius: 16px;
  outline: none;
  border: 0;
  display: inline-block;
  text-decoration: none !important; }
  .button_small:hover {
    opacity: 0.9; }

.button_small.yellow {
  background: #ffbf00; }

.button_small.violet {
  background: #500778;
  color: #ffffff !important; }

.button_small.yellow.has_shadow {
  box-shadow: 0 5px 13px rgba(255, 191, 0, 0.35); }

.button_small.violet.has_shadow {
  box-shadow: 0 5px 13px rgba(80, 7, 120, 0.35); }

.button_regular {
  font-size: 15px;
  color: #111 !important;
  padding: 10px 22px;
  border-radius: 20px;
  outline: none;
  border: 0;
  display: inline-block;
  text-decoration: none !important; }
  .button_regular:hover {
    opacity: 0.9; }

.button_regular.yellow {
  background: #ffbf00; }

.button_regular.violet {
  background: #500778;
  color: #ffffff !important; }

.button_regular.yellow.has_shadow {
  box-shadow: 0 5px 13px rgba(255, 191, 0, 0.35); }

.button_regular.violet.has_shadow {
  box-shadow: 0 5px 13px rgba(80, 7, 120, 0.35); }

.button_big {
  font-size: 18px;
  color: #111;
  padding: 12px 35px;
  border-radius: 25px;
  outline: none;
  border: 0;
  display: inline-block; }
  .button_big:hover {
    opacity: 0.9; }

.button_big.yellow {
  background: #ffbf00; }

.button_big.violet {
  background: #500778;
  color: #ffffff; }

.button_big.yellow.has_shadow {
  box-shadow: 0 5px 13px rgba(255, 191, 0, 0.35); }

.button_big.violet.has_shadow {
  box-shadow: 0 5px 13px rgba(80, 7, 120, 0.35); }

.custom_btn_group label {
  border: 0;
  background: #eeeeee;
  color: #500778;
  margin-left: 0 !important; }
  .custom_btn_group label:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 0 !important; }
  .custom_btn_group label:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 0 !important; }
  .custom_btn_group label:hover, .custom_btn_group label:focus {
    text-decoration: underline;
    background: #eeeeee;
    color: #500778;
    border: 0 !important;
    margin-left: 0; }
.custom_btn_group label.active {
  background: #500778 !important;
  color: #ffffff;
  border: 0 !important; }
  .custom_btn_group label.active:hover, .custom_btn_group label.active:focus {
    opacity: 0.8;
    background: #500778; }

#search_wrapper {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding-top: 80px; }
  #search_wrapper .dark {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.85;
    background-color: black; }
  #search_wrapper h3 {
    position: relative;
    color: #ffffff;
    margin-top: 0;
    font-size: 36px;
    margin-bottom: 90px; }
  #search_wrapper #search_close {
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
    z-index: 999; }
    #search_wrapper #search_close:hover {
      opacity: 0.8; }
  #search_wrapper #search_input_wrapper {
    position: relative; }
    #search_wrapper #search_input_wrapper input {
      position: relative;
      background: none;
      border: 0;
      border-bottom: 3px solid #ffbf00;
      width: 100%;
      height: 60px;
      font-size: 30px;
      color: #ffffff;
      font-weight: 300;
      outline: none; }
    #search_wrapper #search_input_wrapper button {
      position: absolute;
      right: 0;
      bottom: 17px;
      background: none;
      border: 0; }

#menu {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  transition: background-color ease 1s;
  background-image: linear-gradient(to top, transparent 0%, rgba(26, 26, 24, 0.3) 100%); }
  #menu .navbar-default {
    border: 0;
    background: none !important;
    min-height: 30px;
    margin-bottom: 0; }
  #menu .navbar-collapse {
    padding: 0; }
  #menu .dropdown {
    position: static; }
  #menu .container-fluid {
    padding: 0; }
  #menu .dropdown-menu {
    width: 100%;
    border: 0;
    left: 0;
    margin-top: -1px;
    border-radius: 0;
    background: #ffbf00;
    padding: 30px 15px; }
    #menu .dropdown-menu h4 {
      margin-top: 0;
      margin-bottom: 5px; }
      #menu .dropdown-menu h4 a {
        font-size: 18px;
        font-weight: 700;
        color: #500778; }
    #menu .dropdown-menu p {
      color: #111;
      font-size: 14px; }
  #menu .nav > li > a {
    color: #ffffff;
    background: none;
    white-space: nowrap; }
    #menu .nav > li > a:hover {
      background: #ffbf00;
      color: #500778; }
  #menu .nav .open > a, #menu .nav .open > a:focus, #menu .nav .open > a:hover {
    background: #ffbf00;
    color: #500778; }

#menu .tabs_menu .nav-justified > li > a {
  font-size: 18px; }

.dark_helper {
  transition: all ease .5s; }

#menu.darked {
  cursor: pointer; }
  #menu.darked #top_menu_tabs li.active a {
    background: #ffffff;
    color: #500778; }
    #menu.darked #top_menu_tabs li.active a:hover, #menu.darked #top_menu_tabs li.active a:focus {
      background: #ffffff !important;
      color: #500778 !important; }
  #menu.darked .dark_helper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #500778;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25); }
    #menu.darked .dark_helper.without_shadow {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
  #menu.darked #hide_on_scroll #second_menu {
    border-top: 1px solid transparent; }
  #menu.darked:hover #header_menu_bottom #second_menu {
    border-top: 1px solid #ffbf00; }
  #menu.darked:hover #header_menu_bottom .dark_helper {
    opacity: 1; }

#header_menu_top {
  padding-top: 20px !important;
  position: relative; }

#header_menu_bottom {
  position: relative; }
  #header_menu_bottom .dark_helper {
    opacity: 0; }

#second_menu {
  border-top: 1px solid #ffbf00; }

#has_margin_20 {
  margin-bottom: 20px; }

#top_menu_tabs {
  border-bottom: 0; }
  #top_menu_tabs li {
    margin-right: 20px; }
    #top_menu_tabs li a {
      font-size: 16px;
      font-weight: 400;
      color: #ffffff;
      background: none;
      border-radius: 0;
      border: 0;
      padding: 8px 12px; }
      #top_menu_tabs li a:hover {
        border: 0;
        text-decoration: underline;
        color: #ffffff !important;
        background: none !important; }
  #top_menu_tabs li.active a {
    background: #500778;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer; }
    #top_menu_tabs li.active a:hover {
      text-decoration: none;
      background: #500778 !important; }

.tabs_menu {
  display: none; }

.tabs_menu.show {
  display: block; }

.sub_menu {
  margin-bottom: 10px; }
  .sub_menu li a {
    color: #500778;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline-block;
    font-weight: 400; }

.single_menu_wrapper {
  margin-bottom: 30px; }

#language_group {
  margin-right: 15px; }
  #language_group .btn_language {
    background: #ffbf00;
    color: #111;
    height: 32px;
    border-radius: 15px;
    padding-right: 25px;
    z-index: 999; }
    #language_group .btn_language:before {
      content: '';
      position: absolute;
      right: 10px;
      top: 14px;
      width: 8px;
      height: 4px;
      background-image: url("../img/arrow_up_down.png");
      background-position: bottom right; }
  #language_group .dropdown-menu {
    min-width: 20px;
    margin-top: -15px;
    z-index: 998;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 10px; }
    #language_group .dropdown-menu li {
      text-align: center;
      padding-bottom: 5px; }
      #language_group .dropdown-menu li a {
        padding: 0;
        display: block; }
        #language_group .dropdown-menu li a:hover {
          background: none;
          text-decoration: underline; }
    #language_group .dropdown-menu .active {
      display: none; }

#language_group.open .btn_language:before {
  background-position: top right; }

#contacts_ul li img {
  max-width: 16px;
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  margin-top: -3px; }

.h4_menu {
  color: #500778;
  margin-bottom: 10px !important;
  margin-top: 0; }
  .h4_menu a {
    color: #500778;
    font-weight: bold; }

#slider_top {
  height: 100vh; }
  #slider_top .item {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    #slider_top .item .container, #slider_top .item .row, #slider_top .item div[class^="col-sm-"] {
      position: relative;
      height: 100%; }
  #slider_top .carousel-inner {
    height: 100%; }
  #slider_top .carousel-caption {
    left: 15px;
    right: auto;
    text-align: left; }
    #slider_top .carousel-caption h2 {
      font-weight: lighter;
      text-transform: uppercase;
      font-size: 48px;
      text-shadow: none; }
    #slider_top .carousel-caption h3 {
      color: #ffbf00;
      font-size: 30px;
      font-weight: 300;
      text-shadow: none;
      margin-bottom: 40px; }
  #slider_top .btn_big {
    margin-right: 30px; }

.controls_wrapper {
  position: absolute;
  right: 15px;
  bottom: 150px; }
  .controls_wrapper .carousel-control {
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    opacity: 1;
    border: 1px solid #ffffff; }
  .controls_wrapper .prev {
    background-image: url("../img/arrow_left.png");
    border-radius: 12px 0 0 12px;
    margin-right: 5px; }
    .controls_wrapper .prev:hover {
      background-color: #ffffff; }
  .controls_wrapper .next {
    background-image: url("../img/arrow_right.png");
    border-radius: 0 12px 12px 0; }
    .controls_wrapper .next:hover {
      background-color: #ffffff; }

.mouse_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center; }

.carousel-fade .carousel-inner .item {
  transition-property: opacity; }
.carousel-fade .item,
.carousel-fade .active.left,
.carousel-fade .active.right {
  opacity: 0.7;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }
.carousel-fade .active,
.carousel-fade .next.left,
.carousel-fade .prev.right {
  opacity: 1; }
.carousel-fade .next,
.carousel-fade .prev,
.carousel-fade .active.left,
.carousel-fade .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }
.carousel-fade .carousel-control {
  z-index: 2; }

.dark {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #500778;
  opacity: 0.5; }

.light_bg {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
  padding-top: 40px; }

.s_tile {
  margin-bottom: 30px;
  display: block; }
  .s_tile:hover {
    opacity: .9; }

.single_banner {
  height: 240px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin-bottom: 30px;
  position: relative;
  padding: 20px;
  padding-top: 80px; }
  .single_banner:hover {
    opacity: 0.8; }
  .single_banner h3 {
    margin-top: 0;
    color: #ffbf00;
    font-size: 36px;
    font-weight: 300;
    position: relative; }
  .single_banner .excerpt {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    position: relative; }
  .single_banner .icon {
    margin: 0 auto;
    margin-top: 2px;
    width: 30px;
    vertical-align: middle; }
  .single_banner .icon_wrapper {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #ffbf00;
    border-radius: 50%;
    padding: 10px;
    width: 55px;
    height: 55px;
    z-index: 9;
    display: inline-block; }
  .single_banner:hover {
    text-decoration: none; }

.single_banner.yellow .dark {
  background: #ffbf00;
  opacity: 0.5; }
.single_banner.yellow .icon_wrapper {
  background: #500778; }
.single_banner.yellow h3 {
  color: #500778; }
.single_banner.yellow .excerpt {
  color: #111; }

#slider_bottom {
  margin-bottom: 40px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25); }
  #slider_bottom .item {
    height: 400px;
    padding: 20px; }
  #slider_bottom .carousel-caption {
    max-width: 66%;
    padding-bottom: 50px;
    left: 20px;
    bottom: 0px;
    right: auto;
    top: auto;
    text-align: left;
    text-shadow: none; }
    #slider_bottom .carousel-caption h2 {
      font-size: 30px;
      color: #ffbf00;
      font-weight: 700;
      text-transform: uppercase;
      text-shadow: none;
      margin-bottom: 30px; }
    #slider_bottom .carousel-caption h3 {
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 30px; }
  #slider_bottom .controls_wrapper {
    bottom: 15px; }

#rates_wrapper {
  height: 240px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }
  #rates_wrapper #rates_tabs_top p {
    position: relative;
    overflow: hidden; }
    #rates_wrapper #rates_tabs_top p span {
      font-size: 14px;
      color: #666666; }

#rates_tabs {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 7px; }
  #rates_tabs li a {
    background: #ececec;
    color: #111;
    border-radius: 15px;
    padding: 3px 3px;
    font-size: 13px; }
  #rates_tabs li.active a {
    background: #500778;
    color: #ffffff; }
  #rates_tabs li:first-child a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  #rates_tabs li:last-child a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.rates_table {
  width: 100%;
  border-collapse: collapse; }
  .rates_table thead tr th {
    border-bottom: 0 !important;
    background: #ffbf00; }
    .rates_table thead tr th:first-child {
      color: #500778;
      font-size: 18px;
      font-weight: 700;
      padding-left: 20px; }
    .rates_table thead tr th:last-child {
      font-size: 14px;
      color: #111;
      font-weight: 300;
      text-align: right;
      padding-right: 20px; }
  .rates_table tbody tr td {
    font-weight: 400;
    padding: 5px;
    padding-left: 20px;
    border-top: 0 !important;
    color: #111; }
    .rates_table tbody tr td .caret {
      color: #ffbf00 !important; }
    .rates_table tbody tr td .caret.caret_up {
      webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .rates_table tbody tr td:first-child {
      padding-left: 0px;
      text-align: left;
      font-weight: bold;
      color: #666666; }
    .rates_table tbody tr td:last-child {
      padding-right: 20px;
      text-align: right; }
  .rates_table tbody tr td.buy {
    color: #500778; }
  .rates_table tbody tr td.sale {
    color: #111; }
  .rates_table tbody tr:first-child td {
    font-size: 12px;
    color: #111;
    font-weight: 300; }
    .rates_table tbody tr:first-child td:first-child {
      text-align: center; }

#vertical_banner {
  height: 670px;
  display: block;
  position: relative;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
  padding: 20px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  #vertical_banner:hover {
    text-decoration: none; }
  #vertical_banner img {
    position: relative;
    margin: 0 auto;
    margin-top: 200px; }
  #vertical_banner h4 {
    position: relative;
    color: #ffbf00;
    font-size: 30px;
    font-weight: 400;
    text-align: center; }

#banner_bottom {
  padding-top: 250px;
  background: #ffbf00;
  margin-top: -180px; }
  #banner_bottom h3 {
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 30px; }
  #banner_bottom h4 {
    color: #500778;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 40px; }
  #banner_bottom .btn {
    margin-right: 30px; }

#shadow_helper {
  height: 35px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.1);
  margin-top: -35px; }

#footer {
  -webkit-box-shadow: inset 0px 35px 90px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 35px 90px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 35px 90px 0px rgba(0, 0, 0, 0.1);
  padding-top: 70px; }

.footer_menu_wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  color: #500778;
  margin-bottom: 10px;
  margin-top: 0; }
.footer_menu_wrapper ul li {
  padding-bottom: 5px; }
  .footer_menu_wrapper ul li a {
    color: #111;
    font-size: 16px; }

.contact_wrapper {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 30px; }
  .contact_wrapper p {
    color: #666666;
    font-size: 14px; }
  .contact_wrapper phone {
    font-size: 24px;
    font-weight: 700;
    color: #500778;
    display: block; }
  .contact_wrapper h4 {
    font-size: 17px;
    font-weight: 700;
    color: #500778;
    margin-top: 0;
    margin-bottom: 0; }
  .contact_wrapper .btn {
    margin-top: 20px; }

.line_helper {
  height: 1px;
  background: #500778;
  margin-top: 30px;
  margin-bottom: 30px; }

#footer_logo {
  float: left;
  margin-right: 20px; }

.footer_text {
  color: #888888; }

.footer_text_big {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0; }

.footer_text_regular {
  font-size: 12px;
  text-transform: uppercase; }

#page_img {
  min-height: 450px;
  background-size: cover;
  background-position: center center; }

#page_desc {
  margin-top: 180px; }
  #page_desc .breadcrumb {
    display: inline-block;
    background: #500778;
    border-radius: 15px;
    margin-bottom: 0; }
    #page_desc .breadcrumb li a {
      color: #ffffff; }
    #page_desc .breadcrumb li:active {
      color: #bbbbbb; }
  #page_desc h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase; }

#content {
  margin-bottom: 40px;
  margin-top: 50px; }
  #content p, #content span, #content div {
    font-size: 16px;
    color: #111111; }
  #content a {
    font-size: 16px;
    color: #500778;
    text-decoration: underline; }
    #content a:hover {
      opacity: 0.8; }
  #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    font-weight: 400;
    color: #111; }
  #content h1 {
    font-size: 36px;
    margin-bottom: 30px; }
  #content h2 {
    font-size: 30px;
    margin-bottom: 25px; }
  #content h3 {
    font-size: 24px;
    margin-bottom: 20px; }
  #content h4 {
    font-size: 18px;
    margin-bottom: 20px; }
  #content h5 {
    font-size: 14px;
    margin-bottom: 20px; }
  #content h6 {
    font-size: 11px;
    margin-bottom: 15px; }
  #content ul {
    list-style: none;
    padding-left: 0; }
    #content ul li {
      padding-left: 15px;
      background-image: url("../img/ul_dot.png");
      background-position: left top 8px;
      background-repeat: no-repeat; }
  #content ol {
    padding-left: 20px; }
  #content img {
    max-width: 100%; }
  #content table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; }
    #content table tbody tr td, #content table tbody tr th, #content table tfoot tr td, #content table tfoot tr th {
      font-size: 16px;
      padding: 10px;
      border-top: 1px solid #eee;
      color: #111; }
      #content table tbody tr td b, #content table tbody tr td strong, #content table tbody tr th b, #content table tbody tr th strong, #content table tfoot tr td b, #content table tfoot tr td strong, #content table tfoot tr th b, #content table tfoot tr th strong {
        color: #500778; }
    #content table tbody tr:first-child td, #content table tfoot tr:first-child td {
      border-top: 0; }
    #content table thead tr th {
      font-size: 16px;
      padding: 10px;
      color: #fff;
      background: #500778; }

#sidebar {
  background: #f6f6f6; }

.sidebar_menu_wrapper {
  padding: 0; }
  .sidebar_menu_wrapper .sidebar_menu {
    border-bottom: 2px solid #ffbf00;
    margin-bottom: 0; }
    .sidebar_menu_wrapper .sidebar_menu li {
      display: inline-block;
      padding: 0; }
      .sidebar_menu_wrapper .sidebar_menu li a {
        padding: 15px 25px;
        display: inline-block;
        color: #500778;
        font-size: 14px; }
    .sidebar_menu_wrapper .sidebar_menu li.active a {
      background: #ffbf00;
      color: #111; }

#buttons {
  padding-top: 40px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/button_bg.png"); }
  #buttons h4 {
    color: #ffbf00;
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center; }

.page_button, .page_button.var1, .page_button.var2 {
  display: block;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 20px 15px rgba(0, 0, 0, 0.15);
  padding: 30px;
  height: 150px;
  position: relative;
  overflow: hidden; }
  .page_button .row, .page_button.var1 .row, .page_button.var2 .row {
    display: block; }
  .page_button:hover, .page_button.var1:hover, .page_button.var2:hover {
    opacity: 0.9; }
  .page_button:after, .page_button.var1:after, .page_button.var2:after {
    content: '';
    height: 200px;
    width: 200px;
    top: -25px;
    border-radius: 50%;
    background: #ffbf00;
    position: absolute;
    right: -150px;
    z-index: 9; }
  .page_button:before, .page_button.var1:before, .page_button.var2:before {
    content: '';
    position: absolute;
    right: 8px;
    height: 20px;
    z-index: 10;
    width: 20px;
    top: 65px;
    bottom: 0;
    background-image: url("../img/arrow_right_white.png");
    background-repeat: no-repeat; }
  .page_button h5, .page_button.var1 h5, .page_button.var2 h5 {
    vertical-align: middle;
    font-size: 18px;
    color: #111;
    margin-top: 25px; }

.page_button.var2:after, .page_button.var2:before {
  display: none; }
.page_button.var2:hover {
  opacity: 0.9; }
.page_button.var2 h5 {
  margin-top: 0;
  margin-bottom: 20px; }
.page_button.var2 .more {
  display: block;
  background: #ffbf00;
  color: #111;
  border-radius: 14px;
  text-align: center;
  padding: 5px;
  padding-right: 15px;
  font-size: 12px;
  position: relative; }
  .page_button.var2 .more:after {
    content: '';
    position: absolute;
    width: 5px;
    top: 0;
    right: 13px;
    height: 100%;
    background-image: url("../img/arrow_right_black.png");
    background-position: center center;
    background-repeat: no-repeat; }
  .page_button.var2 .more:hover {
    opacity: 0.9; }

#content_news {
  margin-top: 50px; }

.single_news {
  display: block;
  margin-bottom: 50px;
  padding-bottom: 20px;
  padding-top: 20px; }
  .single_news.without_img .news_desc {
    padding-left: 6px;
    padding-right: 6px; }
  .single_news:hover {
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05); }
  .single_news img {
    margin-bottom: 15px; }
  .single_news span {
    display: block; }
  .single_news .news_desc {
    padding-left: 15px;
    padding-right: 15px; }
  .single_news .news_title {
    font-size: 18px;
    color: #500778;
    margin-bottom: 15px; }
  .single_news .news_date {
    background: #ffbf00;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px; }
  .single_news .news_excerpt {
    color: #111;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px; }

#archive_credit {
  margin-top: 60px; }

.single_loan {
  display: block;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 40px 42.8px 2.3px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 350px;
  max-height: 350px;
  margin-bottom: 30px; }
  .single_loan:hover {
    text-decoration: none; }
  .single_loan .description {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    padding-bottom: 10px; }
  .single_loan .loan_title {
    display: block;
    font-size: 24px;
    color: #111;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center; }
  .single_loan .excerpt {
    display: block;
    text-align: left;
    color: darkgrey; }

#credit_icon_wrapper {
  padding-bottom: 60px;
  background: #f8f8f8; }
  #credit_icon_wrapper img {
    margin: 0 auto; }
  #credit_icon_wrapper h2 {
    font-size: 30px;
    color: #111;
    margin-top: 40px;
    margin-bottom: 60px; }
  #credit_icon_wrapper h3 {
    color: #500778;
    font-size: 18px; }
  #credit_icon_wrapper .cstm {
    max-width: 25%;
    float: left; }

#content .credit_rules {
  margin-bottom: 40px; }

#content .custom_tabs {
  text-align: center; }
  #content .custom_tabs ul.nav-tabs {
    display: inline-block;
    margin: 0 auto;
    border: 0; }
    #content .custom_tabs ul.nav-tabs li {
      list-style: none;
      padding-left: 0;
      background: none;
      border: 0; }
      #content .custom_tabs ul.nav-tabs li a {
        background: #eeeeee;
        text-decoration: none;
        border: 0;
        border-radius: 0;
        margin: 0; }
        #content .custom_tabs ul.nav-tabs li a:hover {
          opacity: 1;
          text-decoration: underline; }
    #content .custom_tabs ul.nav-tabs li:first-child a {
      border-radius: 20px 0 0 20px; }
    #content .custom_tabs ul.nav-tabs li:last-child a {
      border-radius: 0 20px 20px 0; }
    #content .custom_tabs ul.nav-tabs li.active a {
      background: #500778;
      color: #ffffff; }
  #content .custom_tabs .tab-content {
    text-align: left;
    padding-top: 40px; }
    #content .custom_tabs .tab-content ul li a {
      background: none; }

#calc_slot {
  background: #f8f8f8;
  padding-top: 70px;
  padding-bottom: 70px; }

#calc_form_wrapper {
  padding: 25px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }
  #calc_form_wrapper input {
    margin-bottom: 40px; }
  #calc_form_wrapper h3 {
    margin-top: 0;
    color: #500778;
    margin-bottom: 20px; }
  #calc_form_wrapper label {
    margin-bottom: 2px; }
  #calc_form_wrapper .ui-widget-content {
    background: none;
    border: 0; }
  #calc_form_wrapper .ui-slider-horizontal {
    height: 1px;
    background: #500778; }
  #calc_form_wrapper .ui-state-default, #calc_form_wrapper .ui-widget-content .ui-state-default,
  #calc_form_wrapper .ui-widget-header .ui-state-default {
    border-radius: 50%;
    border: 3px solid #500778;
    background: #ffbf00; }
  #calc_form_wrapper .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    outline: none; }
  #calc_form_wrapper .ui-slider-horizontal .ui-slider-handle {
    margin-left: -7px;
    top: -7px; }
  #calc_form_wrapper .ui-widget-header {
    background: #500778; }

.slider_calc_wrapper {
  margin-top: -40px; }

#sel_wrapper {
  position: relative; }

form #sel {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

#sel_text {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 13px;
  bottom: 0;
  color: #500778;
  text-transform: uppercase;
  font-size: 14px; }

#sum_loan_wrapper {
  position: relative; }

#current_wrapper .btn-group {
  display: block; }
#current_wrapper .btn-group-vertical > .btn, #current_wrapper .btn-group > .btn {
  float: none;
  display: block;
  background: none;
  color: #500778;
  border: 0;
  box-shadow: none !important;
  text-transform: uppercase;
  font-size: 13px; }
#current_wrapper .dropdown-menu {
  padding: 0;
  padding-top: 8px;
  min-width: 10px;
  width: 100%;
  border: 1px solid #500778;
  border-top: 0;
  margin-top: -12px;
  background: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: center;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px; }
  #current_wrapper .dropdown-menu .active {
    display: none; }
  #current_wrapper .dropdown-menu label {
    margin-bottom: 0; }

#current_menu {
  margin-top: 5px;
  text-transform: uppercase;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  border: 1px solid #500778;
  border-radius: 13px;
  color: #500778;
  font-size: 13px; }
  #current_menu:before {
    content: '';
    position: absolute;
    right: 8px;
    top: 13px;
    width: 8px;
    height: 5px;
    background-image: url(../img/arrow_up_down_violet.png);
    background-position: bottom right;
    background-size: cover; }

.dropdown.open > #current_menu:before {
  background-position: top right; }

#show_grapf {
  color: #111;
  text-decoration: underline;
  margin-top: 5px;
  display: inline-block;
  background: none;
  border: 0;
  outline: none; }

#results {
  padding: 25px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }

#monthly, #total, #deposit-rate, #earnings, #required_income {
  font-size: 18px;
  color: #111; }

.stavka {
  display: block; }

.span_wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 42px; }

.big_pay, .currency {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #500778; }

.currency {
  font-size: 20px;
  text-transform: uppercase;
  width: 100%; }

#current_wrapper .btn-group-vertical > .btn, #current_wrapper .btn-group > .btn {
  text-align: left;
  padding-left: 0; }

#current_wrapper .dropdown-menu {
  padding-left: 10px; }

form input, form .form-control, form #sel {
  border: 1px solid #eee;
  border-radius: 4px;
  background: #ffffff;
  outline: none;
  box-shadow: none !important;
  width: 100%;
  max-width: 100%;
  height: 42px;
  font-size: 16px;
  color: #111;
  padding-left: 8px;
  padding-right: 8px; }
  form input:focus, form .form-control:focus, form #sel:focus {
    border: 1px solid #ffbf00; }
form textarea {
  border: 1px solid #eee;
  border-radius: 4px;
  background: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  outline: none;
  box-shadow: none !important;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  color: #111;
  resize: none; }
  form textarea:focus {
    border: 1px solid #ffbf00; }
form select {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 4px;
  outline: none;
  height: 42px;
  padding-left: 8px;
  padding-right: 8px; }
form label {
  font-size: 18px;
  font-weight: 400; }
form label.error {
  background: #f70f41;
  color: #ffffff;
  padding: 3px 12px;
  border-radius: 12px;
  font-size: 13px !important;
  margin-top: 10px; }
  form label.error:after {
    content: '';
    position: absolute;
    /* Абсолютное позиционирование */
    left: 50%;
    top: -10px;
    /* Положение треугольника */
    border: 5px solid transparent;
    /* Прозрачные границы */
    border-bottom: 5px solid #f70f41;
    /* Добавляем треугольник */ }
form label.valid {
  background: none;
  padding: 0; }
  form label.valid:after {
    content: '';
    border: 0; }
form input.error {
  border: 1px solid #f70f41; }
form input.valid {
  border: 1px solid #8fea46; }

body#error_404 #page_img {
  padding-top: 200px;
  padding-bottom: 100px;
  background-image: url("../img/body_404.jpg");
  background-size: cover; }

#error_404_content h2 {
  font-size: 48px;
  font-weight: 300;
  color: #ffffff; }
#error_404_content h1 {
  color: #ffbf00;
  font-size: 200px;
  font-weight: bold; }
#error_404_content p {
  color: #ffffff;
  font-size: 22px; }
#error_404_content .button_big {
  margin-top: 40px; }

#loan_tabs_content label {
  font-size: 18px; }
#loan_tabs_content #helpBlock {
  font-size: 12px;
  color: #a2a1a1; }
#loan_tabs_content #currency label {
  background: #eeeeee;
  color: #500778;
  border: 0;
  margin: 0;
  border-radius: 0; }
  #loan_tabs_content #currency label:first-child {
    border-radius: 20px 0 0 20px; }
  #loan_tabs_content #currency label:last-child {
    border-radius: 0 20px 20px 0; }
#loan_tabs_content #currency .active {
  background: #500778;
  color: #ffffff;
  box-shadow: none;
  border: 0; }

#loan_tabs {
  width: 100%; }
  #loan_tabs li {
    width: 20%; }

.line_helper_form {
  background: #eeeeee;
  height: 1px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px; }

#partner_info, #has_home_wrapper, #has_car_wrapper {
  display: none; }

label.check, .radio_list label {
  font-weight: normal;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 3px;
  padding-left: 35px;
  cursor: pointer; }

label {
  position: relative; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  padding-left: 20px;
  width: 16px;
  height: 16px;
  background: url(../img/sprite.png) 0 -16px no-repeat; }

input[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  padding-left: 20px;
  width: 16px;
  height: 16px;
  background: url(../img/sprite.png) 0 0 no-repeat; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  padding-left: 20px;
  width: 16px;
  height: 16px;
  background: url(../img/radio_sprite.png) 0 -16px no-repeat; }

input[type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  padding-left: 20px;
  width: 16px;
  height: 16px;
  background: url(../img/radio_sprite.png) 0 0 no-repeat; }

.radio_list label {
  font-size: 14px; }

.mb40 {
  margin-bottom: 40px; }

#alert_upload {
  display: none; }

#pasport_upload {
  display: none; }

.jFiler-input-dragDrop {
  border-radius: 6px;
  width: 100%; }

.jFiler-input-dragDrop .jFiler-input-choose-btn.blue {
  background: #500778;
  color: #ffffff;
  border: 0 !important; }

.jFiler-input-dragDrop h3 {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: bold;
  color: #90a4ae; }

.alert {
  margin-bottom: 40px; }

.alert a {
  text-decoration: underline;
  font-weight: bold;
  color: #007480; }

.loan_form_h3 {
  font-weight: 400;
  color: #500778; }

#applicationSummary ul {
  width: 100% !important; }

.modal {
  z-index: 9999; }

.modal-title {
  margin-bottom: 0 !important; }

#deposit_form #inputMoney, #deposit_form #inputTopup {
  margin-bottom: 20px; }
#deposit_form .period {
  margin-bottom: 30px; }
#deposit_form #calculate {
  margin-bottom: 10px; }

#results {
  display: none;
  position: absolute;
  right: 15px;
  left: 15px; }

#apply-form label {
  font-size: 18px; }

#content .radio_list {
  list-style: none; }
  #content .radio_list li {
    padding-left: 0;
    background: none; }

#current_wrapper.single_current .dropdown-menu {
  display: none !important; }
#current_wrapper.single_current #current_menu {
  text-align: center;
  padding-left: 0;
  cursor: default; }
  #current_wrapper.single_current #current_menu:before {
    content: '';
    width: 0;
    height: 0; }
  #current_wrapper.single_current #current_menu:hover {
    text-decoration: none; }

.single_special {
  height: 260px;
  display: block;
  background-size: cover;
  padding: 15px;
  margin-bottom: 30px; }
  .single_special:hover {
    text-decoration: none; }
    .single_special:hover p {
      text-decoration: underline; }
  .single_special h2 {
    color: #ffbf00; }
  .single_special p {
    font-size: 18px;
    color: #ffffff; }

#search_page_top {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffbf00; }

#custom_search .srch_wrp {
  position: relative; }
  #custom_search .srch_wrp input {
    width: 100%; }
  #custom_search .srch_wrp button {
    border: 0;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    background: none; }

#content .news_list_wrapper {
  margin-bottom: 10px; }
  #content .news_list_wrapper .news_date {
    color: #111;
    font-size: 12px;
    margin-bottom: 0; }

#onMap {
  width: auto; }
  #onMap iframe {
    max-width: 100%; }

.pagination {
  text-align: center;
  display: block; }
  .pagination .pag {
    padding: 5px 8px;
    color: #111;
    margin-left: 5px;
    margin-right: 5px; }
  .pagination .active_pag {
    padding: 5px 9px;
    background: #ffbf00;
    font-size: 15px;
    border-radius: 6px;
    color: #111; }

#content_news, #content {
  margin-bottom: 50px; }

.panel {
  border: 0;
  border-radius: 0;
  margin-bottom: 10px !important;
  box-shadow: none !important; }

.panel-default {
  background: none; }
  .panel-default .panel-heading {
    padding: 0;
    background: #eeeeee;
    border: 0;
    border-radius: 0; }
    .panel-default .panel-heading h4.panel-title {
      margin-bottom: 0 !important; }
      .panel-default .panel-heading h4.panel-title a {
        display: block;
        padding: 10px 15px;
        padding-right: 30px;
        position: relative; }
        .panel-default .panel-heading h4.panel-title a:before {
          content: '';
          position: absolute;
          top: 20px;
          right: 20px;
          width: 11px;
          height: 6px;
          background-image: url("../img/arrow_four_sprite.png");
          background-position: top left; }
        .panel-default .panel-heading h4.panel-title a:hover {
          background: #500778;
          color: #ffffff !important; }
          .panel-default .panel-heading h4.panel-title a:hover:before {
            background-position: top right; }
      .panel-default .panel-heading h4.panel-title a.collapsed:before {
        background-position: bottom left; }
      .panel-default .panel-heading h4.panel-title a.collapsed:hover:before {
        background-position: bottom right; }
    .panel-default .panel-heading h4.panel-title a {
      text-decoration: none !important;
      margin-bottom: 0;
      font-size: 20px !important; }
  .panel-default .panel-body {
    border: 0 !important;
    background-color: transparent !important; }

#content .single_director h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #500778;
  font-weight: bold; }
#content .single_director h3 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 15px;
  font-style: italic;
  color: #999999; }
#content .single_director p, #content .single_director span, #content .single_director a {
  font-size: 14px; }
#content .line_helper_lgray {
  height: 1px;
  background: #cccccc;
  margin-top: 30px;
  margin-bottom: 30px; }

.lg-backdrop.in {
  opacity: 0.7; }

.single_partner {
  margin-bottom: 30px; }
  .single_partner h3 {
    margin-top: 0; }

.transfer_img {
  max-width: 150px !important;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.s_transfer {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px; }
  .s_transfer .line_helper {
    position: absolute;
    bottom: -30px;
    left: 15px;
    right: 15px; }

.single_info_in_menu {
  display: block;
  color: #111;
  margin-bottom: 3px; }

#language_group .dropdown-menu li {
  text-align: left;
  padding-left: 8px; }

#results .currency {
  display: inline-block;
  width: auto;
  padding-left: 7px; }

.loan_calc_wrapper#calc_form_wrapper {
  margin-bottom: 70px; }

.vacancy_list {
  margin-top: 50px; }

#safe_deposit {
  margin-top: 30px; }
  #safe_deposit h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #500778; }

#menu_1 .button_small.violet {
  margin-top: 20px; }

#content .s_transfer h3 {
  margin-top: 0; }

@media screen and (max-width: 768px) {
  #page_desc .breadcrumb li.active {
    display: none; }

  .page_button {
    height: auto !important;
    margin-bottom: 20px;
    text-align: center; }
    .page_button img {
      max-height: 50px;
      margin: 0 auto; }

  #slider_bottom .item {
    height: 270px; }
  #slider_bottom .carousel-caption {
    max-width: 100%; }
    #slider_bottom .carousel-caption h2 {
      font-size: 23px; }

  #rates_tabs li {
    width: 50%;
    float: left; }

  #vertical_banner {
    height: 250px;
    background-position: top center;
    margin-bottom: 30px; }
    #vertical_banner img {
      margin-top: 30px; }

  .footer_menu_wrapper {
    display: none; }

  .footer_text, .footer_text_big {
    font-size: 12px;
    text-align: left; }

  #page_img {
    min-height: 175px; }

  #page_desc {
    margin-top: 30px; }
    #page_desc h1 {
      font-size: 30px;
      margin-bottom: 30px; }

  .breadcrumb {
    padding: 5px 10px; }

  #page_desc .breadcrumb li {
    font-size: 12px; }
    #page_desc .breadcrumb li a {
      line-height: 1; }

  #credit_icon_wrapper {
    display: none; }

  #content .custom_tabs ul.nav-tabs li {
    width: 100%;
    border-radius: 0; }
    #content .custom_tabs ul.nav-tabs li a {
      border-radius: 0 !important; }

  .panel-default .panel-heading h4.panel-title a {
    font-size: 16px !important; }

  .slider_calc_wrapper {
    margin-top: -20px !important;
    margin-bottom: 20px; }

  #calc_form_wrapper input {
    margin-bottom: 20px; }

  #slider_top {
    height: auto; }
    #slider_top .item {
      height: 200px; }
    #slider_top .carousel-caption {
      padding: 0;
      top: auto;
      left: 15px;
      right: 15px;
      bottom: 15px; }
      #slider_top .carousel-caption .btn_big {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 997;
        font-size: 15px;
        padding: 6px 10px; }
      #slider_top .carousel-caption h2 {
        font-size: 22px; }
      #slider_top .carousel-caption h3 {
        font-size: 20px; }

  .controls_wrapper {
    z-index: 998;
    bottom: 15px; }

  #slider_bottom .item {
    height: 200px; }
  #slider_bottom .carousel-caption {
    right: 20px; }
    #slider_bottom .carousel-caption .btn {
      position: absolute;
      z-index: 997;
      bottom: 15px;
      left: 0; }
    #slider_bottom .carousel-caption h2 {
      font-size: 22px; }

  #footer {
    padding-top: 30px; }

  #mobile_menu .dropdown-menu li {
    padding-left: 25px;
    color: #ffbf00;
    padding-bottom: 5px;
    padding-top: 5px; }
    #mobile_menu .dropdown-menu li a {
      padding: 0; }

  #mobile_menu_wrapper .navbar-default {
    background: #500778;
    margin-bottom: 0;
    border: 0; }
    #mobile_menu_wrapper .navbar-default .navbar-toggle {
      margin-right: 0;
      border: 0; }
      #mobile_menu_wrapper .navbar-default .navbar-toggle:hover {
        background: none; }
      #mobile_menu_wrapper .navbar-default .navbar-toggle .icon-bar {
        background: #ffbf00; }
  #mobile_menu_wrapper .navbar-default .navbar-collapse, #mobile_menu_wrapper .navbar-default .navbar-form {
    border: 0 !important;
    border-color: transparent !important; }
  #mobile_menu_wrapper .navbar-collapse {
    box-shadow: none;
    padding-bottom: 15px; }
  #mobile_menu_wrapper .navbar-default .navbar-nav > li > a {
    color: #ffbf00;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px; }
    #mobile_menu_wrapper .navbar-default .navbar-nav > li > a:hover {
      text-decoration: underline;
      background: none; }
  #mobile_menu_wrapper .navbar-nav {
    margin: 0; }
  #mobile_menu_wrapper .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 14px;
    color: #ffbf00; }

  .single_loan {
    height: auto; }
    .single_loan .excerpt {
      margin-bottom: 10px; }

  .calculator #calculate {
    margin-top: 10px; }
  .calculator #current_wrapper.single_current #current_menu {
    max-width: 115px; } }
#lang-kg .rates_table tbody tr:first-child td {
  white-space: nowrap;
  font-size: 11px; }

/*# sourceMappingURL=frontend.css.map */
