@charset "UTF-8";
/*
Theme Name: Helix theme
Theme URI: 
Author: Zsolt Schumacher
Author URI: http://schumacherzsolt.com
Description: Helix Consulting wordpress theme.
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: "Oxygen";
  src: url("fonts/oxygen-regular-webfont.eot");
  src: url("fonts/oxygen-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/oxygen-regular-webfont.woff") format("woff"), url("fonts/oxygen-regular-webfont.ttf") format("truetype"), url("fonts/oxygen-regular-webfont.svg#Oxygen") format("svg");
  font-weight: 400;
  font-style: "normal"; }
@font-face {
  font-family: "Oxygen";
  src: url("fonts/oxygen-bold-webfont.eot");
  src: url("fonts/oxygen-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/oxygen-bold-webfont.woff") format("woff"), url("fonts/oxygen-bold-webfont.ttf") format("truetype"), url("fonts/oxygen-bold-webfont.svg#Oxygen") format("svg");
  font-weight: 600;
  font-style: "normal"; }
@font-face {
  font-family: "Source sans pro";
  src: url("fonts/source_sans_pro_regular.eot");
  src: url("fonts/source_sans_pro_regular.eot?#iefix") format("embedded-opentype"), url("fonts/source_sans_pro_regular.woff") format("woff"), url("fonts/source_sans_pro_regular.ttf") format("truetype"), url("fonts/source_sans_pro_regular.svg#Source sans pro") format("svg");
  font-weight: 500;
  font-style: "normal"; }
@font-face {
  font-family: "Source sans pro";
  src: url("fonts/source_sans_pro_semibold.eot");
  src: url("fonts/source_sans_pro_semibold.eot?#iefix") format("embedded-opentype"), url("fonts/source_sans_pro_semibold.woff") format("woff"), url("fonts/source_sans_pro_semibold.ttf") format("truetype"), url("fonts/source_sans_pro_semibold.svg#Source sans pro") format("svg");
  font-weight: 600;
  font-style: "normal"; }
@font-face {
  font-family: "Source sans pro";
  src: url("fonts/sourcesanspro-bold.eot");
  src: url("fonts/sourcesanspro-bold.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-bold.woff") format("woff"), url("fonts/sourcesanspro-bold.ttf") format("truetype"), url("fonts/sourcesanspro-bold.svg#Source sans pro") format("svg");
  font-weight: 700;
  font-style: "normal"; }
@font-face {
  font-family: "Source sans pro";
  src: url("fonts/sourcesanspro-black.eot");
  src: url("fonts/sourcesanspro-black.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-black.woff") format("woff"), url("fonts/sourcesanspro-black.ttf") format("truetype"), url("fonts/sourcesanspro-black.svg#Source sans pro") format("svg");
  font-weight: 900;
  font-style: "normal"; }
/*******************************************************************************
mixins, fonts, color variables
*******************************************************************************/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  animation-name: pulse; }

#loader {
  display: block;
  position: relative;
  left: 49%;
  top: 49%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  z-index: 1001;
  background: url("pics/logo_big.fw.png") 50% 50% no-repeat;
  background-size: contain; }

.animated {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out; }

#loader-wrapper .loader-section.section-top {
  top: 0;
  background-color: #fff; }

#loader-wrapper .loader-section.section-bottom {
  bottom: 0;
  background-color: #fff; }

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-top {
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }

.loaded #loader-wrapper .loader-section.section-bottom {
  -webkit-transform: translateY(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(100%);
  /* IE 9 */
  transform: translateY(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.5s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.5s 1s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.5s 1s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }

html, body {
  height: 100%; }

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

.no_padding_left {
  padding-left: 0px; }

.no_padding_right {
  padding-right: 0px; }

#masthead {
  position: fixed;
  z-index: 5;
  width: 50px;
  float: left;
  height: 100%;
  border-right: 1px solid #d5b773; }

#nav_btn {
  position: relative;
  width: 49px;
  height: 50px;
  background-color: #d5b773;
  cursor: pointer; }

.nav_stick {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  height: 1px;
  background-color: #fff; }

#nav_btn:hover .nav_stick {
  background-color: #fff; }

#nav_stick1 {
  top: 40%; }

#nav_stick3 {
  top: 60%; }

.nav_opened #nav_stick1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%; }

.nav_opened #nav_stick2 {
  display: none; }

.nav_opened #nav_stick3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%; }

#sidebar_menu {
  height: 300px;
  width: 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

#nav_main {
  position: fixed;
  left: 50px;
  top: 50px;
  z-index: 6;
  background-color: #d5b773;
  -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; }

#nav_main.closed {
  width: 0;
  height: 0;
  overflow: hidden; }

#nav_main.opened {
  height: calc(100% - 50px);
  width: calc(100% - 50px); }

#nav_main .menu-main_hu-container,
#nav_main .menu-main_hu-angol-container {
  height: 100%; }

#nav_main .menu {
  display: block;
  width: 100%;
  z-index: 6;
  position: relative;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  #nav_main .menu li a {
    display: block;
    max-width: 500px;
    color: #fff;
    font: 600 28px "Source sans pro";
    text-transform: uppercase;
    text-align: center;
    margin: 5px auto 5px;
    height: 40px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  #nav_main .menu li a:hover {
    color: #fff;
    font-size: 30px; }
  #nav_main .menu .current-page-ancestor a {
    color: #002B5F; }
  #nav_main .menu .current-menu-item a {
    color: #002B5F; }

.slicknav_menu {
  background: #fff;
  position: fixed;
  top: 0px;
  right: 0;
  width: 40%;
  z-index: 7;
  padding: 3px 0 0 0; }
  @media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1366px), (min-width: 1367px) {
    .slicknav_menu {
      display: none; } }

.slicknav_nav {
  position: fixed;
  top: 50px;
  right: 0;
  background: #d5b773;
  width: 100%;
  padding: 36px 0 36px 0;
  border-bottom: 2px solid #d5b773; }

.slicknav_nav a {
  color: #fff;
  font: 700 18px "Source sans pro";
  text-transform: uppercase; }

.slicknav_btn {
  float: right;
  background-color: #d5b773;
  border-radius: 4px;
  margin: 5px 5px 6px;
  text-decoration: none; }

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: none;
  font-family: "Source sans pro"; }

.slicknav_menu .slicknav_icon-bar {
  box-shadow: none; }

.sidebar_element {
  height: 50px;
  width: 170px;
  cursor: pointer; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sidebar_element {
      width: 53px; } }
  .sidebar_element .sidebar_logo,
  .sidebar_element .sidebar_element_title {
    float: left;
    height: 50px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sidebar_element_title {
      display: none; } }

.sidebar_logo {
  width: 53px;
  background: url(pics/sidebar_icons.fw.png) 50% 12px no-repeat;
  border-right: 3px solid transparent; }

#sidebar_back {
  width: 53px;
  height: calc(100% - 50px); }

#sidebar_back .sidebar_logo {
  background: none;
  height: 100%; }

#sidebar_back .logo_link {
  display: block;
  width: 49px;
  height: 100%;
  color: #d5b773;
  font-size: 40px; }
  #sidebar_back .logo_link i {
    width: 100%;
    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%); }

#sidebar_back .logo_link:hover {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: #002B5F; }

.sidebar_element:hover .sidebar_logo,
.sidebar_element.active:hover .sidebar_logo {
  border-right: 3px solid #bbb; }
.sidebar_element:hover .sidebar_back_logo,
.sidebar_element.active:hover .sidebar_back_logo {
  border: none; }
.sidebar_element:hover .sidebar_element_title a,
.sidebar_element.active:hover .sidebar_element_title a {
  text-decoration: none;
  width: 100%;
  height: 100%; }
.sidebar_element:hover .sidebar_element_title span,
.sidebar_element.active:hover .sidebar_element_title span {
  display: block; }

.sidebar_element.active .sidebar_logo {
  border-right: 3px solid #d5b773;
  background: url(pics/sidebar_icons_active2.fw.png) 50% 0 no-repeat; }
.sidebar_element.active .sidebar_element_title span {
  color: #d5b773;
  display: block; }

#sidebar_logo1 {
  background-position: 50% 12px; }

#sidebar_logo2 {
  background-position: 50% -50px; }

#sidebar_logo3 {
  background-position: 50% -116px; }

#sidebar_logo4 {
  background-position: 50% -228px; }

#sidebar_logo5 {
  background-position: 50% -285px; }

#sidebar_logo7 {
  background-position: 50% -340px; }

#sidebar_logo6 {
  background-position: 50% -174px; }

.sidebar_element_title span {
  display: none;
  padding-left: 10px;
  font: 600 13px "Source sans pro";
  color: #bbb;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 1367px) {
    .sidebar_element_title span {
      font-size: 14px; } }

#hero {
  position: relative;
  height: 100%;
  background: url(pics/bgd2.jpg) 50% 70% no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #hero {
      background: url(pics/bgd2_sm.jpg) 50% 50% no-repeat;
      height: 500px;
      min-height: 0; } }
  @media (min-width: 1367px) {
    #hero {
      min-height: 800px; } }

