/*
Theme Name: Expresszkolcson Theme
Theme URI: 
Author: Zsolt Schumacher
Author URI: http://schumacherzsolt.com
Description: Expresszkolcson template
Version: 1.0
License: GNU General Public License
*/
/* =Reset
-------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Extra Small devices (mobiles, 320px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Xtra Large devices (large desktops, 1366px and up) */
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-regular.eot");
  src: url("fonts/montserrat-regular.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-regular.woff") format("woff"), url("fonts/montserrat-regular.ttf") format("truetype"), url("fonts/montserrat-regular.svg#Montserrat") format("svg");
  font-weight: 500;
  font-style: "normal"; }
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto-regular-webfont.eot");
  src: url("fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-regular-webfont.woff") format("woff"), url("fonts/roboto-regular-webfont.ttf") format("truetype"), url("fonts/roboto-regular-webfont.svg#Roboto") format("svg");
  font-weight: 500;
  font-style: "normal"; }
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto-light-webfont.eot");
  src: url("fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-light-webfont.woff") format("woff"), url("fonts/roboto-light-webfont.ttf") format("truetype"), url("fonts/roboto-light-webfont.svg#Roboto") format("svg");
  font-weight: 300;
  font-style: "normal"; }
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto-bold-webfont.eot");
  src: url("fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-bold-webfont.woff") format("woff"), url("fonts/roboto-bold-webfont.ttf") format("truetype"), url("fonts/roboto-bold-webfont.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: "bold"; }
@font-face {
  font-family: "Roboto Slab";
  src: url("fonts/robotoslab-regular.eot");
  src: url("fonts/robotoslab-regular.eot?#iefix") format("embedded-opentype"), url("fonts/robotoslab-regular.woff") format("woff"), url("fonts/robotoslab-regular.ttf") format("truetype"), url("fonts/robotoslab-regular.svg#Roboto Slab") format("svg");
  font-weight: 500;
  font-style: "normal"; }
@font-face {
  font-family: "Roboto Slab";
  src: url("fonts/robotoslab-light-webfont.eot");
  src: url("fonts/robotoslab-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/robotoslab-light-webfont.woff") format("woff"), url("fonts/robotoslab-light-webfont.ttf") format("truetype"), url("fonts/robotoslab-light-webfont.svg#Roboto Slab") format("svg");
  font-weight: 400;
  font-style: "normal"; }
@font-face {
  font-family: "Roboto Slab";
  src: url("fonts/robotoslab-bold-webfont.eot");
  src: url("fonts/robotoslab-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/robotoslab-bold-webfont.woff") format("woff"), url("fonts/robotoslab-bold-webfont.ttf") format("truetype"), url("fonts/robotoslab-bold-webfont.svg#Roboto Slab") format("svg");
  font-weight: 700;
  font-style: "bold"; }
/*******************************************************************************
mixins, fonts, color variables
*******************************************************************************/
.no_padding {
  padding-left: 0;
  padding-right: 0; }

h1, h2, h3, h4, h5 {
  font-family: "Roboto"; }

.container {
  max-width: 100%; }

/*-----------------------------------------------------------
top_banner
-----------------------------------------------------------*/
.top_b_a {
  width: 100%;
  margin: 0 auto;
  max-width: 970px;
  height: auto; }
  .top_b_a:before {
    content: "Promocio";
    font-size: 9px;
    font-weight: 300;
    font-family: "Roboto";
    color: #999;
    position: absolute;
    top: 50px;
    left: -28px;
    transform: rotate(-90deg);
    text-align: center; }

/*------------------------------------------------------------------------------
header 
------------------------------------------------------------------------------*/
.header {
  position: relative;
  top: 0;
  z-index: 3;
  background-color: #fff;
  padding: 0 15px;
  width: 100%;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 767px) {
    .header {
      padding: 0; } }
  .header_home {
    position: fixed;
    top: 0; }
  .header_inner {
    height: 90px; }
    @media (min-width: 1367px) {
      .header_inner {
        height: 110px; } }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      .header_inner {
        height: 60px; } }
  .header .logo {
    height: 60px;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .header .logo {
        padding: 10px 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header .logo {
        padding: 10px 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header .logo {
        padding: 0 5px; } }
    @media (min-width: 1367px) {
      .header .logo {
        height: 80px; } }
    .header .logo a {
      display: block;
      height: 100%; }
    .header .logo img {
      display: block;
      width: auto;
      height: 60px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
        .header .logo img {
          width: auto;
          height: 40px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .header .logo img {
          width: 150px;
          height: auto;
          margin-top: 0px; } }

.subpage_header.fixed-header {
  position: fixed; }

.navigation .menu-header {
  float: left; }
.navigation ul.menu {
  height: 40px; }
.navigation li {
  display: inline-block;
  height: 100%;
  position: relative; }
  .navigation li a {
    color: #3c3c3c;
    height: 100%;
    display: block;
    padding: 0 15px;
    text-decoration: none;
    font: 300 15px "Montserrat";
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .navigation li a {
        font-size: 14px;
        padding: 0 7px; } }
    .navigation li a span {
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .navigation li a:hover {
      color: #389B8F; }
  .navigation li.current-menu-item a {
    color: #389B8F; }
  .navigation li.current-page-ancestor a {
    color: #389B8F; }
  .navigation li.current-menu-item .sub-menu li a, .navigation li.current-page-ancestor .sub-menu li a {
    color: #3c3c3c; }
    .navigation li.current-menu-item .sub-menu li a:hover, .navigation li.current-page-ancestor .sub-menu li a:hover {
      color: #389B8F; }
  .navigation li.current-page-ancestor li.current-menu-item a {
    color: #389B8F; }

.sub-menu {
  display: none;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
  @media (max-width: 767px) {
    .sub-menu {
      border-bottom: none;
      border-left: none;
      border-right: none; } }

.navigation li:hover .sub-menu {
  display: block;
  position: absolute;
  left: 12px;
  background-color: #fff; }
  .navigation li:hover .sub-menu li {
    display: block;
    width: 100%; }
    .navigation li:hover .sub-menu li a {
      padding: 8px 15px;
      font: 300 15px "Roboto"; }
.navigation li:hover#menu-item-369 .sub-menu {
  right: 0;
  left: auto; }

/*---------------------------------------------------------
secondary nav
---------------------------------------------------------*/
.secondary_navigation {
  margin-top: 35px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .secondary_navigation {
      margin-top: 20px; } }
  .secondary_navigation ul {
    float: right; }
  .secondary_navigation li {
    display: inline-block;
    margin-right: 20px; }
    .secondary_navigation li a {
      font: 300 13px "Montserrat";
      color: #982881; }
      .secondary_navigation li a:hover {
        text-decoration: none;
        color: #389B8F;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }

/*---------------------------------------------------------
mobile menu slicknav
--------------------------------------------------------*/
.slicknav_menu {
  background: transparent;
  position: relative;
  top: 60px;
  right: 0;
  width: 0px;
  height: 0px;
  z-index: 4;
  padding: 0;
  display: none; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .slicknav_menu {
      display: block; } }

.slicknav_nav {
  position: fixed;
  right: 0;
  background: #fff;
  width: 100%;
  max-height: calc(100% - 60px);
  overflow-y: auto;
  padding: 0px;
  border-top: 1px solid #982881;
  border-bottom: 1px solid #982881;
  overflow: auto; }
  .slicknav_nav ul {
    margin: 0; }
  .slicknav_nav li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    background-color: #fff;
    background: linear-gradient(#fff, #efefef); }
    .slicknav_nav li:hover {
      background: linear-gradient(#efefef, #fff); }
  .slicknav_nav .sub-menu {
    margin: 8px 0 0; }
    .slicknav_nav .sub-menu li {
      padding: 4px 0 4px 50px;
      border-bottom: 0;
      border-top: 1px solid #ccc; }
      .slicknav_nav .sub-menu li a {
        padding: 0;
        font-size: 13px; }

li.slicknav_open {
  padding-bottom: 0; }

.slicknav_parent {
  padding: 0; }
  .slicknav_parent a {
    background-color: transparent !important; }
    .slicknav_parent a:hover {
      color: #333; }

.slicknav_nav a {
  color: #982881;
  font: 700 14px "Roboto", sans-serif;
  padding: 0px 15px; }
  .slicknav_nav a .mobile_icon {
    width: 21px;
    height: 21px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: -2px; }
  .slicknav_nav a .slicknav_arrow {
    color: #982881; }
  .slicknav_nav a:hover {
    border-radius: 0px;
    background-color: transparent; }

.menu-item-18562 .mobile_icon {
  background: url("pics/mobile_icons/szemelyi.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-1037 .mobile_icon {
  background: url("pics/mobile_icons/gyorskolcson.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-1038 .mobile_icon,
.menu-item-20242 .mobile_icon {
  background: url("pics/mobile_icons/autohitel.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-20424 .mobile_icon {
  background: url("pics/mobile_icons/lakasfelujitas.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-18565 .mobile_icon {
  background: url("pics/mobile_icons/hitelkivaltas.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-18566 .mobile_icon {
  background: url("pics/mobile_icons/babavaro.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-18563 .mobile_icon {
  background: url("pics/mobile_icons/lakashitel.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-1042 .mobile_icon {
  background: url("pics/mobile_icons/fogyasztobarat.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-1043 .mobile_icon {
  background: url("pics/mobile_icons/jelzalog.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-1044 .mobile_icon {
  background: url("pics/mobile_icons/epitesi.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-1045 .mobile_icon {
  background: url("pics/mobile_icons/csok.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-1046 .mobile_icon {
  background: url("pics/mobile_icons/falusicsok.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-1047 .mobile_icon {
  background: url("pics/mobile_icons/adossagrendezo.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-18567 .mobile_icon {
  background: url("pics/mobile_icons/vallakozoknak.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-1049 .mobile_icon {
  background: url("pics/mobile_icons/hitelkartya.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-1051 .mobile_icon,
.menu-item-20243 .mobile_icon {
  background: url("pics/mobile_icons/bankszamla.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-1052 .mobile_icon,
.menu-item-18775 .mobile_icon {
  background: url("pics/mobile_icons/biztositas.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-1050 .mobile_icon {
  background: url("pics/mobile_icons/kalkulator.png") 50% 50% no-repeat;
  background-size: contain; }

.menu-item-24749 .mobile_icon {
  background: url("pics/mobile_icons/blog.png") 50% 50% no-repeat;
  background-size: contain; }

.slicknav_nav .slicknav_row {
  padding: 0px 15px;
  background-color: transparent; }

.slicknav_nav .slicknav_item a {
  padding: 0px 0px;
  color: #982881; }

.slicknav_btn {
  position: fixed;
  float: right;
  right: 0;
  top: 0;
  background-color: #fff;
  border-radius: 0px;
  text-decoration: none;
  z-index: 5;
  margin: 0;
  padding: 21px 20px 21px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px; }

.slicknav_menu .slicknav_icon-bar {
  box-shadow: none;
  background-color: #bebebe;
  width: 2em;
  margin-top: 0.3em; }

/*-----------------------------------------------------------------------------
header ad
------------------------------------------------------------------------------*/
.header_ad_banner,
.h_a_b {
  margin-top: 130px;
  margin-bottom: 10px;
  text-align: center; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .header_ad_banner,
    .h_a_b {
      margin-top: 50px; } }
  .header_ad_banner .center,
  .h_a_b .center {
    margin-top: 0px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .header_ad_banner .center,
      .h_a_b .center {
        margin-top: 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header_ad_banner .center,
      .h_a_b .center {
        margin-top: 30px; } }
  .header_ad_banner img,
  .h_a_b img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 950px; }
    @media (max-width: 767px) {
      .header_ad_banner img,
      .h_a_b img {
        max-width: 300px; } }

.center {
  position: relative; }

.blog_banner,
.blog_b {
  position: relative;
  z-index: 2; }

.ad_sign,
.a_sign {
  font: 500 13px "Roboto";
  color: #aaa;
  text-align: center;
  display: block;
  padding-top: 5px; }

.blog_banner .ad_sign,
.blog_b .ad_sign,
.blog_b .a_sign {
  color: #fff; }

.b_middle_lg {
  display: block; }
  .b_middle_lg img {
    display: block;
    margin: 0 auto; }

.b_middle_sm {
  display: none; }

@media (max-width: 980px) {
  .b_middle_sm {
    display: block; }

  .b_middle_sm img {
    display: block;
    width: 300px;
    height: auto;
    margin: 0 auto; }

  .b_middle_lg {
    display: none; } }
#animation_container {
  margin: 0 auto; }

/*------------------------------------------------------------------------------
main_calculator
------------------------------------------------------------------------------*/
.moratory {
  margin: 100px auto 0;
  background-color: #389B8F; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .moratory {
      margin-top: 60px; } }
  @media (min-width: 1367px) {
    .moratory {
      margin-top: 120px; } }
  @media (max-width: 767px) {
    .moratory_inner {
      padding: 0; } }
  .moratory a {
    display: block;
    padding: 15px 15px;
    font: 700 16px "Roboto";
    color: #fff;
    text-align: center; }
    .moratory a:hover {
      text-decoration: none;
      background-color: #982881;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  @media (max-width: 767px) {
    .moratory {
      width: 100%;
      margin-bottom: 0; }
      .moratory a {
        font-size: 14px; } }

.main_calculator {
  position: relative;
  z-index: 2;
  background-color: #f0f0f0;
  background: url("pics/hero.jpg") 50% 0% no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 85px; }
  .main_calculator_inner {
    min-height: 100%; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
    .main_calculator {
      background: url("pics/hero_mobile.jpg") 70% 0% no-repeat;
      background-size: cover;
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .main_calculator {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .main_calculator {
      padding-bottom: 18px; } }
  .main_calculator h1 {
    font: 700 32px "Montserrat";
    color: #fff;
    background-color: #982881;
    opacity: 0.75;
    padding: 0px 0 0px;
    line-height: 1.2em;
    margin-bottom: 100px;
    padding: 30px 50px;
    max-width: 800px; }
    @media (max-width: 767px) {
      .main_calculator h1 {
        padding: 30px 15px 30px;
        font-size: 20px;
        max-width: 400px;
        width: 70%;
        margin-bottom: 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main_calculator h1 {
        width: 70%;
        width: 100%;
        max-width: 500px;
        margin-bottom: 50px;
        padding: 30px 15px 30px;
        font-size: 28px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .main_calculator h1 {
        padding: 30px 15px 30px;
        font-size: 28px;
        max-width: 600px; } }
    @media (min-width: 1200px) and (max-width: 1366px) {
      .main_calculator h1 {
        padding: 30px 15px 50px; } }
    .main_calculator h1 span {
      font: 300 22px "Montserrat";
      color: #fff;
      line-height: 1.4em; }
      @media (max-width: 767px) {
        .main_calculator h1 span {
          margin-top: 10px;
          display: block;
          font-size: 18px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main_calculator h1 span {
          font-size: 18px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main_calculator h1 span {
          font-size: 18px; } }

.home .collapsible {
  display: none; }

/*------------------------------------------------------------------------------
main_categories
------------------------------------------------------------------------------*/
.main_categories_inner {
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
  opacity: 0.85; }
  @media (max-width: 767px) {
    .main_categories_inner {
      padding: 0;
      height: auto;
      border-radius: 10px;
      width: calc(100%); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .main_categories_inner {
      height: 150px; } }
.main_categories_box {
  display: block;
  height: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 767px) {
    .main_categories_box {
      height: auto;
      padding: 20px 15px 8px;
      height: 120px; }
      .main_categories_box:last-of-type {
        border-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .main_categories_box {
      height: 80px; } }
  @media (min-width: 1367px) {
    .main_categories_box {
      height: 120px; } }
  .main_categories_box a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block; }
.main_categories_box_title {
  margin-top: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 767px) {
    .main_categories_box_title {
      margin-top: 0px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .main_categories_box_title {
      margin-top: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .main_categories_box_title {
      margin-top: 15px; } }
  @media (min-width: 1367px) {
    .main_categories_box_title {
      margin-top: 30px; } }
  .main_categories_box_title .icon {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 10px; }
    @media (max-width: 767px) {
      .main_categories_box_title .icon {
        width: 100%;
        height: 35px;
        margin-bottom: 10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main_categories_box_title .icon {
        width: 30px;
        height: 30px;
        margin-bottom: 5px; } }
    .main_categories_box_title .icon img {
      width: 100%;
      height: 100%; }
  .main_categories_box_title h4 {
    font-size: 14px;
    font-family: "Montserrat";
    color: #3c3c3c;
    font-weight: 300;
    text-align: center;
    line-height: 1.4em;
    display: block;
    width: 100%; }
    @media (max-width: 767px) {
      .main_categories_box_title h4 {
        text-align: center;
        font-size: 13px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      .main_categories_box_title h4 {
        font-size: 16px; } }
    @media (min-width: 1367px) {
      .main_categories_box_title h4 {
        font-size: 16px; } }
.main_categories_subpage {
  margin-bottom: 50px; }
  .main_categories_subpage h4 {
    font-size: 18px; }

.main_categories_box:hover {
  transform: scale(1.1); }
  @media (max-width: 767px) {
    .main_categories_box:hover {
      transform: none; } }

/*------------------------------------------------------------------------------
main_sections
------------------------------------------------------------------------------*/
.section_title_inner {
  padding: 50px 15px 30px; }
  @media (max-width: 767px) {
    .section_title_inner {
      padding: 30px 15px 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section_title_inner {
      padding: 30px 15px 30px; } }
  @media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1366px) {
    .section_title_inner {
      padding: 50px 15px 30px; } }
.section_title h2 {
  color: #222;
  font: 700 24px "Montserrat";
  display: block;
  position: relative;
  text-align: center; }

.section_content {
  height: 360px;
  margin-top: 50px;
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  /*&.blue_section {
     
      .continue_box {
          color: #fff;
          border-color: $blue;
          background-color: $blue;
          &:hover {
              color: #fff;
              background-color: $purple;
          }
          @media (min-width: 768px) and (max-width: 991px){
              background-color: #fff;
          }
      }
  }*/
  /*&_1 {
      background: url('pics/main_section1_bgd.jpg') 100% 50% no-repeat;
      background-size: contain;
      
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
          background-size: 50% auto;
      }  
  }
  &_2 {
      background: url('pics/main_section2_bgd.jpg') 0 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
          background-size: 50% auto;
      }        
  }
  &_3 {
      background: url('pics/main_section3_bgd.png') 100% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
          background-size: 50% auto;
      }
      @media (max-width: 767px){
          background-image: none;
          padding: 0px;
      }
  }
  &_4 {
      background: url('pics/main_section4_bgd.jpg') 0 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
          background-size: 50% auto;
      }  
  }
  &_5 {
      background: url('pics/main_section6_bgd.jpg') 0 50% no-repeat;
      background-size: contain;      
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
          background-size: 50% auto;
      }
  }
  &_6 {
      background: url('pics/main_section5_bgd.jpg') 100% 50% no-repeat;
      background-size: contain;
      @media (max-width: 767px){
          border-bottom: 1px solid #ddd;
      }
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
          background-size: 50% auto;
      }  
  }
  &_7 .white_section_wrapper {
      background: url('pics/main_section7_bgd.png') 100% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
          background-size: 50% auto;
      }
      @media (max-width: 767px){
          background-image: none;
          padding: 0px;
      }
  }
  &_7b {
      background: url('pics/szechenyi.jpg') 0 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
          background-size: 50% auto;
      }
  }
  &_8 {
      background: url('pics/szechenyi.jpg') 100% 50% no-repeat;
      background-size: contain;
  }
  &_8b {
      background: url('pics/beruhazasi2.jpg') 100% 50% no-repeat;
      background-size: contain;
  }
  
  &_9 {
      background: url('pics/nhp.jpg') 100% 50% no-repeat;
      background-size: contain;             
  }
  
  &_9b {
      background: url('pics/munkahelymegtarto.jpg') 100% 50% no-repeat;
      background-size: contain;             
  }
  
  &_10 {
      background: url('pics/kezdo.jpg') 0% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
      } 
  }
  
  &_10b {
      background: url('pics/onero-kiegeszito-hitel.jpg') 0% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
      } 
  }
  
  &_11 {
      background: url('pics/vallalkozoi.jpg') 0% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
      }        
  }
  
  &_11b {
      background: url('pics/tamogatast-megelolegezo-hitel.jpg') 0% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
      }        
  }        
  
  &_12 {
      background: url('pics/agrar.jpg') 100% 50% no-repeat;
      background-size: contain;
  }
  
  &_13 {
      background: url('pics/folyoszamla.jpg') 100% 50% no-repeat;
      background-size: contain;              
  }
  
  &_13b {
      background: url('pics/likviditasi-hitel.jpg') 100% 50% no-repeat;
      background-size: contain;              
  }
  
  &_14 {
      background: url('pics/beruhazasi.jpg') 0% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
      }        
  }
  
  &_15 {
      background: url('pics/forgoeszkoz.jpg') 0% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
      }        
  }
  
  &_15b {
      background: url('pics/folyoszamla2.jpg') 0% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
      }        
  }
  
  &_16 {
      background: url('pics/main_section7_bgd.jpg') 0% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
      }        
  }
  
  &_17 {
      background: url('pics/szechenyi-turizmus.jpg') 0% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
      }        
  }
  &_18 {
      background: url('pics/szechenyi-agrar.jpg') 100% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
      }        
  }
  &_19 {
      background: url('pics/autolizing.jpg') 100% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
      }        
  }
  &_19b {
      background: url('pics/autolizing.jpg') 0% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
      }        
  }
  &_20 {
      background: url('pics/krizishitel.jpg') 100% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
      }        
  }
  &_21 {
      background: url('pics/lakasfelujitasi2.jpg') 100% 50% no-repeat;
      background-size: contain;
      @media (min-width: 768px) and (max-width: 991px){
          background-position: 100% 50%;
      }        
  }*/ }
  @media (max-width: 767px) {
    .section_content {
      margin-bottom: 0;
      padding: 50px 15px;
      border-radius: 8px;
      margin-top: 0;
      height: auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section_content {
      padding: 0 15px 0 0;
      height: 280px;
      margin-bottom: 0;
      margin-top: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .section_content {
      height: 290px; } }
  .section_content_inner {
    height: 100%; }
    @media (max-width: 767px) {
      .section_content_inner {
        padding: 0; } }
  .section_content_left {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .section_content_left .continue_box {
      display: block;
      font: 700 14px "Roboto";
      text-align: center;
      border-radius: 4px;
      border-style: solid;
      padding: 15px 30px;
      text-decoration: none;
      margin-top: 5px;
      letter-spacing: 1px;
      float: left;
      width: auto;
      color: #fff;
      background-color: #982881;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      @media (max-width: 767px) {
        .section_content_left .continue_box {
          padding: 11px 10px;
          font-size: 12px;
          float: none;
          width: 240px;
          margin: 10px 0 0; } }
      @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1366px) {
        .section_content_left .continue_box {
          padding: 10px 12px; } }
      .section_content_left .continue_box:hover {
        color: #fff;
        background-color: #389B8F; }
        @media (max-width: 767px) {
          .section_content_left .continue_box:hover {
            transform: scale(1);
            background-color: #333; } }
    @media (max-width: 767px) {
      .section_content_left {
        width: 100%;
        padding: 30px 0 0;
        position: relative;
        top: 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); } }
  .section_content_right {
    padding: 0; }
    .section_content_right img {
      display: block;
      width: 100%;
      height: auto; }
    @media (max-width: 767px) {
      .section_content_right {
        height: 180px;
        overflow: hidden; }
        .section_content_right img {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); } }
  .section_content h3 {
    font: 700 28px "Montserrat";
    letter-spacing: 1px;
    line-height: 1.2em;
    margin-bottom: 15px;
    color: #389B8F; }
    .section_content h3 span {
      font-weight: 300; }
    @media (max-width: 767px) {
      .section_content h3 {
        font-size: 20px;
        margin-bottom: 10px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      .section_content h3 {
        font-size: 24px; } }
    @media (min-width: 1200px) and (max-width: 1366px) {
      .section_content h3 {
        font-size: 28px; } }
  .section_content p {
    font: 300 19px "Roboto";
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .section_content p {
        font-size: 16px;
        margin-left: 0;
        margin-bottom: 15px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      .section_content p {
        font-size: 16px;
        margin-bottom: 15px; } }
  .section_content.purple_section {
    background-color: #f5f5f5;
    /*h3 {
        color: $purple;
    }
    .continue_box {
        color: $purple;
        border-color: $purple;
        @media (min-width: 768px) and (max-width: 991px){
            background-color: #fff;
        }
        &:hover {
            color: #fff;
            background-color: $purple;
        }
    }
    @media (max-width: 767px){
        background-color: $light_grey;
    }*/ }
  .section_content.white_section {
    background-color: #389B8F; }
    .section_content.white_section h3 {
      color: #fff; }
    .section_content.white_section p {
      color: #fff; }
    .section_content.white_section .continue_box {
      color: #fff;
      border-color: #fff; }
      .section_content.white_section .continue_box:hover {
        color: #389B8F;
        background-color: #fff; }
      @media (min-width: 768px) and (max-width: 991px) {
        .section_content.white_section .continue_box {
          background-color: #fff;
          color: #389B8F; }
          .section_content.white_section .continue_box:hover {
            color: #fff;
            background-color: #389B8F; } }
  .section_content.white_section_purple {
    background-color: #982881; }
    .section_content.white_section_purple .continue_box:hover {
      color: #982881; }
    @media (min-width: 768px) and (max-width: 991px) {
      .section_content.white_section_purple .continue_box {
        color: #982881; }
        .section_content.white_section_purple .continue_box:hover {
          background-color: #982881; } }
  @media (max-width: 767px) {
    .section_content {
      background-image: none;
      padding: 30px 15px; } }

.white_section_wrapper {
  display: block;
  height: 100%; }

/*------------------------------------------------------------------------------
process block
------------------------------------------------------------------------------*/
.main_process {
  background-color: #f0f0f0; }

.process_info img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px; }
  @media (max-width: 767px) {
    .process_info img {
      max-width: 260px; } }

/*------------------------------------------------------------------------------
highlights
------------------------------------------------------------------------------*/
.main_highlights {
  padding-top: 30px; }
  @media (max-width: 767px), (min-width: 1367px) {
    .main_highlights {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .main_highlights {
      padding-top: 0px; } }

/*------------------------------------------------------------------------------
main blog thumbs
------------------------------------------------------------------------------*/
.main_blog {
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .main_blog {
      padding-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1366px) {
    .main_blog {
      padding-bottom: 50px; } }

.main_blog_element {
  margin-bottom: 30px; }
  .main_blog_element a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    color: #389B8F;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .main_blog_element a:hover {
      color: #982881; }
    @media (max-width: 767px) {
      .main_blog_element a {
        margin-bottom: 50px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      .main_blog_element a {
        margin-bottom: 30px; } }
  .main_blog_element_img {
    margin-bottom: 10px; }
    .main_blog_element_img a {
      width: 100%;
      max-width: 265px;
      margin: 0 auto; }
      @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
        .main_blog_element_img a {
          width: 100%; } }
  .main_blog_element img {
    display: block;
    width: 100%;
    height: auto; }
  .main_blog_element h3 {
    display: block;
    font: 700 13px "Roboto"; }
  .main_blog_element_img {
    margin-bottom: 12px; }
  .main_blog_element h3 {
    display: block;
    width: 100%;
    float: left;
    font-size: 17px;
    font: 500 18px "Roboto";
    margin-bottom: 10px; }
    .main_blog_element h3 a {
      margin-bottom: 0;
      color: #982881; }
  .main_blog_element .date {
    font: 500 12px "Roboto";
    color: #969696;
    display: block;
    margin-bottom: 8px; }
  .main_blog_element p {
    font: 300 15px "Roboto";
    color: #3c3c3c;
    line-height: 1.6em;
    margin-bottom: 10px; }
  .main_blog_element .readmore {
    color: #982881;
    font: 300 15px "Roboto";
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 0 0;
    text-decoration: underline; }
    .main_blog_element .readmore:hover {
      color: #389B8F; }

.main_blog_element a {
  max-width: 100%; }

.main_continue a {
  display: block;
  width: 280px;
  background-color: #982881;
  font: 600 15px "Roboto";
  text-align: center;
  color: #fff;
  padding: 20px 10px;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0px 0px 15px #982881;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .main_continue a:hover {
    background-color: #389B8F;
    box-shadow: 0px 0px 15px #389B8F; }

.gyik_continue a {
  float: right;
  margin-top: 15px;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .gyik_continue a {
      float: none;
      margin: 30px auto 30px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1366px) {
    .gyik_continue a {
      margin-bottom: 50px; } }

.gyiklist_continue a {
  float: left;
  margin-top: 40px;
  width: auto;
  padding: 10px 30px; }

.blog_continue a {
  margin: 0 auto; }
  @media (max-width: 767px) {
    .blog_continue a {
      margin-bottom: 30px; } }
  @media (min-width: 1367px) {
    .blog_continue a {
      margin-top: 15px; } }

/*------------------------------------------------------------------------------
main partner
------------------------------------------------------------------------------*/
.main_partners.white {
  background-color: #fff; }

.main_partners_title {
  padding: 30px 15px 30px; }

.partners_lister {
  padding: 0px 0 40px; }
  @media (max-width: 767px) {
    .partners_lister {
      padding: 0 0 30px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1366px) {
    .partners_lister {
      padding: 0 0 40px; } }

.partners_element {
  height: 60px;
  padding: 10px; }
  @media (max-width: 767px) {
    .partners_element {
      padding: 15px;
      height: 60px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
    .partners_element {
      padding: 15px;
      height: 60px; } }
  .partners_element img {
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%; }

.disclaimer {
  border-top: 1px solid #982881;
  border-bottom: 1px solid #982881;
  padding: 20px 0 !important;
  margin-top: 50px; }
  .disclaimer p {
    font: 300 13px "Roboto" !important;
    line-height: 1.7em !important;
    color: #555 !important; }

/*------------------------------------------------------------------------------
rss
------------------------------------------------------------------------------*/
.rss_block {
  padding-bottom: 30px; }
  .rss_block h2 a {
    color: #982881; }
  .rss_block .section_title {
    border-top: 1px solid #ccc; }

.rss_list {
  margin-bottom: 30px; }
  .rss_list h3 {
    display: block;
    border-radius: 5px;
    background-color: #982881;
    color: #fff;
    font: 500 16px "Roboto";
    text-transform: uppercase; }
    .rss_list h3:hover {
      background-color: #389B8F; }
    .rss_list h3 a {
      display: block;
      padding: 6px 10px;
      color: #fff;
      text-decoration: none; }
  .rss_list ul {
    padding: 15px 10px 0; }
    .rss_list ul li {
      margin-bottom: 10px; }
      .rss_list ul li a {
        font: 500 15px "Roboto";
        color: #333; }
        .rss_list ul li a span {
          color: #982881; }

/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
.footer {
  background-color: #3c3c3c; }
  .footer_logo {
    padding: 40px; }
    @media (max-width: 767px) {
      .footer_logo {
        padding: 30px 15px; } }
    .footer_logo img {
      display: block;
      margin: 0 auto; }
  .footer_menu_column {
    padding-bottom: 30px;
    /*@media (min-width: 1200px) and (max-width: 1366px), (min-width: 1367px){
        width: 14.2%;
    }*/ }
    @media (max-width: 767px) {
      .footer_menu_column {
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #4d4d4d; } }
    .footer_menu_column h3,
    .footer_menu_column p.client_box_top {
      font: 300 18px "Roboto";
      color: #fff;
      margin-bottom: 18px; }
      @media (max-width: 767px) {
        .footer_menu_column h3,
        .footer_menu_column p.client_box_top {
          margin-bottom: 5px; } }
    .footer_menu_column li {
      font: 500 12px "Roboto";
      margin-bottom: 3px; }
      .footer_menu_column li a {
        color: #969696;
        text-decoration: none; }
        .footer_menu_column li a:hover {
          color: #fff; }
        @media (max-width: 767px) {
          .footer_menu_column li a {
            display: block;
            width: 100%;
            margin-bottom: 10px; } }
  .footer_additional {
    padding: 30px 15px;
    border-bottom: 1px solid #4d4d4d; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer_additional {
        padding-top: 0; } }
    .footer_additional_left {
      margin-bottom: 20px; }
    .footer_additional h3,
    .footer_additional p.footer_title {
      font: 300 18px "Roboto";
      color: #fff;
      margin-bottom: 18px; }
      @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
        .footer_additional h3,
        .footer_additional p.footer_title {
          text-align: center;
          margin: 0 0 30px; } }
    .footer_additional .logo_box {
      width: 120px;
      height: 60px;
      float: left;
      margin-right: 20px;
      display: block; }
      @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
        .footer_additional .logo_box {
          float: none;
          margin: 0 auto;
          height: auto; } }
      .footer_additional .logo_box a {
        display: block;
        height: 60px; }
      .footer_additional .logo_box img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 767px) {
          .footer_additional .logo_box img {
            position: relative;
            top: 0;
            -webkit-transform: translateY(0%);
            -moz-transform: translateY(0%);
            -ms-transform: translateY(0%);
            -o-transform: translateY(0%);
            transform: translateY(0%); } }
    .footer_additional p {
      font: 500 14px "Roboto";
      color: #969696;
      margin-top: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer_additional_info {
        margin-bottom: 10px; } }
    .footer_additional_info h3 {
      margin-bottom: 0;
      text-align: center;
      color: #969696; }
  .footer_addnav {
    border-bottom: 1px solid #4d4d4d; }
  .footer_navigation {
    text-align: center; }
    .footer_navigation ul {
      display: block;
      margin: 0 auto;
      padding: 20px 0; }
    .footer_navigation li {
      display: inline-block;
      border-right: 1px solid #969696;
      margin: 5px 0; }
      .footer_navigation li:last-of-type {
        border-right: none; }
      @media (max-width: 767px) {
        .footer_navigation li {
          width: 100%;
          border-right: 0;
          margin: 5px 0; } }
      .footer_navigation li a {
        color: #969696;
        display: block;
        font: 500 14px "Roboto";
        padding: 0 15px; }

/*------------------------------------------------------------------------------
footer_menu_boxes
------------------------------------------------------------------------------*/
.client_box .client_box_bottom {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1.8em;
  box-sizing: content-box !important; }

@media (max-width: 767px) {
  .client_box_top {
    cursor: pointer; } }

@media (max-width: 767px) {
  .client_box_closed .client_box_bottom {
    overflow: hidden;
    height: 0; } }

.client_box_opened .client_box_bottom {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 767px) {
    .client_box_opened .client_box_bottom {
      height: auto !important; } }

.copyright {
  padding: 30px 15px; }
  .copyright p {
    color: #969696;
    display: block;
    font: 500 12px "Roboto";
    text-align: center; }

/*------------------------------------------------------------------------------
subpage
------------------------------------------------------------------------------*/
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .subpage_hero {
    margin-top: 0px; } }
.subpage_hero_inner {
  background-color: #ddd;
  background-size: cover;
  background-position: 50% 50%;
  padding: 50px 15px;
  position: relative; }
  @media (max-width: 767px) {
    .subpage_hero_inner {
      padding: 20px 15px; } }
  .subpage_hero_inner_bgd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #1F5091, #982881);
    opacity: 0.9; }
.subpage_hero h1 {
  font: 600 28px "Roboto";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 0px;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .subpage_hero h1 {
      font-size: 22px;
      margin: 0; } }
.subpage_hero .no_desc h1 {
  margin-bottom: 0; }
.subpage_hero h2 {
  font: 300 18px "Roboto";
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  line-height: 1.6em; }
.subpage_hero .last_modified {
  text-align: center;
  font: italic 13px "Roboto";
  color: #fff;
  position: absolute;
  bottom: 20px;
  width: 100%; }
  @media (max-width: 767px) {
    .subpage_hero .last_modified {
      font-size: 11px;
      bottom: 8px; } }

.breadcrumbs {
  background-color: #389B8F;
  height: 40px;
  display: none; }

#toc_container {
  border-radius: 10px;
  padding-bottom: 10px !important;
  width: 100% !important; }
  #toc_container li {
    padding: 8px 0 8px 10px !important; }

@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1366px), (min-width: 1367px) {
  .toc_list li {
    display: block;
    width: 50%;
    float: left; } }

.subpage_content_text,
.subpage_info_text {
  font: 300 16px "Roboto";
  padding: 50px 15px 50px;
  line-height: 1.6em; }
  .subpage_content_text > div,
  .subpage_info_text > div {
    padding: 0 20px; }
  .subpage_content_text h4,
  .subpage_info_text h4 {
    font: 700 18px "Roboto";
    margin-bottom: 18px; }
  .subpage_content_text p,
  .subpage_info_text p {
    margin-bottom: 18px; }
    .subpage_content_text p:last-of-type,
    .subpage_info_text p:last-of-type {
      margin-bottom: 0; }

.subpage_info_text {
  padding: 50px 15px; }
  .subpage_info_text h3 {
    font: 600 18px "Roboto";
    color: #3c3c3c;
    margin-bottom: 8px; }
  .subpage_info_text p {
    font-size: 12px; }

.subpage_content_text img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
  display: block; }
.subpage_content_text h2 {
  font-weight: bold;
  font-size: 24px;
  color: #982881;
  margin-bottom: 15px;
  padding-top: 15px; }
.subpage_content_text h3 {
  font-weight: bold;
  font-size: 23px;
  color: #333;
  margin-bottom: 10px; }
.subpage_content_text h4 {
  font-weight: bold;
  font-size: 17px; }
.subpage_content_text p {
  color: #666;
  font-weight: 300;
  font-size: 19px;
  font-family: "Roboto";
  line-height: 1.7em; }
  .subpage_content_text p span {
    font-weight: 300 !important; }
  @media (max-width: 767px) {
    .subpage_content_text p {
      font-size: 18px; } }
.subpage_content_text table {
  width: 100%;
  margin-top: 15px; }
  .subpage_content_text table thead {
    background-color: #389B8F;
    font: 700 16px "Roboto";
    color: #fff; }
  .subpage_content_text table td {
    border: 1px solid #dedede;
    height: auto !important;
    padding: 15px 0; }
.subpage_content_text ul {
  margin: 0 0 20px; }
  .subpage_content_text ul li {
    list-style-type: disc;
    margin-bottom: 5px;
    margin-left: 30px;
    color: #666;
    font-size: 19px;
    line-height: 1.7em; }
    @media (max-width: 767px) {
      .subpage_content_text ul li {
        font-size: 17px; } }
    .subpage_content_text ul li a {
      color: #982881; }
    .subpage_content_text ul li ul {
      margin: 0; }
.subpage_content_text p.p3 strong {
  font-weight: 700; }
.subpage_content_text p strong {
  font-weight: 700; }
.subpage_content_text p a {
  color: #389B8F; }
  .subpage_content_text p a.center {
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative; }
    .subpage_content_text p a.center img {
      display: block;
      margin: 0 auto; }
    .subpage_content_text p a.center:after {
      content: "- promocio -";
      position: absolute;
      left: 50%;
      bottom: -15px;
      width: 120px;
      margin-left: -60px;
      font-family: "Roboto";
      color: #555; }
  .subpage_content_text p a:hover {
    color: #982881; }
  .subpage_content_text p a img.aligncenter {
    margin: 0 auto;
    display: block; }
.subpage_content_text .bq_highlight {
  border: 1px solid #ccc;
  border-left: 10px solid #ccc;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 15px;
  background-color: #fcfcfc;
  color: #555;
  line-height: 1.6em; }
  @media (max-width: 767px) {
    .subpage_content_text .bq_highlight {
      font-size: 18px; } }
.subpage_content_text .bq_highlight_fontos {
  border-color: orangered;
  border-left: 10px solid orangered; }
  .subpage_content_text .bq_highlight_fontos::before {
    content: "Fontos!";
    font-weight: bold;
    font-style: normal;
    color: orangered;
    font-size: 20px;
    display: block;
    width: 100%;
    margin-bottom: 5px; }
.subpage_content_text .bq_highlight_jotudni {
  border-color: green;
  border-left: 10px solid green; }
  .subpage_content_text .bq_highlight_jotudni::before {
    content: "Hasznos tudni!";
    font-weight: bold;
    font-style: normal;
    color: green;
    font-size: 20px;
    display: block;
    width: 100%;
    margin-bottom: 5px; }
.subpage_content_text .bq_highlight_tipp {
  border-color: orange;
  border-left: 10px solid orange; }
  .subpage_content_text .bq_highlight_tipp::before {
    content: "Tipp!";
    font-weight: bold;
    font-style: normal;
    color: orange;
    font-size: 20px;
    display: block;
    width: 100%;
    margin-bottom: 5px; }

.subpage_content .calculator-wrapper {
  background-color: #f0f0f0; }

.subpage_blog {
  background-color: #f0f0f0; }

.info_line {
  position: relative;
  padding: 40px 0; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .info_line {
      padding: 40px 0; } }
  .info_line_shade {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 15px;
    min-height: 300px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .info_line_shade {
        min-height: 350px; } }
    @media (max-width: 767px) {
      .info_line_shade {
        min-height: 0;
        max-width: 250px;
        margin: 0 auto 30px; } }
  .info_line_inner .icon {
    width: 60px;
    display: block;
    margin: 0 auto 24px; }
    .info_line_inner .icon img {
      display: block;
      width: 100%;
      height: auto; }
  .info_line_inner h3,
  .info_line_inner p.info_line_main_title {
    position: relative;
    z-index: 2;
    color: #000;
    font: 700 24px "Roboto";
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .info_line_inner h3,
      .info_line_inner p.info_line_main_title {
        margin-bottom: 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .info_line_inner h3,
      .info_line_inner p.info_line_main_title {
        margin-bottom: 30px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .info_line_inner h3,
      .info_line_inner p.info_line_main_title {
        margin-bottom: 30px; } }
  .info_line_inner h4,
  .info_line_inner p.info_line_title {
    font: 700 18px "Roboto";
    color: #982881;
    margin-bottom: 24px;
    text-align: center; }
    .info_line_inner h4 span,
    .info_line_inner p.info_line_title span {
      font-size: 20px; }
  .info_line_inner p {
    font: 500 16px "Roboto";
    color: #5E5E5E;
    text-align: center; }
    @media (max-width: 767px) {
      .info_line_inner p {
        margin-bottom: 18px; } }
  .info_line_bgd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #982881, #982881);
    opacity: 0.5;
    display: none; }

.ufaq-faq-body {
  padding-left: 40px !important;
  padding-top: 0 !important; }
  .ufaq-faq-body li {
    font: 500 16px "Roboto"; }

div.ufaq-faq-post p {
  line-height: 1.6em;
  font: 500 16px "Roboto"; }
  div.ufaq-faq-post p strong {
    font-weight: 700; }
  div.ufaq-faq-post p a {
    text-decoration: underline;
    color: #982881; }

div.ufaq-faq-post ul {
  margin-top: 15px; }
  div.ufaq-faq-post ul li {
    font: 500 16px "Roboto"; }

.subpage_intro {
  padding: 50px 15px 0; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
    .subpage_intro {
      padding: 30px 15px 0; } }
  .subpage_intro p {
    font: 300 19px "Roboto";
    margin-bottom: 18px;
    line-height: 1.6em; }
    .subpage_intro p:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .subpage_intro p {
        font-size: 18px; } }
  .subpage_intro .ufaq-faq-list {
    margin-top: 40px; }

.ufaq-faq-body li {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 15px; }

/*------------------------------------------------------------------------------
offer box
------------------------------------------------------------------------------*/
.results_div_inner {
  padding: 30px 15px 0; }
  @media (max-width: 767px) {
    .results_div_inner {
      padding: 0; } }

.thm_title {
  display: block;
  font: 700 24px "Roboto";
  color: #982881;
  text-align: center;
  margin-top: 60px; }
  @media (max-width: 767px) {
    .thm_title {
      font-size: 18px; } }

.credit_type {
  display: block;
  font: 700 24px "Roboto";
  color: #982881;
  text-align: left;
  margin: 70px 0 50px; }
  @media (max-width: 767px) {
    .credit_type {
      font-size: 18px; } }
  @media (min-width: 1367px) {
    .credit_type {
      font-size: 30px; } }
  .credit_type:first-of-type {
    margin-top: 0; }

.offer {
  margin: 50px 0 30px;
  position: relative;
  /*&#offer-29 .featured-color3  .top_badge_inner {
      background-color: #000;
  }
  
  &#offer-225 .featured-color3  .top_badge_inner {
      background-color: #000;
  }*/ }
  .offer .featured_action {
    border: 1px solid #d00;
    float: left; }
  .offer .top_badge_inner {
    /*float: right;
    padding: 5px 60px 5px 60px;
    border-radius: 20px 20px 0 20px; 
    position: absolute; bottom: -20px; right: 0px;
    background-color: #d00;
    z-index: 2;*/ }
    @media (max-width: 767px) {
      .offer .top_badge_inner {
        padding: 10px 30px; } }
    .offer .top_badge_inner p {
      font: 500 18px "Roboto";
      color: #fff; }
  .offer.featured.offertype_5 .top_badge_inner {
    background-color: #b6bf00; }
  .offer.featured.offertype_5 {
    border: 2px solid #b6bf00; }
  .offer.featured.offertype_12 .top_badge_inner {
    background-color: #D0143C; }
  .offer.featured.offertype_12 {
    border: 2px solid #D0143C; }
  .offer.featured.offertype_13 .top_badge_inner {
    background-color: #ea600e; }
  .offer.featured.offertype_13 {
    border: 2px solid #ea600e; }
  .offer.featured.offertype_16 .top_badge_inner {
    background-color: #55B3BF; }
  .offer.featured.offertype_16 {
    border: 2px solid #55B3BF; }
  .offer.featured.offertype_17 .top_badge_inner {
    background-color: 2d69e4; }
  .offer.featured.offertype_17 {
    border: 2px solid 2d69e4; }
  .offer.featured.offertype_18 .top_badge_inner {
    background-color: #3a913f; }
  .offer.featured.offertype_18 {
    border: 2px solid #3a913f; }
  .offer.featured.offertype_20 .top_badge_inner {
    background-color: #FEE600; }
    .offer.featured.offertype_20 .top_badge_inner p {
      color: #000; }
  .offer.featured.offertype_20 {
    border: 2px solid #FEE600; }
  .offer.featured.offertype_21 .top_badge_inner {
    background-color: #00aeef; }
  .offer.featured.offertype_21 {
    border: 2px solid #00aeef; }
  .offer.featured.offertype_22 .top_badge_inner {
    background-color: #52ae30; }
  .offer.featured.offertype_22 {
    border: 2px solid #52ae30; }
  .offer.featured.offertype_23 .top_badge_inner {
    background-color: #e11925; }
  .offer.featured.offertype_23 {
    border: 2px solid #e11925; }
  .offer.featured.offertype_25 .top_badge_inner {
    background-color: #695FFF; }
  .offer.featured.offertype_25 {
    border: 2px solid #695FFF; }
  .offer.featured.offertype_31 .top_badge_inner {
    background-color: #086194; }
  .offer.featured.offertype_31 {
    border: 2px solid #086194; }
  .offer.featured.offertype_35 .top_badge_inner {
    background-color: #7EBF01; }
  .offer.featured.offertype_35 {
    border: 2px solid #7EBF01; }
  .offer.featured.offertype_43 .top_badge_inner {
    background-color: #74d3ee; }
  .offer.featured.offertype_43 {
    border: 2px solid #74d3ee; }
  .offer .minositett {
    display: block;
    height: 40px;
    width: auto;
    position: absolute;
    right: 15px;
    top: 0px; }
    @media (max-width: 767px) {
      .offer .minositett {
        top: 0px; } }
  .offer.featured_offer .minositett {
    top: 15px; }
    @media (max-width: 767px) {
      .offer.featured_offer .minositett {
        position: absolute;
        right: 130px;
        top: 0px; } }
  .offer_header {
    height: 60px;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    /*&_info {
       display: block;
       height: 100%;  
       padding-right: 15px;
       cursor: pointer;           
       @media (max-width: 767px){
           padding: 0;
           height: 40px;
       }
       span {
           display: block;
           font: 500 13px $roboto;
           @include vertical-align();
           color: #777;
           text-align: right; 
           @media (max-width: 767px){
                    font-size: 10px;
           }
           &:hover {
                color: $purple;
            }
           i {
               font-size: 20px;
               position: relative; top: 2px;
               margin-right: 5px;
               color: #aaa;
               @media (max-width: 767px){
                  top: -5px;
                  padding-right: 10px;
                  font-size: 24px;
               }
           }
       }
    }*/ }
    @media (max-width: 767px) {
      .offer_header {
        min-height: 40px;
        height: auto; } }
    .offer_header_title {
      height: 100%;
      padding: 0 15px;
      position: relative;
      z-index: 1; }
      @media (max-width: 767px) {
        .offer_header_title {
          padding: 5px 0 5px 15px;
          height: auto; } }
      .offer_header_title img {
        display: block;
        width: auto;
        height: auto;
        max-width: 185px;
        max-height: 35px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0 15px 0 0;
        float: left; }
        @media (max-width: 767px) {
          .offer_header_title img {
            float: none;
            height: auto;
            max-width: 140px;
            margin: 5px auto;
            position: relative;
            top: 0;
            -webkit-transform: translateY(0%);
            -moz-transform: translateY(0%);
            -ms-transform: translateY(0%);
            -o-transform: translateY(0%);
            transform: translateY(0%); } }
      .offer_header_title h2,
      .offer_header_title p.h2_style {
        font: 700 20px "Roboto";
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #000;
        margin-right: 15px;
        text-align: center;
        width: 100%; }
        @media (max-width: 767px) {
          .offer_header_title h2,
          .offer_header_title p.h2_style {
            position: relative;
            top: 0;
            -webkit-transform: translateY(0%);
            -moz-transform: translateY(0%);
            -ms-transform: translateY(0%);
            -o-transform: translateY(0%);
            transform: translateY(0%);
            font-size: 16px;
            width: auto;
            margin-top: 8px;
            display: block;
            width: 100%;
            text-align: left; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .offer_header_title h2,
          .offer_header_title p.h2_style {
            font-size: 16px; } }
  .offer .article_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff; }
    @media (max-width: 767px) {
      .offer .article_inner {
        display: block; } }
  .offer_data {
    padding: 40px 0 20px; }
    @media (max-width: 767px) {
      .offer_data {
        padding: 10px 0 0; } }
    .offer_data .moratory_info h6 {
      font: 500 12px "Roboto";
      text-align: center;
      margin-bottom: 5px;
      color: #c00;
      text-decoration: underline; }
      @media (max-width: 767px) {
        .offer_data .moratory_info h6 {
          margin-bottom: 0; } }
    .offer_data_block {
      font: 800 16px "Roboto" !important;
      color: #3c3c3c;
      width: 33%;
      float: left;
      text-align: center;
      padding: 0px 0 10px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .offer_data_block {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .offer_data_block {
          padding: 20px 0 20px;
          font-size: 16px; } }
      .offer_data_block span.head {
        font: 500 17px "Roboto";
        display: block;
        width: 100%;
        margin-bottom: 10px;
        color: #3c3c3c; }
        @media (max-width: 767px) {
          .offer_data_block span.head {
            font-size: 13px; } }
      .offer_data_block.offer_data_block_6 {
        font-size: 16px !important; }
      .offer_data_block.small {
        font-size: 13px;
        color: #c00;
        padding-top: 8px; }
      .offer_data_block.small span.head {
        font-size: 11px;
        margin-bottom: 5px;
        color: #c00; }
      .offer_data_block_img {
        padding: 0 10px;
        padding-bottom: 50px; }
        @media (max-width: 767px) {
          .offer_data_block_img {
            padding-top: 20px;
            padding-bottom: 20px; } }
        .offer_data_block_img img {
          width: 100%;
          max-width: 130px;
          margin: 0 auto; }
    .offer_data_info {
      float: left;
      margin: 0 0 50px;
      width: 100%;
      padding: 0 10%; }
      @media (max-width: 767px) {
        .offer_data_info {
          margin: 15px 0;
          padding: 0 15px; } }
      .offer_data_info p {
        font: 500 11px "Roboto";
        line-height: 1.8em;
        color: #000;
        text-align: center;
        margin-bottom: 10px; }
        .offer_data_info p b, .offer_data_info p strong {
          font-weight: bold; }
    .offer_data_card {
      height: auto;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .offer_data_card {
          margin-bottom: 20px; } }
      .offer_data_card img {
        display: block;
        width: 160px;
        height: auto;
        margin: 0 auto; }
    .offer_data_mobile_info {
      font: 700 13px "Roboto";
      color: #982881;
      text-align: center;
      margin-top: 15px; }
  .offer_btns {
    position: relative;
    display: block;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .offer_btns {
        display: block; } }
  .offer_btn {
    width: 100%;
    height: 50%;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (max-width: 767px) {
      .offer_btn {
        height: 80px;
        width: 50%;
        display: block;
        float: left;
        margin-top: 15px;
        border-radius: 4px; } }
    .offer_btn a {
      display: block;
      width: 100%;
      height: 100% !important;
      color: #fff;
      text-decoration: none; }
      .offer_btn a:active {
        text-decoration: none; }
      .offer_btn a:hover {
        text-decoration: none; }
    .offer_btn span {
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      text-transform: uppercase;
      font: 700 14px "Roboto";
      color: #fff; }
      @media (max-width: 767px) {
        .offer_btn span {
          font-size: 14px; } }
      .offer_btn span img {
        display: block;
        width: 40px !important;
        height: 40px !important;
        margin: 0 auto 5px; }
        @media (max-width: 767px) {
          .offer_btn span img {
            margin: 0 auto 5px;
            width: 36px;
            height: 36px; } }
    .offer_btn.callback_btn {
      background-color: #9dce56; }
    .offer_btn.interested_btn {
      background-color: #982881; }
      @media (max-width: 767px) {
        .offer_btn.interested_btn {
          background-image: linear-gradient(to bottom right, #982881, #faa73e); } }
      .offer_btn.interested_btn_full {
        height: 100%;
        width: 100%; }
        @media (max-width: 767px) {
          .offer_btn.interested_btn_full {
            height: 80px; } }
      .offer_btn.interested_btn_inactive {
        background-color: #969696;
        cursor: default; }
    .offer_btn:hover {
      background-color: #faa73e; }
  .offer_footer {
    height: 45px;
    position: absolute;
    bottom: 0;
    padding: 0; }
    @media (max-width: 767px) {
      .offer_footer {
        display: block;
        position: relative;
        height: auto; } }
  .offer_featured {
    padding: 15px 15px 15px 30px; }
    @media (max-width: 767px) {
      .offer_featured {
        border-left: 0;
        display: none; } }
    .offer_featured ul li {
      font: 500 14px "Roboto";
      color: #3c3c3c;
      margin-bottom: 8px;
      list-style-type: square;
      line-height: 1.5em; }
      .offer_featured ul li:last-of-type {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .offer_featured ul li {
          font-size: 14px; } }
  .offer_details_btn {
    height: 100%;
    border-left: 1px solid #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #982881; }
    @media (max-width: 767px) {
      .offer_details_btn {
        border-bottom: 1px solid #ddd;
        height: 60px; } }
    .offer_details_btn:first-of-type {
      border-left: none; }
    .offer_details_btn.active {
      color: #982881;
      font-weight: 700 !important;
      text-decoration: underline; }
    .offer_details_btn:hover {
      cursor: pointer;
      color: #982881;
      text-decoration: underline; }
    .offer_details_btn span {
      font: 500 12px "Roboto";
      display: block;
      text-align: center;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .offer_details_btn span i {
        color: #fff; }
      @media (max-width: 767px) {
        .offer_details_btn span {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          padding: 0px 15px 2px;
          text-align: center; } }
  .offer_details_block {
    min-height: 100px;
    width: 100%;
    display: none;
    padding: 30px 15px;
    background-color: #f0f0f0;
    line-height: 1.6em;
    font: 500 14px "Roboto";
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (max-width: 767px) {
      .offer_details_block {
        border-top: 0;
        border-bottom: 1px solid #ddd;
        background-color: #F5F5F5; } }
    .offer_details_block_4 {
      background-color: #fff;
      color: #3c3c3c; }
    .offer_details_block h3,
    .offer_details_block p.h3_style {
      font: 700 17px "Roboto";
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        .offer_details_block h3,
        .offer_details_block p.h3_style {
          color: #3c3c3c; } }
    .offer_details_block h6 {
      font-size: 16px;
      margin-bottom: 15px; }
    .offer_details_block p, .offer_details_block li {
      padding-bottom: 15px;
      line-height: 1.6em;
      font: 500 14px "Roboto"; }
      .offer_details_block p strong, .offer_details_block li strong {
        font-weight: bold;
        margin-top: 20px; }
    .offer_details_block a {
      color: #982881; }
      .offer_details_block a:hover {
        color: #982881;
        text-decoration: underline; }
    .offer_details_block li {
      list-style-type: disc;
      margin-left: 15px; }
    .offer_details_block table {
      margin-bottom: 10px; }
      .offer_details_block table.margin_table {
        margin-bottom: 20px; }
      .offer_details_block table td {
        font: 500 16px "Roboto";
        padding: 7px 30px 7px 0;
        color: #5e5e5e; }
        @media (max-width: 767px) {
          .offer_details_block table td {
            font-size: 13px;
            padding: 0px 15px 0px 0; } }
        .offer_details_block table td strong {
          font-weight: 700; }
    .offer_details_block.law_info {
      max-height: 400px;
      overflow: auto; }
  .offer .interested_details {
    padding: 0; }
  .offer_sign {
    position: absolute;
    bottom: -30px; }
    .offer_sign p {
      font: 500 13px "Roboto";
      color: #969696;
      text-align: center; }
      @media (max-width: 767px) {
        .offer_sign p {
          text-align: right; } }
  .offer.inactive h2,
  .offer.inactive .article_inner {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

.page-id-103 .offer_data_block {
  font-size: 20px; }
  @media (max-width: 767px) {
    .page-id-103 .offer_data_block {
      font-size: 18px; } }

/*-------------------------------------------------------------
offer new
--------------------------------------------------------------*/
.new_offer {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); }
  .new_offer_wrapper {
    padding: 0 0 0 10px; }
    @media (max-width: 767px) {
      .new_offer_wrapper {
        padding: 10px; } }
  .new_offer .top_badge_inner {
    margin-top: 0;
    position: absolute;
    bottom: 1px;
    left: -2px;
    float: none;
    border-radius: 4px 4px 0 0;
    padding: 5px 40px; }
    @media (max-width: 767px) {
      .new_offer .top_badge_inner {
        padding: 8px 30px; } }
    .new_offer .top_badge_inner p {
      font-size: 13px; }
  .new_offer .offer_header {
    padding: 15px 0;
    height: 60px;
    border-radius: 4px 4px 0 0; }
    @media (max-width: 767px) {
      .new_offer .offer_header {
        height: auto;
        padding: 0; } }
  .new_offer .offer_header_title {
    padding: 0; }
  @media (max-width: 767px) {
    .new_offer .offer_header_title img {
      display: block;
      margin: 10px auto 0; } }
  .new_offer .offer_header_title h2,
  .new_offer .offer_header_title p.h2_style {
    text-align: left;
    font-size: 17px;
    float: left;
    width: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-right: 5px; }
    @media (max-width: 767px) {
      .new_offer .offer_header_title h2,
      .new_offer .offer_header_title p.h2_style {
        margin-top: 10px;
        width: 100%;
        text-align: center; } }
  .new_offer .first_message {
    float: left;
    width: auto;
    padding-left: 10px;
    margin-top: 3px;
    margin-left: 5px; }
    .new_offer .first_message h3,
    .new_offer .first_message p.h3_style {
      font: 500 16px "Roboto";
      padding-top: 3px; }
    @media (max-width: 767px) {
      .new_offer .first_message {
        padding: 0;
        margin: 0 0 15px 0;
        text-align: center;
        display: block;
        width: 100%;
        font: 500 13px "Roboto"; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .new_offer .first_message {
        margin-left: 0px;
        margin-top: 5px; }
        .new_offer .first_message h3,
        .new_offer .first_message p.h3_style {
          font-size: 14px; } }
  .new_offer .offer_header_title img {
    margin-right: 15px; }
    @media (max-width: 767px) {
      .new_offer .offer_header_title img {
        margin-right: auto; } }
  .new_offer .offer_featured p,
  .new_offer .offer_featured ul li {
    font-family: "Roboto";
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 1.2em; }
    .new_offer .offer_featured p:last-of-type,
    .new_offer .offer_featured ul li:last-of-type {
      margin-bottom: 0; }
  .new_offer .offer_featured p {
    line-height: 1.5em; }
    .new_offer .offer_featured p i.fa {
      color: #faa73e; }
    .new_offer .offer_featured p strong {
      font-weight: 700; }
    .new_offer .offer_featured p span {
      color: #999;
      font-size: 11px; }
    .new_offer .offer_featured p a {
      color: #999;
      font-size: 13px;
      text-decoration: underline; }
  .new_offer .offer_data {
    padding: 20px 0 80px;
    position: relative; }
    @media (max-width: 767px) {
      .new_offer .offer_data {
        padding-bottom: 0px; } }
    .new_offer .offer_data_info {
      margin: 0;
      position: relative;
      display: block;
      padding: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .new_offer .offer_data_info {
          padding: 0 18px 0 0; } }
      .new_offer .offer_data_info_left {
        float: left;
        width: 33%; }
        @media (max-width: 767px) {
          .new_offer .offer_data_info_left {
            width: 33%;
            float: none; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .new_offer .offer_data_info_left {
            width: 180px; } }
        .new_offer .offer_data_info_left p {
          text-align: center;
          line-height: 1.7em !important;
          margin-bottom: 0; }
      .new_offer .offer_data_info_right {
        width: 33%;
        float: right;
        margin-right: 5px; }
        @media (max-width: 767px) {
          .new_offer .offer_data_info_right {
            float: none;
            margin-left: 66%;
            margin-right: 0; } }
        .new_offer .offer_data_info_right p {
          line-height: 1.7em !important; }
      .new_offer .offer_data_info_mobile {
        text-align: center; }
      .new_offer .offer_data_info p {
        font-size: 10px;
        color: #5e5e5e; }
  .new_offer .offer_data_mobile_info {
    margin-top: 0; }
  .new_offer .offer_data_block {
    font-size: 16px; }
    @media (max-width: 767px) {
      .new_offer .offer_data_block {
        margin-bottom: 15px;
        padding: 0;
        font-size: 16px !important; } }
    .new_offer .offer_data_block.offer_data_block_3 {
      font-size: 15px; }
    .new_offer .offer_data_block span.head {
      font-size: 12px;
      margin-bottom: 3px; }
    .new_offer .offer_data_block span.extra {
      display: block;
      width: 100%;
      font-size: 12px;
      margin-top: 10px;
      font-weight: 300; }
    .new_offer .offer_data_block span.small {
      display: block;
      margin-top: 5px; }
  @media (max-width: 767px) {
    .new_offer .offer_details_btn {
      height: 40px; } }
  .new_offer .offer_footer {
    height: 60px;
    border-top: 1px solid #ddd; }
    @media (max-width: 767px) {
      .new_offer .offer_footer {
        height: auto; } }
  .new_offer .article_inner {
    padding: 0; }
  .new_offer .offer_btns {
    padding: 0; }
  .new_offer .small {
    font: 500 12px "Roboto"; }
    @media (max-width: 767px) {
      .new_offer .small {
        display: block;
        margin-top: 5px;
        font-size: 10px;
        line-height: 1.2em !important; } }

#ratings-list {
  font-family: "Roboto";
  background-color: #f6f8fa;
  display: none;
  position: fixed;
  height: 80vh;
  width: 700px;
  overflow: auto;
  left: 50%;
  margin-left: -350px;
  top: 10vh;
  z-index: 100;
  background-color: #fff;
  border: #ccc 1px solid;
  border-radius: 5px; }
  @media (max-width: 767px) {
    #ratings-list {
      width: calc(100% - 30px);
      left: 15px;
      margin: 0 auto; } }
  #ratings-list .close_wrapper {
    position: relative;
    width: 100%;
    padding: 10px 0 5px;
    background-color: #f6f8fa;
    padding-left: calc(100% - 25px); }
  #ratings-list .product_ratings {
    padding: 20px 40px 0; }
    @media (max-width: 767px) {
      #ratings-list .product_ratings {
        padding: 20px 10px 0; } }
  #ratings-list h4 {
    font: 700 18px "Roboto";
    padding: 20px 40px;
    color: #389B8F;
    background-color: #f6f8fa; }
  #ratings-list #close {
    display: block;
    position: fixed;
    width: 16px;
    height: 16px;
    background-color: #389B8F;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    padding-top: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    #ratings-list #close:hover {
      background-color: #222;
      cursor: pointer; }
  #ratings-list .ratings_summary {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 15px;
    margin-bottom: 20px; }
    #ratings-list .ratings_summary p {
      margin-bottom: 10px; }
      #ratings-list .ratings_summary p strong {
        font-weight: 700; }
    #ratings-list .ratings_summary p.size2 {
      font: 700 18px "Roboto"; }
    #ratings-list .ratings_summary .rating {
      margin-top: 5px; }
      #ratings-list .ratings_summary .rating .points {
        font: 700 20px "Roboto"; }
      #ratings-list .ratings_summary .rating .fa-star {
        color: #faa73e; }
      #ratings-list .ratings_summary .rating .fa-star-half {
        color: #777; }
      #ratings-list .ratings_summary .rating .fa-star-o {
        color: #999; }
    @media (max-width: 767px) {
      #ratings-list .ratings_summary .col:nth-child(1) {
        margin-bottom: 30px; } }
    #ratings-list .ratings_summary .col:nth-child(2) .points {
      font-size: 14px; }
  #ratings-list .list li {
    margin-bottom: 30px;
    line-height: 1.5em; }
    #ratings-list .list li strong {
      font-weight: 700; }
    #ratings-list .list li .heading .right {
      font-size: 12px;
      color: #999;
      margin-bottom: 5px; }
    #ratings-list .list li .fa-star {
      color: #faa73e;
      margin-right: 2px; }
    #ratings-list .list li .fa-star-o {
      color: #999; }

.subpage_content_text .offer_header_title {
  padding: 0 0 0 15px; }
.subpage_content_text .new_offer h3 {
  margin-bottom: 0; }
.subpage_content_text .offer_data {
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .subpage_content_text .offer_data {
      padding-bottom: 0; } }
.subpage_content_text .offer_data_block {
  padding: 0; }
.subpage_content_text .offer_data_info_left {
  bottom: 35px; }
  @media (max-width: 767px) {
    .subpage_content_text .offer_data_info_left {
      bottom: 45px; } }
.subpage_content_text .new_offer .offer_data_mobile_info {
  margin-bottom: 10px; }
.subpage_content_text .new_offer ul {
  margin-bottom: 0;
  margin-top: 10px; }
.subpage_content_text .new_offer table td {
  border: 0; }
.subpage_content_text .offer_details_block {
  padding: 30px 15px;
  background-color: #F5F5F5; }

/*------------------------------------------------------------
form_block
-------------------------------------------------------------*/
.form_header {
  height: 100px;
  background: url("pics/dispatcher.jpg") 0 0 no-repeat;
  border-bottom: 1px solid #ddd; }
  .form_header h4 {
    font: 700 20px "Roboto Slab";
    display: block;
    padding-left: 100px;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #389B8F;
    margin-top: 0 !important; }
    @media (max-width: 767px) {
      .form_header h4 {
        font-size: 16px;
        padding-left: 60px; } }
    .form_header h4 span {
      font: 500 14px "Roboto";
      display: block;
      text-align: center;
      color: #3c3c3c; }

.form_block {
  padding: 30px 15px; }
  @media (max-width: 767px) {
    .form_block {
      padding: 15px 15px 0; } }
  .form_block_left {
    padding: 30px 15px 30px 0; }
    @media (max-width: 767px) {
      .form_block_left {
        padding: 15px 15px 0 0; } }
    .form_block_left .form_block_line {
      padding: 15px 0 15px 15px;
      height: 70px; }
      .form_block_left .form_block_line.featured_line {
        background-color: #9dce56;
        color: #fff; }
        .form_block_left .form_block_line.featured_line p {
          color: #fff; }
    .form_block_left .form_line_icon {
      width: 40px;
      height: 40px;
      float: left;
      margin-right: 15px; }
      .form_block_left .form_line_icon img {
        display: block;
        width: 100%;
        height: 100%; }
    .form_block_left p {
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font: 700 15px "Roboto";
      color: #982881;
      display: block; }
  .form_block .form_box {
    position: relative; }
    @media (max-width: 767px) {
      .form_block .form_box {
        padding: 0; } }
    .form_block .form_box.error input {
      border-color: #c00; }
    .form_block .form_box em.error {
      position: absolute;
      right: 25px;
      bottom: 6px;
      background-color: #c00;
      color: #fff;
      font: 500 11px "Roboto";
      padding: 0 10px 0;
      border-radius: 10px; }
  .form_block label {
    display: block;
    width: 100%;
    font: 500 13px "Roboto";
    color: #969696;
    padding-bottom: 5px; }
    .form_block label a {
      color: #982881; }
  .form_block input {
    margin-bottom: 15px;
    border: 1px solid #969696;
    font-weight: bold; }
  .form_block ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1;
    /* Firefox */
    font-weight: bold; }
  .form_block :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-weight: bold; }
  .form_block ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
    font-weight: bold; }
  .form_block select {
    border: 1px solid #969696;
    font-size: 14px;
    padding: 5px 10px 6px;
    margin-bottom: 15px;
    float: left;
    border-radius: 4px;
    font-weight: bold;
    align-items: center; }
  .form_block .bankfiok {
    width: 100%; }
  .form_block input[type="checkbox"] {
    float: left;
    margin-right: 10px;
    border-color: #ccc;
    height: 15px;
    width: 15px;
    margin-bottom: 5px; }
  .form_block input[type="radio"] {
    float: left;
    margin-right: 10px; }
  .form_block .radio_label {
    float: left;
    width: auto;
    display: block; }
  .form_block p.bar_warning {
    margin-bottom: 15px;
    color: #f00; }
  .form_block .call_form_section {
    padding: 0; }
    .form_block .call_form_section select {
      width: 100%;
      margin-bottom: 0; }
  .form_block .income_form_section {
    padding: 0;
    margin-top: 15px; }
    .form_block .income_form_section select {
      width: 100%; }
  .form_block .input-group {
    width: 100%; }
  .form_block .input-group-addon {
    margin-bottom: 15px;
    display: none; }
  .form_block button {
    background-color: #982881;
    color: #fff;
    text-align: center;
    font: 700 18px "Roboto Slab";
    border: 0;
    border-radius: 15px;
    padding: 8px 45px;
    margin: 15px 0 15px 15px; }
    .form_block button:hover {
      background-color: #389B8F; }
    @media (max-width: 767px) {
      .form_block button {
        margin-bottom: 30px; } }

/*.law_info {
        display: none;
        position: fixed; left: 0; top: 0px;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: url('pics/law_shade.png') 50% 50% repeat;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 50px 15px 0;
        &_inner {
            background-color: #fff;
            padding: 0px 0px;
            margin-top: 80px;
            font: 500 16px $roboto;
            border-radius: 15px;
            margin-bottom: 50px;
            p {
                padding-bottom: 15px;
                font-size: 14px;
                line-height: 1.6em;
            }
        }
        .law_close {
            padding: 15px 15px 15px;
            border-bottom: 1px solid #ddd;
            background-color: $yellow;
            border-radius: 15px 15px 0 0;
            i {
                display: block;
                text-align: right;
                font-size: 30px;
                color: #fff;
                cursor: pointer;
                &:hover {
                    color: $purple;
                }
            }  
        }
        .law_content {
            padding: 50px 50px 35px;
            h3 {
                font: 700 20px $robotoslab;
                margin-bottom: 15px;
            }
        }
        &_interested {
            padding: 15px 30px;
            border-top: 1px solid #ddd;
            background-color: $yellow;
            border-radius: 0 0 15px 15px;
            a {
                display: block;
                margin: 0 auto;
                width: 300px;
                background-color: $orange;
                color: #fff;
                text-decoration: none;
                font: 700 18px $robotoslab;
                text-align: center;
                border-radius: 10px;
                padding: 10px;
                &:hover {
                    background-color: $purple;
                    @include transition();
                }
            }
        }
}*/
/*------------------------------------------------------------------------------
gyik
------------------------------------------------------------------------------*/
.gyik_boxes {
  padding: 0px 15px 0px; }

.gyik_box {
  margin-top: 15px;
  margin-bottom: 15px; }
  .gyik_box_inner {
    border-radius: 4px;
    background-color: #f5f5f5;
    padding: 3px 0 3px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .gyik_box_inner:hover {
      border-color: #982881;
      transform: scale(1.04); }
  @media (max-width: 767px) {
    .gyik_box {
      margin-top: 0; } }

.gyik_box_icon a,
.gyik_box_title a {
  display: block;
  width: 100%; }
  .gyik_box_icon a img,
  .gyik_box_title a img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto; }
.gyik_box_icon h4,
.gyik_box_title h4 {
  width: 100%;
  height: 50px;
  padding: 0 0 0 10px; }
  .gyik_box_icon h4 a,
  .gyik_box_title h4 a {
    color: #222;
    font: 300 14px "Roboto";
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px 0; }
    .gyik_box_icon h4 a:hover,
    .gyik_box_title h4 a:hover {
      color: #982881; }
    @media (max-width: 767px) {
      .gyik_box_icon h4 a,
      .gyik_box_title h4 a {
        font-size: 12px; } }

.gyik_box_icon {
  margin-bottom: 0px;
  width: 50px;
  height: 50px; }

.gyik_box_title {
  width: calc(100% - 50px); }
  .gyik_box_title a {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.gyik_category_hero {
  min-height: 200px;
  padding: 50px 0; }

.gyik_category_list {
  padding: 50px 15px 40px; }
  .gyik_category_list strong {
    font-weight: bold; }
  .gyik_category_list ul {
    margin-bottom: 15px;
    margin-left: 17px; }
    .gyik_category_list ul li {
      font-size: 16px;
      line-height: 1.6em;
      list-style-type: disc; }
  .gyik_category_list a {
    color: #982881; }

.gyik_recommend {
  margin-top: 0px;
  margin-bottom: 30px; }
  .gyik_recommend h2 {
    font-size: 24px;
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding-bottom: 36px; }
    .gyik_recommend h2:after {
      position: absolute;
      bottom: 18px;
      width: 80px;
      height: 3px;
      display: block;
      background: #389B8F;
      content: '';
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }

/*------------------------------------------------------------------------------
hitelkalkulator
------------------------------------------------------------------------------*/
.calc_section h3 {
  margin-bottom: 10px; }
.calc_section h3 span {
  display: block;
  font-size: 26px;
  width: 100%;
  position: relative;
  top: -10px;
  color: inherit; }
  @media (max-width: 767px) {
    .calc_section h3 span {
      top: 0;
      margin-bottom: 15px; } }
.calc_section p {
  margin-left: 0;
  font: 300 18px "Roboto";
  color: #333;
  text-transform: none;
  padding-right: 15px;
  line-height: 1.6em; }
  @media (max-width: 767px) {
    .calc_section p {
      font-size: 16px; } }

/*------------------------------------------------------------------------------
insurance
------------------------------------------------------------------------------*/
.insurance_boxes {
  padding: 50px 15px 0px; }

.insurance_intro {
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 0;
  position: relative; }

.insurance_box {
  margin-bottom: 30px;
  min-height: 150px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .insurance_box {
      height: 200px; } }
  @media (min-width: 1200px) and (max-width: 1366px), (min-width: 1367px) {
    .insurance_box {
      height: 160px; } }

.insurance_box_wrapper {
  box-shadow: 3px 3px 3px #ddd;
  border: 1px solid #ddd;
  height: 100%;
  background-image: linear-gradient(to bottom right, #fff, #efefef); }

.page-template-page-inscategory .subpage_hero_inner {
  background: url("pics/insurance.jpg") 50% 50% no-repeat;
  background-size: cover; }

.page-template-page-gyikcategory .subpage_hero_inner {
  background: url("pics/gyik.jpg") 50% 50% no-repeat;
  background-size: cover; }

.archive.date .subpage_hero_inner,
.category-blog .subpage_hero_inner {
  background: url("pics/blog.jpg") 50% 50% no-repeat;
  background-size: cover; }

.insurance_box_icon a,
.insurance_box_title a {
  display: block; }
  .insurance_box_icon a img,
  .insurance_box_title a img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
.insurance_box_icon h4,
.insurance_box_title h4 {
  width: 100%;
  margin-bottom: 10px; }
  .insurance_box_icon h4 a,
  .insurance_box_title h4 a {
    color: #3c3c3c;
    font: 300 26px "Roboto";
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .insurance_box_icon h4 a:hover,
    .insurance_box_title h4 a:hover {
      color: #982881; }

.insurance_box_icon {
  min-height: 150px;
  width: 150px;
  float: left; }
  @media (max-width: 767px) {
    .insurance_box_icon {
      width: 100px; } }
  .insurance_box_icon a {
    padding: 15px; }
    @media (max-width: 767px) {
      .insurance_box_icon a {
        padding: 15px 5px; } }

.insurance_box_title {
  width: calc(100% - 150px);
  float: left;
  padding: 15px;
  position: relative;
  height: 100%; }
  @media (max-width: 767px) {
    .insurance_box_title {
      width: calc(100% - 100px); } }
  .insurance_box_title h4 a {
    font-size: 18px;
    color: #389B8F; }
  .insurance_box_title p {
    font: 300 13px "Roboto";
    padding-bottom: 20px;
    line-height: 1.4em; }

.continue_calc {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: auto;
  float: right;
  padding: 5px 20px 5px 30px;
  background-color: #389B8F;
  border-radius: 20px 0 0 0;
  color: #fff;
  font: 300 15px "Roboto";
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .continue_calc:hover {
    background-color: #982881;
    color: #fff;
    text-decoration: none; }

.insurance_category_hero {
  height: 200px;
  padding: 50px 0; }

.insurance_link {
  padding-bottom: 0px;
  height: 180px;
  margin-top: 50px; }
  .insurance_link:last-of-type {
    margin-top: 0; }
  @media (max-width: 767px) {
    .insurance_link {
      margin-bottom: 20px;
      height: auto; } }
  .insurance_link_inner {
    padding: 30px 0;
    height: 100%; }
    @media (max-width: 767px) {
      .insurance_link_inner {
        padding: 30px 0 60px; } }
    .insurance_link_inner:before, .insurance_link_inner:after {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      display: block;
      background: #389B8F;
      content: '';
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .insurance_link_inner:before {
      top: 0; }
  .insurance_link_img {
    width: 120px;
    height: 120px;
    float: left; }
    .insurance_link_img img {
      width: 100%;
      display: block; }
    @media (max-width: 767px) {
      .insurance_link_img {
        width: 100px;
        height: 100px; } }
  .insurance_link_title {
    float: left;
    width: calc(100% - 120px);
    padding-left: 30px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .insurance_link_title {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); } }
    .insurance_link_title h3 {
      display: block;
      margin-bottom: 15px; }
      .insurance_link_title h3 a {
        font: 300 34px "Roboto";
        color: #389B8F;
        text-decoration: none; }
        .insurance_link_title h3 a:hover {
          color: #982881; }
        @media (max-width: 767px) {
          .insurance_link_title h3 a {
            font-size: 22px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .insurance_link_title h3 a {
            font-size: 26px; } }
    .insurance_link_title p {
      font: 500 16px "Roboto";
      color: #333;
      margin-bottom: 10px; }
      .insurance_link_title p strong {
        font-weight: normal; }
      @media (max-width: 767px) {
        .insurance_link_title p {
          font-size: 14px; } }
  .insurance_link .continue_calc {
    bottom: 0px;
    font-size: 20px; }
    @media (min-width: 1367px) {
      .insurance_link .continue_calc {
        font-size: 22px;
        padding: 5px 50px 5px 60px; } }
    @media (max-width: 767px) {
      .insurance_link .continue_calc {
        font-size: 17px; } }

/*------------------------------------------------------------------------------
blog
------------------------------------------------------------------------------*/
.blog_list {
  padding: 50px 0; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
    .blog_list {
      padding: 30px 0; } }
  .blog_list .main_blog_element_img a {
    max-height: 250px;
    overflow: hidden; }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      .blog_list .main_blog_element_img a {
        max-height: 150px;
        overflow: hidden; } }

.blog_left {
  padding-left: 0;
  padding-right: 30px; }

.blog_sidebar {
  background-color: #eee;
  min-height: 600px;
  padding: 0 15px 45px; }
  .blog_sidebar h3 {
    font: 700 20px "Roboto";
    color: #3c3c3c;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 1px solid #3c3c3c;
    padding-top: 30px;
    padding-bottom: 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .blog_sidebar h3 {
        font-size: 18px; } }
  .blog_sidebar ul li {
    font: 500 16px "Roboto";
    margin-bottom: 5px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .blog_sidebar ul li {
        text-align: center; } }
    .blog_sidebar ul li a {
      color: #982881;
      text-decoration: none;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .blog_sidebar ul li a:hover {
        color: #389B8F; }
  .blog_sidebar .tag-cloud-link {
    float: left;
    background-color: #389B8F;
    color: #fff;
    font: 500 13px "Roboto" !important;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px 8px;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .blog_sidebar .tag-cloud-link:hover {
      background-color: #3c3c3c;
      color: #fff; }

.calculator_link {
  width: 50%;
  float: left;
  height: 50px;
  margin-bottom: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .calculator_link {
      width: 100%; } }
  .calculator_link .icon {
    display: block;
    width: 30px;
    margin: 0 auto; }
    .calculator_link .icon img {
      width: 100%; }
  .calculator_link a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #3c3c3c;
    font: 500 14px "Roboto";
    text-decoration: none; }
    .calculator_link a:hover {
      color: #982881; }

.pagination {
  margin: 0;
  padding: 15px 15px 0;
  font: 600 20px "Roboto";
  border-radius: 0;
  text-align: center;
  border-top: 1px solid #eee; }
  .pagination_inner {
    border-top: 1px solid #969696;
    padding: 15px 10px 10px; }
  .pagination a {
    margin: 0 6px;
    color: #389B8F;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .pagination a:hover {
      color: #982881; }
  .pagination span {
    margin: 0 5px; }
  .pagination.current {
    text-decoration: underline; }
  @media (max-width: 767px) {
    .pagination {
      padding-bottom: 10px;
      margin-bottom: 30px; }
      .pagination a {
        margin: 0 4px;
        font-size: 18px; } }

.blogpost {
  padding-bottom: 70px;
  line-height: 1.6em; }
  .blogpost_hero {
    margin-top: 110px; }
    @media (max-width: 767px) {
      .blogpost_hero {
        height: auto;
        margin-top: 30px; } }
  .blogpost_header_left {
    padding-right: 30px; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      .blogpost_header_left {
        padding-right: 0; } }
    .blogpost_header_left h1 {
      font: 700 28px "Roboto";
      color: #389B8F;
      margin-bottom: 10px;
      padding-bottom: 15px;
      border-bottom: 1px solid #aaa; }
    .blogpost_header_left .date {
      font-size: 14px;
      border-bottom: 1px solid #969696;
      margin-bottom: 30px;
      padding-bottom: 10px;
      color: #969696; }
    .blogpost_header_left .author {
      width: 200px;
      float: right;
      text-align: right;
      padding-right: 15px; }
      .blogpost_header_left .author strong {
        font-weight: bold; }
    .blogpost_header_left .author_avatar {
      width: 51px;
      height: 51px;
      border-radius: 26px;
      display: block;
      overflow: hidden;
      float: right;
      margin-top: -17px;
      margin-right: -10px; }
      .blogpost_header_left .author_avatar img {
        display: block;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important; }
    .blogpost_header_left .fb-like {
      width: 100%;
      margin-bottom: 15px; }
    .blogpost_header_left .last_modified {
      margin-top: -20px;
      margin-bottom: 20px;
      color: #999; }
  .blogpost_content {
    padding-left: 0;
    padding-right: 30px; }
    @media (max-width: 767px) {
      .blogpost_content {
        padding-right: 0px;
        padding-bottom: 50px; } }
    .blogpost_content .post_image img {
      width: 100%;
      margin: 0; }
      @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
        .blogpost_content .post_image img {
          margin-bottom: 18px; } }
    .blogpost_content .results_div {
      padding: 0; }
      .blogpost_content .results_div_inner {
        padding: 0; }
      .blogpost_content .results_div .new_offer {
        margin: 15px 0 50px; }
      .blogpost_content .results_div .offer_header_title .h3_style {
        font-size: 13px;
        padding-top: 5px; }
    .blogpost_content h2 {
      display: block;
      font: 700 24px "Roboto";
      margin-bottom: 10px;
      line-height: 1.6em;
      color: #389B8F; }
      @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
        .blogpost_content h2 {
          margin-bottom: 18px;
          font-size: 20px; } }
    .blogpost_content h3 {
      font: 700 20px "Roboto";
      margin-bottom: 12px;
      line-height: 1.6em;
      color: #333; }
    .blogpost_content h2.blog_excerpt {
      font: 700 19px "Roboto";
      margin-bottom: 18px;
      line-height: 1.5em;
      color: #333; }
      @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
        .blogpost_content h2.blog_excerpt {
          margin-bottom: 18px; } }
    .blogpost_content h4 {
      font: 700 18px "Roboto";
      margin-bottom: 10px;
      line-height: 1.6em;
      color: #3c3c3c; }
    .blogpost_content h5 {
      font: 700 16px "Roboto";
      margin-bottom: 10px;
      line-height: 1.6em;
      color: #389B8F; }
    .blogpost_content h6 {
      font: 500 16px slab;
      margin-bottom: 8px;
      line-height: 1.6em;
      color: #3c3c3c; }
    .blogpost_content p strong {
      font-weight: 500; }
    .blogpost_content p b {
      font-weight: 600; }
    .blogpost_content p em {
      font-style: italic; }
    .blogpost_content p a {
      color: #389B8F; }
      .blogpost_content p a:hover {
        color: #982881; }
    .blogpost_content ul {
      margin-bottom: 15px;
      padding-left: 15px; }
    .blogpost_content ol {
      margin-bottom: 0;
      padding-left: 20px; }
    .blogpost_content ol > li::marker {
      font-weight: bold; }
    .blogpost_content ol li,
    .blogpost_content ul li {
      font: 500 18px "Roboto";
      list-style-type: disc;
      margin-bottom: 10px;
      margin-left: 15px;
      line-height: 1.6em; }
      .blogpost_content ol li > ul,
      .blogpost_content ul li > ul {
        margin-top: 15px;
        padding-left: 0; }
      .blogpost_content ol li > ul li,
      .blogpost_content ul li > ul li {
        list-style-type: circle; }
      .blogpost_content ol li a,
      .blogpost_content ul li a {
        color: #389B8F; }
      .blogpost_content ol li strong, .blogpost_content ol li b,
      .blogpost_content ul li strong,
      .blogpost_content ul li b {
        font-weight: 600; }
    .blogpost_content ol li {
      list-style-type: decimal; }
    .blogpost_content > img,
    .blogpost_content .wp-caption img {
      width: 100% !important;
      height: auto !important;
      display: block;
      margin: 30px 0 30px; }
    .blogpost_content .wp-caption {
      width: 100% !important;
      margin-bottom: 30px; }
      .blogpost_content .wp-caption img {
        margin-bottom: 0; }
      .blogpost_content .wp-caption-text {
        color: #969696;
        font-size: 12px;
        font-style: italic; }
    .blogpost_content table {
      border-collapse: collapse;
      font: 500 14px "Roboto";
      display: block;
      width: 100%;
      min-width: 100%;
      overflow-x: auto;
      white-space: nowrap;
      border-radius: 5px; }
    .blogpost_content tbody {
      display: table;
      width: 100%; }
    .blogpost_content th, .blogpost_content td {
      border: 1px solid #eee;
      padding: 8px 15px;
      text-align: center; }
    .blogpost_content table tbody tr:nth-child(odd) {
      background-color: #f6f6f6; }
    .blogpost_content table tbody tr:first-child {
      color: #fff;
      background-image: linear-gradient(to bottom, #389B8F, #389B8F); }
  .blogpost .article_tags {
    margin: 30px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #eee; }
    .blogpost .article_tags h3 {
      margin-bottom: 10px; }
    .blogpost .article_tags a {
      padding: 3px 15px;
      display: block;
      border-radius: 15px;
      background-color: #eee;
      float: left;
      width: auto;
      margin-right: 10px;
      margin-bottom: 10px;
      color: #389B8F;
      font: 500 14px "Roboto";
      text-decoration: none; }
      .blogpost .article_tags a:hover {
        background-color: #389B8F;
        color: #fff; }

/*------------------------------------------------------------------------------
recommended products
------------------------------------------------------------------------------*/
.block_ads {
  max-width: 100%; }
  @media (max-width: 767px) {
    .block_ads {
      padding: 0; } }
  .block_ads_wrapper {
    background-color: #eee;
    padding-top: 30px; }

.startpage_offers {
  max-width: 100%; }
  .startpage_offers .offer_sign {
    position: relative;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px; }
  .startpage_offers h2 {
    text-align: center;
    color: #fff;
    display: block;
    color: #389B8F;
    margin-bottom: 0;
    font: 700 20px "Roboto"; }
  .startpage_offers .ads_wrapper {
    max-width: 100%; }
  .startpage_offers .offer_header {
    height: auto;
    padding: 0 15px;
    height: 40px; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      .startpage_offers .offer_header {
        min-height: 40px;
        height: auto; } }
    .startpage_offers .offer_header h3 {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      margin: 15px 0 15px;
      font: 700 18px "Roboto";
      color: #389B8F; }
      @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
        .startpage_offers .offer_header h3 {
          position: relative;
          top: 0;
          -webkit-transform: translateY(0%);
          -moz-transform: translateY(0%);
          -ms-transform: translateY(0%);
          -o-transform: translateY(0%);
          transform: translateY(0%); } }
  .startpage_offers .span4 {
    padding: 0 5px; }
    @media (max-width: 767px) {
      .startpage_offers .span4 {
        padding: 0; } }
  .startpage_offers .bank_logo {
    height: 36px; }
    .startpage_offers .bank_logo img {
      width: auto !important;
      height: auto !important;
      max-width: 130px;
      max-height: 36px;
      display: block;
      margin: 0 auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .startpage_offers .below-blogs {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px 0 0;
    margin-bottom: 0;
    background-color: #fff;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .startpage_offers .below-blogs {
        margin-bottom: 0px; } }
  .startpage_offers .info {
    padding: 30px 15px 0;
    text-align: center;
    min-height: 220px; }
    @media (max-width: 767px) {
      .startpage_offers .info {
        min-height: 0; } }
    .startpage_offers .info h4 {
      margin-bottom: 0;
      font: 700 17px "Roboto";
      color: #000; }
    .startpage_offers .info h4 b {
      font: 500 15px "Roboto";
      margin-bottom: 5px; }
  .startpage_offers .thm,
  .startpage_offers .futamido {
    margin-bottom: 15px; }
  .startpage_offers .btn {
    border-radius: 0;
    font-weight: 500;
    padding: 8px 0 8px;
    font-size: 17px; }
  .startpage_offers .offer_button_info a {
    background-color: #982881;
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .startpage_offers .offer_button_info a:hover {
      background-color: #faa73e; }
  .startpage_offers .offer_button_link {
    margin-bottom: 20px; }
  .startpage_offers .offer_button_link a,
  .startpage_offers .offer_button_link span {
    background-color: #9dce56;
    color: #fff;
    border: none;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .startpage_offers .offer_button_link a:hover,
    .startpage_offers .offer_button_link span:hover {
      background-color: #faa73e; }
    .startpage_offers .offer_button_link a i,
    .startpage_offers .offer_button_link span i {
      margin-right: 5px;
      font-size: 16px;
      vertical-align: center; }
  .startpage_offers .lead-hidden {
    display: none; }
  .startpage_offers .offer_law_block,
  .startpage_offers .offer_popup_block {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url("pics/law_shade.png") 50% 50% repeat;
    display: block;
    padding: 0 15px; }
    .startpage_offers .offer_law_block_inner,
    .startpage_offers .offer_popup_block_inner {
      position: relative;
      padding: 50px 30px;
      border-radius: 15px;
      background-color: #fff;
      margin-top: 30px;
      margin-bottom: 30px;
      height: calc(100% - 60px);
      overflow: auto; }
  .startpage_offers .offer_close {
    position: fixed; }
    .startpage_offers .offer_close .fa-close {
      width: 25px;
      height: 25px;
      padding-top: 1px;
      text-align: center;
      position: absolute;
      top: -35px;
      left: -15px;
      z-index: 2;
      background-color: #fff;
      font-size: 20px;
      border: 1px solid #ccc;
      border-radius: 15px;
      color: #666;
      box-shadow: 2px 2px 5px #aaa;
      cursor: pointer; }
      .startpage_offers .offer_close .fa-close:hover {
        color: #f00; }
  .startpage_offers .offer_popup_block {
    display: none; }

/*------------------------------------------------------------------------------
bankfiok page
------------------------------------------------------------------------------*/
.bank_hours_header {
  height: 200px;
  margin-top: 90px;
  z-index: 0; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .bank_hours_header {
      margin-top: 60px; } }

.open_hours {
  padding: 40px 15px 0; }
  @media (max-width: 767px) {
    .open_hours {
      padding: 30px 15px; } }
  .open_hours_header {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc; }
    .open_hours_header_logo {
      width: 100px;
      height: 80px;
      float: left;
      margin-right: 15px;
      border: 1px solid #389B8F;
      border-radius: 8px;
      padding: 10px; }
      .open_hours_header_logo img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      @media (max-width: 767px) {
        .open_hours_header_logo {
          margin-bottom: 5px; } }
    .open_hours_header_title {
      width: calc(100% - 200px);
      display: inline-block; }
      @media (max-width: 767px) {
        .open_hours_header_title {
          width: 100%; } }
  .open_hours_content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px; }
  .open_hours_footer {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc; }
  .open_hours h1 {
    font: 700 30px "Roboto";
    color: #389B8F;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .open_hours h1 {
        font-size: 24px; } }
  .open_hours h4 {
    font: 700 20px "Roboto";
    margin-bottom: 10px;
    color: #389B8F; }
  .open_hours div, .open_hours p {
    font: 500 18px "Roboto"; }
    .open_hours div.day, .open_hours p.day {
      display: block; }
      .open_hours div.day_left, .open_hours p.day_left {
        display: inline-block;
        width: 120px;
        vertical-align: top; }
      .open_hours div.day_right, .open_hours p.day_right {
        display: inline-block;
        width: calc(100%-120px);
        vertical-align: top; }
      .open_hours div.day span, .open_hours p.day span {
        display: inline-block;
        font-weight: bold;
        width: 100px; }
    .open_hours div.today, .open_hours p.today {
      font-weight: bold; }
  .open_hours i {
    font-size: 16px;
    margin-right: 10px;
    color: #982881;
    display: inline-block;
    width: 15px; }
  @media (max-width: 767px) {
    .open_hours_content_left {
      margin-bottom: 30px; } }
  .open_hours_content_right p {
    display: inline-block; }
    .open_hours_content_right p a {
      color: #222; }
  .open_hours_booking {
    margin-top: 30px; }
    .open_hours_booking p {
      display: block;
      max-width: 320px; }
      .open_hours_booking p a {
        background-color: #389B8F;
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 5px 0;
        border-radius: 30px;
        margin-bottom: 10px; }
        .open_hours_booking p a:hover {
          background-color: #982881; }
  .open_hours .bank_branch {
    padding-right: 15px; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      .open_hours .bank_branch {
        margin-bottom: 15px; }
        .open_hours .bank_branch:last-of-type {
          margin-bottom: 0; } }
    .open_hours .bank_branch h3 {
      margin-bottom: 5px;
      font: 700 15px "Roboto";
      color: #222; }
      .open_hours .bank_branch h3 a {
        font: 700 15px "Roboto";
        color: #222; }
    .open_hours .bank_branch p {
      font-size: 16px; }
    .open_hours .bank_branch_products {
      padding-top: 30px; }
      .open_hours .bank_branch_products_list {
        margin-top: 5px;
        margin-bottom: 15px; }
      .open_hours .bank_branch_products h3 {
        padding: 5px 15px;
        font: 700 16px "Roboto";
        color: #fff;
        background-color: #389B8F;
        border-radius: 5px; }
      .open_hours .bank_branch_products ul li {
        color: #389B8F;
        display: block;
        margin-top: 10px; }
        .open_hours .bank_branch_products ul li a {
          color: #222;
          font: 500 15px "Roboto";
          display: block; }
          .open_hours .bank_branch_products ul li a:hover {
            color: #389B8F; }

/*
Interested_details lead | content-product_card.php
*/
.lead_wrapper {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1366px) {
    .lead_wrapper {
      box-shadow: none;
      border: none; } }

.interested_details .form_header h4 {
  display: block;
  font: 600 24px "Roboto";
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #389B8F;
  text-align: center;
  max-width: 700px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .interested_details .form_header h4 {
      font-size: 18px; } }
.interested_details .offer_info_details_text .lead_list {
  font: 500 17px "Roboto";
  margin-left: 15px;
  margin-top: 30px; }
  .interested_details .offer_info_details_text .lead_list li {
    margin: 15px 0 30px;
    list-style-type: square;
    color: #982881;
    display: flex;
    align-items: center;
    padding: 5px 15px; }
    .interested_details .offer_info_details_text .lead_list li img {
      width: 30px;
      height: 30px;
      margin-right: 15px; }
    .interested_details .offer_info_details_text .lead_list li.lead_list_green {
      background-color: #9dce56;
      color: #fff;
      border-radius: 30px; }
.interested_details .form_block form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-content: center;
  justify-content: space-between;
  background-color: #F5EDF0;
  border-radius: 15px;
  padding: 15px; }
.interested_details .form_box {
  display: block;
  padding: 0 10px;
  width: 100%; }
  .interested_details .form_box label {
    color: #555;
    display: block;
    width: calc(100% - 30px);
    font-weight: 300;
    line-height: 1.5em;
    padding-bottom: 0; }
    .interested_details .form_box label a {
      color: #389B8F; }
      .interested_details .form_box label a:hover {
        color: #982881; }
  .interested_details .form_box.error .error {
    margin-top: 5px;
    background-color: #b00;
    padding: 3px 10px 2px;
    color: #fff;
    border-radius: 15px;
    font-size: 13px;
    font-family: "Roboto";
    opacity: 0.7;
    white-space: nowrap; }
.interested_details .form_box.form-30 {
  width: 30%;
  padding: 10px; }
  @media (max-width: 767px) {
    .interested_details .form_box.form-30 {
      width: 100%; } }
.interested_details .form_box.form-50 {
  width: 50%;
  padding: 10px; }
  @media (max-width: 767px) {
    .interested_details .form_box.form-50 {
      width: 100%; } }
.interested_details input[type='text'],
.interested_details input[type='email'] {
  display: inline-block;
  padding: 13px 15px 12px;
  border: 1px solid #bbb;
  font: 300 17px "Roboto";
  margin-bottom: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }
  .interested_details input[type='text']:focus,
  .interested_details input[type='email']:focus {
    box-shadow: 0 0 0 0.25rem rgba(229, 126, 74, 0.5); }
.interested_details .form_legalchecks .form_box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px; }
.interested_details input[type='checkbox'] {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  accent-color: #982881; }
.interested_details .income_form_section {
  display: inline-block;
  width: 50%;
  margin-top: 0;
  padding: 10px 0 0; }
.interested_details select {
  width: 100%;
  display: inline-block;
  padding: 5px 15px 4px;
  border: 1px solid #bbb;
  border-radius: 5px;
  background-color: #fff;
  color: #999;
  text-align: left;
  font: 700 17px "Roboto";
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
  margin: 0 0 15px; }
.interested_details .lead_submit {
  background-color: #389B8F;
  color: #fff;
  font: 500 16px "Roboto";
  width: 200px;
  padding: 12px 15px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
  margin-bottom: 10px; }
  .interested_details .lead_submit:hover {
    background-color: #982881; }

/*
Conversion popup
*/
.conversion_popup {
  position: relative;
  z-index: 3;
  border-radius: 8px;
  background-color: #fff;
  display: none;
  width: 100%;
  height: 100%; }
  @media (max-width: 767px) {
    .conversion_popup {
      padding: 10px 0 0; } }

.conversion_content {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  gap: 15px;
  padding: 15px 15px 15px;
  align-items: center;
  background-color: #F5EDF0; }
  @media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1366px) {
    .conversion_content {
      padding: 15px 15px;
      flex-direction: row;
      gap: 30px;
      align-items: flex-end;
      height: 100%; } }

.conversion_questions {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  gap: 15px;
  padding: 0 0 0 15px; }
  @media (max-width: 767px) {
    .conversion_questions {
      padding: 0;
      justify-content: flex-start; } }

.conversion_title h3 {
  margin-bottom: 0;
  font: 700 18px "Roboto";
  color: #389B8F; }

.conversion_question {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-shrink: 0; }
  @media (max-width: 767px) {
    .conversion_question {
      align-items: flex-start; } }
  .conversion_question input[type="checkbox"] {
    display: flex;
    flex-shrink: 0;
    margin-top: -1px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border-color: #ccc;
    accent-color: #389B8F;
    cursor: pointer; }
    @media (max-width: 767px) {
      .conversion_question input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-top: 3px; } }
  .conversion_question label {
    line-height: 1em;
    color: #444;
    font: 300 15px "Roboto"; }
    @media (max-width: 767px) {
      .conversion_question label {
        line-height: 1.4em; } }

.conversion_buttons {
  width: 235px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px; }
  @media (max-width: 767px) {
    .conversion_buttons {
      flex-direction: row-reverse;
      width: 100%;
      gap: 10px; } }
  .conversion_buttons .offer_btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border: none; }
  .conversion_buttons .offer_btn:disabled {
    background-color: #aaa;
    cursor: not-allowed; }
  .conversion_buttons .conversion_close {
    margin: 7px 0;
    min-width: 70px; }
    .conversion_buttons .conversion_close span {
      font: 300 13px "Roboto";
      cursor: pointer; }
      .conversion_buttons .conversion_close span:hover {
        color: #982881;
        text-decoration: underline; }
      @media (max-width: 767px) {
        .conversion_buttons .conversion_close span {
          font-size: 12px; } }

.conversion_disclaimer {
  display: block;
  width: 100%;
  margin-top: 5px; }
  @media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1366px) {
    .conversion_disclaimer {
      margin-top: 15px; } }
  .conversion_disclaimer p {
    display: block;
    width: 100%;
    font: 300 10px "Roboto";
    color: #555;
    margin-bottom: 0;
    text-align: center; }

/*------------------------------------------------------------------------------
404
------------------------------------------------------------------------------*/
.hero_404 {
  margin-top: 120px;
  padding: 90px 0 30px; }
  @media (max-width: 767px) {
    .hero_404 {
      padding: 0 0 30px; } }
  .hero_404 h2 {
    text-align: left;
    font: 700 45px "Roboto";
    color: #389B8F; }
    @media (max-width: 767px) {
      .hero_404 h2 {
        font-size: 28px; } }
  .hero_404 img {
    width: auto;
    margin: 30px 0; }
    @media (max-width: 767px) {
      .hero_404 img {
        width: 100%;
        max-width: 800px;
        margin: 0; } }
  .hero_404 p {
    font: 500 22px "Roboto";
    color: #333; }
    @media (max-width: 767px) {
      .hero_404 p {
        font-size: 16px; } }

.text_404 {
  padding: 0; }

/*------------------------------------------------------------------------------
redirector
------------------------------------------------------------------------------*/
.redirector {
  background-color: #389B8F;
  height: 100%; }
  .redirector a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #982881; }
  .redirector .logo {
    position: absolute;
    top: 10px;
    left: 10px; }
  .redirector .logo img {
    width: 150px;
    height: auto; }
  .redirector .centering-content {
    width: 100%;
    height: 100%; }
  .redirector .content {
    background-color: #fff;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 50px 30px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 8px 8px 0px #C4590B; }
    @media (max-width: 767px) {
      .redirector .content {
        width: 360px;
        padding: 15px; } }
  .redirector .content h1 img {
    display: block;
    margin: 0 auto;
    width: 250px;
    height: auto; }
  .redirector .content h1 {
    text-align: center;
    text-decoration: none;
    font: 700 22px "Roboto"; }
    @media (max-width: 767px) {
      .redirector .content h1 {
        font-size: 18px; } }

/*------------------------------------------------------------------------------
banklister page
------------------------------------------------------------------------------*/
.banklister_hero_inner {
  padding: 100px 0; }

.bankbranch_atm_list {
  padding-top: 50px; }
  .bankbranch_atm_list h2 {
    font: 700 20px "Montserrat";
    text-align: center;
    margin-bottom: 30px;
    color: #222; }

.bankbranch_atm_list {
  padding: 50px 15px 60px; }
  .bankbranch_atm_list img {
    display: block;
    width: auto;
    max-width: 400px;
    height: auto;
    max-height: 70px;
    margin: 0 auto 18px; }

.banklister_card {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .banklister_card {
      margin-bottom: 25px; } }
  .banklister_card_inner {
    border-radius: 8px;
    padding-top: 15px;
    box-shadow: 0px 0px 10px #ddd; }
  .banklister_card_header {
    padding: 10px 0 10px 0;
    min-height: 50px; }
  .banklister_card_logo {
    height: 50px;
    padding: 0 10px 0 0; }
    .banklister_card_logo img {
      display: block;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .banklister_card_name {
    padding: 0;
    padding-left: 15px;
    height: 50px; }
    .banklister_card_name h3 {
      font: 700 14px "Roboto";
      color: #5e5e5e;
      margin: 0;
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .banklister_card_contact {
    padding: 20px 5px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9; }
    .banklister_card_contact p {
      font: 500 13px "Roboto";
      color: #5e5e5e;
      line-height: 2em; }
      .banklister_card_contact p strong {
        font-weight: 700; }
  .banklister_card_links {
    padding: 5px 0; }
  .banklister_card_link {
    height: 30px;
    margin: 8px 0; }
    .banklister_card_link p, .banklister_card_link a {
      display: block;
      margin-left: 10px;
      width: calc(100% - 40px);
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #982881;
      text-decoration: none;
      font: 500 13px "Roboto";
      float: left; }
      .banklister_card_link p:hover, .banklister_card_link a:hover {
        color: #389B8F; }
    .banklister_card_link p {
      color: #3c3c3c; }
      .banklister_card_link p:hover {
        color: #3c3c3c; }
  .banklister_card .link_icon {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    float: left; }
    .banklister_card .link_icon.bank_website {
      background: url(pics/banklister_icons/web.svg) 50% 50% no-repeat;
      background-size: 20px 20px; }
    .banklister_card .link_icon.bank_online_payment {
      background: url(pics/banklister_icons/netbank.svg) 50% 50% no-repeat;
      background-size: 22px 22px; }
    .banklister_card .link_icon.bank_graph {
      background: url(pics/banklister_icons/chart.svg) 50% 50% no-repeat;
      background-size: 22px 22px; }
    .banklister_card .link_icon.bank_phone_call {
      background: url(pics/banklister_icons/iphone.svg) 50% 50% no-repeat;
      background-size: 20px 20px; }
  .banklister_card_footer {
    border-top: 1px solid #ccc;
    padding-top: 15px; }
    .banklister_card_footer a {
      display: block;
      width: calc(50% - 7px);
      float: left;
      background-color: #389B8F;
      border-radius: 4px;
      font: 500 13px "Roboto";
      text-align: center;
      color: #fff;
      text-decoration: none;
      padding: 10px 30px;
      margin-bottom: 15px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .banklister_card_footer a:hover {
        background-color: #333;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .banklister_card_footer a.bankbranch_link {
        margin-right: 7px; }
      .banklister_card_footer a.atm_link {
        margin-left: 7px; }

.county_title {
  font: 700 20px "Roboto";
  color: #333;
  display: block;
  margin-bottom: 10px;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #389B8F; }
  @media (max-width: 767px) {
    .county_title {
      font-size: 18px; } }

.banklist_element {
  display: inline-block;
  width: calc(33% - 15px);
  margin-right: 15px; }
  @media (max-width: 767px) {
    .banklist_element {
      width: 100%;
      margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .banklist_element {
      width: calc(50% - 15px);
      margin-right: 15px; } }
  .banklist_element a {
    display: block;
    width: calc(100% - 7px);
    float: left;
    font: 500 15px "Roboto";
    color: #555;
    text-decoration: none;
    padding: 5px 0 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .banklist_element a:hover {
      color: #982881; }
    .banklist_element a.bankbranch_link {
      margin-right: 7px; }
    .banklist_element a.atm_link {
      margin-left: 7px; }

/*------------------------------------------------------------------------------
lead form
------------------------------------------------------------------------------*/
.page-template-page-lead .header .bank_logo {
  display: none; }

.lead_form {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px 0px 30px;
  border-radius: 15px;
  margin-bottom: 15px;
  box-shadow: 5px 5px 5px #eee; }
  .lead_form .InputBlock {
    width: 50%;
    float: left;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .lead_form .InputBlock {
        width: 100%; } }
    .lead_form .InputBlock label {
      display: block;
      width: 100%;
      font: 700 15px "Roboto";
      color: #333;
      margin: 15px 0 5px; }
    .lead_form .InputBlock a {
      color: #389B8F; }
    .lead_form .InputBlock input[type='text'],
    .lead_form .InputBlock select,
    .lead_form .InputBlock textarea {
      display: block;
      width: 100%;
      border-radius: 30px;
      border: 1px solid #389B8F;
      padding: 5px 15px; }
      .lead_form .InputBlock input[type='text']:active, .lead_form .InputBlock input[type='text']:focus,
      .lead_form .InputBlock select:active,
      .lead_form .InputBlock select:focus,
      .lead_form .InputBlock textarea:active,
      .lead_form .InputBlock textarea:focus {
        border: 1px solid transparent; }
    .lead_form .InputBlock select {
      margin: 0;
      font-size: 15px;
      font-weight: 500;
      padding: 3px 15px; }
      .lead_form .InputBlock select option {
        font-weight: 500;
        font-size: 15px; }
      .lead_form .InputBlock select:active, .lead_form .InputBlock select:focus {
        border: 1px solid #003399; }
    .lead_form .InputBlock textarea {
      border-radius: 15px 15px 0 15px; }
  .lead_form input[type='submit'] {
    background-color: #389B8F;
    color: #fff;
    font: 700 15px "Roboto";
    border: none;
    border-radius: 30px;
    padding: 8px 20px;
    margin: 10px 0 0 15px; }
    .lead_form input[type='submit']:hover {
      background-color: #982881; }

.subpage_content_text div.lead_adatvedelmi {
  padding: 0 0; }

.CheckBoxLabel {
  font: 500 14px "Roboto";
  margin-left: 15px; }

.lead_closure {
  font-size: 12px;
  line-height: 1.4em;
  color: #777; }

.ResponseError {
  color: #f00; }

/*------------------------------------------------------------------------------
shortcode_block
------------------------------------------------------------------------------*/
.shortcode_block {
  padding: 0; }

.shortcode_block_wrapper {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 30px 15px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }

.shortcode_text {
  padding: 10px 30px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .shortcode_text {
      padding: 0 15px; } }
  .shortcode_text h2 {
    color: #389B8F;
    font: 700 24px "Roboto";
    margin-bottom: 45px; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      .shortcode_text h2 {
        font-size: 22px;
        margin-bottom: 20px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .shortcode_text h2 {
        margin-bottom: 30px; } }
  .shortcode_text h3 {
    color: #555;
    font: 700 18px "Roboto";
    line-height: 1.6em;
    margin-bottom: 30px; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      .shortcode_text h3 {
        font-size: 17px;
        margin-bottom: 20px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .shortcode_text h3 {
        margin-bottom: 30px; } }
  .shortcode_text ul li {
    font: 300 18px "Roboto";
    line-height: 1.6em;
    list-style-type: square;
    margin-left: 30px;
    color: #389B8F;
    margin-bottom: 15px; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      .shortcode_text ul li {
        margin-left: 16px;
        font-size: 16px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .shortcode_text ul li {
        font-size: 16px; } }
    .shortcode_text ul li span {
      color: #333; }

.offer_btn_main {
  position: fixed;
  left: 15px;
  bottom: 15px;
  background-color: #389B8F;
  color: #fff;
  font: 700 15px "Roboto";
  width: 200px;
  padding: 12px 15px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 3px 3px 5px #aaa; }
  @media (max-width: 767px) {
    .offer_btn_main {
      width: calc(100% - 30px); } }
  .offer_btn_main:hover {
    background-color: #982881; }

.shortcode_block input,
.shortcode_block textarea {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 3px; }
.shortcode_block input[type='text'],
.shortcode_block textarea {
  padding: 15px 10px;
  font: 300 17px "Roboto"; }
.shortcode_block .CheckBoxLabel {
  font-size: 16px;
  font-weight: 300;
  color: #777;
  margin-left: 5px; }
  .shortcode_block .CheckBoxLabel a {
    color: #389B8F; }
.shortcode_block .InputBlock {
  position: relative; }
  .shortcode_block .InputBlock .error {
    line-height: 1.1em;
    display: block;
    margin-top: -5px;
    border: 1px solid #f00;
    border-radius: 3px;
    padding: 5px;
    background-color: #fff;
    opacity: 0.7;
    box-shadow: 4px 4px 0px #ddd; }
.shortcode_block .SetLabel {
  margin: 5px 0;
  line-height: 1.5em; }
  .shortcode_block .SetLabel em.error {
    display: block;
    width: 100%;
    margin-top: 0px; }
.shortcode_block input[type='checkbox'],
.shortcode_block input[type='submit'] {
  width: auto; }
.shortcode_block input[type='checkbox'] {
  width: 20px;
  height: 20px;
  outline: none;
  position: relative;
  top: 2px; }
  .shortcode_block input[type='checkbox']:checked {
    color: #389B8F;
    background-color: #389B8F; }
.shortcode_block input[type='submit'] {
  margin-left: 15px;
  background-color: #389B8F;
  color: #fff;
  font: 700 14px "Roboto";
  padding: 10px 40px;
  border-radius: 5px;
  border: none; }
  .shortcode_block input[type='submit']:hover {
    background-color: #982881; }
.shortcode_block .promo_tab {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font: 500 10px "Roboto";
  text-transform: uppercase;
  color: #888; }

/*------------------------------------------------------------------------------
fee calculator
------------------------------------------------------------------------------*/
.fee_calculator {
  background-color: #eee;
  padding: 45px 15px; }
  .fee_calculator_form {
    padding: 0; }
    .fee_calculator_form_block {
      border-bottom: 1px solid #ccc;
      padding: 0 0 15px;
      margin-bottom: 15px; }
      .fee_calculator_form_block.fee_number3 {
        border: none; }
    .fee_calculator_form p {
      font: 700 17px "Roboto";
      margin-bottom: 10px; }
    .fee_calculator_form label {
      font: 500 15px "Roboto";
      margin-right: 15px; }
    .fee_calculator_form .fee_number label {
      font: 700 16px "Roboto";
      margin-bottom: 10px;
      display: block; }
    .fee_calculator_form input[type="text"] {
      border: 1px solid #ccc;
      font: 700 16px "Roboto";
      padding: 5px 15px; }
      @media (max-width: 767px) {
        .fee_calculator_form input[type="text"] {
          width: calc(100% - 30px); } }
    .fee_calculator_form span {
      font: 700 17px "Roboto";
      margin-left: 5px; }
    .fee_calculator_form small {
      display: block;
      font: 500 13px "Roboto";
      color: #888;
      margin-top: 5px; }
    .fee_calculator_form input[type="submit"] {
      background-color: #389B8F;
      border-radius: 30px;
      font: 700 18px "Roboto";
      color: #fff;
      padding: 5px 30px;
      border: none; }
      .fee_calculator_form input[type="submit"]:hover {
        background-color: #982881; }

/*------------------------------------------------------------------------------
sitemap
------------------------------------------------------------------------------*/
.sitemap_content_text {
  font-family: "Roboto"; }
  .sitemap_content_text .submenu_wrapper {
    padding: 15px 0 0;
    font-family: "Roboto";
    font-weight: 300; }
    .sitemap_content_text .submenu_wrapper li a {
      display: block;
      padding: 10px 0; }

.sitemap_content_text #menu-sitemap,
.sitemap_content_text #menu-footer-horizontal-menu {
  padding: 30px 0; }
  .sitemap_content_text #menu-sitemap .sub-menu,
  .sitemap_content_text #menu-footer-horizontal-menu .sub-menu {
    display: block;
    border: none; }
  .sitemap_content_text #menu-sitemap a,
  .sitemap_content_text #menu-footer-horizontal-menu a {
    color: #333;
    font-size: 16px; }
  .sitemap_content_text #menu-sitemap li.dummy,
  .sitemap_content_text #menu-footer-horizontal-menu li.dummy {
    padding: 0; }
  .sitemap_content_text #menu-sitemap .fullmenu,
  .sitemap_content_text #menu-footer-horizontal-menu .fullmenu {
    margin-bottom: 30px; }
  .sitemap_content_text #menu-sitemap li,
  .sitemap_content_text #menu-footer-horizontal-menu li {
    margin-bottom: 0px; }
    .sitemap_content_text #menu-sitemap li.fullmenu > a,
    .sitemap_content_text #menu-footer-horizontal-menu li.fullmenu > a {
      display: block;
      font-size: 24px;
      font-weight: 700;
      border-bottom: 1px solid #333;
      padding-bottom: 15px; }
      .sitemap_content_text #menu-sitemap li.fullmenu > a:hover,
      .sitemap_content_text #menu-footer-horizontal-menu li.fullmenu > a:hover {
        text-decoration: none; }
  .sitemap_content_text #menu-sitemap .sub-menu li > a,
  .sitemap_content_text #menu-footer-horizontal-menu .sub-menu li > a {
    display: block;
    cursor: default;
    margin-bottom: 10px;
    font-weight: 300;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .sitemap_content_text #menu-sitemap .sub-menu li > a,
      .sitemap_content_text #menu-footer-horizontal-menu .sub-menu li > a {
        display: block;
        margin-bottom: 0px; } }
  .sitemap_content_text #menu-sitemap .dummy .dummy a,
  .sitemap_content_text #menu-footer-horizontal-menu .dummy .dummy a {
    display: block; }
.sitemap_content_text #menu-footer-horizontal-menu {
  border-top: 1px solid #333; }
  .sitemap_content_text #menu-footer-horizontal-menu li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px; }
    .sitemap_content_text #menu-footer-horizontal-menu li a {
      font-family: "Roboto";
      font-weight: 300; }

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