@charset "UTF-8";
.wrap {
  margin: 0 auto;
  max-width: 1160px;
}

@media screen and (max-width: 768px) {
  .wrap {
    max-width: 768px;
  }
}

* {
  box-sizing: border-box;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  text-transform: none;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: "atypon";
  src: url("../fonts/atypon.eot");
  src: url("../fonts/atypon.eot?#iefix") format("embedded-opentype"), url("../fonts/atypon.woff") format("woff"), url("../fonts/atypon.ttf") format("truetype"), url("../fonts/atypon.svg#atypon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"], [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "atypon" !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:before:before, [class*=" icon-"]:before:before {
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[data-icon]:before {
  font-family: "atypon" !important;
  content: attr(data-icon);
}

.icon-arrow-left:before {
  content: "a";
}

.icon-arrow-right:before {
  content: "b";
}

.icon-bag:before {
  content: "c";
}

.icon-book:before {
  content: "d";
}

.icon-list:before {
  content: "e";
}

.icon-papers:before {
  content: "f";
}

.icon-phone:before {
  content: "g";
}

.icon-aim:before {
  content: "h";
}

.icon-aim-alt:before {
  content: "j";
}

.icon-arto:before {
  content: "k";
}

.icon-apple:before {
  content: "l";
}

.icon-app-store:before {
  content: "m";
}

.icon-amazon:before {
  content: "n";
}

.icon-rss:before {
  content: "i";
}

.icon-picassa:before {
  content: "o";
}

.icon-vcard:before {
  content: "p";
}

.icon-twitter-alt:before {
  content: "q";
}

.icon-wordpress-alt:before {
  content: "r";
}

.icon-twitter:before {
  content: "s";
}

.icon-tumblr:before {
  content: "t";
}

.icon-skype:before {
  content: "u";
}

.icon-path:before {
  content: "v";
}

.icon-msn-messenger:before {
  content: "w";
}

.icon-linkedin:before {
  content: "x";
}

.icon-linkedin-alt:before {
  content: "y";
}

.icon-google:before {
  content: "z";
}

.icon-google-buzz:before {
  content: "A";
}

.icon-github:before {
  content: "B";
}

.icon-facebook-alt:before {
  content: "C";
}

.icon-facebook:before {
  content: "D";
}

.icon-cloudapp:before {
  content: "E";
}

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

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

*, *:before, *:after {
  -webkit-tap-highlight-color: transparent;
}

html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
}

body {
  font-size: 22px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

p {
  margin: 0 0 1.5em;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], button, select, textarea {
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 1.5;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, button:focus, select:focus, textarea:focus {
  outline: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

a {
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

.row {
  width: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.invisible {
  visibility: hidden;
  opacity: 0;
}

.none {
  display: none !important;
}

.divfill {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, button, select, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

html {
  font-size: 1em;
  line-height: 1.5;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio, canvas, img, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after {
    content: "";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

@font-face {
  font-family: "atypon";
  src: url("../fonts/atypon.eot");
  src: url("../fonts/atypon.eot?#iefix") format("embedded-opentype"), url("../fonts/atypon.woff") format("woff"), url("../fonts/atypon.ttf") format("truetype"), url("../fonts/atypon.svg#atypon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"], [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "atypon" !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:before:before, [class*=" icon-"]:before:before {
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[data-icon]:before {
  font-family: "atypon" !important;
  content: attr(data-icon);
}

.icon-arrow-left:before {
  content: "a";
}

.icon-arrow-right:before {
  content: "b";
}

.icon-bag:before {
  content: "c";
}

.icon-book:before {
  content: "d";
}

.icon-list:before {
  content: "e";
}

.icon-papers:before {
  content: "f";
}

.icon-phone:before {
  content: "g";
}

.icon-aim:before {
  content: "h";
}

.icon-aim-alt:before {
  content: "j";
}

.icon-arto:before {
  content: "k";
}

.icon-apple:before {
  content: "l";
}

.icon-app-store:before {
  content: "m";
}

.icon-amazon:before {
  content: "n";
}

.icon-rss:before {
  content: "i";
}

.icon-picassa:before {
  content: "o";
}

.icon-vcard:before {
  content: "p";
}

.icon-twitter-alt:before {
  content: "q";
}

.icon-wordpress-alt:before {
  content: "r";
}

.icon-twitter:before {
  content: "s";
}

.icon-tumblr:before {
  content: "t";
}

.icon-skype:before {
  content: "u";
}

.icon-path:before {
  content: "v";
}

.icon-msn-messenger:before {
  content: "w";
}

.icon-linkedin:before {
  content: "x";
}

.icon-linkedin-alt:before {
  content: "y";
}

.icon-google:before {
  content: "z";
}

.icon-google-buzz:before {
  content: "A";
}

.icon-github:before {
  content: "B";
}

.icon-facebook-alt:before {
  content: "C";
}

.icon-facebook:before {
  content: "D";
}

.icon-cloudapp:before {
  content: "E";
}

/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .swiper-slide {
    width: 100%;
  }
  .swiper-slide h3 {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 110px;
    font-size: 25px !important;
  }
  .swiper-slide h6 {
    font-size: 18px !important;
    padding: 50px 0 30px 0;
    margin: 0;
  }
  .swiper-slide p {
    padding: 0 65px;
  }
  .swiper-slide > img {
    margin: 10px 0 !important;
  }
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/
}

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}

.swiper-active-switch {
  /* Specific active button style: */
}

.swiper-visible-switch {
  /* Specific visible button style: */
}

/* Page Header */
.header-navigation {
  display: none !important;
}

/* Expander */
@media screen and (max-width: 768px) {
  .menu-opener {
    display: block;
    height: 48px;
    width: 48px;
    position: absolute;
    top: 0;
    left: 6px;
    z-index: 1000;
    padding: 14px;
  }
  .menu-opener:hover {
    cursor: pointer;
  }
  .menu-opener span {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 1px;
    margin: 5px 0 0;
  }
}

/* Sidebar */
@media screen and (min-width: 768.001px) {
  .sidebar {
    position: relative;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    z-index: 1000;
  }
  .sidebar #menu-main-menu,
  .sidebar #menu-secondary-menu {
    padding-right: 20px;
  }
  .sidebar nav ul {
    list-style: none;
  }
  .sidebar nav ul li {
    float: left;
    margin-left: 40px;
  }
  .sidebar nav ul li:hover a {
    opacity: 1;
  }
  .sidebar nav ul li.current-menu-ancestor a {
    opacity: 1;
    border-bottom: 1px solid #fff;
  }
  .sidebar nav ul li .sub-menu {
    display: none;
  }
  .sidebar nav ul li a {
    font-size: 14px;
    color: #fff;
    opacity: .8;
  }
  .sidebar .logo {
    display: none;
  }
  .sidebar .main-menu {
    position: absolute;
    top: 60px;
    right: 0;
    margin: 0;
  }
  .sidebar .main-menu a {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .sidebar .secondary-menu {
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0;
  }
  .sidebar .logoutmenu {
    float: right;
    margin-right: 20px;
    position: relative;
    top: -2px;
  }
  .sidebar .logoutmenu + .secondary-menu {
    right: 80px !important;
  }
}

@media screen and (min-width: 768.001px) and (max-width: 580px) {
  .sidebar .logoutmenu {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sidebar {
    display: block;
    background-color: #fff;
    color: #748082;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: visible;
    width: 200px;
    z-index: 1000;
    text-align: left;
  }
  .sidebar nav {
    font-size: 16px;
  }
  .sidebar nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
  }
  .sidebar nav ul ul {
    display: none;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
    transition: all 400ms ease;
  }
  .sidebar nav ul li {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 14px;
  }
  .sidebar nav ul li.menu-item-has-children > a:after {
    content: "+";
    font-family: Helvetica, Arial;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
  }
  .sidebar nav ul li .current-menu-item a:after {
    content: "b";
    font-family: atypon;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
  }
  .sidebar nav ul li ul li {
    text-transform: none;
    font-size: 14px;
  }
  .sidebar nav a {
    display: block;
    position: relative;
    padding: 8px 24px 7px;
    line-height: 24px;
    position: relative;
  }
  .sidebar nav .main-menu {
    background-color: #3C4147;
  }
  .sidebar nav .main-menu ul {
    background-color: #34373E;
  }
  .sidebar nav .main-menu ul a {
    border-bottom: 1px solid #30333A;
  }
  .sidebar nav .main-menu a,
  .sidebar nav .main-menu a:link,
  .sidebar nav .main-menu a:visited {
    color: #ffffff;
    border-bottom: 1px solid #383D43;
  }
  .sidebar nav .main-menu .current-menu-parent a,
  .sidebar nav .main-menu a:hover,
  .sidebar nav .main-menu a:active {
    color: #ffffff;
  }
  .sidebar nav .secondary-menu li.menu-item-has-children > a:after,
  .sidebar nav .logoutmenu li.menu-item-has-children > a:after {
    content: "+";
    font-family: Helvetica, Arial;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 20px;
    color: #3C4147;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
  }
  .sidebar nav .secondary-menu .current-menu-item a:after,
  .sidebar nav .logoutmenu .current-menu-item a:after {
    content: "b";
    font-family: atypon;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 20px;
    color: #3C4147;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
  }
  .sidebar nav .secondary-menu a,
  .sidebar nav .secondary-menu a:link,
  .sidebar nav .secondary-menu a:visited,
  .sidebar nav .logoutmenu a,
  .sidebar nav .logoutmenu a:link,
  .sidebar nav .logoutmenu a:visited {
    color: #3C4147;
    border-bottom: 1px solid #EEEEEE;
    font-size: 14px;
  }
  .sidebar nav .secondary-menu .current-menu-parent a,
  .sidebar nav .secondary-menu a:hover,
  .sidebar nav .secondary-menu a:active,
  .sidebar nav .logoutmenu .current-menu-parent a,
  .sidebar nav .logoutmenu a:hover,
  .sidebar nav .logoutmenu a:active {
    color: #3C4147;
  }
  .sidebar nav .secondary-menu a:after,
  .sidebar nav .logoutmenu a:after {
    color: #3C4147;
  }
  .sidebar nav .secondary-menu ul a,
  .sidebar nav .logoutmenu ul a {
    border-bottom: 1px solid #EEEEEE;
  }
  .sidebar .logo {
    margin: 0;
    background-color: #010101;
    padding: 9px 0 9px;
  }
  .sidebar .logo a {
    display: block;
    margin: 0;
    color: #ffffff;
  }
  .sidebar .logo img {
    height: 30px;
    width: auto;
    padding: 4px 24px 4px;
  }
  .sidebar .current-menu-parent ul {
    display: block;
  }
  .sidebar,
  .sidebar .sidebar {
    left: -290px;
    width: 290px;
    text-align: left;
    transition: left 250ms ease-in-out;
  }
  .sidebar + .main-wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all 250ms ease-in-out;
  }
  .sidebar.sidebar-open {
    left: 0;
    height: 100%;
    min-height: 100%;
    overflow: auto;
    transition: left 250ms ease-in-out;
    box-shadow: 4px 0px 8px 0 rgba(0, 0, 0, 0.1);
  }
  .sidebar.sidebar-open + .main-wrapper {
    -webkit-transform: translate(290px, 0);
    -ms-transform: translate(290px, 0);
    transform: translate(290px, 0);
    transition: all 250ms ease-in-out;
  }
}

.sidebar .sidebar-overlay {
  display: none;
}

.sidebar.sidebar-open + .main-wrapper + .sidebar-overlay {
  display: block;
  position: fixed;
  z-index: 2099;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 290px;
  right: 0;
  opacity: 1;
  bottom: 0;
}

#header {
  min-height: 140px;
  position: relative;
}

#header > .wrap {
  padding: 0 20px;
}

#header .block3 {
  width: 20%;
  min-height: 140px;
  display: table;
  float: left;
}

#header .block13 {
  width: 80%;
  display: table;
  float: right;
}

@media screen and (max-width: 768px) {
  #header {
    min-height: initial;
  }
  #header .block3 {
    width: 164px;
    min-height: 90px;
    margin: 0 auto;
    float: none;
    clear: both;
  }
  #header .block13 {
    display: none;
    float: none;
    clear: both;
  }
}

@media screen and (max-width: 580px) {
  #header .block3 {
    min-height: initial;
  }
}

#header .logo {
  width: 162px;
  height: 140px;
  position: relative;
  z-index: 2000;
}

@media screen and (max-width: 768px) {
  #header .logo {
    height: 90px;
  }
  #header .logo p {
    background-size: 147px 40px;
  }
}

@media screen and (max-width: 580px) {
  #header .logo {
    height: 51px;
  }
  #header .logo p {
    background-size: 81px 22px;
  }
}

#header .logo p {
  text-indent: -9999px;
  min-height: 100%;
  vertical-align: middle;
  background-image: url("../img/assets/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
}

#header p {
  margin: 0;
}

.subPageNavi {
  margin-bottom: 40px;
}

.subPageNavi .current_page_item a {
  color: #000 !important;
}

.subPageNavi .firstLevel {
  width: 100%;
  display: inline-block;
  padding: 20px 0;
}

.subPageNavi .firstLevel .contactBlock {
  float: right;
  margin-right: 50px;
}

.subPageNavi .firstLevel .contactBlock a {
  line-height: 60px;
  height: 60px;
  padding: 0 45px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #32A9FD;
  border: 1px solid #32A9FD;
  display: inline-block;
  text-transform: uppercase;
}

.subPageNavi .firstLevel .contactBlock a:hover {
  background-color: #32A9FD;
  color: #fff;
}

.subPageNavi .secLevel {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: -10px;
  width: 100%;
  padding: 30px;
  min-height: 110px;
  display: table;
}

.subPageNavi .secLevel .contactBlock {
  float: right;
  margin-right: 50px;
}

.subPageNavi .secLevel .contactBlock a {
  line-height: 60px;
  height: 60px;
  padding: 0 45px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #32A9FD;
  border: 1px solid #32A9FD;
  display: inline-block;
  text-transform: uppercase;
}

.subPageNavi .secLevel .contactBlock a:hover {
  background-color: #32A9FD;
  color: #fff;
}

.subPageNavi .secLevel:after {
  content: " ";
  display: table;
  clear: both;
}

.subPageNavi .secLevel .block4, .subPageNavi .secLevel .block12 {
  display: table-cell;
}

.subPageNavi .secLevel .block4 {
  width: 40%;
  text-align: left;
  vertical-align: middle;
}

.subPageNavi .secLevel .block12 {
  width: 60%;
  text-align: left;
}

.subPageNavi .secLevel h2 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 100;
  color: #32A9FD;
  padding: 0;
}

.subPageNavi .sub1LevelMenu {
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
  float: left;
  display: table;
}

.subPageNavi .sub1LevelMenu li {
  display: table-cell;
}

.subPageNavi .sub1LevelMenu li a {
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  color: gray;
  margin: 0 30px 0 0;
  text-transform: uppercase;
}

.subPageNavi .sub1LevelMenu li.active a, .subPageNavi .sub1LevelMenu li a:hover {
  color: #000;
}

.subPageNavi .sub2LevelMenu {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
}

.subPageNavi .sub2LevelMenu:after {
  content: " ";
  display: table;
  clear: both;
}

.subPageNavi .sub2LevelMenu li {
  float: left;
}

.subPageNavi .sub2LevelMenu li a {
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  color: gray;
  margin: 0 40px 0 0;
  text-transform: uppercase;
}

.subPageNavi .sub2LevelMenu li.active a, .subPageNavi .sub2LevelMenu li a:hover {
  color: #000;
}

.subPageNavi.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 !important;
}

.fixed {
  transition: all 400ms ease-in-out;
}