#scroll_header_index,
#scroll_header {
  position: fixed;
  height: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 4;
  -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;
  overflow: hidden; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #scroll_header_index,
    #scroll_header {
      -webkit-transition: all 0s ease;
      -moz-transition: all 0s ease;
      -ms-transition: all 0s ease;
      -o-transition: all 0s ease;
      transition: all 0s ease;
      height: 50px; } }

#scroll_header_index.expand,
#scroll_header.expand {
  height: 50px;
  border-bottom: 1px solid #d5b773; }

#scroll_header_left {
  margin-left: 55px; }
  #scroll_header_left h2 a {
    margin: 4px 0 0 10px;
    float: left;
    color: #002B5F;
    font: bold 16px "Oxygen";
    text-decoration: none; }
  @media (max-width: 767px) {
    #scroll_header_left {
      margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #scroll_header_left {
      margin-left: 10px; } }

#scroll_header_logo {
  float: left;
  width: 50px;
  height: 50px;
  background: url(pics/logo.fw.png) 50% 50% no-repeat;
  background-size: 40px 40px; }
  #scroll_header_logo a {
    display: block;
    height: 100%;
    width: 100%; }

.social_btns {
  display: block;
  position: fixed;
  right: 0;
  width: 200px;
  height: 50px;
  z-index: 7; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .social_btns {
      position: fixed;
      bottom: 0; } }

.social_btn,
.wpml-ls-legacy-list-horizontal {
  height: 50px;
  width: 50px;
  float: right;
  display: block;
  color: #fff; }
  .social_btn i,
  .wpml-ls-legacy-list-horizontal i {
    padding-top: 10px;
    font-size: 30px;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%; }

.search_icon {
  background-color: #fff;
  border: 1px solid #d5b773;
  border-right: 0;
  color: #d5b773;
  cursor: pointer; }

.wpml-ls-legacy-list-horizontal {
  clear: none !important;
  background-color: #fff;
  border-left: 1px solid #d5b773 !important;
  border-bottom: 1px solid #d5b773 !important; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .wpml-ls-legacy-list-horizontal {
      border-top: 1px solid #d5b773 !important; } }
  .wpml-ls-legacy-list-horizontal li {
    width: 100%; }
  .wpml-ls-legacy-list-horizontal a {
    padding: 5px !important;
    display: block;
    width: 100%;
    text-align: center;
    color: #d5b773;
    text-decoration: none;
    font: 700 22px "Source sans pro"; }
    .wpml-ls-legacy-list-horizontal a:hover {
      color: #002B5F; }

.social_btn:hover,
.social_btn:active,
.social_btn:visited {
  text-decoration: none;
  color: #fff; }

.search_icon:hover {
  color: #002B5F; }

.search_form {
  position: fixed;
  top: 0;
  right: 200px;
  z-index: 6;
  width: 0px;
  overflow: hidden;
  height: 49px;
  background-color: #000;
  -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), (min-width: 768px) and (max-width: 991px) {
    .search_form {
      right: 0;
      top: 50px; } }
  .search_form.opened {
    width: 300px; }
  .search_form form {
    margin: 13px 22px;
    width: 300px; }

input.s {
  background-color: #000;
  border: none;
  border-bottom: 1px solid #d5b773;
  font: 500 16px "Source sans pro";
  color: #fff; }
  input.s:focus {
    border-bottom: 1px solid #fff; }

.searchsubmit {
  background-color: #d5b773;
  font: 500 16px "Source sans pro";
  border: none;
  border-radius: 3px;
  color: #000;
  margin-left: 10px;
  padding: 2px 5px; }
  .searchsubmit:hover {
    background-color: #fff; }

.social_facebook {
  background-color: #002B5F; }

.social_linkedin {
  background-color: #d5b773; }

/*-----------------------------------------------------------------------

prize_link

-----------------------------------------------------------------------*/
#prize_link {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 40%;
  cursor: pointer; }

#enterprise_link {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 30%;
  cursor: pointer; }
  @media (max-width: 767px) {
    #enterprise_link {
      top: 50px; } }

#registration_banner {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 60%;
  cursor: pointer;
  width: 150px; }
  @media (max-width: 767px) {
    #registration_banner {
      top: 50px; } }
  #registration_banner img {
    display: block;
    width: 100%;
    height: auto; }

#prize_icon {
  width: 50px;
  height: 130px;
  background: url("pics/constantinus.png") 50% 50% no-repeat;
  float: left;
  border-top: 1px solid #d5b773;
  border-left: 1px solid #d5b773;
  border-bottom: 1px solid #d5b773; }

#enterprise_title,
#prize_title {
  width: 0;
  height: 130px;
  float: left;
  border-top: 1px solid #d5b773;
  border-left: 1px solid #d5b773;
  border-bottom: 1px solid #d5b773;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -ms-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  overflow: hidden; }
  @media (min-width: 1367px) {
    #enterprise_title,
    #prize_title {
      width: 150px; } }
  #enterprise_title a,
  #prize_title a {
    text-transform: uppercase;
    width: 150px;
    display: block;
    padding-left: 15px;
    text-decoration: none;
    font: 600 16px "Source sans pro";
    color: #d5b773;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

#enterprise_title {
  width: 200px;
  height: 60px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #enterprise_title {
      width: 120px; } }
  #enterprise_title a:hover {
    color: #fff; }

#prize_link:hover #prize_title {
  width: 150px; }
  @media (min-width: 1367px) {
    #prize_link:hover #prize_title {
      color: #fff; } }

#hero_top {
  z-index: 2;
  width: 100%;
  height: 90px;
  background: url(pics/hero_top_bgd.fw.png) 0 0 no-repeat;
  background-size: contain;
  position: fixed;
  top: 0px;
  left: 0; }
  @media (min-width: 1367px) {
    #hero_top {
      height: 140px; } }

#hero_bottom {
  z-index: 2;
  width: 100%;
  height: 90px;
  background: #eee;
  position: absolute;
  bottom: 0px;
  background: url(pics/hero_bottom_bgd.fw.png) 100% 100% no-repeat;
  background-size: contain;
  margin-top: -100px; }
  #hero_bottom .hero_scroll_btn {
    padding: 10px;
    font-size: 24px;
    position: absolute;
    bottom: 0px;
    right: 40px;
    color: #002B5F;
    float: right;
    cursor: pointer; }
    @media (min-width: 1367px) {
      #hero_bottom .hero_scroll_btn {
        font-size: 30px;
        bottom: 20px; } }
  #hero_bottom .hero_scroll_btn i {
    position: relative;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    -webkit-transition: 1.2s ease 0s normal none infinite jumping;
    -moz-transition: 1.2s ease 0s normal none infinite jumping;
    -ms-transition: 1.2s ease 0s normal none infinite jumping;
    -o-transition: 1.2s ease 0s normal none infinite jumping;
    animation: 1.2s ease 0s normal none infinite jumping; }
  #hero_bottom .hero_scroll_btn:hover i {
    color: #d5b773; }
  @media (min-width: 1367px) {
    #hero_bottom {
      height: 140px; } }

/* Standard syntax */
@keyframes jumping {
  0% {
    bottom: 20px; }
  25% {
    bottom: 15px; }
  50% {
    bottom: 10px; }
  75% {
    bottom: 15px; }
  100% {
    bottom: 20px; } }
#hero_content {
  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: 10%; }
  #hero_content #logo {
    width: 100%;
    height: 95px;
    background: url(pics/logo_big4.fw.png) 50% 50% no-repeat;
    background-size: contain; }
    @media (min-width: 1367px) {
      #hero_content #logo {
        height: 160px; } }
  #hero_content h1 {
    width: 100%;
    font: bold 65px "Oxygen";
    text-align: center;
    color: #fff;
    margin-top: 10px; }
    @media (max-width: 767px) {
      #hero_content h1 {
        font-size: 40px; } }
    @media (min-width: 1367px) {
      #hero_content h1 {
        font-size: 100px; } }
  #hero_content h2 {
    margin-top: 10px;
    width: 100%;
    font: 700 25px "Source sans pro";
    text-align: center;
    color: #d5b773;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      #hero_content h2 {
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      #hero_content h2 {
        font-size: 22px; } }
    @media (min-width: 1367px) {
      #hero_content h2 {
        font-size: 28px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #hero_content {
      padding-top: 5%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #hero_content {
      padding-top: 15%; } }
  @media (min-width: 1367px) {
    #hero_content {
      padding-top: 12%; } }

.stellar_wrapper {
  width: 100%;
  height: 100%; }

#quicklinks {
  margin-top: 54px; }
  @media (min-width: 1367px) {
    #quicklinks {
      margin-top: 72px; } }

.quicklink {
  padding: 0;
  height: 40px;
  cursor: pointer; }
  @media (min-width: 1367px) {
    .quicklink {
      height: 60px; } }

