/*! 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
{
    color: #000;
    background: #ff0;
}

/**
 * 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
{
    font: inherit; /* 2 */

    margin: 0; /* 3 */

    color: inherit; /* 1 */
}

/**
 * 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']
{
    cursor: pointer; /* 3 */

    -webkit-appearance: button; /* 2 */
}

/**
 * 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
{
    padding: 0;

    border: 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']
{
    box-sizing: content-box; /* 2 */

    -webkit-appearance: textfield; /* 1 */
}

/**
 * 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
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 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
{
    padding: 0; /* 2 */

    border: 0; /* 1 */
}

/**
 * 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-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

.drop ul,
#nav .main-nav,
.social-networks,
.footer-nav ul,
.logo-list,
.post .opt-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.clearfix:after,
.search-form:after,
.search-form .row:after,
#header:after,
.navbar:after,
#footer:after,
.footer-nav:after,
#main:after,
.post-block:after
{
    display: block;
    clear: both;

    content: '';
}

.ellipsis
{
    overflow: hidden;

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

.post .visual
{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

html
{
    box-sizing: border-box;
}

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

*
{
    max-height: 1000000px;
}

body
{
    font: 16px/1.2 'PT Serif', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;

    min-width: 320px;

    color: #000;
    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h
{
    font-family: 'Tahoma', 'Geneva', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: bold;

    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: 21px;
}

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

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

p
{
    margin: 0 0 1em;
}

a
{
    text-decoration: none;

    color: #005ca8;
}

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

    color: #004075;
}

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
{
    box-sizing: border-box;
    padding: .4em .7em;

    border: 1px solid #999;
    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

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']
{
    cursor: pointer;

    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

.search-holder
{
    display: inline-block;

    vertical-align: top;
}

.search-holder .btn-opener
{
    display: none;
}

.search-holder .btn-opener .icon
{
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.search-holder .btn-opener .icon.icon-menu
{
    font-size: 28px;

    margin: -2px 0 0;
}

.search-form
{
    font-family: 'Tahoma', 'Geneva', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.search-form .row
{
    position: relative;

    width: 100%;
    height: 30px;
}

.search-form input[type='text'],
.search-form input[type='search']
{
    font-size: 18px;
    line-height: 22px;

    display: block;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 14px 15px;

    color: #000;
    border: none;
    outline: none;
    background: #f1f2f2;
    box-shadow: none;
}

.search-form input[type='text']::-webkit-input-placeholder,
.search-form input[type='search']::-webkit-input-placeholder
{
    color: #000;
}

.search-form input[type='text']::-moz-placeholder,
.search-form input[type='search']::-moz-placeholder
{
    opacity: 1;
    color: #000;
}

.search-form input[type='text']:-moz-placeholder,
.search-form input[type='search']:-moz-placeholder
{
    color: #000;
}

.search-form input[type='text']:-ms-input-placeholder,
.search-form input[type='search']:-ms-input-placeholder
{
    color: #000;
}

.search-form input[type='text'].placeholder,
.search-form input[type='search'].placeholder
{
    color: #000;
}

.search-form .icon-search
{
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 7px;

    display: none;

    padding: 4px 2px;

    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);

    color: #000;
    background: none;
}

#header
{
    position: relative;
    z-index: 10;

    max-width: 1278px;
    margin: 0 auto;
    padding: 0 15px;
    padding: 15px 10px 10px;
}

#header .box
{
    float: right;

    width: 100px;
    padding: 8px 0 0;

    text-align: right;
}

.logo
{
    font-family: 'PT Serif', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;
    font-size: 0;

    float: left;

    width: 200px;
}

.logo .slogan
{
    font-size: 7px;
    line-height: 10px;

    position: relative;
    z-index: 1;

    display: inline-block;

    width: 72px;
    margin: 0 6px 0 0;
    padding: 4px 4px 8px;

    text-align: center;
    vertical-align: bottom;

    color: #fff;
}

.logo .slogan:before
{
    position: absolute;
    top: -9999px;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
}

.logo .slogan:before
{
    z-index: -1;

    background: #55575a;
}

.logo p
{
    margin: 0;
}

.logo img
{
    max-width: 100%;
    height: auto;

    vertical-align: top;
}

.logo a
{
    display: inline-block;

    width: 114px;

    vertical-align: bottom;
}

.drop
{
    font-family: 'PT Serif', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;

    width: 100%;

    -webkit-transition: all .25s linear;
            transition: all .25s linear;
    text-align: left;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.drop ul
{
    padding: 2px 8px 8px;

    -webkit-transition: all .25s linear;
            transition: all .25s linear;

    background: #fff;
}

.drop ul li
{
    border-top: 1px solid #e7e7e7;
}

.drop ul li:first-child
{
    border: none;
}

.drop ul a
{
    display: block;

    padding: 10px 0;

    -webkit-transition: all .25s linear;
            transition: all .25s linear;

    color: #000;
}

.drop ul a:hover
{
    color: #005ca8;
}

#nav
{
    font-family: 'PT Serif', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;

    float: right;

    text-transform: uppercase;
}

#nav .main-nav
{
    font-size: 0;
    line-height: 0;
}

#nav .main-nav > li
{
    font-size: 14px;
    font-weight: bold; /* &.has-drop-down{
        > a{
          @include media('>=tablet-md'){
            &:after{
              @include align-top();
              vertical-align: top;
              content: 'v';
              font-size: 10px;
              color: $light-blue;
              margin: 1px 0 0 5px;
            }
          }
          @include media('>=desktop'){
            &:after{
              margin: 1px 0 0 12px;
            }
          }
        }
      } */
    line-height: 18px;

    position: relative;

    display: block;

    letter-spacing: 1.6px;
}