.fixed .secLevel {
  background-color: #fff !important;
  max-width: 1160px !important;
  margin: 0 auto !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.fixed .contactBlock a {
  background-color: #32A9FD;
  color: #ffffff !important;
  border: 1px solid #32A9FD;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 4px;
}

.fixed .contactBlock a:hover {
  background-color: #fff !important;
  color: #32A9FD !important;
}

.subPageNavi {
  margin: -60px -80px 40px -80px !important;
}

.subPageNavi:after {
  content: " ";
  display: table;
  clear: both;
}

.subPageNavi .sub1LevelMenu {
  padding: 0;
  height: 100%;
}

.subPageNavi .sub1LevelMenu:after {
  content: " ";
  display: table;
  clear: both;
}

.subPageNavi .sub1LevelMenu li {
  text-align: center;
  vertical-align: middle;
}

.subPageNavi .contactBlock {
  margin: 0 !important;
}

.subPageNavi .secLevel .block4 h2 {
  text-align: left !important;
}

.subPageNavi .secLevel .block12 {
  vertical-align: middle;
}

.subPageNavi .firstLevel,
.subPageNavi .secLevel {
  padding: 20px 80px;
}

.subPageNavi .firstLevel a,
.subPageNavi .secLevel a {
  line-height: 60px !important;
}

.subPageNavi .firstLevel {
  padding: 20px 80px;
}

@media screen and (max-width: 768px) {
  .subPageNavi {
    margin: -40px -40px 20px -40px !important;
  }
  .subPageNavi .firstLevel,
  .subPageNavi .secLevel {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 580px) {
  .subPageNavi {
    margin: -20px -20px 20px !important;
    padding-right: 20px;
    padding-left: 20px;
  }
  .subPageNavi .contactBlock {
    display: none;
  }
  .subPageNavi .firstLevel {
    padding: 0 !important;
  }
  .subPageNavi .firstLevel .current_page_item,
  .subPageNavi .firstLevel .current-page-ancestor {
    background-color: #fff !important;
  }
  .subPageNavi .firstLevel > ul {
    width: 100%;
  }
  .subPageNavi .firstLevel > ul > li {
    display: block;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    text-align: left;
  }
  .subPageNavi .firstLevel > ul > li a {
    display: block;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    font-size: 14px;
    line-height: 1.5 !important;
  }
  .subPageNavi .firstLevel > ul > li:not(.active) {
    background-color: whitesmoke;
  }
  .subPageNavi .firstLevel > .contactBlock {
    display: none;
  }
  .subPageNavi .secLevel {
    padding: 0 !important;
    border: none !important;
  }
  .subPageNavi .secLevel .current_page_item {
    background-color: transparent !important;
  }
  .subPageNavi .secLevel > .block4 {
    display: none !important;
  }
  .subPageNavi .secLevel > .block12 {
    float: none;
    width: 100% !important;
  }
  .subPageNavi .secLevel > .block12 > ul {
    float: none;
    padding: 0;
    width: 100%;
  }
  .subPageNavi .secLevel > .block12 > ul > li {
    display: block;
    margin: 0;
    width: 100% !important;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    text-align: left;
  }
  .subPageNavi .secLevel > .block12 > ul > li a {
    display: block;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    font-size: 14px;
    line-height: 1.5 !important;
    text-transform: uppercase;
  }
  .subPageNavi .secLevel > .block12 > ul > li:not(.active) {
    background-color: whitesmoke;
  }
}

.homepage #container {
  padding-top: 105px;
  padding-bottom: 70px;
}

#container {
  position: relative;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

#container:after {
  content: " ";
  display: table;
  clear: both;
}

#container #menuBellowSlider {
  width: 100%;
  position: absolute;
  top: -30px;
  z-index: 900;
}

#container #menuBellowSlider .top_color {
  background: #FFE416;
  height: 6px;
  width: 100%;
  position: relative;
  float: left;
  display: block;
}

#container #menuBellowSlider ul {
  clear: both;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 80px;
  width: 100%;
}

#container #menuBellowSlider li {
  display: inline-block;
  float: left;
  width: 33.33%;
  height: 100%;
  border-right: 1px solid #ccc;
}

#container #menuBellowSlider li a {
  font-family: Arial, Helvetica, sans-serif;
  color: #202620;
  text-align: left;
  background-image: url("../img/nav-arrow-right.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  float: left;
  background-color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 80px;
}

#container #menuBellowSlider li a img {
  padding-left: 25px;
  padding-right: 15px;
}

#container #menuBellowSlider li a:hover {
  background-color: #FFE416;
}

#container #menuBellowSlider li:last-child {
  border-right: none;
}

#container .action-bar {
  margin-top: 25px;
}

span.highlighted-title {
  color: rgba(255, 255, 255, 0.6);
}

.main_slider {
  position: relative;
  width: 100%;
  height: 640px;
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 768px) {
  .main_slider {
    height: 550px;
  }
}

@media screen and (max-width: 580px) {
  .main_slider {
    height: 550px;
  }
}

.homeTabs {
  padding: 0;
  position: relative;
  top: -140px;
  margin-bottom: -140px;
  width: 100%;
  height: 100%;
}

.homeTabs img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .homeTabs {
    top: -90px;
    margin-bottom: -90px;
  }
}

@media screen and (max-width: 580px) {
  .homeTabs {
    top: -50px;
    margin-bottom: -50px;
  }
}

.homeTabs .rsArrows {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  z-index: 100000;
}

.homeTabs .rsArrow {
  color: #fff;
  line-height: normal;
  height: 32px;
  width: 32px;
  opacity: 1;
  position: absolute;
  z-index: 20;
  top: 0px;
  display: none;
}

.homeTabs .rsArrow i {
  top: 32%;
  position: absolute;
}

@media screen and (max-width: 580px) {
  .homeTabs .rsArrow {
    display: block;
  }
}

.homeTabs .rsArrowLeft {
  left: 10px;
}

.homeTabs .rsArrowLeft i {
  left: 32%;
}

.homeTabs .rsArrowRight {
  right: 10px;
}

.homeTabs .rsArrowRight i {
  right: 32%;
}

.homeTabs .rsArrowIcn {
  width: 20px;
  height: 26px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  text-align: center;
  line-height: 26px;
  position: absolute;
  cursor: pointer;
  font-family: "atypon" !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: atypon;
}

.homeTabs .rsArrowIcn:before {
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.homeTabs .rsArrowLeft .rsArrowIcn:before {
  content: "a";
  margin-left: -20px;
}

.homeTabs .rsArrowRight .rsArrowIcn:before {
  content: "b";
  margin-left: -14px;
}

.homeTabs .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}

.homeTabs .royal-homeslider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clear: both;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.homeTabs .royal-homeslider .rsOverflow,
.homeTabs .royal-homeslider .rsSlide,
.homeTabs .royal-homeslider .rsVideoFrameHolder,
.homeTabs .royal-homeslider .rsThumbs {
  background: #151515;
  color: #FFF;
  height: 100%;
  width: 100%;
}

.homeTabs .royal-homeslider .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.homeTabs .royal-homeslider .rsContent {
  z-index: 2;
  position: relative;
  padding: 0;
}

.homeTabs .large-slide-content {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.homeTabs .large-slide-content .container {
  margin: 0 auto;
  max-width: 1160px;
  padding: 140px 20px 0px 20px;
}

@media screen and (max-width: 768px) {
  .homeTabs .large-slide-content {
    padding: 80px 30px;
  }
}

@media screen and (max-width: 580px) {
  .homeTabs .large-slide-content {
    padding: 30px 20px;
  }
}

.homeTabs .large-slide-content h2 {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1.0em;
  font-weight: 100;
  color: #fff;
  padding: 0 0 20px 0;
  margin: 0;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .homeTabs .large-slide-content h2 {
    width: 100%;
    font-size: 40px;
  }
}

.homeTabs .large-slide-content h2 a, .homeTabs .large-slide-content h2 a:link {
  color: #fff;
  text-decoration: none;
}

.homeTabs .large-slide-content p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 100;
  line-height: 1.0em;
}