.quicklink span {
  font: 600 16px "Source sans pro";
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 14px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .quicklink span {
      font-size: 14px;
      padding-bottom: 24px; } }
  @media (min-width: 1367px) {
    .quicklink span {
      font-size: 20px;
      padding-bottom: 24px; } }

.quicklink span:after {
  -webkit-transition: width 500ms, left 500ms, right 500ms;
  -moz-transition: width 500ms, left 500ms, right 500ms;
  -ms-transition: width 500ms, left 500ms, right 500ms;
  -o-transition: width 500ms, left 500ms, right 500ms;
  transition: width 500ms, left 500ms, right 500ms;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 40%;
  border-top: 5px solid transparent;
  border-top-color: #d5b773; }
  @media (min-width: 1367px) {
    .quicklink span:after {
      width: 30%; } }

#quicklink2 span:after,
#quicklink4 span:after {
  position: absolute;
  left: 30%;
  bottom: 0px; }
  @media (min-width: 1367px) {
    #quicklink2 span:after,
    #quicklink4 span:after {
      left: 35%; } }

#quicklink3 span:after {
  position: absolute;
  left: 60%;
  bottom: 0px; }
  @media (min-width: 1367px) {
    #quicklink3 span:after {
      left: 70%; } }

#quicklink1:hover span:after {
  left: 0%;
  width: 50%; }

#quicklink2:hover span:after,
#quicklink4:hover span:after {
  left: 25%;
  width: 50%; }

#quicklink3:hover span:after {
  left: 50%;
  width: 50%; }

.quicklink span:hover {
  color: #fff;
  text-decoration: none; }

#quicklink2 span,
#quicklink4 span {
  text-align: center; }

#quicklink3 span {
  text-align: right; }

.block {
  position: relative;
  z-index: 3;
  min-height: 300px;
  padding: 0 0 0 0; }

.block_inner {
  padding: 60px 15px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .block_inner {
      padding: 30px 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .block_inner {
      padding: 45px 15px; } }
  @media (min-width: 1367px) {
    .block_inner {
      padding: 75px 15px 75px 30px; } }

/*#innovation {
  h2 {
    display: none;
  }
  @media (min-width: 1200px) and (max-width: 1366px){
    padding-left: 15px;
  }
}*/
.product {
  padding: 0 35px 15px; }
  @media (max-width: 767px) {
    .product {
      padding: 15px 0 15px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .product {
      padding: 15px 15px 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .product {
      padding: 0px 15px 15px; } }
  .product h3 {
    font: bold 36px "Oxygen";
    color: #002B5F;
    margin-bottom: 12px; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      .product h3 {
        font-size: 28px; } }
    @media (min-width: 1367px) {
      .product h3 {
        font-size: 46px; } }
  .product h4 {
    font: 600 20px "Source sans pro";
    color: #d5b773;
    min-height: 50px; }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      .product h4 {
        min-height: 50px;
        font-size: 18px; } }
    @media (min-width: 1367px) {
      .product h4 {
        font-size: 24px; } }
  .product .product_cover {
    width: 100%;
    height: 286px;
    margin-bottom: 18px; }
    .product .product_cover .product_cover_inner {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .product .product_cover .product_cover_inner a {
        width: 100%;
        height: 100%;
        display: block; }
      .product .product_cover .product_cover_inner a:hover {
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
        transform: scale(1.05); }
    .product .product_cover #product_cover1 a {
      background: url(pics/product_cover2.fw.png) 0% 50% no-repeat;
      background-size: contain; }
    .product .product_cover #product_cover2 a {
      background: url(pics/product_cover3.fw.png) 0% 50% no-repeat;
      background-size: contain; }
    @media (max-width: 767px) {
      .product .product_cover {
        height: 160px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      .product .product_cover {
        height: 200px; } }
    @media (min-width: 1367px) {
      .product .product_cover {
        height: 452px; } }
  .product p {
    font: 500 18px "Source sans pro";
    color: #002B5F;
    line-height: 1.5em;
    margin-bottom: 12px; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      .product p {
        font-size: 18px; } }
    @media (min-width: 1367px) {
      .product p {
        font-size: 22px; } }
  .product a {
    font: 700 20px "Source sans pro";
    color: #002B5F;
    float: right;
    text-decoration: none; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      .product a {
        float: left; } }
    @media (min-width: 1367px) {
      .product a {
        font-size: 24px; } }
  .product a:hover {
    color: #d5b773; }

#innovation,
#services,
#diagnostics {
  border-top: 1px solid #d5b773; }
  @media (min-width: 1200px) and (max-width: 1366px) {
    #innovation,
    #services,
    #diagnostics {
      padding-left: 15px; } }
  #innovation h2,
  #services h2,
  #diagnostics h2 {
    font: bold 46px "Oxygen";
    color: #d5b773;
    display: block;
    text-align: center;
    opacity: 0.9;
    margin-bottom: 18px; }
    #innovation h2 a,
    #services h2 a,
    #diagnostics h2 a {
      color: #d5b773;
      text-decoration: none; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      #innovation h2,
      #services h2,
      #diagnostics h2 {
        font-size: 36px;
        margin-bottom: 24px; } }
    @media (min-width: 1367px) {
      #innovation h2,
      #services h2,
      #diagnostics h2 {
        font-size: 60px; } }

.services_left {
  padding-right: 35px; }
  .services_left img {
    width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      .services_left img {
        margin-bottom: 15px; } }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
    .services_left {
      padding: 0; } }

.service_offer {
  padding-left: 35px; }
  @media (max-width: 767px) {
    .service_offer {
      padding-left: 0; } }

.service_offer p {
  font: 500 18px "Source sans pro";
  color: #002B5F;
  line-height: 1.5em;
  text-align: left;
  display: block; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .service_offer p {
      font-size: 16px;
      padding-bottom: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .service_offer p {
      padding: 0 0 18px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .service_offer p {
      font-size: 16px; } }
  @media (min-width: 1367px) {
    .service_offer p {
      font-size: 18px;
      margin-top: 30px; } }

.service_offer a {
  margin: 40px 0 18px;
  color: #fff;
  background-color: #002B5F;
  font: 700 22px "Source sans pro";
  border-radius: 5px;
  padding-left: 20px;
  display: block;
  padding: 7px;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 300px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .service_offer a {
      margin: 0 0 15px;
      font-size: 20px;
      width: 250px; } }

.service_offer a:hover {
  background-color: #d5b773; }

.block_continue a {
  margin: 18px auto 18px;
  color: #002B5F;
  background-color: #d5b773;
  font: 700 22px "Source sans pro";
  border-radius: 5px;
  padding-left: 20px;
  display: block;
  padding: 7px;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 300px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .block_continue a {
      margin: 0 0 15px;
      font-size: 20px;
      width: 250px; } }
  .block_continue a:hover {
    background-color: #fff;
    color: #d5b773; }

#case_studies,
#blog {
  background: url(pics/bgd4.jpg) 0% 30% no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0; }
  #case_studies .block_inner,
  #blog .block_inner {
    padding-left: 30px; }
    @media (max-width: 767px) {
      #case_studies .block_inner,
      #blog .block_inner {
        padding-left: 15px; } }
  #case_studies h2,
  #blog h2 {
    font: bold 46px "Oxygen";
    color: #d5b773;
    display: block;
    text-align: center;
    opacity: 0.9;
    margin-bottom: 36px; }
    #case_studies h2 a,
    #blog h2 a {
      color: #d5b773;
      text-decoration: none; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      #case_studies h2,
      #blog h2 {
        font-size: 36px; } }
    @media (min-width: 1367px) {
      #case_studies h2,
      #blog h2 {
        font-size: 60px;
        margin-bottom: 36px; } }
  #case_studies .continue,
  #blog .continue {
    font: 700 18px "Source sans pro";
    color: #d5b773;
    margin-bottom: 18px; }
  @media (max-width: 767px) {
    #case_studies,
    #blog {
      background: #002B5F none; } }

.case_study {
  padding: 0 15px 30px 30px; }
  @media (max-width: 767px) {
    .case_study {
      padding: 0 0 45px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .case_study {
      padding: 0 15px 45px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .case_study {
      padding: 0 30px 45px 15px; } }

@media (max-width: 767px) {
  .case_study:last-of-type {
    padding: 0 0 15px 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .case_study:last-of-type {
    padding: 0 15px 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .case_study:last-of-type {
    padding: 0 30px 15px 15px; } }

@media (max-width: 767px) {
  .page-template-page-study-lister #case_studies {
    margin-bottom: 36px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-study-lister #case_studies .block_inner {
    padding: 45px 15px 30px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-page-study-lister #case_studies .block_inner {
    padding: 60px 15px 45px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-study-lister #case_studies .case_study {
    padding: 0 30px 45px 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-page-study-lister #case_studies .case_study {
    padding: 0 30px 45px 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-study-lister #case_studies .case_study:last-of-type {
    padding: 0 30px 15px 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-page-study-lister #case_studies .case_study:last-of-type {
    padding: 0 30px 15px 15px; } }
.page-template-page-study-lister #case_studies h2 {
  display: none; }

@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  #study_3 {
    clear: left; } }
.case_study_logo {
  display: none;
  height: 90px;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: contain;
  margin-bottom: 18px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
    .case_study_logo {
      height: 70px; } }
  @media (min-width: 1367px) {
    .case_study_logo {
      background-size: auto; } }

.study_title a {
  display: block;
  font: 700 22px "Source sans pro";
  color: #d5b773;
  margin-bottom: 18px;
  line-height: 1.4em; }
  @media (max-width: 767px) {
    .study_title a {
      font-size: 20px;
      margin-bottom: 10px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
    .study_title a {
      font-size: 20px;
      min-height: 60px;
      margin-bottom: 10px; } }

.study_excerpt {
  font: normal 18px "Source sans pro";
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.5em; }

#client_logos {
  display: block;
  width: 100%;
  border-top: 1px solid #fff;
  opacity: 0.7; }
  #client_logos .block_inner {
    padding: 54px 0 54px 0; }
    @media (min-width: 1200px) and (max-width: 1366px) {
      #client_logos .block_inner {
        padding-left: 18px; } }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      #client_logos .block_inner {
        padding: 18px 0 18px 0; } }

