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

@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,300,700&subset=cyrillic-ext,latin-ext,latin,cyrillic);
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
    overflow-x: hidden;
}


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

#mapContent {
    position: relative;
    margin-top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: 20px;
    height: 500px;
    margin: auto;
}


/**
 * 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: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * 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: 0.35em 0.625em 0.75em;
}


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

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


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

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}


/* Mixins
   ========================================================================== */


/**
 * Add clearfix. Clear floats.
 */


/* Fonts
   ========================================================================== */


/**
 * Main Font. Roboto
 */


/* Colors
   ========================================================================== */


/**
 * Main color. Used for background and highlights.
 */


/* Typo
   ========================================================================== */


/**
 * Titles & Highlights
 */

h2 {
    display: inline-block;
    color: #171f22;
    font-size: 33px;
    font-weight: 900;
    text-align: center;
    line-height: 23px;
    padding: 80px 7px 10px;
    border-bottom: solid 2px #ec2d44;
}

h2+p {
    width: 620px;
    padding: 30px 0 30px 0;
    margin: 0 auto;
    color: #5c6e75;
    font-size: 18px;
    font-weight: 400;
}

h3 {
    color: #31383a;
    font-size: 23px;
    font-weight: 400;
    text-align: left;
    padding: 0 0 20px 0;
}

.title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 45px 0;
}


/* Base
   ========================================================================== */

.fl {
    float: left;
}

.fr {
    float: right;
}


/**
 * Default panel.
 */

.panel {
    min-width: 100%;
    width: 100%;
    text-align: center;
}

.panel:after,
.panel:before {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.panel.highlight {
    background-color: #F6FBFC;
}


/**
 * Columns. Margins and etc.
 */

.row {
    width: 1310px;
    margin: 0 auto;
    padding: 48px 0 0;
}

.row:after,
.row:before {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.row.small {
    width: 1010px;
}

.row.mini {
    width: 870px;
    padding: 0;
}

.wide {
    text-align: left;
}

.wide:after,
.wide:before {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.wide .row,
.wide .row.small {
    margin-top: 0;
    padding-top: 0;
}

.column {
    float: left;
    text-align: left;
    width: 405px;
    margin: 0 50px;
}

.column.small {
    width: 220px;
    margin: 20px 20px 0 20px;
}

.column.medium {
    width: 460px;
    margin: 0 50px 0 20px;
}

.column.half {
    width: 50%;
    margin: 0;
}

.column.highlight {
    background-color: #F6FBFC;
}

.column p {
    color: #171f22;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}


/* Layout
   ========================================================================== */


/**
 * Header. Includes logo and main menu. Can be fixed.
 */

.header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: .2s all;
    background-color: transparent;
    z-index: 10;
}

.header.fixed {
    position: fixed;
    background-color: #fff;
    height: 80px;
    transition: .2s all;
    box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.7);
}

.header.fixed .menu,
.header.fixed .logo {
    margin: 15px 0 0;
    transition: .2s all;
}

.header.fixed .menu button {
    background-image: url(../img/menu.dark.png);
}

.header.fixed .logo {
    background-image: url(../img/logo.dark.png);
}

.fixed .menu button {
    margin-top: 15px;
}


/**
 * Inner wrapper with clearfix. Centered.
 */

.header .inner {
    width: 1260px;
    margin: 0 auto;
}

.header .inner:after,
.header .inner:before {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


/**
 * Company Logo. Left positioned in the header.
 */

.header .logo {
    float: left;
    margin: 15px 0 0;
    display: block;
    width: 208px;
    height: 48px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    transition: .2s all;
}


/**
 * Main menu. Right positioned in the header.
 */

.header .menu {
    float: right;
    width: 28px;
    height: 20px;
    margin: 39px 0 0;
    position: relative;
    transition: .2s all;
}

.header .menu button {
    display: block;
    width: 28px;
    height: 20px;
    border: 0;
    background-color: transparent;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    outline: 0;
}

.header .menu .navigation {
    opacity: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    width: 110px;
    top: 40px;
    right: 0;
    background: #fff;
    border-radius: 2px;
    padding: 5px 20px;
    transition: .2s all;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

.header .menu .navigation.open {
    opacity: 1;
    height: 235px;
    transition: .2s all;
}

.header .menu .navigation a {
    display: block;
    font-size: 16px;
    color: #171f22;
    line-height: 40px;
    text-decoration: none;
}

.header .menu .navigation a:hover {
    color: #17b1ed;
}


/**
 * Footer.
 */

.footer {
    padding: 45px 0 0 0;
    background-color: #283337;
}

.footer .about {
    float: left;
    width: 340px;
    margin: 0 200px 0 0;
}

.footer .about p {
    color: #cad6db;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.footer .menu {
    float: left;
    width: 170px;
}

.footer .menu ul {
    list-style: none;
}

.footer .menu a {
    color: #cad6db;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
}

.footer .contacts {
    float: left;
    width: 100px;
}

.footer .contacts label {
    display: block;
    color: #cad6db;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.footer .contacts ul {
    list-style: none;
}

.footer .contacts ul li {
    float: left;
    margin-left: 12px;
}

.footer .contacts ul li:first-child {
    margin-left: 0;
}

.footer .copyright {
    height: 80px;
    margin: 55px 0 0 0;
    background-color: #ffffff;
    line-height: 80px;
    vertical-align: top;
    text-align: center;
}

.footer .copyright img {
    vertical-align: middle;
    margin-top: -8px;
    margin-right: 30px;
}


/* Sections
   ========================================================================== */


/**
 * Hero. First panel.
 */

#hero {
    height: 650px;
    padding: 100px 0 0;
    text-align: center;
    background-color: #1384ca;
}

#hero h1,
#hero p {
    margin: 0;
    padding: 0;
}

#hero h1 {
    height: 95px;
}

#hero h1 p {
    color: #171f22;
    font-size: 30px;
    font-weight: 300;
}