#nav .main-nav > li.hover > a
{
    color: #005ca8;
}

#nav .main-nav > li.hover .drop
{
    max-height: 999px;
}

#nav .main-nav > li.hover .drop ul
{
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

#nav .main-nav > li.active > a
{
    color: #005ca8;
}

#nav .main-nav > li > a
{
    display: block;

    -webkit-transition: all .25s linear;
            transition: all .25s linear;

    color: #000;
}

.social-networks
{
    font-size: 0;
    line-height: 0;

    display: none;

    margin: 0;
}

.social-networks > li
{
    font-size: 14px;
    line-height: 1;

    position: relative;

    display: inline-block;

    margin: 0 0 0 2px;

    vertical-align: top;
}

.social-networks > li:hover .drop
{
    max-height: 999px;
}

.social-networks > li:hover .drop ul
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.social-networks > li:hover > a
{
    background: #55575a;
}

.social-networks > li:hover > a .icon
{
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.social-networks > li > a
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 30px;
    height: 30px;

    -webkit-transition: all .25s linear;
            transition: all .25s linear;

    color: #fff;
    border-radius: 100%;
    background: #000;
}

.social-networks > li > a .icon
{
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;

    display: inline-block;

    margin: -1px 0 0;

    -webkit-transition: all .25s linear;
            transition: all .25s linear;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    vertical-align: top;
}

.social-networks > li > a:hover
{
    background: #55575a;
}

.social-networks > li > a:hover .icon
{
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#footer
{
    max-width: 1278px;
    margin: 0 auto;
    padding: 0 15px;
    padding: 20px 15px;

    text-align: center;
}

.footer-nav
{
    margin: 0 0 33px;
}

.footer-nav ul
{
    font-size: 0;
    line-height: 0;

    text-transform: uppercase;
}

.footer-nav ul li
{
    font-size: 13px;
    line-height: 30px;

    position: relative;

    display: inline-block;

    padding: 0 7px;

    vertical-align: top;
}

.footer-nav ul li:before
{
    position: absolute;
    top: 6px;
    right: auto;
    bottom: 6px;
    left: 0;

    content: '';
}

.footer-nav ul li:first-child:before
{
    display: none;
}

.footer-nav ul li:before
{
    width: 2px;

    background: #b0cde4;
}

.footer-nav ul li.active a
{
    color: #005ca8;
}

.footer-nav ul a
{
    display: inline-block;

    vertical-align: top;

    color: #000;
}

.footer-nav ul a:hover
{
    color: #005ca8;
}

.logo-list
{
    font-size: 0;
    line-height: 0;
}

.logo-list li
{
    font-size: 16px;
    line-height: 1;

    display: inline-block;

    margin: 0 10px;

    vertical-align: top;
}

.logo-list li.ink img
{
    max-width: 34px;
}

.logo-list a:hover
{
    opacity: .8;
}

.logo-list img
{
    max-width: 100%;
    max-width: 127px;
    height: auto;

    vertical-align: top;
}

@font-face
{
    font-family: icomoon;
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff2') format('woff2'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svgicomoon') format('svg');
}

[class^='icon-'],
[class*=' icon-']
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1; /* Better Font Rendering =========== */

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before
{
    content: '\e906';
}

.icon-twitter:before
{
    content: '\e904';
}

.icon-search-mobile:before
{
    content: '\e905';
}

.icon-search:before
{
    content: '\e901';
}

.icon-facebook:before
{
    content: '\e902';
}

.icon-envelope:before
{
    content: '\e903';
}

.icon-instagram:before
{
    content: '\e900';
}

.resize-active *
{
    -webkit-transition: none !important;
            transition: none !important;
}

.visual img
{
    max-width: 100%;
    height: auto;

    vertical-align: top;
}

iframe
{
    display: block;

    width: 100%;
}

#wrapper
{
    position: relative;
    z-index: 1;

    overflow: hidden;
}

#wrapper a:hover,
#wrapper a:focus
{
    outline: none;
}

#div-gpt-ad-1465907717989-0
	{
		float: right;
	}

#main
{
    margin: 0 0 5px;
}

.post-block
{
    max-width: 1278px;
    margin: 0 auto;
    padding: 0 15px;

    text-align: center;
}

.post-block header
{
    margin: 0 0 20px;
    margin: 0 -8px 15px;
    padding: 4px 10px;

    text-align: center;

    background: #f1f2f2;
}

.post-block h1
{
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;

    margin: 0;
}

.post-holder
{
    font-size: 0;

    margin: 0 -8px;

    text-align: left;
}

.post
{
    font-size: 15px;
    line-height: 18px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    min-height: 260px;
    margin: 0 0 9px;

    -webkit-transition: -webkit-transform .4s linear , opacity .4s linear;
            transition:         transform .4s linear , opacity .4s linear;

    color: #fff;
    background: transparent;
}

.post.new-item
{
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);

    opacity: 0;
}