.client_logo {
  height: 100px;
  background-size: contain !important;
  margin: 5px 0 5px 0; }
  @media (max-width: 767px) {
    .client_logo {
      background-size: 85% auto !important;
      height: 60px; } }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
    .client_logo {
      background-size: 130px 60px !important; } }

#otp {
  background: url("pics/logos/otp.png") 50% 50% no-repeat; }

#telenor {
  background: url("pics/logos/telenor.png") 50% 50% no-repeat; }

#keler {
  background: url("pics/logos/keler.png") 50% 50% no-repeat; }

#erste {
  background: url("pics/logos/erste.png") 50% 50% no-repeat; }

#fhb {
  background: url("pics/logos/fhb.png") 50% 50% no-repeat; }

#raiffeisen {
  background: url("pics/logos/raiffeisen.png") 50% 50% no-repeat; }

#tesco {
  background: url("pics/logos/tesco.png") 50% 50% no-repeat; }

#budapestbank {
  background: url("pics/logos/budapestbank.png") 50% 50% no-repeat; }

#exim {
  background: url("pics/logos/exim.png") 50% 50% no-repeat; }

#nak {
  background: url("pics/logos/nak.png") 50% 50% no-repeat; }

#telekom {
  background: url("pics/logos/telekom.png") 50% 50% no-repeat; }

#dvm {
  background: url("pics/logos/dvm.png") 50% 50% no-repeat; }

#bkik {
  background: url("pics/logos/bkik.png") 50% 50% no-repeat; }

#fogaz {
  background: url("pics/logos/fogaz.png") 50% 50% no-repeat; }

#otp_f {
  background: url("pics/logos/otp_f.png") 50% 50% no-repeat; }

#keler_kszf {
  background: url("pics/logos/keler_kszf.png") 50% 50% no-repeat; }

#kavosz {
  background: url("pics/logos/kavosz.png") 50% 50% no-repeat; }

#mnb {
  background: url("pics/logos/mnb.png") 50% 50% no-repeat; }

#team {
  padding: 15px 0 15px 45px; }
  @media (max-width: 767px) {
    #team {
      height: auto;
      min-height: auto;
      padding: 0 0 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #team {
      padding: 0 15px 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #team {
      padding: 0 15px 15px; } }
  #team .block_inner {
    padding-top: 15px; }
  #team h2 {
    font: bold 46px "Oxygen";
    color: #d5b773;
    display: block;
    text-align: center;
    opacity: 0.9;
    padding: 30px 0; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      #team h2 {
        padding-top: 15px;
        font-size: 36px; } }
    @media (min-width: 1367px) {
      #team h2 {
        font-size: 60px; } }

#team_inner {
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0; }

#team_bgd,
#team_bgd_sm {
  width: 100%;
  position: relative;
  padding: 0; }
  #team_bgd img,
  #team_bgd_sm img {
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
    width: 100%;
    height: auto;
    display: block; }

#team_bgd.zoomed img,
#team_bgd_subpage.zoomed img {
  transform: scale(1.03); }

#team_bgd_sm a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3; }

#team_cover {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-size: contain;
  padding: 0; }
  @media (max-width: 767px) {
    #team_cover {
      position: relative;
      background-image: none;
      padding-bottom: 18px; }
      #team_cover .team_continue {
        display: none; } }
  #team_cover a.team_continue {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    /*span {
      position: absolute; bottom: 7%; left: 5%;
      color: #fff;
      font: bold 30px $source_sans_pro;
      text-decoration: none;
      @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
        bottom: 5%;
      }
    }*/ }
    @media (min-width: 1367px) {
      #team_cover a.team_continue {
        font-size: 36px; } }
  #team_cover a:hover {
    color: #d5b773; }

#contact,
#contact_page {
  background: #F2F4F7 url(pics/map_bgd.fw.png) 100% 30% no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  #contact h2,
  #contact_page h2 {
    font: bold 46px "Oxygen";
    color: #002B5F;
    display: block;
    text-align: center;
    margin-bottom: 36px; }
    @media (max-width: 767px) {
      #contact h2,
      #contact_page h2 {
        font-size: 36px; } }
    @media (min-width: 1367px) {
      #contact h2,
      #contact_page h2 {
        font-size: 60px; } }
  #contact label,
  #contact_page label {
    font: 600 20px "Source sans pro";
    color: #d5b773; }
  #contact #contact_inner,
  #contact_page #contact_inner {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    height: auto;
    display: block;
    padding-left: 30px; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      #contact #contact_inner,
      #contact_page #contact_inner {
        padding: 0; } }
  #contact #contact_form p,
  #contact_page #contact_form p {
    font: 500 18px "Source sans pro";
    color: #002B5F;
    line-height: 1.5em;
    margin-bottom: 12px; }
    @media (min-width: 1367px) {
      #contact #contact_form p,
      #contact_page #contact_form p {
        font-size: 20px; } }
  #contact #contact_form input,
  #contact #contact_form textarea,
  #contact_page #contact_form input,
  #contact_page #contact_form textarea {
    width: 100%;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    border: none;
    padding: 5px;
    border: 1px solid #bbb;
    margin-bottom: 4px; }
    @media (min-width: 1367px) {
      #contact #contact_form input,
      #contact #contact_form textarea,
      #contact_page #contact_form input,
      #contact_page #contact_form textarea {
        margin-bottom: 12px;
        padding: 7px;
        font-size: 20px; } }
  #contact #contact_form textarea,
  #contact_page #contact_form textarea {
    height: 160px; }
  #contact #contact_form input:focus,
  #contact #contact_form textarea:focus,
  #contact_page #contact_form input:focus,
  #contact_page #contact_form textarea:focus {
    border-color: #CFD8E4; }
  #contact .wpcf7-not-valid-tip,
  #contact_page .wpcf7-not-valid-tip {
    font-weight: normal;
    margin-top: -18px; }
  #contact .wpcf7-response-output,
  #contact_page .wpcf7-response-output {
    margin: 0;
    border-radius: 5px;
    font: 500 18px "Source sans pro";
    padding: 10px; }
  #contact #contact_form input.wpcf7-submit,
  #contact .map_continue,
  #contact_page #contact_form input.wpcf7-submit,
  #contact_page .map_continue {
    width: 200px;
    background-color: #002B5F;
    color: #fff;
    font: 700 22px "Source sans pro";
    border: none; }
    @media (min-width: 1367px) {
      #contact #contact_form input.wpcf7-submit,
      #contact .map_continue,
      #contact_page #contact_form input.wpcf7-submit,
      #contact_page .map_continue {
        font-size: 24px; } }
  #contact .map_continue,
  #contact_page .map_continue {
    position: absolute;
    right: 30px;
    bottom: 16px;
    display: block;
    width: 200px;
    border-radius: 5px;
    padding: 7px;
    text-decoration: none;
    text-align: center; }
    @media (max-width: 767px) {
      #contact .map_continue,
      #contact_page .map_continue {
        display: none; } }
    @media (min-width: 1367px) {
      #contact .map_continue,
      #contact_page .map_continue {
        bottom: 24px; } }
  #contact #contact_form input.wpcf7-submit:hover,
  #contact .map_continue:hover,
  #contact_page #contact_form input.wpcf7-submit:hover,
  #contact_page .map_continue:hover {
    background-color: #d5b773; }

@media (max-width: 767px) {
  #contact {
    background-image: none; } }

.site-footer {
  background: #002B5F url(pics/bgd4.jpg) 0% 30% no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0; }
  @media (min-width: 1200px) and (max-width: 1366px) {
    .site-footer {
      padding: 15px 0px; } }
  @media (min-width: 1367px) {
    .site-footer .block_inner {
      padding: 50px 15px 50px 30px; } }

#footer_logo {
  float: left;
  height: 50px;
  width: 50px;
  background: url(pics/logo_footer.fw.png) 50% 50% no-repeat;
  background-size: 50px 50px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    #footer_logo {
      float: none;
      margin: 0 auto 10px; } }

