/*
Theme Name: ESD
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ESD
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* 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: .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,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.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;
}

/**
 * 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.
 */

button,
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"],
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,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * 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.
 */

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

/**
 * 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`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * 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).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .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;
}
table tr, table td {
    border: none !important;
    padding: 0;
    margin: 0;
}

#nav > ul,
#nav > ul > li > .dropdown-holder > ul,
#nav > ul > li > .dropdown-holder > ul > li .dropdown-holder > ul,
.footer-nav,
.social-networks,
.carousel .pagination ul,
.mobile-tab,
.tabset,
.aside ul,
.partner-lists,
.info-list,
.btn-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#header .holder:after,
#nav > ul:after,
#nav > ul > li > .dropdown-holder > ul:after,
.twocolumns-holder .container:after,
.content-post:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #545557;
  background: #fff;
  font: 14px/1.35 Roboto, Arial, Helvetica, sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 1.35em;
}

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.35em;
}

th,
td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.widget {
  margin-bottom: 1.35em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.comment-form input[type="submit"] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}

.search-form input {
  float: left;
  height: 2em;
}

.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}

.post-password-form input[type="password"] {
  width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #339;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
  opacity: .8;
}

.commentlist {
  margin: 0 0 1.35em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.35em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.35em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.35em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #339;
  color: #fff;
  padding: .4em;
  text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  background: #1b232a;
}

.navigation-single {
  margin-bottom: 1.35em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #339;
  color: #fff;
  text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
  background: #1b232a;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: .4em;
  display: block;
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.35em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: .4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.35em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.35em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.35em;
}

.mejs-container {
  margin-bottom: 1.35em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

#wp-calendar tbody td {
  text-align: center;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 .5em;
  color: inherit;
}

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

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

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

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

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

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

p {
  margin: 0 0 1em;
}

a {
  color: #339;
}

a:hover,
a:focus {
  text-decoration: none;
}

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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-right:before {
  content: "\e902";
}

.icon-left:before {
  content: "\e903";
}

.icon-double-arrow:before {
  content: "\e904";
}

#header {
  border-top: 31px solid #339;
  padding: 19px 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
}

#header .holder {
  position: relative;
}

.login {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  text-align: right;
}

.top-holder {
  display: none;
  padding: 5px 0 6px;
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}

.top-holder:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #339;
  z-index: -1;
}

.top-holder .login {
  margin-top: 3px;
}

.top-holder .login a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.top-holder .login a:hover {
  color: #fff;
  font-weight: 700;
}

.top-holder .search-form {
  display: inline-block;
  vertical-align: middle;
  width: 159px;
  margin: 0 8px 0 9px;
}

.top-holder .search-form input[type="submit"] {
  width: 21px;
  padding: 1px;
}

.search-form {
  position: relative;
}

.search-form input[type="search"] {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 137px;
  font-size: 13px;
  line-height: 1;
  padding: 3px 6px;
  height: 21px;
  background: #fff;
  color: #929395;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .16);
}

.search-form input[type="search"]::-webkit-input-placeholder {
  color: #929395;
}

.search-form input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #929395;
}

.search-form input[type="search"]:-moz-placeholder {
  color: #929395;
}

.search-form input[type="search"]:-ms-input-placeholder {
  color: #929395;
}

.search-form input[type="search"].placeholder {
  color: #929395;
}

.search-form input[type="submit"] {
  margin: 0;
  border: none;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #124889;
  font: 13px/1 "Roboto Condensed", Arial, Helvetica, sans-serif;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .16);
  text-transform: uppercase;
  padding: 2px 10px;
}

.nav-opener {
  width: 25px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  margin-top: -4px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: #339;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
  content: "";
  top: 7px;
}

.nav-opener:after {
  top: auto;
  bottom: 0;
}

.nav-opener:hover {
  opacity: .9;
}

.logo {
  width: 246px;
  float: left;
}

.logo img {
  width: 100%;
  height: auto;
}

#nav {
  position: absolute;
  top: 77px;
  left: -31px;
  right: -31px;
  background: #1b232a;
  z-index: 9999;
  display: none;
}

#nav > ul {
  font-size: 28px;
  line-height: 32px;
  padding: 20px 40px;
}

#nav > ul > li {
  margin-bottom: 30px;
  float: left;
  clear: both;
}

#nav > ul > li.active > a {
  font-weight: 900;
}

#nav > ul > li.hover > .dropdown-holder {
  max-height: 999px;
}

#nav > ul > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

#nav > ul > li a:hover {
  font-weight: 900;
}

#nav > ul > li > .dropdown-holder {
  max-height: 0;
  -webkit-transition: .5s ease-in-out max-height 0s;
  transition: .5s ease-in-out max-height 0s;
  overflow: hidden;
}

#nav > ul > li > .dropdown-holder:after {
  content: "";
  position: absolute;
  top: -23px;
  height: 30px;
  left: 0;
  right: 0;
}

#nav > ul > li > .dropdown-holder > ul {
  font-size: 17px;
  line-height: 21px;
  padding: 21px 0 0;
}

#nav > ul > li > .dropdown-holder > ul > li {
  padding-left: 9px;
  margin-bottom: 14px;
  position: relative;
  float: left;
  clear: both;
}

#nav > ul > li > .dropdown-holder > ul > li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background: #fff;
  width: 5px;
  height: 2px;
}

#nav > ul > li > .dropdown-holder > ul > li:last-child {
  padding-bottom: 0;
}

#nav > ul > li > .dropdown-holder > ul > li.active > a {
  color: #f90;
  font-weight: 900;
}

#nav > ul > li > .dropdown-holder > ul > li.hover > a {
  color: #f90;
  font-weight: 900;
}

#nav > ul > li > .dropdown-holder > ul > li.hover .dropdown-holder {
  max-height: 999px;
  -webkit-transition: 1.8s ease-in-out max-height;
  transition: 1.8s ease-in-out max-height;
}

#nav > ul > li > .dropdown-holder > ul > li > a {
  text-transform: uppercase;
}

#nav > ul > li > .dropdown-holder > ul > li .dropdown-holder {
  max-height: 0;
  -webkit-transition: .8s linear max-height;
  transition: .8s linear max-height;
  overflow: hidden;
}

#nav > ul > li > .dropdown-holder > ul > li .dropdown-holder > ul {
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
  padding: 10px 0 2px;
}

#nav > ul > li > .dropdown-holder > ul > li .dropdown-holder > ul > li + li {
  margin-top: 15px;
}

#nav > ul > li > .dropdown-holder > ul > li .dropdown-holder > ul > li.active a,
#nav > ul > li > .dropdown-holder > ul > li .dropdown-holder > ul > li.hover a {
  color: #f90;
}

#nav > ul > li > .dropdown-holder > ul > li .dropdown-holder > ul > li a {
  position: relative;
  color: #545557;
  padding-left: 8px;
  font-weight: 900;
}

#nav > ul > li > .dropdown-holder > ul > li .dropdown-holder > ul > li a:before {
  content: "\e904";
  font: 6px/1 icomoon;
  position: absolute;
  top: 5px;
  left: 0;
}

#footer {
  background: #1b232a;
  padding: 40px 0 71px;
  color: #fff;
}

#footer .holder {
  padding: 9px 0 0;
  text-align: center;
}

.footer-nav {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -4px;
  margin-bottom: 14px;
}

.footer-nav li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin-bottom: 6px;
}

.footer-nav li.active a {
  font-weight: 900;
}

.footer-nav li + li:before {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}

.footer-nav li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.footer-nav li a:hover {
  font-weight: 900;
}

.social-networks {
  text-align: center;
  font-size: 26px;
  letter-spacing: -5px;
}

.social-networks li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px 3px;
  letter-spacing: 0;
}

.social-networks li a {
  text-decoration: none;
  color: #fcfbfb;
  display: block;
}

.social-networks li a:hover {
  color: #f90;
}

.copyright-block {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  line-height: 15px;
  max-width: 366px;
  width: 100%;
}

.copyright-block a {
  text-decoration: none;
  color: #fff;
}

.copyright-block a:hover {
  color: #f90;
}

.container {
  max-width: 1060px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

h1 {
  font-weight: 300;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  line-height: 1.21;
  margin-bottom: 18px;
}

h2 {
  font-weight: 400;
}

h3 {
  font-weight: 300;
}

h4 {
  font-weight: 400;
}

#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.link {
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 13px;
  font-weight: 500;
}

.link:before {
  content: "\e904";
  position: absolute;
  top: 3px;
  left: 3px;
  font: 6px/1 icomoon;
}

.link:hover {
  color: #f90;
}

.not-enough-slides .pagination {
  display: none;
}

.not-enough-slides .btn-prev,
.not-enough-slides .btn-next {
  display: none;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.blue-color {
  color: #339;
}

a {
  -webkit-transition: color .25s ease-in-out, background .25s ease-in-out, opacity .25s ease-in-out;
  transition: color .25s ease-in-out, background .25s ease-in-out, opacity .25s ease-in-out;
}

a:hover {
  color: #f90;
}

#wp-calendar td,
#wp-calendar th {
  padding: .1em;
}

.widget .search-form input[type="search"] {
  margin-bottom: 15px;
}

.carousel {
  position: relative;
  color: #fff;
  margin-top: 128px;
}

.carousel .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel .slideset {
  width: 99999px;
  float: left;
}

.carousel .slide {
  padding: 68px 0 577px;
  width: 100%;
  float: left;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.carousel .slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/*  background: rgba(4, 41, 140, .7); */
  z-index: 1;
}