.post.bg-position-one .visual
{
    background-position: 50% 0;
}

.post.bg-position-two .visual
{
    background-position: 0 50%;
}

.post.bg-position-three .visual
{
    background-position: 0 0;
}

.post .visual
{
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    height: 100%;

    -webkit-transition: -webkit-transform .2s linear;
            transition:         transform .2s linear;

    background-position: 50% 0;
}

.post .visual:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
}

.post .visual:after
{
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, transparent 60%, transparent 100%);
    background:         linear-gradient(to top, rgba(0, 0, 0, .7) 0%, transparent 60%, transparent 100%);
}

.search-result .post
{
    min-height: 306px;
}

.search-result .post .figcaption
{
    padding: 5px 5px 20px;
}

.search-result .post .figcaption h2
{
    font-family: 'PT Serif', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;

    text-transform: capitalize;

    color: #fff;
}

.post.color-black a
{
    color: #000;
}

.post.color-black h2
{
    color: #000;
}

.post.mobile-hidden
{
    display: none;
}

.post.small
{
    background: none;
}

.post.small .md-box
{
    position: relative;

    overflow: hidden;

    min-height: 260px;

    background: transparent;
}

.post.small .md-box:first-child
{
    margin: 0 0 9px;
}

.post.small .mpu-holder
{
    position: relative;

    overflow: hidden;

    min-height: 260px;

    background: transparent;
}

.post.small .mpu-holder:first-child
{
    margin: 0 0 9px;
}

.post.md-height
{
    background: none;
}

.post.md-height .md-box
{
    position: relative;

    overflow: hidden;

    min-height: 260px;

    background: transparent;
}

.post.md-height .md-box:first-child
{
    margin: 0 0 9px;
}

.post.md-height .mpu-holder
{
    position: relative;

    overflow: hidden;

    min-height: 260px;

    background: transparent;
}

.post.md-height .mpu-holder:first-child
{
    margin: 0 0 9px;
}

.post .opt-list
{
    font-family: 'PT Serif', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;
    font-weight: bold;

    margin: 0 0 15px;
}