@media (max-width: 767px) {
  #footer_contact {
    padding: 0 0; } }
@media (min-width: 1200px) and (max-width: 1366px) {
  #footer_contact {
    padding: 0 45px; } }
@media (min-width: 1367px) {
  #footer_contact {
    padding: 0 30px; } }
#footer_contact h3 {
  margin: 3px 36px 0 18px;
  float: left;
  color: #fff;
  font: bold 18px "Oxygen"; }
  @media (max-width: 767px) {
    #footer_contact h3 {
      margin: 0 0 18px;
      text-align: center;
      width: 100%;
      display: block; } }
#footer_contact p {
  font: normal 17px "Source sans pro";
  color: #fff;
  width: 100%;
  float: left;
  margin-top: 5px; }
  @media (max-width: 767px) {
    #footer_contact p {
      text-align: center; } }
  #footer_contact p a {
    color: #d5b773; }
#footer_contact a.career_btn {
  width: 100%;
  max-width: 200px;
  float: left;
  text-align: center;
  font: normal 17px "Source sans pro";
  color: #d5b773;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 10px 0;
  border: 1px solid #d5b773;
  text-decoration: none; }
  @media (max-width: 767px) {
    #footer_contact a.career_btn {
      max-width: 100%; } }
  #footer_contact a.career_btn:hover {
    background-color: #d5b773;
    color: #002B5F; }

#footer_prize {
  padding: 0;
  margin-top: 18px; }

.footer_signo {
  background-color: #000;
  width: 100%;
  display: block;
  padding: 0;
  position: relative; }
  @media (max-width: 767px) {
    .footer_signo {
      padding-bottom: 50px; } }
  .footer_signo_inner {
    padding: 18px 8px;
    text-align: center;
    font: normal 13px "Source sans pro";
    color: #d5b773; }
    @media (max-width: 767px) {
      .footer_signo_inner {
        padding: 8px 30px;
        text-align: left; } }
    .footer_signo_inner a {
      color: #d5b773;
      text-decoration: underline; }
      .footer_signo_inner a:hover {
        color: #fff; }

.sch_signo {
  position: absolute;
  right: 26px;
  top: 10px;
  padding: 4px 4px 2px; }
  @media (max-width: 767px) {
    .sch_signo {
      top: 0; } }
  .sch_signo a {
    display: block;
    height: 26px;
    width: 26px;
    background: url("pics/signo.fw.png") 50% 50% no-repeat;
    background-size: contain; }

.constantinus {
  width: auto;
  float: right;
  border: 1px solid #d5b773; }
  @media (max-width: 767px) {
    .constantinus {
      width: 100%;
      float: left; } }
  .constantinus_left {
    width: 60px;
    height: 150px;
    background: url("pics/constantinus.png") 50% 50% no-repeat;
    float: left;
    border-right: 1px solid #d5b773; }
  .constantinus_right {
    float: left;
    height: 150px;
    padding: 18px;
    text-transform: uppercase; }
    .constantinus_right a {
      font: normal 17px "Source sans pro";
      color: #d5b773;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block; }
      @media (max-width: 767px) {
        .constantinus_right a {
          font-size: 14px; } }

/*************************************************************
subpages
**************************************************************/
#subpage_hero,
#subpage {
  position: relative;
  padding: 90px 0 36px 0; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #subpage_hero,
    #subpage {
      padding: 90px 0 0 0; } }
  @media (min-width: 1367px) {
    #subpage_hero,
    #subpage {
      padding-top: 120px; } }

#subpage_content h1,
#subpage_hero_content h1 {
  font: bold 80px "Oxygen";
  color: #002B5F;
  margin-bottom: 18px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #subpage_content h1,
    #subpage_hero_content h1 {
      font-size: 50px; } }
  @media (min-width: 1367px) {
    #subpage_content h1,
    #subpage_hero_content h1 {
      font-size: 110px; } }
#subpage_content h2,
#subpage_content .study_lead,
#subpage_content .study_offer h3,
#subpage_hero_content h2,
#subpage_hero_content .study_lead,
#subpage_hero_content .study_offer h3 {
  font: 600 22px "Source sans pro";
  color: #d5b773;
  line-height: 1.5em; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #subpage_content h2,
    #subpage_content .study_lead,
    #subpage_content .study_offer h3,
    #subpage_hero_content h2,
    #subpage_hero_content .study_lead,
    #subpage_hero_content .study_offer h3 {
      font-size: 18px;
      padding-bottom: 18px; } }
  @media (min-width: 1367px) {
    #subpage_content h2,
    #subpage_content .study_lead,
    #subpage_content .study_offer h3,
    #subpage_hero_content h2,
    #subpage_hero_content .study_lead,
    #subpage_hero_content .study_offer h3 {
      font-size: 24px; } }

@media (max-width: 767px) {
  .page-template-page-study-lister #subpage_content h1,
  .page-template-page-study #subpage_content h1 {
    font-size: 28px; } }

#subpage_content {
  padding: 36px 60px; }
  @media (max-width: 767px) {
    #subpage_content {
      padding: 0 15px 18px 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #subpage_content {
      padding: 0 15px 18px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #subpage_content {
      padding: 30px; } }

#subpage_hero_content {
  padding: 36px 60px; }
  @media (max-width: 767px) {
    #subpage_hero_content {
      padding: 0 15px 18px 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #subpage_hero_content {
      padding: 0 15px 18px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #subpage_hero_content {
      padding: 0 30px; } }

.page #case_studies {
  border-bottom: 1px solid #d5b773; }

.study_logo {
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  margin-bottom: 18px; }
  .study_logo a {
    display: block;
    width: 100%;
    height: 100%; }

#subpage_content h1 {
  font-size: 50px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
    #subpage_content h1 {
      font-size: 40px; } }
  @media (min-width: 1367px) {
    #subpage_content h1 {
      font-size: 60px; } }

#subpage_content h2,
#subpage_content .study_lead {
  font-size: 20px;
  margin-bottom: 0px;
  display: block; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #subpage_content h2,
    #subpage_content .study_lead {
      font-size: 18px; } }
  @media (min-width: 1367px) {
    #subpage_content h2,
    #subpage_content .study_lead {
      font-size: 22px; } }

#subpage_content .study_lead {
  margin-bottom: 36px; }

#subpage_content .study_content {
  padding: 0px 0 36px 0; }
  #subpage_content .study_content h3 {
    font: 700 26px "Source sans pro";
    color: #002B5F;
    text-transform: uppercase;
    margin-top: 54px;
    margin-bottom: 18px; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      #subpage_content .study_content h3 {
        margin-top: 36px; } }
  #subpage_content .study_content h4 {
    font: 700 20px "Source sans pro";
    color: #d5b773;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px; }
    #subpage_content .study_content h4 span {
      color: #002B5F; }
  #subpage_content .study_content p,
  #subpage_content .study_content ul {
    font: 500 20px "Source sans pro";
    color: #002B5F;
    margin-bottom: 18px;
    line-height: 1.5em; }
    #subpage_content .study_content p a,
    #subpage_content .study_content ul a {
      color: #d5b773;
      font-weight: 700; }
    #subpage_content .study_content p img,
    #subpage_content .study_content ul img {
      width: 100%;
      height: auto; }
  #subpage_content .study_content strong {
    font-weight: 700; }
  #subpage_content .study_content ul {
    margin-bottom: 36px; }
  #subpage_content .study_content ul li {
    list-style: square;
    font-weight: 500;
    margin-left: 18px;
    margin-bottom: 3px; }
  @media (min-width: 1367px) {
    #subpage_content .study_content {
      font-size: 22px; } }

.study_offer a {
  margin: 18px 0 18px;
  color: #fff;
  background-color: #002B5F;
  font: 700 22px "Source sans pro";
  border-radius: 5px;
  display: block;
  padding: 7px;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 300px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .study_offer a {
      margin: 0 0 36px 0;
      font-size: 20px;
      width: 250px; } }

.study_offer a:hover {
  background-color: #d5b773; }

/*.study_offer:before {
  display: block;
  content: "";
  position: absolute; left: 15px; top: 10px;
  width: 120px;
  border-top: 1px solid transparent;
  border-top-color: $gold;
}*/
#sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  border-left: 1px solid #d5b773;
  padding: 115px 0 0px 15px;
  background-color: #fff;
  background-size: contain; }
  #sidebar h2 {
    font: bold 22px "Oxygen";
    color: #d5b773;
    margin: 0 0 18px 18px; }
    @media (min-width: 1367px) {
      #sidebar h2 {
        margin-bottom: 36px; } }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #sidebar {
      padding: 0;
      position: relative; } }