@media screen and (max-width: 768px) {
  .homeTabs .large-slide-content p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.homeTabs .large-slide-content .readMore {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  padding: 15px 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  min-width: 180px;
  display: inline-block;
}

.homeTabs .large-slide-content .readMore:hover {
  background-color: #fff;
  color: #32A9FD;
}

@media screen and (max-width: 768px) {
  .homeTabs .large-slide-content {
    top: -90px;
    left: 0;
  }
}

.homeTabs .paginator-home {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.homeTabs .paginator-home .navigation,
.homeTabs .paginator-home .tabs-navigation {
  width: 100%;
  display: table-cell;
  margin: 0 auto;
  max-width: 1160px;
}

@media screen and (max-width: 580px) {
  .homeTabs .paginator-home .navigation,
  .homeTabs .paginator-home .tabs-navigation {
    display: table;
    margin: 0;
    background: none;
    z-index: 100;
    position: relative;
  }
}

.homeTabs .paginator-home .navigation a,
.homeTabs .paginator-home .tabs-navigation a {
  display: table-cell;
  position: relative;
  padding: 30px 0;
  height: 100%;
  background-color: #000;
  font-weight: 100;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #999999;
}

@media screen and (max-width: 930px) {
  .homeTabs .paginator-home .navigation a,
  .homeTabs .paginator-home .tabs-navigation a {
    font-size: 14px !important;
    text-indent: 0 !important;
    text-align: center;
  }
}

@media screen and (max-width: 580px) {
  .homeTabs .paginator-home .navigation a,
  .homeTabs .paginator-home .tabs-navigation a {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: table-cell;
    width: 100%;
    padding: 20px 0;
    background: none;
    color: #fff !important;
  }
}

.homeTabs .paginator-home .navigation a .progress-bar ,
.homeTabs .paginator-home .tabs-navigation a .progress-bar  {
  display: none;
}

@media screen and (min-width: 580px) {
  .homeTabs .paginator-home .navigation a.active a, .homeTabs .paginator-home .navigation a:hover,
  .homeTabs .paginator-home .tabs-navigation a.active a,
  .homeTabs .paginator-home .tabs-navigation a:hover {
    color: #32A9FD;
  }
}

@media screen and (max-width: 580px) {
  .homeTabs .paginator-home .navigation a.active a, .homeTabs .paginator-home .navigation a:hover,
  .homeTabs .paginator-home .tabs-navigation a.active a,
  .homeTabs .paginator-home .tabs-navigation a:hover {
    color: #fff;
  }
}

@media screen and (min-width: 580px) {
  .homeTabs .paginator-home .navigation a.active .progress,
  .homeTabs .paginator-home .tabs-navigation a.active .progress {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    background-color: white;
    transition: all 400ms ease;
  }
}

@media screen and (max-width: 580px) {
  .homeTabs .paginator-home .navigation a.active,
  .homeTabs .paginator-home .tabs-navigation a.active {
    width: 100% !important;
  }
  .homeTabs .paginator-home .navigation a.active:after,
  .homeTabs .paginator-home .tabs-navigation a.active:after {
    content: none;
  }
  .homeTabs .paginator-home .navigation a:not(.active),
  .homeTabs .paginator-home .tabs-navigation a:not(.active) {
    display: none !important;
  }
}

.homeTabs .paginator-home .navigation .count1 a,
.homeTabs .paginator-home .tabs-navigation .count1 a {
  width: 100%;
}

.homeTabs .paginator-home .navigation .count2 a,
.homeTabs .paginator-home .tabs-navigation .count2 a {
  width: 50%;
}

.homeTabs .paginator-home .navigation .count3 a,
.homeTabs .paginator-home .tabs-navigation .count3 a {
  width: 33%;
}

.homeTabs .paginator-home .navigation .count3 a:first-child,
.homeTabs .paginator-home .tabs-navigation .count3 a:first-child {
  width: 34%;
}

.homeTabs .paginator-home .navigation .count4 a,
.homeTabs .paginator-home .tabs-navigation .count4 a {
  width: 25%;
}

.homeTabs .paginator-home .navigation .count5 a,
.homeTabs .paginator-home .tabs-navigation .count5 a {
  width: 20%;
}

.homeTabs .paginator-home .navigation .count6 a,
.homeTabs .paginator-home .tabs-navigation .count6 a {
  width: 16%;
}

.homeTabs .paginator-home .navigation .count6 a:nth-child(odd),
.homeTabs .paginator-home .tabs-navigation .count6 a:nth-child(odd) {
  width: 17%;
}

.quickNews {
  height: 70px;
  background-color: white;
}

.quickNews .news {
  position: relative;
  background-color: #ebebeb;
  height: 70px;
}

.quickNews .news .news-title {
  width: 162px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  color: #32A9FD;
  padding: 16px 20px 16px 50px;
  background-color: #fff;
  height: 70px;
  z-index: 1000;
}

.quickNews .news .news-title a, .quickNews .news .news-title a:link, .quickNews .news .news-title a:visited {
  color: #32A9FD;
  text-decoration: none;
}

.quickNews .news .news-title a:hover, .quickNews .news .news-title a:active, .quickNews .news .news-title a:focus {
  color: #0086b9;
}

.quickNews .news .news-title:after {
  content: '';
  position: absolute;
  width: 0;
  z-index: 20;
  top: 0;
  right: -35px;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #fff;
}

.quickNews .news i {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  top: 5px;
}

.quickNews .news .royal-news {
  float: left;
  box-sizing: border-box;
  height: 70px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.quickNews .news .royal-news .rsOverflow,
.quickNews .news .royal-news .rsSlide {
  width: 100%;
  height: 70px;
  background-color: #ebebeb;
}

.quickNews .news .royal-news .rsArrow {
  display: none;
}

.quickNews .news .royal-news .rsBullets {
  position: absolute;
  z-index: 350;
  right: 34px;
  top: 50%;
  max-width: 200px;
  height: 28px;
  margin: 0;
  padding: 0;
  margin-top: -14px;
  text-align: right;
  line-height: 8px;
  overflow: visible;
}

.quickNews .news .royal-news .rsBullet {
  width: 12px;
  height: 12px;
  padding: 8px 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.quickNews .news .royal-news .rsBullet span {
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
}

.quickNews .news .royal-news .rsBullet.rsNavSelected span {
  background-color: #b3b3b3;
}

.quickNews .news .royal-news .rsContent {
  width: 100%;
  height: 70px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #32A9FD;
  font-weight: 100;
  margin: 0;
  background-color: #ebebeb;
}

.quickNews .news .royal-news .rsContent a {
  color: #32A9FD;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  padding: 20px 160px 20px 222px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .quickNews {
    display: none;
  }
}

.royal-benefits {
  max-width: 600px;
  margin: 0 auto;
  height: 200px;
  position: relative;
  top: -50px;
}

@media screen and (max-width: 768px) {
  .royal-benefits {
    height: 200px;
    top: -50px;
  }
}

@media screen and (max-width: 580px) {
  .royal-benefits {
    height: 190px;
    top: -20px;
  }
}

.royal-benefits .rsArrow {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: normal;
  height: 70px;
  width: 70px;
  opacity: .6;
  position: absolute;
  z-index: 20;
  top: 40px;
}

.royal-benefits .rsArrow:hover {
  opacity: 1;
}

.royal-benefits .rsArrow i {
  top: 32%;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .royal-benefits .rsArrow {
    display: none;
  }
}

.royal-benefits .rsArrowLeft {
  left: -180px;
}

.royal-benefits .rsArrowLeft i {
  left: 32%;
}

.royal-benefits .rsArrowRight {
  right: -180px;
}

.royal-benefits .rsArrowRight i {
  right: 32%;
}

.royal-benefits .rsArrowIcn {
  width: 20px;
  height: 26px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  text-align: center;
  line-height: 26px;
  position: absolute;
  cursor: pointer;
  font-family: "atypon" !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: atypon;
}

.royal-benefits .rsArrowIcn:before {
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.royal-benefits .rsArrowLeft .rsArrowIcn:before {
  content: "a";
  margin-left: -20px;
}

.royal-benefits .rsArrowRight .rsArrowIcn:before {
  content: "b";
  margin-left: -14px;
}

.royal-benefits .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}

.royal-benefits .rsBullets {
  position: absolute;
  z-index: 350;
  left: 0;
  bottom: 40px;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 28px;
  overflow: visible;
  margin-left: -12px;
}

.royal-benefits .rsBullet {
  width: 12px;
  height: 12px;
  padding: 8px 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.royal-benefits .rsBullet span {
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
}

.royal-benefits .rsBullet.rsNavSelected span {
  background-color: #b3b3b3;
}

.royal-benefits .rsContent {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.royal-benefits .rsContent h6 {
  font-weight: 100;
  font-size: 14px;
  font-size: 0.875rem;
  color: gray;
  text-transform: uppercase;
}

.royal-benefits .rsContent h3 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 100;
  color: #32A9FD;
  line-height: normal;
  margin: 0 0 20px 0;
  font-weight: 100;
  text-transform: uppercase;
}

.royal-benefits .rsContent p {
  font-size: 16px;
  font-size: 1rem;
  color: #b3b3b3;
}

.royal-benefits .wrap {
  text-align: center;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .royal-benefits {
    margin-top: 0px;
  }
}

@media screen and (max-width: 580px) {
  .royal-benefits {
    margin-top: 0px;
    padding: 0 20px;
  }
  .royal-benefits .rsContent h6 {
    margin-bottom: 15px;
    padding: 0;
    font-size: 14px;
  }
  .royal-benefits .rsContent h3 {
    margin-bottom: 10px;
    padding: 0;
    font-size: 28px;
  }
  .royal-benefits .rsContent p {
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  .royal-benefits img {
    width: 100%;
  }
}

.centered-image {
  width: 1005;
  text-align: center;
  position: relative;
  z-index: 10000;
  top: -30px;
  margin-bottom: -120px;
}

@media screen and (max-width: 768px) {
  .centered-image {
    top: 0;
    margin-bottom: -90px;
  }
}

.centered-image img {
  margin: 0 auto;
  max-width: 100%;
}

.royal-clients,
.royal-clients-responsive {
  position: relative;
  height: 70px;
  background-color: white;
  text-align: center;
}

.royal-clients .rsContent,
.royal-clients-responsive .rsContent {
  background-color: white;
}

.royal-clients .rsBullets,
.royal-clients-responsive .rsBullets {
  position: absolute;
  z-index: 350;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0;
  margin-top: -14px;
  text-align: center;
  line-height: 28px;
  overflow: visible;
}

.royal-clients .rsBullet,
.royal-clients-responsive .rsBullet {
  width: 12px;
  height: 12px;
  padding: 8px 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.royal-clients .rsBullet span,
.royal-clients-responsive .rsBullet span {
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
}

.royal-clients .rsBullet.rsNavSelected span,
.royal-clients-responsive .rsBullet.rsNavSelected span {
  background-color: #b3b3b3;
}

@media screen and (max-width: 768px) {
  .royal-clients,
  .royal-clients-responsive {
    display: none;
  }
}

.royal-clients-responsive {
  display: none;
}

@media screen and (max-width: 768px) {
  .royal-clients-responsive {
    display: block;
    text-align: center;
  }
  .royal-clients-responsive .rsBullet {
    display: none;
  }
}

footer {
  max-width: 1160px;
  margin: 0 auto;
}

footer > a {
  display: block;
}

footer > a:after {
  content: " ";
  display: table;
  clear: both;
}

footer .logo {
  float: left;
  display: block;
  margin-right: 1.20813%;
  width: 17.7684%;
}

footer .logo:last-child {
  margin-right: 0;
}

footer .logo img {
  padding: 25px 0 0 0;
}

footer ul {
  float: left;
  display: block;
  margin-right: 1.20813%;
  width: 55.72144%;
  margin: 0;
  padding: 25px 0 0 0;
}

footer ul:last-child {
  margin-right: 0;
}

footer ul li {
  display: inline-block;
  float: left;
}

footer ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 22px;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 0;
    max-width: 768px;
  }
}

.linksBlock {
  min-height: 130px;
  background-color: #199efd;
  padding: 30px 0;
  display: block;
  width: 100%;
}

.linksBlock .wrap {
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  max-width: 1160px;
}

.linksBlock .wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.linksBlock .block {
  width: 33.3%;
  display: inline-block;
  float: left;
}

.linksBlock a {
  font-size: 22px;
  font-size: 1.375rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 70px;
  display: block;
  position: relative;
  padding-left: 90px;
}

.linksBlock a i {
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .6;
}

.linksBlock a:hover {
  color: #fff;
}

.linksBlock a:hover i {
  opacity: 1;
}

.linksBlock a:hover i {
  border: 1px solid #eee;
}

.linksBlock [class^="icon-"], .linksBlock [class*=" icon-"] {
  padding: 21px;
  float: left;
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (max-width: 768px) {
  .linksBlock {
    padding: 0;
  }
  .linksBlock .wrap {
    width: 100%;
    padding: 0;
  }
  .linksBlock .block {
    padding: 20px 40px;
    width: 100%;
    border-bottom: 1px solid #2192e4;
  }
  .linksBlock .block a {
    position: relative;
    padding-left: 90px;
    width: 100%;
  }
  .linksBlock .block:last-child {
    border: none;
  }
}

@media screen and (max-width: 580px) {
  .linksBlock .block {
    position: relative;
    padding: 0 20px;
  }
  .linksBlock .block a {
    padding-left: 50px;
    position: relative;
    padding-left: 90px;
  }
  .linksBlock .block a i {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 10px;
    margin-top: 17px;
    font-size: 14px;
  }
}

.atyponCenters {
  width: 100%;
  display: inline-block;
  background-color: #000;
  padding: 40px 0;
}

.atyponCenters .wrap {
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  max-width: 1160px;
}

.atyponCenters .wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.atyponCenters ul {
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
}

.atyponCenters ul li {
  display: table-cell;
  float: none;
  text-align: center;
}

.atyponCenters a {
  color: #32A9FD;
  padding: 0 30px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.atyponCenters a:hover {
  color: #fff;
}

.atyponCenters ul {
  /*display: box;
    box-orient: horizontal;
    box-pack: justify;*/
  display: table;
  width: 100%;
}

.atyponCenters ul li {
  display: table-cell;
  text-align: center;
}

.atyponCenters ul li a {
  padding: 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .atyponCenters {
    display: table;
    padding: 40px;
  }
  .atyponCenters .wrap {
    padding: 0;
  }
  .atyponCenters ul {
    /*display: box;
      box-orient: horizontal;
      box-pack: justify;*/
    display: table;
    width: 100%;
  }
  .atyponCenters ul li {
    display: table-cell;
    text-align: center;
  }
  .atyponCenters ul li a {
    padding: 0;
    line-height: 1;
  }
}

@media screen and (max-width: 580px) {
  .atyponCenters {
    padding: 20px;
  }
  .atyponCenters ul {
    display: table;
  }
  .atyponCenters ul li {
    display: block !important;
    float: left !important;
    width: 33.3%;
  }
}

.footerLinks {
  background-color: #4bb4fd;
  width: 100%;
  padding: 70px 0;
}

.footerLinks .wrap {
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  max-width: 1160px;
}

.footerLinks .wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.footerLinks .block {
  width: 20%;
  display: block;
  float: left;
  min-height: 10px;
}

.footerLinks .block.contact .logo {
  width: 100%;
}

.footerLinks .block.contact .logo img {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0;
  padding: 0;
}

.footerLinks .block.contact h3, .footerLinks .block.contact a {
  clear: both;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  float: left;
}

.footerLinks .block.contact h3 {
  margin-top: 41px;
}

.footerLinks .block.contact a:hover {
  color: #000;
}

.footerLinks .block .widget-title {
  display: none;
}

.footerLinks .block h5 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
}

.footerLinks .block ul {
  width: 100%;
  padding-top: 0;
}

.footerLinks .block ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.footerLinks .block ul ul {
  margin: 0;
  padding: 5px 0 0;
}

.footerLinks .block ul ul li a {
  text-transform: inherit;
  font-size: 14px;
  font-weight: 400;
}

.footerLinks .block li {
  width: 100%;
  display: block;
}

.footerLinks .block li a {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.footerLinks .block li a:hover {
  color: #000;
}

@media screen and (max-width: 768px) {
  .footerLinks {
    padding: 40px 40px 0 40px;
  }
  .footerLinks .wrap {
    padding: 0;
  }
  .footerLinks .block {
    margin-right: 2%;
    padding-bottom: 40px;
    width: 27%;
  }
  .footerLinks .block ul {
    width: 100%;
  }
  .footerLinks .block.contact {
    width: 38%;
  }
  .footerLinks .block.contact .logo {
    width: 100%;
  }
  .footerLinks .block.contact img {
    max-width: 100%;
  }
  .footerLinks .block:nth-of-type(4) {
    margin-left: 40%;
  }
}

@media screen and (max-width: 580px) {
  .footerLinks {
    /*.block {
      margin: 0 !important;
      width: 50%;
    }

    .block:nth-child(2n) {
      padding-right: 10px;
    }

    .block:nth-child(2n+1) {
      padding-left: 10px;
    }

    .block.contact {
      width: 100%;
      padding: 0 0 40px 0;
      text-align: center;
    }*/
    display: none;
  }
}

.bottomFooter {
  background-color: #000;
  float: left;
  width: 100%;
  padding: 40px 0 20px 0;
  margin-top: -10px;
}

.bottomFooter .wrap {
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  max-width: 1160px;
}

.bottomFooter .wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.bottomFooter .copyright {
  float: left;
  display: block;
  margin-right: 1.20813%;
  width: 49.39594%;
}

.bottomFooter .copyright:last-child {
  margin-right: 0;
}

.bottomFooter .copyright a, .bottomFooter .copyright p, .bottomFooter .copyright span {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  float: left;
  margin-right: 10px;
}

.bottomFooter .copyright a:hover {
  color: #32A9FD;
}

.bottomFooter .copyright p {
  margin-right: 40px;
}

.bottomFooter .social {
  float: left;
  display: block;
  margin-right: 1.20813%;
  width: 49.39594%;
  text-align: right;
}

.bottomFooter .social:last-child {
  margin-right: 0;
}

.bottomFooter .social a {
  color: #fff;
  margin: 0 10px;
}

.bottomFooter .social a:hover {
  color: #32A9FD;
}

@media screen and (max-width: 768px) {
  .bottomFooter {
    padding: 20px 40px;
  }
  .bottomFooter .wrap {
    padding: 0;
  }
  .bottomFooter .copyright {
    margin: 0;
    width: 45%;
    vertical-align: middle;
  }
  .bottomFooter .copyright p {
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0;
    height: 100%;
    vertical-align: middle;
  }
  .bottomFooter .copyright > *:not(p) {
    display: none;
    height: 0;
  }
  .bottomFooter .social {
    display: inline-block;
    width: 55%;
  }
  .bottomFooter .social a {
    margin: 0 0 0 10px;
    width: 22px;
  }
}

@media screen and (max-width: 580px) {
  .bottomFooter {
    margin-top: 0;
    padding: 10px 20px;
  }
  .bottomFooter .wrap {
    display: table;
    margin: 0 !important;
  }
  .bottomFooter .wrap .copyright {
    display: table-cell;
    float: none;
    width: auto;
  }
  .bottomFooter .wrap .copyright p {
    padding-right: 5px;
    width: 100%;
    font-size: 11px;
  }
  .bottomFooter .wrap .copyright a {
    font-size: 11px;
  }
  .bottomFooter .wrap .copyright > *:not(p) {
    display: table-cell;
    height: auto;
  }
  .bottomFooter .wrap .social {
    display: table-cell;
    float: none;
    width: auto;
  }
  .bottomFooter .wrap .social a {
    display: table-cell;
    margin: 0;
    padding-left: 5px;
  }
  .bottomFooter .wrap .social a i {
    font-size: 16px;
  }
}

.page-header {
  min-height: 185px;
  background-color: #fffce7;
  float: left;
  width: 100%;
  text-align: left;
  padding: 25px 0;
  border-bottom: 1px solid #EBEAEA;
}

.page-header .page-header-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

.page-header .page-header-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.page-header .page-header-wrapper > h1 {
  color: #202620;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  display: block;
  margin-right: 1.20813%;
  width: 74.69797%;
}

.page-header .page-header-wrapper > h1:last-child {
  margin-right: 0;
}

.page-header .breadcrumb ul {
  padding: 0;
  margin: 0;
}

.page-header .breadcrumb li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.page-header .breadcrumb li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #9cab9c;
}

.page-header .breadcrumb li:after {
  content: '>';
  position: absolute;
  width: 8px;
  height: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #9cab9c;
  top: 28%;
  right: -13px;
}

.page-header .breadcrumb li:last-child:after {
  content: '';
}

.section-group {
  width: 100%;
  float: left;
  padding: 30px 0 0;
}

.section-group > a {
  position: relative;
  margin-bottom: 25px;
  float: left;
  display: block;
  margin-right: 1.20813%;
  width: 24.09391%;
}

.section-group > a:last-child {
  margin-right: 0;
}

.section-group > a:nth-child(3n) {
  margin-right: 0;
}

.section-group > a:nth-child(3n+1) {
  clear: left;
}

.section-group > a:before, .section-group > a:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 6px;
  top: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.section-group > a:after {
  left: 3px;
  top: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.section-group .section-item {
  position: relative;
  min-height: 160px;
  text-align: left;
  padding: 25px 20px;
  border: 1px solid #212721;
  z-index: 50;
  background-color: #fff;
}

.section-group .section-item > img {
  display: none;
  position: absolute;
  bottom: 0;
  left: -1px;
}

.section-group .section-item:hover > img {
  display: block;
  margin: 0;
  padding: 0;
}

.section-group .section-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: #212721;
  z-index: 60;
  width: 100%;
  left: 0;
}

.section-group .section-item h2 {
  color: #212721;
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

.section-group .section-item .ent_numb {
  position: absolute;
  bottom: 15px;
  left: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #b8c3b8;
}

.section-group .section-item.rating:after {
  background-color: #FFE416;
}

.splitter {
  display: block;
  clear: both;
  height: 2px;
  width: 100%;
  background-color: #212721;
  margin-bottom: 0px;
}

.callToAction {
  display: block;
  float: left;
  padding: 40px 0;
  min-width: 100%;
  width: 100%;
  background-color: #000;
}

.callToAction .block {
  display: table;
  position: relative;
  padding: 0 80px;
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
}

.callToAction .block > * {
  vertical-align: middle;
}

.callToAction h5 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
  display: table-cell;
  line-height: 1;
}

.callToAction:hover p {
  color: #fff;
}

.callToAction:hover i {
  border: 1px solid white;
}

.callToAction p {
  position: relative;
  margin: 0;
  padding-right: 80px;
  font-size: 20px;
  font-size: 1.25rem;
  display: table-cell;
  color: rgba(255, 255, 255, 0.5);
}

.callToAction p:after {
  content: " ";
  display: table;
  clear: both;
}

.callToAction p i {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 30px;
  font-weight: 100;
  padding: 18px;
  position: absolute;
  top: -9px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .callToAction {
    margin: 0;
  }
  .callToAction .block {
    width: 100%;
    padding: 0 110px 0 40px;
  }
  .callToAction .block h5 {
    width: 40%;
    height: 100%;
    font-size: 30px !important;
    vertical-align: middle;
  }
  .callToAction .block p {
    position: static;
    padding: 0 20px;
    width: 60%;
    height: 100%;
    vertical-align: middle;
  }
  .callToAction .block p i {
    top: 0;
    right: 40px;
  }
}

@media screen and (max-width: 580px) {
  .callToAction {
    min-height: initial;
    padding: 20px 0;
  }
  .callToAction .block {
    padding: 0 50px 0 20px;
  }
  .callToAction .block h5 {
    padding: 0;
    width: 45%;
    height: 100%;
    font-size: 21px !important;
    vertical-align: middle;
  }
  .callToAction .block p {
    padding: 0 5px 0 0;
    width: 55%;
    font-size: 12px;
  }
  .callToAction .block p i {
    top: 0;
    right: 20px;
    padding: 10px;
    font-size: 14px;
    margin-top: 0px;
  }
}

.home .callToAction {
  margin: 0;
}

.btn-normal {
  padding: 8px 50px;
  background: #FFE416;
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 4px;
}

.btn-normal:hover {
  background: #f6da00;
}

.button-negative {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #fff;
  color: #32A9FD;
  padding: 15px 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
}

.button-negative:hover {
  background-color: black;
  color: #fff;
  border: 1px solid black;
}

.button {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: transparent;
  color: #fff;
  padding: 15px 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
}

.button:hover {
  background-color: black;
  color: #fff;
  border: 1px solid black;
}

.clients {
  position: relative;
  background-color: #fff;
  padding: 80px 0 100px 0;
  max-width: 1160px;
  margin: 0 auto;
}

.clients h2 {
  font-size: 36px;
  font-size: 2.25rem;
  width: 100%;
  text-align: center;
  color: gray;
  font-weight: 400;
}

.clients .client-slider {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .clients h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 580px) {
  .clients {
    padding: 60px 20px;
  }
  .clients h2 {
    font-size: 20px;
  }
  .clients .client-slider {
    padding: 0;
  }
  .clients .client-slider .swiper-slide > img {
    float: left;
    max-width: initial !important;
    width: 50%;
  }
  .clients .client-slider .pagination {
    bottom: 20px;
  }
}

.tabs-container {
  display: block;
  margin: 0 auto;
  max-width: 1160px;
}

.tabs-container .navigation,
.tabs-container .tabs-navigation {
  display: table;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.tabs-container .navigation a,
.tabs-container .tabs-navigation a {
  color: #32A9FD;
  background-color: #000;
  display: inline-block;
  padding: 40px 0;
  width: 100%;
  text-transform: uppercase;
  vertical-align: middle;
}

.tabs-container .navigation a:hover,
.tabs-container .tabs-navigation a:hover {
  color: #fff;
  background-color: #333333;
}

.tabs-container .navigation li,
.tabs-container .tabs-navigation li {
  text-align: center;
  display: table-cell;
  padding: 0px 0;
  width: 33.333%;
  height: 100%;
  position: relative;
  background-color: #000;
}

@media screen and (min-width: 580.001px) {
  .tabs-container .navigation li:hover,
  .tabs-container .tabs-navigation li:hover {
    background-color: #333333;
  }
  .tabs-container .navigation li:hover a,
  .tabs-container .tabs-navigation li:hover a {
    background-color: #333333;
    color: #fff;
  }
}

.tabs-container .navigation li.active, .tabs-container .navigation li.active:hover, .tabs-container .navigation li.current-menu-item, .tabs-container .navigation li.current-page-ancestor,
.tabs-container .tabs-navigation li.active,
.tabs-container .tabs-navigation li.active:hover,
.tabs-container .tabs-navigation li.current-menu-item,
.tabs-container .tabs-navigation li.current-page-ancestor {
  background-color: #fff;
}

.tabs-container .navigation li.active a, .tabs-container .navigation li.active:hover a, .tabs-container .navigation li.current-menu-item a, .tabs-container .navigation li.current-page-ancestor a,
.tabs-container .tabs-navigation li.active a,
.tabs-container .tabs-navigation li.active:hover a,
.tabs-container .tabs-navigation li.current-menu-item a,
.tabs-container .tabs-navigation li.current-page-ancestor a {
  background-color: #fff;
  color: #3C4048;
}

@media screen and (max-width: 580px) {
  .tabs-container .navigation,
  .tabs-container .tabs-navigation {
    width: 100%;
    background-color: #fff;
  }
  .tabs-container .navigation li,
  .tabs-container .tabs-navigation li {
    display: block;
    float: none;
    padding: 0;
    width: 100% !important;
    border-bottom: 1px solid #d9d9d9;
  }
  .tabs-container .navigation li a,
  .tabs-container .tabs-navigation li a {
    background-color: whitesmoke;
    color: gray;
    text-align: left;
    padding: 10px 20px;
  }
  .tabs-container .navigation li a:hover,
  .tabs-container .tabs-navigation li a:hover {
    background-color: whitesmoke;
    color: #000;
  }
  .tabs-container .navigation li a:after,
  .tabs-container .tabs-navigation li a:after {
    content: "b";
    font-family: atypon;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 12px;
    color: #BFBFBF;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    text-transform: lowercase;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 200ms ease-in-out;
  }
  .tabs-container .navigation li.clicked a:after,
  .tabs-container .tabs-navigation li.clicked a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 200ms ease-in-out;
  }
  .tabs-container .navigation li.current-menu-item a,
  .tabs-container .tabs-navigation li.current-menu-item a {
    background-color: #000;
    color: white;
  }
  .tabs-container .navigation li.current-menu-item li a,
  .tabs-container .tabs-navigation li.current-menu-item li a {
    background-color: #fff;
    color: #000;
  }
  .tabs-container .navigation li.current-menu-item li a:hover,
  .tabs-container .tabs-navigation li.current-menu-item li a:hover {
    background-color: #fff;
  }
  .tabs-container .navigation li.current-menu-item:hover a,
  .tabs-container .tabs-navigation li.current-menu-item:hover a {
    background-color: #000;
    color: white;
  }
  .tabs-container .navigation li.current-page-ancestor,
  .tabs-container .tabs-navigation li.current-page-ancestor {
    background-color: #fff;
  }
  .tabs-container .navigation li.current-page-ancestor a,
  .tabs-container .tabs-navigation li.current-page-ancestor a {
    background-color: #fff;
    color: #000;
  }
  .tabs-container .navigation li.current-page-ancestor a:hover,
  .tabs-container .tabs-navigation li.current-page-ancestor a:hover {
    background-color: #fff;
  }
}

.tabs-container #menu-resources.tabs-navigation {
  display: table;
  width: 100%;
}

.tabs-container #menu-resources.tabs-navigation li {
  display: table-cell;
  height: 100%;
}

.tabs-container h2 {
  font-size: 40px;
  font-size: 2.5rem;
  padding: 0 0 30px 0;
  margin: 0;
  font-weight: 100;
  line-height: 1em;
  width: 100%;
  text-align: center;
}

.tabs-container p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #4d4d4d;
}

.tabs-container a {
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #00ABEC;
}

.tabs-container a:hover {
  color: #0086b9;
}

.tabs-container .tab-content {
  display: table;
  position: relative;
  padding: 60px 0;
  width: 100%;
  background-color: #fff;
  margin-bottom: 0px;
}

@media screen and (max-width: 580px) {
  .tabs-container .tab-content {
    margin-bottom: 0;
  }
}

.tabs-container .tab-content > .content ul {
  padding-left: 20px;
}

.tabs-container .tab-content > .content ul li {
  font-size: 14px;
  line-height: 1.5;
  color: #4d4d4d;
}

.tabs-container .tab-content > .content ul + h3 {
  padding-top: 40px;
}

.tabs-container .tab-content .content {
  padding: 0 80px;
}

.tabs-container .tab-content .content .logotype:after {
  content: " ";
  display: table;
  clear: both;
}

.tabs-container .tab-content .excerpt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #32a9fd;
}

.tabs-container .tab-content .subHeading {
  min-height: unset;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  font-size: 1.3rem;
  line-height: 1.5em;
  font-weight: 400;
  clear: none;
  color: #32a9fd;
}

.tabs-container .tab-content .map {
  text-align: center;
  padding: 60px 0;
  clear: both;
}

.tabs-container .tab-content .block8 {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-right: 20px;
  font-size: 1rem;
}

.tabs-container .tab-content .block8 + .block8 {
  padding-left: 20px;
  padding-right: 0;
}

.tabs-container .tab-content .block .text {
  padding: 40px 0;
  width: 100%;
}

.tabs-container .tab-content .block .text > *:first-child {
  padding-top: 0;
}

.tabs-container .tab-content .block .text > *:last-child {
  padding-bottom: 0;
}

.tabs-container .tab-content .block .text > .img {
  width: 40%;
  height: 100%;
}

.tabs-container .tab-content .block .text > .img img {
  max-width: 100%;
  height: auto;
}

.tabs-container .tab-content .block .text .excerpt {
  font-size: 16px;
  color: #595959;
}

.tabs-container .tab-content .block .findOutMore {
  display: inline-block;
  padding: 0 40px;
  height: 60px;
  border: 1px solid #32A9FD;
  text-transform: uppercase;
  line-height: 60px;
  vertical-align: middle;
}

.tabs-container .tab-content .block.leftToRight:after {
  content: " ";
  display: table;
  clear: both;
}

.tabs-container .tab-content .block.leftToRight h2 {
  padding-bottom: 30px;
  text-align: left;
}

.tabs-container .tab-content .block.leftToRight .text {
  float: left;
  width: 50%;
}

.tabs-container .tab-content .block.leftToRight .excerpt {
  padding: 0;
}

.tabs-container .tab-content .block.leftToRight .img {
  float: left;
  display: block;
  width: 50%;
  margin-left: -80px;
  margin-right: 80px;
  overflow: hidden;
}

.tabs-container .tab-content .block.leftToRight .img img {
  float: right;
}

@media screen and (max-width: 580px) {
  .tabs-container .tab-content .block.leftToRight .img img {
    float: none !important;
  }
}

.tabs-container .tab-content .block.leftToRight .img.responsive {
  display: none;
}

.tabs-container .tab-content .block.leftToRight .findOutMore {
  display: inline-block;
}

.tabs-container .tab-content .block.rightToLeft:after {
  content: " ";
  display: table;
  clear: both;
}

.tabs-container .tab-content .block.rightToLeft .text {
  float: right;
  width: 50%;
}

.tabs-container .tab-content .block.rightToLeft .img {
  float: right;
  display: block;
  width: 50%;
  margin-right: -80px;
  margin-left: 80px;
  overflow: hidden;
}

.tabs-container .tab-content .block.rightToLeft .img.responsive {
  margin-right: 0px;
  margin-left: 0px;
}

.tabs-container .tab-content .block.rightToLeft .img.responsive {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
}

.tabs-container .tab-content .block.rightToLeft h2 {
  padding-bottom: 30px;
  text-align: left;
}

.tabs-container .tab-content .block.rightToLeft .excerpt {
  padding: 0;
}

.tabs-container .tab-content .block.rightToLeft + .leftToRight {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tabs-container .tab-content .block.products {
  min-height: 10px;
  padding: 40px 0;
}

.tabs-container .tab-content .block.products .text {
  float: left;
  padding: 0 0px;
  width: 100%;
}

.tabs-container .tab-content .block.products .text h3 {
  width: 40%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
}

.tabs-container .tab-content .block.products .text p {
  clear: none;
  width: 55%;
  text-align: right;
  float: right;
  margin: 0;
  padding: 0;
  color: gray;
  text-align: right;
}

.tabs-container .tab-content .productsContent,
.tabs-container .tab-content .clientsContent {
  width: 100%;
}

.tabs-container .tab-content .productsContent h2,
.tabs-container .tab-content .clientsContent h2 {
  font-size: 48px;
  color: #00ABEC;
  margin: 0 !important;
  padding: 0;
}

.tabs-container .tab-content .productsContent h3,
.tabs-container .tab-content .clientsContent h3 {
  font-size: 1.375rem;
  color: black;
  margin: 0 !important;
  padding: 0 0 30px 0;
  font-weight: 100;
  line-height: 1em;
  width: 100%;
}

.tabs-container .tab-content .productsContent .block,
.tabs-container .tab-content .clientsContent .block {
  width: 100%;
  padding: 30px 0;
}

.tabs-container .tab-content .productsContent .block:after,
.tabs-container .tab-content .clientsContent .block:after {
  content: " ";
  display: table;
  clear: both;
}

.tabs-container .tab-content .productsContent .block.rightToLeft .img,
.tabs-container .tab-content .clientsContent .block.rightToLeft .img {
  float: left;
  width: 50%;
  height: auto;
  padding-right: 40px;
  display: block !important;
  overflow: visible;
  margin: 0;
  text-align: center;
}

.tabs-container .tab-content .productsContent .block.rightToLeft .img img,
.tabs-container .tab-content .clientsContent .block.rightToLeft .img img {
  width: auto;
  max-width: 70%;
  height: auto;
}

.tabs-container .tab-content .productsContent .block.rightToLeft .text,
.tabs-container .tab-content .clientsContent .block.rightToLeft .text {
  width: 50%;
  padding: 0 !important;
}

.tabs-container .tab-content .productsContent .block.rightToLeft p:last-child,
.tabs-container .tab-content .clientsContent .block.rightToLeft p:last-child {
  margin-bottom: 0;
}

.tabs-container .tab-content .productsContent .block.rightToLeft.small .img,
.tabs-container .tab-content .clientsContent .block.rightToLeft.small .img {
  width: 30%;
}

.tabs-container .tab-content .productsContent .block.rightToLeft.small .text,
.tabs-container .tab-content .clientsContent .block.rightToLeft.small .text {
  width: 70%;
}

.tabs-container .tab-content .productsContent .block.leftToRight .img,
.tabs-container .tab-content .clientsContent .block.leftToRight .img {
  float: right;
  width: 50%;
  height: auto;
  padding-left: 40px;
  display: block !important;
  overflow: visible;
  margin: 0;
  text-align: right;
}

.tabs-container .tab-content .productsContent .block.leftToRight .img img,
.tabs-container .tab-content .clientsContent .block.leftToRight .img img {
  width: auto;
  max-width: 70%;
  height: auto !important;
}

.tabs-container .tab-content .productsContent .block.leftToRight .text,
.tabs-container .tab-content .clientsContent .block.leftToRight .text {
  width: 50%;
  padding: 0 !important;
}

.tabs-container .tab-content .productsContent .block.leftToRight p:last-child,
.tabs-container .tab-content .clientsContent .block.leftToRight p:last-child {
  margin-bottom: 0;
}

.tabs-container .tab-content .productsContent .block.leftToRight.small .img,
.tabs-container .tab-content .clientsContent .block.leftToRight.small .img {
  width: 30%;
}

.tabs-container .tab-content .productsContent .block.leftToRight.small .text,
.tabs-container .tab-content .clientsContent .block.leftToRight.small .text {
  width: 70%;
}

.tabs-container .tab-content .productsContent h4 {
  margin: 20px 0 10px 0;
  font-weight: 400;
}

.tabs-container .tab-content .productsContent .listMenu {
  margin: 19px 0 0;
  padding-left: 0;
  border-right: 1px solid #d9d9d9;
  list-style: none;
  text-align: left;
}

.tabs-container .tab-content .productsContent .listMenu li {
  padding: 4px 0;
}

.tabs-container .tab-content .productsContent .listMenu li a {
  text-transform: uppercase;
  font-size: 20px;
}

.tabs-container .tab-content .productsContent .listMenu li:first-child {
  padding-top: 0;
}

.tabs-container .tab-content .productsContent .listMenu li:last-child {
  padding-bottom: 0;
}

.tabs-container .tab-content .productsContent .listMenu ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tabs-container .tab-content .productsContent .listMenu ul li a {
  text-transform: none;
  font-size: 14px;
}

.tabs-container .tab-content .productsContent .listBlock {
  margin: 0;
  padding-left: 20px;
}

.tabs-container .tab-content .productsContent .listBlock li {
  padding: 5px 0;
}

.tabs-container .tab-content .at-services {
  margin: 0 -80px -80px;
  padding: 80px 80px 60px;
  background-color: #e3f3ff;
}

.tabs-container .tab-content .at-services:after {
  content: " ";
  display: table;
  clear: both;
}

.tabs-container .tab-content .at-services .text {
  width: 33%;
  padding: 0 20px;
  float: left;
  background-color: transparent;
  border-bottom: none;
}

.tabs-container .tab-content .at-services .text h3 {
  color: #28a5fd;
  font-size: 28px;
  line-height: 1em;
  min-height: 56px;
}

.tabs-container .tab-content .at-services .text p {
  color: #1a1a1a;
}

.tabs-container .tab-content .qa h4 {
  margin: 20px 0 5px 0;
}

@media screen and (max-width: 768px) {
  .tabs-container .tab-content {
    padding: 40px 0;
  }
  .tabs-container .tab-content .content {
    padding: 0 40px;
  }
  .tabs-container .tab-content .content .logosin {
    width: 50%;
    padding: 0 10px 20px 10px;
  }
  .tabs-container .tab-content .content .logosin img {
    max-width: 100%;
  }
  .tabs-container .tab-content .map {
    padding: 30px 0;
  }
  .tabs-container .tab-content .map img {
    max-width: 100%;
  }
  .tabs-container .tab-content h2 {
    font-size: 40px;
  }
  .tabs-container .tab-content .block8 {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
  .tabs-container .tab-content .block8 + .block8 {
    padding-left: 0px;
    padding-right: 0;
  }
  .tabs-container .tab-content .block:after {
    content: " ";
    display: table;
    clear: both;
  }
  .tabs-container .tab-content .block .text {
    padding: 20px 0;
  }
  .tabs-container .tab-content .block .text h2 {
    font-size: 40px;
    padding-bottom: 15px;
  }
  .tabs-container .tab-content .block .text p {
    width: 100% !important;
    margin: 0 !important;
  }
  .tabs-container .tab-content .block .text .img {
    padding-bottom: 10px;
  }
  .tabs-container .tab-content .block.leftToRight {
    padding: 0;
  }
  .tabs-container .tab-content .block.leftToRight .img {
    display: none;
  }
  .tabs-container .tab-content .block.leftToRight .text {
    float: none;
    width: 100%;
    text-align: center;
  }
  .tabs-container .tab-content .block.leftToRight .text p {
    text-align: left;
  }
  .tabs-container .tab-content .block.leftToRight .text img {
    margin: 30px 0 20px;
  }
  .tabs-container .tab-content .block.leftToRight .text h2 {
    padding-left: 0 !important;
  }
  .tabs-container .tab-content .block.leftToRight .text .img.responsive {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .tabs-container .tab-content .block.leftToRight .findOutMore {
    margin-top: 20px !important;
  }
  .tabs-container .tab-content .block.rightToLeft {
    padding: 0;
  }
  .tabs-container .tab-content .block.rightToLeft .img {
    display: none;
  }
  .tabs-container .tab-content .block.rightToLeft .text {
    width: 100%;
    float: none;
    text-align: center;
  }
  .tabs-container .tab-content .block.rightToLeft .text p {
    text-align: left;
  }
  .tabs-container .tab-content .block.rightToLeft .text img {
    margin: 30px 0 20px;
  }
  .tabs-container .tab-content .block.rightToLeft .text h2 {
    padding-left: 0 !important;
  }
  .tabs-container .tab-content .block.rightToLeft .text .img.responsive {
    display: block;
    width: 100%;
  }
  .tabs-container .tab-content .block.rightToLeft .findOutMore {
    margin-top: 20px !important;
  }
  .tabs-container .tab-content .block.products {
    padding: 0;
  }
  .tabs-container .tab-content .block.products .text {
    display: block;
    float: none;
    margin: 0;
    padding: 0 !important;
    width: 100% !important;
  }
  .tabs-container .tab-content .block.products .text h2 {
    width: 100%;
  }
  .tabs-container .tab-content .block.products .text p {
    float: left;
    padding: 0 0 0 0px;
    width: 100%;
    text-align: left;
  }
  .tabs-container .tab-content .productsContent .block {
    border-bottom: 1px solid #e6e6e6;
  }
  .tabs-container .tab-content .productsContent .block:last-child {
    border-bottom: 0;
  }
  .tabs-container .tab-content .productsContent {
    width: 100%;
  }
  .tabs-container .tab-content .productsContent h2 {
    font-size: 48px;
    color: #00ABEC;
    margin: 0 0 10px 0 !important;
    padding: 0;
  }
  .tabs-container .tab-content .productsContent .block {
    width: 100%;
    padding: 30px 0;
  }
  .tabs-container .tab-content .productsContent .block:after {
    content: " ";
    display: table;
    clear: both;
  }
  .tabs-container .tab-content .productsContent .block.rightToLeft h2, .tabs-container .tab-content .productsContent .block.leftToRight h2 {
    font-size: 24px;
    text-align: center;
  }
  .tabs-container .tab-content .productsContent .block.rightToLeft .img, .tabs-container .tab-content .productsContent .block.leftToRight .img {
    float: none;
    width: 100%;
    height: auto;
    padding: 0px;
    padding-bottom: 30px;
    display: block !important;
    overflow: visible;
    margin: 0;
    text-align: center;
  }
  .tabs-container .tab-content .productsContent .block.rightToLeft .img img, .tabs-container .tab-content .productsContent .block.leftToRight .img img {
    width: auto;
    min-width: initial !important;
    height: 55px !important;
    margin: 0 auto;
  }
  .tabs-container .tab-content .productsContent .block.rightToLeft .text, .tabs-container .tab-content .productsContent .block.leftToRight .text {
    width: 100%;
    padding: 0 !important;
  }
  .tabs-container .tab-content .productsContent .block.rightToLeft p:last-child, .tabs-container .tab-content .productsContent .block.leftToRight p:last-child {
    margin-bottom: 0;
  }
  .tabs-container .tab-content .productsContent .block.rightToLeft.small .img, .tabs-container .tab-content .productsContent .block.leftToRight.small .img {
    width: 100%;
  }
  .tabs-container .tab-content .productsContent .block.rightToLeft.small .text, .tabs-container .tab-content .productsContent .block.leftToRight.small .text {
    width: 100%;
  }
  .tabs-container .tab-content .productsContent .img.list {
    padding-bottom: 30px;
  }
  .tabs-container .tab-content .productsContent .text.list h4 {
    text-align: left;
  }
  .tabs-container .tab-content .productsContent .text.list .listBlock {
    text-align: left;
  }
  .tabs-container .tab-content .productsContent .listMenu {
    border-right: none;
  }
  .tabs-container .tab-content .productsContent .listMenu:after {
    content: " ";
    display: table;
    clear: both;
  }
  .tabs-container .tab-content .productsContent .listMenu li {
    float: left;
    width: 33%;
    text-align: left;
  }
  .tabs-container .tab-content .productsContent .listMenu li li {
    width: 100%;
  }
  .tabs-container .tab-content .productsContent .listMenu li:nth-child(2),
  .tabs-container .tab-content .productsContent .listMenu li:nth-child(3) {
    padding-top: 0;
  }
  .tabs-container .tab-content .at-services {
    margin: 30px -40px -30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 580px) {
  .tabs-container > .navigation {
    display: none;
  }
  .tabs-container .tab-content {
    padding: 0;
    /*
      > .block {
        > .text {
          > * {
            float: none !important;
            margin: 0 !important;
            padding: 10px 20px !important;
            width: 100% !important;
          }

          *:first-child {
            padding-top: 0 !important;
          }

          *:last-child {
            padding-bottom: 0 !important;
          }

          h2 {
            font-size: 30px;
          }

          .img {
            //width: 100%;
          }
        }

        // Image Left
        &.leftToRight {

          padding: 0;

          .text {
            width: 100%;
            float: none;
            img {
              margin: 30px auto;
              max-width: 100%;
              min-width: 300px;
            }
            h2 {
              padding-left: 0px !important;
            }
            .findOutMore {
              margin-top: 20px !important;
            }
          }
        }

        // Image Right
        &.rightToLeft {

          padding: 0;
          .text {
            width: 100%;
            float: none;
            img {
              margin: 30px auto;
              max-width: 100%;
              min-width: 300px;
            }
            h2 {
              padding-right: 0px !important;
            }
            .findOutMore {
              margin-top: 20px !important;
            }
          }
        }
        &.products {
          padding: 0;

          .text {
            display: block;
            float: none;
            margin: 0;
            padding: 0 !important;
            width: 100% !important;

            h2 {
              width: 100%;
            }

            p {
              float: left;
              padding: 0 0 0 0px;
              width: 100%;
              text-align: left;
            }
          }
        }
      }
      */
  }
  .tabs-container .tab-content .content {
    padding: 20px 0;
  }
  .tabs-container .tab-content .content .logosin {
    width: 100%;
    padding: 0 20px 20px;
  }
  .tabs-container .tab-content .content .logosin > *:not(img) {
    margin-left: 35%;
  }
  .tabs-container .tab-content .content .logosin p, .tabs-container .tab-content .content .logosin h5 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .tabs-container .tab-content .content .logosin img {
    float: left;
    padding-right: 10px;
    width: 35%;
    height: auto;
  }
  .tabs-container .tab-content .content .qa {
    padding: 0 20px;
  }
  .tabs-container .tab-content .map {
    padding: 30px 0;
  }
  .tabs-container .tab-content .map img {
    max-width: 100%;
  }
  .tabs-container .tab-content h2, .tabs-container .tab-content .subHeading, .tabs-container .tab-content .map {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .tabs-container .tab-content h2 {
    padding-bottom: 20px;
  }
  .tabs-container .tab-content .subHeading {
    margin-bottom: 20px;
    color: #595959;
    font-size: 16px;
  }
  .tabs-container .tab-content .map {
    margin-bottom: 20px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .tabs-container .tab-content .block8 {
    width: 100%;
    float: none;
    padding: 0 20px !important;
  }
  .tabs-container .tab-content > .content > p, .tabs-container .tab-content > .content > h3, .tabs-container .tab-content > .content > ul, .tabs-container .tab-content > .content .gform_wrapper {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .tabs-container .tab-content > .content > ul {
    margin: 0 20px;
  }
  .tabs-container .tab-content > .content > ul > li {
    font-size: 14px;
    line-height: 1.5;
    color: #4d4d4d;
  }
  .tabs-container .tab-content .block.leftToRight .text, .tabs-container .tab-content .block.rightToLeft .text {
    padding: 0 20px !important;
  }
  .tabs-container .tab-content .productsContent .block {
    padding-top: 0;
  }
  .tabs-container .tab-content .productsContent .block a:after {
    content: " ";
    display: table;
    clear: both;
  }
  .tabs-container .tab-content .productsContent .block a h2 {
    display: inline;
    float: none !important;
  }
  .tabs-container .tab-content .productsContent .block .text {
    padding: 0 20px !important;
  }
  .tabs-container .tab-content .productsContent .block.leftToRight > .img, .tabs-container .tab-content .productsContent .block.rightToLeft > .img {
    padding-bottom: 10px;
  }
  .tabs-container .tab-content .productsContent .block.leftToRight h3, .tabs-container .tab-content .productsContent .block.rightToLeft h3 {
    padding-bottom: 10px;
    text-align: left;
  }
  .tabs-container .tab-content .productsContent .block.leftToRight .text, .tabs-container .tab-content .productsContent .block.rightToLeft .text {
    padding: 0 20px !important;
  }
  .tabs-container .tab-content .productsContent .img.list {
    padding-bottom: 30px !important;
  }
  .tabs-container .tab-content .productsContent .listMenu {
    padding: 0 20px;
  }
  .tabs-container .tab-content .productsContent .listMenu li {
    float: left;
    width: 50%;
    text-align: left;
  }
  .tabs-container .tab-content .productsContent .listMenu li li {
    width: 100%;
  }
  .tabs-container .tab-content .productsContent .listMenu li:nth-child(2) {
    padding-top: 0;
  }
  .tabs-container .tab-content .productsContent .listMenu li:nth-child(3) {
    padding-top: 5px;
  }
  .tabs-container .tab-content .at-services {
    margin: 30px -20px 0;
  }
  .tabs-container .tab-content .at-services .text {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
}

.tabs-container.cntHWA .tab-content > .block > .text > * {
  margin: 0;
  padding: 10px 40px;
  width: 100%;
}

.tabs-container.cntHWA .tab-content > .block > .text > *:first-child {
  padding-top: 0;
}

.tabs-container.cntHWA .tab-content > .block > .text > *:last-child {
  padding-bottom: 0;
}

.tabs-container.cntHWA .tab-content > .block > .text .map img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .tabs-container.cntHWA .tab-content {
    /*
        > .block {
          > .text {
            > * {
              padding: 10px 20px;
            }
          }
        }
        */
  }
}

@media screen and (max-width: 768px) {
  .tabs-container .tab-content {
    /*
      > .block {
        > .text {
          > * {
            padding: 10px 20px;
          }
        }
      }
      */
  }
  .tabs-container.active:last-child:after {
    border-right: 0px solid transparent;
    width: 0;
  }
}

.tabs-container.tabClient .tab-content > h2 {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .tabs-container.tabClient .tab-content > h2 {
    padding: 20px;
  }
}

.tabs-container.newsPage .tab-content {
  padding: 0;
}

.tabs-container.newsPage #pr-table {
  margin-top: 50px;
  margin-bottom: 50px;
}

.tabs-container.newsPage .promotion_box a {
  font-size: 20px;
  font-size: 1.25rem;
}

.tabs-container.newsPage .promotion_box {
  padding: 40px;
}

.tabs-container.newsPage .promotion_box > .block > * {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .tabs-container.newsPage .promotion_box {
    padding: 20px;
  }
}

@media screen and (max-width: 580px) {
  .tabs-container.newsPage .promotion_box {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .subPageNavi .secLevel {
    display: none;
  }
  .tabs-navigation.mobile-menu {
    display: block;
  }
  .tabs-navigation li {
    background-color: #fff;
  }
  .tabs-navigation ul {
    display: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #d9d9d9;
  }
}

@media screen and (min-width: 580px) {
  .tabs-navigation.mobile-menu {
    display: none;
  }
  .tabs-navigation ul {
    display: none;
  }
  .page-template-single-php .tabs-container .tabs-navigation li:last-child,
  .page-template-single-careers-php .tabs-container .tabs-navigation li:last-child {
    background-color: #fff;
  }
  .page-template-single-php .tabs-container .tabs-navigation li:last-child a,
  .page-template-single-careers-php .tabs-container .tabs-navigation li:last-child a {
    background-color: #fff;
    color: #3C4048;
  }
  .page-template-single-news .tabs-container .tabs-navigation li:first-child.current-menu-item, .page-template-single-news .tabs-container .tabs-navigation li:first-child.current-page-ancestor {
    background-color: #fff;
  }
  .page-template-single-news .tabs-container .tabs-navigation li:first-child.current-menu-item a, .page-template-single-news .tabs-container .tabs-navigation li:first-child.current-page-ancestor a {
    background-color: #fff;
    color: #3C4048;
  }
}

.single-news .tabs-container .tabs-navigation li:first-child {
  background-color: #fff !important;
}

.single-news .tabs-container .tabs-navigation li:first-child a {
  background-color: #fff;
  color: #3C4048;
}

.single-post .tabs-container .tabs-navigation li:nth-child(4) {
  background-color: #fff !important;
}

.single-post .tabs-container .tabs-navigation li:nth-child(4) a {
  background-color: #fff;
  color: #3C4048;
}

.single-career .tabs-container .tabs-navigation li:last-child {
  background-color: #fff !important;
}

.single-career .tabs-container .tabs-navigation li:last-child a {
  background-color: #fff;
  color: #3C4048;
}

h3 {
  color: #28a5fd;
  font-size: 22px;
  font-weight: 400;
}

h3 a {
  font-size: 22px !important;
  line-height: 1em !important;
  font-weight: 400 !important;
}

.apply-now-title {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
  font-size: 28px !important;
}

@media screen and (min-width: 580px) {
  .backToCareers {
    float: right;
    display: inline-block;
    padding: 0 40px;
    height: 60px;
    border: 1px solid #32A9FD;
    text-transform: uppercase;
    line-height: 60px;
    vertical-align: middle;
    margin-top: -5px;
  }
}

@media screen and (max-width: 580px) {
  .backToCareers {
    display: block;
    margin: 0 20px 20px;
  }
  .apply-now-title {
    margin-bottom: 10px;
  }
  .career-block {
    padding-bottom: 20px;
  }
  .underTitle {
    display: none;
  }
  #tribe-events {
    padding: 0 20px;
  }
}

.page-template-page-documentation-v2-php h3 {
  padding-bottom: 0 !important;
  padding-top: 20px !important;
}

.text ul li {
  text-align: left;
}

#logout_btn {
  display: none;
}

.s2_message {
  text-align: center;
}

.subscribe {
  text-align: center;
  margin: 0 auto 35px;
}

.subscribe:after {
  content: " ";
  display: table;
  clear: both;
}

.subscribe .subscribe-container {
  display: inline-block;
}

.subscribe .subscribe-container:after {
  content: " ";
  display: table;
  clear: both;
}

.subscribe label, .subscribe br {
  display: none;
}

.subscribe p {
  float: left;
  margin: 0;
  padding: 0;
}

.subscribe input[type="text"] {
  float: left;
  padding: 15px 10px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  display: inline-block;
  height: 50px;
  margin: 0 10px 0 0;
  width: 400px;
}

.subscribe input[type="text"]:focus {
  outline: none;
  border: 1px solid #32A9FD;
}

.subscribe .s2_error {
  margin-top: 10px;
  width: 100%;
}

.subscribe .s2_message {
  width: 100%;
}

.subscribe input[type="submit"] {
  float: left;
  font-size: 14px;
  display: inline-block;
  margin: 0 2px;
  width: 170px;
  height: 50px;
  padding: 0 40px;
  border: 1px solid #32A9FD;
  background-color: #32A9FD;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
}

.subscribe input[type="submit"]:hover {
  background-color: #0293fa;
  color: #fff;
}

.subscribe input[name="unsubscribe"] {
  display: none;
}

.subscribe.newsletter-confirm-page input[name="unsubscribe"] {
  display: block;
}

.user-conference-detail .main-wrapper .tabs-container .content h3 {
  margin-bottom: 3px;
}

.user-conference-detail .main-wrapper .tabs-container .content h3 + p {
  margin-bottom: 3px;
}

.user-conference-detail .main-wrapper .tabs-container .content h3 + p + p {
  margin-bottom: 3px;
}

.user-conference-detail .main-wrapper .tabs-container .content a {
  font-weight: normal;
}

.user-conference-detail .main-wrapper .tabs-container .content a, .user-conference-detail .main-wrapper .tabs-container .content a:link, .user-conference-detail .main-wrapper .tabs-container .content a:visited {
  color: #28a5fd;
}

.user-conference-detail .main-wrapper .tabs-container .content a:hover, .user-conference-detail .main-wrapper .tabs-container .content a:active {
  color: #0086b9;
}

.vimeo-video {
  margin: 15px auto 0;
  text-align: center;
}

.page-template-page-clients .tabs-container .tab-content .productsContent .block.rightToLeft .img img {
  max-width: 208px !important;
}

.team {
  padding: 40px 0px;
  margin: 0 -30px;
  /*
	clear: both; display: block; float: left; width: 100%; padding: 20px 40px 20px 40px; 
	
	> .block{ float: left; width: 25%; clear: none; margin: 0 !important; padding: 0 25px !important; 
		img{ max-width: 100%; max-height: 238px; }


	}
	
	.hover{ display: none; }
	h3{ @include px(18px); display: block; margin: 20px 0 5px 0; font-weight: 700; color: $blueAtypon;}
	p{ @include px(13px); display: block; color: lighten($black, 50%); min-height: 50px; }
	
	.profileImg{ 
		width: 100%; clear: both; float: left; position: relative; 
		img{ width: 100%; height: 100%; }
	}
	.profileDetails{ min-height: 120px; padding: 0; clear: both; width: 100%; float: left;   }

	.description{
		p{ line-height: 1.4em; color: lighten($black, 50%); @include px(14); }
	}
	*/
}

.team:after {
  content: " ";
  display: table;
  clear: both;
}

.team .block {
  float: left;
  margin: 0;
  padding: 20px;
  width: 25%;
  box-sizing: border-box;
}

.team .block:nth-child(4n+1) {
  clear: left;
}

.team .block > .profileImg {
  position: relative;
  padding: 0 0 0 0;
  margin-bottom: 10px;
  border-radius: 50%;
}

.team .block > .profileImg img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.team .block > .profileImg .hover {
  display: none;
}

@media screen and (min-width: 580px) {
  .team .block > .profileImg:hover {
    background-color: #2c92d8;
  }
  .team .block > .profileImg:hover img {
    opacity: 0.5;
  }
  .team .block > .profileImg:hover .hover {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .team .block > .profileImg:hover .hover .icon-holder {
    width: 100%;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    text-align: center;
  }
  .team .block > .profileImg:hover .ico-fb, .team .block > .profileImg:hover .ico-ld {
    display: inline-block;
    font-family: atypon;
    text-align: center;
    color: #fff;
    font-size: 40px;
    padding: 0 10px;
  }
}

.team .block > .profileDetails {
  width: 100%;
}

.team .block > .profileDetails > * {
  margin: 0;
  padding: 10px 0;
}

.team .block > .profileDetails > *:last-child {
  padding-bottom: 0;
}

.team .block > .profileDetails > h3 {
  padding-bottom: 0 !important;
  font-size: 24px;
  line-height: 1.2;
}

.team .block > .profileDetails > h3 + p {
  min-height: 62px;
}

.team .block > .profileDetails > p {
  text-transform: uppercase;
}

.team .block > .profileDetails > .description > * {
  margin: 0;
  padding: 0 0 20px 0;
}

.team .block > .profileDetails > .description > *:last-child {
  padding-bottom: 0;
}

.team .block p {
  color: gray;
}

@media screen and (max-width: 768px) {
  .team {
    padding: 0 20px;
    margin: 0px;
  }
  .team > .block {
    width: 50%;
  }
  .team > .block:nth-child(2n+1) {
    clear: both;
  }
  .team > .profileDetails > h3 {
    min-height: inherit;
  }
  .team > .profileDetails > h3 + p {
    min-height: inherit;
  }
}

@media screen and (max-width: 580px) {
  .team {
    padding: 0;
    margin: 0px -20px;
  }
  .team > .block {
    padding: 20px 20px 0 20px;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
  }
  .team > .block > .profileImg {
    float: left;
    padding: 0 20px 20px 20px;
    width: 30%;
  }
  .team > .block > .profileDetails > * {
    padding-right: 20px;
    padding-left: 20px;
  }
  .team > .block > .profileDetails > h3 {
    padding-top: 0;
    font-size: 22px;
    min-height: inherit;
  }
  .team > .block > .profileDetails > h3 + p {
    min-height: inherit;
  }
  .team > .block > .profileDetails > p {
    clear: none;
    padding-bottom: 20px;
  }
  .team > .block > .profileDetails > .description {
    clear: both;
    padding: 20px;
    border-top: 1px solid #d9d9d9;
    box-shadow: inset 0 0 2px 2px #eee;
    background-color: whitesmoke;
    display: none;
  }
  .team > .block.active {
    border-bottom: none;
  }
  .team > .block.active > .profileDetails > .description {
    display: block;
  }
  .team > .block:last-child {
    border: 0;
  }
}

.otherAboutUs {
  margin: 40px -80px 40px -80px;
  padding: 20px 0px;
  width: auto;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f2f2f2;
}

.otherAboutUs:after {
  content: " ";
  display: table;
  clear: both;
}

.otherAboutUs .wrap {
  box-sizing: border-box;
  display: table;
  padding: 0 80px;
  width: 100%;
}

.otherAboutUs .wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.otherAboutUs .clientImg {
  float: left;
  padding: 0;
  width: 35%;
  max-width: 170px;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.otherAboutUs .clientImg img {
  width: initial;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.otherAboutUs .clientSummary {
  float: left;
  padding-left: 40px;
  width: 65%;
  box-sizing: border-box;
}

.otherAboutUs .clientSummary blockquote,
.otherAboutUs .clientSummary blockquote p {
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6em;
  color: gray;
}

.otherAboutUs .clientSummary h5, .otherAboutUs .clientSummary h6 {
  margin: 0;
  padding: 0;
}

.otherAboutUs .clientSummary h5 {
  margin-top: 30px;
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
}

.otherAboutUs .clientSummary h6 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 100;
  color: #4d4d4d;
}

@media screen and (max-width: 768px) {
  .otherAboutUs {
    margin: 20px -40px;
    padding: 20px 0;
  }
  .otherAboutUs .wrap {
    padding: 0;
  }
  .otherAboutUs .clientImg {
    width: 30%;
    padding: 0 20px 0 40px;
  }
  .otherAboutUs .clientSummary {
    width: 70%;
    max-width: 70%;
    padding-left: 0;
  }
}

@media screen and (max-width: 580px) {
  .otherAboutUs {
    display: table;
    position: relative;
    margin: 20px 0;
    padding: 20px;
  }
  .otherAboutUs .clientImg {
    margin: 0;
    padding: 0 20px 0 0;
    max-width: initial;
    width: 30%;
    height: 100%;
  }
  .otherAboutUs .clientImg img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .otherAboutUs .clientSummary {
    width: 70%;
    max-width: 70%;
  }
  .otherAboutUs .clientSummary blockquote {
    font-size: 14px;
    line-height: 1;
  }
  .otherAboutUs .clientSummary h5 {
    margin-top: 10px;
  }
}

.listOpnPosition {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

.listOpnPosition:after {
  content: " ";
  display: table;
  clear: both;
}

.listOpnPosition ul {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
}

.listOpnPosition li {
  padding: 15px 0 8px 0;
  float: left;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  margin-top: -1px;
}

.listOpnPosition li:first-child {
  border-top: none;
}

.listOpnPosition li .header {
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
}

.listOpnPosition li .header > div {
  float: left;
  width: 70%;
}

.listOpnPosition li .header a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

.listOpnPosition li .header span {
  clear: both;
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
}

.listOpnPosition li .content {
  float: left;
  width: 100%;
}

.listOpnPosition li .content p {
  padding: 30px 20px;
  line-height: 1.6em;
}

.listOpnPosition li .content .details {
  padding: 0 20px 20px;
  width: 100%;
}

.listOpnPosition li .content .details p {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.listOpnPosition li .content .details .sep {
  background-image: url(../img/assets/detailsArrow.png);
  background-repeat: no-repeat;
  background-position: 60% 100%;
  display: inline-block;
  width: 30px;
  height: 20px;
}

.listOpnPosition li .content .details a {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}

.listOpnPosition li .header .btn_jobApply {
  display: inline-block;
  float: right;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #32A9FD;
  padding: 0 20px;
  margin-top: 15px;
  text-transform: uppercase;
}

.listOpnPosition li .header .btn_jobApply:hover {
  color: #fff;
  background-color: #32A9FD;
}

.listOpnPosition > ul {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .listOpnPosition {
    padding: 0;
    width: 100%;
  }
  .listOpnPosition li {
    padding-top: 20px;
  }
  .listOpnPosition li .btn_jobApply {
    margin: 20px 0 10px 0;
    padding: 0 10px !important;
    height: 34px !important;
    line-height: 34px !important;
  }
}

@media screen and (max-width: 580px) {
  .listOpnPosition {
    padding: 0;
  }
  .listOpnPosition a.mobile-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .listOpnPosition a.mobile-button:after {
    content: "b";
    font-family: atypon;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 12px;
    color: #BFBFBF;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    text-transform: lowercase;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 200ms ease-in-out;
  }
  .listOpnPosition li {
    padding: 20px;
    position: relative;
  }
  .listOpnPosition li .header {
    padding: 0 !important;
    border: none !important;
  }
  .listOpnPosition li .content > p {
    margin: 0;
    padding: 10px 0;
  }
  .listOpnPosition li .content > .details {
    padding: 0;
  }
  .listOpnPosition li .btn_jobApply {
    display: none !important;
  }
}

#searchJob {
  padding: 30px 0;
}

#searchJob .wrap {
  position: relative;
  width: 83%;
}

#searchJob input[type="text"] {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
}

#searchJob input[type="text"]:focus {
  border: 1px solid #b3b3b3;
}

#searchJob button {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 10;
  line-height: 46px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  background-color: #32A9FD;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
}

#searchJob button:hover {
  background-color: #0293fa;
  color: #fff;
}

#pr-table {
  margin: 0 -80px;
}

#pr-table .title {
  float: left;
  width: 100%;
  clear: both;
  background-color: #e3f3ff;
}

#pr-table .table-item {
  float: left;
  clear: both;
  width: 100%;
}

#pr-table .date {
  width: 15%;
}