.carousel .container {
  position: relative;
  z-index: 2;
}

.carousel .pagination {
  position: absolute;
  text-align: right;
  bottom: 12px;
  left: 0;
  right: 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  display: none;
}

.carousel .pagination ul {
  width: 56%;
  padding-right: 39px;
  font-size: 9px;
  line-height: 1;
}

.carousel .pagination li {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}

.carousel .pagination li.active a {
  color: #fff;
  background: #f90;
}

.carousel .pagination li a {
  display: block;
  background: #fff;
  color: #000;
  width: 14px;
  height: 14px;
  padding: 2px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.carousel .pagination li a:hover {
  color: #fff;
  background: #f90;
}

.carousel .info-block {
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

.carousel .info-block .info-wrapper {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 22;
}

.carousel .text-content {
  background: #1b232a;
  padding: 35px 45px 42px 29px;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.carousel .text-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 6px solid #f90;
}

.carousel .text-content p {
  margin-bottom: 0;
}

.carousel .text-content .holder {
  width: 65%;
  z-index: 5;
  position: relative;
}

.carousel .text-content .text {
  max-height: 82px;
  margin-bottom: 16px;
  max-width: 400px;
  overflow: hidden;
}

.carousel .text-content .img-holder {
  position: absolute;
  right: 5px;
  bottom: 0;
}

.carousel .text-content .title {
  display: block;
  text-transform: capitalize;
  font: 300 28px/1.2 "Roboto Condensed", Arial, Helvetica, sans-serif;
  margin-bottom: 11px;
  border-bottom: 1px dotted #fff;
  padding-bottom: 14px;
}

.carousel .text-content.block .img-holder {
  bottom: 33px;
  right: 10px;
}

.carousel .link {
  font-size: 13px;
  color: #fff;
  line-height: 1;
}

.carousel .link:hover {
  color: #f90;
}

.caption h1 {
  text-transform: capitalize;
}

.caption .text-holder {
  padding-bottom: 36px;
}

.caption .text-holder .text {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  font-size: 22px;
  line-height: 28px;
  padding: 19px 0 16px;
  font-weight: 300;
}

.caption .text-holder .text p {
  margin-bottom: 15px;
}

.tabset-block {
  background: #1b232a;
  color: #fff;
  padding: 57px 0 0;
}

.tabset-block .text-block {
  text-align: center;
  font-weight: 300;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 44px;
}

.tabset-block p {
  margin-bottom: 15px;
}

.tabset-block p a {
  display: inline-block;
  vertical-align: middle;
}

.tabset-block h2 {
  margin-bottom: 9px;
  text-transform: uppercase;
}

.mobile-tab {
  font-size: 22px;
  line-height: 24px;
  padding: 0 47px 52px 43px;
  text-align: center;
}

.mobile-tab li {
  margin-bottom: 9px;
}

.mobile-tab li.active a,
.mobile-tab li:hover a {
  background: #fff;
  color: #1b232a;
}

.mobile-tab li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 28px 16px 25px;
  font-weight: 500;
  display: block;
  background: #60656a;
}

.tabset {
  text-align: center;
  margin: 0 -6px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabset li {
  background: #60656a;
  -webkit-transition: color .25s ease-in-out, background .25s ease-in-out, opacity .25s ease-in-out;
  transition: color .25s ease-in-out, background .25s ease-in-out, opacity .25s ease-in-out;
  margin-bottom: 6px;
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 6px solid #1b232a;
}

.tabset li.active,
.tabset li:hover {
  background: #fff;
}

.tabset li.active a,
.tabset li:hover a {
  color: #1b232a;
}

.tabset li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 10px 19px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.tabset li a span {
  display: block;
  width: 100%;
}

.tab-content {
  position: relative;
}

.tab-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #fff;
  z-index: 0;
}

.tab-content .tab-holder {
  position: relative;
  z-index: 2;
  color: #333;
  padding: 15px 0 0;
  color: #333;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-content .tab-holder .text-holder {
  padding: 55px 0 29px;
}

.tab-content .tab-holder .img-holder {
  text-align: center;
  position: relative;
  z-index: -1;
  text-align: center;
}

.tab-content .tab-holder .img-holder img {
  display: block;
  width: 100%;
}

.tab-content h3 {
  margin-bottom: 8px;
  text-transform: capitalize;
}

.tab-content .link {
  font-size: 13px;
  line-height: 1;
}

.tab-content .link:hover {
  color: #f90;
}

.info-carousel {
  position: relative;
  background: #e8e9e9;
  padding: 45px 0 29px;
}

.info-carousel .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.info-carousel .slideset {
  width: 99999px;
  float: left;
}

.info-carousel .slide {
  width: 330px;
  margin: 0 auto 14px;
  background: #fff;
  padding: 37px 43px 16px;
}

.info-carousel .slide.blue {
  background: #339;
  color: #fff;
  padding: 49px 35px 0 50px;
  font-size: 17px;
  line-height: 22px;
}

.info-carousel .slide.blue h2 {
  margin-bottom: 9px;
}

.info-carousel .slide.blue p {
  margin-bottom: 4px;
}

.info-carousel .slide.blue .img-holder {
  margin: 5px -19px;
}

.info-carousel .slide.blue a {
  color: #fff;
  margin-bottom: 7px;
}

.info-carousel .slide.blue a:hover {
  color: #f90;
}

.info-carousel .slide .logo-holder {
  margin-bottom: 5px;
}

.info-carousel .slide .logo-holder img {
  width: 100%;
  height: auto;
}

.info-carousel .slide p {
  margin-bottom: 12px;
}

.info-carousel .slide .img-holder {
  text-align: center;
}

.info-carousel .title {
  display: block;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 2px;
}

.info-carousel .title.heading {
  margin-bottom: 11px;
}

.info-carousel h2 {
  text-transform: uppercase;
}

.info-carousel h2.blue-color {
  margin-bottom: -4px;
}

.info-carousel a {
  font-size: 13px;
  line-height: 1;
}

.info-carousel .btn-prev,
.info-carousel .btn-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 61px;
  text-decoration: none;
  color: #979b9d;
  left: 20px;
  margin-top: -8px;
  width: 24px;
  height: 34px;
  overflow: hidden;
}

