/*
Theme Name: I-mech
Theme URI: 
Author: Schumacher Zsolt
Author URI: http://schumacherzsolt.com
Description: I-mech theme theme
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */
/* =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; }

h1, h2, h3, h4, h5, h6 {
  color: #033; }

/* 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) */
/* Extra Large devices (large desktops, 1600px and up) */
@font-face {
  font-family: "Fjalla One";
  src: url("fonts/fjallaone-regular.eot");
  src: url("fonts/fjallaone-regular.eot?#iefix") format("embedded-opentype"), url("fonts/fjallaone-regular.woff") format("woff"), url("fonts/fjallaone-regular.ttf") format("truetype"), url("fonts/fjallaone-regular.svg#Fjalla One") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Open sans";
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#Open sans") format("svg");
  font-weight: 500;
  font-style: "normal"; }
body {
  width: 100%;
  height: 100%;
  display: block;
  float: left; }

#index_bgd {
  background: #666 url("pics/bgd2.jpg") 50% 0 no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#masthead {
  width: 100%;
  height: 54px;
  background: url("pics/navbar_bgd.fw.png") 0 0 repeat;
  position: fixed;
  z-index: 5; }

#masthead_index {
  width: 100%;
  height: 54px;
  background: none;
  background-color: transparent;
  position: absolute; }

@media (max-width: 767px) {
  #header_inner {
    padding-left: 0px; } }

#header_logo {
  height: 26px;
  margin-top: 15px;
  padding: 0; }
  #header_logo a {
    background: url("pics/logo_white.svg") 0 -1px no-repeat;
    background-size: contain;
    height: 26px;
    display: block;
    width: 103px;
    float: left; }
  #header_logo h2 {
    font: normal 14px "Fjalla One";
    color: #fff;
    margin: 5px 0 0 120px; }
    @media (max-width: 767px) {
      #header_logo h2 {
        display: none; } }

.no-svg #header_logo a {
  background-image: url("logo_small.fw.png"); }

#navbar_main,
#navbar_index {
  padding: 0px; }

#language_selector {
  position: absolute;
  top: 39px;
  right: 50px;
  float: right; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #language_selector {
      position: fixed;
      top: 14px;
      left: 0px; } }

#lang_sel_list {
  float: left;
  width: 100%; }
  #lang_sel_list ul {
    float: right; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      #lang_sel_list ul {
        float: left; } }
  #lang_sel_list ul li a {
    background-color: transparent; }

#lang_sel_list ul a {
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase; }

#lang_sel_list a.lang_sel_sel {
  display: none; }

#navbar_main #language_selector {
  position: relative;
  right: 0px;
  top: 20px;
  float: right; }
  #navbar_main #language_selector #lang_sel_list {
    width: auto; }

.menu {
  list-style: none;
  margin: 18px 0 0 0;
  padding: 0;
  text-align: center; }
  .menu li {
    display: inline;
    font: normal 18px "Fjalla One";
    text-transform: uppercase; }
  .menu a {
    color: #fff;
    display: inline-block;
    padding: 18px 17px 8px 17px;
    text-decoration: none; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .menu a {
        padding: 18px 21px 8px 22px; } }
  .menu a:hover {
    color: #e60000;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    transition: color 300ms linear; }
  .menu .current-menu-item a {
    color: #e60000;
    border-bottom: 1px solid #fff; }

#navbar_main .menu {
  margin-top: 0px;
  float: left; }
  #navbar_main .menu li {
    font-size: 18px;
    display: block;
    float: left; }
  #navbar_main .menu a {
    padding: 17px 10px 15px 10px; }
  #navbar_main .menu a:hover {
    color: #334646;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    transition: color 300ms linear; }
  #navbar_main .menu .current-menu-item a {
    padding-bottom: 12px;
    border-bottom: 3px solid #fff;
    color: #fff; }

.main {
  padding: 0px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .main {
      margin-bottom: 36px; } }

#logo {
  position: relative;
  float: left;
  width: 100%;
  height: 74px;
  background: url("pics/logo2.svg") 50% 0 no-repeat;
  background-size: contain;
  margin-top: 16%;
  margin-bottom: 18px; }
  @media (min-width: 1600px) {
    #logo {
      margin: 22% 0 90px 0;
      height: 68px; } }
  @media (max-width: 767px) {
    #logo {
      margin-top: 105px;
      margin-bottom: 0px;
      height: 42px; } }