.sidebar_box {
  width: 100%;
  padding: 0 15px 0;
  margin-bottom: 18px; }
  .sidebar_box .study_logo {
    width: 120px;
    height: 50px;
    background-size: contain; }
    @media (min-width: 1367px) {
      .sidebar_box .study_logo {
        width: 220px;
        height: 80px; } }
  .sidebar_box h3 a {
    font: 700 16px "Source sans pro";
    color: #002B5F;
    text-transform: uppercase; }
    @media (min-width: 1367px) {
      .sidebar_box h3 a {
        font-size: 18px; } }
  .sidebar_box h3 a:hover {
    text-decoration: none;
    color: #d5b773; }
  @media (min-width: 1367px) {
    .sidebar_box {
      margin-bottom: 30px; } }

#team_subpage .block_inner,
#leaders .block_inner,
#team_members .block_inner {
  padding: 0; }

#team_subpage .block_inner {
  padding: 0 0 0 45px; }
  @media (max-width: 767px) {
    #team_subpage .block_inner {
      padding: 0 0px 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #team_subpage .block_inner {
      padding: 0 0px 18px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #team_subpage .block_inner {
      padding: 0 15px; } }

#leaders {
  margin: 90px 0 90px 0;
  height: 550px;
  position: relative; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #leaders {
      height: auto;
      margin: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #leaders {
      margin-top: 18px;
      height: 550px; } }
  @media (min-width: 1367px) {
    #leaders {
      height: 600px; } }
  #leaders .block_inner {
    display: block;
    height: 100%;
    position: relative; }
    @media (min-width: 1200px) and (max-width: 1366px), (min-width: 1367px) {
      #leaders .block_inner {
        padding: 0 15px 0 60px; } }

.leader_block {
  height: 100%;
  border-bottom: 1px solid #d5b773;
  padding: 0; }
  @media (max-width: 767px) {
    .leader_block {
      padding: 0 15px 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .leader_block {
      border-bottom: none; } }

.leader_block_cv {
  width: 50%;
  height: 100%; }
  .leader_block_cv h2 {
    font: bold 36px "Oxygen";
    color: #002B5F;
    margin: 18px 0 10px 0; }
    @media (max-width: 767px) {
      .leader_block_cv h2 {
        font-size: 28px; } }
    @media (min-width: 1367px) {
      .leader_block_cv h2 {
        font-size: 50px; } }
  .leader_block_cv h3 {
    font: 600 20px "Source sans pro";
    color: #d5b773;
    margin-bottom: 18px; }
    @media (min-width: 1367px) {
      .leader_block_cv h3 {
        font-size: 22px; } }
    .leader_block_cv h3 .cv {
      color: #d5b773;
      border: 1px solid #d5b773;
      border-radius: 3px;
      font-size: 16px;
      padding: 1px 2px;
      margin-left: 10px; }
      .leader_block_cv h3 .cv:hover {
        text-decoration: none;
        background-color: #d5b773;
        color: #fff; }
  .leader_block_cv p {
    font: 500 15px "Source sans pro";
    color: #002B5F;
    line-height: 1.6em;
    margin-bottom: 12px; }
    .leader_block_cv p strong {
      font-weight: 600; }
    @media (min-width: 768px) and (max-width: 991px) {
      .leader_block_cv p {
        font-size: 18px; } }
    @media (min-width: 1367px) {
      .leader_block_cv p {
        font-size: 18px; } }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .leader_block_cv {
      width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .leader_block_cv {
      width: 60%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .leader_block_cv {
      padding: 0 30px 0 10px; } }

#leader_block1 {
  background: url(pics/gamplett_g.jpg) 100% 100% no-repeat;
  background-size: contain; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #leader_block1 {
      background: none; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #leader_block1 {
      background-size: auto 300px;
      padding-left: 30px; } }
  #leader_block1 .leader_block_cv {
    float: left; }

#leader_block2 {
  background: url(pics/csomar_g.jpg) 0% 100% no-repeat;
  background-size: contain; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #leader_block2 {
      background: none; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #leader_block2 {
      background-size: auto 300px;
      padding-right: 30px; } }
  #leader_block2 .leader_block_cv {
    float: right;
    text-align: right; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      #leader_block2 .leader_block_cv {
        text-align: left; } }

#team_members h2 {
  display: none; }
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #team_members {
    padding: 18px 15px 36px 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #team_members {
    padding: 0px 30px 36px; } }

.team_member {
  min-height: 200px;
  padding: 0 0 36px 0;
  text-align: center; }
  .team_member h3 {
    font: 700 32px "Source sans pro";
    color: #002B5F; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      .team_member h3 {
        font-size: 24px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .team_member h3 {
        font-size: 26px; } }
  .team_member h4 {
    font: 600 18px "Source sans pro";
    color: #d5b773;
    margin-bottom: 10px; }
    .team_member h4 .cv {
      color: #d5b773;
      border: 1px solid #d5b773;
      border-radius: 3px;
      font-size: 14px;
      padding: 1px 2px;
      margin-left: 10px; }
      .team_member h4 .cv:hover {
        text-decoration: none;
        background-color: #d5b773;
        color: #fff; }
  .team_member p a {
    font: 500 16px "Source sans pro";
    color: #002B5F; }
  @media (max-width: 767px) {
    .team_member {
      text-align: left;
      width: 100%;
      min-height: 0;
      padding: 18px 0 18px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .team_member {
      text-align: left;
      min-height: 0;
      padding: 18px 0 18px 0; } }

#contact_page {
  margin-top: 18px;
  background: none; }

#contact_data {
  padding: 0px 0px 36px 0px; }
  #contact_data p {
    font: normal 18px "Source sans pro";
    color: #002B5F;
    width: 100%;
    float: left;
    margin-top: 5px; }
    #contact_data p a {
      color: #002B5F; }
  #contact_data .org_desc {
    color: #d5b773;
    font: bold 17px "Oxygen";
    margin-bottom: 10px; }
  #contact_data #map {
    padding: 0;
    margin-top: 18px; }
    #contact_data #map iframe {
      width: 90%;
      height: 250px; }

#contact_data h3,
#contact_form h3 {
  margin: 0px 36px 10px 0px;
  float: left;
  color: #002B5F;
  font: bold 22px "Oxygen";
  width: 100%; }

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

/*----------------------------------------------

market_insight

----------------------------------------------*/
#product_hero {
  height: 100%;
  max-height: 600px;
  background: url("pics/product_header_bgd.fw.png") 50% 100% repeat; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    #product_hero {
      height: auto; } }

.insight_hero {
  background: url("pics/insight_mockup.fw.png") 50% 27% no-repeat; }

.csi_hero {
  background: url("pics/csi_mockup.fw.png") 50% 27% no-repeat; }