.info-carousel .btn-prev [class^=icon],
.info-carousel .btn-next [class^=icon] {
  position: absolute;
  top: -16px;
  left: -20px;
}

.info-carousel .btn-prev:hover,
.info-carousel .btn-next:hover {
  color: #1b232a;
}

.info-carousel .btn-next {
  left: auto;
  right: 18px;
}

.news-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  padding: 65px 0 31px;
  position: relative;
}

.news-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(27, 35, 42, .3);
}

.news-block .container {
  position: relative;
  z-index: 2;
}

.news-block .column {
  padding: 0 35px 10px 49px;
}

.news-block .column + .column h2 {
  margin-bottom: 31px;
}

.post-content {
  padding-bottom: 35px;
}

.post-content .link {
  font-size: 13px;
  line-height: 1;
}

.post-content a {
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.post-content a:hover {
  color: #f90;
}

.post-content h2 {
  margin-bottom: 21px;
  text-transform: uppercase;
}

.post-content .text-content {
  line-height: 16px;
  padding-bottom: 14px;
}

.post-content .text-content + .text-content {
  padding-top: 15px;
  border-top: 1px dotted #fff;
}

.post-content .text-content p {
  margin-bottom: 0;
}

.post-content time {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  font-weight: 700;
}

.post-content .title {
  display: block;
  font-weight: 700;
}

.post-content address {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  font-style: normal;
}

.post-content .holder {
  padding-bottom: 16px;
}

.post-content .holder + .holder {
  padding-top: 15px;
  border-top: 1px dotted #fff;
}

.post-content .holder .img-holder {
  float: left;
  width: 36px;
  margin: 8px 17px 0 0;
}

.post-content .holder p {
  margin-bottom: 8px;
}

.post-content .holder .text-holder {
  overflow: hidden;
  line-height: 17px;
}

.alliance-block {
  background: #339;
  color: #fff;
  text-align: center;
  padding: 72px 0;
  font-size: 22px;
  line-height: 33px;
  font-weight: 300;
}

.alliance-block h2 {
  margin-bottom: 8px;
  text-transform: uppercase;
}

.alliance-block a {
  color: #fff;
}

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  padding: 50px 0 34px;
  background-position: 50% 50%;
  margin-top: 128px;
}