.no-svg #logo {
  background-image: url("logo.fw.png"); }

#intro_index {
  height: 100%;
  min-height: 500px;
  display: block;
  background-color: #f00;
  background: url("pics/intro_bgd.fw.png") 0 bottom no-repeat;
  background-size: contain; }
  #intro_index h1 {
    color: #fff;
    position: absolute;
    left: -9000px; }
  #intro_index h2 {
    font: normal 20px "Fjalla One";
    color: #fff;
    text-align: center;
    line-height: 2em;
    opacity: 0.9;
    margin-top: 32px; }
    @media (min-width: 1600px) {
      #intro_index h2 {
        font-size: 24px;
        margin-top: 0px; } }
    @media (max-width: 767px) {
      #intro_index h2 {
        margin-top: 24px;
        margin-bottom: 18px;
        font-size: 18px; } }
  #intro_index p {
    margin-top: 30px;
    font: normal 18px "Open sans";
    color: #fff;
    text-align: center;
    padding: 0px; }
    @media (max-width: 767px) {
      #intro_index p {
        margin-top: 0px;
        margin-bottom: 24px;
        font-size: 16px; } }
  @media (min-width: 1600px) {
    #intro_index {
      height: 90%; } }
  @media (max-width: 767px) {
    #intro_index {
      height: 380px;
      background: url("pics/intro_bgd_mobil.fw.png") 0 bottom no-repeat; } }

#intro_links {
  margin-bottom: 12%; }
  @media (min-width: 1600px) {
    #intro_links {
      margin-bottom: 16%; } }

#intro_link1 {
  float: left; }

#intro_link2 {
  float: right; }

.intro_link {
  margin-top: 54px; }
  @media (min-width: 1600px) {
    .intro_link {
      margin-top: 90px; } }
  @media (max-width: 767px) {
    .intro_link {
      float: left;
      padding: 8px 0 5px 0;
      width: 100%;
      margin-top: 8px; } }

.intro_link a {
  border: 2px solid #fff;
  font: normal 16px "Fjalla One";
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 50px 5px 50px; }
  @media (max-width: 767px) {
    .intro_link a {
      float: left;
      padding: 8px 0 5px 0;
      width: 100%;
      text-align: center; } }

.intro_link a:hover {
  background-color: #fff;
  color: #223535;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear; }

#primary {
  background-color: #fff;
  padding: 0px; }

.content_box {
  padding: 0px;
  min-height: 250px; }
  .content_box h2 {
    font: normal 32px "Fjalla One";
    text-transform: uppercase;
    color: #334646;
    width: 100%;
    text-align: center; }

#services h2 {
  margin-top: 36px; }

.service_left {
  padding: 0 50px 0 0; }

.service_center {
  padding: 0px 25px 0 25px; }

.service_right {
  padding: 0 0 0 50px; }

.service {
  margin: 40px 0 20px 0; }
  .service div {
    background-color: #223535;
    height: 180px;
    padding: 0px;
    background: url("pics/services_covers.jpg") 0 0 no-repeat;
    -webkit-transition: all 300ms ease;
    /* Safari and Chrome */
    -moz-transition: all 300ms ease;
    /* Firefox */
    -ms-transition: all 300ms ease;
    /* IE 9 */
    -o-transition: all 300ms ease;
    /* Opera */
    transition: all 300ms ease;
    border-bottom: 2px solid #e60000; }
    .service div h3 {
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      font: normal 24px "Fjalla One";
      text-transform: uppercase; }
      .service div h3 a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none; }
        .service div h3 a span {
          position: relative;
          top: 45%;
          transform: translateY(-50%);
          color: #fff; }
          @media (max-width: 767px) {
            .service div h3 a span {
              color: #E60000; } }
    @media (max-width: 767px) {
      .service div {
        border-bottom: none; } }
  .service div:hover {
    -webkit-transform: scale(1.05);
    /* Safari and Chrome */
    -moz-transform: scale(1.05);
    /* Firefox */
    -ms-transform: scale(1.05);
    /* IE 9 */
    -o-transform: scale(1.05);
    /* Opera */
    transform: scale(1.05); }
    @media (max-width: 767px) {
      .service div:hover {
        webkit-transform: scale(1);
        /* Safari and Chrome */
        -moz-transform: scale(1);
        /* Firefox */
        -ms-transform: scale(1);
        /* IE 9 */
        -o-transform: scale(1);
        /* Opera */
        transform: scale(1); } }
  @media (max-width: 767px) {
    .service {
      float: left;
      padding: 0px;
      margin: 0px; }
      .service div {
        background-image: none;
        height: 80px; }
        .service div a {
          margin-top: 0px;
          font-size: 18px; } }

#service_2 div {
  background-position: 0 -180px; }

#service_3 div {
  background-position: 0 -360px; }

#service_4 div {
  background-position: 0 -540px; }