#hero h1 p+p {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
}

#hero>p {
    padding: 30px 0 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
}

#hero>p span {
    color: #171f22;
}

#hero img {
    display: block;
    margin: 70px auto 0;
}

#what-we-do {
    height: 515px;
}

#services {
    height: 640px;
}

#markets {
    height: 645px;
}

#markets .map {
    height: 286px;
    position: relative;
}

#markets .map img {
    position: absolute;
    z-index: 1;
    opacity: 0;
    right: 0;
    transition: .2s all;
}

#markets .map img.active {
    z-index: 2;
    opacity: 1;
    transition: .2s all;
}

#markets .tabs {
    float: left;
    height: 35px;
    padding: 35px 0 0 35px;
}

#markets .tabs a {
    display: block;
    float: left;
    margin: 0 25px 0 0;
    color: #171f22;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

#markets .tabs a span {
    color: #5c6e75;
    font-size: 11px;
}

#markets .tabs a:hover {
    color: #5c6e75;
}

#markets .tabs a.active {
    color: #1384ca;
    font-weight: 600;
}

#markets ul {
    font-size: 18px;
    font-weight: 400;
    padding: 44px 0 41px 30px;
}

#markets ul li {
    padding-bottom: 24px;
    color: #ec2d44;
}

#markets ul li span {
    color: #171f22;
}

#markets ul li small {
    font-size: 14px;
    color: #5c6e75;
    display: block;
}

#markets h3 {
    text-align: center;
    padding: 0px 0 0 0;
}

#but_all h3 {
    text-align: center;
    padding: 0px 0 0 0;
}

#team {
    padding-bottom: 90px;
}

#team .team {
    height: 340px;
    overflow: hidden;
    transition: .5s all;
}

#team .team .inner:after,
#team .team .inner:before {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#team .row.mini {
    width: 810px;
}

#team .cast {
    width: 250px;
    margin: 20px 10px;
    float: left;
    text-align: left;
}

#team .cast .name {
    color: #171f22;
    font-size: 18px;
    font-weight: 600;
}

#team .cast .info {
    color: #1384ca;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
}

#team .cast img {
    width: 250px;
    height: 250px;
    display: block;
    border-radius: 2px;
}

#team .button, #articles .button {
    display: block;
    width: 250px;
    height: 55px;
    margin: 25px auto 0;
    line-height: 55px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    background-color: #1384ca;
    outline: 0;
}

#articles .button { 
    float: right;
}