#pr-table .location {
  width: 15%;
}

#pr-table .speaker {
  width: 30%;
}

#pr-table .presentation {
  width: 40%;
  font-weight: bold !important;
}

#pr-table .active .presentation, #pr-table .presentation:hover {
  color: #32A9FD;
}

#pr-table .title * {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4d4d4d;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 30px;
  margin: 0;
  clear: none;
  float: left;
}

#pr-table .linkBlock {
  cursor: pointer;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

#pr-table .linkBlock * {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4d4d4d;
  font-weight: normal;
  display: inline-block;
  padding: 25px 30px;
  margin: 0;
  clear: none;
  float: left;
}

#pr-table .linkBlock a {
  padding: 0;
  margin: 0;
  color: #32A9FD;
  font-weight: bold;
}

#pr-table .linkBlock a:hover {
  color: #000;
}

#pr-table .table-subContent {
  display: none;
  float: left;
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #e6e6e6;
}

#pr-table .table-subContent .block6 .img, #pr-table .table-subContent .block12 .img {
  width: 100%;
  margin-bottom: 10px;
}

#pr-table .table-subContent .block6 p, #pr-table .table-subContent .block12 p {
  width: 100%;
  float: left;
  color: #666666;
  margin: 0;
}

#pr-table .table-subContent .block6 a, #pr-table .table-subContent .block12 a {
  width: 100%;
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  color: #32A9FD;
  font-weight: bold;
}