#service_5 div {
  background-position: 0 -720px; }

.service h3 a:hover {
  background: url("pics/dark_bgd.fw.png") 0 0 repeat; }
  @media (max-width: 767px) {
    .service h3 a:hover {
      background: none; } }

#service_continue div {
  background: none;
  border-bottom: 0px; }
  #service_continue div h3 a:hover {
    background: none; }
  #service_continue div h3 a:hover span {
    color: #C30000; }
  #service_continue div h3 a span {
    color: #223535; }
  #service_continue div .fa-chevron-right {
    font-size: 21px; }
  @media (max-width: 767px) {
    #service_continue div {
      display: none; } }

#services_bottom {
  background: url("pics/services_bgd.fw.png") 0 bottom no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  height: 125px; }
  @media (max-width: 767px) {
    #services_bottom {
      height: 52px;
      margin-top: -2px;
      background: url("pics/services_bgd_mobil.fw.png") 0 bottom no-repeat; } }

#references {
  width: 100%;
  background: #112424 url("pics/bgd2.jpg") 50% 0 no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0px;
  margin-top: -125px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    #references {
      height: 350px; } }
  @media (max-width: 767px) {
    #references {
      margin-top: -50px;
      padding-top: 70px;
      background-attachment: none; } }

#references_inner {
  padding: 0;
  height: 355px; }
  #references_inner h2 {
    width: 100%;
    color: #fff; }
  @media (min-width: 768px) and (max-width: 991px) {
    #references_inner {
      height: 100px; } }

.reference_box {
  height: 355px;
  float: left; }
  .reference_box a {
    padding-top: 145px;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      .reference_box a {
        height: 0; } }
    @media (max-width: 767px) {
      .reference_box a {
        padding-top: 0px;
        width: 100%; } }
  .reference_box a span {
    margin: 24px auto;
    display: block;
    width: 200px;
    padding-top: 36px;
    padding-bottom: 32px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    -webkit-transition: all 300ms ease;
    /* Safari and Chrome */
    -moz-transition: all 300ms ease;
    /* Firefox */
    -ms-transition: all 300ms ease;
    /* IE 9 */
    -o-transition: all 300ms ease;
    /* Opera */
    transition: all 300ms ease; }
    @media (max-width: 767px) {
      .reference_box a span {
        clear: both;
        padding: 22px 0 18px 0; } }
  .reference_box a:hover span {
    -webkit-transform: scale(1.05);
    /* Safari and Chrome */
    -moz-transform: scale(1.05);
    /* Firefox */
    -ms-transform: scale(1.05);
    /* IE 9 */
    -o-transform: scale(1.05);
    /* Opera */
    transform: scale(1.05); }
  @media (min-width: 768px) and (max-width: 991px) {
    .reference_box {
      height: 50px; } }
  @media (max-width: 767px) {
    .reference_box {
      height: 100px; } }

#reference_box1 {
  width: 32%;
  background-color: #334646; }
  #reference_box1 h2 {
    font-size: 33px; }
  @media (max-width: 767px) {
    #reference_box1 {
      width: 100%;
      background-color: transparent; } }

#reference_box1 a:hover span {
  background-color: #fff;
  color: #334646; }

#reference_box2 {
  width: 38%;
  padding-left: 0px;
  margin-left: -2%;
  background: url("pics/images_block_bgd.fw.png") 0 bottom no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    #reference_box2 {
      background-image: none;
      width: 100%;
      margin-left: 0px; } }

