@charset "UTF-8";
/*!
Theme Name: Titans
Theme URI: https://a11.studio
Author: a11.studio
Author URI: https://a11.studio
Description: Pure template for Titans
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: titans
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Titans is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

@media screen and (max-width: 360px) {
  html {
    min-width: 360px;
    overflow: auto; } }
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  min-width: 360px;
  /* Suppose you want minimum width of 1000px */
  width: auto !important; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot");
  src: url("fonts/icomoon/icomoon.eot#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.woff") format("woff"), url("fonts/icomoon/icomoon.ttf") format("truetype"), url("fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot");
  src: url("fonts/icomoon/icomoon.svg#icomoon") format("svg"), url("fonts/icomoon/icomoon.eot#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.woff") format("woff"), url("fonts/icomoon/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #1e404b;
  background-color: #ffffff; }

/**
 *Font & typography
 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #788c93; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

h1, h2, h3 {
  font-weight: 600;
  color: #3084a4;
  text-transform: uppercase;
  clear: both;
  margin-top: 40px;
  margin-bottom: 40px; }

h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0; }

a {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

html * {
  max-height: 1000000px; }

textarea {
  max-width: 100%; }

strong {
  font-weight: 600; }

.semibold {
  font-weight: 600; }

a:hover, a:focus {
  color: #3084a4;
  text-decoration: underline; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-webkit-calendar-picker-indicator {
  filter: invert(70%) sepia(100%) saturate(1000%) hue-rotate(180deg); }

input {
  text-transform: none; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: uppercase; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: uppercase; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: uppercase; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: uppercase; }

::placeholder {
  /* Recent browsers */
  text-transform: uppercase; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4169e1; }

a:visited {
  color: #800080; }

a:hover, a:focus, a:active {
  color: #191970; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0 10px 0 0;
  padding-left: 0; }

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto; }

.main-navigation ul ul a {
  width: auto; }

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 650px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
  background: #3c5963;
  padding-top: 60px; }

#footer a {
  color: #fff;
  text-decoration: none; }

#footer a:not(.btn):hover {
  text-decoration: underline; }

#footer .footer-cell-label, #footer h1, #footer h2, #footer h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 600; }

#footer p {
  color: #fff; }

#footer p:not(.white) {
  opacity: .7; }

#footer p .btn {
  margin-top: 16px; }

#footer .social-icons, #introduce .social-icons, .breadcrumbs .social-icons {
  font-size: 28px; }

#footer .social-icons > a, #introduce .social-icons > a, .breadcrumbs .social-icons > a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 18px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #3c5963;
  opacity: .5;
  background: #c5ced1;
  display: inline-block;
  text-decoration: none;
  border-radius: 1000px; }

#introduce .social-container {
  position: relative; }

#introduce .social-icons > a {
  opacity: 1;
  background: #ffffff;
  height: 33px;
  width: 33px;
  line-height: 35px;
  color: #53c1eb; }

#introduce .social-icons {
  position: absolute;
  top: -62px;
  right: 12px; }

.breadcrumbs .social-icons > a {
  opacity: 1;
  background: rgba(125, 144, 150, 0.6);
  height: 33px;
  width: 33px;
  line-height: 35px;
  color: #ffffff; }

.breadcrumbs .social-icons {
  position: absolute;
  top: 15px;
  right: 17px; }

.breadcrumbs .icon-icn-social-i-bread {
  background: url("img/403-instagram-w.svg") no-repeat 0 0;
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block; }
.breadcrumbs .social-icons .instagram:hover .icon-icn-social-i-bread {
  background-image: url("img/403-instagram-w.svg"); }
.breadcrumbs .social-icons > a.instagram:hover {
  background-color: #DD2A7B; }

@media screen and (max-width: 991px) {
  .breadcrumbs .social-icons {
    top: -50px;
    right: 0; } }
#footer .social-icons > a + a, #introduce .social-icons > a + a, .breadcrumbs .social-icons > a + a {
  margin-left: 5px; }

#footer .social-icons > a:hover, #introduce .social-icons > a:hover, .breadcrumbs .social-icons > a:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff; }

#footer .social-icons a.facebook:hover, #introduce .social-icons a.facebook:hover, .breadcrumbs .social-icons a.facebook:hover {
  background: #4668b3; }

#footer .social-icons a.google-plus:hover, #introduce .social-icons a.google-plus:hover, .breadcrumbs .social-icons a.google-plus:hover {
  background: #de5745; }

#footer .social-icons a.twitter:hover, #introduce .social-icons a.twitter:hover, .breadcrumbs .social-icons a.twitter:hover {
  background: #2fbbed; }

#footer .social-icons a.linkedin:hover, #introduce .social-icons a.linkedin:hover, .breadcrumbs .social-icons a.linkedin:hover {
  background: #007bb6; }

#footer .social-icons a.rss:hover {
  background: #f5c968; }

.icon-icn-social-fb:before {
  content: "\e61d"; }

.icon-icn-social-t:before {
  content: "\e61f"; }

.icon-icn-social-i-footer {
  background: url("fonts/403-instagram-3c5963.svg?v=2") no-repeat 0 0;
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block; }

.icon-icn-team-in:before {
  content: "\e621"; }

.icon-rss:before {
  content: "\e60f"; }

#footer .footer-col-4 p a.btn {
  margin-top: 27px; }

/*--------------------------------------------------------------
## Footer map
--------------------------------------------------------------*/
#footer-map {
  margin-top: 15px;
  height: 750px;
  background-image: url("img/footermap-back.png");
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden; }

#footer-map .container {
  position: relative; }

#footer-map .footer-cell-label {
  text-align: center;
  margin-top: 40px; }

#footer-map .pin {
  background-image: url("img/mapfooter-sprite.png");
  display: block;
  background-repeat: no-repeat;
  position: absolute; }

#footer-map .pin:hover {
  transition: margin-top 0.3s;
  -webkit-transition: margin-top 0.3s;
  -moz-transition: margin-top 0.3s;
  -ms-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  margin-top: -7px; }

#footer-map .pin.mapfooter-pin_belg {
  background-position: 0px 0px;
  height: 36px;
  width: 28px;
  left: 823px;
  top: 398px; }

#footer-map .pin.mapfooter-pin_chor {
  background-position: -33px 0px;
  height: 36px;
  width: 30px;
  top: 485px;
  left: 928px; }

#footer-map .pin.mapfooter-pin_cze {
  background-position: -68px 0px;
  height: 37px;
  width: 29px;
  top: 414px;
  left: 925px; }

#footer-map .pin.mapfooter-pin_de {
  background-position: -102px 0px;
  height: 36px;
  width: 29px;
  top: 414px;
  left: 891px; }

#footer-map .pin.mapfooter-pin_rak {
  background-position: -136px 0px;
  height: 36px;
  width: 29px;
  top: 452px;
  left: 907px; }

#footer-map .pin.mapfooter-pin_sk {
  background-position: -170px 0px;
  height: 36px;
  width: 29px;
  top: 438px;
  left: 948px; }

#footer-map .pin.mapfooter-pin_svaj {
  background-position: -204px 0px;
  height: 36px;
  width: 29px;
  top: 446px;
  left: 869px; }

#footer-map .pin.mapfooter-pin_swe {
  background-position: -238px 0px;
  height: 36px;
  width: 29px;
  top: 308px;
  left: 903px; }

#footer-map .pin.mapfooter-pin_usa {
  background-position: -272px 0px;
  height: 36px;
  width: 29px;
  top: 540px;
  left: 113px; }

#footer-map .pin span {
  position: absolute;
  width: 160px;
  color: #ffffff;
  background: #879ca2;
  height: 35px;
  opacity: 0;
  line-height: 35px;
  text-align: center;
  visibility: hidden;
  border-radius: 4px; }

#footer-map .pin:hover span {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  visibility: visible;
  opacity: 1;
  bottom: 40px;
  left: 50%;
  margin-left: -68px;
  z-index: 999; }

/*--------------------------------------------------------------
## Footer copyright
--------------------------------------------------------------*/
.copyright {
  color: #fff;
  opacity: .5;
  font-size: 13px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 24px; }

#introduce {
  background: #3084a4 url("img/bg-blue-dark.png") fixed;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
  z-index: 0; }

#introduce_wrapp {
  overflow: hidden;
  position: relative; }

#introduce:after {
  content: " ";
  background-image: url("img/muscle-man.png");
  width: 983px;
  height: 427px;
  z-index: -1;
  position: absolute;
  background-position: right top;
  background-repeat: no-repeat;
  margin-left: -175px;
  left: 50%;
  bottom: 0; }

#introduce.home:after {
  height: 708px; }

#introduce.freelancers:after, #introduce.freelanceri:after {
  background-image: url("img/rocky.png"); }

#introduce.freelancers, #introduce.freelanceri {
  background-image: url("img/bg-blue.png"); }

#introduce.page404 {
  background: #dd8e9b url("img/bg-red.png");
  border-bottom: 5px solid #9d3244;
  margin-top: 90px;
  overflow: hidden; }
  #introduce.page404:after {
    background-image: url("img/muscle-man-red.png");
    width: 1269px;
    height: 708px;
    left: 27%; }
  #introduce.page404 a:visited {
    color: #fff; }
  #introduce.page404 .text {
    margin-top: 120px;
    margin-bottom: 120px; }
    #introduce.page404 .text h1 {
      line-height: 1;
      font-size: 126px; }
    #introduce.page404 .text h1 strong {
      display: block;
      font-size: 58px;
      font-weight: normal; }
    #introduce.page404 .text p:last-of-type:after {
      background: #762633;
      margin-bottom: 18px; }

#introduce .text h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 11px; }

#introduce .text p {
  font-size: 18px; }

#introduce .text p:last-of-type:after {
  content: " ";
  display: block;
  height: 5px;
  width: 220px;
  background: #3084a4;
  margin-bottom: 42px;
  margin-top: 12px; }

.breadcrumbs {
  background: #f1f0f1;
  padding-top: 28px;
  padding-bottom: 13px;
  font-size: 17.92px;
  text-transform: uppercase; }

div.breadcrumbs {
  padding-top: 0;
  padding-bottom: 1px; }

.breadcrumbs .container {
  position: relative; }

.breadcrumbs .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px; }

.breadcrumbs .breadcrumb > li {
  font-weight: 600; }

.breadcrumbs .breadcrumb > li + li:before {
  content: "\e605";
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.2;
  color: #3084a4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px; }

.breadcrumbs .breadcrumb a {
  font-weight: 600;
  color: #788c93;
  text-decoration: none; }

.breadcrumbs .breadcrumb a:hover {
  color: #3084a4;
  text-decoration: underline; }

.breadcrumbs .breadcrumb .active {
  color: #a8c8d6; }

/** SIDEBAR **/
.widget_nav_menu ul#menu-it-freelanceri {
  padding: 0px; }

.widget_nav_menu ul#menu-it-freelanceri li {
  list-style: none;
  margin-bottom: 8px; }

.widget_nav_menu ul#menu-firmy {
  padding: 0px; }

.widget_nav_menu ul#menu-firmy li {
  list-style: none;
  margin-bottom: 8px; }

