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


/**
 * 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;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
[class^="container"]: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;
}

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 1em;
}

a {
    color: #00b4ff;
    -webkit-transition: color .25s, background .25s, opacity .25s;
    transition: color .25s, background .25s, opacity .25s;
}

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

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

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

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

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

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

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

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

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

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;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.ttf?gr4u05") format("truetype"), url("../fonts/icomoon.woff?gr4u05") format("woff"), url("../fonts/icomoon.svg?gr4u05#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-arrow:before {
    content: "";
}

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

.icon-search:before {
    content: "";
}

.icon-telephone:before {
    content: "";
}

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

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

.icon-email:before {
    content: "";
}

.icon-printer:before {
    content: "";
}

.icon-linkedin2:before {
    content: "";
}

.icon-checkmark:before {
    content: "";
}

.pt-0 {
    padding-top: 0 !important;
}

.text-center {
    text-align: center !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-light-blue {
    color: #00b4ff !important;
}

.text-blue {
    color: #0079ee !important;
}

.text-light-cyan {
    color: #2bcac2 !important;
}

.text-light-green {
    color: #2fd5a8 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.btn {
    font-size: 12px;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 11px 10px 10px;
    letter-spacing: 1px;
    -webkit-transition: .25s;
    transition: .25s;
}

.btn-default {
    border-color: #a8b2b6;
    color: #aab2b7;
    min-width: 120px;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background: #0079ee;
    color: #fff;
    border-color: #0079ee;
}

.btn-primary {
    padding: 16px 10px 15px;
    border-color: #0079ee;
    background: #0079ee;
    color: #fff;
    font-weight: 700;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #00b4ff;
    border-color: #00b4ff;
    color: #fff;
}

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

body {
    letter-spacing: .1px;
}

[class^="container"] {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1230px;
}

.tag-clouds {
    font-size: 12px;
    line-height: 1;
    padding-top: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: .5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.tag-clouds:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background: #f2f7fb;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 6px;
}

.tag-clouds li {
    margin: 0 2px 5px 0;
}

.tag-clouds a {
    color: #6b7c94;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.tag-clouds a:hover {
    color: #2fd5a8;
}

.connect-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px;
    font-family: "Lato", "Arial", sans-serif;
}

.connect-info-list li {
    padding: 0 6px 12px;
}

.connect-info-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 8px 10px 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 122px;
}

.connect-info-list a i {
    font-size: 18px;
    line-height: 1;
    margin-right: 11px;
}

.connect-info-list a .ico-text {
    font-weight: 700;
}

.social-networks {
    margin: 0 -11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-networks li {
    padding: 0 11px;
    margin-bottom: 5px;
}

.social-networks a {
    color: #fff;
    text-decoration: none;
}

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

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

#header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.top-header {
    position: relative;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 7px 0;
}

.top-header:before {
    content: "";
    position: absolute;
    left: -9999px;
    right: -99999px;
    top: 0;
    bottom: 0;
    background: rgba(7, 88, 167, .15);
    z-index: -1;
}

.search-holder {
    margin-left: 15px;
}

.search-holder .search-opener {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
}

.search-holder .search-opener:hover {
    color: #ececec;
}

.search-active .search-holder .search-opener {
    visibility: hidden;
}

.search-drop {
    width: 100%;
    right: 0;
    position: absolute;
    top: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity .5s, visibility .5s, -webkit-transform .5s;
    transition: opacity .5s, visibility .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s, visibility .5s;
    transition: transform .5s, opacity .5s, visibility .5s, -webkit-transform .5s;
}

.search-active .search-drop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.search-form {
    position: relative;
}

.search-form input[type="search"] {
    height: 28px;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    letter-spacing: .25px;
    padding: 5px 30px 5px 15px;
    border-radius: 13px;
    background: none;
}

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

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

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

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

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

.search-form .btn-submit {
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    -webkit-transition: color .25s;
    transition: color .25s;
    padding: 0;
    background: none;
    border: 0;
}

.search-form .btn-submit:hover {
    color: #ececec;
}

.header-contact-list {
    font-size: 15px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-active .header-contact-list {
    visibility: hidden;
}

.header-contact-list li {
    margin-left: 15px;
}

.header-contact-list a {
    color: #fff;
    text-decoration: none;
}

.header-contact-list a:hover {
    color: #ececec;
}

.header-contact-list a:hover [class^="icon-"],
.header-contact-list a:hover [class*=" icon-"] {
    color: #ececec;
}

.header-contact-list .tel-text {
    letter-spacing: .75px;
    text-transform: uppercase;
    font-weight: 700;
}

.header-contact-list [class^="icon-"],
.header-contact-list [class*=" icon-"] {
    color: #f2f7fb;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: color .25s;
    transition: color .25s;
}

.header-contact-list [class^="icon-"].icon-telephone,
.header-contact-list [class*=" icon-"].icon-telephone {
    display: none;
}

.header-holder {
    width: 100%;
    padding: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo {
    width: 150px;
    margin-right: 20px;
}

.logo img {
    width: 100%;
}

#nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-opener {
    width: 25px;
    height: 16px;
    position: relative;
    display: block;
    margin-left: auto;
}

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

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 0;
    right: 0;
    background: #fff;
}

.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

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

.nav-opener:after {
    top: 16px;
}

.nav-drop {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity .7s, visibility .7s, -webkit-transform .7s;
    transition: opacity .7s, visibility .7s, -webkit-transform .7s;
    transition: transform .7s, opacity .7s, visibility .7s;
    transition: transform .7s, opacity .7s, visibility .7s, -webkit-transform .7s;
    padding: 20px 15px;
    margin-top: 10px;
}

.nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.nav-drop ul {
    font-size: 15px;
    line-height: 1.2666666667;
}

.nav-drop ul li {
    border-bottom: 1px solid #ced2d8;
}

.nav-drop ul li.btn-wrap {
    border: 0;
    margin-top: 20px;
}

.nav-drop ul li.active a:after {
    opacity: 1;
    visibility: visible;
}

.nav-drop ul a {
    color: #00b4ff;
    text-decoration: none;
    position: relative;
    font-weight: 700;
    letter-spacing: .75px;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
}

.nav-drop ul a:hover:after {
    opacity: 1;
    visibility: visible;
}

.nav-drop ul a:after {
    content: "";
    position: absolute;
    left: -15px;
    right: 0;
    bottom: 0;
    top: 0;
    width: 4px;
    background: #00b4ff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
}

.nav-drop ul a.btn-primary {
    text-transform: uppercase;
    min-width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 1.3076923077;
    padding: 13px 10px;
}

.nav-drop ul a.btn-primary:after {
    display: none;
}

#footer {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat-y;
    padding: 25px 0;
}

.footer-logo {
    max-width: 158px;
    margin: 0 auto 20px;
}

.footer-holder .social-networks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-menu {
    padding-bottom: 10px;
}

.footer-menu ul {
    letter-spacing: .9px;
    margin: 0 -16px;
    font-weight: 700;
    text-align: center;
}

.footer-menu ul li {
    padding: 0 16px;
    color: #fff;
    margin-bottom: 5px;
}

.footer-menu ul li+li {
    position: relative;
}

.footer-menu ul address {
    font-style: normal;
}

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

.footer-menu ul a:hover {
    color: #ececec;
}

.promo-wrap {
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.promo-wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.promo-content-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 380px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    color: #fff !important;
    padding: 0px 0 40px;
    letter-spacing: .5px;
}

.download-promo-wrap .promo-content-holder {
    min-height: 1198px;
}

.promo-content-holder h1 {
    position: relative;
    text-transform: capitalize;
    letter-spacing: .25px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.promo-content-holder h1:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #00b4ff;
    left: 0;
    bottom: 3px;
}

.promo-content-holder p {
    margin: 0;
}

.qa-wrap {
    padding: 25px 0 15px;
    background: #fff;
}

.qa-holder {
    padding-bottom: 15px;
}

.question-title {
    margin-bottom: 15px;
}

.author-block {
    border: 1px solid #ced2d8;
    border-width: 1px 0;
    padding: 25px 0;
    text-align: center;
}

.author-block .img-wrap {
    max-width: 132px;
    margin: 0 auto 15px;
}

.author-description {
    font-style: italic;
}

.author-description a {
    color: #2bcac2;
    text-decoration: none;
}

.author-description a:hover {
    color: #00b4ff;
}

.author-description p {
    margin: 0;
}

.author-contact-info {
    padding: 20px 0;
}

.author-contact-info .tag-clouds {
    padding: 0 0 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.author-contact-info .tag-clouds:before {
    display: none;
}

.article-wrap {
    padding: 30px 0 40px;
}

.article-wrap h2 {
    color: #47495a;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    letter-spacing: .25px;
}

.article-wrap h2:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #00b4ff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.article-wrap .btn-primary {
    min-width: 179px;
}

.post-block {
    background: #fff;
    box-shadow: 0 0 10px rgba(228, 235, 238, .9);
    border-radius: 3px;
    width: 100%;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.post-block .img-wrap {
    display: block;
    width: 100%;
    padding-top: 46.52%;
    position: relative;
    overflow: hidden;
}

.resource-post-row .post-block .img-wrap {
    padding-top: 115.36%;
}

.post-block .img-wrap img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.post-block .img-wrap:hover {
    opacity: .8;
}

.post-description {
    padding: 20px 20px 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.post-description .h4 {
    font-weight: 700;
    line-height: 1.3333;
    margin-bottom: 14px;
    font-size: 1.1rem;
}

.post-description .h4 a {
    color: #00b4ff;
    text-decoration: none;
}

.post-description .h4 a:hover {
    color: #0079ee;
}

.post-description .tag-clouds {
    padding: 28px 0 0;
}

.post-description .btn-wrap {
    width: 100%;
    padding-top: 10px;
}

.post-description .btn-wrap [class^="icon-"],
.post-description .btn-wrap [class*=" icon-"] {
    font-size: 8px;
    margin-left: 2px;
}

.post-description .post-inner-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.load-more-wrap {
    padding-top: 20px;
}

.date-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -9px 11px;
    font-size: 13px;
    line-height: 1.3076923077;
    letter-spacing: .25px;
    font-weight: 700;
}

.date-info-list li {
    padding: 0 9px;
    text-transform: uppercase;
}

.date-info-list li+li {
    position: relative;
}

.date-info-list li+li:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 1px;
    background: #6b7c94;
}

.filter-wrap {
    position: relative;
    z-index: 1;
    padding: 23px 0;
    margin-bottom: 35px;
}

.filter-wrap:before {
    content: "";
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #47495a;
}

.filter-list>li {
    position: relative;
    margin-bottom: 15px;
}

.filter-list>li>a {
    display: block;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #47495a;
    position: relative;
    background: #fff;
    border-radius: 3px;
    padding: 20px 50px 20px 24px;
    text-decoration: none;
    letter-spacing: 1px;
    min-width: 100%;
}

.filter-list>li>a:before {
    content: "";
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0079ee;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filter-drop {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s, visibility .4s, -webkit-transform .4s;
    transition: opacity .4s, visibility .4s, -webkit-transform .4s;
    transition: opacity .4s, visibility .4s, transform .4s;
    transition: opacity .4s, visibility .4s, transform .4s, -webkit-transform .4s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 2;
}

.topic-active .filter-drop.topic-filter-drop {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.content-active .filter-drop.content-filter-drop {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.filter-option-list li {
    border-bottom: 1px solid #ced2d8;
}

.filter-option-list li a {
    display: block;
    padding: 15px 24px;
    background: #0079ee;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.filter-option-list li a:hover {
    background: #00b4ff;
}

.download-promo-wrap .promo-inner-holder {
    width: 100%;
}

.promo-info-block {
    padding-bottom: 25px;
}

.promo-info-block .tag-clouds:before {
    top: 0;
}

.promo-info-block .tag-clouds a {
    color: #fff;
}

.promo-info-block .tag-clouds a:hover {
    color: #2fd5a8;
}

.promo-two-columns {
    margin-bottom: 20px;
    padding-top: 20px;
}

.promo-two-columns .img-wrap {
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, .2);
    max-width: 273px;
    margin: 0 auto 20px;
}

.promo-two-columns .img-wrap img {
    width: 100%;
}

.feature-holder {
    letter-spacing: .5px;
    font-weight: 700;
}

.feature-holder .feature-title {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 20px;
}

.feature-list {
    font-size: 16px;
    line-height: 1.25;
}

.feature-list li {
    position: relative;
    padding: 0 0 0 36px;
    margin-bottom: 17px;
}

.feature-list li span {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
    line-height: 1;
    color: #02b3fd;
}

.download-holder {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(51, 105, 159, .31);
    border-radius: 3px;
    padding: 20px 15px;
    position: relative;
}

.download-holder .logo-wrap {
    max-width: 180px;
    margin: 0 auto 20px;
}

.download-form.success-form .form-info-block {
    visibility: hidden;
    opacity: 0;
}

.download-form.success-form .success-message {
    opacity: 1;
    visibility: visible;
}

.download-form .form-group {
    margin-bottom: 13px;
}

.download-form .form-group.input-error label,
.download-form .form-group.input-error sup {
    color: #cf0a18;
}

.download-form label {
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #6b7c94;
    letter-spacing: .25px;
    display: inline-block;
    margin: 0 0 8px 2px;
}

.download-form sup {
    top: -2px;
    left: -3px;
    color: #0eaee6;
}

.download-form input[type="text"],
.download-form input[type="email"],
.download-form input[type="tel"] {
    color: #6b7c94;
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 0;
    background: #f2f7fb;
    height: 50px;
    font-size: 16px;
    line-height: 1.25;
    padding: 15px;
    letter-spacing: .25px;
}

.download-form input[type="text"]::-webkit-input-placeholder,
.download-form input[type="email"]::-webkit-input-placeholder,
.download-form input[type="tel"]::-webkit-input-placeholder {
    color: #6b7c94;
}

.download-form input[type="text"]::-moz-placeholder,
.download-form input[type="email"]::-moz-placeholder,
.download-form input[type="tel"]::-moz-placeholder {
    opacity: 1;
    color: #6b7c94;
}

.download-form input[type="text"]:-moz-placeholder,
.download-form input[type="email"]:-moz-placeholder,
.download-form input[type="tel"]:-moz-placeholder {
    color: #6b7c94;
}

.download-form input[type="text"]:-ms-input-placeholder,
.download-form input[type="email"]:-ms-input-placeholder,
.download-form input[type="tel"]:-ms-input-placeholder {
    color: #6b7c94;
}

.download-form input[type="text"].placeholder,
.download-form input[type="email"].placeholder,
.download-form input[type="tel"].placeholder {
    color: #6b7c94;
}

.download-form .btn-wrap {
    text-align: right;
    padding-top: 20px;
}

.download-form .btn-primary {
    min-width: 179px;
    border-radius: 3px;
}

.download-form .success-message {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 270px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
    font-size: 14px;
}

@media (min-width: 768px) {
    .tag-clouds {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .tag-clouds:before {
        right: auto;
        margin: 0;
    }
    .connect-info-list li {
        padding-bottom: 5px;
    }
    .social-networks {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .social-networks li {
        margin: 0;
    }
    .search-holder {
        margin-left: 23px;
        max-width: 161px;
    }
    .search-holder .search-opener {
        display: none;
    }
    .search-drop {
        position: static;
        opacity: 1;
        visibility: visible;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .search-form .btn-submit {
        font-size: 11px;
        line-height: 1;
    }
    .header-contact-list li {
        margin-left: 20px;
    }
    .header-contact-list [class^="icon-"],
    .header-contact-list [class*=" icon-"] {
        font-size: 22px;
        line-height: 1;
    }
    .header-holder {
        padding: 28px 0 0;
    }
    .logo {
        width: 180px;
    }
    .promo-wrap {
        background-position: 50% 50%;
    }
    .promo-content-holder {
        padding: 180px 0 50px;
        font-size: 18px;
        line-height: 1.7;
        min-height: 400px;
    }
    .qa-wrap {
        padding-top: 40px;
    }
    .qa-holder {
        padding-bottom: 24px;
    }
    .qa-post {
        padding-bottom: 7px;
    }
    .question-title {
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 1.3333333333;
    }
    .author-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 31px 13px 32px;
        text-align: left;
    }
    .author-block .img-wrap {
        -ms-flex-preferred-size: 132px;
        flex-basis: 132px;
        margin: 0 71px 0 0;
    }
    .author-description {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .article-wrap {
        padding: 50px 0;
    }
    .article-wrap h2 {
        padding-bottom: 13px;
        margin-bottom: 51px;
    }
    .post-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px;
    }
    .post-row.resource-post-row {
        margin: 0 -15px;
    }
    .post-col {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .resource-post-row .post-col {
        padding: 0 15px;
    }
    .post-description {
        padding: 30px 22px;
    }
    .load-more-wrap {
        padding-top: 31px;
    }
    .filter-wrap {
        margin-bottom: 62px;
    }
    .filter-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .filter-list>li {
        margin: 0 0 0 15px;
    }
    .filter-list>li>a {
        min-width: 260px;
    }
    .download-promo-wrap .promo-inner-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .promo-info-block {
        -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
        max-width: 58.33%;
        padding: 0 20px 0 0;
    }
    .promo-two-columns {
        margin-bottom: 45px;
    }
    .feature-holder .feature-title {
        font-size: 22px;
        line-height: 1.1818181818;
        padding-bottom: 36px;
    }
    .feature-list {
        padding-right: 20px;
    }
    .download-holder {
        -ms-flex-preferred-size: 41.67%;
        flex-basis: 41.67%;
        max-width: 41.67%;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .download-form .success-message {
        max-width: 310px;
    }
}

@media (min-width: 1024px) {
    h1,
    .h1 {
        font-size: 3rem;
    }
    h2,
    .h2 {
        font-size: 2rem;
    }
    h3,
    .h3 {
        font-size: 1.75rem;
    }
    .connect-info-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .top-header {
        padding: 8px 0 7px;
    }
    .header-holder {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav-opener {
        display: none;
    }
    .nav-drop {
        position: static;
        -webkit-transition: none;
        transition: none;
        width: 100%;
        opacity: 1;
        visibility: visible;
        background: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0;
        padding: 0;
    }
    .nav-active .nav-drop {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .nav-drop ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .nav-drop ul li {
        margin-left: 27px;
        border: 0;
    }
    .nav-drop ul li.btn-wrap {
        margin: 0 0 0 30px;
    }
    .nav-drop ul li.active a:after {
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }
    .nav-drop ul a {
        color: #fff;
        display: inline;
        padding: 0;
    }
    .nav-drop ul a:hover:after {
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }
    .nav-drop ul a:after {
        background: #fff;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        height: 4px;
        width: auto;
        left: 0;
        top: auto;
        -webkit-transition: opacity .25s, visibility .25s, -webkit-transform .25s;
        transition: opacity .25s, visibility .25s, -webkit-transform .25s;
        transition: opacity .25s, visibility .25s, transform .25s;
        transition: opacity .25s, visibility .25s, transform .25s, -webkit-transform .25s;
    }
    .nav-drop ul a.btn-primary {
        min-width: 149px;
        max-width: 149px;
        display: inline-block;
    }
    #footer {
        padding: 28px 0;
    }
    #footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-logo {
        -ms-flex-preferred-size: 158px;
        flex-basis: 158px;
        margin: 0 50px 0 0;
    }
    .footer-holder {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .footer-holder .social-networks {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .footer-menu {
        padding: 0 50px 0 0;
    }
    .footer-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: left;
    }
    .footer-menu ul li {
        margin: 0;
    }
    .footer-menu ul li+li:before {
        content: "";
        position: absolute;
        left: -2px;
        top: 4px;
        bottom: 4px;
        width: 2px;
        background: #fff;
    }
    .promo-content-holder {
        min-height: 548px;
        padding-bottom: 81px;
    }
    .download-promo-wrap .promo-content-holder {
        padding-bottom: 142px;
    }
    .promo-content-holder h1 {
        padding-bottom: 29px;
        line-height: 1.2083;
    }
    .qa-wrap {
        padding: 64px 0 35px;
    }
    .author-contact-info {
        padding: 32px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .author-contact-info .tag-clouds {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%;
        padding: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .author-contact-info .connect-info-list {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .article-wrap {
        padding: 77px 0 67px;
    }
    .post-col {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
    .post-block {
        margin-bottom: 40px;
    }
    .resource-post-row .post-block {
        margin-bottom: 30px;
    }
    .promo-info-block {
        padding: 0 50px 0 0;
    }
    .download-holder {
        padding: 29px 30px 67px;
    }
    .download-holder .logo-wrap {
        max-width: 260px;
        margin-bottom: 33px;
    }
    .download-form .success-message {
        max-width: 380px;
    }
}

@media (min-width: 1200px) {
    .logo {
        width: 240px;
    }
    .nav-drop ul li {
        margin-left: 44px;
    }
    .nav-drop ul li.btn-wrap {
        margin-left: 44px;
    }
    .resource-post-row .post-col {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .promo-info-block .tag-clouds {
        max-width: 300px;
    }
    .promo-two-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 53px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .promo-two-columns .img-wrap {
        -ms-flex-preferred-size: 273px;
        flex-basis: 273px;
        margin: 0 52px 0 0;
    }
    .feature-holder {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .download-holder {
        padding: 29px 60px 67px;
    }
    .download-form .success-message {
        font-size: 25px;
        line-height: 1.16;
    }
}

@media (max-width: 1023px) {
    .resize-active * {
        -webkit-transition: none !important;
        transition: none !important;
    }
}

.pagination li {
    padding: 20px 20px 20px 20px;
}

.container .ccm-search-block-form {
    padding-top: 20px;
}