.post .opt-list li
{
    font-size: 14px;
    line-height: 20px;

    display: inline-block;

    padding: 0 0 5px;

    vertical-align: top;
}

.post .opt-list li:first-child
{
    margin-left: 0;
}

.post .opt-list li:first-child:before
{
    display: none;
}

.post .opt-list li:before
{
    display: inline-block;

    width: 6px;
    height: 6px;
    margin: -3px 5px 0 0;

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background: #fff;
}

.post a
{
    display: block;
    overflow: hidden;

    color: #fff;
}

.post a.hover .visual,
.post a.hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.post a.hover .figcaption
{
    background: rgba(0, 0, 0, .25);
}

.post .figcaption
{
    font-family: 'Tahoma', 'Geneva', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 5px 10px;

    -webkit-transition: all .2s linear;
            transition: all .2s linear;
    text-align: center;
    white-space: nowrap;
}

.post .figcaption:after
{
    display: inline-block;

    width: 0;
    min-height: 100%;

    content: '';
    vertical-align: bottom;
}

.post .figcaption .align
{
    display: inline-block;

    max-width: 99%;

    vertical-align: bottom;
    white-space: normal;
}

.post .figcaption .align
{
    max-width: 100%;
}

.post h2
{
    font-family: 'PT Serif', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;

    margin: 0 0 8px;

    text-transform: capitalize;

    color: #fff;
}

.post p
{
    margin: 0 0 10px;
}

.post img
{
    width: 100%;
    max-width: 100%;
    max-width: none;
    height: auto;

    -webkit-transition: -webkit-transform .5s ease-in-out;
            transition:         transform .5s ease-in-out;
    vertical-align: top;
}

.btn
{
    font-family: 'Tahoma', 'Geneva', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 14px;
    line-height: 18px;

    display: inline-block;

    min-width: 200px;
    padding: 8px 10px;

    -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;

    color: #000;
    border: 2px solid #005ca8;
    background: none;
}

.btn:hover
{
    color: #fff;
    background: #005ca8;
}

.btn:focus
{
    color: #000;
    background: none;
}

@media (min-width: 420px)
{
    #header
    {
        padding: 28px 10px 10px;
    }

    #header .box
    {
        width: 120px;
        padding: 0;
    }

    .logo
    {
        width: 210px;
    }
}

@media (min-width: 480px)
{
    .footer-nav ul li
    {
        font-size: 18px;
        line-height: 30px;

        padding: 0 10px;
    }

    .post
    {
        display: inline-block;

        width: 48.4%;
        min-height: 443px;
        margin: 0 .7% 13px;

        vertical-align: top;
    }

    .search-result .post
    {
        width: 48.6%;
    }

    .post.small
    {
        width: 48.4%;
    }

    .post.small .md-box
    {
        min-height: 214px;
        margin: 0;
    }

    .post.small .md-box:first-child
    {
        margin: 0 0 16px;
    }

    .post.md-box
    {
        width: 48.4%;
    }

    .post.small .mpu-holder
    {
        min-height: 214px;
        margin: 0;
    }

    .post.small .mpu-holder:first-child
    {
        margin: 0 0 16px;
    }

    .post.mpu-holder
    {
        width: 48.4%;
    }

    .post.sm-box
    {
        width: 48.4%;
    }

    .post.md-height
    {
        width: 48.4%;
    }

    .post.md-height .md-box
    {
        min-height: 214px;
        margin: 0;
    }

    .post.md-height .md-box:first-child
    {
        margin: 0 0 16px;
    }

    .post.md-height .mpu-holder
    {
        min-height: 214px;
        margin: 0;
    }

    .post.md-height .mpu-holder:first-child
    {
        margin: 0 0 16px;
    }

    .post h2
    {
        font-size: 23px;
        line-height: 30px;
    }
}