.widget_nav_menu .menu-item a {
  display: block;
  position: relative;
  color: #788c93;
  background: #f1f0f1;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 40px 12px 16px; }

.widget_nav_menu .current-menu-item a {
  background: #53c1eb;
  color: #fff; }

.widget_nav_menu .menu-item a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 12px;
  content: "\e605";
  font-family: 'icomoon';
  speak: none;
  line-height: 2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #53c1eb; }

.widget_nav_menu .current-menu-item a:after {
  color: #fff; }

/** BTN **/
input.btn.btn-primary-light {
  font-weight: 600;
  display: inline-block;
  padding: 12px 32px 9px;
  border-radius: 0px;
  font-size: 16px;
  text-transform: uppercase;
  border-width: 0 0 5px 0;
  text-decoration: none; }

input.btn.btn-primary-light {
  color: #ffffff;
  background-color: #53c1eb;
  border-color: #1a6184;
  border-width: 0 0 5px 0; }

input.form-control {
  width: 100%;
  height: 38.4px;
  font-weight: 600;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #53c1eb;
  background-color: transparent;
  background-image: none;
  border: 1px solid #53c1eb;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

input.form-control::-moz-placeholder {
  color: #53c1eb;
  opacity: 1; }

input.form-control:-ms-input-placeholder {
  color: #53c1eb; }

input.form-control::-webkit-input-placeholder {
  color: #53c1eb; }

/*------------------------------*\
		Custom styles
\*------------------------------*/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #53c1eb;
  text-decoration: none; }

a:hover, a:focus {
  color: #3084a4;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn, .btn button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .btn:focus button, .btn:active:focus button, .btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover button, .btn:hover, .btn:focus button, .btn:focus {
  color: #666666;
  text-decoration: none; }

.btn:active button, .btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-primary button, .btn-primary {
  color: #ffffff;
  background-color: #3084a4;
  border-color: #2a7490; }

.btn-primary:hover button, .btn-primary:hover, .btn-primary:focus button, .btn-primary:focus, .btn-primary:active button, .btn-primary:active {
  color: #ffffff;
  background-color: #276b84;
  border-color: #1c4e61; }

.btn-primary:active button, .btn-primary:active {
  background-image: none; }

.btn-primary:hover button, .btn-primary:hover, .btn-primary:focus button, .btn-primary:focus, .btn-primary:active button, .btn-primary:active {
  color: #ffffff;
  background-color: #276b84;
  border-color: #276b84; }

.btn-primary:active button, .btn-primary:active {
  background-image: none; }

.btn-lg button, .btn-lg {
  padding: 20px 24px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

.btn button, btn {
  font-weight: 600;
  display: inline-block;
  padding: 12px 32px 9px;
  border-radius: 0px;
  font-size: 16px;
  text-transform: uppercase;
  border-width: 0 0 5px 0;
  text-decoration: none; }

.btn-lg button, .btn-lg {
  padding: 12px 32px 12px;
  font-size: 20px; }

a {
  transition: .3s color ease-in-out, .3s background-color ease-in-out, .3s opacity ease-in-out, .3s border ease-in-out;
  -webkit-transition: .3s color ease-in-out, .3s background-color ease-in-out, .3s opacity ease-in-out, .3s border ease-in-out;
  -moz-transition: .3s color ease-in-out, .3s background-color ease-in-out, .3s opacity ease-in-out, .3s border ease-in-out;
  -ms-transition: .3s color ease-in-out, .3s background-color ease-in-out, .3s opacity ease-in-out, .3s border ease-in-out;
  -o-transition: .3s color ease-in-out, .3s background-color ease-in-out, .3s opacity ease-in-out, .3s border ease-in-out; }

a, a:hover, a:active, a:focus, .btn:focus {
  outline: 0; }

:focus {
  outline: none; }

a:focus {
  text-decoration: none; }

a {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

input, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.42857143;
  color: #53c1eb;
  background-color: transparent;
  background-image: none;
  border: 1px solid #53c1eb;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-weight: 600;
  padding: 4.8px 16px;
  margin-bottom: 20px; }
  input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    border-color: #810808 !important;
    color: #810808 !important; }

input.datepicker {
  padding-left: 16px; }

input[type="text"] {
  border-width: 1px; }

input {
  height: 38.4px; }

input:focus, textarea:focus {
  border-color: #53c1eb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(83, 193, 235, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(83, 193, 235, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(83, 193, 235, 0.6);
  box-shadow: none;
  background: #fff; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #53c1eb;
  opacity: 1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #53c1eb; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #53c1eb; }

input.wpcf7-not-valid::-moz-placeholder, textarea.wpcf7-not-valid::-moz-placeholder {
  color: #810808; }

input.wpcf7-not-valid:-ms-input-placeholder, textarea.wpcf7-not-valid:-ms-input-placeholder {
  color: #810808; }

input.wpcf7-not-valid::-webkit-input-placeholder, textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: #810808; }

input[disabled],
select[disabled],
.wpcf7 div.selector.disabled {
  cursor: not-allowed !important;
  background: #d9dfe1 !important;
  opacity: 1; }

.disabled .wpcf7-list-item-label {
  cursor: not-allowed !important; }
  .disabled .wpcf7-list-item-label::before {
    cursor: not-allowed !important;
    background: #d9dfe1 !important; }

.news-block {
  background: #f1f0f1;
  width: 300px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out; }

.news-block:hover {
  background-color: #53c1eb; }

.news-block:hover .date, .news-block:hover h2, .news-block.hp:hover h4, .news-block:hover .excerpt {
  color: #ffffff !important; }

.news-holder a {
  text-decoration: none; }

.news-block .date {
  padding: 30px 15px 0 15px;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 800;
  text-transform: uppercase;
  color: #53c1eb;
  margin: 0;
  text-decoration: none;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out; }

.news-block h2, .news-block.hp h4 {
  height: 88px;
  overflow: hidden;
  padding: 7px 15px 0 15px;
  margin: 0;
  color: #525252 !important;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out; }

.news-block .excerpt {
  height: 86px;
  overflow: hidden;
  color: #788c93;
  font-size: 14px;
  line-height: 21px;
  padding: 25px 15px 0 15px;
  text-decoration: none;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out; }

.news-block .img {
  height: 170px;
  overflow: hidden; }

.news-block.hp {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: #53c1eb;
  border: 1px solid #53c1eb; }

.news-block.hp::before {
  content: "\e605";
  color: #ffffff;
  float: right;
  margin: 47px 10px 0 0;
  font-family: 'icomoon';
  font-size: 30px; }

.news-block.hp:hover {
  border-color: #ffffff; }

.news-block.hp .date {
  padding: 20px 20px 0 20px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1.2px; }

.news-block.hp h4 {
  height: auto;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 38px;
  padding: 7px 20px 0 20px;
  font-weight: 600; }

.news-block.hp .excerpt {
  padding: 10px 20px 0 20px;
  height: auto;
  color: #ffffff;
  font-size: 16px; }

header#masthead {
  background: #ffffff; }

header#masthead nav#site-navigation {
  float: left;
  width: auto;
  margin: 62px 0 0 auto;
  max-height: calc( 100vh - 98px );
  overflow: auto; }

header#masthead .site-branding {
  float: left;
  margin-left: 0;
  margin-right: auto; }

.custom-logo:hover {
  opacity: 0.7; }

.custom-logo {
  position: absolute;
  width: 160px;
  top: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s; }

header#masthead.scrolled {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 10px; }
  header#masthead.scrolled nav#site-navigation {
    margin-top: 15px; }
  header#masthead.scrolled #primary-menu > li > a {
    padding-bottom: 10px; }
  header#masthead.scrolled .custom-logo {
    opacity: 0; }

header#masthead nav#site-navigation {
  transition: margin-top 0.3s; }
header#masthead .custom-logo {
  transition: opacity 0.3s; }

#masthead .custom-logo-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 55px;
  top: 0;
  opacity: 0;
  background-image: url("img/logo-helmet.png");
  background-repeat: no-repeat;
  background-size: 50px 55px;
  background-position: center bottom;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s; }

#masthead.scrolled .custom-logo-link::before {
  opacity: 1; }

#primary-menu li a {
  font-weight: 600;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  white-space: nowrap;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 31px;
  text-decoration: none;
  text-align: center;
  color: #1e404b;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 5px solid #fff; }

.site-branding {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-width: 90px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 18px;
  margin-bottom: 18px;
  text-decoration: none; }

.menu-wrapper {
  position: relative; }

#primary-menu > li:nth-child(6) > a, #primary-menu > li:nth-child(7) > a {
  color: #788c93; }

#primary-menu > li:nth-child(6) > a {
  border-left: 1px solid #d9dfe1;
  border-right: 1px solid #d9dfe1;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #d9dfe1 0%, #d9dfe1 70%, transparent 71%) 1 100%; }

.main-navigation li {
  position: static; }

.main-navigation .sub-wrapper {
  background: #3084a4;
  z-index: -9;
  position: absolute;
  left: 0;
  height: 44px;
  bottom: -44px;
  width: 100%;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s, visibility 0s ease-out 0.5s; }

.main-navigation ul li:hover > .sub-wrapper, .main-navigation ul li.focus > .sub-wrapper {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in 0s; }
  .main-navigation ul li:hover > .sub-wrapper > ul, .main-navigation ul li.focus > .sub-wrapper > ul {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    float: none; }

#primary-menu .sub-menu {
  margin-bottom: 0;
  padding: 12px 0;
  display: flex;
  justify-content: center; }
  #primary-menu .sub-menu li {
    display: block;
    width: auto; }
  #primary-menu .sub-menu a {
    font-weight: 600;
    color: #fff !important;
    opacity: .7;
    text-decoration: none;
    border-bottom: 0;
    padding: 0 15px;
    font-size: 16px; }

#primary-menu .wpml-cust-image-class {
  position: relative;
  top: -2px;
  left: -7px; }

#primary-menu li:first-of-type .sub-menu {
  justify-content: space-between; }
  #primary-menu li:first-of-type .sub-menu a {
    padding: 0;
    font-size: 14px;
    letter-spacing: -0.5px; }

#primary-menu li .sub-menu a {
  transition: 0.2s opacity; }
  #primary-menu li .sub-menu a:hover {
    opacity: 1; }

p.breadcrumbs a {
  font-weight: 600;
  color: #788c93;
  text-decoration: none; }

p.breadcrumbs a:hover {
  color: #3084a4; }

span.breadcrumb_last {
  font-weight: 600;
  color: #000;
  text-decoration: none; }

#masthead {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%; }
  #masthead .site-description,
  #masthead .site-title {
    display: none; }

#page {
  padding-top: 62px; }

#introduce .text {
  margin-top: 180px;
  color: #fff; }

.pg60 {
  padding-top: 60px;
  padding-bottom: 60px; }

#primary-menu > li > a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }

#primary-menu > li > a:hover,
#primary-menu > li.current-menu-item > a,
#primary-menu > li.current-menu-parent > a,
#primary-menu > li.current-menu-ancestor > a,
#primary-menu > li.active > a {
  color: #53c1eb;
  border-bottom: 5px solid #53c1eb; }

#primary-menu > li > a::before {
  content: '';
  font-family: 'icomoon';
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1;
  margin: 0 auto 5px;
  width: 24px;
  height: 25px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#primary-menu > li:nth-child(1) > a::before {
  content: "\e601"; }

#primary-menu > li:nth-child(2) > a::before {
  content: "\e60c"; }

#primary-menu > li:nth-child(3) > a::before {
  content: "\e60b"; }

#primary-menu > li:nth-child(4) > a::before {
  content: "\e627"; }

#primary-menu > li:nth-child(5) > a::before {
  content: "\e901"; }

#primary-menu > li:nth-child(6) > a::before {
  content: "\e60d"; }

#primary-menu > li:nth-child(7) > a::before {
  content: "\e628"; }

/*------------------------------*\
		SEARCH
\*------------------------------*/
.pull-right {
  float: right !important; }

.btn {
  font-weight: 600;
  display: inline-block;
  padding: 12px 16px 9px;
  border-radius: 0px;
  font-size: 16px;
  text-transform: uppercase;
  border-width: 0 0 5px 0;
  text-decoration: none; }

.btn-sm {
  padding: 6px 32px 6px;
  font-size: 14px; }

.btn-hole {
  padding: 12px 32px 12px;
  background: transparent;
  border-width: 1px;
  color: #3084a4; }

.btn-hole:hover, .btn-hole:focus {
  color: #fff;
  background: #3084a4;
  border-color: #3084a4; }

.btn-white {
  border-color: #fff;
  color: #fff; }

.btn-white:hover, .btn-white:focus {
  color: #fff;
  background: #67b5d3;
  border-color: #67b5d3; }

.icon-icn-x-close:before {
  content: "\e624"; }

.icon-icn-lupa:before {
  content: "\e60d"; }

#search {
  display: none;
  background: #3084a4;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px; }

#search input::-webkit-input-placeholder {
  color: #fff;
  text-transform: none;
  font-weight: normal; }

#search input:-moz-placeholder {
  color: #fff;
  text-transform: none;
  font-weight: normal; }

#search input::-moz-placeholder {
  color: #fff;
  text-transform: none;
  font-weight: normal; }

#search input:-ms-input-placeholder {
  color: #fff;
  text-transform: none;
  font-weight: normal; }

#search input {
  background: none;
  border: 0;
  line-height: 45px;
  width: calc(100% - 170px);
  height: 45px;
  color: #fff;
  display: inline-block;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 0; }

#search input:-webkit-autofill,
#search input:-webkit-autofill:hover,
#search input:-webkit-autofill:focus,
#search input:-webkit-autofill:active {
  border: 0;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0 30px #3084a4 inset !important;
  font-size: 16px;
}

#search .close-btn {
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
  margin-left: 6px;
  margin-top: 11px;
  text-decoration: none; }

#search .close-btn:hover {
  opacity: .7; }

/*------------------------------*\
		Mobile menu
\*------------------------------*/
@media screen and (max-width: 649px) {
  .menu-toggle {
    display: block;
    position: absolute;
    top: 27px;
    right: 20px;
    background-color: transparent;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 0;
    outline: none !important;
    cursor: pointer;
    z-index: 100; }

  .hamburger-bar {
    position: absolute;
    width: 38px;
    height: 4px;
    background-color: #3084a4;
    left: 3px;
    transition: transform .25s ease, top .25s ease;
    border-radius: 3px; }

  #bar-1 {
    top: 9px; }

  #bar-2 {
    top: 20px; }

  #bar-3 {
    top: 31px; }

  .toggled #bar-1 {
    transform: rotate(45deg);
    top: 20px; }

  .toggled #bar-2 {
    transform: scaleX(0); }

  .toggled #bar-3 {
    transform: rotate(-45deg);
    top: 20px; }

  .main-navigation ul li.active > .sub-wrapper {
    visibility: visible; }

  header#masthead .site-branding, header#masthead.scrolled .site-branding {
    float: none;
    height: 70px;
    margin-bottom: 10px; }
  header#masthead nav#site-navigation, header#masthead.scrolled nav#site-navigation {
    float: none;
    width: 100%;
    margin-top: 0; }
  header#masthead #primary-menu li a, header#masthead.scrolled #primary-menu li a {
    padding-bottom: 10px;
    border-bottom: none;
    white-space: normal; }
  header#masthead #primary-menu > li, header#masthead.scrolled #primary-menu > li {
    z-index: 999;
    position: relative;
    overflow: hidden; }
  header#masthead .sub-wrapper, header#masthead.scrolled .sub-wrapper {
    position: relative;
    top: 0 !important;
    height: 0;
    max-height: 0;
    transition: max-height 0.5s;
    opacity: 1; }
    header#masthead .sub-wrapper > ul, header#masthead.scrolled .sub-wrapper > ul {
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      margin: 0 auto;
      float: none; }
  header#masthead .active > .sub-wrapper, header#masthead.scrolled .active > .sub-wrapper {
    height: auto;
    max-height: 500px; }

  #page {
    padding-top: 14px; }

  #search input {
    width: 100%;
    font-size: 12px; }

  .custom-logo {
    width: 100px;
    top: 0px;
    left: 15px; } }
/*------------------------------*\
		HOME PAGE
\*------------------------------*/
.home #page > .container.pg60 {
  padding-bottom: 0; }
.home #intro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/muscle-man.png");
  background-repeat: no-repeat;
  background-position: 410px 30%; }
.home #intro .wpb_wrapper {
  position: relative;
  z-index: 1; }
.home #intro .vc_column-inner {
  padding-top: 50px; }
.home #intro .social-icons-wrapper {
  position: relative;
  z-index: 10; }
  .home #intro .social-icons-wrapper .icon-icn-social-fb:before {
    content: "\e61d"; }
  .home #intro .social-icons-wrapper .icon-icn-social-t:before {
    content: "\e61f"; }
  .home #intro .social-icons-wrapper .icon-icn-social-i-header {
    background: url("img/403-instagram.svg?v=2") no-repeat 0 0;
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block; }
  .home #intro .social-icons-wrapper .social-icons .instagram:hover .icon-icn-social-i-header {
    background-image: url("img/403-instagram-w.svg?v=2"); }
  .home #intro .social-icons-wrapper .social-icons > a.instagram:hover {
    background-color: #DD2A7B; }
  .home #intro .social-icons-wrapper .icon-icn-team-in:before {
    content: "\e621"; }
  .home #intro .social-icons-wrapper .social-icons {
    font-size: 28px; }
  .home #intro .social-icons-wrapper .social-icons > a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 18px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #3c5963;
    opacity: .5;
    background: #c5ced1;
    display: inline-block;
    text-decoration: none;
    border-radius: 1000px; }
  .home #intro .social-icons-wrapper .social-icons > a {
    opacity: 1;
    background: #ffffff;
    height: 33px;
    width: 33px;
    line-height: 35px;
    color: #53c1eb; }
  .home #intro .social-icons-wrapper .social-icons {
    position: absolute;
    top: -60px;
    right: 0; }
  .home #intro .social-icons-wrapper .social-icons > a + a {
    margin-left: 5px; }
  .home #intro .social-icons-wrapper .social-icons > a:hover {
    opacity: 1;
    text-decoration: none;
    color: #fff; }
  .home #intro .social-icons-wrapper .social-icons a.facebook:hover {
    background: #4668b3; }
  .home #intro .social-icons-wrapper .social-icons a.twitter:hover {
    background: #2fbbed; }
  .home #intro .social-icons-wrapper .social-icons a.linkedin:hover {
    background: #007bb6; }
.home #intro .underline-p p {
  position: relative;
  display: block; }
  .home #intro .underline-p p::before {
    content: " ";
    position: absolute;
    bottom: -12px;
    display: block;
    height: 5px;
    width: 220px;
    background: #3084a4; }
.home #intro .btn-primary {
  padding: 0; }
  .home #intro .btn-primary a {
    color: #fff;
    background: none;
    border: none;
    padding: 12px 32px 12px;
    font-size: 20px; }
    @media (max-width: 575px) {
      .home #intro .btn-primary a {
        padding-left: 5px;
        padding-right: 5px;
        word-wrap: normal;
        word-break: normal;
      }
    }
  .home #intro .btn-primary:not(:disabled):not(.disabled).active, .home #intro .btn-primary:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #276b84;
    border-color: #276b84; }
.home #intro .vc_btn3-inline.btn-primary {
  top: 20px;
  position: relative; }
.home #intro .container.offers > div {
  width: 100%; }
.home #intro .jobs-offer > .row {
  margin-right: 0; }
.home #intro .jobs-offer .info p {
  font-size: 14px; }