#pr-table .table-subContent .block6 a:hover, #pr-table .table-subContent .block12 a:hover {
  color: #000;
}

#pr-table .table-subContent .block6 {
  width: 30%;
  display: inline-block;
  float: left;
  text-align: center;
}

#pr-table .table-subContent .block6 p {
  font-size: 12px;
  font-size: 0.75rem;
}

#pr-table .table-subContent .block12 {
  width: 70%;
  display: inline-block;
  float: left;
}

#pr-table .table-subContent .block12 p {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 580px) {
  #pr-table {
    margin: 0;
  }
  #pr-table .title {
    display: none;
  }
  #pr-table .table-item {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
  }
  #pr-table .table-item .block6 {
    padding: 0 10px 0 20px;
  }
  #pr-table .table-item .block6 .img img {
    max-width: 100%;
    height: auto;
  }
  #pr-table .table-item .linkBlock {
    display: table;
    border: none;
  }
  #pr-table .table-item .linkBlock p:not(.date) {
    margin-left: 25% !important;
    padding: 0 20px !important;
    width: 75%;
    text-align: left;
  }
  #pr-table .table-item .linkBlock .date {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0 10px 0 0;
    width: 25%;
    font-size: 12px;
    text-align: left;
  }
}

.pr50 {
  padding-right: 50px !important;
}