#jobs {
    padding-bottom: 130px;
}

#jobs .jobs {
    width: 870px;
    margin: 0 auto;
    text-align: left;
}

#jobs .jobs:after,
#jobs .jobs:before {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#jobs .job {
    color: #171f22;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

#jobs .job:after,
#jobs .job:before {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#jobs .job_category {
    color: #171f22;
    font-size: 18px;
    font-weight: 600;
    padding: 30px 0 20px;
}

#jobs .job_name {
    width: 470px;
    float: left;
}

#jobs .job_location {
    width: 180px;
    float: left;
}

#jobs .job_type {
    width: 120px;
    float: left;
    color: #5c6e75;
}

#jobs .job_btn {
    width: 100px;
    float: left;
    text-align: right;
    color: #17b1ed;
}

#jobs .button {
    display: block;
    width: auto;
    height: 55px;
    margin: 25px auto 0;
    padding: 0 20px;
    line-height: 55px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    background-color: #1384ca;
    outline: 0;
}

.font15{
    font-size: 15px;
}

.font30{
    font-size:30px;
}
.article_date{
    position: absolute; 
    padding:5px; 
    background: white;
    border-radius: 3px; 
    top:10px; 
    left:10px;
}

.pagination{
    float:left; 
    padding: 5px 10px;; 
    background: #1384CA; 
    margin-left: 10px; 
    border-radius: 3px; 
    color:white;
    cursor: pointer;
}

.fright{
    float:right;
}
/* Widgets
   ========================================================================== */


/**
 * Contact form. Floating button.
 */

#contacts {
    position: fixed;
    left: 50px;
    bottom: -422px;
    transition: .2s all;
    z-index: 9;
}

#contacts.open {
    bottom: 0;
    transition: .2s all;
}

#contacts .tab {
    width: 152px;
    height: 50px;
    padding: 0 25px;
    cursor: pointer;
    line-height: 50px;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background-color: #ec2d44;
}

#contacts .tab ins {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 25px;
    vertical-align: middle;
    background-image: url(../img/chat.png);
    background-repeat: no-repeat;
    background-position: center;
}

#contacts .form {
    min-height: 390px;
    width: 300px;
    padding: 0 20px;
    padding-bottom: 20px;
    border-top-right-radius: 2px;
    border: 1px solid #cad6db;
    background-color: #ffffff;
    position: relative;
}

#contacts .form:after,
#contacts .form:before {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#contacts .form img {
    display: block;
    margin: 30px auto 0;
}

#contacts .form .thanks {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    display: none;
}

#contacts .form .thanks .cancel {
    display: block;
    margin: 65px auto 0;
    float: none;
}

#contacts .form .thanks span {
    color: #171f22;
    font-size: 18px;
    font-weight: 600;
    margin: 70px 20px 0;
    display: block;
    text-align: center;
}

#contacts .form .thanks span+span {
    color: #5c6e75;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 20px;
    display: block;
    text-align: center;
}

#contacts .form .input {
    padding: 15px 0 0 0;
}

#contacts .form label {
    display: block;
    padding-bottom: 3px;
    font-size: 14px;
    color: #171f22;
}

#contacts .form label small {
    font-size: 11px;
    color: #5c6e75;
}

#contacts .form input[type=text] {
    border: 1px solid #cad6db;
    border-radius: 2px;
    height: 35px;
    width: 278px;
    display: block;
    font-size: 14px;
    outline: 0;
    padding: 0 10px;
    line-height: 35px;
}

#contacts .form textarea {
    border: 1px solid #cad6db;
    border-radius: 2px;
    height: 70px;
    width: 278px;
    display: block;
    font-size: 14px;
    outline: 0;
    padding: 11px 10px;
    resize: none;
}

#contacts .form input[type=submit] {
    display: block;
    margin: 15px 0 0;
    padding: 0 15px;
    height: 35px;
    font-size: 18px;
    font-weight: 400;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    background-color: #17b1ed;
    outline: 0;
    float: left;
}

#contacts .form input.error,
#contacts .form textarea.error {
    border: 1px solid #ec2d44;
}

#contacts .form .error_message {
    font-size: 11px;
    color: #ec2d44;
    font-weight: 400;
}

