/* 
    Document   : style
    Created on : 2014.08.29., 15:53:07
    Author     : Schumacher Zsolt
    Description:
        Purpose of the stylesheet follows.
*/
/* =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; }

/* 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: "Gotham Rounded Medium";
  src: url("fonts/gothamrounded-medium.eot");
  src: url("fonts/gothamrounded-medium.eot%3F") format("embedded-opentype"), url("fonts/gothamrounded-medium.woff") format("woff"), url("fonts/gothamrounded-medium.ttf") format("truetype"), url("fonts/gothamrounded-medium.svg") format("svg");
  font-weight: 500;
  font-style: "normal"; }
@font-face {
  font-family: "Averta Demo PE Cutted Demo ";
  src: url("fonts/averta-regular-webfont.eot");
  src: url("fonts/averta-regular-webfont.eot%3F") format("embedded-opentype"), url("fonts/averta-regular-webfont.woff") format("woff"), url("fonts/averta-regular-webfont.ttf") format("truetype"), url("fonts/averta-regular-webfont.svg") format("svg");
  font-weight: 500;
  font-style: "normal"; }
html, body {
  display: block;
  width: 100%;
  height: 100%; }

.no_padding {
  padding-left: 0;
  padding-right: 0; }

.no_padding_left {
  padding-left: 0; }

.no_padding_right {
  padding-right: 0; }

.sidebar_nav {
  width: 55px;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 5;
  background: url(pics/bgd_white.fw.webp) 0 0 repeat;
  border-right: 1px solid #eee; }
  .sidebar_nav_inner {
    width: 200px;
    height: 400px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar_element {
  float: left;
  width: 100%;
  display: block;
  margin: 5px 0;
  cursor: pointer; }

.sidebar_logo {
  width: 55px;
  height: 45px;
  float: left;
  padding: 6px; }
  .sidebar_logo img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto; }

.sidebar_element_title {
  float: left;
  height: 45px;
  background-color: #fff;
  padding: 0 10px;
  display: none;
  border-radius: 0 5px 5px 0; }
  .sidebar_element_title 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%);
    color: #00A7E1;
    font: 500 15px "Gotham Rounded Medium"; }

.sidebar_element:hover .sidebar_logo {
  background-color: #fff; }
.sidebar_element:hover .sidebar_element_title {
  display: block; }

.header {
  position: fixed;
  top: 0;
  z-index: 3;
  height: 60px;
  width: 100%;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s; }
  .header_inner {
    height: 100%;
    padding: 0 100px; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      .header_inner {
        padding: 0 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header_inner {
        padding: 0 0 0 100px; } }
    .header_inner img {
      display: block;
      height: 30px;
      width: auto; }
  .header_left {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header_right {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px; }
    .header_right .social {
      float: right; }
    .header_right a {
      display: inline-block;
      width: 35px;
      height: 35px;
      padding: 6px;
      border: 1px solid #fff;
      border-radius: 5px;
      margin-left: 15px;
      -webkit-transition: all 500ms ease 0s;
      -moz-transition: all 500ms ease 0s;
      -ms-transition: all 500ms ease 0s;
      -o-transition: all 500ms ease 0s;
      transition: all 500ms ease 0s;
      background-color: #fff; }
      .header_right a img {
        display: block;
        width: 100%;
        height: auto; }
      .header_right a:hover {
        background-color: #D1EFFA;
        border: 1px solid #D1EFFA; }

.header.active {
  background-color: #fff;
  border-bottom: 1px solid #eee; }
  .header.active .header_right a {
    border: 1px solid #D1EFFA; }

.cta_btn {
  display: block;
  width: 220px;
  padding: 10px 0;
  text-align: center;
  border-radius: 30px;
  font: 400 16px "Gotham Rounded Medium";
  color: #00A7E1;
  border: 1px solid #00A7E1;
  cursor: pointer;
  text-decoration: none; }
  .cta_btn:hover {
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    background-color: #00A7E1;
    color: #fff;
    text-decoration: none; }
  @media (min-width: 1367px) {
    .cta_btn {
      font-size: 20px;
      width: 260px; } }

.hero {
  position: relative;
  height: 100%;
  background: url("pics/hero5.webp") 100% 50% no-repeat;
  background-size: 60% auto;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .hero {
      background-image: none;
      height: 500px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero {
      height: 500px;
      background: url("pics/hero5.webp") 120% 50% no-repeat;
      background-size: 70% auto; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hero {
      height: 600px;
      background: url("pics/hero5.webp") 140% 50% no-repeat;
      background-size: 70% auto; } }
  .hero_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top right, #00A7E1 20%, transparent 80%);
    opacity: 0.2; }
  .hero_inner {
    height: 100%; }
  .hero_left {
    padding: 140px 0 70px 113px;
    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) {
      .hero_left {
        padding: 80px 15px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero_left {
        padding: 60px 30px 0; } }
    .hero_left img {
      width: 80%;
      max-width: 600px;
      height: auto; }
      @media (max-width: 767px) {
        .hero_left img {
          display: block;
          margin: 0 auto;
          max-width: 320px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .hero_left img {
          max-width: 400px; } }
    .hero_left h1 {
      display: block;
      font: 500 32px "Gotham Rounded Medium";
      color: #00A7E1;
      width: 100%;
      margin: 25px 0; }
      @media (min-width: 1200px) and (max-width: 1366px) {
        .hero_left h1 {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .hero_left h1 {
          font-size: 28px;
          text-align: center; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .hero_left h1 {
          font-size: 28px; } }
  .hero .cta_btn {
    display: inline-block;
    margin-right: 15px;
    width: auto;
    padding: 7px 30px;
    font-size: 16px; }
    @media (max-width: 767px) {
      .hero .cta_btn {
        display: block;
        width: 200px;
        margin: 0 auto 10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero .cta_btn {
        padding: 7px 15px;
        font-size: 15px; } }

.content_block {
  padding: 70px 110px;
  height: 80%; }
  .content_block_inner {
    height: 100%; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .content_block {
      padding: 40px 15px;
      height: auto;
      border-bottom: 1px solid #D1EFFA; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .content_block {
      padding: 40px 15px 40px 110px;
      height: 480px; } }
  .content_block_text {
    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) {
      .content_block_text {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        margin-bottom: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .content_block_text {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .content_block_text {
        padding-right: 30px; } }
  .content_block .block_text_right {
    padding-left: 110px; }
    @media (max-width: 767px) {
      .content_block .block_text_right {
        padding-left: 0px;
        margin-bottom: 0px;
        margin-top: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .content_block .block_text_right {
        padding-left: 15px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .content_block .block_text_right {
        padding-left: 30px;
        padding-right: 0; } }
  .content_block h2 {
    font: 400 36px "Gotham Rounded Medium";
    color: #00A7E1;
    margin-bottom: 15px; }
    @media (min-width: 1367px) {
      .content_block h2 {
        font-size: 44px; } }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      .content_block h2 {
        font-size: 28px; } }
  .content_block h4 {
    font: 400 22px "Gotham Rounded Medium";
    color: #00A7E1;
    margin-bottom: 15px; }
  .content_block p {
    font: 500 17px "Averta Demo PE Cutted Demo ";
    line-height: 1.6em;
    margin-bottom: 15px;
    color: #555;
    max-width: 500px;
    padding-left: 1px; }
    @media (min-width: 1367px) {
      .content_block p {
        font-size: 20px; } }
  .content_block ul {
    padding-left: 17px; }
    .content_block ul li {
      font: 500 17px "Averta Demo PE Cutted Demo ";
      line-height: 1.6em;
      margin-bottom: 10px;
      color: #555;
      max-width: 500px;
      padding-left: 1px;
      color: #00A7E1;
      list-style-type: square; }
      .content_block ul li span {
        color: #555; }
      @media (min-width: 1367px) {
        .content_block ul li {
          font-size: 20px; } }
  .content_block .cta_btn {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .content_block .cta_btn {
        margin-top: 15px; } }
    @media (min-width: 1367px) {
      .content_block .cta_btn {
        font-size: 20px; } }
  .content_block_image {
    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) {
      .content_block_image {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); } }
    .content_block_image img {
      display: block;
      width: 100%;
      height: auto; }

.gallery_inner {
  padding: 70px 95px;
  background-image: linear-gradient(to bottom right, #D1EFFA 20%, transparent 80%); }
  @media (max-width: 767px) {
    .gallery_inner {
      padding: 25px 0px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .gallery_inner {
      padding: 25px 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gallery_inner {
      padding: 40px 0 40px 95px; } }

@media (max-width: 767px) {
  .gallery_element {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    float: none; } }
.gallery_element img {
  display: block;
  width: 100%;
  height: auto;
  margin: 15px 0;
  border: 1px solid #D1EFFA;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s; }
  .gallery_element img:hover {
    border: 1px solid #00A7E1; }

#content2 {
  background-image: linear-gradient(to bottom right, transparent 20%, #D1EFFA 80%); }

#content5 {
  background: #000 url(pics/kompetenciaink2.fw.webp) 0% 0% no-repeat;
  background-size: 50% auto;
  height: 70%;
  min-height: 600px; }
  @media (max-width: 767px) {
    #content5 {
      height: auto;
      min-height: auto;
      padding-top: 0;
      padding-bottom: 280px;
      background: #000 url(pics/kompetenciaink2.fw.webp) 0% 100% no-repeat;
      background-size: auto 230px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #content5 {
      height: auto;
      min-height: auto;
      background: #000 url(pics/kompetenciaink_sm.fw.webp) 0% 0% no-repeat;
      background-size: 50% auto; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #content5 {
      min-height: 500px;
      background: #000 url(pics/kompetenciaink_sm.fw.webp) 0% 0% no-repeat;
      background-size: 50% auto; } }
  #content5 p, #content5 li span {
    color: #ddd; }

.separator {
  height: 50%;
  background: url(pics/separator.webp) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .separator {
      height: 250px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .separator {
      height: 300px; } }

.contact {
  height: 70%;
  min-height: 600px;
/*  background: url(pics/map.fw.webp) 100% 100% no-repeat;*/
  background-size: auto auto;
  background-attachment: fixed;
  position: relative; }
  .contact .content_block_text {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
  .contact p {
    font-size: 18px; }
    .contact p a {
      color: #00A7E1; }
    .contact p span {
      color: #00A7E1; }
    .contact p:last-of-type {
      margin-bottom: 0; }
  @media (max-width: 767px) {
    .contact {
      height: auto;
      min-height: none;
      background-image: none;
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .contact {
      height: auto;
      min-height: auto;
/*      background: url(pics/map_sm.fw.webp) 100% 0% no-repeat;*/
      background-size: 50% auto; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .contact {
      height: auto;
      min-height: auto;
/*      background: url(pics/map_sm.fw.webp) 100% 50% no-repeat;*/
      background-size: 50% auto; } }
  @media (min-width: 1200px) and (max-width: 1366px) {
    .contact {
      height: auto;
      min-height: auto;
/*      background: url(pics/map.fw.webp) 50% 50% no-repeat;*/
      background-size: cover; } }

@media (max-width: 767px) {
  #contact_text {
    padding: 40px 15px 20px;
    margin-bottom: 0; } }

#map {
  position: relative;
  height: 100%; }
  @media (max-width: 767px) {
    #map {
      height: 270px;
 /*     background: url(pics/map_xs.fw.webp) 50% 100% no-repeat;*/
      background-size: auto 270px;
      margin-bottom: 0;
      padding: 15px 15px 0; } }

.map_open {
  position: absolute;
  left: calc(50% + 15px);
  bottom: 40px;
  background-color: #00A7E1;
  color: #fff; }
  .map_open:hover {
    background-color: #000;
    border: 1px solid #000; }
  .map_open:active {
    color: #fff;
    text-decoration: none; }
  @media (max-width: 767px) {
    .map_open {
      left: 15px;
      bottom: 15px; } }

.ask_for_offer {
  padding: 50px 110px;
  background-color: #00A7E1; }
  @media (max-width: 767px) {
    .ask_for_offer {
      padding: 40px 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ask_for_offer {
      padding: 40px 60px 40px 110px; } }
  .ask_for_offer h2 {
    font: 400 36px "Gotham Rounded Medium";
    color: #fff;
    margin-bottom: 15px;
    text-align: center; }
    @media (max-width: 767px) {
      .ask_for_offer h2 {
        font-size: 28px; } }
    @media (min-width: 1367px) {
      .ask_for_offer h2 {
        font-size: 44px; } }

@media (max-width: 767px) {
  form div {
    padding: 0 !important; } }

input,
textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #CBC5C2;
  font-size: 18px;
  font: 500 14px "Averta Demo PE Cutted Demo "; }
  input:focus,
  textarea:focus {
    border-color: #00A7E1; }
  @media (min-width: 992px) and (max-width: 1199px) {
    input,
    textarea {
      padding: 8px;
      font-size: 15px; } }

textarea {
  height: 155px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    textarea {
      margin-bottom: 15px;
      height: 150px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    textarea {
      height: 200px; } }

input[type="checkbox"] {
  width: 14px !important;
  height: 14px !important;
  display: block;
  margin-top: 2px; }

input[type="submit"] {
  display: block;
  background-color: #00A7E1;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 250px;
  color: #fff;
  font: 500 18px "Averta Demo PE Cutted Demo ";
  padding: 10px 10px 10px;
  margin: 0 auto;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s; }
  @media (max-width: 767px) {
    input[type="submit"] {
      float: left; } }
  input[type="submit"]:hover {
    background-color: #fff;
    color: #00A7E1;
    border-color: #fff; }

.acceptance {
  color: #fff;
  margin-bottom: 20px;
  font: 500 16px "Averta Demo PE Cutted Demo "; }
  @media (min-width: 768px) and (max-width: 991px) {
    .acceptance {
      margin-bottom: 15px; } }
  .acceptance input {
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    width: 15px;
    height: 15px; }
  .acceptance a {
    color: #D1EFFA;
    text-decoration: underline; }
    .acceptance a:hover {
      color: #ccc; }

.footer {
  padding: 30px 110px;
  background-color: #222; }
  @media (max-width: 767px) {
    .footer {
      padding: 30px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer {
      padding: 30px 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer {
      padding: 30px 15px 30px 110px; } }
  .footer_logo img {
    display: block;
    height: 30px;
    width: auto; }
    @media (max-width: 767px) {
      .footer_logo img {
        margin: 0 auto 30px; } }
  .footer_signo {
    height: 30px; }
    @media (max-width: 767px) {
      .footer_signo {
        height: auto; } }
  .footer p {
    display: block;
    font: 300 13px "Gotham Rounded Medium";
    color: #fff;
    text-align: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .footer p a {
      color: #fff; }
    @media (max-width: 767px) {
      .footer p {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        text-align: center;
        line-height: 1.8em; } }
    @media (min-width: 1367px) {
      .footer p {
        font-size: 16px; } }

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