.clientDirectory {
  margin: 0 0;
  color: #4d4d4d;
  font-weight: 100;
  font-size: 14px;
  font-size: 0.875rem;
}

.clientDirectory .b {
  width: 25%;
  float: left;
  padding: 0 10px;
}

.clientDirectory .b:nth-child(4n+1) {
  clear: left;
}

.clientDirectory a, .clientDirectory span {
  width: 100%;
  float: left;
  padding: 20px 0;
  border-top: 1px solid #cae9fe;
  display: inline-block;
}

.clientDirectory:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen and (max-width: 768px) {
  .clientDirectory {
    margin: 0 -40px;
  }
  .clientDirectory > .b {
    padding: 0 40px;
    width: 100%;
  }
  .clientDirectory > .b:last-child {
    margin-bottom: 40px;
    border-bottom: 1px solid #cae9fe;
  }
}

@media screen and (max-width: 580px) {
  .clientDirectory {
    margin: 0;
  }
  .clientDirectory > .b {
    padding: 0 20px;
    border-bottom: 1px solid #d9d9d9;
  }
  .clientDirectory > .b a, .clientDirectory > .b span {
    border-top: none;
  }
  .clientDirectory > .b:last-child {
    margin: 0;
    border-bottom: none;
  }
}

/* Pages */
.page-intro {
  min-height: 280px;
  padding: 20px 0 80px 0;
}