#reference_box2:hover {
  background: url("pics/images_block_bgd_hover.fw.png") 0 bottom no-repeat;
  background-size: contain; }
  @media (max-width: 767px) {
    #reference_box2:hover {
      background-image: none; } }

#reference_box2 a:hover span {
  background-color: #fff;
  color: #4e4664; }

#reference_box3 {
  background: url("pics/plans_block_bgd.fw.png") right bottom no-repeat;
  margin-left: -2%;
  width: 33%;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    #reference_box3 {
      background-image: none;
      width: 100%;
      margin-left: 0px; } }

#reference_box3:hover {
  background: url("pics/plans_block_bgd_hover.fw.png") right bottom no-repeat; }
  @media (max-width: 767px) {
    #reference_box3:hover {
      background-image: none; } }

#reference_box3 a:hover span {
  background-color: #fff;
  color: #3B476B; }

#clients {
  padding: 90px 0 108px 0; }
  #clients h2 {
    margin-bottom: 18px; }
    @media (max-width: 767px) {
      #clients h2 {
        margin-bottom: 0px; } }
  @media (max-width: 767px) {
    #clients {
      padding: 54px 0 36px 0; } }

.client_box {
  height: 80px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url("pics/partners.fw.png"); }

#client_box1 {
  background-position: 50% 0; }

#client_box2 {
  background-position: 50% -200px; }

#client_box3 {
  background-position: 50% -400px; }

#client_box4 {
  background-position: 50% -600px; }

#client_box5 {
  background-position: 50% -800px; }

#client_box6 {
  background-position: 50% -1000px; }

#client_box7 {
  background-position: 50% -1200px; }

#client_box8 {
  background-position: 50% -1400px; }

#client_box10 {
  background-position: 50% -1600px; }

#client_box11 {
  background-position: 50% -1800px; }

#client_box9 {
  background-image: none; }

#client_box12 {
  background-image: none; }

#client_box1:hover {
  background-position: 50% -100; }

#client_box2:hover {
  background-position: 50% -300px; }

#client_box3:hover {
  background-position: 50% -500px; }

#client_box4:hover {
  background-position: 50% -700px; }

#client_box5:hover {
  background-position: 50% -900px; }

#client_box6:hover {
  background-position: 50% -1100px; }

#client_box7:hover {
  background-position: 50% -1300px; }

#client_box8:hover {
  background-position: 50% -1500px; }

#client_box10:hover {
  background-position: 50% -1700px; }

#client_box11:hover {
  background-position: 50% -1900px; }

#ask_4_offer {
  float: left;
  width: 100%;
  background-color: #ddd;
  min-height: 324px;
  padding: 72px 0 72px 0; }
  @media (max-width: 767px) {
    #ask_4_offer {
      padding: 32px 0 32px 0;
      margin-top: -42px; } }

#offer_inner {
  padding: 0; }

#offer_text {
  padding: 0px; }
  #offer_text h3 {
    font: normal 32px "Fjalla One";
    text-transform: uppercase;
    margin-bottom: 18px; }
    @media (max-width: 767px) {
      #offer_text h3 {
        text-align: center; } }
  #offer_text p {
    font: normal 14px "Open sans";
    margin-bottom: 24px; }

#offer_form {
  padding: 0px;
  border-left: 1px solid #ccc; }
  #offer_form form p {
    width: 100%;
    float: left;
    margin-bottom: 18px; }
  #offer_form label {
    font: normal 18px "Fjalla One";
    color: #334646;
    text-transform: uppercase;
    padding-top: 3px;
    padding-left: 36px; }
    @media (max-width: 767px) {
      #offer_form label {
        padding-left: 0px; } }
  #offer_form input, #offer_form textarea {
    padding: 5px 5px 5px 5px;
    font: normal 16px "Open sans"; }
  #offer_form textarea {
    height: 90px; }
  #offer_form .wpcf7-text:focus,
  #offer_form .wpcf7-textarea:focus {
    border: 2px solid #334646; }
  #offer_form input.wpcf7-submit {
    float: right;
    background-color: #334646;
    border: none;
    padding: 5px 54px 3px 54px;
    color: #fff;
    font: normal 16px "Fjalla One";
    text-transform: uppercase; }
  #offer_form input.wpcf7-submit:hover {
    background-color: #666; }
  @media (max-width: 767px) {
    #offer_form {
      border-left: 0px; } }