@media (min-width: 768px)
{
    .search-holder
    {
        float: right;

        width: 198px;
    }

    #header
    {
        padding: 44px 15px 12px;
    }

    .logo
    {
        width: 40%;
    }

    .logo .slogan
    {
        font-size: 12px;
        line-height: 16px;

        width: 120px;
        margin: 0 3.2% 0 0;
        padding: 0 8px 8px;
    }

    .logo a
    {
        width: calc(100% - 120px - 3.2%);
    }

    .social-networks .drop
    {
        width: 155px;
    }

    .footer-nav
    {
        margin: 0 0 38px;
    }

    .logo-list
    {
        margin: 0 -5px 0 0;
    }

    .post-block header
    {
        margin: 0 0 40px;
        padding: 8px 10px;
    }

    .post-block h1
    {
        font-size: 30px;
        line-height: 34px;
    }

    .post
    {
        width: 65.2%;
    }

    .search-result .post
    {
        width: 31.93%;
        min-height: 260px;
    }

    .search-result .post .figcaption
    {
        padding: 5px 5px 15px;
    }

    .post.mobile-hidden
    {
        display: inline-block;

        vertical-align: top;
    }

    .post.small
    {
        width: 31.9%;
    }

    .post.md-box
    {
        width: 54%;
    }

    .post.mpu-holder
    {
        width: 54%;
    }

    .post.sm-box
    {
        width: 43.1%;
    }

    .post.md-height
    {
        width: 32%;
    }

    .post .figcaption
    {
        padding: 5px 10px 0;
    }

    .post p
    {
        margin: 0 0 27px;
    }

    .btn
    {
        font-size: 28px;
        line-height: 32px;

        min-width: 320px;
        padding: 10px 8px;
    }
}

@media (min-width: 1024px)
{
    #header .box
    {
        width: 58%;
        margin: 20px 0 0;
    }

    .logo .slogan
    {
	font-size: 14px;
	line-height: 19px;
	width: 155px;
	padding-top: 70px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 14px;
    }

    .logo a
    {
        width: calc(100% - 155px - 3.2%);
    }

    .footer-nav ul li
    {
        font-size: 26px;
        line-height: 36px;

        padding: 0 12px;
    }

    .footer-nav ul li:before
    {
        top: 0;
        bottom: 0;
    }

    .logo-list li
    {
        margin: 0 14px;
    }

    .logo-list li.ink img
    {
        max-width: 50px;
    }

    .logo-list img
    {
        max-width: 180px;
    }

    #main
    {
        margin: 0 0 120px;
    }

    .post-block h1
    {
        font-size: 40px;
        line-height: 44px;
    }

    .post
    {
        font-size: 24px;
        line-height: 36px;

        min-height: 619px;
    }

    .search-result .post
    {
        min-height: 350px;
    }

    .search-result .post h2
    {
        font-size: 37px;
        line-height: 44px;
    }

    .search-result .post .figcaption h2
    {
        font-size: 30px;
        line-height: 40px;
    }

    .post.small .md-box
    {
        min-height: 302px;
    }

    .post.small .mpu-holder
    {
        min-height: 302px;
    }

    .post.md-height
    {
        font-size: 24px;
        line-height: 36px;
    }

    .post.md-height .md-box
    {
        min-height: 302px;
    }

    .post.md-height .mpu-holder
    {
        min-height: 302px;
    }

    .post h2
    {
        font-size: 30px;
        line-height: 40px;
    }

    .btn
    {
        min-width: 405px;
        padding: 18px 10px;
    }
}

@media only screen and (min-width: 1025px)
{
    a[href^=tel],
    a[href^=skype],
    a[href^=sms]
    {
        cursor: default;
        pointer-events: none;
    }
}