.home #intro .jobs-offer a.btn-primary {
  padding: 12px 32px 12px;
  color: #fff; }
.home #intro .specialists .btn-primary-light {
  color: #ffffff;
  background-color: #53c1eb;
  border-color: #1a6184;
  border-width: 0 0 5px 0;
  margin-top: 15px; }
  .home #intro .specialists .btn-primary-light:hover {
    color: #ffffff;
    background-color: #2eb4e7;
    border-color: #2eb4e7;
    outline: none; }
  .home #intro .specialists .btn-primary-light:focus {
    outline: none !important; }
.home #intro .specialists .form-control {
  margin-bottom: 10px; }
.home #intro .specialists .select-wrapper {
  position: relative; }
.home #intro .specialists .select-arrow {
  position: absolute;
  top: 0;
  right: 0; }
  .home #intro .specialists .select-arrow::after {
    content: '';
    font-family: 'icomoon';
    color: #fff;
    pointer-events: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e606";
    right: 12px;
    top: 10px;
    position: absolute;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
.home #intro .specialists .form-control:focus + .select-arrow::after {
  color: #425f74;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg); }
.home .icon-play:before {
  content: "\e905"; }
.home .icon-play-round {
  background-color: #3084A4;
  padding: 35px 30px 35px 40px;
  color: #ccc;
  font-size: 45px;
  border-radius: 115px;
  border: 2px solid #ccc;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-top: 15px;
  transition: 0.5s ease;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: pulseShadow 3s infinite; }
.home .icon-play-round:hover {
  border: 2px solid #fff;
  margin-top: 10px;
  padding: 40px 35px 40px 45px;
  color: #fff;
  font-size: 50px; }
@keyframes pulseShadow {
  40% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0); }
  70% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
.home #yt-video-wrapper {
  position: relative;
  background: url("img/intro-video-back.jpg") center center no-repeat #35535d;
  text-align: center;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 333px; }
  .home #yt-video-wrapper h3 {
    margin-top: 25px;
    margin-bottom: 30px;
    padding-top: 0;
    color: #fff;
    font-size: 24px; }
  .home #yt-video-wrapper .wpb_column {
    height: 100%; }
    .home #yt-video-wrapper .wpb_column .vc_column-inner {
      position: relative;
      height: 100%; }
  .home #yt-video-wrapper #yt-video {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.home .wpb_posts_slider .flex-caption, .home .wpb_posts_slider .nivo-caption {
  background: none; }
.home .flexslider {
  background: none;
  border: none;
  box-shadow: none; }
  .home .flexslider.wpb_gallery_slides ul.slides {
    transition-duration: 3s !important; }
  .home .flexslider .flex-next, .home .flexslider .flex-prev {
    opacity: .7;
    font-size: 0;
    width: 25px;
    height: 25px; }
    .home .flexslider .flex-next::before, .home .flexslider .flex-prev::before {
      cursor: pointer;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transition: color 0.3s;
      color: #d9dfe1;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      position: relative;
      display: block; }
    .home .flexslider .flex-next:hover::before, .home .flexslider .flex-prev:hover::before {
      color: #53c1eb; }
  .home .flexslider .flex-next {
    right: 0 !important;
    left: auto !important; }
    .home .flexslider .flex-next::before {
      content: "\e605"; }
  .home .flexslider .flex-prev {
    left: 0 !important;
    right: auto !important; }
    .home .flexslider .flex-prev::before {
      content: '\e602'; }
  .home .flexslider .flex-control-nav.flex-control-paging {
    display: none; }
  .home .flexslider .flex-direction-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px; }
.home #testimonials {
  color: #fff; }
  .home #testimonials h2 {
    color: #fff; }
  .home #testimonials .wpb_wrapper > h2 {
    margin-top: -35px;
    margin-bottom: 60px; }
  .home #testimonials .flexslider {
    margin-bottom: 0; }
    .home #testimonials .flexslider .flex-viewport {
      height: auto !important; }
    .home #testimonials .flexslider .flex-caption {
      display: flex;
      align-items: center;
      height: 100%; }
    .home #testimonials .flexslider h2.post-title {
      width: 230px;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 0;
      text-transform: none;
      color: #fff;
      font-size: 16px;
      text-align: right;
      padding-right: 50px; }
      .home #testimonials .flexslider h2.post-title::before {
        content: "\e903";
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 10px; }
      .home #testimonials .flexslider h2.post-title span.job {
        margin-top: 10px;
        display: block;
        font-size: 0.9em;
        font-weight: 400;
        color: #a8c8d6; }
    .home #testimonials .flexslider p {
      margin-bottom: 0;
      position: relative;
      height: auto;
      display: block;
      padding: 15px 0 15px 50px; }
      .home #testimonials .flexslider p::after {
        content: '';
        width: 16px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background: url("img/reference-divider.png") left center no-repeat; }
.home #clients .flexslider .slides li img {
  display: inline-block; }
.home #clients.three-in-row .flexslider .slides li img {
  width: 33.33%; }
.home #flipboxes {
  max-width: 100%;
  margin-left: 0; }
  .home #flipboxes .vc_column-inner {
    padding-left: 0;
    padding-right: 0; }
  .home #flipboxes .vc-hoverbox-front {
    width: 140px;
    padding-bottom: 140px;
    height: 0;
    margin-left: 23%; }
    .home #flipboxes .vc-hoverbox-front .vc-hoverbox-front-inner {
      padding: 0;
      width: 120%;
      left: -10%;
      margin-top: 1em;
      top: 100%;
      position: absolute; }
    .home #flipboxes .vc-hoverbox-front h2 {
      font-size: 18px; }
  .home #flipboxes .vc-hoverbox-back {
    color: #fff;
    border-bottom: 5px solid rgba(0, 0, 0, 0.2); }
    .home #flipboxes .vc-hoverbox-back h2 {
      color: #fff;
      font-size: 16px;
      width: 100%;
      max-width: 160px;
      margin: 0 auto 1em; }
    .home #flipboxes .vc-hoverbox-back p {
      font-size: 14px; }
  .home #flipboxes .vc-hoverbox .vc-hoverbox-front, .home #flipboxes .vc-hoverbox:hover .vc-hoverbox-front {
    margin-top: 1em;
    z-index: auto; }
  .home #flipboxes .vc-hoverbox:hover .vc-hoverbox-front {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s; }
  .home #flipboxes .vc-hoverbox-front {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY; }
  .home #flipboxes .vc-hoverbox:hover .vc-hoverbox-back {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY; }
  .home #flipboxes .vc-hoverbox-back {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.home #novinky {
  text-align: center; }
  .home #novinky h2 {
    color: #fff; }
  .home #novinky > .wpb_column {
    max-width: 948px;
    margin: 0 auto;
    float: none; }
    .home #novinky > .wpb_column > .vc_column-inner {
      padding-top: 25px; }
  .home #novinky .show-all a {
    position: absolute;
    right: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600; }
    .home #novinky .show-all a::after {
      content: "\e605";
      color: #fff;
      float: right;
      margin: 1px 0px 0 10px;
      font-family: 'icomoon';
      font-size: 15px; }
    .home #novinky .show-all a:hover {
      text-decoration: underline; }
  .home #novinky .vc_grid-item-mini:hover {
    outline: 1px solid white !important; }
  .home #novinky .vc_grid-item-mini::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "\e605";
    color: #ffffff;
    float: right;
    margin: -0.5em 0 0;
    font-family: 'icomoon';
    font-size: 30px;
    line-height: 1em; }
  .home #novinky .vc_pageable-slide-wrapper {
    color: #fff; }
    .home #novinky .vc_pageable-slide-wrapper .vc_gitem-post-data-source-post_date {
      padding: 12px 15px 0 15px;
      font-size: 12px;
      letter-spacing: 1.5px;
      font-weight: 800;
      text-transform: uppercase;
      margin: 0;
      text-decoration: none; }
    .home #novinky .vc_pageable-slide-wrapper .vc_gitem-post-data-source-post_title {
      height: 88px;
      overflow: hidden;
      padding: 27px 15px 0 15px;
      margin: 0;
      font-size: 24px;
      line-height: 27px;
      letter-spacing: 0;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase; }
    .home #novinky .vc_pageable-slide-wrapper .vc_custom_heading div,
    .home #novinky .vc_pageable-slide-wrapper .vc_custom_heading div p {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .home #novinky .vc_pageable-slide-wrapper .vc_gitem-post-data-source-post_excerpt {
      height: 66px;
      overflow: hidden;
      font-size: 16px;
      line-height: 21px;
      padding: 37px 15px 0 15px;
      text-decoration: none;
      text-transform: none; }

.search #page > .container {
  padding-top: 70px; }
.search .pagination {
  margin-bottom: 60px; }

/*------------------------------*\
		RESPONSIVENESS
\*------------------------------*/
@media (max-width: 2100px) {
  .home #intro::before {
    background-position: 50% 30%; } }
@media (max-width: 1725px) {
  .home #intro::before {
    background-position: 60% 30%; } }
@media (max-width: 1600px) {
  .home #intro::before {
    background-position: 70% 30%; } }
@media (max-width: 1475px) {
  .home #intro::before {
    background-position: 92.5% 30%; } }
@media (max-width: 1350px) {
  .home #intro::before {
    background-position: 115% 30%; } }
@media (max-width: 1201px) {
  #primary-menu li a {
    padding-left: 15px;
    padding-right: 15px; }

  .custom-logo {
    width: 140px; }

  header#masthead nav#site-navigation {
    margin-top: 42px; }

  #primary-menu li:first-of-type .sub-menu a {
    font-size: 13px; }

  #page {
    padding-top: 45px; }

  .home #flipboxes .vc-hoverbox-front {
    width: 54%;
    padding-bottom: 54%; } }
@media (max-width: 1201px) and (min-width: 994px) {
  .offers .specialists .counts, .offers .jobs-offer .counts {
    width: 45%; }

  .offers .specialists .info, .offers .jobs-offer .info {
    width: 55%; }

  .offers .specialists .counts .count {
    padding-top: 10px;
    font-size: 60px; }
  .offers .jobs-offer .counts .count {
    font-size: 60px !important;
    padding-top: 10px; } }
@media (max-width: 993px) {
  .custom-logo {
    width: 100px;
    top: 15px;
    left: -10px; }

  #primary-menu li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px; }

  #primary-menu li:first-of-type .sub-wrapper {
    bottom: auto;
    top: 110px;
    height: auto; }
  #primary-menu li:first-of-type .sub-menu {
    display: block; }
    #primary-menu li:first-of-type .sub-menu li {
      display: block;
      padding: 5px; }
      #primary-menu li:first-of-type .sub-menu li a {
        font-size: 15px; }

  header#masthead.scrolled #primary-menu li:first-of-type .sub-wrapper {
    top: 80px; }

  .home #intro::before {
    background-position: left 30%; }

  .offers .specialists, .offers .jobs-offer {
    width: 100%;
    float: none; }

  .offers .specialists .info {
    padding-right: 2em; }

  .stats.horizontal .grid {
    background-size: 90% auto; }
    .stats.horizontal .grid .icon {
      font-size: 40px;
      height: 40px; }
    .stats.horizontal .grid .count {
      font-size: 30px;
      margin-top: 20px; }
    .stats.horizontal .grid .ff-label {
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.3em; }

  .widget_nav_menu .menu-item a:after {
    right: 5px; }

  .col-12.col-md-9 #main .content {
    padding-left: 15px; }

  #specialist-form div.selector,
  #specialist-form input[type="text"] {
    font-size: 15px;
    letter-spacing: -0.3px;
    padding: 4px 10px; }

  .home #flipboxes .vc-hoverbox-back p {
    text-align: center !important; }

  #notice .container {
    text-align: center; }
    #notice .container p {
      position: relative;
      width: 80%;
      left: 10%;
      margin-bottom: 15px;
      line-height: 1.6; }
    #notice .container .btn {
      display: block;
      float: none !important;
      margin: 10px auto;
      clear: both;
      max-width: 250px; } }
@media (max-width: 769px) {
  .menu-wrapper > .container {
    width: 100%;
    max-width: 100%; }

  #primary-menu li a {
    padding-left: 5px;
    padding-right: 5px; }

  #primary-menu > li > a {
    padding-top: 21px;
    padding-bottom: 10px; }

  #primary-menu > li:nth-child(6) > a {
    border-image: linear-gradient(to bottom, transparent 10%, #d9dfe1 11%, #d9dfe1 90%, transparent 91%) 1 100%; }

  #primary-menu li:first-of-type .sub-wrapper,
  #primary-menu li .sub-wrapper {
    bottom: auto;
    top: 87px;
    height: auto; }
  #primary-menu li .sub-menu {
    display: block; }
    #primary-menu li .sub-menu li {
      display: block;
      padding: 5px; }
      #primary-menu li .sub-menu li a {
        font-size: 15px; }

  header#masthead nav#site-navigation {
    margin-top: 20px; }

  #page > .container.pg60 {
    padding-top: 0; }

  header#masthead.scrolled #primary-menu li .sub-wrapper {
    top: 80px; }

  .custom-logo {
    width: 80px;
    top: 5px;
    left: 15px; }

  .home #intro .social-icons-wrapper .social-icons {
    position: relative;
    text-align: right;
    top: 0; }

  .stats.horizontal .grid .icon {
    font-size: 35px;
    height: 35px; }
  .stats.horizontal .grid .count {
    font-size: 22px;
    margin-top: 5px; }
  .stats.horizontal .grid .ff-label {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 0; }

  #flipboxes .vc_col-sm-3 {
    width: 50%;
    float: left;
    margin-bottom: 15px; }

  .home #testimonials .flexslider h2.post-title {
    width: 150px;
    padding-right: 20px; }

  .home #testimonials .flexslider p {
    padding-left: 30px; }

  #footer .col-12 {
    margin-bottom: 30px; }

  #footer .footer-col-4 p a.btn {
    margin-top: 5px; }

  .single-freelanceri .stats, .single-firmy .stats {
    display: none; }

  #search .container {
    max-width: 100% !important; }

  .home #novinky .show-all a {
    margin-top: 35px; } }
@media (max-width: 769px) and (min-width: 576px) {
  header#masthead nav#site-navigation {
    margin-top: 0; }

  .offers .specialists .counts, .offers .jobs-offer .counts {
    width: 40%; }

  .offers .specialists .info, .offers .jobs-offer .info {
    width: 60%; }

  .offers .specialists .counts .count {
    font-size: 60px; } }
@media (max-width: 575px) {
  .offers .specialists .counts, .offers .jobs-offer .counts, .offers .specialists .info, .offers .jobs-offer .info {
    width: 100%; }
  .offers .jobs-offer .info {
    padding-right: 0;
  }
  .offers .specialists {
    padding-bottom: 20px; }

  .offers .specialists .counts, .offers .jobs-offer .counts {
    min-height: 200px; }

  .offers .specialists .info {
    padding-right: 15px; }

  .infoNew {
    max-height: unset; }

  .home #intro .jobs-offer a.btn-primary {
    margin-bottom: 20px; }

  .stats.horizontal {
    text-align: center; }
    .stats.horizontal .grid {
      float: none;
      width: 100%;
      max-width: 170px;
      height: 200;
      background-size: contain;
      margin: 10px auto; }
      .stats.horizontal .grid .icon {
        font-size: 40px;
        height: 40px; }
      .stats.horizontal .grid .count {
        font-size: 40px;
        margin-top: 0;
        height: 1.1em;
        margin-bottom: 10px; }
      .stats.horizontal .grid .ff-label {
        margin-top: 0;
        font-size: 14px;
        line-height: 1.2em;
        margin-bottom: 0; }

  .home #testimonials {
    padding-bottom: 30px !important; }
    .home #testimonials .flexslider .flex-caption {
      display: block; }
    .home #testimonials .flexslider h2.post-title {
      width: 100%;
      text-align: left;
      text-align: center;
      padding-right: 0; }
    .home #testimonials .flexslider p {
      width: 100%;
      padding-left: 0;
      padding-top: 30px;
      text-align: center; }
      .home #testimonials .flexslider p:after {
        width: 100%;
        height: 16px;
        top: 10px;
        background: url(img/reference-divider-mobile.png) center center no-repeat; }

  .home #novinky h2 {
    padding-bottom: 30px; } }