@media screen and (max-width: 768px) {
  .page-intro {
    min-height: inherit;
  }
}

.page-intro h1, .page-intro p {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
}

.page-intro h1 {
  padding-bottom: 5px;
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 100;
}

.page-intro p {
  font-size: 22px;
  font-size: 1.375rem;
  width: 80%;
  margin: 0 auto;
  font-weight: 400;
}

.page-intro p a:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.page-intro.withOutSummary h1 {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page-intro h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 580px) {
  .page-intro {
    padding-top: 40px;
  }
  .page-intro h1 {
    padding: 0 20px 5px 20px;
    font-size: 32px;
  }
  .page-intro p {
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
  }
  .page-intro p a {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.pg-banner {
  margin: 20px 0;
  clear: both;
  width: 100%;
  float: left;
}

.contant-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #fff;
}

.contant-container .wrap-big {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contant-container {
    padding: 20px 0;
  }
}

@media screen and (max-width: 580px) {
  .contant-container {
    padding: 0;
  }
  .contant-container .promotion_box {
    display: none;
  }
}

.at-services {
  display: inline-block;
  padding: 40px 0;
  width: 100%;
  text-align: center;
}

.at-services.contact {
  background-color: #ffffff !important;
  padding: 0 !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.at-services .block {
  float: left;
  padding: 0 40px;
  width: 33.3%;
}

.at-services h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  color: #3C4048 !important;
}

.at-services p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #6a7180;
}

.at-services a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #00ABEC;
}

.at-services a:hover {
  color: #0086b9;
}

.at-services .img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 80px;
}

.at-services .img:before {
  /* create a full-height inline block pseudo=element */
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: 100%;
}

.at-services .img img {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .at-services {
    padding: 40px 0;
  }
  .at-services > .block {
    padding: 0 20px;
    word-wrap: break-word;
  }
  .at-services.contact {
    width: 100%;
    padding: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 580px) {
  .at-services {
    padding: 0;
    border-top: 1px solid #d9d9d9;
  }
  .at-services .text {
    margin: 20px 0 !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #d9d9d9 !important;
  }
  .at-services .text h3 {
    margin: 10px !important;
    min-height: initial !important;
    color: #000 !important;
    font-size: 18px !important;
  }
  .at-services .text p {
    margin-bottom: 10px;
  }
  .at-services .text img {
    width: auto;
    max-height: 45px;
  }
  .at-services > .block {
    margin: 0;
    padding: 20px;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
  }
  .at-services > .block .img {
    margin-bottom: 10px;
    height: 45px;
  }
  .at-services > .block .img img {
    max-height: 100%;
  }
  .at-services > .block h3, .at-services > .block p {
    margin: 0;
  }
}

#contantForm {
  width: 100%;
  padding: 40px 0;
  clear: both;
  display: inline-block;
  border-bottom: 1px solid #e6e6e6;
}

#contantForm .wrapper {
  width: 960px;
  margin: 0 auto;
}

#contantForm h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  padding: 0 20px;
}

#contantForm p {
  width: 50%;
  margin: 0;
  float: left;
  clear: none;
  padding: 30px 20px 0 20px;
  position: relative;
}

#contantForm p label {
  clear: both;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 5px;
}

#contantForm p input {
  height: 46px;
}

#contantForm p input, #contantForm p textarea {
  clear: both;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

#contantForm p input:hover, #contantForm p input:focus, #contantForm p textarea:hover, #contantForm p textarea:focus {
  border: 1px solid gray;
}

#contantForm p textarea {
  height: 150px;
  resize: none;
  padding: 10px;
}

#contantForm .full-width {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #contantForm {
    padding: 0 40px 40px 40px;
  }
  #contantForm h2 {
    margin: 0;
  }
  #contantForm .wrapper {
    width: 100%;
  }
  #contantForm .form-group p {
    width: 48%;
  }
  #contantForm .form-group:nth-child(2n+1) p {
    margin-right: 2%;
  }
  #contantForm .form-group:nth-child(2n+2) p {
    margin-left: 2%;
  }
  #contantForm h2 {
    padding: 0;
  }
  #contantForm p {
    margin-top: 20px;
    padding: 0;
  }
  #contantForm p.full-width {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #contantForm input {
    padding: 0 10px !important;
  }
  #contantForm button.btn-submit {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 580px) {
  #contantForm {
    padding: 20px;
  }
  #contantForm .form-group p {
    width: 100%;
    margin: 10px 0 0 0 !important;
  }
  #contantForm button {
    margin-top: 10px;
    width: 100%;
  }
}

.gform_wrapper {
  margin: 0 !important;
  max-width: initial !important;
  width: 100% !important;
}

.gform_wrapper .gform_heading {
  margin: 0;
}

.gform_wrapper .gform_heading h3 {
  margin: 0;
  font-size: 22px;
}

.gform_wrapper ul {
  padding-left: 0 !important;
}

.gform_wrapper .validation_error {
  margin: 0;
  font-size: 14px;
}

.gform_wrapper .gform_body .gform_fields select {
  height: 53px;
  background-color: #fff;
}

.gform_wrapper .gform_body .gform_fields label {
  margin: 0;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.gform_wrapper .gform_body .gform_fields textarea, .gform_wrapper .gform_body .gform_fields select {
  box-sizing: border-box;
}

.gform_wrapper .gform_body .gform_fields input, .gform_wrapper .gform_body .gform_fields textarea, .gform_wrapper .gform_body .gform_fields select {
  padding: 15px 10px;
  width: 100%;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}

.gform_wrapper .gform_body .gform_fields input[type="text"]:focus,
.gform_wrapper .gform_body .gform_fields textarea:focus {
  outline: none;
  border: 1px solid #32A9FD;
}

.gform_wrapper .gform_body .gform_fields .gfield {
  padding-bottom: 20px;
}

.gform_wrapper .gform_body .gform_fields .gfield a {
  font-weight: 300;
  color: #3C4048;
  font-size: 14px;
  text-decoration: underline;
}

.gform_wrapper .gform_body .gform_fields .gform_confirmation_message {
  font-size: 22px;
  margin-top: 30px;
}

.gform_wrapper .gform_body .gform_fields .ginput_container {
  margin: 0 !important;
  max-width: initial;
}

.gform_wrapper input.medium {
  width: 100% !important;
}

.gform_wrapper .gform_footer {
  margin: 0;
  padding: 20px 0 0 0;
}

.gform_wrapper .gform_footer .gform_button[value="Submit"] {
  padding: 0 40px;
  height: 50px;
  border: none;
  background-color: #32A9FD;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
}

.gform_wrapper .gform_footer .gform_button[value="Submit"]:hover {
  background-color: #0293fa;
  color: #fff;
}

@media screen and (max-width: 580px) {
  .gform_wrapper .gform_footer .gform_button[value="Submit"] {
    width: 100% !important;
  }
}

#gform_1 {
  padding: 0;
}

#gform_1,
#gform_2,
#gform_12,
#gform_3 {
  width: 100%;
}

#gform_1 .gform_body .gform_fields,
#gform_2 .gform_body .gform_fields,
#gform_12 .gform_body .gform_fields,
#gform_3 .gform_body .gform_fields {
  display: table;
  width: 100%;
}

#gform_1 .gform_body .gform_fields li,
#gform_2 .gform_body .gform_fields li,
#gform_12 .gform_body .gform_fields li,
#gform_3 .gform_body .gform_fields li {
  float: left;
  clear: none;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  box-sizing: border-box;
}

#gform_1 .gform_body .gform_fields li.gsection,
#gform_2 .gform_body .gform_fields li.gsection,
#gform_12 .gform_body .gform_fields li.gsection,
#gform_3 .gform_body .gform_fields li.gsection {
  width: 100%;
  text-align: left;
}

#gform_1 .gform_body .gform_fields li.gsection.hide-class,
#gform_2 .gform_body .gform_fields li.gsection.hide-class,
#gform_12 .gform_body .gform_fields li.gsection.hide-class,
#gform_3 .gform_body .gform_fields li.gsection.hide-class {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  border: 0;
}

#gform_1 .gform_body .gform_fields li.gsection h2,
#gform_2 .gform_body .gform_fields li.gsection h2,
#gform_12 .gform_body .gform_fields li.gsection h2,
#gform_3 .gform_body .gform_fields li.gsection h2 {
  text-align: left;
}

#gform_1 .gform_body .gform_fields li.gsection:after,
#gform_2 .gform_body .gform_fields li.gsection:after,
#gform_12 .gform_body .gform_fields li.gsection:after,
#gform_3 .gform_body .gform_fields li.gsection:after {
  content: " ";
  display: table;
  clear: both;
}

#gform_1 .gform_body .gform_fields li:nth-child(2n-1),
#gform_2 .gform_body .gform_fields li:nth-child(2n-1),
#gform_12 .gform_body .gform_fields li:nth-child(2n-1),
#gform_3 .gform_body .gform_fields li:nth-child(2n-1) {
  padding-right: 10px !important;
}

#gform_1 .gform_body .gform_fields li:nth-child(2n),
#gform_2 .gform_body .gform_fields li:nth-child(2n),
#gform_12 .gform_body .gform_fields li:nth-child(2n),
#gform_3 .gform_body .gform_fields li:nth-child(2n) {
  padding-left: 10px !important;
}

#gform_1 .gform_body .gform_fields li:last-child,
#gform_2 .gform_body .gform_fields li:last-child,
#gform_12 .gform_body .gform_fields li:last-child,
#gform_3 .gform_body .gform_fields li:last-child {
  clear: both;
  padding: 0 !important;
  padding-top: 20px !important;
  width: 100%;
}

#gform_1 .gform_body .gform_fields li.gfield_error,
#gform_2 .gform_body .gform_fields li.gfield_error,
#gform_12 .gform_body .gform_fields li.gfield_error,
#gform_3 .gform_body .gform_fields li.gfield_error {
  margin: 0 !important;
  padding: 0 !important;
  padding-top: 20px !important;
  border: 0;
  background-color: transparent;
}

#gform_1 .gform_body .gform_fields li.gfield_error label,
#gform_2 .gform_body .gform_fields li.gfield_error label,
#gform_12 .gform_body .gform_fields li.gfield_error label,
#gform_3 .gform_body .gform_fields li.gfield_error label {
  color: #000;
}

#gform_1 .gform_body .gform_fields li.gfield_error:nth-child(2n-1),
#gform_2 .gform_body .gform_fields li.gfield_error:nth-child(2n-1),
#gform_12 .gform_body .gform_fields li.gfield_error:nth-child(2n-1),
#gform_3 .gform_body .gform_fields li.gfield_error:nth-child(2n-1) {
  padding-right: 10px !important;
}

#gform_1 .gform_body .gform_fields li.gfield_error:nth-child(2n),
#gform_2 .gform_body .gform_fields li.gfield_error:nth-child(2n),
#gform_12 .gform_body .gform_fields li.gfield_error:nth-child(2n),
#gform_3 .gform_body .gform_fields li.gfield_error:nth-child(2n) {
  padding-left: 10px !important;
}

#gform_1 .gform_body .gform_fields li.gfield_error:last-child,
#gform_2 .gform_body .gform_fields li.gfield_error:last-child,
#gform_12 .gform_body .gform_fields li.gfield_error:last-child,
#gform_3 .gform_body .gform_fields li.gfield_error:last-child {
  padding: 0 !important;
  padding-top: 20px !important;
}

#gform_1 .gform_body .gform_fields li .gfield_description,
#gform_2 .gform_body .gform_fields li .gfield_description,
#gform_12 .gform_body .gform_fields li .gfield_description,
#gform_3 .gform_body .gform_fields li .gfield_description {
  margin: 0;
  padding: 0 !important;
  padding-top: 10px !important;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 580px) {
  #gform_1 .gform_body .gform_fields li,
  #gform_2 .gform_body .gform_fields li,
  #gform_12 .gform_body .gform_fields li,
  #gform_3 .gform_body .gform_fields li {
    padding: 0 !important;
    width: 100% !important;
  }
  #gform_1 .gform_body .gform_fields li:nth-child(2n-1), #gform_1 .gform_body .gform_fields li:nth-child(2n), #gform_1 .gform_body .gform_fields li.gfield_error, #gform_1 .gform_body .gform_fields li.gfield_error:nth-child(2n-1), #gform_1 .gform_body .gform_fields li.gfield_error:nth-child(2n),
  #gform_2 .gform_body .gform_fields li:nth-child(2n-1),
  #gform_2 .gform_body .gform_fields li:nth-child(2n),
  #gform_2 .gform_body .gform_fields li.gfield_error,
  #gform_2 .gform_body .gform_fields li.gfield_error:nth-child(2n-1),
  #gform_2 .gform_body .gform_fields li.gfield_error:nth-child(2n),
  #gform_12 .gform_body .gform_fields li:nth-child(2n-1),
  #gform_12 .gform_body .gform_fields li:nth-child(2n),
  #gform_12 .gform_body .gform_fields li.gfield_error,
  #gform_12 .gform_body .gform_fields li.gfield_error:nth-child(2n-1),
  #gform_12 .gform_body .gform_fields li.gfield_error:nth-child(2n),
  #gform_3 .gform_body .gform_fields li:nth-child(2n-1),
  #gform_3 .gform_body .gform_fields li:nth-child(2n),
  #gform_3 .gform_body .gform_fields li.gfield_error,
  #gform_3 .gform_body .gform_fields li.gfield_error:nth-child(2n-1),
  #gform_3 .gform_body .gform_fields li.gfield_error:nth-child(2n) {
    padding: 0 !important;
  }
}

.login-page h2 {
  text-align: center;
}

@media screen and (max-width: 580px) {
  .login-page {
    margin: 0;
  }
}

.login-page hr {
  display: block;
  width: 100%;
  clear: both;
  border: none;
  border-bottom: 1px solid #ccc !important;
  height: 1px;
  margin: 0 0 20px;
  padding: 20px 0 0;
}