@media (min-width: 1025px)
{
    .post .opt-list li
    {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1100px)
{
    .search-result .post .figcaption h2
    {
        font-size: 48px;
        line-height: 55px;

        margin: 0;
    }
}

@media (min-width: 1101px)
{
    .search-holder
    {
        width: 142px;
    }

    .search-result .post
    {
        min-height: 404px;
    }

    .post h2
    {
	font-size: 24px;
	line-height: 30px;
    }
}

@media (min-width: 1161px)
{
    .search-form input[type='text'],
    .search-form input[type='search']
    {
        font-size: 14px;
        line-height: 18px;

        padding: 6px 8px 6px 33px;
    }

    .search-form input[type='text']::-webkit-input-placeholder,
    .search-form input[type='search']::-webkit-input-placeholder
    {
        color: transparent;
    }

    .search-form input[type='text']::-moz-placeholder,
    .search-form input[type='search']::-moz-placeholder
    {
        color: transparent;
    }

    .search-form input[type='text']:-moz-placeholder,
    .search-form input[type='search']:-moz-placeholder
    {
        color: transparent;
    }

    .search-form input[type='text']:-ms-input-placeholder,
    .search-form input[type='search']:-ms-input-placeholder
    {
        color: transparent;
    }

    .search-form input[type='text'].placeholder,
    .search-form input[type='search'].placeholder
    {
        color: transparent;
    }

    .search-form .icon-search
    {
        display: inline-block;

        vertical-align: top;
    }

    #header .box
    {
	width: 64%;
	padding-right: 2px;
	padding-left: 0;
    }

    .logo
    {
        width: 34%;
    }

    .drop
    {
        font-size: 15px;

        position: absolute;
        top: 100%;
        right: auto;
        bottom: auto;
        left: 0;

        overflow: hidden;

        width: 232px;
        max-height: 0;
        margin: 0 0 0 -15px;

        letter-spacing: .6px;
    }

    .drop ul
    {
        padding: 3px 13px 5px;

        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
    }

    #nav
    {
	width: calc(100% - 300px);
	padding-top: 11px;
	padding-right: 2.1%;
	padding-left: 0;
	padding-bottom: 0px;
    }

    #nav .main-nav > li
    {
        display: inline-block;

        margin: 0 0 0 3.7%;

        vertical-align: top;
    }

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

    #nav .main-nav > li > a
    {
        display: inline-block;

        vertical-align: top;
    }

    .social-networks
    {
        display: block;
        float: right;

        width: 155px;
        padding: 0 3px 0 0;
    }

    .social-networks .drop ul
    {
        padding: 8px 19px 0;
    }
}

@media (min-width: 1251px)
{
    #nav .main-nav > li
    {
        margin: 0 0 0 7.3%;
    }
}

@media (min-width: 1281px)
{
    #nav .main-nav > li
    {
        margin: 0 0 0 8.4%;
    }
}

@media (max-width: 1160px)
{
    .search-holder .btn-opener
    {
        font-size: 24px;

        position: relative;

        display: inline-block;

        width: 48px;
        height: 48px;
        margin: 0 0 0 4px;

        -webkit-transition: all .25s linear;
                transition: all .25s linear;
        vertical-align: top;

        color: #fff;
        border-radius: 100%;
        background: #000;
    }

    .search-holder .btn-opener:hover
    {
        background: #55575a;
    }

    .search-form
    {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;

        overflow: hidden;

        height: 0;

        -webkit-transition: all .2s linear;
                transition: all .2s linear;
    }

    .search-active .search-form
    {
        height: 50px;
    }

    .search-form .row
    {
        height: 100%;

        -webkit-transition: all .2s linear;
                transition: all .2s linear;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
    }

    .search-active .search-form .row
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }

    #nav
    {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;

        overflow: hidden;

        max-height: 0;
        margin: 0 -13px;
        padding: 0;
        padding: 0 20px;

        -webkit-transition: all .25s linear;
                transition: all .25s linear;
        text-align: left;
    }

    .nav-active #nav
    {
        max-height: 999px;
    }

    #nav .main-nav
    {
        padding: 6px 9px;

        -webkit-transition: all .25s linear;
                transition: all .25s linear;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);

        border: solid #d4e6ef;
        border-width: 0 1px;
        background: #fff;
    }

    .nav-active #nav .main-nav
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}

@media (max-width: 419px)
{
    .search-holder .btn-opener
    {
        font-size: 20px;

        width: 35px;
        height: 35px;
    }

    .search-holder .btn-opener .icon.icon-menu
    {
        font-size: 20px;
    }
}

.mpu-holder {
  text-align: center;
  padding: 0; }
  .mpu-holder .mpu-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #878787;
    font-family: "montserratlight", Arial, sans-serif;
    padding-top: 0px; 
    padding-bottom: 0px; }
  .mpu-holder div {
    margin: 0px auto;
    text-align: center;
    height: 295px; 
    padding-bottom: 0px; }
  .mpu-holder img {
    max-width: 100% !important;
    height: auto !important; }

      .mpu-holder {
    min-height: 100px; }
    /* was 260px */
    .mpu-holder div {
      min-height: 100px; 
    /* was 260px */
      }