.banner .container {
  position: relative;
  z-index: 2;
}

.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 41, 140, .7);
  z-index: 1;
}

.twocolumns-holder {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
}

#twocolumns h2 {
  font-size: 24px;
  font-weight: 300;
}

.aside {
  float: left;
  width: 152px;
  padding: 31px 15px 15px 0;
  position: relative;
}

.aside ul {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.aside ul li {
  margin-bottom: 11px;
}

.aside ul li.active a,
.aside ul li:hover a {
  color: #f90;
}

.aside ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #1b232a;
  display: inline-block;
  vertical-align: top;
}

#content {
  padding-top: 32px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  overflow: hidden;
}

#content .text-block {
  padding-bottom: 17px;
}

#content .text-block h2 {
  margin-bottom: 10px;
  text-transform: capitalize;
}

#content .text-block p {
  margin-bottom: 23px;
}

.partners-block {
  padding-bottom: 11px;
}

.partners-block h2 {
  text-transform: capitalize;
  padding-bottom: 22px;
  margin-bottom: 37px;
  border-bottom: 1px dotted #03283d;
}

.partner-lists {
  margin: 0 auto;
  letter-spacing: -5px;
  max-width: 330px;
}

.partner-lists li {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 16px 35px;
}

.partner-lists li a {
  display: block;
}