.login-page .login-username {
  width: 40%;
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .login-page .login-username {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.login-page .login-password {
  width: 40%;
  float: left;
  margin: 0;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .login-page .login-password {
    float: none;
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}

.login-page .login-submit {
  width: 20%;
  float: left;
  margin: 0;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .login-page .login-submit {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.login-page .login-submit input {
  margin-top: 30px;
  margin-bottom: 20px;
}

form[name="loginform"] {
  margin: 0 auto;
  padding: 0 60px;
}

@media screen and (max-width: 580px) {
  form[name="loginform"] {
    padding: 0 20px;
  }
}

form[name="loginform"] label {
  color: #7d7d7d;
  font-size: 18px;
  padding-bottom: 8px;
  display: block;
}

form[name="loginform"] input.input, form[name="loginform"] textarea {
  padding: 15px 10px;
  width: 100%;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}

form[name="loginform"] input.input:hover, form[name="loginform"] input.input:focus, form[name="loginform"] textarea:hover, form[name="loginform"] textarea:focus {
  border-color: #32A9FD;
}

form[name="loginform"] input.button-primary {
  padding: 0 40px;
  height: 50px;
  border: none;
  background-color: #32A9FD;
  border-radius: 4px;
  border: 1px solid #32A9FD;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
}

form[name="loginform"] input.button-primary:hover {
  background-color: #fff;
  color: #32A9FD;
  border: 1px solid #32A9FD;
}

@media screen and (max-width: 580px) {
  form[name="loginform"] {
    padding: 20px 30px 0;
    margin: 0;
    width: 100%;
  }
}

.btn-submit {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  background-color: #32A9FD;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
  margin-left: 20px;
}

.btn-submit:hover {
  background-color: #0293fa;
  color: #fff;
}

.officePlaces {
  display: inline-block;
  width: 100%;
  padding: 40px 0;
}

.officePlaces > h3 {
  font-size: 55px;
  font-size: 3.4375rem;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  color: #3C4048 !important;
}

.officePlaces .mainOffice {
  width: 100%;
  text-align: center;
}

.officePlaces .mainOffice h4 {
  font-size: 22px;
  font-size: 1.375rem;
}

.officePlaces .mainOffice p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #6a7180;
  margin-bottom: 0;
}

.officePlaces .mainOffice a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6em;
  color: #32A9FD;
  font-weight: bold;
}

.officePlaces .mainOffice a:hover {
  color: #0293fa;
}

.officePlaces .office {
  width: 25%;
  float: left;
  text-align: center;
}

.officePlaces .office h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

.officePlaces .office h4.office-section-title-inline {
  font-size: 14px;
  font-size: 0.875rem;
}

.officePlaces .office p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6em;
  color: #6a7180;
  margin-bottom: 0;
}

.officePlaces .office a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6em;
  color: #32A9FD;
  font-weight: bold;
}

.officePlaces .office a:hover {
  color: #0293fa;
}

.officePlaces .office-section-title {
  width: 100% !important;
  clear: left;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .officePlaces {
    padding: 40px;
  }
  .officePlaces h3 {
    margin: 0;
  }
  .officePlaces .office {
    width: 48%;
  }
  .officePlaces .office:nth-child(2n+1) {
    margin-right: 2%;
  }
  .officePlaces .office:nth-child(2n+2) {
    margin-left: 2%;
  }
}

@media screen and (max-width: 580px) {
  .officePlaces {
    padding: 20px;
  }
  .officePlaces > h3 {
    font-size: 28px;
  }
  .officePlaces .office, .officePlaces .mainOffice {
    margin: 0 !important;
    padding: 10px 0;
    width: 100%;
  }
  .officePlaces .office h4, .officePlaces .mainOffice h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
  }
  .officePlaces .office p, .officePlaces .mainOffice p {
    margin-bottom: 5px;
  }
}

.gMap {
  width: 100%;
  height: 300px;
  display: inline-block;
}

.gMap img, .gMap iframe {
  width: 100%;
  height: 600px;
}

.gMap:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen and (max-width: 768px) {
  .gMap {
    padding: 0 40px;
  }
  .gMap iframe {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 580px) {
  .gMap {
    padding: 0;
  }
  .gMap iframe {
    margin-bottom: -30px;
  }
}

.newsletterBlock {
  text-align: center;
  background-color: rgba(50, 169, 253, 0.02);
  padding: 50px 0;
}

.newsletterBlock h4 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #212721;
  font-weight: normal;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}

.newsletterBlock p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #212721;
}

.newsletterBlock form {
  width: 60%;
  margin: 0 auto;
}

.newsletterBlock form input {
  border: 1px solid #cccccc;
  color: gray;
  font-size: 16px;
  font-size: 1rem;
  line-height: 50px;
  height: 50px;
  padding: 0 10px;
  width: 78%;
  float: left;
}

.newsletterBlock form input:hover, .newsletterBlock form input:focus {
  border: 1px solid gray;
}

.newsletterBlock form button {
  padding: 14px 40px;
  background-color: #32A9FD;
  color: #fff;
  display: include-block;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 20%;
  float: right;
  text-transform: uppercase;
  font-weight: bold;
}

.newsletterBlock form button:hover {
  background-color: #0293fa;
}

#contantForm label.error {
  color: red;
  left: 20px;
  position: absolute;
  bottom: -25px;
}

#contantForm span.msgSent {
  color: green;
  margin: 0 0 0 50px;
}

#contantForm span.msgSentError {
  color: red;
  margin: 0 0 0 50px;
}

.gform_title {
  color: #3C4048 !important;
}

.page-template-page-contact hr {
  margin: 0 -80px;
}

@media screen and (max-width: 580px) {
  .page-template-page-contact hr {
    display: none;
  }
}

.news-list {
  clear: both;
  padding: 40px;
}

.news-list .shortTxt {
  border: 1px solid #b0defe;
  min-height: 393px;
  display: inline-block;
  margin: 1.293%;
  width: 30.747%;
  float: left;
  padding: 30px;
}

.news-list .shortTxt:hover {
  border: 1px solid #32A9FD;
}

.news-list .date {
  font-size: 13px;
  font-size: 0.8125rem;
  color: gray;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}

.news-list h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #32A9FD;
  line-height: 1em;
  font-weight: normal;
  min-height: 102px;
  text-align: left;
}

.news-list a:hover h2 {
  color: #0293fa;
}

.news-list p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4d4d4d;
  line-height: 1.4em;
  min-height: 118px;
}

.news-list a.readMore {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #32A9FD;
  font-weight: bold;
  text-transform: uppercase;
}

.news-list a.readMore:hover {
  color: #4d4d4d;
}

.news-list:after {
  content: " ";
  display: table;
  clear: both;
}

.news-list .shortTxt:nth-child(3n+1) {
  clear: both;
}

@media screen and (max-width: 768px) {
  .news-list {
    padding: 20px;
  }
  .news-list .shortTxt {
    margin: 0 0 20px 0;
    padding: 20px;
    width: 48%;
    min-height: 200px;
  }
  .news-list .shortTxt h2 {
    min-height: 60px;
    font-size: 18px;
  }
  .news-list .shortTxt:nth-child(2n-1) {
    margin-right: 4%;
  }
  .news-list .shortTxt:nth-child(3n+1) {
    clear: none;
  }
  .news-list .shortTxt:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 580px) {
  .news-list {
    padding: 0;
  }
  .news-list .shortTxt {
    margin: 0 !important;
    padding: 20px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d9d9d9;
  }
  .news-list .shortTxt:hover {
    border: none;
    border-bottom: 1px solid #d9d9d9;
  }
  .news-list .shortTxt h2 {
    padding-bottom: 15px;
    min-height: initial;
    color: #000;
    padding-left: 0;
  }
  .news-list .shortTxt p {
    margin: 0;
    min-height: initial;
  }
}

.promotion_box {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 29px;
  float: left;
}

.promotion_box .block {
  float: left;
  width: 50%;
}

.promotion_box .block h6 {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #4d4d4d;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 10px;
}

.promotion_box .block a i {
  position: relative;
  top: 2px;
  margin: 0 5px;
  color: #b3b3b3;
}

.promotion_box .block a:hover i {
  color: #000;
}

.promotion_box .btn_back {
  padding: 28px 0;
  display: inline-block;
}

@media screen and (max-width: 580px) {
  .promotion_box .btn_big {
    padding: 20px;
  }
}

.btn_big {
  float: right;
  display: inline-block;
  padding: 20px 40px;
  border: 1px solid #32A9FD;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #32A9FD;
}

.btn_big:hover {
  background-color: #32A9FD;
  color: #fff;
}

.newsContainer {
  padding: 0 40px;
  display: table;
}

.newsContainer .content {
  float: left;
  display: block;
  margin-right: 1.20813%;
  width: 68.37246%;
}

.newsContainer .content h1 {
  font-size: 38px;
  font-size: 2.375rem;
  color: #32A9FD;
  line-height: 1em;
  font-weight: 100;
}

.newsContainer .content:last-child {
  margin-right: 0;
}

.newsContainer .content p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4d4d4d;
  line-height: 1.6em;
}

.newsContainer .content h2, .newsContainer .content h3, .newsContainer .content h4, .newsContainer .content h5, .newsContainer .content h6 {
  color: #4d4d4d;
  line-height: 1.6em;
}

.newsContainer .content h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

.newsContainer aside {
  padding: 60px 0;
  float: left;
  display: block;
  margin-right: 1.20813%;
  width: 24.09391%;
  margin-left: 6.32551%;
}

.newsContainer aside:last-child {
  margin-right: 0;
}

.newsContainer aside > div > h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.newsContainer aside > div > p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4d4d4d;
  line-height: 1.6em;
}

.newsContainer aside > div {
  margin-bottom: 30px;
}

.newsContainer aside > div a {
  color: #32A9FD;
  font-weight: bold;
  margin: 5px 0;
}

.newsContainer aside .share a {
  color: #b3b3b3;
  margin: 0 10px 0 0;
  font-size: 25px;
  font-size: 1.5625rem;
}

.newsContainer aside .share a:hover {
  color: #000;
}

@media screen and (max-width: 768px) {
  .newsContainer .content {
    margin: 0;
    width: 60%;
  }
  .newsContainer .content img {
    max-width: 100%;
  }
  .newsContainer aside {
    padding-left: 20px;
    margin: 0;
    width: 40%;
  }
  .newsContainer aside a {
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
  }
}

@media screen and (max-width: 580px) {
  .newsContainer {
    padding: 0;
  }
  .newsContainer .content {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
  .newsContainer .content h1 {
    margin: 0 0 10px 0;
    font-size: 30px;
  }
  .newsContainer .content p {
    margin: 0;
  }
  .newsContainer aside {
    float: none;
    padding-left: 40px 20px;
    width: 100%;
    border-top: 1px solid #D9D9D9;
  }
}

.btn_back {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-transform: uppercase;
}

.mt8 {
  margin-top: 8px !important;
}

.content .news-list {
  padding: 0;
  margin: 0 -40px;
}

@media screen and (max-width: 768px) {
  .content .news-list {
    padding: 0px;
    margin: 0 0;
  }
  .content .news-list h2, .content .news-list p {
    margin: 0;
    padding: 0 0 8px;
  }
}

@media screen and (max-width: 580px) {
  .content .news-list {
    padding: 0px;
    margin: 0 0;
  }
  .content .news-list h2, .content .news-list p {
    margin: 0;
    padding: 0 0 8px;
  }
}

.productsContent ul, .productsContent li {
  font-size: 14px;
}

.blog-pagination {
  width: 100%;
}

.blog-pagination:after {
  content: " ";
  display: table;
  clear: both;
}

.blog-pagination .previous-posts {
  float: left;
}

.blog-pagination .next-posts {
  float: right;
}

.logotype {
  text-align: center;
  padding-top: 80px;
}

.logotype .logosin {
  width: 20%;
  float: left;
  padding: 0 20px;
}

.logotype h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.logotype p {
  text-align: left;
  line-height: 1.6em;
  font-size: 13px;
  font-size: 0.8125rem;
  color: gray;
}

body {
  position: relative;
  min-width: 320px;
  background-color: #3C4147;
}

.bg1 {
  background-image: url(../img/assets/bgTopSubPage.jpg);
  background-position: 0 0;
  height: 640px;
  position: absolute;
  z-index: -1;
  width: 100%;
  background-size: cover;
}

.bg1.home {
  background-image: url(../img/bg/homepage_bg.jpg);
}

.bg1.whatWeDo {
  background-image: url(../img/bg/what_we_do_bg.jpg);
}

.bg1.whoWeAre {
  background-image: url(../img/bg/who_we_are_bg.jpg);
}

.bg1.clients {
  background-image: url(../img/bg/clients_b.jpg);
}

.bg1.contact {
  background-image: url(../img/bg/contact_bg.jpg);
}

.bg1.support {
  background-image: url(../img/bg/support_bg.jpg);
}

.bg1.news {
  background-image: url(../img/bg/news_bg.jpg);
}

.bg1.resource {
  background-image: url(../img/bg/resources_bg.jpg);
}

@media screen and (max-width: 580px) {
  .bg1 {
    background-size: cover;
  }
}

.bg2 {
  background-image: url(../img/assets/bgMiddle.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  margin-top: 640px;
  background-size: cover;
  position: absolute;
  z-index: -1;
  min-height: 860px;
  background-color: #3C4147;
  width: 100%;
}

@media screen and (max-width: 580px) {
  .bg2 {
    min-height: 200px;
  }
}

#ajaxSupport iframe {
  border: none;
  overflow: hidden !important;
}

.feedbackNotify {
  position: fixed;
  z-index: 100000;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
}

.feedbackNotify a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
}

.feedbackNotify:hover {
  background: black;
}

@media screen and (max-width: 768px) {
  .feedbackNotify {
    display: none;
  }
}

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

.tribe-events-single-event-title {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 28px;
  line-height: 1.0em;
}

.tribe-events-schedule {
  margin-bottom: 0;
}

.tribe-events-schedule h2 {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pagination {
  padding: 0 20px;
}

.pagination:after {
  content: " ";
  display: table;
  clear: both;
}

.pagination .nav-previous {
  float: left;
}

.pagination .nav-next {
  float: right;
}

/*
 * emm_paginate - WordPress Pagination Function
 * Version: 1.0
 *
 * Copyright (c) 2009 Eric Martin http://www.ericmmartin.com/
 * Link: http://www.ericmmartin.com/pagination-function-for-wordpress
 *
 */
.emm-paginate {
  font-size: 16px;
  padding: 0 20px;
}

.emm-paginate:after {
  content: " ";
  display: table;
  clear: both;
}

.emm-paginate a {
  display: inline-block;
  color: #00ABEC;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.emm-paginate a a:hover,
.emm-paginate a a:active {
  color: #0086b9;
}

.emm-paginate .emm-title {
  display: none;
}

.emm-paginate .emm-gap {
  color: #999;
  margin-right: 4px;
}

.emm-paginate .emm-current {
  color: black;
}

.search-label {
  display: inline-block;
  float: left;
  line-height: 48px;
  padding-right: 30px;
  font-size: 16px;
  color: #BFBFBF;
}

@media screen and (max-width: 960px) {
  .search-label {
    display: block;
    text-align: center;
    padding-right: 0;
    width: 100%;
  }
}

.otherAboutUs .subscribe {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .otherAboutUs .subscribe {
    margin: 0;
  }
}

@media screen and (max-width: 960px) {
  .otherAboutUs .subscribe {
    display: block;
    text-align: center;
    padding-right: 0;
    width: 100%;
  }
  .otherAboutUs .subscribe input {
    width: 100%;
    margin: 0;
  }
}

.news-list .otherAboutUs {
  margin: 30px -40px -40px;
}

@media screen and (max-width: 960px) {
  .news-list .otherAboutUs {
    margin: 0;
  }
}

.news-list .otherAboutUs .subscribe {
  margin-top: 10px;
  margin-bottom: 0px;
}

@media screen and (max-width: 960px) {
  .news-list .otherAboutUs .subscribe {
    display: block;
    text-align: center;
    padding-right: 0;
    width: 100%;
  }
}

.news-list p.nospc-bt {
  margin-bottom: 60px;
  min-height: initial !important;
}

.clear-right {
  width: 100% !important;
  clear: right !important;
}

.subscribe p.text-center {
  text-align: center;
  float: none;
  width: 100%;
  margin-bottom: 10px;
  color: #BFBFBF;
}

.subscribe p.text-center strong {
  color: #BFBFBF;
}

.main-question label {
  padding-top: 20px;
  font-weight: bold !important;
  font-size: 24px !important;
  color: #32A9FD !important;
}

.main-question select {
  border-left: #32A9FD 4px solid !important;
}

.officePlaces h3 {
  padding: 0 !important;
  margin: 0 !important;
}

.officePlaces h4 {
  padding: 20px 0 0;
  margin: 0;
}

.page-template-page-contact h3 a {
  color: #3C4048;
}

.page-template-page-contact .gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 10px 20px !important;
  text-align: right;
}

.gforms_confirmation_message {
  padding: 50px 0;
  text-align: center;
}

.gforms_confirmation_message:after {
  content: " ";
  display: table;
  clear: both;
}

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