span.wpcf7-not-valid-tip,
div.wpcf7-response-output {
  padding: 5px 0 5px 0;
  font: normal 14px "Open sans";
  margin-left: 36px; }

div.wpcf7-response-output {
  float: left;
  margin: 0 0 0 36px;
  padding: 10px; }

strong {
  font: normal 18px "Fjalla One";
  color: #334646; }

small {
  font-size: 13px;
  color: #888; }

#signo {
  margin-top: 36px;
  margin-bottom: 36px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #signo {
      margin-top: 18px; } }

#contacts strong {
  font-size: 18px; }

#szechenyi2020 {
  float: left;
  width: 100%;
  min-height: 140px;
  background-color: #fff;
  padding: 15px 0; }

#szechenyi2020 a {
  width: 100%;
  height: 140px;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  #szechenyi2020 a.szechenyi_1 {
    background-image: url("pics/szechenyi2020.png");
    background-size: contain; }
  #szechenyi2020 a.szechenyi_2 {
    background-image: url("pics/szechenyi2020_2.png");
    background-size: contain; }

.site-footer {
  width: 100%;
  float: left;
  background-color: #334646;
  min-height: 102px;
  padding: 0px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .site-footer {
      padding-bottom: 36px; } }

#footer_inner {
  padding: 0px; }

#footer_left {
  padding: 0 0 0 15px;
  margin-top: 51px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #footer_left {
      margin-top: 42px; } }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #footer_left {
      padding: 0px; } }

#footer_left p {
  float: left; }
  #footer_left p span {
    float: left;
    margin: 4px 18px 0 18px;
    font: normal 15px "Fjalla One";
    color: #fff; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #footer_left p span {
        margin: 4px 10px 0 10px; } }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      #footer_left p span {
        margin: 0 0 8px 0;
        float: left;
        width: 100%;
        text-align: center; } }
  #footer_left p a {
    color: #fff;
    text-decoration: none; }
  #footer_left p a:hover {
    color: #ccc; }
  #footer_left p .capital {
    text-transform: uppercase; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #footer_left p {
      width: 100%;
      text-align: center;
      margin-bottom: 18px; } }

#footer_logo {
  float: left;
  width: 103px;
  height: 54px;
  background: url("pics/logo_white.svg") 0 0 no-repeat;
  background-size: contain;
  margin-right: 18px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #footer_logo {
      width: 100%;
      background-position: 50% 0;
      background-size: none;
      max-width: 103px;
      float: none;
      margin: 0 auto; } }

.no-svg #footer_logo {
  background-image: url("pics/logo_small.fw.png"); }

#footer_right {
  padding: 0px;
  margin: 20px 0 20px 0; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #footer_right {
      float: none;
      width: 280px;
      height: 250px;
      margin: 30px auto 18px; } }

#footer_right a img {
  width: 100%;
  height: auto;
  float: right; }
  @media (max-width: 767px) {
    #footer_right a img {
      float: none;
      width: 280px;
      margin: 18px auto 0; } }

/******************************************************************************

subpage elements

*******************************************************************************/
.content_header {
  margin: 120px 0 54px 0;
  background-color: #334646;
  height: 260px;
  background: url("pics/subpage_cover.jpg") 50% bottom no-repeat; }
  .content_header h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font: normal 54px "Fjalla One";
    text-transform: uppercase;
    margin-top: 100px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .content_header h2 {
        margin-top: 75px;
        font-size: 42px; } }
    @media (max-width: 767px) {
      .content_header h2 {
        margin-top: 50px;
        font-size: 32px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content_header {
      height: 200px;
      margin-top: 90px;
      margin-bottom: 36px; } }
  @media (max-width: 767px) {
    .content_header {
      height: 130px;
      margin-top: 90px;
      margin-bottom: 36px; } }

#content_body {
  width: 100%;
  min-height: 300px;
  margin-bottom: 54px;
  float: left; }