#contacts .form .cancel {
    display: block;
    margin: 15px 0 0;
    padding: 0 15px;
    height: 35px;
    font-size: 16px;
    font-weight: 300;
    border: 0;
    border-radius: 2px;
    color: #31383a;
    background-color: #ffffff;
    outline: 0;
    float: right;
}


/**
 PARTNERS 
**/

#partners {
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 10px auto;
    padding: 15px 0;
}

#partners .partners {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

#partners p {
    padding-right: 10px;
}

#partners a {
    padding: 0 5px;
    float: left;
}

#hero #partners img {
    margin: 0;
    max-width: 60px;
}

#hero #partners a:last-child img.netinfo {
    max-width: 75px;
}

#hero #partners a:last-child img.ringier {
    padding-top: 10px;
    max-width: 100px;
}


/**
 BRANDS 
**/

#brands ul {
    width: 100%;
    float: left;
}

#brands li {
    list-style-type: none;
    width: 25%;
    float: left;
}

#brands li a {
    text-decoration: none;
    color: #171f22;
    text-align: center;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: left;
}

#brands li a:hover {
    color: #1384ca;
    text-decoration: underline;
}

#brands li a img {
    max-width: 30px;
    padding-right: 10px;
}

#articles{
    padding: 20px 0;
}

#articles .mini{
    padding: 20px 0;
}

#articles .article{
    display: block;
    padding-bottom: 40px;
    border-top: 1px solid #E8E8E8;
    padding-top:20px;
}

#articles .article .left_part{
    float:left;
    width: 30%;
    position: relative;
}


#articles .article .content{
    padding: 10px 0;
    text-align: left;
    height: 100px;
    overflow: hidden;
}

#articles .article .left_part img{
    width: 100%;
}

#articles .article .right_part{
    float:left;
    width: 65%;
    padding-left: 5%;
}

#articles .article_header{
    font-size: 25px;
    color: #1384CA;
    text-align: left;
    text-decoration: none;
}

.clear{
    clear: both;
}

.mb30{
    margin-bottom: 30px;
}

.inner_type_2{
    float:left; margin: 0 20px 20px 0;
}

.inner_type_1{
    width: 70%;;
}

.news_link{
    text-decoration: none;
}


/* Responsive */

@media all and (max-width: 1340px) and (min-width: 1081px) {
    .row {
        width: 1060px;
    }
    .header .inner {
        width: 100%;
    }
    .header .inner .logo {
        margin-left: 30px;
    }
    .header .inner .menu {
        margin-right: 30px;
    }
    #what-we-do {
        height: 720px;
    }
    #what-we-do .column.small {
        width: 470px;
        margin: 20px 20px 25px 60px;
        float: right;
    }
    #what-we-do .column.medium {
        position: absolute;
        margin-top: 60px;
    }
}

@media all and (max-width: 1080px) {
    .row {
        width: 860px;
    }
    .row.small {
        width: 860px;
    }
    .header .inner {
        width: 100%;
    }
    .header .inner .logo {
        margin-left: 30px;
    }
    .header .inner .menu {
        margin-right: 30px;
    }
    header .header.fixed {
        background: #fff;
        height: 67px;
    }
    #hero h1 {
        padding-top: 65px;
    }
    #hero img {
        width: 845px;
    }
    #what-we-do {
        height: auto;
        padding-bottom: 40px;
    }
    #services {
        height: auto;
        padding-bottom: 80px;
    }
    .footer .copyright img {
        display: none;
    }
    .column {
        width: 330px;
    }
    .column.medium {
        margin: 30px auto 60px;
        float: none;
    }
    .column.small {
        margin: 20px 33px 30px;
    }
}

@media all and (max-width: 960px) {
    .row,
    .row.mini,
    .row.small {
        width: 810px;
    }
    #jobs .jobs {
        width: 810px;
    }
    #jobs .job_name {
        width: 410px;
    }
    #hero {
        height: auto;
    }
    #hero h1 {
        height: auto;
        padding-top: 30px;
    }
    #hero h1 p {
        font-size: 25px;
    }
    #hero h1 p+p {
        font-size: 37px;
    }
    #hero>p {
        font-size: 22px;
    }
    #hero img {
        width: 730px;
        margin-top: 50px;
    }
    .column.small {
        margin: 20px 25px 30px;
    }
    .column {
        width: 345px;
        margin: 0px 30px;
    }
    .footer .about {
        margin: 0 140px 0 0;
    }
    .copyright span {
        float: right;
    }
}

