/*
Theme Name: WAM
Theme URI: http://wearemarketing.lt
Author: WAM
Author URI: http://wearemarketing.lt
Description: ---
Version: 1.0
License: NON
License URI: --
*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@font-face {
  font-family: 'Proxima Nova bold';
  src: url("assets/fonts/ProximaNova-Semibold.eot");
  src: url("assets/fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova-Semibold.woff") format("woff"), url("assets/fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova extabold';
  src: url("assets/fonts/ProximaNova-Extrabld.eot");
  src: url("assets/fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova-Extrabld.woff") format("woff"), url("assets/fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Lt';
  src: url("assets/fonts/ProximaNova-Light.eot");
  src: url("assets/fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova-Light.woff") format("woff"), url("assets/fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Regular';
  src: url("assets/fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
html,
body.home {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  color: #717880;
  font-family: 'Proxima Nova Regular', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
a {
  color: #04bbef;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #2fc6f5;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:focus {
  color: inherit;
  background: none;
}
a.btn {
  padding: 11px 30px;
  background-color: #04bbef;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 30px;
  display: inline-block;
  font-family: 'Proxima Nova bold';
}
a.btn:hover {
  background-color: #2fc6f5;
  color: #fff;
}
a.bold {
  font-family: 'Proxima Nova bold';
}
a.btn-arrow {
  font-size: 14px;
  font-family: 'Proxima Nova bold';
  line-height: 26px;
  position: relative;
  display: inline-block;
  margin: 15px 0;
  text-decoration: none;
}
a.btn-arrow:after {
  content: '>';
  position: absolute;
  top: 0;
  right: -15px;
}
a.btn-arrow:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-family: 'Proxima Nova extabold';
  color: #fff;
  margin: 20px 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
h2 {
  color: #fff;
  font-family: 'Proxima Nova extabold';
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}
h3 {
  display: inline-block;
  color: #fff;
  font-family: 'Proxima Nova extabold';
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  width: 100%;
}
h4 {
  font-size: 17px;
  color: #3b3d40;
  font-family: 'Proxima Nova bold';
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
h5 {
  color: #3b3d40;
  font-family: 'Proxima Nova bold';
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h1.blue,
h2.blue,
h3.blue,
p.blue,
span.blue,
div.blue,
table.blue,
td.blue,
tr.blue,
th.blue {
  color: #04bbef;
}
h1.dark_blue,
h2.dark_blue,
h3.dark_blue,
p.dark_blue,
span.dark_blue,
div.dark_blue,
table.dark_blue,
td.dark_blue,
tr.dark_blue,
th.dark_blue {
  color: #074784;
}
.cust-container {
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 1600px) {
  .cust-container {
    max-width: 1400px;
  }
}
.valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.header {
  margin: 0;
  width: 100%;
  min-height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .border-bottom {
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 991px) {
  .header {
    overflow: visible;
  }
}
.header .header-contact-us {
  font-family: 'Proxima Nova extabold';
  color: #fff;
  text-decoration: none;
  background: #04bbef;
  padding: 11px 30px;
  border-radius: 225px;
  display: inline-block;
  margin-left: 25px;
  margin-top: 22px;
}
@media only screen and (max-width: 991px) {
  .header .header-contact-us {
    margin-top: 2px;
    display: none;
  }
}
.header .lang-menu {
  display: inline-block;
  float: right;
  list-style: none;
  padding-left: 0;
  max-height: 45px;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  margin-top: 22px;
  position: absolute;
  right: 175px;
}
@media only screen and (max-width: 991px) {
  .header .lang-menu {
    margin-top: 2px;
  }
}
.header .lang-menu:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .header .lang-menu:after {
    display: none;
  }
}
.header .lang-menu:hover {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
.header .lang-menu li {
  background: #0fb9ed;
  padding: 11px 30px;
  margin-right: 30px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .lang-menu li:hover {
  background: #2fc6f5;
}
.header .lang-menu li a {
  color: #fff;
  text-decoration: none;
}
.header .lang-menu li.current {
  font-family: 'Proxima Nova extabold';
  border-radius: 25px;
  margin-right: 25px;
}
.header .lang-menu li:nth-child(2) {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.header .lang-menu li:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.header .logo {
  width: 200px;
  height: 46px;
  will-change: background;
  background: url("assets/images/logo.svg") no-repeat;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background 0.2s ease-in-out;
  z-index: 99999;
  display: inline-block;
  position: relative;
  float: left;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .logo:before {
  content: url("assets/images/logo_blue.svg");
  width: 0;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 360px) {
  .header .logo {
    width: 160px;
  }
}
.header .col-md-offset- {
  padding-left: 8.333333%;
  background-color: #074784;
}
.header .header-menu-hamburger {
  display: none;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 35px 0 0;
  float: right;
  z-index: 9999;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .header .header-menu-hamburger {
    display: block;
  }
}
.header .header-menu-hamburger.open span:nth-child(1) {
  top: 3px;
  width: 0%;
  left: 50%;
}
.header .header-menu-hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header-menu-hamburger.open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .header-menu-hamburger.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.header .header-menu-hamburger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.header .header-menu-hamburger span:nth-child(1) {
  top: 0;
}
.header .header-menu-hamburger span:nth-child(2),
.header .header-menu-hamburger span:nth-child(3) {
  top: 6px;
}
.header .header-menu-hamburger span:nth-child(4) {
  top: 12px;
}
.header .header-main-row {
  height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .mainmenu {
  text-align: center;
  width: 50%;
  float: left;
  margin-top: 18px;
}
.header .mainmenu ul.mainmenu-list {
  margin: 15px 0;
}
.header .mainmenu ul.mainmenu-list li.menu-item {
  display: inline-block;
  position: relative;
}
.header .mainmenu ul.mainmenu-list li.menu-item a {
  color: #fff;
  font-size: 16px;
  font-family: 'Proxima Nova extabold';
  text-transform: uppercase;
  padding: 36px 30px;
  text-decoration: none;
  background-size: 0px;
  background-repeat: no-repeat;
  background-position: center 75%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .mainmenu ul.mainmenu-list li.menu-item a:hover,
.header .mainmenu ul.mainmenu-list li.menu-item a.active {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #074683;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .mainmenu ul.mainmenu-list li.menu-item .sub-menu {
  display: none;
}
.header .mainmenu ul.mainmenu-list li.menu-item.menu-item-has-children:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 3px;
  background-image: url('assets/images/down-arrow-white.svg');
  background-size: contain;
  width: 15px;
  height: 15px;
}
.header .mainmenu ul.mainmenu-list li.menu-item.menu-item-has-children:hover:after {
  background-image: url('assets/images/down-arrow-blue.svg');
}
.header .mainmenu ul.mainmenu-list li.menu-item.menu-item-has-children:hover > .sub-menu {
  display: block;
  width: 200px;
  position: absolute;
  z-index: 9999;
  top: 56px;
  background-color: #04bbef;
  text-align: left;
  padding-left: 0;
}
.header .mainmenu ul.mainmenu-list li.menu-item.menu-item-has-children:hover > .sub-menu:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 30%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #04bcef transparent;
}
.header .mainmenu ul.mainmenu-list li.menu-item.menu-item-has-children:hover > .sub-menu > li.menu-item {
  display: block;
  width: 100%;
}
.header .mainmenu ul.mainmenu-list li.menu-item.menu-item-has-children:hover > .sub-menu > li.menu-item > a {
  font-size: 14px;
  font-family: 'Proxima Nova bold';
  padding: 10px 10px 10px 40px;
  color: #fff;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header .mainmenu ul.mainmenu-list li.menu-item.menu-item-has-children:hover > .sub-menu > li.menu-item > a:hover {
  color: #fff;
  background-color: #14c1f1;
}
.header .mainmenu ul.mainmenu-list li.menu-item.menu-item-has-children:hover > .sub-menu > li.menu-item.menu-item-has-children:after {
  top: 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header .mainmenu ul.mainmenu-list li.menu-item.menu-item-has-children:hover > .sub-menu > li.menu-item:hover > .sub-menu {
  top: auto;
  bottom: 0;
  left: auto;
  right: -200px;
  background-color: #24caf7;
}
.header .mainmenu ul.mainmenu-list li.menu-item.menu-item-has-children:hover > .sub-menu > li.menu-item:hover > .sub-menu:before {
  content: '';
  position: absolute;
  top: auto;
  left: -15px;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #25cbf7 transparent transparent;
}
.header .mainmenu ul.mainmenu-list li.menu-item.menu-item-has-children:hover > .sub-menu > li.menu-item:hover > .sub-menu > li.menu-item a {
  font-size: 12px;
  text-transform: inherit;
}
.header .mainmenu ul.mainmenu-list li.menu-item.current-menu-item a {
  position: relative;
}
.header .mainmenu ul.mainmenu-list li.menu-item.current-menu-item a:after {
  content: '';
  background-color: #5dcae8;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .mobmenu {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header {
    background-color: #074784;
  }
  .header .mainmenu,
  .header .header-top-menu {
    display: none;
  }
  .header .mobmenu {
    display: block;
    visibility: hidden;
    z-index: 999;
    position: absolute;
    top: 0;
    right: -100%;
    height: 100vh;
    padding: 10px;
    background: #074784;
    padding-right: 0;
    width: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .header .mobmenu.open {
    visibility: visible;
    right: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .header .mobmenu ul.mobmenu-list {
    margin-top: 75px;
  }
  .header .mobmenu ul.mobmenu-list li.menu-item {
    display: block;
    float: none !important;
    text-align: center;
    padding: 0px 0px;
  }
  .header .mobmenu ul.mobmenu-list li.menu-item a {
    padding: 7px 10px;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
  }
  .header .mobmenu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
  }
  .header .mobmenu .sub-menu.open {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
    padding-left: 0;
  }
  .header .mobmenu .sub-menu.open li.menu-item a {
    width: 50%;
  }
  .header ul.lang-menu {
    width: 81px;
    position: absolute;
    right: 60px;
    top: 18px;
    border-right: 0;
    z-index: 999;
  }
  .header ul.lang-menu.open {
    visibility: visible;
    display: block;
    color: #fff;
    margin: auto;
    margin-top: 90px;
    font-size: 13px;
    z-index: 99999999;
    position: absolute;
    list-style: none;
    width: 75px;
    padding-left: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .header ul.lang-menu li {
    display: inline-block;
    text-align: center;
    width: 81px;
  }
  .header ul.lang-menu li a {
    width: 100%;
    text-align: center;
    display: block;
  }
}
.header.scrolled {
  background-color: #fff;
  -webkit-box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header.scrolled .logo {
  background-image: url('assets/images/logo_blue.svg');
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header.scrolled .mainmenu ul.mainmenu-list li.menu-item a {
  color: #04bbef;
}
.header.scrolled .mainmenu ul.mainmenu-list li.menu-item a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.header.scrolled .mainmenu ul.mainmenu-list li.menu-item.current-menu-item a:after {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header.scrolled .mainmenu ul.mainmenu-list li.menu-item.menu-item-has-children:after {
  background-image: url('assets/images/down-arrow-blue.svg');
}
.header.scrolled .header-top-menu {
  height: 0;
  padding-top: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header.scrolled .header-menu-hamburger span {
  background: #074784;
}
.header.scrolled .header-menu-hamburger.open span {
  background: #fff;
}
.header .static {
  position: static;
}
.head a {
  color: #fff;
  margin-top: 45px;
  display: inline-block;
}
.header-top-menu {
  background: #3b3d40;
  height: 35px;
  padding-top: 6px;
}
.header-top-menu ul {
  text-align: center;
  margin: 0;
}
.header-top-menu ul li {
  display: inline-block;
  margin: 0px 15px;
}
.header-top-menu ul li a {
  font-size: 14px;
  color: #bec3cc;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header-top-menu ul li a:hover {
  color: #fff;
}
.not-found {
  position: relative;
  text-align: center;
}
.not-found strong {
  font-size: 200px;
  color: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 380px) {
  .not-found strong {
    font-size: 100px;
  }
}
.not-found p {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  font-size: 43px;
}
@media only screen and (max-width: 380px) {
  .not-found p {
    font-size: 20px;
  }
}
.footer {
  z-index: 70;
  position: relative;
  bottom: 0;
  width: 100%;
  min-height: 80px;
  background-color: #404040;
  padding: 60px 0 30px;
}
.footer img {
  height: 55px;
}
.footer .text-center {
  font-size: 12px;
}
.footer p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-family: 'Proxima Nova extabold';
  text-align: right;
  margin: 25px 0;
}
@media only screen and (max-width: 1200px) {
  .footer p {
    text-align: center;
  }
}
.footer a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .footer .footer-logo {
    text-align: center;
  }
}
@media only screen and (max-width: 550px) {
  .footer {
    text-align: center;
  }
  .footer .footer-left {
    float: none;
  }
  .footer .footer-left img {
    display: block;
    margin: 0 auto 10px;
  }
  .footer .footer-right {
    float: none;
    padding: 25px;
  }
}
.footer .footer-top ul.footer-top-list {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 16px;
}
.footer .footer-top ul.footer-top-list li.menu-item {
  display: inline-block;
}
.footer .footer-top ul.footer-top-list li.menu-item a {
  font-family: 'Proxima Nova extabold';
  padding: 5px 10px;
}
@media only screen and (max-width: 1600px) {
  .footer .footer-top ul.footer-top-list li.menu-item a {
    padding: 5px 5px;
  }
}
@media only screen and (max-width: 620px) {
  .footer .footer-top ul.footer-top-list li.menu-item {
    display: block;
  }
}
.footer .header-menu ul.header-menu-list {
  text-align: center;
  font-size: 14px;
}
.footer .header-menu ul.header-menu-list li.menu-item {
  display: inline-block;
}
.footer .header-menu ul.header-menu-list li.menu-item a {
  padding: 5px 10px;
}
@media only screen and (max-width: 620px) {
  .footer .header-menu ul.header-menu-list li.menu-item {
    display: block;
  }
}
.usecookie-container {
  z-index: 999;
  position: fixed;
  bottom: 0;
  width: 80%;
  max-width: 500px;
  left: 10%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
}
.usecookie-container .usecookie-info {
  width: 60%;
  float: left;
  word-wrap: break-word;
  margin-top: 8px;
  height: auto;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 500px) {
  .usecookie-container .usecookie-info {
    width: 100%;
  }
}
.usecookie-container .usecookie-info p {
  color: #fff;
  font-size: 14px;
}
.usecookie-container .usecookie-agree {
  width: 40%;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .usecookie-container .usecookie-agree {
    width: 100%;
  }
}
.usecookie-container a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.usecookie-container a.set-usecookie,
.usecookie-container a.notset-usecookie {
  border: solid 2px #fff;
  padding: 8px 0;
  text-transform: uppercase;
  margin-top: 7px;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.usecookie-container a.set-usecookie:hover,
.usecookie-container a.notset-usecookie:hover {
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.usecookie-container a.set-usecookie {
  background-color: #fff;
  color: #000;
}
@-webkit-keyframes dotsAnim {
  0% {
    box-shadow: 0 0 0 0 rgba(3, 187, 239, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(3, 187, 239, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(3, 187, 239, 0);
  }
}
@keyframes dotsAnim {
  0% {
    box-shadow: 0 0 0 0 rgba(3, 187, 239, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(3, 187, 239, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(3, 187, 239, 0);
  }
}
.slick-dots {
  position: absolute;
  top: 40%;
  right: 5%;
  z-index: 5;
  opacity: 1;
  width: 30px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  will-change: transform,opacity;
}
.slick-dots li {
  margin-bottom: 20px;
  width: 10px;
  height: 10px;
  position: relative;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: #ccc;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots .slick-active button {
  width: 10px;
  height: 10px;
  background: #04bbef;
  -webkit-animation-name: dotsAnim;
  animation-name: dotsAnim;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.slider {
  overflow: hidden;
}
.slider .slide {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  min-height: 580px !important;
}
.slider .slide .content {
  color: #fff;
}
.what-we-do {
  background-color: #f0f4fa;
  margin-top: -30px;
  position: relative;
  overflow: hidden;
  padding-bottom: 45px;
}
.what-we-do .parralax .first-image {
  top: 0px !important;
}
.what-we-do .parralax .second-image {
  left: 250px !important;
  top: 30px !important;
}
.what-we-do .big-title {
  font-family: 'Proxima Nova extabold';
  font-size: 220px;
  line-height: 220px;
  color: #fff;
  position: absolute;
  top: 230px;
}
.what-we-do .excerpt,
.what-we-do .cover {
  height: 400px;
  display: block;
  position: relative;
  margin: 0 -15px;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .what-we-do .excerpt,
  .what-we-do .cover {
    height: auto;
    min-height: 260px;
  }
}
.what-we-do .cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.what-we-do .excerpt {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
}
.what-we-do .excerpt h3 {
  padding: 45px 0 25px;
}
.what-we-do .btn-under-big-text {
  position: absolute;
  bottom: -240px;
  color: #fff;
  background-color: #04bbef;
  font-family: 'Proxima Nova bold';
  padding: 11px 30px;
  border-radius: 25px;
  text-decoration: none;
}
.what-we-do .side-fixed {
  background-color: #074784;
  height: 1200px;
  margin: 0 -15px;
  padding: 60px 45px 15px 45px;
}
@media only screen and (max-width: 991px) {
  .what-we-do .side-fixed {
    height: auto;
    min-height: 450px;
    padding-bottom: 45px;
  }
}
.what-we-do .side-fixed .content {
  color: #fff;
}
.what-we-do .side-fixed .content a {
  padding: 11px 30px;
  background-color: #04bbef;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  margin-top: 10px;
  display: inline-block;
  font-family: 'Proxima Nova bold';
  margin-bottom: 60px;
}
.what-we-do .side-fixed .content a:hover {
  background-color: #2fc6f5;
  color: #fff;
}
.map-section {
  position: relative;
}
.map-section h1 {
  position: absolute;
  top: 10px;
  left: 12%;
  z-index: 9;
  display: block;
  color: #0a5296;
}
.map-section #wpgmza_map {
  height: 655px !important;
}
section.padding {
  padding: 90px 0 30px;
}
.news .slick-dots {
  top: 15%;
  right: -3%;
}
.news .slick-dots li {
  margin-bottom: 8px;
}
.news h1 {
  margin-bottom: 45px;
}
.news h2 {
  font-family: 'Proxima Nova bold';
  margin: 10px 0;
}
.news .date {
  color: #bec3cc;
}
.news .date span.day {
  font-size: 26px;
  font-family: 'Proxima Nova extabold';
}
.corporate {
  background-color: #f0f4fa;
  padding: 60px 0;
  position: relative;
}
.corporate .with-back {
  background-position: right center;
  background-size: 50%;
  background-repeat: no-repeat;
  min-height: 540px;
}
.corporate .with-back .content {
  padding: 60px 45px;
}
.corporate .with-back .corporate-img {
  margin: 0 -15px;
}
.corporate .with-back .corporate-img img {
  width: 100%;
}
.get-in-touch {
  padding: 40px 0 20px;
  background-color: #0053a6;
}
.get-in-touch p {
  color: #becde5;
}
/* SINGLE PAGE */
section.head {
  min-height: 280px;
  background-size: cover;
  background-position: top left;
  padding-top: 165px;
}
section.page-content {
  background-color: #f0f4fa;
  padding: 60px 0;
}
section.page-content > .cust-container {
  padding: 60px 0;
  background-color: #fff;
}
section.page-content h2 {
  color: #3b3d40;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
section.page-content h2 a {
  color: #3b3d40;
}
section.page-content .single-block {
  border-bottom: 1px solid #e9ecf2;
  padding: 45px 0;
}
section.page-content .single-block .cover {
  position: relative;
  overflow: hidden;
}
section.page-content .single-block .cover:after {
  content: '';
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 999;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
section.page-content .single-block .cover img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
section.page-content .single-block .cover:hover:after {
  background-color: rgba(255, 255, 255, 0);
}
section.page-content .single-block .cover:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.page-content .contacts-block {
  background-color: #f0f4fa;
  padding: 30px;
  margin-bottom: 60px;
}
section.page-content .contacts-block .title {
  font-family: 'Proxima Nova bold';
  margin-top: 30px;
}
section.page-content .contacts-block p {
  margin: 5px 0;
}
section.page-content .nav > li {
  display: inline-block;
}
section.page-content .nav-tabs {
  margin: 45px 0;
  border-bottom-color: #04bbef;
  padding-bottom: 30px;
}
section.page-content .nav-tabs > li {
  float: none;
}
section.page-content .nav-tabs > li a {
  border: 6px solid #f0f4fa;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  padding-top: 18px;
  margin: 0 5px;
}
section.page-content .nav-tabs > li.active {
  position: relative;
}
section.page-content .nav-tabs > li.active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -34px;
  left: 0px;
  right: 0;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-image: url("assets/images/sort-up.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section.page-content .nav-tabs > li.active a {
  box-shadow: 0 0 0 6px #7ad7f4;
  border: 6px solid #f0f4fa;
}
section.page-content .nav-tabs.about-us {
  padding-bottom: 0;
  min-height: 86px;
}
section.page-content .nav-tabs.about-us > li a {
  border-radius: 4px;
  box-shadow: none;
  border: none;
  width: auto;
  height: auto;
  border-left: 1px solid #04bbef;
  border-right: 1px solid #04bbef;
  border-top: 1px solid #04bbef;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #d6dbe5;
  font-family: 'Proxima Nova bold';
  font-size: 22px;
  padding-bottom: 16px;
}
section.page-content .nav-tabs.about-us > li.active a {
  color: #04bbef;
  font-size: 40px;
  font-family: 'Proxima Nova extabold';
  padding-bottom: 10px;
  background-color: #f0f4fa;
}
section.page-content .nav-tabs.about-us > li:after {
  display: none;
}
section.page-content .tab-content h2 {
  margin-bottom: 0;
}
section.page-content .tab-content.about-us {
  min-height: 220px;
}
section.page-content .tab-content.about-us ul {
  padding-left: 0;
}
section.page-content .tab-content.about-us ul li {
  text-align: left;
  padding-bottom: 15px;
}
section.page-content .single-product {
  border-bottom: 1px solid #f0f4fa;
}
section.page-content .single-product .product-data-block {
  background-color: #f0f4fa;
  padding: 30px;
  margin: 45px 0;
}
section.page-content .single-product .images {
  position: relative;
}
section.page-content .single-product .images img {
  position: absolute;
  top: 3px;
  left: 0;
}
section.page-content .single-product .images img:first-child {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
section.page-content .single-product .images img:last-child {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
section.page-content .single-product:hover .images img:first-child {
  opacity: 0;
}
section.page-content .single-product:hover .images img:last-child {
  opacity: 1;
}
section.page-content .single-product img {
  margin-top: 3px;
}
section.page-content .sub-products {
  list-style: none;
  padding-left: 0;
  margin-bottom: 45px;
}
section.page-content .sub-products li {
  display: inline-block;
}
section.page-content .sub-products li a {
  padding: 10px 15px;
  font-size: 20px;
  margin: 0 -3px;
  font-family: 'Proxima Nova bold';
  border-bottom: 1px solid #04bbef;
}
section.page-content .sub-products li.active a {
  padding-bottom: 5px;
  font-family: 'Proxima Nova extabold';
  border-bottom: 6px solid #04bbef;
}
section.page-content .bottom-content {
  margin-top: 45px;
}
section.page-content .category {
  position: absolute;
  top: 0;
  left: 15px;
  background-color: #004999;
  padding: 5px 10px;
  color: #fff;
}
section.page-content .pagination li a,
section.page-content .pagination li span {
  border: none;
  font-family: 'Proxima Nova extabold';
  color: #04bbef;
}
section.page-content .pagination li span {
  color: #074784;
}
section.page-content .filter {
  margin-bottom: 75px;
}
section.page-content .filter .categories {
  list-style: none;
  padding-left: 0;
}
section.page-content .filter .categories li {
  display: inline-block;
}
section.page-content .filter .categories li a {
  padding: 5px 15px;
  font-family: 'Proxima Nova bold';
}
section.page-content .filter .categories li.active a {
  font-family: 'Proxima Nova extabold';
  border-bottom: 3px solid #04bbef;
}
section.page-content .attributes {
  background-color: #f0f4fa;
  padding: 30px 45px;
}
section.page-content .attributes > .row {
  margin-bottom: 15px;
}
section.page-content .single-offer {
  display: inline-block;
}
section.page-content .single-offer .attributes {
  margin-bottom: 30px;
}
input.datepicker {
  border: none;
  border-bottom: 1px solid #04bbef;
  border-radius: 0;
  text-align: center;
  margin: 0 15px;
  width: 100px;
}
.page-template-about-us .post-content {
  padding: 30px 30px 30px 0;
}
.page-template-about-us .cust-container {
  background-color: transparent !important;
}
.page-template-about-us .cust-container img {
  margin-bottom: 60px;
  width: 355px;
  max-width: none;
}
.page-template-about-us .cust-container .image-wrapper {
  width: 0;
  overflow: hidden;
  min-height: 420px;
}
.page-template-about-us .cust-container .image-wrapper.active {
  width: 80%;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.page-template-homepage h1:after {
  display: none;
}
.page-template-contacts .switcher {
  width: 170px;
  height: 45px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 36px;
  background: white;
}
.page-template-contacts .switcher:hover .border {
  background: #dcf2fc;
}
.page-template-contacts .text {
  color: #777a7f;
  font-family: 'Proxima Nova Lt';
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.page-template-contacts .border {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #dcf2fc;
  border-radius: 22px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-template-contacts .active-tab {
  width: 85px;
  height: 45px;
  background-color: #04bbef;
  border-radius: 22px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  will-change: transform;
}
.page-template-contacts .active-tab_move {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.page-template-contacts .list {
  width: 169px;
  height: 45px;
  font-size: 0;
  z-index: 6;
  position: relative;
  cursor: pointer;
  padding-left: 0;
}
.page-template-contacts .item {
  width: 50%;
  display: inline-block;
  height: 100%;
  position: relative;
}
.page-template-contacts .item .earth-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #04bbef;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-template-contacts .item .menu-dot-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #04bbef;
  stroke: #04bbef;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-template-contacts .item_active .earth-icon {
  fill: white;
}
.page-template-contacts .item_active .menu-dot-icon {
  stroke: white;
}
.page-template-contacts .text-col {
  width: 50%;
}
.page-template-rd img,
.page-template-news img {
  width: 100%;
  margin-bottom: 60px;
}
.page-template-rd a.btn,
.page-template-news a.btn {
  margin-top: 60px;
}
.separator {
  width: 100%;
  background: #000;
  height: 1px;
  margin: 60px 0;
  background: rgba(0, 0, 0, 0.1);
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 5px 0px;
}
table {
  margin: 0;
}
.datepicker {
  max-width: 300px;
}
.select2-container {
  outline: none;
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  border: none;
  background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #04bbef;
  font-family: 'Proxima Nova bold';
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #04bbef transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #04bbef transparent;
}
.drop_uploader.drop_zone {
  border: 3px dashed #05bcef !important;
}
.drop_uploader.drop_zone .text {
  font-family: 'Proxima Nova bold' !important;
  color: #fff !important;
}
.wpcf7-list-item-label {
  color: #fff;
}
.apply-form {
  max-width: 35%;
  background-color: #0053a6;
}
.apply-form .btn.blue {
  background-color: #04bbef;
  color: #fff;
  font-family: 'Proxima Nova bold';
  border-radius: 25px;
  padding: 15px 45px;
  margin-top: 30px;
}
.apply-form h3 {
  text-align: center;
  margin-bottom: 30px;
}
.apply-form .linkedin {
  display: none;
}
input,
select,
textarea {
  margin-bottom: 15px;
}
span.wpcf7-not-valid-tip {
  color: #f59999 !important;
  margin-top: -4px !important;
  margin-bottom: 15px !important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #05bcef !important;
  border-radius: 4px !important;
  color: #a3e8fb !important;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #aaecff !important;
  color: #fff !important;
  border-radius: 4px !important;
}
.page-template-submit-application .drop_uploader.drop_zone {
  border: 3px dashed #05bcef !important;
}
.page-template-submit-application .drop_uploader.drop_zone .text {
  font-family: 'Proxima Nova bold' !important;
  color: #717880 !important;
}
.page-template-submit-application .wpcf7-list-item-label {
  color: #717880;
}
.page-template-submit-application h3 {
  color: #717880;
  text-align: center;
  margin-bottom: 30px;
}
.page-template-submit-application .linkedin {
  display: none;
}
.page-template-submit-application .btn.blue {
  background-color: #04bbef;
  color: #fff;
  font-family: 'Proxima Nova bold';
  border-radius: 25px;
  padding: 15px 45px;
  margin-top: 30px;
}
.wpgmp_map_container {
  border: none !important;
  box-shadow: none !important;
}
.wpgmp_categories,
.wpgmp_pagination,
.wpgmp_before_listing {
  display: none !important;
}
.categories_filter {
  display: inline-block !important;
  width: 142px !important;
  position: absolute !important;
  top: 45px !important;
  right: 15px !important;
}
.categories_filter select {
  background-color: #fff !important;
  color: #04bbef !important;
}
.sidebar {
  padding-left: 30px;
  margin-top: -115px;
}
.sidebar .sidebar-title {
  margin-bottom: 20px;
}
.sidebar h2,
.sidebar h3,
.sidebar h4 {
  color: #333333;
  margin-bottom: 2px;
  margin-top: 2px;
  font-size: 17px;
}
.sidebar h2 a,
.sidebar h3 a,
.sidebar h4 a {
  color: rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
}
.sidebar h2 {
  font-weight: 700;
}
.sidebar h3 {
  font-size: 17px;
}
.sidebar h4 {
  font-size: 14px;
}
.sidebar h4 a {
  font-weight: 400;
}
.sidebar h4 a.active {
  text-decoration: underline;
  position: relative;
}
.sidebar h4 a.active:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  background-image: url("assets/images/down-arrow-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar ul {
  list-style: none;
  padding-left: 0px;
}
.sidebar ul li {
  position: relative;
}
.sidebar ul li ul {
  padding-left: 30px;
}
.sidebar .close-btn {
  background-image: url('assets/images/close-button.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: -25px;
  cursor: pointer;
  display: none;
}
.sidebar .close-btn.active {
  display: block;
}
.contacts-content {
  color: #333;
}
.contacts-content .title {
  font-size: 17px;
  font-weight: 700;
  font-family: 'Proxima Nova extabold';
  color: #333;
  margin-left: 15px;
}
.contacts-content .city {
  margin-left: 15px;
}
.contacts-content strong {
  font-family: 'Proxima Nova extabold';
}
.contacts-content .icon {
  background-image: url('/wp-content/uploads/2017/11/sales1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 30px;
}
.contacts-content .single-client-row {
  padding: 15px 0;
}
.contacts-content .single-client-row.default-row {
  padding: 15px 90px 15px 30px;
}
.contacts-content .main-point-container {
  background-color: #f0f4fa;
  padding: 30px 30px 0;
  margin-right: 60px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ccc;
}
.contacts-content .main-point {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #05bcef;
  display: inline-block;
  padding: 0 15px 15px;
  font-size: 17px;
  font-family: 'Proxima Nova bold';
}
.fancy-contact-us {
  background-color: #074784;
  padding: 30px;
  max-width: 570px;
}
.fancy-contact-us h2 {
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-family: 'Proxima Nova Regular';
}
.fancy-contact-us select {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 5px 0px;
  border-bottom: 2px solid #2568ae;
  color: #5d83ad;
}
.fancy-contact-us select:focus {
  outline: none;
  box-shadow: none;
  border-color: #66afe9;
}
.fancy-contact-us input,
.fancy-contact-us textarea {
  background-color: #074784;
  color: #fff;
  border: none;
  border-bottom: 2px solid #256bb0;
  resize: none;
  width: 100%;
  padding: 15px 0;
  border-radius: 0;
}
.fancy-contact-us input[type="submit"],
.fancy-contact-us textarea[type="submit"] {
  width: 150px;
  background-color: #13bcec;
  padding: 10px 0;
  border-radius: 25px;
  border-bottom: 0;
}
.fancy-contact-us input::-webkit-input-placeholder,
.fancy-contact-us textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.4);
}
.fancy-contact-us input::-moz-placeholder,
.fancy-contact-us textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
}
.fancy-contact-us input::-ms-input-placeholder,
.fancy-contact-us textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.4);
}
.fancy-contact-us input:-moz-placeholder,
.fancy-contact-us textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.4);
}
.fancy-contact-us input:focus,
.fancy-contact-us textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #66afe9;
}
.fancy-contact-us textarea {
  height: 150px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #13bcec;
}
@media only screen and (max-width: 991px) {
  .what-we-do .excerpt,
  .what-we-do .side-fixed {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    font-size: 30px;
  }
  .corporate .with-back .content {
    padding: 60px 0;
  }
  .news-slider {
    margin-left: -15px;
    margin-right: 5px;
  }
  section.page-content > .cust-container {
    padding: 60px 15px;
  }
  section.page-content .sub-products li {
    display: block;
    text-align: center;
  }
  section.page-content .sub-products li a {
    line-height: 40px;
    border-bottom: 0;
  }
}
.single-post h1:after {
  display: none;
}
.bubbles {
  display: block;
  position: relative;
}
.bubbles .bubble {
  height: 17px;
  width: 17px;
  background: #d6dbe5;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.error404 section.page-content h2 {
  color: #3b3d40;
  font-family: 'Proxima Nova extabold';
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: -10px;
}
.error404 section.page-content .big-number {
  font-size: 220px;
  line-height: 221px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Proxima Nova extabold';
}
@media only screen and (max-width: 468px) {
  .map-section h1 {
    position: relative;
    left: auto;
    right: auto;
    padding: 0 15px;
  }
}

/* FIX */

.right-head {
	position: relative;
	float: right;
}


.categories_filter {
	right: 10px !important;
	width: auto !important;
}

.news-slider .slick-list {
	width: calc(100% - 30px);
}

.news .slick-dots {
	right: 0;
}

.header .mainmenu ul.mainmenu-list li.menu-item a {
	padding: 36px 22px;
}

/* CUSTOM */

.header .mainmenu ul.mainmenu-list li.menu-item.menu-item-has-children:hover > .sub-menu > li.menu-item > a,
.material-card__category {
	word-break: break-all;
}

.post-template-default.single-post .cust-container img.alignleft {
    max-width: 400px;
}

/* update */

@media only screen and (min-width: 992px) and (max-width: 1256px) {
	.cust-container.fix {
		width: calc(100% - 30px);
	}	
}

@media only screen and (max-width: 991px) {
	section.page-content .single-product .images {
		width: 117px;
		height: 117px;
	}
	section.page-content .single-product .images img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		top: 0;
		margin-top: 0;
	}
	.page-template-product .product-name {
		margin-left: 15px;
	}
	section.page-content .single-product .changed-row {
		display: flex;
		flex-wrap: wrap;
	}
	section.page-content .single-product .changed-row .first-side {
		width: 150px;
		padding-top: 20px;
	}
	section.page-content .single-product .changed-row .second-side {
		width: calc(100% - 200px);
		padding-top: 20px;
	}
	section.page-content .single-product .changed-row .third-side {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.page-template-product .product-data-block table > tbody > tr > td {
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	section.page-content .single-product .changed-row {
		flex-direction: column;
	}
	section.page-content .single-product .changed-row .second-side {
		width: 100%;
	}
	.header ul.lang-menu {
		right: 10px;
	}
}

.partner-status {
	margin-left: 15px;
    padding: 5px 15px;
    background: #04bbef;
    color: #ffffff;
    display: inline-block;
    margin-top: 5px;	
}

.close-btn.all-countries {
	background: none;
	width: auto;
	height: auto;
	position: relative;
	top: inherit;
	left: inherit;
	display: block;
	font-weight: 700;
}

/* Contacts */

@media only screen and (max-width: 991px) {
	.page-template-contacts .single-client-row .col-md-3,
	.single-contacts-companies .single-client-row .col-md-3	{
		width: 49%;
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top;
	}
	.page-template-contacts .single-client-row .col-md-3 .partner-status,
	.single-contacts-companies .single-client-row .col-md-3 .partner-status {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.page-template-contacts .sidebar-title {
		margin-top: 110px;
	}
	.contacts-content .main-point-container {
		padding: inherit;
	}
	.page-template-contacts .main-point-container {
		margin-left: auto;
		margin-right: auto;
	}
	.page-template-contacts .single-client-row {
		margin-left: auto;
		margin-right: auto;	
		padding: 30px 30px 0 !important;
	}
	.page-template-contacts .contacts-content .main-point {
		padding-top: 15px;
		margin-left: 30px;
	}
	.page-template-contacts .contacts-content {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 580px) {
	.page-template-contacts .single-client-row .col-md-3,
	.single-contacts-companies .single-client-row .col-md-3	{
		width: inherit;
		display: block;
		box-sizing: inherit;
		vertical-align: inherit;
	}	
	section.page-content .filter .categories li {
    margin: 10px 0;
    border-bottom: solid 1px #ddd;
}
	section.page-content .filter .categories li a {
    padding: 0px 0px;
}
}

.single-contacts-companies .single-client-row {
	padding: 0 60px;
}

.single-contacts-companies .single-client-row .partner-status {
	margin-left: 0;
}

.header .header-menu #menu-item-1042,
.footer .menu-item-1042 {
	display: none !important;
}

html[lang="es-ES"] .footer .menu-item-1042 {
	display: inline-block !important;
}

.header .mainmenu ul.mainmenu-list li.menu-item a {
    word-break: keep-all!important;
}
@media only screen and (min-width: 580px) {
.contacts-block-left, .contacts-block-right {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
}

.page-content hr {
    border-top: 1px solid #0fb9ed;
}

/* News update */

.news-date {
	display: flex;
	justify-content: space-between;
}

.news-date .left-side {
	
}

.news-date .right-side {
	
}

.news-date .right-side span {
	
}

/*slick dots */