#content_left {
  padding: 0 0 18px 0; }
  #content_left h2, #content_left h3 {
    color: #334646;
    font: normal 34px "Fjalla One";
    text-transform: uppercase;
    margin: 36px 0 14px 0; }
    @media (max-width: 767px) {
      #content_left h2, #content_left h3 {
        font-size: 24px; } }
  #content_left h2 {
    font-size: 22px;
    margin: 0 0 18px 0; }
  #content_left p, #content_left li {
    font: normal 16px "Open sans";
    margin-bottom: 18px;
    line-height: 1.8em; }
  #content_left li {
    list-style-type: square;
    margin-left: 17px; }
  #content_left p img {
    display: block;
    width: 100%;
    height: auto; }

#content_right {
  padding: 0px; }
  #content_right h3 {
    color: #334646;
    font: normal 34px "Fjalla One";
    text-transform: uppercase;
    margin: 36px 0 14px 0; }
    @media (max-width: 767px) {
      #content_right h3 {
        font-size: 24px; } }
  #content_right p {
    font: normal 14px "Open sans";
    margin-bottom: 18px;
    line-height: 1.8em;
    color: #aaa; }
    #content_right p span {
      margin-right: 8px; }

#building {
  width: 100%;
  background: url("pics/building.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 200px; }
  @media (min-width: 768px) and (max-width: 991px) {
    #building {
      height: 300px; } }

/******************************************************

services_page

********************************************************/
.service_box {
  padding: 0px 0 36px 0; }

.service_img {
  margin-top: 40px;
  background: url("pics/services_thumbs.png") 0 0 no-repeat;
  width: 140px;
  height: 140px; }

#service_box2 .service_img {
  background-position: 50% -180px; }

#service_box3 .service_img {
  background-position: 0 -360px; }

#service_box4 .service_img {
  background-position: 50% -540px; }

#service_box5 .service_img {
  background-position: 50% -720px; }

.service_desc {
  padding-left: 35px;
  background: url("pics/service_cross.fw.png") 0 53px no-repeat; }
  @media (max-width: 767px) {
    .service_desc {
      padding-left: 0px;
      background-image: none; } }

#content_left .service_desc p {
  margin: 0; }

/**********************************************************

references_page

************************************************************/
h4 {
  font: normal 20px "Fjalla One";
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.8em; }

#cars {
  width: 100%;
  float: left; }

.car {
  max-height: 150px;
  padding-right: 0px; }

.car_img {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 10px; }
  .car_img img {
    display: block;
    width: 100%;
    height: 100%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .car_img {
      width: 130px;
      height: 130px; } }

.car_title {
  height: 150px; }
  .car_title h5 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #334646;
    font: normal 14px "Fjalla One"; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .car_title {
      height: 130px; } }

#content_left.references_content {
  padding-bottom: 36px; }

.references_content h3 {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  padding-top: 18px;
  padding-bottom: 24px; }

.gallery {
  width: 100%;
  float: left; }
  .gallery .gallery-item {
    float: left;
    width: 11%;
    min-width: 100px;
    height: auto;
    margin-left: 2%;
    margin-right: 1%;
    margin-bottom: 3%; }
    .gallery .gallery-item img {
      width: 100%;
      height: auto;
      border: 1px solid #ccc; }
    .gallery .gallery-item dd {
      display: none; }

#cboxCurrent {
  font-family: "Open sans"; }

#plans {
  float: left;
  background: url("pics/service_cross.fw.png") 5px bottom no-repeat;
  padding-bottom: 18px; }
  #plans p {
    width: 50%;
    float: left;
    margin-top: 8px;
    padding-left: 80px;
    padding-bottom: 30px; }
    #plans p a {
      width: 100%;
      font: normal 20px "Open sans";
      color: #334646;
      text-decoration: none; }
    #plans p a:hover {
      color: #e60000;
      -webkit-transition: color 300ms linear;
      -moz-transition: color 300ms linear;
      -o-transition: color 300ms linear;
      -ms-transition: color 300ms linear;
      transition: color 300ms linear; }
    @media (max-width: 767px) {
      #plans p {
        width: 80%;
        margin-left: 10%;
        background-image: none;
        padding: 0 0 8px 0;
        text-align: center; } }

/**********************************************************

contacts_page

************************************************************/
#contacts h3 {
  margin-top: 24px;
  margin-bottom: 36px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #contacts h3 {
      margin-top: 0;
      margin-bottom: 18px; } }