@media all and (max-width: 880px) {
    .row,
    .row.mini,
    .row.small,
    #jobs .jobs,
    #team .row.mini {
        width: 680px;
        padding: 0;
    }
    #hero img {
        width: 580px;
    }
    #markets ul li {
        font-size: 14px;
        width: 265px;
    }
    #team .cast {
        width: 206px;
    }
    #team .cast img {
        width: 100%;
        height: 100%;
    }
    #team .team {
        height: 290px;
    }
    #team .button {
        width: 206px;
        margin-top: 15px;
    }
    #jobs .job_location,
    #jobs .job_type {
        display: none;
    }
    #jobs .job_btn {
        float: right;
    }
    .column,
    .column.small {
        margin: 20px auto 55px;
        float: none;
        width: 600px;
    }
    .column.highlight {
        background-color: transparent;
    }
    .column.half {
        z-index: 4;
        position: relative;
    }
    #markets .map {
        float: right;
        z-index: 2;
    }
    #markets ul {
        margin-left: 30px;
    }
    #markets .tabs {
        float: none;
        height: 35px;
        padding: 35px 0 0 35px;
        margin: 0 auto;
        text-align: center;
    }
    #markets .tabs a {
        display: inline-block;
        float: none;
    }
    .footer .about {
        width: 100%;
        float: none;
        margin: 0;
        margin-bottom: 50px;
    }
    .footer .about:after,
    .footer .about:before,
    .footer .menu:after,
    .footer .menu:before,
    .footer .contacts:after,
    .footer .contacts:before {
        content: " ";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }
    #markets #brands li {
        width: 30%;
        padding: 0 10%;
        padding-bottom: 24px;
    }
}

@media all and (max-width: 740px) {
    .header.fixed .menu,
    .header.fixed .logo {
        margin-top: 15px;
    }
    .header.fixed {
        height: 67px;
    }
    h2 {
        font-size: 25px;
        padding-top: 60px;
    }
    h2+p {
        width: 460px;
        font-size: 16px;
    }
    #hero h1 p+p {
        font-size: 30px;
    }
    #hero img {
        width: 480px;
    }
    #services {
        padding-bottom: 30px;
    }
    .row,
    .row.mini,
    .row.small,
    #jobs .jobs,
    #team .row.mini {
        width: 540px;
    }
    .column,
    .column.medium,
    .column.small {
        margin: 30px auto 55px;
        float: none;
        width: 400px;
        text-align: center;
    }
    .column h3,
    .column.medium h3,
    .column.small h3 {
        text-align: center;
    }
    .column.medium img {
        width: 100%;
    }
    .column.half {
        width: 100%;
        margin: 0;
    }
    .column.half:after,
    .column.half:before {
        content: " ";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }
    #markets {
        height: auto;
        padding-bottom: 30px;
    }
    #markets h3 {
        text-align: center;
        padding: 20px 0 0 0;
        font-size: 16px;
    }
    #markets .map {
        height: auto;
    }
    #markets .map img.active {
        display: block;
        margin: 0 auto;
        position: relative;
        right: initial;
        float: none;
        width: 400px;
    }
    #markets .map img {
        display: none;
    }
    #markets .tabs {
        padding-top: 0;
    }
    #markets ul {
        margin: 0;
        display: inline-block;
        text-align: left;
    }
    #markets ul li {
        font-size: 16px;
    }
    #team .cast {
        width: 158px;
    }
    #team .cast .name {
        font-size: 16px;
        display: table-caption;
    }
    #team .cast .info {
        font-size: 11px;
    }
    #team .team {
        height: 272px;
    }
    #team .button {
        /* display: none; */
    }
    #jobs .job_name {
        width: 360px;
        font-size: 16px;
    }
    #jobs {
        padding-bottom: 75px;
    }
    .copyright span {
        float: right;
        font-size: 12px;
        width: 190px;
        line-height: 20px;
        padding-top: 28px;
    }
    /*    new    */
}