.partner-lists li a:hover {
  opacity: .6;
}

.article-holder {
  padding-bottom: 12px;
  border-bottom: 1px dotted #03283d;
  border-top: 1px dotted #03283d;
  padding: 23px 0 43px;
  margin-bottom: 35px;
}

.article-holder .content-post + .content-post {
  padding-top: 50px;
}

.content-post .img-holder {
  display: block;
  max-width: 163px;
  margin: 0 auto 28px;
}

.content-post .img-holder:hover {
  opacity: .6;
}

.content-post h2 {
  text-transform: capitalize;
  margin-bottom: 12px;
}

.info-list {
  margin-bottom: 32px;
}

.info-list li + li {
  margin-top: 10px;
}

.info-list li strong {
  font-weight: 700;
}

.btn-group {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -4px;
  margin: 0 -2px;
}

.btn-group li {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 6px;
}

.btn-group li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  background: #339;
  color: #fff;
  padding: 11px 16px 11px 22px;
}

.btn-group li a:before {
  content: "\e904";
  position: absolute;
  font: 6px/1 icomoon;
  left: 12px;
  top: 16px;
}

.btn-group li a:hover {
  background: #1b232a;
}

.info-holder {
  padding-bottom: 44px;
  border-bottom: 1px dotted #03283d;
}

.info-holder h2 {
  margin-bottom: 14px;
  text-transform: capitalize;
}

.info-holder p {
  margin-bottom: 18px;
}

.info-holder .note {
  font-size: 12px;
  line-height: 14px;
  display: block;
}

.guide-table {
  margin-bottom: 12px;
  border: 1px solid #d7d7d7;
}

.guide-table caption {
  background: #339;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  margin: 0;
  color: #fff;
  padding: 8px 15px 10px;
}

table {
  color: #737373;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.2;
}

table th,
table td {
  border: none;
}

table tr {
  border-bottom: 1px solid #dadada;
}

table tr:last-child {
  border-bottom: none;
}

table th {
  background: #eee;
  font-weight: 300;
}

table thead {
  background: #eee;
}

table thead tr {
  border: none;
}

table thead th {
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
}

table td {
  padding: 6px 11px 5px;
}

.news-post {
  padding: 37px 0 0;
}

.news-post h2 {
  margin-bottom: 48px;
  text-transform: capitalize;
}

.news-post .img-holder {
  display: block;
  width: 166px;
  margin: 0 auto 19px;
}

#sidebar {
  padding: 36px 0 28px;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#sidebar h3 {
  text-transform: uppercase;
  background: #339;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 11px 13px;
  margin-bottom: 13px;
}