#map {
  margin-top: 24px;
  padding: 0px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #map {
      margin-top: 0px;
      margin-bottom: 36px; } }

#map iframe {
  height: 300px;
  width: 100%;
  border: 0;
  background-color: #e3e3e3; }
  @media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1599px), (min-width: 1600px) {
    #map iframe {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      /* Firefox 10+ */
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(99%);
      /* Chrome 19+ & Safari 6+ */
      -webkit-backface-visibility: hidden;
      /* Fix for transition flickering */ } }

/********************************************************

slicknav

*********************************************************/
.slicknav_menu {
  position: fixed;
  z-index: 99;
  right: 0px;
  display: none;
  background-color: transparent;
  background: #333 url("pics/dark_bgd.fw.png") 0 0 repeat;
  padding-left: 0px;
  padding-right: 0px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .slicknav_menu {
      display: block;
      width: 30%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .slicknav_menu {
      display: block;
      width: 30%; } }
  @media (max-width: 767px) {
    .slicknav_menu {
      width: 50%;
      max-width: 200px;
      display: block; } }
  .slicknav_menu .lang_sel_list_horizontal a.lang_sel_sel {
    display: none; }
  .slicknav_menu .menu-header {
    width: 100%;
    padding-bottom: 0px; }
  .slicknav_menu .menu {
    margin: 0px; }
  .slicknav_menu .language_selector {
    padding-bottom: 18px; }
  .slicknav_menu .language_selector ul li,
  .slicknav_menu .menu-header .menu li {
    font: normal 14px "Open sans";
    width: 100%;
    text-transform: uppercase; }
    .slicknav_menu .language_selector ul li a,
    .slicknav_menu .menu-header .menu li a {
      width: 100%;
      text-align: center;
      padding: 18px 0 6px 0;
      border-bottom: 0px solid #fff;
      margin: 0px; }
    @media (max-width: 767px) {
      .slicknav_menu .language_selector ul li,
      .slicknav_menu .menu-header .menu li {
        font-size: 12px; } }
  .slicknav_menu .language_selector ul li a:hover,
  .slicknav_menu .menu-header .menu li a:hover {
    background-color: transparent;
    border-radius: 0px;
    color: #C30000; }
  @media (min-width: 768px) and (max-width: 991px) {
    .slicknav_menu .slicknav_nav .menu-header {
      float: left; } }
  .slicknav_menu .slicknav_btn {
    background-color: transparent;
    position: relative;
    z-index: 10; }
  .slicknav_menu .slicknav_menutxt {
    font: normal 14px "Open sans";
    text-shadow: none; }

.home .slicknav_menu {
  width: 100%;
  position: fixed;
  background: url("pics/dark_bgd.fw.png") 0 0 repeat;
  max-width: 100%;
  padding: 0px; }
  .home .slicknav_menu .menu-header {
    padding-bottom: 0; }
  .home .slicknav_menu .language_selector ul,
  .home .slicknav_menu .menu {
    background-color: #111;
    padding-bottom: 0px; }
  .home .slicknav_menu .language_selector li a {
    padding-bottom: 18px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .home .slicknav_menu {
      display: none; } }

.slicknav_nav ul {
  margin: 0 0 0 0; }

.szechenyi_2020,
.szechenyi_2020_2 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 170px; }
  @media (max-width: 767px) {
    .szechenyi_2020,
    .szechenyi_2020_2 {
      height: 150px; } }
  .szechenyi_2020 img,
  .szechenyi_2020_2 img {
    display: block;
    width: auto;
    height: 100%; }
  .szechenyi_2020 a,
  .szechenyi_2020_2 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 3;
    text-decoration: none;
    border-radius: 3px; }
    .szechenyi_2020 a:hover,
    .szechenyi_2020_2 a:hover {
      background-color: #333 s; }
    .szechenyi_2020 a.emva,
    .szechenyi_2020_2 a.emva {
      right: 25px; }
    .szechenyi_2020 a.efop,
    .szechenyi_2020_2 a.efop {
      right: 145px; }
    .szechenyi_2020 a.ginop,
    .szechenyi_2020_2 a.ginop {
      right: 83px; }

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