@media all and (max-width: 560px) {
    #hero h1 p+p {
        font-size: 25px;
    }
    #hero h1 p {
        font-size: 20px;
    }
    #hero img {
        width: 400px;
    }
    h2 {
        font-size: 18px;
    }
    /*    new    */
    #team .row.mini,
    #jobs .jobs,
    .row.mini {
        width: 510px;
    }
    .inner {
        width: 510px;
        margin: auto;
    }
    #team .cast {
        width: 158px;
        margin: 20px 6px;
    }
    #team .cast .info {
        font-size: 11px;
    }
    #jobs .button {
        width: 375px;
    }
    #markets #brands li {
        width: 60%;
        padding: 0 20%;
        padding-bottom: 20px;
    }
}

@media all and (max-width: 520px) {
    .inner {
        width: 480px;
        margin: auto;
    }
    #team .cast {
        width: 144px;
        margin: 20px 8px;
    }
    #team .cast .info {
        font-size: 10px;
    }
    #team .row.mini,
    .row.mini {
        width: 480px;
    }
    #partners {
        display: block;
    }
    .partners {
        margin-top: 20px;
    }
    #team .team {
        height: 252px;
    }
}

@media all and (max-width: 490px) {
    .row,
    .row.mini,
    .row.small,
    #jobs .jobs,
    #team .row.mini {
        width: 320px;
    }
    .column,
    .column.medium,
    .column.small {
        margin: 30px auto 55px;
        float: none;
        width: 300px;
        text-align: center;
    }
    .column h3,
    .column.medium h3,
    .column.small h3 {
        text-align: center;
    }
    #hero img {
        width: 290px;
    }
    #hero h1 p {
        font-size: 16px;
    }
    #hero h1 p+p {
        font-size: 20px;
    }
    #hero>p {
        font-size: 18px;
        padding-top: 16px;
    }
    #markets h3 {
        text-align: center;
        padding: 20px 0 0 0;
        font-size: 14px;
        width: 300px;
        margin: 0 auto;
    }
    h3 {
        font-size: 18px;
    }
    h2+p {
        width: 300px;
        font-size: 14px;
    }
    #markets .map img.active {
        width: 100%;
    }
    .inner {
        width: 320px;
    }
    #team .cast {
        width: 142px;
        margin: 10px 5px;
    }
    #jobs .job_name {
        width: 250px;
        font-size: 12px;
    }
    #jobs .job_btn {
        float: right;
        width: 50px;
        font-size: 12px;
    }
    #jobs .button {
        width: auto;
    }
    #contacts {
        left: 5px;
        z-index: 12;
    }
    #contacts .tab {
        width: 130px;
        height: 50px;
        padding: 0 14px;
        cursor: pointer;
        line-height: 50px;
        border-radius: 2px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        background-color: #ec2d44;
    }
    .copyright span {
        float: right;
        font-size: 10px;
        width: 160px;
        line-height: 14px;
        padding-top: 28px;
        text-align: right;
    }
    /*    new    */
    #team .team {
        height: 220px;
    }
}

@media all and (max-height: 750px) and (max-width: 490px) {
    #mapContent {
        height: 300px;
    }
}

#ourOffice {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    padding-bottom: 130px;
}

.goto-button:hover {
    cursor: pointer;
}

textarea:focus,
input:focus {
    outline: none;
}

.goto-button {
    display: block;
    width: 250px;
    height: 55px;
    margin: 45px auto 0;
    line-height: 55px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    background-color: #1384ca;
    outline: 0;
}
#our-partners{
    height: 532px;
}
.our-partners{
    margin: auto;
    display:flex;
    flex-wrap: wrap;
    width: 1310px;
}
.our-partner{
     width: 25%;
     box-sizing: border-box;
}
.our-partner img{
   width: 200px;
}

@media all and (max-width: 48rem) {
    .our-partners{
        width:100%;
    }
    #our-partners{
         height: 650px;
    }
    .our-partner{
        width: 50%;
    }   
    .our-partner img{
         width: 134px;
    } 
}   
@media screen and (min-width: 48em) and (max-width: 75em) {
     .our-partners{
        width:100%;
    }
}
.contact_btn{
    text-decoration: none;
    color: #5c6e75;
}