.widget {
  margin-bottom: 22px;
}

.widget ul {
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  padding: 0 0 6px 9px;
}

.widget ul li a {
  color: #333;
  text-decoration: none;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}

.widget ul li a:before {
  content: "\e904";
  position: absolute;
  top: 7px;
  left: 0;
  font: 6px/1 icomoon;
}

.widget ul li a:hover {
  color: #f90;
}

@media (min-width: 480px) {
  #nav {
  	top: 84px;
  }

  #nav > ul {
  	padding: 48px 55px 22px;
  }

  .carousel {
  	margin-top: 142px;
  }

  .banner {
  	margin-top: 142px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .btn-group {
  	padding: 0 4px 0 18px;
  }
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
  	padding: 0 0 0 2em;
  }

  #header {
  	border-top: 0;
  	padding: 0;
  }

  #header .holder {
  	padding: 22px 0 18px;
  }

  .top-holder {
  	display: block;
  	text-align: right;
  }

  .nav-opener {
  	display: none;
  }

  #nav {
  	float: right;
  	width: 73%;
  	position: static !important;
  	background: transparent;
  	padding: 20px 0 0 14px;
  	display: block;
  }

  #nav > ul {
  	font-size: 16px;
  	line-height: 20px;
  	text-align: right;
  	padding: 0;
  }

  #nav > ul > li {
  	float: none;
  	display: inline-block;
  	vertical-align: top;
  	position: relative;
  	margin: 0 0 0 12px;
  	padding-bottom: 17px;
  }

  #nav > ul > li:first-child {
  	margin-left: 0;
  }

  #nav > ul > li:last-child > .dropdown-holder {
  	right: 0;
  	left: auto;
  }

  #nav > ul > li a {
  	color: #545557;
  }

  #nav > ul > li > .dropdown-holder {
  	position: absolute;
  	left: -12px;
  	min-width: 214px;
  	top: 100%;
  	z-index: 9999;
  	-webkit-transition: .5s linear all;
  	transition: .5s linear all;
  }

  #nav > ul > li > .dropdown-holder > ul {
  	padding: 20px 12px;
  	text-align: left;
  	font-size: 14px;
  	line-height: 18px;
  	border: 1px solid #ccc;
  	background: #fff;
  }

  #nav > ul > li > .dropdown-holder > ul > li {
  	margin-bottom: 12px;
  }

  #nav > ul > li > .dropdown-holder > ul > li > a {
  	text-transform: capitalize;
  	font-weight: 500;
  }

  #nav > ul > li > .dropdown-holder > ul > li .dropdown-holder > ul > li + li {
  	margin-top: 5px;
  }

  #footer {
  	padding: 45px 0 32px;
  }

  #footer .holder {
  	padding: 0 0 0 26px;
  	overflow: hidden;
  	text-align: left;
  }

  .footer-nav {
  	font-size: 13px;
  	line-height: 1;
  }

  .footer-nav li + li:before {
  	margin: 0 10px;
  }

  .social-networks {
  	float: right;
  	text-align: right;
  	width: 15%;
  	padding-left: 10px;
  }

  .copyright-block {
  	max-width: 100%;
  	font-size: 12px;
  	line-height: 1;
  	margin-bottom: 14px;
  }

  .desktop-hidden {
  	display: none !important;
  }

  .carousel {
  	margin-top: 128px;
  }

  .carousel .slide {
  	padding: 23px 0 24px;
  }

  .carousel .pagination {
  	display: block;
  }

  .carousel .info-block {
  	padding-right: 30px;
  }

  .carousel .info-block .info-wrapper {
  	float: right;
  	margin: 0;
  }

  .carousel .info-block {
  	bottom: auto;
  	top: 20px;
  }

  .carousel .text-content {
  	padding: 33px 43px 42px 30px;
  }

  .caption {
  	overflow: hidden;
  }

  .caption h1 {
  	margin-bottom: 26px;
  }

  .caption .text-holder {
  	float: left;
  	width: 56%;
  	padding: 100px 36px 135px 0;
  }

  .caption .text-holder .text {
  	padding: 27px 36px 13px 1px;
  }

  .tabset-block {
  	padding: 37px 0 0;
  }

  .tabset-block .text-block {
  	margin-bottom: 34px;
  }

  .mobile-tab {
  	display: none;
  }

  .tab-content .tab-holder {
  	padding: 0 0 0 15px;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-webkit-flex-direction: row-reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
  }

  .tab-content .tab-holder {
  	padding-left: 37px;
  }

  .tab-content .tab-holder .img-holder {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align: end;
  	-webkit-align-items: flex-end;
  	-ms-flex-align: end;
  	align-items: flex-end;
  	text-align: right;
  	-webkit-box-flex: 0;
  	-webkit-flex: 0 0 54%;
  	-ms-flex: 0 0 54%;
  	flex: 0 0 54%;
  	max-width: 54%;
  }

  .tab-content .tab-holder .img-holder img {
  	max-width: none;
  }

  .info-carousel {
  	padding: 62px 0 55px;
  }

  .info-carousel .mask {
  	max-width: 624px;
  	margin: 0 auto;
  }

  .info-carousel .slideset {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  }

  .info-carousel .container {
  	position: relative;
  }

  .info-carousel .slide {
  	width: 300px;
  	margin: 0 6px;
  	padding: 38px 38px 12px;
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	-webkit-box-pack: justify;
  	-webkit-justify-content: space-between;
  	-ms-flex-pack: justify;
  	justify-content: space-between;
  }

  .info-carousel .slide.blue {
  	padding: 51px 26px 0 33px;
  }

  .info-carousel .slide.blue h2 {
  	margin-bottom: 8px;
  }

  .info-carousel .slide.blue .img-holder {
  	margin: 0 -19px;
  }

  .info-carousel .slide .logo-holder {
  	margin: 0 -10px 4px 0;
  }

  .info-carousel .title {
  	margin-bottom: 3px;
  }

  .news-block {
  	padding: 83px 0 38px;
  }

  .news-block .container {
  	overflow: hidden;
  }

  .news-block .column {
  	padding: 0 16px 0 35px;
  	float: left;
  	width: 50%;
  }

  .news-block .column + .column {
  	padding-left: 27px;
  }

  .news-block .column + .column h2 {
  	margin-bottom: 33px;
  }

  .post-content {
  	padding-bottom: 18px;
  }

  .post-content h2 {
  	margin-bottom: 18px;
  }

  .post-content .holder {
  	padding: 0 5px 14px;
  }

  .post-content .holder + .holder {
  	padding-top: 18px;
  }

  .post-content .holder .img-holder {
  	margin: 0 23px 0 0;
  }

  .post-content .holder p {
  	margin-bottom: 4px;
  }

  .alliance-block {
  	padding: 56px 0 45px;
  }

  .banner {
  	padding: 61px 0 7px;
  	margin-top: 128px;
  }

  #twocolumns {
  	overflow: hidden;
  	padding-top: 20px;
  }

  .aside:after {
  	content: "";
  	position: absolute;
  	top: -100px;
  	bottom: -99999px;
  	right: 0;
  	border-left: 1px dotted #03283d;
  }

  .aside ul li a {
  	padding-left: 22px;
  	position: relative;
  }

  .aside ul li a:after {
  	content: "\e904";
  	font: 6px/1 icomoon;
  	position: absolute;
  	top: 6px;
  	left: 4px;
  }

  #content {
  	padding: 0 15px;
  }

  #content .text-block {
  	padding-bottom: 11px;
  }

  .partners-block h2 {
  	padding-bottom: 19px;
  	margin-bottom: 30px;
  }

  .partner-lists li {
  	padding-bottom: 30px;
  }

  .article-holder {
  	padding-bottom: 31px;
  	margin-bottom: 41px;
  }

  .content-post .text-holder {
  	overflow: hidden;
  }

  .info-list {
  	margin-bottom: 23px;
  }

  .btn-group li a {
  	padding-left: 24px;
  }

  .info-holder {
  	padding-bottom: 36px;
  }

  .info-holder h2 {
  	margin-bottom: 13px;
  }

  .info-holder p {
  	margin-bottom: 17px;
  }

  .guide-table caption {
  	padding: 10px 15px 12px;
  	font-size: 19px;
  }

  table thead th {
  	padding: 10px 17px 14px;
  }

  table td {
  	padding: 7px 17px 10px;
  }

  .news-post {
  	padding: 27px 0 33px;
  }

  .news-post h2 {
  	margin-bottom: 29px;
  }

  #sidebar {
  	padding-top: 30px;
  	float: right;
  	width: 173px;
  	padding-left: 13px;
  }

  #sidebar:after {
  	content: "";
  	position: absolute;
  	top: -100px;
  	bottom: -99999px;
  	left: 0;
  	border-right: 1px dotted #03283d;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .logo {
  	width: 180px;
  }

  #nav > ul > li > .dropdown-holder > ul > li .dropdown-holder > ul {
  	font-size: 13px;
  }
}