.btn-primary-light {
  color: #ffffff;
  background-color: #53c1eb;
  border-color: #1a6184;
  border-width: 0 0 5px 0; }

.btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light:active {
  color: #ffffff;
  background-color: #2eb4e7;
  border-color: #103b51; }

.btn-primary-light:active {
  background-image: none; }

.btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light:active {
  color: #ffffff;
  background-color: #2eb4e7;
  border-color: #2eb4e7; }

.btn-primary-light:active {
  background-image: none; }

/*------------------------------*\
		Orange top bar
\*------------------------------*/
.icon-icn-x-close:before {
  content: "\e624"; }

.icon-icn-download:before {
  content: "\e62b"; }

#notice {
  background: #ef820f;
  color: #fff;
  display: none;
  padding-top: 8px;
  padding-bottom: 8px; }
  #notice .container {
    max-width: unset; }
  #notice p {
    background: none;
    border: 0;
    line-height: 31px;
    padding-top: 7px;
    float: left;
    margin-bottom: 0; }
  #notice .close-btn {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    margin-left: 6px;
    margin-top: 11px;
    text-decoration: none; }
  #notice .close-btn:hover {
    opacity: .7; }

.btn-white:hover, .btn-white:focus {
  color: #fff;
  background: #67b5d3;
  border-color: #67b5d3; }

.btn-white-hover:hover {
  color: #000 !important;
  border-color: #fff;
  background: #fff; }

/*------------------------------*\
		Modals
\*------------------------------*/
.modal,
.profile-form {
  /* Firefox */ }
  .modal label,
  .profile-form label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold; }
  .modal input[type="checkbox"],
  .profile-form input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }
  .modal input[type="file"],
  .profile-form input[type="file"] {
    display: block; }
  .modal input[type="file"]:focus, .modal input[type="checkbox"]:focus,
  .profile-form input[type="file"]:focus,
  .profile-form input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .modal .form-control,
  .profile-form .form-control {
    display: block;
    width: 100%;
    height: 38.4px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #53c1eb;
    background-color: transparent;
    background-image: none;
    border: 1px solid #53c1eb;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .modal .form-control:focus,
  .profile-form .form-control:focus {
    border-color: #53c1eb;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(83, 193, 235, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(83, 193, 235, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(83, 193, 235, 0.6); }
  .modal .form-control::-moz-placeholder,
  .profile-form .form-control::-moz-placeholder {
    color: #53c1eb;
    opacity: 1; }
  .modal .form-control:-ms-input-placeholder,
  .profile-form .form-control:-ms-input-placeholder {
    color: #53c1eb; }
  .modal .form-control::-webkit-input-placeholder,
  .profile-form .form-control::-webkit-input-placeholder {
    color: #53c1eb; }
  .modal textarea.form-control,
  .profile-form textarea.form-control {
    height: auto; }
  .modal .btn,
  .profile-form .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .modal .btn:focus, .modal .btn:active:focus,
  .profile-form .btn:focus,
  .profile-form .btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .modal .btn:hover, .modal .btn:focus,
  .profile-form .btn:hover,
  .profile-form .btn:focus {
    color: #666666;
    text-decoration: none; }
  .modal .btn:active,
  .profile-form .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .modal .btn[disabled],
  .profile-form .btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    filter: alpha(opacity=65);
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .modal .close,
  .profile-form .close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2; }
  .modal .close:hover, .modal .close:focus,
  .profile-form .close:hover,
  .profile-form .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5; }
  .modal button.close,
  .profile-form button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }
  .modal .modal-content,
  .profile-form .modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none; }
  .modal .modal-header,
  .profile-form .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    background: #2f82a3; }
  .modal .modal-header h2,
  .profile-form .modal-header h2 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: bolder; }
  .modal .modal-header .close,
  .profile-form .modal-header .close {
    margin-top: -22px;
    color: #fff;
    opacity: 0.7; }
  .modal .modal-body,
  .profile-form .modal-body {
    position: relative;
    padding: 20px; }
  .modal .tooltip,
  .profile-form .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 14px;
    line-height: 1.4;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; }
  .modal .tooltip.top,
  .profile-form .tooltip.top {
    padding: 6px 0;
    height: 37px;
    top: -38px; }
  .modal .tooltip-inner,
  .profile-form .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 0px;
    border-radius: 0.25em; }
  .modal .tooltip-arrow,
  .profile-form .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .modal .tooltip.top .tooltip-arrow,
  .profile-form .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #000000; }
  .modal .row:before, .modal .row:after, .modal .modal-dialog .modal-content .modal-body .row-modal:before, .modal .modal-dialog .modal-content .modal-body .row-modal:after,
  .profile-form .row:before,
  .profile-form .row:after,
  .profile-form .modal-dialog .modal-content .modal-body .row-modal:before,
  .profile-form .modal-dialog .modal-content .modal-body .row-modal:after {
    content: " ";
    display: table; }
  .modal .row:after, .modal .modal-dialog .modal-content .modal-body .row-modal:after,
  .profile-form .row:after,
  .profile-form .modal-dialog .modal-content .modal-body .row-modal:after {
    clear: both; }
  .modal .hide,
  .profile-form .hide {
    display: none !important; }
  .modal .slider,
  .profile-form .slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px; }
  .modal .slider-horizontal,
  .profile-form .slider-horizontal {
    width: 210px;
    height: 20px; }
  .modal .slider-horizontal .slider-track,
  .profile-form .slider-horizontal .slider-track {
    height: 10px;
    margin-top: -5px;
    top: 50%; }
  .modal .slider-horizontal .slider-track,
  .profile-form .slider-horizontal .slider-track {
    left: 0;
    right: 0; }
  .modal .slider-horizontal .slider-selection,
  .profile-form .slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0; }
  .modal .slider-horizontal .slider-handle,
  .profile-form .slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -5px; }
  .modal .slider input,
  .profile-form .slider input {
    display: none; }
  .modal .slider .tooltip-inner,
  .profile-form .slider .tooltip-inner {
    white-space: nowrap; }
  .modal .slider-track,
  .profile-form .slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
  .modal .slider-selection,
  .profile-form .slider-selection {
    position: absolute;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
    background-image: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  .modal .slider-handle,
  .profile-form .slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer; }
  .modal .form-control,
  .profile-form .form-control {
    font-weight: 600;
    padding: 4.8px 16px;
    margin-bottom: 20px;
    transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, background-color ease-in-out .15s; }
  .modal .form-control:focus,
  .profile-form .form-control:focus {
    box-shadow: none;
    background: #fff; }
  .modal label,
  .profile-form label {
    font-weight: normal; }
  .modal input[type=checkbox],
  .profile-form input[type=checkbox] {
    display: none; }
  .modal input[type=checkbox] + span,
  .profile-form input[type=checkbox] + span {
    position: relative;
    padding-left: 34px;
    display: inline-block; }
  .modal .gdpr .wpcf7-list-item-label,
  .profile-form .gdpr .wpcf7-list-item-label {
    color: #53c1eb;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase; }
  .modal input[type=checkbox] + span:before,
  .profile-form input[type=checkbox] + span:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    position: absolute;
    left: 0px;
    content: "\e616";
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    font-size: 24px;
    vertical-align: middle; }
  .modal input[type=checkbox]:checked + span:before,
  .profile-form input[type=checkbox]:checked + span:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e618";
    color: #3084a4;
    display: inline-block;
    cursor: pointer;
    margin-right: 8px;
    font-size: 24px;
    vertical-align: middle; }
  .modal #form-prefered-revenue .form-control,
  .profile-form #form-prefered-revenue .form-control {
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 6px;
    text-align: right; }
  .modal #form-prefered-revenue p,
  .profile-form #form-prefered-revenue p {
    color: #53c1eb; }
  .modal #form-prefered-revenue-sk .form-control,
  .profile-form #form-prefered-revenue-sk .form-control {
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 6px;
    text-align: right; }
  .modal #form-prefered-revenue-sk p,
  .profile-form #form-prefered-revenue-sk p {
    color: #53c1eb; }
  .modal .modal-dialog .modal-content,
  .profile-form .modal-dialog .modal-content {
    box-shadow: none;
    border: 1px solid #3084a4;
    border-radius: 0; }
  .modal .modal-dialog .modal-content .modal-header,
  .profile-form .modal-dialog .modal-content .modal-header {
    border: 0; }
  .modal .modal-dialog .modal-content .modal-body,
  .modal .wpcf7,
  .profile-form .modal-dialog .modal-content .modal-body,
  .profile-form .wpcf7 {
    border: 0;
    padding-left: 20px;
    padding-right: 20px; }
    .modal .modal-dialog .modal-content .modal-body div.selector,
    .modal .wpcf7 div.selector,
    .profile-form .modal-dialog .modal-content .modal-body div.selector,
    .profile-form .wpcf7 div.selector {
      border-color: #53c1eb; }
    .modal .modal-dialog .modal-content .modal-body div.selector span:not(.wpcf7-not-valid-tip),
    .modal .wpcf7 div.selector span:not(.wpcf7-not-valid-tip),
    .profile-form .modal-dialog .modal-content .modal-body div.selector span:not(.wpcf7-not-valid-tip),
    .profile-form .wpcf7 div.selector span:not(.wpcf7-not-valid-tip) {
      color: #53c1eb; }
    .modal .modal-dialog .modal-content .modal-body div.selector select,
    .modal .wpcf7 div.selector select,
    .profile-form .modal-dialog .modal-content .modal-body div.selector select,
    .profile-form .wpcf7 div.selector select {
      background: #fff;
      color: #000; }
    .modal .modal-dialog .modal-content .modal-body div.selector:after,
    .modal .wpcf7 div.selector:after,
    .profile-form .modal-dialog .modal-content .modal-body div.selector:after,
    .profile-form .wpcf7 div.selector:after {
      color: #53c1eb; }
    .modal .modal-dialog .modal-content .modal-body .form-control,
    .modal .wpcf7 .form-control,
    .profile-form .modal-dialog .modal-content .modal-body .form-control,
    .profile-form .wpcf7 .form-control {
      color: #53c1eb;
      border-color: #53c1eb; }
    .modal .modal-dialog .modal-content .modal-body .form-control::-moz-placeholder,
    .modal .wpcf7 .form-control::-moz-placeholder,
    .profile-form .modal-dialog .modal-content .modal-body .form-control::-moz-placeholder,
    .profile-form .wpcf7 .form-control::-moz-placeholder {
      color: #53c1eb;
      opacity: 1; }
    .modal .modal-dialog .modal-content .modal-body .form-control:-ms-input-placeholder,
    .modal .wpcf7 .form-control:-ms-input-placeholder,
    .profile-form .modal-dialog .modal-content .modal-body .form-control:-ms-input-placeholder,
    .profile-form .wpcf7 .form-control:-ms-input-placeholder {
      color: #53c1eb; }
    .modal .modal-dialog .modal-content .modal-body .form-control::-webkit-input-placeholder,
    .modal .wpcf7 .form-control::-webkit-input-placeholder,
    .profile-form .modal-dialog .modal-content .modal-body .form-control::-webkit-input-placeholder,
    .profile-form .wpcf7 .form-control::-webkit-input-placeholder {
      color: #53c1eb; }
    .modal .modal-dialog .modal-content .modal-body .form-control:focus,
    .modal .wpcf7 .form-control:focus,
    .profile-form .modal-dialog .modal-content .modal-body .form-control:focus,
    .profile-form .wpcf7 .form-control:focus {
      color: #53c1eb; }
    .modal .modal-dialog .modal-content .modal-body .form-control:focus::-moz-placeholder,
    .modal .wpcf7 .form-control:focus::-moz-placeholder,
    .profile-form .modal-dialog .modal-content .modal-body .form-control:focus::-moz-placeholder,
    .profile-form .wpcf7 .form-control:focus::-moz-placeholder {
      color: #53c1eb;
      opacity: 1; }
    .modal .modal-dialog .modal-content .modal-body .form-control:focus:-ms-input-placeholder,
    .modal .wpcf7 .form-control:focus:-ms-input-placeholder,
    .profile-form .modal-dialog .modal-content .modal-body .form-control:focus:-ms-input-placeholder,
    .profile-form .wpcf7 .form-control:focus:-ms-input-placeholder {
      color: #53c1eb; }
    .modal .modal-dialog .modal-content .modal-body .form-control:focus::-webkit-input-placeholder,
    .modal .wpcf7 .form-control:focus::-webkit-input-placeholder,
    .profile-form .modal-dialog .modal-content .modal-body .form-control:focus::-webkit-input-placeholder,
    .profile-form .wpcf7 .form-control:focus::-webkit-input-placeholder {
      color: #53c1eb; }
    .modal .modal-dialog .modal-content .modal-body input[type=checkbox] + span:before,
    .modal .wpcf7 input[type=checkbox] + span:before,
    .profile-form .modal-dialog .modal-content .modal-body input[type=checkbox] + span:before,
    .profile-form .wpcf7 input[type=checkbox] + span:before {
      color: #53c1eb; }
    .modal .modal-dialog .modal-content .modal-body input[type=checkbox]:checked + span:before,
    .modal .wpcf7 input[type=checkbox]:checked + span:before,
    .profile-form .modal-dialog .modal-content .modal-body input[type=checkbox]:checked + span:before,
    .profile-form .wpcf7 input[type=checkbox]:checked + span:before {
      color: #53c1eb; }
    .modal .modal-dialog .modal-content .modal-body p,
    .modal .wpcf7 p,
    .profile-form .modal-dialog .modal-content .modal-body p,
    .profile-form .wpcf7 p {
      font-size: 15px; }
    .modal .modal-dialog .modal-content .modal-body .btn-block, .modal .modal-dialog .modal-content .modal-body .form-control,
    .modal .wpcf7 .btn-block,
    .modal .wpcf7 .form-control,
    .profile-form .modal-dialog .modal-content .modal-body .btn-block,
    .profile-form .modal-dialog .modal-content .modal-body .form-control,
    .profile-form .wpcf7 .btn-block,
    .profile-form .wpcf7 .form-control {
      max-width: 340px; }
    .modal .modal-dialog .modal-content .modal-body .row-modal,
    .modal .wpcf7 .row-modal,
    .profile-form .modal-dialog .modal-content .modal-body .row-modal,
    .profile-form .wpcf7 .row-modal {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 30px; }
    .modal .modal-dialog .modal-content .modal-body .column-left,
    .modal .wpcf7 .column-left,
    .profile-form .modal-dialog .modal-content .modal-body .column-left,
    .profile-form .wpcf7 .column-left {
      position: relative;
      float: left;
      width: 30%;
      min-height: 1px;
      padding-left: 14px;
      padding-right: 14px;
      text-align: right;
      text-transform: uppercase;
      font-weight: 600;
      clear: both; }
    .modal .modal-dialog .modal-content .modal-body .column-left span,
    .modal .wpcf7 .column-left span,
    .profile-form .modal-dialog .modal-content .modal-body .column-left span,
    .profile-form .wpcf7 .column-left span {
      color: #53c1eb; }
    .modal .modal-dialog .modal-content .modal-body .column-right,
    .modal .wpcf7 .column-right,
    .profile-form .modal-dialog .modal-content .modal-body .column-right,
    .profile-form .wpcf7 .column-right {
      position: relative;
      float: left;
      width: 70%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: left; }
    .modal .modal-dialog .modal-content .modal-body .slide-to,
    .modal .wpcf7 .slide-to,
    .profile-form .modal-dialog .modal-content .modal-body .slide-to,
    .profile-form .wpcf7 .slide-to {
      position: absolute;
      right: 0; }
    .modal .modal-dialog .modal-content .modal-body textarea.form-control,
    .modal .wpcf7 textarea.form-control,
    .profile-form .modal-dialog .modal-content .modal-body textarea.form-control,
    .profile-form .wpcf7 textarea.form-control {
      max-width: 100%;
      height: 100px; }
  .modal .wpcf7-submit,
  .profile-form .wpcf7-submit {
    font-weight: 600;
    display: inline-block;
    padding: 12px 32px 9px;
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase;
    border-width: 0 0 5px 0;
    text-decoration: none;
  }

  .wpcf7 .wpcf7-spinner {
    display: block;
    margin: 20px auto;
    background-image: url("./img/ajax-loader.gif") !important;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 32px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }

  .wpcf7-spinner::before {
    width: 0px;
    height: 0px;
    animation: none !important;
    transform: none !important;
}

  .modal .btn-hole,
  .profile-form .btn-hole {
    padding: 12px 32px 12px;
    background: transparent;
    border-width: 1px;
    color: #53c1eb;
    border-color: #53c1eb; }
  .modal .btn-hole:hover, .modal .btn-hole:focus,
  .profile-form .btn-hole:hover,
  .profile-form .btn-hole:focus {
    color: #fff;
    background: #53c1eb;
    border-color: #53c1eb; }
  .modal .wpcf7-submit,
  .profile-form .wpcf7-submit {
    color: #ffffff;
    background-color: #53c1eb;
    border-color: #1a6184;
    border-width: 0 0 5px 0; }
  .modal .wpcf7-submit.btn-sent,
  .profile-form .wpcf7-submit.btn-sent {
    background-color: #a6c325 !important;
    border-color: #307825 !important; }
  .modal .wpcf7-submit:hover, .modal .wpcf7-submit:focus, .modal .wpcf7-submit:active,
  .profile-form .wpcf7-submit:hover,
  .profile-form .wpcf7-submit:focus,
  .profile-form .wpcf7-submit:active {
    color: #ffffff;
    background-color: #2eb4e7;
    border-color: #103b51; }
  .modal .wpcf7-submit:active,
  .profile-form .wpcf7-submit:active {
    background-image: none; }
  .modal .wpcf7-submit[disabled], .modal .wpcf7-submit[disabled]:hover, .modal .wpcf7-submit[disabled]:focus, .modal .wpcf7-submit[disabled]:active,
  .profile-form .wpcf7-submit[disabled],
  .profile-form .wpcf7-submit[disabled]:hover,
  .profile-form .wpcf7-submit[disabled]:focus,
  .profile-form .wpcf7-submit[disabled]:active {
    background-color: #53c1eb;
    border-color: #1a6184; }
  .modal .wpcf7-submit:hover, .modal .wpcf7-submit:focus, .modal .wpcf7-submit:active,
  .profile-form .wpcf7-submit:hover,
  .profile-form .wpcf7-submit:focus,
  .profile-form .wpcf7-submit:active {
    color: #ffffff;
    background-color: #2eb4e7;
    border-color: #2eb4e7; }
  .modal .wpcf7-submit:active,
  .profile-form .wpcf7-submit:active {
    background-image: none; }
  .modal .wpcf7-submit[disabled], .modal .wpcf7-submit[disabled]:hover, .modal .wpcf7-submit[disabled]:focus, .modal .wpcf7-submit[disabled]:active,
  .profile-form .wpcf7-submit[disabled],
  .profile-form .wpcf7-submit[disabled]:hover,
  .profile-form .wpcf7-submit[disabled]:focus,
  .profile-form .wpcf7-submit[disabled]:active {
    background-color: #53c1eb !important;
    border-color: #1a6184; }
  .modal .wpcf7-submit.btn-hole,
  .profile-form .wpcf7-submit.btn-hole {
    background: transparent;
    border-width: 1px;
    color: #53c1eb;
    border-color: #53c1eb; }
  .modal .wpcf7-submit.btn-hole:hover, .modal .wpcf7-submit.btn-hole:focus,
  .profile-form .wpcf7-submit.btn-hole:hover,
  .profile-form .wpcf7-submit.btn-hole:focus {
    color: #fff;
    background: #53c1eb;
    border-color: #53c1eb; }
  .modal a, .modal button,
  .profile-form a,
  .profile-form button {
    transition: .3s color ease-in-out, .3s background-color ease-in-out, .3s opacity ease-in-out, .3s border ease-in-out;
    -webkit-transition: .3s color ease-in-out, .3s background-color ease-in-out, .3s opacity ease-in-out, .3s border ease-in-out;
    -moz-transition: .3s color ease-in-out, .3s background-color ease-in-out, .3s opacity ease-in-out, .3s border ease-in-out;
    -ms-transition: .3s color ease-in-out, .3s background-color ease-in-out, .3s opacity ease-in-out, .3s border ease-in-out;
    -o-transition: .3s color ease-in-out, .3s background-color ease-in-out, .3s opacity ease-in-out, .3s border ease-in-out; }
  .modal a, .modal a:hover, .modal a:active, .modal a:focus, .modal .btn:focus,
  .profile-form a,
  .profile-form a:hover,
  .profile-form a:active,
  .profile-form a:focus,
  .profile-form .btn:focus {
    outline: 0; }
  .modal :focus,
  .profile-form :focus {
    outline: none; }
  .modal a:focus,
  .profile-form a:focus {
    text-decoration: none; }
  .modal [class^="icon-"],
  .profile-form [class^="icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .modal .icon-hodiicn-checkbox-fajka:before,
  .profile-form .icon-hodiicn-checkbox-fajka:before {
    content: "\e617"; }
  .modal .icon-uniE60A:before,
  .profile-form .icon-uniE60A:before {
    content: "\e60a"; }
  .modal .slider,
  .profile-form .slider {
    width: 340px !important; }
  .modal .slider .slider-track,
  .profile-form .slider .slider-track {
    background: #f1f0f1;
    box-shadow: none;
    border-radius: 0;
    margin-left: 0px;
    margin-right: 0px; }
  .modal .slider .slider-track .slider-handle,
  .profile-form .slider .slider-track .slider-handle {
    background: #53c1eb;
    border-radius: 1000px;
    border: 2px solid #3084a4; }
  .modal .slider .slider-track .slider-selection,
  .profile-form .slider .slider-track .slider-selection {
    background: #53c1eb;
    border-radius: 0; }
  .modal .slider .tooltip.top,
  .profile-form .slider .tooltip.top {
    top: -33px !important; }
  .modal div.selector, .modal div.selector span:not(.wpcf7-not-valid-tip),
  .profile-form div.selector,
  .profile-form div.selector span:not(.wpcf7-not-valid-tip) {
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased; }
  .modal div.selector,
  .profile-form div.selector {
    display: block;
    width: 100%;
    height: 38.4px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #53c1eb;
    background-color: transparent;
    background-image: none;
    border: 1px solid #53c1eb;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: 600;
    height: 36px;
    padding: 4.8px 16px;
    margin-bottom: 20px;
    transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    cursor: pointer;
    width: 100% !important; }
  .modal div.selector:focus,
  .profile-form div.selector:focus {
    border-color: #53c1eb;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(83, 193, 235, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(83, 193, 235, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(83, 193, 235, 0.6); }
  .modal div.selector::-moz-placeholder,
  .profile-form div.selector::-moz-placeholder {
    color: #53c1eb;
    opacity: 1; }
  .modal div.selector:-ms-input-placeholder,
  .profile-form div.selector:-ms-input-placeholder {
    color: #53c1eb; }
  .modal div.selector::-webkit-input-placeholder,
  .profile-form div.selector::-webkit-input-placeholder {
    color: #53c1eb; }
  .modal div.selector:focus,
  .profile-form div.selector:focus {
    box-shadow: none;
    background: #fff; }
  .modal div.selector:focus,
  .profile-form div.selector:focus {
    outline: 0; }
  .modal div.selector,
  .profile-form div.selector {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-bottom: 12px; }
  .modal div.selector:after,
  .profile-form div.selector:after {
    font-family: 'icomoon';
    pointer-events: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e606";
    right: 12px;
    top: 10px;
    position: absolute;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .modal div.selector,
  .profile-form div.selector {
    background-position: 0 -130px;
    padding-left: 10.66666667px;
    position: relative;
    overflow: hidden; }
  .modal div.selector span:not(.wpcf7-not-valid-tip),
  .profile-form div.selector span:not(.wpcf7-not-valid-tip) {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 26px;
    line-height: 26px;
    padding-right: 25px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600; }
  .modal div.selector select,
  .profile-form div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 34px;
    top: 2px;
    left: 0px;
    width: 100%;
    cursor: pointer; }
  .modal div.selector span:not(.wpcf7-not-valid-tip),
  .profile-form div.selector span:not(.wpcf7-not-valid-tip) {
    color: #53c1eb;
    text-align: left; }
  .modal div.selector select,
  .profile-form div.selector select {
    font-size: 14px;
    color: #53c1eb; }
  .modal div.selector .wpcf7-form-control-wrap,
  .profile-form div.selector .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0; }
  .modal h2,
  .profile-form h2 {
    font-weight: 600;
    color: #3084a4;
    text-transform: uppercase;
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px; }
  .modal h2:first-child,
  .profile-form h2:first-child {
    margin-top: 0;
    text-align: center;
    width: 100%; }
  .modal a,
  .profile-form a {
    text-decoration: underline; }
  .modal a:hover,
  .profile-form a:hover {
    text-decoration: none; }
  .modal html *,
  .profile-form html * {
    max-height: 1000000px; }
  .modal textarea,
  .profile-form textarea {
    max-width: 100%; }
  .modal strong,
  .profile-form strong {
    font-weight: 600; }
  .modal .gray,
  .profile-form .gray {
    color: #a8c8d6; }
  .modal .brand-primary-light,
  .profile-form .brand-primary-light {
    color: #53c1eb; }
  .modal #input-agreement-label, .modal [for=input-agreement],
  .profile-form #input-agreement-label,
  .profile-form [for=input-agreement] {
    float: left; }
  .modal #input-agreement-lw,
  .profile-form #input-agreement-lw {
    overflow-y: auto;
    height: 250px;
    text-align: justify;
    padding-right: 20px;
    margin-left: 0px;
    float: right;
    width: 480px; }
  .modal #cv-form .btn-block[type=submit],
  .profile-form #cv-form .btn-block[type=submit] {
    max-width: 100%; }
  .modal .error,
  .profile-form .error {
    display: none;
    color: #810808;
    margin-top: -15px;
    visibility: visible; }
  .modal .error.error-min-positions,
  .profile-form .error.error-min-positions {
    display: block; }
  .modal .form-success.fs-full, .modal .form-failed.fs-full,
  .profile-form .form-success.fs-full,
  .profile-form .form-failed.fs-full {
    width: auto; }
  .modal .form-success, .modal .form-failed,
  .profile-form .form-success,
  .profile-form .form-failed {
    display: none;
    padding: 10px;
    text-align: center;
    width: 340px;
    margin: 13px 0;
    position: relative; }
  .modal .form-success,
  .profile-form .form-success {
    background: #a6c325;
    color: #ffffff; }
  .modal .form-failed,
  .profile-form .form-failed {
    background: #c90606;
    color: #ffffff; }
  .modal .form-failed:after, .modal .form-success:after,
  .profile-form .form-failed:after,
  .profile-form .form-success:after {
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: #5eff5e transparent transparent transparent;
    border-top-width: 13px;
    border-top-color: #a5c324; }
  .modal .form-failed:after,
  .profile-form .form-failed:after {
    border-color: #5eff5e transparent transparent transparent;
    border-top-color: #c80606; }
  .modal #prefered-state,
  .profile-form #prefered-state {
    margin-bottom: 0; }
  .modal #cv-form,
  .profile-form #cv-form {
    margin-top: 30px; }
  .modal .btn-block,
  .profile-form .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .modal .form-failed-group,
  .profile-form .form-failed-group {
    margin-bottom: 15px;
    padding-left: 15px;
    background: #c90606;
    color: #ffffff; }
  .modal #form-come-from-hasSelect:after,
  .profile-form #form-come-from-hasSelect:after {
    color: #53c1eb;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e606";
    right: 173px;
    top: 18px;
    position: absolute;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .modal .wpcf7-submit,
  .profile-form .wpcf7-submit {
    color: #ffffff;
    background-color: #53c1eb;
    border-color: #1a6184 !important;
    border-width: 0 0 5px 0;
    height: 48px; }
    .modal .wpcf7-submit:hover,
    .profile-form .wpcf7-submit:hover {
      border-color: #2eb4e7 !important;
      background-color: #2eb4e7; }
  .modal .wpcf7-submit.green-submit,
  .profile-form .wpcf7-submit.green-submit {
    background-color: #a6c325 !important;
    border-color: #307825 !important;
    opacity: 0.65; }
  .modal #cv-start-date-notice-period,
  .profile-form #cv-start-date-notice-period {
    margin-top: -22px; }
  .modal .group-span-filestyle,
  .profile-form .group-span-filestyle {
    width: 100%;
    max-width: 340px; }
  .modal label[for=cv-file],
  .profile-form label[for=cv-file] {
    margin-top: 25px;
    margin-bottom: 20px; }
  .modal .cv-file,
  .profile-form .cv-file {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 340px;
    height: 48px;
    display: block; }
    .modal .cv-file input,
    .profile-form .cv-file input {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 0;
      margin: 0;
      opacity: 0; }
  .modal label.hasFile::after,
  .profile-form label.hasFile::after {
    content: " 1";
    position: relative;
    display: inline-block;
    margin-left: 0.3em; }
  .modal .fl-l,
  .profile-form .fl-l {
    float: left;
    width: 33%; }
    .modal .fl-l .wpcf7-list-item,
    .profile-form .fl-l .wpcf7-list-item {
      display: block;
      margin-left: 0; }
  .modal .fl-r,
  .profile-form .fl-r {
    float: right;
    width: 67%; }
    .modal .fl-r .wpcf7-list-item,
    .profile-form .fl-r .wpcf7-list-item {
      display: block;
      margin-left: 0; }
  .modal .prefered-state .wpcf7-list-item,
  .modal .seniority .wpcf7-list-item,
  .profile-form .prefered-state .wpcf7-list-item,
  .profile-form .seniority .wpcf7-list-item {
    width: 33%;
    margin-left: 0;
    vertical-align: bottom;
    min-height: 2em; }
  .modal input, .modal .selector,
  .profile-form input,
  .profile-form .selector {
    max-width: 340px;
    margin-bottom: 0; }
  .modal .wpcf7-list-item,
  .profile-form .wpcf7-list-item {
    margin-left: 0; }
  .modal .column-left, .modal .column-right,
  .profile-form .column-left,
  .profile-form .column-right {
    margin-top: 2em; }
  .modal input[type=range],
  .profile-form input[type=range] {
    border: none;
    background-color: #f1f0f1; }
  .modal .rate-slider-wrapper,
  .profile-form .rate-slider-wrapper {
    width: 100%;
    max-width: 340px; }
  .modal input::-webkit-outer-spin-button, .modal input::-webkit-inner-spin-button,
  .profile-form input::-webkit-outer-spin-button,
  .profile-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .modal input[type=number],
  .profile-form input[type=number] {
    -moz-appearance: textfield; }
  .modal .maw,
  .profile-form .maw {
    width: calc(100% + 32px);
    max-width: calc(340px + 32px); }
  .modal .prefered-monthly-sk, .modal .prefered-hourly-sk, .modal .prefered-monthly, .modal .prefered-hourly,
  .profile-form .prefered-monthly-sk,
  .profile-form .prefered-hourly-sk,
  .profile-form .prefered-monthly,
  .profile-form .prefered-hourly {
    text-align: right;
    margin-right: 0; }
  .modal .hourly,
  .profile-form .hourly {
    margin-top: 1em;
    margin-bottom: 1em; }
  .modal .back-label,
  .profile-form .back-label {
    position: absolute;
    left: 100%;
    margin-top: -2em;
    width: 100%;
    color: #53c1eb;
    font-size: 15px;
    margin-left: -5px; }
    .modal .back-label.second,
    .profile-form .back-label.second {
      margin-top: -3em; }
  .modal .wrapper-suhlas,
  .profile-form .wrapper-suhlas {
    height: 250px;
    overflow: auto; }
  .modal .close,
  .profile-form .close {
    position: relative;
    top: 16px;
    right: 16px; }
  .modal .wrapper-suma-sk, .modal .wrapper-suma, .modal .wrappers-comefroms,
  .profile-form .wrapper-suma-sk,
  .profile-form .wrapper-suma,
  .profile-form .wrappers-comefroms {
    display: none;
    clear: both; }
  .modal .wrapper-inputs,
  .profile-form .wrapper-inputs {
    position: relative;
    width: 100%;
    max-width: 340px;
    margin: 2em auto; }
  .modal .ta-center,
  .profile-form .ta-center {
    text-align: center;
    width: 90%;
    margin: 0 auto; }
    .modal .ta-center .wpcf7-submit,
    .profile-form .ta-center .wpcf7-submit {
      margin: 2em auto 0; }
  .modal textarea,
  .profile-form textarea {
    height: 100px; }

.modal-backdrop {
  background: #3084a4; }
  .modal-backdrop.show {
    opacity: .85; }

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body, .modal .wpcf7, .profile-form .modal-dialog .modal-content .modal-body, .profile-form .wpcf7 {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 550px) {
  .modal .modal-dialog .modal-content .modal-body, .modal .wpcf7, .profile-form .modal-dialog .modal-content .modal-body, .profile-form .wpcf7 {
    padding-left: 10px;
    padding-right: 10px; } }
/*------------------------------*\
		Profile page
\*------------------------------*/
.profile-form {
  max-width: 800px;
  margin: 0 auto; }
  .profile-form .date-error-wrapper {
    top: 60px;
    margin-top: -30px; }
  .profile-form .prefered-state-wrapper .wpcf7-form-control {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 250px; }
  .profile-form h2 {
    margin-bottom: 0; }
  .profile-form .wpcf7 p {
    font-size: 16px; }
  .profile-form div.selector.multiple {
    height: 14.4em;
    padding: 0; }
    .profile-form div.selector.multiple .wpcf7-form-control-wrap {
      height: 100%; }
    .profile-form div.selector.multiple select {
      opacity: 1;
      height: 100%; }
    .profile-form div.selector.multiple::after {
      content: none; }
    .profile-form div.selector.multiple option {
      font-size: 16px;
      line-height: 1.42857143;
      color: #53c1eb;
      background-color: transparent;
      padding: 0.3em 1em;
      line-height: 1.2em; }
  .profile-form .prefered-place .wpcf7-list-item.last .wpcf7-list-item-label::after {
    content: ' (Homeoffice)';
    position: relative;
    color: #a8c8d6;
    font-size: 0.85em; }
  .profile-form input.length {
    margin-bottom: 1em; }
  .profile-form .wrapper-length .back-label {
    margin-top: -3em; }
  .profile-form .under-slider {
    clear: both;
    color: #85b2c6; }
  .profile-form .nomt {
    margin-top: 0; }
  .profile-form .inner-grey {
    background: #eff0ef;
    padding: 15px;
    margin-bottom: 10px; }
    .profile-form .inner-grey .wpcf7-form-control-wrap {
      margin-bottom: 25px; }
    .profile-form .inner-grey .wpcf7-form-control-wrap:last-child {
      margin-bottom: 0; }
  .profile-form .wpcf7-response-output,
  .profile-form .wpcf7-submit {
    margin-left: -15px;
    margin-right: -15px;
    width: calc( 100% + 30px );
    max-width: calc( 100% + 30px ); }
  .profile-form .wpcf7-response-output {
    left: -23px; }
  .profile-form .wpcf7-not-valid-tip {
    position: absolute;
    top: -1.5em;
    width: 100%;
    min-width: 200px; }
  .profile-form .seniority .wpcf7-not-valid-tip {
    top: -2em; }
  .profile-form .phone-number .wpcf7-not-valid-tip {
    top: -1.9em; }
  .profile-form .wpcf7-form-control-wrap.gdpr {
    display: block;
    width: 100%; }
  .profile-form .wpcf7 form.invalid .wpcf7-response-output,
  .profile-form .wpcf7 form.unaccepted .wpcf7-response-output,
  .profile-form .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 10px 15px;
    background: #c90606;
    color: #fff;
    border: none;
    top: 0; }
    .profile-form .wpcf7 form.invalid .wpcf7-response-output::after,
    .profile-form .wpcf7 form.unaccepted .wpcf7-response-output::after,
    .profile-form .wpcf7 form.sent .wpcf7-response-output::after {
      content: ' ';
      position: absolute;
      left: 0px;
      bottom: -12px;
      width: 0;
      height: 0;
      border-width: 13px 13px 0 0;
      border-style: solid;
      border-top-color: #c90606; }
  .profile-form .wpcf7 form.sent .wpcf7-response-output {
    background: #a6c325;
    color: #ffffff;
    margin-left: 8px; }
    .profile-form .wpcf7 form.sent .wpcf7-response-output::after {
      border-top-color: #a6c325; }
  .profile-form .selected-positions {
    color: #53c1eb; }
  .profile-form .delete-button {
    margin: 0px 0;
    padding: 1px 5px;
    font-size: 16px; }
    .profile-form .delete-button:before {
      content: "\e624";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-right: 10px;
      font-size: 16px; }
    .profile-form .delete-button:hover {
      color: #d22743;
      cursor: pointer; }
  .profile-form .cv-no-date {
    display: block;
    margin-top: 25px; }
  .profile-form .wrapper-suhlas {
    margin-bottom: 30px; }
    .profile-form .wrapper-suhlas .ta-c {
      text-align: center;
      font-weight: bold;
      margin-bottom: 0.8em; }
  .profile-form #job-offer-failed-group {
    margin-left: -15px;
    margin-right: -15px; }
    .profile-form #job-offer-failed-group > div {
      display: none;
      background-image: url("img/warn.png");
      background-size: 20px;
      background-position: left center;
      background-repeat: no-repeat;
      padding-left: 35px;
      padding-top: 10px;
      padding-bottom: 10px; }
  .profile-form .notice-period-wrapper span, .profile-form .notice-period-wrapper div {
    overflow: visible !important; }
  .profile-form .notice-period-wrapper .wpcf7-not-valid-tip {
    text-transform: none;
    margin-top: -3px; }
  .profile-form .hidden.message-texts {
    display: none; }
  .profile-form div.wpcf7 .ajax-loader {
    position: relative;
    margin-top: -74px;
    left: calc( 50% - 28px ); }

.recruiter-wrapper {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 20px;
  padding-bottom: 20px; }
  .recruiter-wrapper h2 {
    color: #53c0ea;
    margin-top: 30px !important;
    margin-bottom: 40px;
    text-align: left !important; }
  .recruiter-wrapper .label-heading {
    color: #53c1eb; }
  .recruiter-wrapper .label-recruiter {
    text-transform: uppercase;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: right;
    width: 200px; }
  .recruiter-wrapper .menu-text-div {
    float: left;
    width: 60%; }
  .recruiter-wrapper .recruiter.foto img {
    border-radius: 1000px;
    display: block;
    width: 220px; }

.wpcf7-titans-error ~ .wpcf7-not-valid-tip:not(.wpcf7-titans-error) {
  display: none !important; }

#error-profile-not-found {
  margin-bottom: 15px;
  padding-left: 15px;
  background: #c90606;
  color: #ffffff; }
  #error-profile-not-found span {
    background-image: url("img/warn.png");
    background-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block; }

.iti__flag {
  background-image: url("intl-tel-input/img/flags.png"); }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("intl-tel-input/img/flags@2x.png"); } }
@media (max-width: 700px) {
  .modal .back-label, .profile-form .back-label {
    display: block;
    position: relative;
    margin-top: 0;
    left: 0;
    text-align: right; }

  .modal .back-label.second, .profile-form .back-label.second,
  .profile-form .wrapper-length .back-label {
    margin-top: -1em !important;
    margin-bottom: 1em; }

  .profile-form .wrapper-length input {
    text-align: right; }

  .profile-form .under-slider {
    width: 100%; } }
@media (max-width: 991px) {
  .modal .prefered-state .wpcf7-list-item,
  .modal .seniority .wpcf7-list-item,
  .profile-form .prefered-state .wpcf7-list-item,
  .profile-form .seniority .wpcf7-list-item {
    width: 50%; }

  .profile-form .prefered-state-wrapper .wpcf7-form-control {
    height: 333px; }

  .page-template-page-profile .column-left,
  .page-template-page-profile .column-right {
    padding-left: 0 !important; }

  .page-template-page-profile .column-right,
  .page-template-page-profile .column-left {
    width: 100% !important;
    text-align: left !important; }
  .page-template-page-profile .column-left {
    margin-top: 2.5em !important; }
  .page-template-page-profile .column-right {
    margin-top: 1em !important; } }
/*------------------------------*\
		Breadcrumbs
\*------------------------------*/
.breadcrumbs a:hover {
  text-decoration: underline; }

.breadcrumbs > span > span > a::before {
  content: "\e001  ";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------------*\
		Misc
\*------------------------------*/
.col-xs-12 textarea {
  height: 60px; }

.col-xs-12 input.wpcf7-form-control.wpcf7-submit {
  color: #ffffff;
  background-color: #53c1eb;
  border-color: #1a6184;
  border-width: 0 0 5px 0;
  padding: 11px 38px 32px;
  border-radius: 0px;
  font-size: 16px;
  text-transform: uppercase; }

.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #53c1eb !important;
  border-radius: unset !important; }

.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading {
  background: #f1f0f1 !important;
  border-radius: unset !important; }

.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading:hover {
  background: #53c1eb !important; }

.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-title-text {
  color: #788c93;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 3px 32px;
  text-transform: uppercase; }

.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-title-text {
  color: #fff;
  text-transform: uppercase; }

.vc_tta-panel-body {
  background: #fff !important; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  background: #2f82a3; }

.modal-header h2 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: bolder;
  text-align: center; }

.modal-header .close {
  margin-top: -22px;
  color: #fff;
  opacity: 0.7; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
@media (max-width: 991px) {
  .modal-lg {
    width: 90%;
    max-width: 90%;
    margin: 0.5em auto;
    min-width: 310px; }

  .modal-open .modal {
    padding: 0 !important; }

  .modal .modal-dialog .modal-content .modal-body .column-right,
  .modal .modal-dialog .modal-content .modal-body .column-left {
    width: 100%;
    text-align: left; }
  .modal .modal-dialog .modal-content .modal-body .column-left {
    margin-top: 2.5em; }
  .modal .modal-dialog .modal-content .modal-body .column-right {
    margin-top: 0.5em; } }
@media screen and (max-width: 600px) {
  .modal .prefered-state .wpcf7-list-item {
    width: 50%; }

  .modal .fl-l,
  .modal .fl-r {
    width: 50%; } }
@media screen and (max-width: 500px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding-left: 20px;
    padding-right: 20px; } }
@media screen and (max-width: 400px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding-left: 10px;
    padding-right: 10px; } }
input.wpcf7-form-control.wpcf7-submit {
  color: #ffffff;
  background-color: #2eb4e7;
  border-color: #2eb4e7; }

.blog a {
  text-decoration: unset; }

.single-freelanceri h2 {
  color: #53c1eb; }

.single-firmy .widget_nav_menu .current-menu-item a {
  background: #3084ad; }

ul ul {
  list-style-type: circle; }

li > ul, li > ol {
  margin-left: 0px; }

a:visited {
  color: #53c1eb; }

.news-block .excerpt {
  height: 100px !important; }

#team {
  color: #fff; }

#team a {
  color: #fff; }

.position-name {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600; }

.cv-box-left {
  float: left;
  width: 260px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 0 0 0; }

.cv-box-right {
  float: left;
  width: 450px;
  padding: 15px 15px 0 15px;
  background: #f7f7f7; }

.single-freelanceri #page > div.container.pg60 > div.row > div.col-12.col-md-9 ul li::before {
  content: "■ ";
  font-family: "Arial Black";
  color: #53c1eb;
  padding-right: 5px;
  margin-left: -20px; }

.single-freelanceri #page > div.container.pg60 > div.row > div.col-12.col-md-9 ul li {
  list-style: none; }

#cv-blog img {
  width: 85px; }

#cv-blog strong {
  font-size: 16px;
  font-weight: 700;
  color: #000000; }

#cv-blog p {
  float: left;
  font-size: 12px;
  margin-bottom: 6px !important;
  color: #666666; }

.table-job-params {
  margin-top: 32px; }

.table-job-params > tbody > tr > th {
  border: 0;
  color: #53c1eb;
  padding: 8px 8px 8px 0; }

.table-job-params > tbody > tr > td {
  border: 0;
  color: #222222;
  font-weight: 600;
  padding: 8px; }

.line-gray-lighter {
  border-bottom: 1px solid #d9dfe1;
  margin-top: 30px; }

.line-gray-lighter.margin-bottom-small {
  margin-bottom: -12px; }

.line-gray-lighter.padding-top-base {
  padding-top: 24px; }

.table-job-params.job-status-5 > tbody > tr > th, .table-job-params.job-status-3 > tbody > tr > th, .table-job-params.job-status-2 > tbody > tr > th {
  color: #99a7ac; }

.table-primary.centered tr td, .table-primary.centered tr th {
  text-align: center; }

.table-primary.centered tr td:not(:first-child), .table-primary.centered tr th:not(:first-child) {
  text-align: center; }

.table-primary:not(:first-child) {
  margin-top: 32px; }

.table-primary tbody tr:nth-child(even) {
  background: #f0f0f0; }

.table-primary tbody tr.tr_sum1, .table-primary thead tr.tr_sum1 {
  background: #6acaf0;
  color: #fff; }

.table-primary tbody tr.tr_sum_total {
  background: #37b2e2;
  color: #fff;
  border-top: 5px solid #fff; }

.table-primary tbody tr.tr_sum, .table-primary thead tr.tr_sum {
  background: #53c0ea;
  color: #fff; }

.table-primary tr td:not(:first-child), .table-primary tr th:not(:first-child) {
  text-align: right; }

.table-primary tr th {
  font-weight: 600; }

.table-primary thead {
  border-top: 3px solid #53c1eb;
  border-bottom: 3px solid #53c1eb; }

.table-primary thead tr td, .table-primary thead tr th {
  padding-top: 32px;
  padding-bottom: 32px;
  vertical-align: middle; }

.table-primary thead tr td:not(:first-child), .table-primary thead tr th:not(:first-child) {
  text-align: center; }

.table-primary tbody tr td, .table-primary tbody tr th {
  border: 0;
  padding-top: 24px;
  padding-bottom: 24px; }

.table-primary tfoot {
  border-top: 3px solid #53c1eb; }

.table-primary tfoot tr td, .table-primary tfoot tr th {
  border: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600; }

.table-primary tfoot tr.sum td, .table-primary tfoot tr.sum th {
  color: #53c1eb; }

tr {
  background: #fff; }

.widget_nav_menu ul#menu-it-freelanceri-anglictina {
  padding: 0px; }

.widget_nav_menu ul#menu-it-freelanceri-anglictina li {
  list-style: none;
  margin-bottom: 8px; }

.widget_nav_menu ul#menu-firmy-anglictina {
  padding: 0px; }

.widget_nav_menu ul#menu-firmy-anglictina li {
  list-style: none;
  margin-bottom: 8px; }

.icon-preferences:before {
  content: "\e610"; }

.icon-love:before {
  content: "\e611"; }

.icon-brush:before {
  content: "\e615"; }

.list-smile li:before, .list-bulb li:before {
  content: "\e62f";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #54C2EB;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -72px;
  display: block;
  float: left;
  margin-top: -15px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px; }

.list-smile, .list-bulb {
  padding: 0;
  list-style: none; }

.list-smile li, .list-bulb li {
  list-style: none;
  line-height: 1.4;
  clear: both;
  padding-top: 10px;
  padding-left: 74px; }

.figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px; }

article.titans_custom_search h2 a {
  text-decoration: unset; }

article.type-post h2 a {
  text-decoration: unset;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  color: #1e404b; }

article.type-freelanceri h2 a {
  text-decoration: unset;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  color: #1e404b;
  display: table-row; }

article.type-post .entry-summary {
  display: none; }

article.type-post footer.entry-footer {
  display: none; }

article.type-freelanceri .entry-summary {
  display: none; }

article.type-freelanceri footer.entry-footer {
  display: none; }

article.titans_custom_search h2 a:before {
  content: "\e619";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px; }

article.type-post h2 a:before {
  content: "\e600";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #79ceed;
  font-size: 40px; }

article.type-freelanceri h2 a:before {
  content: "\e600";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #79ceed;
  font-size: 40px; }

.icon-icn-social-fb:before {
  content: "\e61d"; }

.icon-icn-social-t:before {
  content: "\e61f"; }

.icon-icn-social-i {
  background: url("img/403-instagram.svg?v=2") no-repeat 0 0;
  background-size: 54px;
  width: 54px;
  height: 54px;
  display: inline-block; }

.icon-icn-social-l:before {
  content: "\e621"; }

.social-share {
  padding: 0;
  background: #f1f0f1; }

.social-share [class*=col-] {
  padding-left: 0;
  padding-right: 0; }

.social-share .btn-share {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: table;
  width: 100%;
  text-align: center;
  color: #53c1eb;
  text-decoration: none;
  font-size: 64px; }

.social-share .btn-share:hover {
  color: #fff; }

.social-share .btn-share.facebook:hover {
  background: #4668b3; }

.social-share .btn-share.twitter:hover {
  background: #2fbbed; }

.social-share .btn-share.linkedin:hover {
  background: #0077b5; }

.social-share .btn-share.instagram:hover .icon-icn-social-i {
  background-image: url("img/403-instagram-w.svg"); }

.social-share .btn-share.instagram:hover {
  background-color: #DD2A7B; }

.social-share .btn-share .cell {
  display: table-cell;
  vertical-align: middle;
  height: 180px;
  text-align: center; }

.social-share .btn-share .cell .plugin .st_twitter_hcount, .social-share .btn-share .cell .plugin .st_facebook_hcount, .social-share .btn-share .cell .plugin .st_linkedin_hcount, .social-share .btn-share .cell .plugin .st_instagram_hcount {
  display: block !important; }

.social-share .btn-share .cell .plugin .st_twitter_hcount .stButton, .social-share .btn-share .cell .plugin .st_linkedin_hcount .stButton, .social-share .btn-share .cell .plugin .st_facebook_hcount .stButton, .social-share .btn-share .cell .plugin .st_instagram_hcount .stButton {
  display: block !important; }

.social-share .btn-share .cell .plugin .st_twitter_hcount .stButton .stButton_gradient, .social-share .btn-share .cell .plugin .st_facebook_hcount .stButton .stButton_gradient, .social-share .btn-share .cell .plugin .st_instagram_hcount .stButton .stButton_gradient, .social-share .btn-share .cell .plugin .st_linkedin_hcount .stButton .stButton_gradient, .social-share .btn-share .cell .plugin .st_twitter_hcount .stButton .stMainServices, .social-share .btn-share .cell .plugin .st_linkedin_hcount .stButton .stMainServices, .social-share .btn-share .cell .plugin .st_facebook_hcount .stButton .stMainServices {
  height: 22px; }

.social-share .btn-share .cell .plugin .st_twitter_hcount .stButton .stHBubble, .social-share .btn-share .cell .plugin .st_facebook_hcount .stButton .stHBubble, .social-share .btn-share .cell .plugin .st_instagram_hcount .stButton .stHBubble, .social-share .btn-share .cell .plugin .st_linkedin_hcount .stButton .stHBubble {
  height: 22px; }

.stButton .stButton_gradient {
  background-repeat: repeat-x;
  border: 1px solid #ddd;
  padding: 2px;
  font-family: serif;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  height: 16px;
  background: #efefef; }

.stButton .stButton_gradient:hover {
  background: #d5d5d5; }

.stButton {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #000;
  display: inline-block;
  cursor: pointer;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 11px;
  line-height: 16px; }

.stButton .stHBubble {
  background: #fff;
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
  z-index: -1;
  *margin-left: 0;
  display: none; }

.stButton .stArrow {
  padding-left: 3px;
  margin-left: -1px;
  background: url("https://ws.sharethis.com/secure/images/bubble_arrow.png") no-repeat 3px 8px;
  line-height: 16px;
  height: 14px;
  display: inline-block;
  *display: inline;
  *padding-left: 6px; }

.stButton .stBubble_hcount {
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
  font-family: Helvetica,sans-serif;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #555; }

.stButton .chicklets {
  background-repeat: no-repeat;
  background-size: contain;
  -ms-behavior: url("https://ws.sharethis.com/images/2017/backgroundsize.min.htc");
  padding-left: 20px;
  padding-right: 0;
  white-space: nowrap;
  font-family: Helvetica,sans-serif;
  font-size: 10px;
  display: inline-block;
  height: 16px;
  width: auto;
  line-height: 16px; }

.stButton .chicklets:hover {
  opacity: .75;
  -ms-filter: "alpha(opacity=75)";
  filter: alpha(opacity=75); }

.stButton .instagram {
  background-image: url("https://ws.sharethis.com/images/2017/instagram_16.png"); }

.stButton .stMainServices {
  background-image: url("https://ws.sharethis.com/images/2017/facebook_counter.png");
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url("https://ws.sharethis.com/images/2017/backgroundsize.min.htc");
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  display: inline-block;
  white-space: nowrap;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  height: 16px !important;
  min-height: 16px !important;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 16px;
  width: auto;
  position: relative; }

.st_facebook_hcount .stButton .st-facebook-counter, .st_twitter_hcount .stButton .st-twitter-counter {
  height: 16px !important; }

.stButton .st-twitter-counter, .stButton .st-facebook-counter {
  width: 60px; }

.stButton .st-linkedin-counter {
  width: 60px; }

/*------------------------------*\
		#Vzory CV na stiahnutie
\*------------------------------*/
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
  text-transform: uppercase; }

.panel-title > a {
  color: inherit; }

.panel-group {
  margin-bottom: 22px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  overflow: hidden; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd; }

.panel-body:before, .panel-body:after {
  content: " ";
  display: table; }

.panel-body:after {
  clear: both; }

.btn-primary-light {
  color: #ffffff;
  background-color: #53c1eb;
  border-color: #1a6184;
  border-width: 0 0 5px 0; }

.btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light:active {
  color: #ffffff;
  background-color: #2eb4e7;
  border-color: #103b51;
  outline: none !important; }

.btn-primary-light:active {
  background-image: none; }

.btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light:active {
  color: #ffffff;
  background-color: #2eb4e7;
  border-color: #2eb4e7;
  outline: none !important; }

.btn-primary-light:active {
  background-image: none; }

.btn-primary-light.btn-hole {
  background: transparent;
  border-width: 1px;
  color: #53c1eb;
  border-color: #53c1eb; }

.btn-primary-light.btn-hole:hover, .btn-primary-light.btn-hole:focus {
  color: #fff;
  background: #53c1eb;
  border-color: #53c1eb; }

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

.collapsable .panel .panel-heading {
  font-weight: 600;
  padding: 0; }

.collapsable .panel .panel-heading a {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 16.8px 32px;
  color: #fff;
  background: #53c1eb; }

.collapsable .panel .panel-heading a:focus {
  background: #f1f0f1;
  color: #788c93; }

.collapsable .panel .panel-heading a.collapsed {
  color: #788c93;
  background: #f1f0f1; }

.collapsable .panel .panel-heading a:hover {
  color: #fff !important;
  background: #53c1eb !important; }

.collapsable .panel .panel-heading a:before {
  float: left !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  content: "\e606";
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.collapsable .panel .panel-heading a.collapsed:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.collapsable .panel .panel-collapse .panel-body {
  border: 0;
  padding-right: 0;
  padding-left: 0; }

.collapsable .panel:last-child {
  margin-bottom: 0; }

.panel-collapse {
  transition: 0.3s height; }

.vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  border-color: #788c93 !important; }

.vc_tta-panel.vc_active a .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before,
a:hover .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  border-color: white !important; }

a:hover .vc_tta-title-text {
  color: white !important; }

/*------------------------------*\
		FORMS
\*------------------------------*/
.wpcf7-not-valid-tip {
  color: #810808;
  margin-bottom: 3px;
  padding-left: 5px; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #c90606;
  color: #fff;
  border: none;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 13px;
  top: 0; }
  .wpcf7 form.invalid .wpcf7-response-output::after,
  .wpcf7 form.unaccepted .wpcf7-response-output::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    display: block;
    border: 1px solid transparent;
    border-top-color: #c80606;
    border-width: 13px 12px 0 0;
    background-color: transparent; }

#modal-download .wpcf7-form-control-wrap,
#modal-send-cv .wpcf7-form-control-wrap,
#wpcf7-f644-p25-o1 .wpcf7-form-control-wrap,
#wpcf7-f1392-p1382-o1 .wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap; }
  #modal-download .wpcf7-form-control-wrap input,
  #modal-send-cv .wpcf7-form-control-wrap input,
  #wpcf7-f644-p25-o1 .wpcf7-form-control-wrap input,
  #wpcf7-f1392-p1382-o1 .wpcf7-form-control-wrap input {
    order: 2; }
#modal-download .wpcf7-form-control.wpcf7-checkbox,
#modal-send-cv .wpcf7-form-control.wpcf7-checkbox,
#wpcf7-f644-p25-o1 .wpcf7-form-control.wpcf7-checkbox,
#wpcf7-f1392-p1382-o1 .wpcf7-form-control.wpcf7-checkbox {
  order: 2; }

#modal-download .wpcf7-form-control-wrap input:-webkit-autofill,
#modal-send-cv .wpcf7-form-control-wrap input:-webkit-autofill,
#wpcf7-f644-p25-o1 .wpcf7-form-control-wrap input:-webkit-autofill,
#wpcf7-f1392-p1382-o1 .wpcf7-form-control-wrap input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f1f0f1 inset !important; }

#modal-download .modal-body > .wpcf7 {
  padding: 0; }
#modal-download p {
  font-size: 16px; }
#modal-download .wpcf7-form-control-wrap.download-email {
  margin-top: 10px;
  margin-bottom: 33px; }
#modal-download .wpcf7-form-control-wrap.download-name {
  margin-bottom: 22px; }
#modal-download .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  margin-top: -1.5em; }
#modal-download .wpcf7 form.invalid .wpcf7-response-output,
#modal-download .wpcf7 form.unaccepted .wpcf7-response-output {
  width: 350px;
  margin: 0 auto 13px;
  max-width: 100%; }
#modal-download p button.wpcf7-form-control.wpcf7-submit {
  left: 0;
  margin: 0 auto;
  position: relative;
  display: block;
  max-width: 100%; }

#modal-send-cv .wpcf7-not-valid-tip {
  position: absolute;
  margin-top: -1.5em; }
#modal-send-cv .cv-date-error {
  white-space: nowrap; }
#modal-send-cv .prefered-state .wpcf7-form-control {
  display: contents; }
#modal-send-cv .wpcf7 form.invalid .wpcf7-response-output,
#modal-send-cv .wpcf7 form.unaccepted .wpcf7-response-output,
#modal-send-cv .wpcf7 form .wpcf7-response-output {
  width: 100%;
  margin: 0 auto 13px;
  max-width: 100%;
  text-align: left;
  background-image: url("img/warn.png");
  background-size: 20px;
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px; }
  #modal-send-cv .wpcf7 form.invalid .wpcf7-response-output::after,
  #modal-send-cv .wpcf7 form.unaccepted .wpcf7-response-output::after,
  #modal-send-cv .wpcf7 form .wpcf7-response-output::after {
    content: none; }
#modal-send-cv .wpcf7-submit {
  max-width: 100%; }

@media (max-width: 991px) {
  #modal-send-cv .wpcf7-not-valid-tip {
    position: relative;
    order: 3;
    width: 100%;
    margin-top: 0; }
  #modal-send-cv .cv-date-error {
    white-space: initial; } }
#wpcf7-f644-p25-o1 .wpcf7-not-valid-tip,
#wpcf7-f1392-p1382-o1 .wpcf7-not-valid-tip {
  margin-top: -1.5em; }
@media screen and (max-width:767px){#wpcf7-f1392-p1382-o1 .wpcf7-not-valid-tip,#wpcf7-f644-p25-o1 .wpcf7-not-valid-tip{font-size:.8rem}}
#wpcf7-f644-p25-o1 .wpcf7-response-output,
#wpcf7-f1392-p1382-o1 .wpcf7-response-output {
  margin-right: 0;
  margin-left: 0; }
#wpcf7-f644-p25-o1 .wpcf7-submit,
#wpcf7-f1392-p1382-o1 .wpcf7-submit {
  border-bottom: none; }

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #c90606;
  color: #fff;
  border: none;
  top: 0; }
  .wpcf7 form.failed .wpcf7-response-output::after,
  .wpcf7 form.aborted .wpcf7-response-output::after,
  .wpcf7 form.spam .wpcf7-response-output::after,
  .wpcf7 form.invalid .wpcf7-response-output::after,
  .wpcf7 form.unaccepted .wpcf7-response-output::after {
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-width: 13px 13px 0 0;
    border-style: solid;
    border-top-color: #c90606; }

.wpcf7 form.sent .wpcf7-response-output {
  background: #a6c325;
  color: #ffffff; }
  .wpcf7 form.sent .wpcf7-response-output::after {
    border-top-color: #a6c325; }

.wpcf7 form .wpcf7-response-output {
  text-align: center; }

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background: #a6c325;
  color: #fff;
  margin: 0 0 38px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .wpcf7 form.sent .wpcf7-response-output::after {
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-width: 13px 13px 0 0;
    border-style: solid;
    border-color: #a6c325 transparent transparent transparent;
    background-color: transparent; }

a.btn.btn-primary-light.btn-block.blog {
  min-width: 240px; }

@media screen and (max-width: 767px) {
  .blog-row {
    display: flex; }
    .blog-row .blog-sidebar {
      order: 2; }
    .blog-row .blog-main {
      padding-top: 60px;
      padding-bottom: 60px; }

  a.btn.btn-primary-light.btn-block.blog {
    width: 240px !important;
    left: calc( 50% - 120px );
    position: relative;
    display: block; } }
/*------------------------------*\
		Form validations
\*------------------------------*/
#modal-send-cv form #job-offer-failed-group > div {
  display: none;
  background-image: url("img/warn.png");
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 10px 15px 10px 35px; }
#modal-send-cv form .notice-period-wrapper span, #modal-send-cv form .notice-period-wrapper div {
  overflow: visible !important; }
#modal-send-cv form .notice-period-wrapper .wpcf7-not-valid-tip {
  text-transform: none;
  margin-top: -3px; }
#modal-send-cv form .hidden.message-texts {
  display: none; }
#modal-send-cv form div.wpcf7 .ajax-loader {
  position: relative;
  margin-top: -74px;
  left: 30%; }
#modal-send-cv form .cf7-messages {
  clear: both; }
#modal-send-cv form .cv-file {
  opacity: 1; }
  #modal-send-cv form .cv-file .wpcf7-not-valid-tip {
    margin-top: 0;
    text-transform: none; }
  #modal-send-cv form .cv-file input {
    opacity: 0; }
#modal-send-cv form .wpcf7-response-output {
  background-image: none !important;
  text-align: center !important;
  padding-left: 0 !important;
  position: relative; }
  #modal-send-cv form .wpcf7-response-output::after {
    content: '' !important;
    position: absolute;
    left: 0px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: #c90606 transparent transparent transparent;
    border-top-width: 13px; }
#modal-send-cv form .wpcf7-not-valid-tip {
  padding-left: 0 !important; }

#modal-send-cv form.sent .wpcf7-response-output {
  border: none;
  background: #a6c325;
  color: #fff;
  margin: 0 0 38px;
  padding-top: 10px;
  padding-bottom: 10px; }
  #modal-send-cv form.sent .wpcf7-response-output::after {
    border-color: #a6c325 transparent transparent transparent; }

#modal-send-cv form.failed .wpcf7-response-output,
#modal-send-cv form.aborted .wpcf7-response-output,
#modal-send-cv form.spam .wpcf7-response-output,
#modal-send-cv form.invalid .wpcf7-response-output,
#modal-send-cv form.unaccepted .wpcf7-response-output {
  border-color: #c90606; }

.contact-page-form .col-xs-6,
.contact-page-form .col-xs-12 {
  margin-top: 20px; }
.contact-page-form .hidden.message-texts {
  display: none; }

#modal-download .hidden.message-texts {
  display: none; }

@media screen and (max-width: 750px) {
  #job-fix-menu {
    display: none; } }
/*------------------------------*\
		Z docasneho css
\*------------------------------*/
.vc_tta-panel-body {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.first-line {
  font-size: 20px;
  font-weight: 600;
  padding-top: 12px;
  color: #1e404b; }

@media screen and (max-width: 600px) {
  #footer-map {
    display: none; } }
#notice .container {
  max-width: 1140px; }

.single .textwidget .stats:not(.horizontal) {
  margin-top: 0; }

.widget_nav_menu .menu-item a:hover {
  background: #53c1eb !important;
  color: #fff; }

.widget_nav_menu .menu-item a:hover:after {
  color: #fff !important; }

.widget_nav_menu ul#menu-firmy a:hover {
  background: #3084ad !important;
  color: #fff; }

article.type-post h2 a:before {
  color: #53c1eb !important;
  margin-right: 15px; }

article.type-freelanceri h2 a:before {
  color: #53c1eb !important;
  margin-right: 15px; }

#introduce.freelancers, #introduce.freelanceri {
  min-height: 517px !important; }

#introduce .text {
  margin-top: 270px !important; }

@media (max-width: 600px) {
  #introduce .text {
    margin-top: 190px !important; } }
.firmy-template-default.single.single-firmy #introduce:after {
  background-image: url(img/muscle-man.png) !important; }

.firmy-template-default.single.single-firmy #introduce {
  background: #3084a4 url(img/bg-blue-dark.png) fixed; }

.page-id-25 #introduce:after {
  background-image: url(img/muscle-man.png) !important; }

.page-id-25 #introduce {
  background: #3084a4 url(img/bg-blue-dark.png) fixed; }

.page-id-1382 #introduce:after {
  background-image: url(img/muscle-man.png) !important; }

.page-id-1382 #introduce {
  background: #3084a4 url(img/bg-blue-dark.png) fixed; }

.blog #introduce:after {
  background-image: url(img/muscle-man.png) !important; }

.blog #introduce {
  background: #3084a4 url(img/bg-blue-dark.png) fixed; }

.search #introduce:after {
  background-image: url(img/muscle-man.png) !important; }

.search #introduce {
  background: #3084a4 url(img/bg-blue-dark.png) fixed; }

.firmy-template-default.single.single-firmy .col-12.col-md-3 {
  padding-right: 0px; }

.freelanceri-template-default.single.single-freelanceri .col-12.col-md-3 {
  padding-left: 0px; }

.menu-it-freelanceri-container {
  margin-bottom: 60px; }

.menu-firmy-container {
  margin-bottom: 60px; }

.menu-firmy-anglictina-container {
  margin-bottom: 60px; }

.menu-it-freelanceri-anglictina-container {
  margin-bottom: 60px; }

a.btn.btn-primary-light.btn-block.blog {
  color: #fff !important;
  width: 30%; }

.vc_custom_1595249334115, #intro {
  background-image: url(img/bg-blue.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.text.container {
  padding-left: 0px;
  padding-right: 0px; }

/* fixes */
.home #footer .col-12 {
  padding-left: 0; }

#search input::placeholder {
  color: white; }

.freelanceri-template-default #main {
  padding-left: 40px; }

@media screen and (max-width: 991px) {
  .freelanceri-template-default #main {
    padding-left: 0; } }
.btn-clear-filter, button.btn-extended-search {
  outline: none !important; }

.filter-result.filter-freelancers center {
  padding: 15px; }

.single-firmy .col-12.col-md-9 {
  padding-left: 40px; }

.search h2.entry-title {
  text-transform: unset; }

.cli-tab-section a {
  color: #000 !important; }

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-outline-custom.vc_btn3-block.vc_btn3-icon-right {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600; }

i.vc_btn3-icon.typcn.typcn-download-outline {
  font-size: 18px !important; }

p button.wpcf7-form-control.wpcf7-submit {
  margin: 0;
  left: 30%;
  position: absolute;
  width: 350px;
  background-color: #3084a4;
  border-color: #2a7490 !important; }

p span.icon-icn-download {
  padding-right: 5px; }

strong {
  font-weight: 600; }

ul ul li {
  list-style: circle !important; }

ul ul li:before {
  content: none !important; }

.icon-icn-team-mail:before {
  content: "\e622"; }

.icon-icn-footer-phone:before {
  content: "\e630"; }

.wpb-js-composer .vc_tta.vc_tta-spacing-25 .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_tta-spacing-25 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
  margin-bottom: 0px !important; }

#scroll-to-top {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  bottom: -48px;
  display: none;
  position: fixed;
  right: 32px;
  background: rgba(60, 89, 99, 0.2);
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 8px 12px; }

#scroll-to-top.visible {
  bottom: 32px; }

@media (min-width: 1320px) {
  #scroll-to-top {
    display: block; } }
#scroll-to-top:hover {
  background: #53c1eb;
  text-decoration: none !important; }

#scroll-to-top:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e606"; }

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #1e404b !important; }

.vc_tta-panel-body h2 {
  margin-top: 3%; }

form.wpcf7-form.init button.wpcf7-form-control.wpcf7-submit {
  margin-top: 2%; }

.social-icons .instagram:hover .icon-icn-social-i-footer {
  background-image: url("img/403-instagram-w.svg?v=2"); }

.social-icons > a.instagram:hover {
  background-color: #DD2A7B !important; }

@media screen and (min-width: 991px) {
  .single-freelanceri .col-12.col-md-9 {
    padding-left: 4%; } }
@media screen and (min-width: 991px) {
  .single-freelanceri .col-12.col-md-9 main.content {
    padding-left: 0% !important; } }
.search-no-results #page .page-header {
  display: none; }

.search-no-results .page-content form {
  display: none; }

.search-no-results .page-content {
  margin: 0px;
  padding-bottom: 7%; }

#team {
  color: #fff;
  background-image: url(img/bg-blue.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: -60px; }

@media screen and (max-width: 600px) {
  a.btn.btn-primary-light.btn-block.blog {
    width: 100%; } }
#map-section {
  height: 500px;
  top: 25px;
  margin-bottom: -35px; }

#map-section .vc_column-inner {
  padding: 0; }

#map {
  height: 500px; }

.row:before, .row:after {
  width: 0px;
  height: 0px; }

.home #intro::before {
  display: block; }

select.form-control {
  -webkit-appearance: none; }

.postid-868 li#menu-item-688 a {
  background: #53c1eb;
  color: #fff; }

.postid-868 li#menu-item-688 a:after {
  color: #fff !important; }

.postid-1448 li#menu-item-1533 a {
  background: #53c1eb;
  color: #fff; }

.postid-1448 li#menu-item-1533 a:after {
  color: #fff !important; }

article.titans_custom_search h2 a:before {
  margin-top: -5px !important;
  position: inherit;
  float: left;
  padding-right: 5px; }

@media (max-width: 993px) {
  div#introduce {
    padding-left: 15px !important; } }
@media (max-width: 993px) {
  .col-12.col-md-3 {
    padding-left: 15px !important;
    padding-top: 15px; } }
@media (max-width: 993px) {
  .single-firmy .col-12.col-md-9 {
    padding-left: 0px; } }
@media (max-width: 993px) {
  .news-block {
    width: auto;
    margin-top: 15px;
    margin-bottom: 0px; } }
@media (max-width: 993px) {
  .news-block .img img {
    width: 100%;
    height: auto;
    background-repeat: inherit;
    background-size: contain; } }
@media (max-width: 993px) {
  .news-block h2, .news-block.hp h4 {
    height: 60px; } }
@media (max-width: 993px) {
  .news-block .excerpt {
    padding: 0px 10px 0 15px;
    max-height: 55px !important; } }
.panel-title a[aria-expanded="true"] {
  background: #53c1eb !important;
  color: #fff !important; }

.btn.focus, .btn:focus {
  box-shadow: none; }

.btn-primary-light:focus {
  border-bottom: 5px solid #1a6184; }

.btn-primary-light:focus:hover {
  border-color: #2eb4e7; }

.search h2.entry-title a {
  text-decoration: unset;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  color: #1e404b;
  text-transform: uppercase; }

.search h2.entry-title a:before {
  content: "\e600";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #79ceed;
  font-size: 40px;
  margin-right: 15px; }

.search .entry-summary {
  display: none; }

.table td, .table th {
  padding: 8px;
  vertical-align: top; }

.home #flipboxes .narrower-text .vc-hoverbox-front .vc-hoverbox-front-inner {
  width: 100%;
  left: 0; }

@media (max-width: 993px) {
  .search .page-content {
    padding-left: 15px; } }
@media (max-width: 993px) {
  .search #introduce h1 {
    font-size: 38px; } }
#introduce.page404 {
  margin-top: -100px !important;
  background-size: cover; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #7e2837 !important;
  border-color: #7e2837 !important; }

.btn-danger {
  color: #ffffff;
  background-color: #9d3244 !important;
  border-color: #8a2c3c !important; }

@media (max-width: 993px) {
  .single-freelanceri .table {
    width: 450px; }

  .cv-box-right.first-line {
    max-width: 100%; }

  .cv-box-left {
    max-width: 100%; }

  .cv-box-right {
    max-width: 100%;
    padding: 15px 15px 15px 15px; } }
.gdpr-form .error {
  position: relative;
  top: -7px; }
.gdpr-form .hidden.message-texts div {
  text-align: center;
  display: none;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #c90606;
  color: #fff;
  border: none;
  top: 0; }
.gdpr-form .hidden.message-texts div::after {
  content: ' ';
  position: absolute;
  left: 0px;
  bottom: -12px;
  width: 0;
  height: 0;
  border-width: 13px 13px 0 0;
  border-style: solid;
  border-top-color: #c90606; }

#modal-download .wpcf7-response-output {
  width: 350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 480px) {
  .single-freelanceri .table {
    width: calc( 100vw - 30px ); }

  label[for=cv-file] {
    margin-top: 3em !important; }

  #modal-send-cv form .cv-file .wpcf7-not-valid-tip {
    white-space: normal; }

  .modal .wpcf7-submit,
  .profile-form .wpcf7-submit {
    padding: 12px 12px 9px;
    font-size: 13px;
    letter-spacing: -0.5px; }

  #main .filter-result.filter-jobs .item .line-3 .termin, #main .filter-result.filter-jobs .item .line-3 .price {
    padding-left: 10px !important;
    padding-right: 10px !important;
    letter-spacing: -0.3px; }

  #main .filter-result.filter-jobs .location {
    width: 100%; } }
.candidate-name {
  font-style: italic; }

body.iti-mobile .positions-list option {
  display: block !important; }
body.iti-mobile .profile-form div.selector.multiple {
  height: 2em; }
.icon-eye-blocked:before {
  content: "\e9d1";
}
/*# sourceMappingURL=style2.css.map */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
input:-webkit-autofill
{
  -webkit-text-fill-color: #53c1eb !important;
}

.inputs-gray-blue .form-control:-webkit-autofill,
.inputs-gray-blue .form-control:-webkit-autofill:hover,
.inputs-gray-blue .form-control:-webkit-autofill:focus,
.inputs-gray-blue .form-control:-webkit-autofill:active {
  -webkit-text-fill-color: #accedb !important;
  -webkit-box-shadow: 0 0 0 30px #3084a4 inset !important;
  border-color: #accedb;
  font-weight: 600;
  font-size: 16px; }