.insight_hero,
.csi_hero {
  height: 100%;
  position: relative;
  background-size: 400px auto; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .insight_hero,
    .csi_hero {
      padding: 0;
      background-size: 250px auto;
      background-position: 50% 100px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .insight_hero,
    .csi_hero {
      background-size: 350px auto; } }
  @media (min-width: 1367px) {
    .insight_hero,
    .csi_hero {
      background-size: auto auto; } }
  @media (min-width: 1367px) and (min-height: 0px) and (max-height: 900px) {
    .insight_hero,
    .csi_hero {
      background-size: 450px auto; } }

.product_main_titles {
  display: block;
  position: absolute;
  bottom: 5%; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .product_main_titles {
      padding: 270px 0 30px;
      position: relative; } }
  @media (min-width: 1367px) {
    .product_main_titles {
      bottom: 10%; } }
  .product_main_titles h1 {
    width: 100%;
    font: bold 60px "Oxygen";
    text-align: center;
    color: #002B5F;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .product_main_titles h1 {
        font-size: 36px; } }
    @media (min-width: 1367px) {
      .product_main_titles h1 {
        font-size: 70px; } }
  .product_main_titles h2 {
    margin: 18px auto 0;
    width: 70%;
    font: 700 20px "Source sans pro";
    text-align: center;
    color: #d5b773;
    text-transform: uppercase;
    line-height: 1.6em; }
    @media (max-width: 767px) {
      .product_main_titles h2 {
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      .product_main_titles h2 {
        font-size: 18px; } }
    @media (min-width: 1367px) {
      .product_main_titles h2 {
        margin: 36px auto 0;
        font-size: 24px; } }

.product_text_block {
  padding: 0; }
  .product_text_block_container {
    padding: 0; }

.product_text_block_inner {
  padding: 70px 0 90px 55px; }
  @media (max-width: 767px) {
    .product_text_block_inner {
      padding: 30px 0px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .product_text_block_inner {
      padding: 45px 0px 45px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .product_text_block_inner {
      padding: 56px 15px 72px 90px; } }
  .product_text_block_inner h2 {
    font: bold 46px "Oxygen";
    color: #d5b773;
    display: block;
    text-align: center;
    opacity: 0.9;
    margin-bottom: 36px; }
    .product_text_block_inner h2 a {
      color: #d5b773;
      text-decoration: none; }
    @media (max-width: 767px) {
      .product_text_block_inner h2 {
        font-size: 36px;
        margin-bottom: 0px; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      .product_text_block_inner h2 {
        font-size: 40px;
        margin-bottom: 0px; } }
    @media (min-width: 1367px) {
      .product_text_block_inner h2 {
        font-size: 50px; } }
  .product_text_block_inner h3 {
    font: 700 24px "Source sans pro";
    color: #002B5F;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 18px; }
    @media (max-width: 767px) {
      .product_text_block_inner h3 {
        font-size: 20px;
        margin: 30px 0 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .product_text_block_inner h3 {
        margin: 30px 0 15px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .product_text_block_inner h3 {
        margin: 30px 0 0px; } }
    @media (min-width: 1367px) {
      .product_text_block_inner h3 {
        font-size: 26px; } }
  .product_text_block_inner h4 {
    font: 700 18px "Source sans pro";
    color: #d5b773;
    margin-bottom: 18px; }
    @media (min-width: 1367px) {
      .product_text_block_inner h4 {
        font-size: 22px; } }
  .product_text_block_inner p,
  .product_text_block_inner ul li {
    font: normal 20px "Source sans pro";
    color: #002B5F;
    width: 100%;
    float: left;
    margin-top: 5px;
    line-height: 1.6em; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .product_text_block_inner p,
      .product_text_block_inner ul li {
        font-size: 18px; } }
    @media (min-width: 1367px) {
      .product_text_block_inner p,
      .product_text_block_inner ul li {
        font-size: 22px; } }
  .product_text_block_inner ul li {
    font-size: 18px;
    margin-bottom: 18px;
    list-style-type: square;
    margin-left: 18px;
    width: auto; }
    @media (min-width: 1367px) {
      .product_text_block_inner ul li {
        font-size: 20px; } }

.product_text_column {
  padding: 0 30px 0 0; }
  @media (max-width: 767px) {
    .product_text_column {
      padding: 0 15px; } }

.product_text_line {
  padding: 0;
  margin-bottom: 54px; }
  @media (max-width: 767px) {
    .product_text_line {
      margin-bottom: 0px;
      padding: 0 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .product_text_line {
      margin-bottom: 18px;
      padding: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .product_text_line {
      margin-bottom: 30px;
      padding: 0; } }
  @media (min-width: 1367px) {
    .product_text_line {
      margin-bottom: 70px;
      padding: 0; } }
  .product_text_line .product_text_column {
    padding: 0 36px 0 0; }
    @media (max-width: 767px) {
      .product_text_line .product_text_column {
        padding: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .product_text_line .product_text_column {
        padding: 0 30px 0 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .product_text_line .product_text_column {
        padding: 0 15px; } }
  .product_text_line_left .product_text_column {
    padding: 0 36px 0 0; }
    @media (max-width: 767px) {
      .product_text_line_left .product_text_column {
        padding: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .product_text_line_left .product_text_column {
        padding: 0 0 0 30px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .product_text_line_left .product_text_column {
        padding: 0 0 0 30px; } }
    @media (min-width: 1367px) {
      .product_text_line_left .product_text_column {
        padding: 0; } }
  .product_text_line_right .product_text_column {
    padding: 0 36px 0 0; }
    @media (max-width: 767px) {
      .product_text_line_right .product_text_column {
        padding: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .product_text_line_right .product_text_column {
        padding: 0 30px 0 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .product_text_line_right .product_text_column {
        padding: 0 30px 0 0; } }

.product_text_line:last-of-type {
  margin-bottom: 0px; }

@media (max-width: 767px) {
  .product_img_column {
    display: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .product_img_column {
    overflow: hidden; } }
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1366px) {
  .product_img_column {
    padding: 0 30px 0 0; } }
@media (min-width: 1367px) {
  .product_img_column {
    padding: 0; } }
.product_img_column_img {
  width: 450px;
  height: 450px;
  margin-top: 25px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .product_img_column_img {
      margin-top: 30px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .product_img_column_img {
      margin-top: 30px;
      width: 380px;
      height: 380px; } }
.product_img_column_img1 {
  background: url("pics/traffic_large.jpg") 50% 50% no-repeat;
  background-size: cover; }
.product_img_column_img2 {
  background: url("pics/area.jpg") 50% 50% no-repeat;
  background-size: cover; }
.product_img_column_img3 {
  background: url("pics/money.jpg") 50% 50% no-repeat;
  background-size: cover; }
.product_img_column_img4 {
  background: url("pics/binocular.jpg") 50% 50% no-repeat;
  background-size: cover; }
.product_img_column_img5 {
  background: url("pics/customers.jpg") 50% 50% no-repeat;
  background-size: cover; }
.product_img_column_img6 {
  background: url("pics/move.jpg") 50% 50% no-repeat;
  background-size: cover; }
.product_img_column_img7 {
  background: url("pics/markets.jpg") 50% 50% no-repeat;
  background-size: cover; }
.product_img_column_img8 {
  background: url("pics/own_data.jpg") 50% 50% no-repeat;
  background-size: cover; }
.product_img_column_csi1 {
  background: url("pics/csi3.png") 50% 50% no-repeat;
  background-size: contain; }
.product_img_column_csi2 {
  background: url("pics/csi4.jpg") 50% 50% no-repeat;
  background-size: contain; }
.product_img_column_csi3 {
  background: url("pics/csi5.jpg") 50% 50% no-repeat;
  background-size: contain; }
.product_img_column_csi4 {
  background: url("pics/csi_mockup.fw.png") 50% 50% no-repeat;
  background-size: contain; }
.product_img_column_right {
  float: right; }

#modules_separator {
  height: 300px;
  background: url("pics/module_separator.jpg") 50% 50% repeat;
  background-size: cover; }

#modules_separator2 {
  height: auto;
  min-height: 300px;
  background: url("pics/module_separator2.jpg") 50% 50% repeat;
  background-size: cover;
  padding: 72px 0 90px 0; }
  @media (max-width: 767px) {
    #modules_separator2 {
      padding: 30px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #modules_separator2 {
      padding: 30px 0 45px; } }
  #modules_separator2 h2 {
    width: 100%;
    font: bold 60px "Oxygen";
    text-align: center;
    color: #d5b773;
    margin-top: 10px; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      #modules_separator2 h2 {
        font-size: 40px; } }
    @media (min-width: 1367px) {
      #modules_separator2 h2 {
        font-size: 60px; } }
  #modules_separator2 p {
    margin: 36px auto 0;
    width: 62%;
    font: 700 20px "Source sans pro";
    text-align: center;
    color: #fff;
    line-height: 1.6em; }
    @media (max-width: 767px) {
      #modules_separator2 p {
        font-size: 18px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      #modules_separator2 p {
        font-size: 22px; } }
    @media (min-width: 1367px) {
      #modules_separator2 p {
        font-size: 24px; } }

.page-template-page-csi .product_img_column_img {
  height: 300px; }

#csi_header h3 {
  text-align: center; }

#modules_separator3 {
  height: 300px;
  background: url("pics/csi2.jpg") 50% 50% repeat;
  background-size: cover; }

#modules_separator4 {
  height: auto;
  min-height: 300px;
  background: url("pics/csi1.jpg") 50% 50% repeat;
  background-size: cover;
  padding: 72px 0 90px 0; }
  @media (max-width: 767px) {
    #modules_separator4 {
      padding: 30px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #modules_separator4 {
      padding: 30px 0 45px; } }
  #modules_separator4 h2 {
    width: 100%;
    font: bold 60px "Oxygen";
    text-align: center;
    color: #d5b773;
    margin-top: 10px; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      #modules_separator4 h2 {
        font-size: 40px; } }
    @media (min-width: 1367px) {
      #modules_separator4 h2 {
        font-size: 60px; } }
  #modules_separator4 p {
    margin: 36px auto 18px;
    width: 60%;
    font: 700 20px "Source sans pro";
    color: #fff;
    line-height: 1.6em; }
    @media (max-width: 767px) {
      #modules_separator4 p {
        font-size: 18px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      #modules_separator4 p {
        font-size: 22px; } }
    @media (min-width: 1367px) {
      #modules_separator4 p {
        font-size: 24px; } }
  #modules_separator4 ul li {
    font: 500 20px "Source sans pro";
    width: 60%;
    color: #fff;
    list-style-type: none;
    margin: 0 auto 18px; }
    @media (max-width: 767px) {
      #modules_separator4 ul li {
        font-size: 18px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
      #modules_separator4 ul li {
        font-size: 22px; } }
    @media (min-width: 1367px) {
      #modules_separator4 ul li {
        font-size: 24px; } }

@media (max-width: 767px) {
  #product_contact_title {
    font-size: 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #product_contact_title {
    font-size: 40px; } }