@media (min-width: 1024px) {
  #nav > ul {
  	font-size: 18px;
  	line-height: 22px;
  }

  #nav > ul > li > .dropdown-holder > ul {
  	font-size: 16px;
  	line-height: 20px;
  }

  .social-networks {
  	margin: 8px -18px 0 0;
  	width: 13%;
  }

  .carousel {
  	margin-top: 149px;
  }

  .carousel .pagination ul {
  	width: 69.2%;
  }

  .caption .text-holder {
  	padding-top: 157px;
  	padding-bottom: 57px;
  }

  .tabset {
  	font-size: 18px;
  	line-height: 22px;
  }

  .tabset li a {
  	padding: 15px 19px 19px;
  }

  .tab-content .tab-holder .img-holder {
  	-webkit-box-flex: 0;
  	-webkit-flex: 0 0 53%;
  	-ms-flex: 0 0 53%;
  	flex: 0 0 53%;
  	max-width: 53%;
  }

  .info-carousel .mask {
  	max-width: 936px;
  }

  .info-carousel .btn-next {
  	right: 8px;
  }

  .banner {
  	margin-top: 149px;
  }

  #content {
  	padding: 29px 30px 71px;
  }

  .partner-lists:after {
  	content: "";
  	width: 100%;
  	display: inline-block;
  	vertical-align: top;
  }

  .partner-lists {
  	line-height: 0;
  	margin: 0 -9px;
  	max-width: none;
  	text-align: justify;
  }

  .content-post .img-holder {
  	float: left;
  	width: 35%;
  	margin: 0 24px 0 0;
  }

  .news-post .img-holder {
  	float: left;
  	width: 27%;
  	margin: 8px 24px 0 -3px;
  }

  .news-post .text-holder {
  	overflow: hidden;
  }
}

@media (min-width: 1200px) {
  #nav {
  	padding-right: 14px;
  }

  .carousel .info-block {
  	padding-right: 46px;
  }

  .caption .text-holder {
  	width: 69.2%;
  }
}

@media (max-width: 1023px) {
  iframe {
  	width: 100%;
  }
}

@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
  	padding: 0 3px;
  }

  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
  	padding: .2em;
  }

  .navigation-single .next a,
  .navigation-single .prev a {
  	padding: .2em;
  }

  #nav {
  	max-height: calc(100vh - 128px);
  	overflow-y: auto;
  }

  #nav > ul > li > .dropdown-holder > ul > li .dropdown-holder > ul > li a {
  	color: #fff;
  }

  #footer .holder {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-webkit-flex-direction: column-reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }

  .mobile-hidden {
  	display: none !important;
  }

  .tabset {
  	display: none;
  }

  .tab-content .tab-holder {
  	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }

  .tab-content .tab-holder .img-holder {
  	max-width: 300px;
  	margin: 0 auto;
  	-webkit-box-ordinal-group: 2;
  	-webkit-order: 1;
  	-ms-flex-order: 1;
  	order: 1;
  }

  .info-carousel .mask {
  	height: auto !important;
  }

  .info-carousel .slideset {
  	width: 100% !important;
  	float: none;
  	margin-left: 0 !important;
  }

  .info-carousel .slide {
  	width: 100% !important;
  }

  .info-carousel .slide .logo-holder {
  	width: 95%;
  }

  .info-carousel a {
  	color: #2fa498;
  }

  .info-carousel .btn-prev,
  .info-carousel .btn-next {
  	display: none;
  }

  .twocolumns-holder .container {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }

  .aside {
  	display: none;
  }

  .partner-lists li {
  	width: 48.4%;
  }

  table {
  	font-size: 12px;
  	line-height: 15px;
  }

  table tbody {
  	font-size: 11px;
  }
}

@media (max-width: 479px) {
  .logo {
  	width: 200px;
  }

  .footer-nav li + li:before {
  	margin: 0 6px;
  }

  .container {
  	padding-left: 15px;
  	padding-right: 15px;
  }

  h1 {
  	font-size: 45px;
  }

  .mobile-tab {
  	padding: 0 0 30px;
  }

  .news-block .column {
  	padding: 0 0 15px;
  }
}