.product_contact_box {
  margin-top: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .product_contact_box {
      margin-top: 45px; } }
  .product_contact_box a.circle {
    display: block;
    margin: 0 auto;
    width: 170px;
    height: 170px;
    background-color: #002B5F;
    border-radius: 50%;
    text-decoration: none; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .product_contact_box a.circle {
        width: 150px;
        height: 150px; } }
    .product_contact_box a.circle:hover {
      background-color: #d5b773; }
    .product_contact_box a.circle i.fa {
      color: #fff;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      text-align: center; }
    .product_contact_box a.circle i.fa-mobile {
      font-size: 110px; }
    .product_contact_box a.circle i.fa-envelope-o {
      font-size: 80px; }
    .product_contact_box a.circle i.fa-map-marker {
      font-size: 90px; }
  .product_contact_box h4 {
    width: 100%;
    margin-top: 36px; }
    @media (max-width: 767px) {
      .product_contact_box h4 {
        margin-top: 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .product_contact_box h4 {
        margin-bottom: 0px; } }
    .product_contact_box h4 a {
      text-align: center;
      display: block;
      color: #d5b773;
      text-decoration: none; }
  .product_contact_box_helix a.circle {
    background: #002B5F url("pics/helix_typo.fw.png") 50% 50% no-repeat; }

/************************************************************************
career
**************************************************************************/
.career_lister p {
  font: 500 18px "Source sans pro";
  color: #002B5F;
  line-height: 1.5em;
  margin-bottom: 12px; }
  @media (min-width: 1367px) {
    .career_lister p {
      font-size: 22px;
      line-height: 1.6em; } }

.career_list_box {
  border: 1px solid #d5b773;
  padding: 15px;
  margin-bottom: 30px; }
  .career_list_box h3 {
    font: bold 24px "Oxygen";
    margin-bottom: 20px; }
    .career_list_box h3 a {
      text-decoration: none;
      color: #d5b773; }
  .career_list_box p {
    font: 500 14px "Source sans pro";
    color: #002B5F;
    line-height: 1.5em;
    margin-bottom: 12px; }
    @media (min-width: 1367px) {
      .career_list_box p {
        font-size: 16px;
        line-height: 1.6em; } }
  .career_list_box .continue {
    font: 700 18px "Source sans pro";
    color: #002B5F;
    margin-bottom: 18px; }

/*------------------------------------------------
Jubileumi
------------------------------------------------*/
.jubileumi_hero {
  height: 300px;
  background-color: #002B5F; }
  .jubileumi_hero h1 {
    width: 100%;
    font: bold 60px "Oxygen";
    text-align: center;
    color: #d5b773;
    margin-top: 10px;
    padding-top: 50px; }
    @media (max-width: 767px) {
      .jubileumi_hero h1 {
        font-size: 36px; } }
    @media (min-width: 1367px) {
      .jubileumi_hero h1 {
        font-size: 90px; } }

.jubileumi_main_title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.jubileumi_content_inner {
  padding: 50px 15px;
  border-bottom: 1px solid #002B5F; }
.jubileumi_content h3 {
  font: 700 20px "Oxygen";
  color: #d5b773;
  margin-bottom: 10px; }
.jubileumi_content p {
  font: 500 18px "Source sans pro";
  color: #002B5F;
  line-height: 1.5em;
  margin-bottom: 18px; }
.jubileumi_content iframe {
  width: 100%;
  height: 300px; }
.jubileumi_content_right {
  padding-left: 30px; }
  @media (max-width: 767px) {
    .jubileumi_content_right {
      padding-left: 0; } }

.jubileumi_form {
  padding: 30px 15px 50px; }
  .jubileumi_form h2 {
    width: 100%;
    font: bold 40px "Oxygen";
    text-align: center;
    color: #002B5F;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .jubileumi_form h2 {
        font-size: 30px; } }
    @media (min-width: 1367px) {
      .jubileumi_form h2 {
        font-size: 50px; } }
  .jubileumi_form label {
    width: 100%; }
  .jubileumi_form input[type="text"],
  .jubileumi_form input[type="tel"],
  .jubileumi_form input[type="email"] {
    display: block;
    width: 100%;
    padding: 5px 10px; }
  .jubileumi_form input {
    border: 1px solid #d5b773; }
    .jubileumi_form input:focus {
      border-color: #002B5F; }
  .jubileumi_form .wpcf7-list-item-label {
    margin-right: 15px; }
  .jubileumi_form input[type="submit"] {
    font: 700 20px "Oxygen";
    background-color: #002B5F;
    color: #d5b773;
    padding: 10px 20px;
    border: none; }
    .jubileumi_form input[type="submit"]:hover {
      color: #002B5F;
      background-color: #d5b773; }
  .jubileumi_form .wpcf7-response-output {
    font: 500 16px "Source sans pro";
    margin: 0;
    padding: 10px; }

/*------------------------------------------------
├ľnkorm├ínyzati
------------------------------------------------*/
.onkormanyzati_hero {
  height: 300px;
  background-color: #002B5F; }
  .onkormanyzati_hero h1 {
    width: 100%;
    font: bold 32px "Oxygen";
    text-align: center;
    color: #d5b773;
    margin-top: 10px;
    padding-top: 50px; }
    @media (max-width: 767px) {
      .onkormanyzati_hero h1 {
        font-size: 26px; } }
    @media (min-width: 1367px) {
      .onkormanyzati_hero h1 {
        font-size: 42px; } }

.lauth_link {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 100px;
  font: 500 16px "Source sans pro";
  color: #fff; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .lauth_link {
      top: 70px;
      font-size: 12px; } }
  .lauth_link a {
    display: block;
    background-color: #f00;
    padding: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 15px 0 0 0; }
    @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
      .lauth_link a {
        font-size: 14px;
        font-weight: 700;
        padding: 8px 15px; } }
    .lauth_link a:hover {
      background-color: #fff;
      color: #f00;
      text-decoration: none; }
  .lauth_link span {
    padding-left: 15px; }

/*-----------------------------------------------
blog
-------------------------------------------------*/
.separator {
  height: 1px;
  background-color: #aaa;
  margin-top: 0px;
  margin-bottom: 50px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .separator {
      display: none; } }

.pagination {
  border-top: 1px solid #aaa;
  padding: 30px;
  font: 700 18px "Oxygen"; }
  .pagination .current {
    color: #fff; }
  .pagination .page-numbers {
    margin-right: 10px; }
  .pagination a {
    color: #d5b773; }

/*-----------------------------------------
new product
-----------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .description {
    max-width: 860px; } }
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .description {
    padding-top: 30px; } }

.description-h2 {
  font: 700 46px "Oxygen";
  color: #d5b773;
  margin: 50px auto 10px; }
  @media (max-width: 767px) {
    .description-h2 {
      margin: 10px 0 10px;
      font-size: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .description-h2 {
      margin: 10px 0 10px;
      font-size: 36px; } }

.description-h3 {
  font: 700 24px "Source sans pro";
  color: #002B5F;
  text-transform: uppercase;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .description-h3 {
      font-size: 20px;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .description-h3 {
      font-size: 24px;
      margin-bottom: 15px; } }

.description-intro {
  display: block;
  font: 700 24px "Source sans pro";
  color: #d5b773;
  margin-bottom: 15px;
  line-height: 1.5em;
  text-align: center; }
  @media (max-width: 767px) {
    .description-intro {
      font-size: 20px;
      text-align: left; } }

.description-text,
.usecase-text {
  display: block;
  width: 100%;
  flex-direction: column;
  font: 300 20px "Source sans pro";
  color: #002B5F;
  margin-bottom: 10px;
  line-height: 1.5em; }
  @media (max-width: 767px) {
    .description-text,
    .usecase-text {
      font-size: 18px; } }
  .description-text:last-of-type,
  .usecase-text:last-of-type {
    margin-bottom: 0; }
  .description-text em,
  .usecase-text em {
    font-style: italic; }
  .description-text i,
  .usecase-text i {
    font-style: italic;
    font-size: 16px;
    color: #666; }
    .description-text i a,
    .usecase-text i a {
      color: #002B5F;
      text-decoration: underline; }
  .description-text strong,
  .usecase-text strong {
    font-weight: bold; }

ul.description-text li {
  list-style-type: square;
  margin-left: 17px;
  margin-bottom: 5px;
  margin-top: 10px; }

.description-header {
  display: flex;
  flex-direction: row; }

.description-row {
  display: flex;
  flex-direction: row;
  padding: 30px 0 30px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .description-row {
      flex-direction: column;
      padding: 20px 0 0; } }

.description-block {
  display: flex;
  flex-direction: column; }
  .description-block img {
    max-width: 100%;
    height: auto;
    display: block; }
  .description-block.textblock {
    padding: 0 30px;
    display: grid;
    align-content: center; }
    @media (max-width: 767px) {
      .description-block.textblock {
        padding: 15px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .description-block.textblock {
        padding: 30px 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .description-block.textblock {
        padding: 0 15px; } }
  .description-block.textblock-left {
    padding: 0 30px 0 0; }
    @media (max-width: 767px) {
      .description-block.textblock-left {
        padding: 15px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .description-block.textblock-left {
        padding: 30px 0; } }
  .description-block.textblock-right {
    padding: 0 0 0 30px; }
    @media (max-width: 767px) {
      .description-block.textblock-right {
        padding: 15px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .description-block.textblock-right {
        padding: 30px 0; } }

.usecase {
  margin-top: 15px;
  margin-bottom: 45px;
  border: 1px solid #d5b773;
  padding: 30px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .usecase {
      margin: 15px 0 30px; } }

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