/*
Theme Name: NETGEAR_WPblog
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html
{
    font-family: sans-serif; /* 1 */

        -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body
{
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video
{
    display: inline-block; /* 1 */

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

    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template
{
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a
{
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover
{
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn
{
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark
{
    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;
}

#nav ul,
.view-options,
.social-networks,
.widget.popular-posts ul,
.widget.widget_tweets ul,
.cycle-gallery .pagination ul,
.accordion,
.f-nav ul,
.jcf-list ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.sub-container:after,
.post-area .t-area:after,
.f-top-area:after,
.f-btm-area:after
{
    display: block;
    clear: both;

    content: '';
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea,
button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'],
.btn,
.post-area .t-rt-area,
.btn-more,
a.btn-more,
.jcf-select .jcf-select-text
{
    overflow: hidden;

    max-width: 100%;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.logo img,
.post-area .img img,
.post-area .date-author .thumb img,
.feature-post .date-author .thumb img,
.comments .commentlist .avatar-holder img
{
    display: block;

    width: 100%;
}

@font-face
{
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/icomoon.eot?5sv48p');
    src: url('fonts/icomoon.eot?#iefix5sv48p') format('embedded-opentype'), url('fonts/icomoon.svg?5sv48p') format('svg'), url('fonts/icomoon.ttf?5sv48p') format('truetype'), url('fonts/icomoon.woff?5sv48p') format('woff');
}

[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-linkedin:before
{
    content: '\e910';
}

.icon-cross:before
{
    content: '\ea0f';
}

.icon-avatar:before
{
    content: '\e90f';
}

.icon-play:before
{
    content: '\e90e';
}

.icon-arrow:before
{
    content: '\e900';
}

.icon-chat:before
{
    content: '\e901';
}

.icon-facebook:before
{
    content: '\e902';
}

.icon-globe:before
{
    content: '\e903';
}

.icon-house:before
{
    content: '\e904';
}

.icon-instagram:before
{
    content: '\e905';
}

.icon-list:before
{
    content: '\e906';
}

.icon-puzzle:before
{
    content: '\e907';
}

.icon-search:before
{
    content: '\e908';
}

.icon-setting:before
{
    content: '\e909';
}

.icon-thumbnail:before
{
    content: '\e90a';
}

.icon-twitter:before
{
    content: '\e90b';
}

.icon-wrench:before
{
    content: '\e90c';
}

.icon-youtube:before
{
    content: '\e90d';
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    margin: 0;
    padding: 0;

    vertical-align: top;

    border: 0;
    outline: none;
}

.fancybox-wrap
{
    position: absolute;
    z-index: 8020;
    top: 0;
    left: 0;
}

.fancybox-skin
{
    position: relative;

    color: #444;
    background: #f9f9f9;
    text-shadow: none;
}

.fancybox-opened
{
    z-index: 8030;
}

.fancybox-opened .fancybox-skin
{
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner
{
    position: relative;
}

.fancybox-inner
{
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner
{
    -webkit-overflow-scrolling: touch;
}

.fancybox-error
{
    font: 14px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;

    margin: 0;
    padding: 15px;

    white-space: nowrap;

    color: #444;
}

.fancybox-image,
.fancybox-iframe
{
    display: block;

    width: 100%;
    height: 100%;
}

.fancybox-image
{
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span
{
    background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading
{
    position: fixed;
    z-index: 8060;
    top: 50%;
    left: 50%;

    margin-top: -22px;
    margin-left: -22px;

    cursor: pointer;

    opacity: .8;
    background-position: 0 -108px;
}

#fancybox-loading div
{
    width: 44px;
    height: 44px;

    background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close
{
    position: absolute;
    z-index: 8040;
    top: -18px;
    right: -18px;

    width: 36px;
    height: 36px;

    cursor: pointer;
}

.fancybox-nav
{
    position: absolute;
    z-index: 8040;
    top: 0;

    width: 40%;
    height: 100%;

    cursor: pointer;
    text-decoration: none;

    background: transparent url('images/blank.gif'); /* helps IE */

    -webkit-tap-highlight-color: transparent;
}

.fancybox-prev
{
    left: 0;
}

.fancybox-next
{
    right: 0;
}

.fancybox-nav span
{
    position: absolute;
    z-index: 8040;
    top: 50%;

    visibility: hidden;

    width: 36px;
    height: 34px;
    margin-top: -18px;

    cursor: pointer;
}

.fancybox-prev span
{
    left: 10px;

    background-position: 0 -36px;
}

.fancybox-next span
{
    right: 10px;

    background-position: 0 -72px;
}

.fancybox-nav:hover span
{
    visibility: visible;
}

.fancybox-tmp
{
    position: absolute;
    top: -99999px;
    left: -99999px;

    visibility: hidden;
    overflow: visible !important;

    max-width: 99999px;
    max-height: 99999px;
}

/* Overlay helper */

.fancybox-lock
{
    overflow: hidden !important;

    width: auto;
}

.fancybox-lock body
{
    overflow: hidden !important;
}

.fancybox-lock-test
{
    overflow-y: hidden !important;
}

.fancybox-overlay
{
    position: absolute;
    z-index: 8010;
    top: 0;
    left: 0;

    display: none;
    overflow: hidden;

    background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed
{
    position: fixed;
    right: 0;
    bottom: 0;
}

.fancybox-lock .fancybox-overlay
{
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title
{
    font: normal 13px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;

    position: relative;
    z-index: 8050;

    visibility: hidden;

    text-shadow: none;
}

.fancybox-opened .fancybox-title
{
    visibility: visible;
}

.fancybox-title-float-wrap
{
    position: absolute;
    z-index: 8050;
    right: 50%;
    bottom: 0;

    margin-bottom: -35px;

    text-align: center;
}

.fancybox-title-float-wrap .child
{
    font-weight: bold;
    line-height: 24px;

    display: inline-block;

    margin-right: -100%;
    padding: 2px 20px;

    white-space: nowrap;

    color: #fff;
    border-radius: 15px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, .8);
    text-shadow: 0 1px 2px #222;
}

.fancybox-title-outside-wrap
{
    position: relative;

    margin-top: 10px;

    color: #fff;
}

.fancybox-title-inside-wrap
{
    padding-top: 10px;
}

.fancybox-title-over-wrap
{
    position: absolute;
    bottom: 0;
    left: 0;

    padding: 10px;

    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

html
{
    box-sizing: border-box;
}

*,
*:before,
*:after
{
    box-sizing: inherit;
}

*
{
    max-height: 1000000px;
}

body
{
    font: 20px/1.75 'Source Sans Pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    min-width: 320px;

    color: #777;
    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img
{
    max-width: 100%;
    height: auto;
}

.gm-style img
{
    max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset
{
    margin: 0 0 1.75em;
}

blockquote
{
    margin-left: 1.75em;
    padding-left: .5em;

    border-left: 4px solid #777;
}

th,
td
{
    padding: .5em;

    text-align: left;
    vertical-align: top;

    border: 1px solid #777;
}

th
{
    text-align: center;
    vertical-align: middle;
}

ul,
ol
{
    padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol
{
    margin: 0;
    padding-left: 3em;
}

ul
{
    list-style-type: disc;
}

dl dt
{
    font-weight: bold;

    float: left;
    clear: left;

    padding-right: .3em;
}

dl dd
{
    overflow: hidden;
}

pre
{
    max-width: 100%;
}

form,
fieldset
{
    margin: 0;
    padding: 0;

    border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea
{
    font: 700 14px/1.1 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: .6em 19px .5em;

    -webkit-transition: border-color .3s linear;
            transition: border-color .3s linear;
    letter-spacing: 1.5px;

    color: #b9b9b9;
    border: 1px solid #f1f4f5;
    -webkit-border-radius: 0;
    background: #f1f4f5;

    -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: #6f1e86;
    outline: none;
}

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
{
    text-transform: uppercase;

    color: #b9b9b9;
}

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
{
    text-transform: uppercase;

    opacity: 1;
    color: #b9b9b9;
}

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
{
    text-transform: uppercase;

    color: #b9b9b9;
}

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
{
    text-transform: uppercase;

    color: #b9b9b9;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder
{
    text-transform: uppercase;

    color: #b9b9b9;
}

select
{
    -webkit-border-radius: 0;
}

textarea
{
    overflow: auto;

    height: auto;

    resize: vertical;
    vertical-align: top;
    white-space: normal;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'],
.btn
{
    font: 700 14px/1.2 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    height: 40px;
    padding: .8em 1.3em .9em;

    cursor: pointer;
    -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
    text-align: center;
    vertical-align: top;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #fff;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 3px;
    background: #6f2a8e -webkit-linear-gradient(left, #9d0b8b 0%, #9d0b8b 25%, #6f1e86 100%);
    background: #6f2a8e linear-gradient(to right, #9d0b8b 0%, #9d0b8b 25%, #6f1e86 100%);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .25);

    -webkit-appearance: none;
}

button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='file']:hover,
input[type='file']:focus,
input[type='submit']:hover,
input[type='submit']:focus,
.btn:hover,
.btn:focus
{
    opacity: .8;
    color: #fff;
}

#main
{
    padding-top: 125px;
    padding-bottom: 101px;

    background: #f1f4f5;
}

#main #content
{
    float: left;

    width: 65.45%;
    padding-top: 0;
    padding-bottom: 0;

    background: none;
}

#main #sidebar
{
    float: right;

    width: 31.2%;
}

#main #sidebar #wp-calendar
{
    width: 100%;
}

#content
{
    padding-top: 125px;
    padding-bottom: 101px;

    background: #f1f4f5;
}

#content .sub-container
{
    position: relative;

    margin-top: -35px;
}

.widget
{
    margin-bottom: 1.75em;
}

.widget ul
{
    padding-left: 2em;
}

.widget select
{
    min-width: 150px;
}

.comment-form label
{
    display: block;

    padding-bottom: 4px;
}

.comment-form textarea
{
    overflow: auto;

    height: 120px;
    min-height: 120px;
    margin: 0;
}

.comment-form textarea,
.comment-form input[type='text']
{
    width: 100%;
    max-width: 300px;
    margin: 0 4px 0 0;
}

.comment-form input[type='submit']
{
    display: block;
    float: none;

    min-width: 194px;
}

.post-password-form label
{
    display: block;

    margin-bottom: 4px;
}

.post-password-form input[type='password']
{
    width: 100%;
    max-width: 300px;
    margin: 0 4px 0 0;
}

.search-form
{
    position: relative;

    margin-bottom: 15px;
}

.search-form:before
{
    font: 13px/1 'icomoon';

    position: absolute;
    position: absolute;
    top: 50%;
    right: 14px;

    content: '\e908';
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    pointer-events: none;

    color: #262626;
}

.search-form [type='search']
{
    font-size: 12px;

    height: 35px;
    padding-right: 32px;

    border: 1px solid #d2d5d6;
    background: #fff;
}

.search-form [type='submit']
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 34px;
    height: auto;
    padding: 0;

    opacity: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.search-form [type='submit']:hover,
.search-form [type='submit']:focus
{
    opacity: 0;
}

.post-password-form input
{
    float: left;
}

.post-password-form input[type='password']
{
    width: 150px;

    border: 1px solid #d2d5d6;
    background: #fff;
}

.commentlist
{
    margin: 0 0 1.75em;
}

.commentlist .edit-link
{
    margin: 0;
}

.commentlist .avatar-holder
{
    float: left;

    margin: 0 1.75em 4px 0;
}

.commentlist-item .commentlist-item
{
    padding: 0;
}

.comment,
.commentlist-holder
{
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item
{
    padding-top: 1.75em;
}

.widget_calendar #next
{
    text-align: right;
}

.gallery-item dt
{
    float: none;

    padding: 0;
}

.navigation,
.navigation-comments
{
    position: relative;

    margin-bottom: 1.75em;

    vertical-align: middle;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text
{
    position: absolute;
    left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers
{
    display: inline-block;

    padding: 0 .4em;

    vertical-align: middle;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev
{
    display: inline-block;

    max-width: 48%;
    padding: .4em 1em;

    -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
    vertical-align: middle;
    text-decoration: none;

    color: #fff;
    border-radius: 3px;
    background: #6f2a8e -webkit-linear-gradient(left, #9d0b8b 0%, #9d0b8b 25%, #6f1e86 100%);
    background: #6f2a8e linear-gradient(to right, #9d0b8b 0%, #9d0b8b 25%, #6f1e86 100%);
}

.navigation .next:hover,
.navigation .next:focus,
.navigation .prev:hover,
.navigation .prev:focus,
.navigation-comments .next:hover,
.navigation-comments .next:focus,
.navigation-comments .prev:hover,
.navigation-comments .prev:focus
{
    opacity: .7;
}

.navigation-single
{
    margin-bottom: 1.75em;
}

.navigation-single .next,
.navigation-single .prev
{
    float: left;

    max-width: 48%;

    -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
    vertical-align: middle;
    text-decoration: none;

    color: #fff;
    border-radius: 3px;
    background: #6f2a8e -webkit-linear-gradient(left, #9d0b8b 0%, #9d0b8b 25%, #6f1e86 100%);
    background: #6f2a8e linear-gradient(to right, #9d0b8b 0%, #9d0b8b 25%, #6f1e86 100%);
}

.navigation-single .next:hover,
.navigation-single .next:focus,
.navigation-single .prev:hover,
.navigation-single .prev:focus
{
    opacity: .7;
}

.navigation-single .next a,
.navigation-single .prev a
{
    display: block;

    padding: .4em 1em;

    text-decoration: none;

    color: inherit;
}

.navigation-single .next
{
    float: right;
}

.wp-caption
{
    clear: both;

    max-width: 100%;
    margin-bottom: 1.75em;
    padding: .4em;

    border: 1px solid #777;
}

.wp-caption img
{
    margin: 0;

    vertical-align: top;
}

.wp-caption p
{
    margin: .4em 0 0;
}

div.aligncenter
{
    margin: 0 auto 1.75em;
}

img.aligncenter
{
    display: block;

    margin: 0 auto;
}

.alignleft
{
    float: left;

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

    margin: 0 0 4px 1.75em;
}

.mejs-container
{
    margin-bottom: 1.75em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor
{
    height: auto;
}

#wp-calendar tbody td
{
    text-align: center;
}

#wp-calendar td,
#wp-calendar th
{
    border: 1px solid #777;
}

#wp-calendar caption
{
    padding: 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h
{
    font-family: inherit;
    font-weight: 400;
    line-height: 1.3;

    margin: 0 0 .5em;

    color: #262626;
}

h1,
.h1
{
    font-size: 45px;
}

h2,
.h2
{
    font-size: 35px;
}

h3,
.h3
{
    font-size: 30px;
}

h4,
.h4
{
    font-size: 25px;
}

h5,
.h5
{
    font-size: 20px;
}

h6,
.h6
{
    font-size: 17px;
}

p
{
    margin: 0 0 1em;
}

a
{
    -webkit-transition: color .3s linear, background .3s linear, opacity .3s linear;
            transition: color .3s linear, background .3s linear, opacity .3s linear;
    text-decoration: none;

    color: #6f1e86;
}

a:hover,
a:focus
{
    color: #a32cc5;
}

mark
{
    font-weight: 700;

    padding: 0;

    color: #6f1e86;
    background: none;
}

#wrapper
{
    position: relative;

    overflow: hidden;

    width: 100%;
}

.container
{
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.sub-container
{
    max-width: 890px;
    margin-right: auto;
    margin-left: auto;
}

.for-sr
{
    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.category-category-two a
{
    color: #1978b6;
}

.category-category-two a:hover,
.category-category-two a:focus
{
    color: #38a0e4;
}

.category-category-two mark
{
    color: #1978b6;
}

.category-category-two input[type='text']:focus,
.category-category-two input[type='tel']:focus,
.category-category-two input[type='email']:focus,
.category-category-two input[type='search']:focus,
.category-category-two input[type='password']:focus,
.category-category-two textarea:focus
{
    border-color: #1978b6;
}

.category-category-two button,
.category-category-two input[type='button'],
.category-category-two input[type='reset'],
.category-category-two input[type='file'],
.category-category-two input[type='submit'],
.category-category-two .btn
{
    color: #fff;
    background: #1978b6 -webkit-linear-gradient(left, #1ebbdb 0%, #1978b6 100%);
    background: #1978b6 linear-gradient(to right, #1ebbdb 0%, #1978b6 100%);
}

.category-category-two button:hover,
.category-category-two button:focus,
.category-category-two input[type='button']:hover,
.category-category-two input[type='button']:focus,
.category-category-two input[type='reset']:hover,
.category-category-two input[type='reset']:focus,
.category-category-two input[type='file']:hover,
.category-category-two input[type='file']:focus,
.category-category-two input[type='submit']:hover,
.category-category-two input[type='submit']:focus,
.category-category-two .btn:hover,
.category-category-two .btn:focus
{
    color: #fff;
}

.category-category-two .jcf-select-drop .jcf-hover,
.category-category-two .jcf-list-box .jcf-selected
{
    background: #1978b6;
}

.category-category-two .jcf-focus,
.category-category-two .jcf-focus *
{
    border-color: #1978b6 !important;
}

.category-category-two .jcf-select-drop .jcf-select-drop-content
{
    border-color: #1978b6;
}

.category-category-two .feature-post .btn
{
    background: #1978b6;
}

.category-category-two .view-options li.active a,
.category-category-two .view-options a:hover
{
    color: #1978b6;
}

.category-category-two .social-networks a:hover,
.category-category-two .social-networks a:focus
{
    color: #1978b6;
}

.category-category-two .banner.style-1 .b-holder
{
    background: #1978b6 -webkit-linear-gradient(left, #1ebbdb 0%, #1978b6 100%);
    background: #1978b6 linear-gradient(to right, #1ebbdb 0%, #1978b6 100%);
}

.category-category-two .cycle-gallery .btn-prev,
.category-category-two .cycle-gallery .btn-next
{
    background: #1978b6;
}

.category-category-two .cycle-gallery .pagination ul li.active a,
.category-category-two .cycle-gallery .pagination ul li a:hover
{
    background: #1978b6;
}

.category-category-two .fancybox-wrap .fancybox-close
{
    background: #1978b6;
}

.category-category-two .accordion .title
{
    color: #1978b6;
}

.category-category-two .accordion .opener
{
    background: #1978b6;
}

.category-category-two .comment-respond .comment-form textarea:focus,
.category-category-two .comment-respond .comment-form input[type='email']:focus,
.category-category-two .comment-respond .comment-form input[type='text']:focus
{
    border-color: #1978b6;
}

.category-category-two .post-content blockquote
{
    color: #1978b6;
}

.category-category-two .content-wrap-toggle b,
.category-category-two .content-wrap-toggle i
{
    background: #1978b6;
}

.category-category-two .widget .search-form [type='search']:focus,
.category-category-two #header .search-form [type='search']:focus
{
    border-color: #1978b6;
}

.category-category-two .navigation.pagination .next.page-numbers
{
    color: #1978b6;
}

.category-category-two .navigation.pagination .next.page-numbers:hover,
.category-category-two .navigation.pagination .next.page-numbers:focus
{
    color: #38a0e4;
}

.category-category-three a
{
    color: #f99900;
}

.category-category-three a:hover,
.category-category-three a:focus
{
    color: #ffb847;
}

.category-category-three mark
{
    color: #f99900;
}

.category-category-three input[type='text']:focus,
.category-category-three input[type='tel']:focus,
.category-category-three input[type='email']:focus,
.category-category-three input[type='search']:focus,
.category-category-three input[type='password']:focus,
.category-category-three textarea:focus
{
    border-color: #f99900;
}

.category-category-three button,
.category-category-three input[type='button'],
.category-category-three input[type='reset'],
.category-category-three input[type='file'],
.category-category-three input[type='submit'],
.category-category-three .btn
{
    color: #fff;
    background: #f99900 -webkit-linear-gradient(left, #f2cd00 0%, #f99900 100%);
    background: #f99900 linear-gradient(to right, #f2cd00 0%, #f99900 100%);
}

.category-category-three button:hover,
.category-category-three button:focus,
.category-category-three input[type='button']:hover,
.category-category-three input[type='button']:focus,
.category-category-three input[type='reset']:hover,
.category-category-three input[type='reset']:focus,
.category-category-three input[type='file']:hover,
.category-category-three input[type='file']:focus,
.category-category-three input[type='submit']:hover,
.category-category-three input[type='submit']:focus,
.category-category-three .btn:hover,
.category-category-three .btn:focus
{
    color: #fff;
}

.category-category-three .jcf-select-drop .jcf-hover,
.category-category-three .jcf-list-box .jcf-selected
{
    background: #f99900;
}

.category-category-three .jcf-focus,
.category-category-three .jcf-focus *
{
    border-color: #f99900 !important;
}

.category-category-three .jcf-select-drop .jcf-select-drop-content
{
    border-color: #f99900;
}

.category-category-three .feature-post .btn
{
    background: #f99900;
}

.category-category-three .view-options li.active a,
.category-category-three .view-options a:hover
{
    color: #f99900;
}

.category-category-three .social-networks a:hover,
.category-category-three .social-networks a:focus
{
    color: #f99900;
}

.category-category-three .banner.style-1 .b-holder
{
    background: #f99900 -webkit-linear-gradient(left, #f2cd00 0%, #f99900 100%);
    background: #f99900 linear-gradient(to right, #f2cd00 0%, #f99900 100%);
}

.category-category-three .cycle-gallery .btn-prev,
.category-category-three .cycle-gallery .btn-next
{
    background: #f99900;
}

.category-category-three .cycle-gallery .pagination ul li.active a,
.category-category-three .cycle-gallery .pagination ul li a:hover
{
    background: #f99900;
}

.category-category-three .fancybox-wrap .fancybox-close
{
    background: #f99900;
}

.category-category-three .accordion .title
{
    color: #f99900;
}

.category-category-three .accordion .opener
{
    background: #f99900;
}

.category-category-three .comment-respond .comment-form textarea:focus,
.category-category-three .comment-respond .comment-form input[type='email']:focus,
.category-category-three .comment-respond .comment-form input[type='text']:focus
{
    border-color: #f99900;
}

.category-category-three .post-content blockquote
{
    color: #f99900;
}

.category-category-three .content-wrap-toggle b,
.category-category-three .content-wrap-toggle i
{
    background: #f99900;
}

.category-category-three .widget .search-form [type='search']:focus,
.category-category-three #header .search-form [type='search']:focus
{
    border-color: #f99900;
}

.category-category-three .navigation.pagination .next.page-numbers
{
    color: #f99900;
}

.category-category-three .navigation.pagination .next.page-numbers:hover,
.category-category-three .navigation.pagination .next.page-numbers:focus
{
    color: #ffb847;
}

.category-category-four a
{
    color: #c53131;
}

.category-category-four a:hover,
.category-category-four a:focus
{
    color: #da6969;
}

.category-category-four mark
{
    color: #c53131;
}

.category-category-four input[type='text']:focus,
.category-category-four input[type='tel']:focus,
.category-category-four input[type='email']:focus,
.category-category-four input[type='search']:focus,
.category-category-four input[type='password']:focus,
.category-category-four textarea:focus
{
    border-color: #c53131;
}

.category-category-four button,
.category-category-four input[type='button'],
.category-category-four input[type='reset'],
.category-category-four input[type='file'],
.category-category-four input[type='submit'],
.category-category-four .btn
{
    color: #fff;
    background: #c53131 -webkit-linear-gradient(left, #ed793b 0%, #c53131 100%);
    background: #c53131 linear-gradient(to right, #ed793b 0%, #c53131 100%);
}

.category-category-four button:hover,
.category-category-four button:focus,
.category-category-four input[type='button']:hover,
.category-category-four input[type='button']:focus,
.category-category-four input[type='reset']:hover,
.category-category-four input[type='reset']:focus,
.category-category-four input[type='file']:hover,
.category-category-four input[type='file']:focus,
.category-category-four input[type='submit']:hover,
.category-category-four input[type='submit']:focus,
.category-category-four .btn:hover,
.category-category-four .btn:focus
{
    color: #fff;
}

.category-category-four .jcf-select-drop .jcf-hover,
.category-category-four .jcf-list-box .jcf-selected
{
    background: #c53131;
}

.category-category-four .jcf-focus,
.category-category-four .jcf-focus *
{
    border-color: #c53131 !important;
}

.category-category-four .jcf-select-drop .jcf-select-drop-content
{
    border-color: #c53131;
}

.category-category-four .feature-post .btn
{
    background: #c53131;
}

.category-category-four .view-options li.active a,
.category-category-four .view-options a:hover
{
    color: #c53131;
}

.category-category-four .social-networks a:hover,
.category-category-four .social-networks a:focus
{
    color: #c53131;
}

.category-category-four .banner.style-1 .b-holder
{
    background: #c53131 -webkit-linear-gradient(left, #ed793b 0%, #c53131 100%);
    background: #c53131 linear-gradient(to right, #ed793b 0%, #c53131 100%);
}

.category-category-four .cycle-gallery .btn-prev,
.category-category-four .cycle-gallery .btn-next
{
    background: #c53131;
}

.category-category-four .cycle-gallery .pagination ul li.active a,
.category-category-four .cycle-gallery .pagination ul li a:hover
{
    background: #c53131;
}

.category-category-four .fancybox-wrap .fancybox-close
{
    background: #c53131;
}

.category-category-four .accordion .title
{
    color: #c53131;
}

.category-category-four .accordion .opener
{
    background: #c53131;
}

.category-category-four .comment-respond .comment-form textarea:focus,
.category-category-four .comment-respond .comment-form input[type='email']:focus,
.category-category-four .comment-respond .comment-form input[type='text']:focus
{
    border-color: #c53131;
}

.category-category-four .post-content blockquote
{
    color: #c53131;
}

.category-category-four .content-wrap-toggle b,
.category-category-four .content-wrap-toggle i
{
    background: #c53131;
}

.category-category-four .widget .search-form [type='search']:focus,
.category-category-four #header .search-form [type='search']:focus
{
    border-color: #c53131;
}

.category-category-four .navigation.pagination .next.page-numbers
{
    color: #c53131;
}

.category-category-four .navigation.pagination .next.page-numbers:hover,
.category-category-four .navigation.pagination .next.page-numbers:focus
{
    color: #da6969;
}

.category-category-five a
{
    color: #00a651;
}

.category-category-five a:hover,
.category-category-five a:focus
{
    color: #00f376;
}

.category-category-five mark
{
    color: #00a651;
}

.category-category-five input[type='text']:focus,
.category-category-five input[type='tel']:focus,
.category-category-five input[type='email']:focus,
.category-category-five input[type='search']:focus,
.category-category-five input[type='password']:focus,
.category-category-five textarea:focus
{
    border-color: #00a651;
}

.category-category-five button,
.category-category-five input[type='button'],
.category-category-five input[type='reset'],
.category-category-five input[type='file'],
.category-category-five input[type='submit'],
.category-category-five .btn
{
    color: #fff;
    background: #00a651 -webkit-linear-gradient(left, #00f472 0%, #00a651 100%);
    background: #00a651 linear-gradient(to right, #00f472 0%, #00a651 100%);
}

.category-category-five button:hover,
.category-category-five button:focus,
.category-category-five input[type='button']:hover,
.category-category-five input[type='button']:focus,
.category-category-five input[type='reset']:hover,
.category-category-five input[type='reset']:focus,
.category-category-five input[type='file']:hover,
.category-category-five input[type='file']:focus,
.category-category-five input[type='submit']:hover,
.category-category-five input[type='submit']:focus,
.category-category-five .btn:hover,
.category-category-five .btn:focus
{
    color: #fff;
}

.category-category-five .jcf-select-drop .jcf-hover,
.category-category-five .jcf-list-box .jcf-selected
{
    background: #00a651;
}

.category-category-five .jcf-focus,
.category-category-five .jcf-focus *
{
    border-color: #00a651 !important;
}

.category-category-five .jcf-select-drop .jcf-select-drop-content
{
    border-color: #00a651;
}

.category-category-five .feature-post .btn
{
    background: #00a651;
}

.category-category-five .view-options li.active a,
.category-category-five .view-options a:hover
{
    color: #00a651;
}

.category-category-five .social-networks a:hover,
.category-category-five .social-networks a:focus
{
    color: #00a651;
}

.category-category-five .banner.style-1 .b-holder
{
    background: #00a651 -webkit-linear-gradient(left, #00f472 0%, #00a651 100%);
    background: #00a651 linear-gradient(to right, #00f472 0%, #00a651 100%);
}

.category-category-five .cycle-gallery .btn-prev,
.category-category-five .cycle-gallery .btn-next
{
    background: #00a651;
}

.category-category-five .cycle-gallery .pagination ul li.active a,
.category-category-five .cycle-gallery .pagination ul li a:hover
{
    background: #00a651;
}

.category-category-five .fancybox-wrap .fancybox-close
{
    background: #00a651;
}

.category-category-five .accordion .title
{
    color: #00a651;
}

.category-category-five .accordion .opener
{
    background: #00a651;
}

.category-category-five .comment-respond .comment-form textarea:focus,
.category-category-five .comment-respond .comment-form input[type='email']:focus,
.category-category-five .comment-respond .comment-form input[type='text']:focus
{
    border-color: #00a651;
}

.category-category-five .post-content blockquote
{
    color: #00a651;
}

.category-category-five .content-wrap-toggle b,
.category-category-five .content-wrap-toggle i
{
    background: #00a651;
}

.category-category-five .widget .search-form [type='search']:focus,
.category-category-five #header .search-form [type='search']:focus
{
    border-color: #00a651;
}

.category-category-five .navigation.pagination .next.page-numbers
{
    color: #00a651;
}

.category-category-five .navigation.pagination .next.page-numbers:hover,
.category-category-five .navigation.pagination .next.page-numbers:focus
{
    color: #00f376;
}

#header
{
    position: absolute;
    z-index: 7777;
    top: 0;
    right: 0;
    left: 0;

    background: #fff;
}

#header .logo
{
    float: left;

    margin-top: 8px;
}

#header .h-rt-content
{
    float: right;

    width: calc(100% - 300px);

    text-align: right;
}

#header .search-form
{
    display: inline-block;

    width: 275px;
    margin-bottom: 0;
    margin-left: 24px;

    vertical-align: middle;
}

#header .search-form [type='search']
{
    border-color: #f1f4f5;
    background: #f1f4f5;
}

#header .search-form [type='search']:focus
{
    border-color: #6f1e86;
}

.logo
{
    width: 175px;
    height: auto;
}

.h-holder
{
    padding-top: 21px;
    padding-bottom: 21px;
}

#nav
{
    border-bottom: 1px solid #d2d5d6;
    background: #f1f4f5;
}

#nav ul
{
    font: 700 14px/1.1 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: table;

    width: 100%;
    padding-top: 20px;
    padding-bottom: 21px;

    letter-spacing: 2px;
    text-transform: uppercase;
}

#nav ul li
{
    position: relative;

    display: table-cell;

    min-width: 82px;
    padding: 7px 7px 8px;

    text-align: center;
    vertical-align: middle;
}

#nav ul li:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 1px;

    content: '';

    background: #d2d5d6;
}

#nav ul li:first-child a
{
    color: #000;
}

#nav ul li:last-child:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 1px;

    content: '';

    background: #d2d5d6;
}

#nav ul li a
{
    display: inline-block;

    -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
    vertical-align: top;

    color: #6f1e86;
}

#nav ul li a:hover,
#nav ul li a:focus
{
    opacity: .7;
}

#nav ul li a.n-blue
{
    color: #1978b6;
}

#nav ul li a.n-orange
{
    color: #f99900;
}

#nav ul li a.n-red
{
    color: #c53131;
}

#nav ul li a.n-green
{
    color: #00a651;
}

#nav ul li a > span:not(.for-sr)
{
    display: inline-block;

    padding-left: 3px;

    vertical-align: middle;
}

#nav ul li [class^='icon-']
{
    font-size: 141%;

    display: inline-block;

    vertical-align: middle;
}

.content-wrap-toggle
{
    display: none;
}

.jcf-select.jcf-select-lang-selection
{
    display: inline-block;

    width: auto;
    min-width: 0;
    height: auto;

    text-align: left;
    vertical-align: middle;

    border: none;
    background: none;
}

.jcf-select.jcf-select-lang-selection .jcf-select-text
{
    font-size: 1px;
    line-height: 1;

    margin-right: 18px;
    margin-left: 0;
}

.jcf-select.jcf-select-lang-selection .jcf-select-text img
{
    vertical-align: top;
}

.jcf-select.jcf-select-lang-selection .jcf-select-opener
{
    width: 10px;
}

.jcf-select.jcf-select-lang-selection .jcf-select-opener:before
{
    color: #777;
}

.jcf-select-drop.jcf-select-lang-selection .jcf-select-drop-content
{
    border: none;
}

.jcf-select-drop.jcf-select-lang-selection .jcf-list
{
    padding-top: 6px;

    background: none;
}

.jcf-select-drop.jcf-select-lang-selection .jcf-option
{
    padding: 0;

    -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
}

.jcf-select-drop.jcf-select-lang-selection .jcf-option img
{
    vertical-align: top;
}

.jcf-select-drop.jcf-select-lang-selection .jcf-hover,
.jcf-select-drop.jcf-select-lang-selection .jcf-selected
{
    opacity: .5;
    background: none;
}

.banner
{
    position: relative;

    display: table;

    width: 100%;

    text-align: center;

    color: #fff;
}

.banner.style-1 .b-holder,
.banner.style-2 .b-holder
{
    height: 225px;
}

.banner.style-1 .container,
.banner.style-2 .container
{
    padding-bottom: 36px;
}

.banner.style-1 h1,
.banner.style-2 h1
{
    font-size: 55px;
    font-weight: 400;

    margin-top: 0;
    margin-bottom: 0;

    text-transform: none;

    color: #fff;
}

.banner.style-1 .b-holder
{
    background: #9d0b8b -webkit-linear-gradient(left, #9d0b8b 0%, #9d0b8b 25%, #6f1e86 100%);
    background: #9d0b8b linear-gradient(to right, #9d0b8b 0%, #9d0b8b 25%, #6f1e86 100%);
}

.banner.style-2 .b-holder
{
    background: #3b3b3b;
}

.banner .bg-stretch
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-position: 50% 50%;
    background-size: cover;
}

.banner .b-holder
{
    position: relative;

    display: table-cell;

    height: 475px;

    vertical-align: middle;

    background: rgba(0, 0, 0, .5);
}

.banner .container
{
    position: relative;
    z-index: 1;

    padding-top: 30px;
    padding-bottom: 43px;
}

.banner h1
{
    font-size: 75px;
    font-weight: 300;

    margin-top: 0;
    margin-bottom: 0;

    color: #fff;
}

.cols-wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-right: -20px;
    margin-left: -20px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.cols-wrap.three-cols .col
{
    width: 33.33%;
}

.cols-wrap .col
{
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

.latest-posts-block
{
    padding-top: 85px;
    padding-bottom: 60px;
}

.latest-posts-block.style-1
{
    padding-top: 77px;
    padding-bottom: 0;
}

.latest-posts-block.style-1 .cols-wrap .col
{
    padding-bottom: 0;
}

.latest-posts-block h2
{
    font-size: 55px;

    margin-bottom: .58em;

    text-align: center;
    text-transform: capitalize;
}

.latest-posts-block h2 small
{
    font: 700 33%/1 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: block;

    padding-bottom: 13px;

    letter-spacing: 4px;
    text-transform: uppercase;
}

.latest-posts-block .cols-wrap .col
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding-bottom: 40px;
}

.post-box
{
    font-size: 35px;
    font-weight: 300;
    line-height: 1.2;

    position: relative;
    z-index: 0;

    width: 100%;
    padding: 69px 50px 42px;

    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

.post-box:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background: rgba(0, 0, 0, .7);
}

.post-box a
{
    color: #fff;
}

.post-box a:hover,
.post-box a:focus
{
    opacity: .8;
    color: #fff;
}

.post-box .header
{
    font-family: 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    line-height: 1.1;

    position: relative;

    margin-bottom: 32px;
    padding-bottom: 37px;

    text-transform: uppercase;
}

.post-box .header:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 101px;
    height: 3px;

    content: '';

    background: rgba(255, 255, 255, .5);
}

.post-box .header time
{
    font-size: 14px;

    display: block;

    padding-bottom: 7px;

    letter-spacing: 1.5px;

    color: rgba(255, 255, 255, .5);
}

.post-box .header .category
{
    font-size: 18px;

    letter-spacing: 3.5px;
}

.post-box p
{
    margin-bottom: .5em;
}

.view-options
{
    font-size: 20px;
    line-height: 1;

    position: relative;
    z-index: 1;

    margin-top: -27px;
    margin-bottom: 7px;

    text-align: right;
    letter-spacing: -5px;
}

.view-options > *
{
    display: inline-block;

    vertical-align: top;
    letter-spacing: 0;
}

.view-options li
{
    margin-left: 10px;
}

.view-options li.active a
{
    color: #6f1e86;
}

.view-options a
{
    display: block;

    color: #b9b9b9;
}

.view-options a:hover
{
    color: #6f1e86;
}

.view-options [class^='icon-']
{
    display: block;
}

.view-options [class^='icon-'].icon-thumbnail
{
    font-size: 18px;

    position: relative;
    top: 1px;
}

.posts-block
{
    position: relative;

    margin-top: -50px;
}

.posts-block .col
{
    padding-top: 50px;
}

.post-area
{
    font-size: 18px;
    line-height: 1.25;

    background: #fff;
}

.post-area .t-area
{
    font: 14px/1.1 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    position: relative;

    padding: 29px 210px 30px 50px;

    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.post-area .category
{
    font-weight: 700;

    display: inline-block;

    vertical-align: top;
}

.post-area .category a
{
    color: #6f1e86;
}

.post-area .category a:hover
{
    opacity: .7;
}

.post-area .category.n-blue a
{
    color: #1978b6;
}

.post-area .category.n-orange a
{
    color: #f99900;
}

.post-area .category.n-red a
{
    color: #c53131;
}

.post-area .category.n-green a
{
    color: #00a651;
}

.post-area .t-rt-area
{
    position: absolute;
    right: 50px;

    width: 160px;

    text-align: right;

    color: #b9b9b9;
}

.post-area .img
{
    position: relative;

    display: block;

    background-position: 50% 50%;
    background-size: cover;
}

.post-area .img:after
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    padding-top: 39.4%;

    content: '';
}

.post-area .des
{
    padding: 42px 50px 49px;
}

.post-area h2
{
    line-height: 1.2;

    margin-bottom: .6em;
}

.post-area h2 a
{
    color: #262626;
}

.post-area h2 a:hover
{
    opacity: .7;
    color: #262626;
}

.post-area p
{
    margin-bottom: 1.02em;
}

.post-area .date-author
{
    padding-bottom: 45px;

    letter-spacing: -5px;
}

.post-area .date-author > *
{
    display: inline-block;

    vertical-align: top;
    letter-spacing: 0;
}

.post-area .date-author > *
{
    vertical-align: middle;
}

.post-area .date-author .thumb
{
    overflow: hidden;

    width: 50px;
    height: 50px;

    border-radius: 50%;
}

.post-area .date-author .txt-wrap
{
    font: 700 14px/1.3 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    max-width: calc(100% - 50px);
    padding-left: 14px;

    text-align: left;
    letter-spacing: 1px;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #b9b9b9;
}

.post-area .date-author .txt-wrap .by
{
    font-weight: 700;

    display: block;

    padding-bottom: 2px;

    color: #777;
}

.post-area .date-author .txt-wrap time
{
    font-weight: 400;
}

.post-area .read-more
{
    line-height: 1.2;

    display: block;

    text-transform: capitalize;
}

.post-area .read-more a
{
    position: relative;

    display: inline-block;

    padding-right: 16px;

    vertical-align: top;
}

.post-area .read-more a:after
{
    font: 57%/1 'icomoon';

    position: absolute;
    top: 50%;
    right: 0;

    margin-top: 2px;

    content: '\e900';
    -webkit-transform: translate(0, -50%) rotate(-90deg);
        -ms-transform: translate(0, -50%) rotate(-90deg);
            transform: translate(0, -50%) rotate(-90deg);
}

.social-networks
{
    line-height: 1;

    margin-right: -12px;
    margin-left: -12px;

    letter-spacing: -5px;
}

.social-networks > *
{
    display: inline-block;

    vertical-align: top;
    letter-spacing: 0;
}

.social-networks li
{
    padding: 0 12px 5px;
}

.social-networks a
{
    display: block;

    color: #b9b9b9;
}

.social-networks a:hover,
.social-networks a:focus
{
    color: #6f1e86;
}

#lang_sel
{
    height: auto;

    text-align: left;
    vertical-align: middle;
}

#lang_sel li
{
    float: none;

    width: auto;
}

#lang_sel li.hover ul
{
    visibility: visible;
}

#lang_sel a,
#lang_sel a:visited
{
    font-size: 1px;
    line-height: 1;

    padding-right: 18px;
    padding-left: 0;

    border: none;
}

#lang_sel a.lang_sel_sel
{
    position: relative;

    pointer-events: none;

    background: none;
}

#lang_sel a.lang_sel_sel:after
{
    font: 6px/1 'icomoon';

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e900';
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);

    color: #777;
}

#lang_sel ul ul
{
    top: 100%;

    width: auto;

    border: none;
}

#lang_sel ul ul li
{
    padding-top: 5px !important;
}

#lang_sel ul ul a,
#lang_sel ul ul a:visited
{
    line-height: 1;

    padding: 0;

    border: none;
    background: none;
}

#lang_sel ul ul a
{
    -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;

    background: none !important;
}

#lang_sel ul ul a:hover
{
    opacity: .5;
}

#lang_sel img.iclflag
{
    display: block;
}

.widget
{
    font-size: 18px;
    line-height: 1.2;

    margin-bottom: 50px;
    padding: 44px 49px 69px;

    background: #fff;
}

.widget .widget_wysija_cont .wysija-paragraph
{
    margin-bottom: 10px;
    padding-top: 26px;
}

.widget .widget_wysija_cont .wysija-submit
{
    width: 100%;
    margin-top: 0;
}

.widget h3
{
    font: 700 18px/1.1 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    margin-bottom: .7em;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.widget p
{
    margin-bottom: 1.45em;
}

.widget input[type='text'],
.widget input[type='tel'],
.widget input[type='email'],
.widget input[type='search'],
.widget input[type='password'],
.widget textarea
{
    font-size: 12px;

    height: 35px;
}

.widget textarea
{
    height: auto;
}

.widget .jcf-select
{
    height: 35px;
}

.widget .jcf-select .jcf-select-text
{
    font-size: 12px;
    line-height: 35px;
}

.widget .search-form [type='search']
{
    border-color: #f1f4f5;
    background: #f1f4f5;
}

.widget .search-form [type='search']:focus
{
    border-color: #6f1e86;
}

.subscription-form [type='email']
{
    margin-bottom: 10px;
}

.subscription-form [type='submit']
{
    width: 100%;
}

.widget_search
{
    padding-bottom: 60px;
}

.widget_search h3
{
    margin-bottom: .9em;
}

.widget_search .search-form
{
    margin-bottom: 0;
}

.widgets-block
{
    margin-bottom: 50px;
    padding: 21px 49px 13px;

    background: #fff;
}

.widgets-block .widget
{
    margin-bottom: 0;
    padding: 43px 0 46px;
}

.widgets-block .widget + .widget
{
    border-top: 1px solid #d2d5d6;
}

.widgets-block .widget.widget_text
{
    padding-bottom: 19px;
}

.widget.popular-posts ul li
{
    color: #b9b9b9;
}

.widget.popular-posts ul li + li
{
    padding-top: 21px;
}

.widget.popular-posts ul .wpp-post-title:after
{
    display: block;

    margin-bottom: 7px;

    content: '';
}

.widget.popular-posts ul time
{
    display: block;

    padding-top: 7px;

    color: #b9b9b9;
}

.widget.widget_tweets ul li + li
{
    padding-top: 22px;
}

.widget_follow
{
    text-align: center;
}

.widget_follow .social-networks
{
    font-size: 25px;

    padding-top: 14px;
    padding-left: 0;
}

.widget_archive
{
    padding-bottom: 60px;
}

.widget_archive h3
{
    margin-bottom: .95em;
}

.feature-post .btn
{
    min-width: 204px;
    margin-bottom: 15px;

    color: #fff;
    border-radius: 0;
    background: #6f1e86;
    box-shadow: none;
}

.feature-post .btn:hover,
.feature-post .btn:focus
{
    color: #fff;
}

.feature-post .btn.n-blue
{
    background: #1978b6;
}

.feature-post .btn.n-orange
{
    background: #f99900;
}

.feature-post .btn.n-red
{
    background: #c53131;
}

.feature-post .btn.n-green
{
    background: #00a651;
}

.feature-post h2
{
    font-size: 55px;

    margin-bottom: .6em;

    color: #fff;
}

.feature-post h2 a
{
    color: #fff;
}

.feature-post h2 a:hover,
.feature-post h2 a:focus
{
    opacity: .7;
}

.feature-post .date-author
{
    padding-bottom: 48px;

    letter-spacing: -5px;
}

.feature-post .date-author > *
{
    display: inline-block;

    vertical-align: top;
    letter-spacing: 0;
}

.feature-post .date-author > *
{
    vertical-align: middle;
}

.feature-post .date-author .thumb
{
    overflow: hidden;

    width: 50px;
    height: 50px;

    border-radius: 50%;
}

.feature-post .date-author .txt-wrap
{
    font: 700 14px/1.3 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    max-width: calc(100% - 50px);
    padding-left: 20px;

    text-align: left;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #b9b9b9;
}

.feature-post .date-author .txt-wrap a
{
    color: #b9b9b9;
}

.feature-post .date-author .txt-wrap a:hover,
.feature-post .date-author .txt-wrap a:focus
{
    opacity: .7;
}

.feature-post .date-author .txt-wrap time
{
    font-weight: 400;
}

.btn-more,
a.btn-more
{
    font: 700 14px/1.2 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    min-width: 182px;
    height: 44px;
    padding: .85em 1.3em .9em;

    -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
    text-align: center;
    vertical-align: top;
    letter-spacing: 2px;
    word-spacing: 2px;
    text-transform: uppercase;

    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
}

.btn-more:hover,
.btn-more:focus,
a.btn-more:hover,
a.btn-more:focus
{
    opacity: .7;
    color: #fff;
}

.back
{
    font-size: 18px;

    position: relative;

    display: inline-block;

    margin-bottom: 10px;
    padding-left: 15px;

    vertical-align: top;
    text-transform: capitalize;
}

.back:before
{
    font: 9px/1 icomoon;

    position: absolute;
    top: 12px;
    left: 0;

    content: '\e900';
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.post-content
{
    position: relative;

    margin-bottom: 12px;
    padding-top: 34px;
    padding-right: 49px;
    padding-left: 51px;

    background: #fff;
}

.post-content p
{
    margin-bottom: 1.4em;
}

.post-content h1,
.post-content .h1,
.post-content h2,
.post-content .h2,
.post-content h3,
.post-content .h3,
.post-content h4,
.post-content .h4,
.post-content h5,
.post-content .h5,
.post-content h6,
.post-content .h6,
.post-content .h
{
    font-weight: 600;

    color: #3b3b3b;
}

.post-content h4
{
    font-size: 24px;
    line-height: 1.2;

    margin-bottom: 4px;
}

.post-content .cycle-gallery
{
    margin: 56px -49px 36px -51px;
}

.post-content blockquote
{
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;

    margin: 60px 0 59px;
    padding-top: 40px;
    padding-bottom: 43px;

    text-align: center;

    color: #6f1e86;
    border-top: 1px solid #d2d5d6;
    border-bottom: 1px solid #d2d5d6;
    border-left: 0;
}

.post-content .networks-wrap
{
    max-width: 200px;

    text-align: center;
}

.post-content .networks-wrap .container
{
    padding-right: 0;
    padding-left: 0;
}

.post-content .networks-wrap .title
{
    font: 700 14px/1.2 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: none;
    overflow: hidden;

    width: auto;
    margin-bottom: 19px;

    white-space: nowrap;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-overflow: ellipsis;

    color: #000;
}

.post-content .social-networks
{
    font-size: 0;
    line-height: 0;

    text-align: center;
}

.post-content .social-networks li
{
    padding-right: 10px;
    padding-left: 10px;
}

.post-content .social-networks li a
{
    font-size: 34px;
    line-height: 1;

    display: block;
    float: none;

    margin: 0;
    padding: 0;
}

.post-content .social-networks li a:hover
{
    opacity: .7;
}

.post-content .social-networks .icon-facebook
{
    color: #3460a1;
}

.post-content .social-networks .icon-twitter
{
    color: #28aae1;
}

.post-content .social-networks .icon-linkedin
{
    color: #136d9d;
}

.post-content .accordion p
{
    margin-bottom: 1em;
}

.top-bar
{
    font: 14px/1.2 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 39px;
    padding-bottom: 28px;

    letter-spacing: 1.6px;

    border-bottom: 1px solid #d2d5d6;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.top-bar .title
{
    font-weight: 700;

    width: 25%;
    padding-bottom: 5px;

    text-transform: uppercase;
}

.top-bar .title a
{
    color: #6f1e86;
}

.top-bar .title a:hover
{
    opacity: .7;
}

.top-bar .title a.n-blue
{
    color: #1978b6;
}

.top-bar .title a.n-orange
{
    color: #f99900;
}

.top-bar .title a.n-red
{
    color: #c53131;
}

.top-bar .title a.n-green
{
    color: #00a651;
}

.top-bar .views
{
    width: 22.6%;
    padding-bottom: 5px;

    text-align: right;
    text-transform: uppercase;
}

.cycle-gallery
{
    position: relative;

    padding-top: 34px;
    padding-right: 69px;
    padding-bottom: 12px;
    padding-left: 69px;
}

.cycle-gallery:before,
.cycle-gallery:after
{
    position: absolute;
    top: 33px;
    bottom: 63px;
    left: 0;

    width: 50px;

    content: '';

    background: url(images/img08.jpg) 50% 50%/cover no-repeat;
}

.cycle-gallery:after
{
    right: 0;
    left: auto;

    background-image: url(images/img09.jpg);
}

.cycle-gallery.not-enough-slides .btn-prev,
.cycle-gallery.not-enough-slides .btn-next
{
    visibility: hidden;
}

.cycle-gallery.not-enough-slides .pagination
{
    display: none;
}

.cycle-gallery .mask
{
    position: relative;

    overflow: hidden;

    width: 100%;
}

.cycle-gallery .slideset
{
    float: left;

    width: 9999px;
}

.cycle-gallery .slide
{
    float: left;

    width: 100%;
}

.cycle-gallery .slide.active
{
    z-index: 1;
}

.cycle-gallery img
{
    width: 100%;

    vertical-align: top;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 53px;

    overflow: hidden;

    width: 36px;
    height: 36px;
    margin-top: -2.7vh;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    white-space: nowrap;
    text-indent: 101%;

    border-radius: 50%;
    background: #6f1e86;
}

.cycle-gallery .btn-prev:after,
.cycle-gallery .btn-next:after
{
    font: 10px/1 icomoon;

    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    content: '\e900';
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    text-align: center;
    text-indent: 0;

    color: #fff;
}

.cycle-gallery .btn-prev:hover,
.cycle-gallery .btn-next:hover
{
    opacity: .7;
}

.cycle-gallery .btn-next
{
    right: 53px;
    left: auto;
}

.cycle-gallery .btn-next:after
{
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
}

.cycle-gallery .pagination
{
    line-height: 1;

    padding-top: 30px;
}

.cycle-gallery .pagination ul
{
    margin: 0 -5px;

    text-align: center;
    letter-spacing: -1em;
}

.cycle-gallery .pagination ul li
{
    display: inline-block;

    margin: 0 5px 5px;

    vertical-align: top;
    letter-spacing: 0;
}

.cycle-gallery .pagination ul li.active a
{
    background: #6f1e86;
}

.cycle-gallery .pagination ul li a
{
    display: block;
    overflow: hidden;

    width: 10px;
    height: 10px;

    white-space: nowrap;
    text-indent: 101%;

    border-radius: 50%;
    background: #d2d5d6;
}

.cycle-gallery .pagination ul li a:hover
{
    background: #6f1e86;
}

.video-holder
{
    position: relative;

    margin: 88px -49px 88px -51px;
}

.video-holder img
{
    width: 100%;
    max-width: none;

    vertical-align: top;
}

.video-holder .icon-play
{
    font-size: 124px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 124px;
    height: 124px;
    margin: auto;

    color: #fff;
}

.video-holder .icon-play:hover
{
    opacity: .7;
    color: #fff;
}

.author-block
{
    margin: 90px -49px 0 -51px;
    padding: 47px 52px 12px;

    background: #ebeef0;
}

.author-block .img-holder
{
    float: left;
    overflow: hidden;

    width: 100px;
    height: 100px;
    margin: 3px 29px 0 0;

    border-radius: 50%;
}

.author-block .img-holder img
{
    border-radius: 50%;
}

.author-block .title
{
    font: 700 18px/1.2 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: block;

    margin-bottom: 4px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #000;
}

.author-block .text-holder
{
    overflow: hidden;
}

.accordion
{
    position: relative;

    padding-top: 78px;
    padding-bottom: 38px;
}

.accordion .title
{
    font: 700 14px/1.2 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: block;

    -webkit-transition: .3s opacity linear;
            transition: .3s opacity linear;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #6f1e86;
}

.accordion li.active .title
{
    line-height: 0;

    opacity: 0;
}

.accordion li.active .opener:before
{
    margin-top: -1px;

    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}

.accordion .opener
{
    position: absolute;
    right: 0;
    bottom: -18px;
    left: 0;

    width: 36px;
    height: 36px;
    margin: 0 auto;

    border-radius: 50%;
    background: #6f1e86;
}

.accordion .opener:hover
{
    opacity: .7;
}

.accordion .opener:before
{
    font: 10px/1 icomoon;

    position: absolute;
    top: 12px;
    top: 50%;
    right: 0;
    left: 0;

    content: '\e900';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}

.accordion .slide
{
    padding-top: 10px;
}

.accordion h2
{
    font-weight: 400;
}

.comment-respond h2
{
    margin-bottom: 9px;
}

.comment-respond p
{
    margin-bottom: 35px;
}

.comment-respond .comment-form
{
    margin-right: -22px;
    padding: 15px 0 29px;
}

.comment-respond .comment-form label
{
    font: 700 14px/1.2 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    vertical-align: top;
    letter-spacing: 1.4px;
    text-transform: uppercase;

    color: #000;
}

.comment-respond .comment-form label span
{
    margin-left: -3px;

    letter-spacing: 0;
}

.comment-respond .comment-form textarea
{
    height: 149px;

    resize: none;
}

.comment-respond .comment-form .comment-form-comment
{
    margin-bottom: 26px;
    padding-right: 22px;
}

.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-url
{
    float: left;

    width: 33.33%;
    margin-bottom: 31px;
    padding-right: 22px;
}

.comment-respond .comment-form textarea,
.comment-respond .comment-form input[type='email'],
.comment-respond .comment-form input[type='text']
{
    max-width: 100%;

    border: 1px solid #d2d5d6;
    background: #fff;
}

.comment-respond .comment-form textarea:focus,
.comment-respond .comment-form input[type='email']:focus,
.comment-respond .comment-form input[type='text']:focus
{
    border-color: #6f1e86;
}

.comments
{
    padding-bottom: 41px;
}

.comments h2
{
    margin-bottom: 40px;
}

.comments .icon-avatar
{
    font-size: 30px;

    color: #b9b9b9;
}

.comments .commentlist
{
    margin-bottom: .95em;
    padding-left: 4px;
}

.comments .commentlist + .commentlist
{
    padding-top: 49px;

    border-top: 1px solid #d2d5d6;
}

.comments .commentlist .avatar-holder
{
    line-height: 1;

    overflow: hidden;

    width: 31px;
    height: 31px;
    margin: 0 1em 0 0;

    border-radius: 50%;
}

.comments .commentlist-holder
{
    overflow: visible;
}

.comments .commentlist-holder time,
.comments .commentlist-holder .name
{
    font: 14px/1.2 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    margin: 7px 0 26px;

    vertical-align: top;
    letter-spacing: 1.2px;
    text-transform: uppercase;

    color: #000;
}

.comments .commentlist-holder .name
{
    font-weight: 700;
}

.comments .commentlist-holder time:before
{
    display: inline-block;

    margin: 0 9px 0 3px;

    content: '/';
    vertical-align: top;
}

.popup-holder
{
    position: relative;

    overflow: hidden;

    height: 0;
}

.lightbox
{
    width: 550px;
}

.lightbox iframe
{
    border: none;
}

.fancybox-wrap .icon-cancel-circle
{
    position: absolute;
    top: 0;
    right: 0;
}

.fancybox-wrap .fancybox-close
{
    overflow: hidden;

    border-radius: 50%;
    background: #6f1e86;
}

.fancybox-wrap .fancybox-close:after
{
    font: 16px/1 icomoon;

    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    content: '\ea0f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}

.fancybox-wrap .fancybox-close:hover
{
    opacity: .7;
}

.link-wrap
{
    display: block;

    width: 100%;
    padding-top: 27px;
    padding-right: 30px;
    padding-left: 30px;

    text-align: center;
}

.loading .link-wrap:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 32px;
    height: 32px;

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

    background: url('images/spinner.gif') no-repeat 0 0/32px;
}

.loading .link-wrap .load-more,
.loading .link-wrap .navigation.pagination
{
    visibility: hidden;

    opacity: 0;
}

.link-wrap .page-numbers
{
    display: none;
}

.link-wrap .next.page-numbers
{
    font: 700 14px/1.2 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    position: relative;

    display: inline-block;

    max-width: none;

    -webkit-transition: color .3s linear;
            transition: color .3s linear;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;

    opacity: 1 !important;
    color: #6f1e86;
    background: none;
}

.link-wrap .next.page-numbers:before
{
    font-size: 19px;
    line-height: 1;

    position: relative;
    top: -2px;

    display: inline-block;

    margin-right: 6px;

    content: '+';
    vertical-align: middle;
}

.link-wrap .next.page-numbers:hover,
.link-wrap .next.page-numbers:focus
{
    color: #a32cc5;
}

.load-more
{
    font: 700 14px/1.2 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    position: relative;

    display: inline-block;

    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.load-more:before
{
    font-size: 19px;
    line-height: 1;

    position: relative;
    top: -1px;

    display: inline-block;

    margin-right: 6px;

    content: '+';
    vertical-align: middle;
}

#st-1
{
    position: relative;
    top: -2px;
}

#st-1 .st-btn
{
    line-height: 35px !important;

    top: 0 !important;

    width: 35px !important;
    height: 35px !important;
    margin: 0 10px !important;
    padding: 0 !important;

    -webkit-transition: opacity .3s linear !important;
            transition: opacity .3s linear !important;
}

.fixed-position #st-1 .st-btn
{
    margin-bottom: 10px !important;
}

#st-1 .st-btn[data-network='facebook']
{
    background: #3460a1 !important;
}

#st-1 .st-btn[data-network='facebook'] > svg
{
    top: 5px !important;

    width: 27px !important;
    height: 27px !important;
}

#st-1 .st-btn[data-network='twitter']
{
    background: #28aae1 !important;
}

#st-1 .st-btn[data-network='twitter'] > svg
{
    top: 7px !important;

    width: 23px !important;
    height: 23px !important;
}

#st-1 .st-btn[data-network='linkedin']
{
    background: #136d9d !important;
}

#st-1 .st-btn[data-network='linkedin'] > svg
{
    top: 4px !important;

    width: 27px !important;
    height: 27px !important;
}

#footer #lang_sel
{
    display: block;
}

.f-top-area
{
    padding-top: 47px;
    padding-bottom: 22px;
}

.f-top-area .f-nav
{
    float: left;

    width: calc(100% - 50px);
}

.f-top-area .lang-selection-wrap
{
    float: right;

    padding-top: 3px;
}

.f-top-area .lang-selection-wrap .jcf-select.jcf-select-lang-selection
{
    display: block;
}

.f-nav ul
{
    font: 700 14px/1.1 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    letter-spacing: -5px;
    text-transform: uppercase;
}

.f-nav ul > *
{
    display: inline-block;

    vertical-align: top;
    letter-spacing: 0;
}

.f-nav ul li
{
    margin-right: 46px;
    margin-bottom: 5px;

    letter-spacing: 1.5px;
}

.f-nav ul a
{
    color: #262626;
}

.f-nav ul a:hover,
.f-nav ul a:focus
{
    opacity: .7;
    color: #262626;
}

.f-btm-area
{
    padding-top: 30px;
    padding-bottom: 25px;

    border-top: 1px solid #e2e2e2;
}

.f-btm-area .social-networks
{
    float: left;

    width: 50%;
    margin-right: -10px;
    margin-left: -10px;
}

.f-btm-area .social-networks li
{
    padding-right: 10px;
    padding-left: 10px;
}

.f-btm-area .copyright
{
    font: 14px/1.1 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    float: right;

    width: 50%;
    padding-top: 3px;

    text-align: right;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #b9b9b9;
}

.jcf-select
{
    position: relative;

    display: block;

    min-width: 150px;
    height: 40px;

    -webkit-transition: border-color .1s linear;
            transition: border-color .1s linear;

    border: 1px solid #f1f4f5;
    background: #f1f4f5;
}

.jcf-select select
{
    z-index: 1;
    top: 0;
    left: 0;
}

.jcf-select .jcf-select-text
{
    font: 700 14px/38px 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: block;

    margin: 0 32px 0 19px;

    cursor: default;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #b9b9b9;
}

.jcf-select .jcf-select-opener
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 30px;

    cursor: default;
    text-align: center;
}

.jcf-select .jcf-select-opener:before
{
    font: 6px/1 'icomoon';

    position: absolute;
    top: 50%;
    left: 50%;

    content: '\e900';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    color: #000;
}

.jcf-select .jcf-select-drop
{
    position: absolute;
    z-index: 9999;
    top: 100%;
    right: -1px;
    left: -1px;

    margin-top: 0;
}

.jcf-select .jcf-drop-flipped
{
    top: auto;
    bottom: 100%;
}

body > .jcf-select-drop
{
    position: absolute;
    z-index: 9999;

    margin: -1px 0 0;
}

body > .jcf-select-drop.jcf-drop-flipped
{
    margin: 1px 0 0;
}

.jcf-select-drop .jcf-select-drop-content
{
    border: 1px solid #6f1e86;
}

.jcf-list-box
{
    display: inline-block;
    overflow: hidden;

    min-width: 200px;
    margin: 0 15px;

    border: 1px solid #b8c3c9;
}

.jcf-list
{
    font: 700 14px/1.2 'Montserrat', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    position: relative;

    display: inline-block;

    width: 100%;

    vertical-align: top;
    letter-spacing: 1px;

    color: #b9b9b9;
    background: #f1f4f5;
}

.jcf-list .jcf-list-content
{
    display: inline-block;
    overflow: auto;

    width: 100%;

    vertical-align: top;
}

.jcf-list ul li
{
    display: block;
    overflow: hidden;
}

.jcf-list .jcf-overflow
{
    overflow: auto;
}

.jcf-list .jcf-option
{
    display: block;
    overflow: hidden;

    height: 1%;
    padding: 8px 19px;

    cursor: default;

    color: #b9b9b9;
}

.jcf-list .jcf-option.jcf-option-hideme
{
    display: none;
}

.jcf-list .jcf-disabled
{
    color: #aaa !important;
    background: #fff !important;
}

.jcf-list .jcf-optgroup-caption
{
    font-weight: bold;

    display: block;

    padding: 5px 9px;

    cursor: default;
    white-space: nowrap;

    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option
{
    padding-left: 30px;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected
{
    color: #fff;
    background: #6f1e86;
}

.jcf-disabled
{
    background: #ddd !important;
}

.jcf-focus,
.jcf-focus *
{
    border-color: #6f1e86 !important;
}

@media (min-width: 768px)
{
    .commentlist-item .commentlist-item
    {
        padding: 0 0 0 2em;
    }

    .posts-block.thumbnail-view .col
    {
        width: 50%;
    }

    .posts-block.thumbnail-view .post-area .t-area
    {
        padding-right: 195px;
        padding-left: 30px;
    }

    .posts-block.thumbnail-view .post-area .t-rt-area
    {
        right: 30px;
    }

    .posts-block.thumbnail-view .post-area .img:after
    {
        padding-top: 49.3%;
    }

    .posts-block.thumbnail-view .post-area .des
    {
        padding: 21px 31px 25px;
    }

    .posts-block.thumbnail-view .post-area .date-author
    {
        padding-bottom: 35px;
    }
}

@media (min-width: 768px) and (max-width: 1349px)
{
    .posts-block.thumbnail-view .post-area .t-area
    {
        padding-right: 180px;
        padding-left: 20px;
    }

    .posts-block.thumbnail-view .post-area .t-rt-area
    {
        right: 20px;
    }

    .posts-block.thumbnail-view .post-area .des
    {
        padding: 13px 20px 23px;
    }
}

@media (min-width: 768px) and (max-width: 1199px)
{
    .posts-block.thumbnail-view .post-area .t-area
    {
        font-size: 11px;

        padding: 17px 160px 15px 15px;
    }

    .posts-block.thumbnail-view .post-area .t-rt-area
    {
        right: 15px;

        width: 140px;
    }

    .posts-block.thumbnail-view .post-area h2
    {
        font-size: 29px;
    }
}

@media (min-width: 768px) and (max-width: 1023px)
{
    .posts-block.thumbnail-view .post-area .t-area
    {
        padding-right: 138px;
    }

    .posts-block.thumbnail-view .post-area .t-rt-area
    {
        width: 121px;
    }

    .posts-block.thumbnail-view .post-area .img:after
    {
        padding-top: 53.3%;
    }

    .posts-block.thumbnail-view .post-area h2
    {
        font-size: 24px;
    }

    .posts-block.thumbnail-view .post-area .date-author
    {
        padding-bottom: 25px;
    }
}

@media (min-width: 1024px)
{
    .networks-wrap.fixed-position
    {
        right: 0;
        left: 0 !important;

        max-width: none;

        -webkit-animation: fadeIn 1s linear;
                animation: fadeIn 1s linear;
        pointer-events: none;
    }

    .networks-wrap.fixed-position .container
    {
        max-width: 890px;
    }

    .networks-wrap.fixed-position .holder
    {
        position: relative;
        z-index: 101;
        top: 18px;
        left: -73px;

        width: 58px;

        pointer-events: auto;
    }

    .networks-wrap.fixed-position .title
    {
        display: block;
    }

    .networks-wrap.fixed-position .social-networks li
    {
        display: block;

        padding: 0;
    }

    .networks-wrap.fixed-position .social-networks li + li
    {
        padding-top: 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px)
{
    .networks-wrap.fixed-position .holder
    {
        left: -62px;
    }
}

@media (max-width: 1349px)
{
    .post-box
    {
        padding: 40px 25px 25px;
    }
}

@media (max-width: 1199px)
{
    #main
    {
        padding-top: 85px;
        padding-bottom: 70px;
    }

    #content
    {
        padding-top: 85px;
        padding-bottom: 70px;
    }

    #nav ul
    {
        font-size: 12px;

        padding-top: 17px;
        padding-bottom: 17px;
    }

    #nav ul li [class^='icon-']
    {
        font-size: 130%;

        margin-top: -1px;
    }

    .banner h1
    {
        margin-bottom: 11px;
    }

    .latest-posts-block
    {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .latest-posts-block.style-1
    {
        padding-top: 60px;
    }

    .post-box
    {
        font-size: 32px;
    }

    .post-box .header
    {
        margin-bottom: 15px;
        padding-bottom: 24px;
    }

    .post-box .header time
    {
        padding-bottom: 5px;
    }

    .widget
    {
        padding: 35px 35px 50px;
    }

    .widget .widget_wysija_cont .wysija-paragraph
    {
        padding-top: 19px;
    }

    .widget p
    {
        margin-bottom: 1.1em;
    }

    .widgets-block
    {
        padding: 10px 35px 5px;
    }

    .widgets-block .widget
    {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media (max-width: 1023px)
{
    body
    {
        font-size: 18px;
        line-height: 1.67;
    }

    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea
    {
        font-size: 12px;

        padding-right: 13px;
        padding-left: 13px;
    }

    #main
    {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    #main #sidebar #wp-calendar
    {
        font-size: 13px;
    }

    #content
    {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    #content .sub-container
    {
        margin-top: -5px;
    }

    iframe
    {
        width: 100%;
    }

    h1,
    .h1
    {
        font-size: 40px;
    }

    h2,
    .h2
    {
        font-size: 30px;
    }

    h3,
    .h3
    {
        font-size: 25px;
    }

    h4,
    .h4
    {
        font-size: 22px;
    }

    .container
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    #header .search-form
    {
        width: 225px;
        margin-left: 15px;
    }

    .h-holder
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #nav ul
    {
        font-size: 10px;
    }

    #nav ul li
    {
        min-width: 50px;
    }

    #nav ul li a > span:not(.for-sr)
    {
        display: block;

        padding-top: 7px;
        padding-left: 0;
    }

    .banner.style-1 .b-holder,
    .banner.style-2 .b-holder
    {
        height: 200px;
    }

    .banner.style-1 .container,
    .banner.style-2 .container
    {
        padding-bottom: 20px;
    }

    .banner.style-1 h1,
    .banner.style-2 h1
    {
        font-size: 45px;
    }

    .banner .b-holder
    {
        height: 375px;
    }

    .banner .container
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .banner h1
    {
        font-size: 55px;
    }

    .cols-wrap
    {
        margin-right: -15px;
        margin-left: -15px;
    }

    .cols-wrap .col
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .latest-posts-block
    {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .latest-posts-block.style-1
    {
        padding-top: 40px;
    }

    .latest-posts-block h2
    {
        font-size: 45px;
    }

    .latest-posts-block .cols-wrap .col
    {
        padding-bottom: 30px;
    }

    .post-box
    {
        font-size: 25px;

        padding: 25px 20px 15px;
    }

    .post-box .header time
    {
        font-size: 12px;

        padding-bottom: 1px;
    }

    .post-box .header .category
    {
        font-size: 16px;
    }

    .posts-block
    {
        margin-top: -35px;
    }

    .posts-block .col
    {
        padding-top: 35px;
    }

    .post-area .t-area
    {
        padding: 25px 25px 21px;
    }

    .post-area .t-rt-area
    {
        right: 25px;
    }

    .post-area .des
    {
        padding: 20px 25px 30px;
    }

    .post-area .date-author
    {
        padding-bottom: 30px;
    }

    .post-area .date-author .txt-wrap
    {
        font-size: 12px;
    }

    .social-networks
    {
        margin-right: -8px;
        margin-left: -8px;
    }

    .social-networks li
    {
        padding-right: 8px;
        padding-left: 8px;
    }

    .widget
    {
        font-size: 16px;

        margin-bottom: 25px;
        padding: 20px 20px 25px;
    }

    .widget .widget_wysija_cont .wysija-paragraph
    {
        padding-top: 17px;
    }

    .widget h3
    {
        font-size: 16px;
    }

    .widget_search
    {
        padding-bottom: 30px;
    }

    .widgets-block
    {
        margin-bottom: 25px;
        padding: 5px 20px;
    }

    .widgets-block .widget
    {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .widgets-block .widget.widget_text
    {
        padding-bottom: 12px;
    }

    .widget.popular-posts ul li + li
    {
        padding-top: 15px;
    }

    .widget.widget_tweets ul li + li
    {
        padding-top: 15px;
    }

    .widget_follow .social-networks
    {
        padding-top: 5px;
    }

    .widget_archive
    {
        padding-bottom: 30px;
    }

    .feature-post .btn
    {
        margin-bottom: 10px;
    }

    .feature-post h2
    {
        font-size: 45px;

        margin-bottom: .4em;
    }

    .feature-post .date-author
    {
        padding-bottom: 35px;
    }

    .back
    {
        font-size: 16px;
        line-height: 28px;

        margin-bottom: 0;
        padding-left: 10px;
    }

    .back:before
    {
        top: 10px;
    }

    .post-content
    {
        padding-top: 26px;
        padding-right: 27px;
        padding-left: 30px;
    }

    .post-content h4
    {
        font-size: 22px;

        margin-bottom: 2px;
    }

    .post-content .cycle-gallery
    {
        margin: 0 -27px 18px -30px;
    }

    .post-content blockquote
    {
        font-size: 34px;

        margin-top: 40px;
        margin-bottom: 40px;
    }

    .post-content .networks-wrap.fixed-position
    {
        position: static !important;
    }

    .top-bar
    {
        font-size: 12px;

        margin-bottom: 25px;
        padding-bottom: 11px;
    }

    .video-holder
    {
        margin: 60px -27px 40px -30px;
    }

    .video-holder .icon-play
    {
        font-size: 100px;

        width: 100px;
        height: 100px;
    }

    .author-block
    {
        margin: 50px -27px 0 -30px;
        padding: 25px 30px 2px;
    }

    .author-block .img-holder
    {
        width: 85px;
        height: 85px;
    }

    .author-block .title
    {
        font-size: 16px;
    }

    .comment-respond p
    {
        margin-bottom: 19px;
    }

    .comment-respond .comment-form label
    {
        font-size: 12px;

        letter-spacing: 1.5px;
    }

    .comment-respond .comment-form textarea
    {
        height: 151px;
    }

    .comments
    {
        padding-bottom: 12px;
    }

    .comments h2
    {
        margin-bottom: 22px;
    }

    .comments .commentlist
    {
        margin-bottom: .15em;
        padding-left: 0;
    }

    .comments .commentlist + .commentlist
    {
        padding-top: 30px;
    }

    .comments .commentlist .avatar-holder
    {
        margin-right: .5em;
    }

    .comments .commentlist-holder time,
    .comments .commentlist-holder .name
    {
        font-size: 12px;

        margin: 10px 0 18px;
    }

    .link-wrap .next.page-numbers
    {
        font-size: 12px;

        letter-spacing: 1.4px;
    }

    .link-wrap .next.page-numbers:before
    {
        font-size: 12px;
    }

    .load-more
    {
        font-size: 12px;

        letter-spacing: 1.4px;
    }

    .load-more:before
    {
        font-size: 12px;

        top: -2px;
    }

    .f-top-area
    {
        padding-top: 28px;
        padding-bottom: 18px;
    }

    .f-nav ul
    {
        font-size: 12px;
    }

    .f-nav ul li
    {
        margin-right: 25px;
    }

    .f-btm-area
    {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .f-btm-area .copyright
    {
        font-size: 13px;
    }

    .jcf-select .jcf-select-text
    {
        margin-left: 13px;
    }

    .jcf-list .jcf-option
    {
        padding-right: 13px;
        padding-left: 13px;
    }
}

@media (max-width: 767px)
{
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea
    {
        padding-right: 18px;
        padding-left: 18px;
    }

    button,
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'],
    .btn
    {
        font-size: 12px;

        padding: 1.1em 1.1em 1em;
    }

    #main #content
    {
        float: none;

        width: 100%;
        padding-bottom: 60px;
    }

    #main #sidebar
    {
        float: none;

        width: 100%;
    }

    #content .sub-container
    {
        margin-top: -7px;
    }

    .comment-form input[type='submit']
    {
        min-width: 174px;
    }

    .navigation .page-numbers,
    .navigation-comments .page-numbers
    {
        padding: 0 3px;
    }

    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev
    {
        padding: .2em;
    }

    .navigation-single .next a,
    .navigation-single .prev a
    {
        padding: .2em;
    }

    h1,
    .h1
    {
        font-size: 35px;
    }

    h2,
    .h2
    {
        font-size: 25px;
    }

    h3,
    .h3
    {
        font-size: 22px;
    }

    h4,
    .h4
    {
        font-size: 19px;
    }

    h5,
    .h5
    {
        font-size: 17px;
    }

    h6,
    .h6
    {
        font-size: 15px;
    }

    .container
    {
        padding-right: 30px;
        padding-left: 30px;
    }

    .category-category-two .h-rt-content .content-wrap
    {
        background: #1978b6;
    }

    .category-category-three .h-rt-content .content-wrap
    {
        background: #f99900;
    }

    .category-category-four .h-rt-content .content-wrap
    {
        background: #c53131;
    }

    .category-category-five .h-rt-content .content-wrap
    {
        background: #00a651;
    }

    #header .logo
    {
        margin-top: 0;
    }

    #header .h-rt-content
    {
        width: calc(100% - 175px);
    }

    #header .search-form
    {
        width: calc(100% - 70px);
        margin-left: 0;
    }

    .h-holder
    {
        position: relative;

        padding-top: 19px;
        padding-bottom: 13px;
    }

    #nav ul
    {
        padding-top: 13px;
        padding-bottom: 12px;
    }

    #nav ul li
    {
        min-width: 0;
    }

    #nav ul li a > span:not(.for-sr)
    {
        position: absolute;

        overflow: hidden;
        clip: rect(0, 0, 0, 0);

        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;

        border: 0;
    }

    #nav ul li [class^='icon-']
    {
        font-size: 203%;

        margin-top: 0;
    }

    .h-rt-content .content-wrap
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        right: 0;
        left: 0;

        visibility: hidden;

        padding: 13px 30px;

        -webkit-transition: opacity .3s linear, visibility .3s linear;
                transition: opacity .3s linear, visibility .3s linear;

        opacity: 0;
        background: #6f1e86;
    }

    .content-wrap-active .h-rt-content .content-wrap
    {
        visibility: visible;

        opacity: 1;
    }

    .h-rt-content .content-wrap .jcf-select.jcf-select-lang-selection,
    .h-rt-content .content-wrap #lang_sel
    {
        float: left;

        margin-top: 12px;
    }

    .h-rt-content .content-wrap .jcf-select.jcf-select-lang-selection .jcf-select-opener::before,
    .h-rt-content .content-wrap #lang_sel a.lang_sel_sel::after
    {
        color: #fff;
    }

    .content-wrap-toggle
    {
        position: relative;
        z-index: 101;

        display: block;
        float: right;
        overflow: hidden;

        box-sizing: content-box;
        width: 30px;
        height: 30px;
        margin-top: -11px;
        margin-right: -7px;
        padding: 5px;

        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-transform: scale(.82);
            -ms-transform: scale(.82);
                transform: scale(.82);
    }

    .content-wrap-active .content-wrap-toggle b:first-of-type
    {
        top: 10px;
    }

    .content-wrap-active .content-wrap-toggle b:nth-of-type(2n)
    {
        width: 5px;

        -webkit-transition: width .15s ease, -webkit-transform .15s ease .2s;
                transition: width .15s ease, transform .15s ease .2s;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    .content-wrap-active .content-wrap-toggle b:last-of-type
    {
        bottom: 10px;
    }

    .content-wrap-active .content-wrap-toggle b:first-of-type,
    .content-wrap-active .content-wrap-toggle b:last-of-type
    {
        width: 5px;

        -webkit-transition: width .15s ease .1s, top .15s ease, bottom .15s ease, opacity .15s ease .2s;
                transition: width .15s ease .1s, top .15s ease, bottom .15s ease, opacity .15s ease .2s;

        opacity: 0;
    }

    .content-wrap-active .content-wrap-toggle i
    {
        width: 30px;

        -webkit-transition-delay: .525s;
                transition-delay: .525s;
    }

    .content-wrap-toggle b,
    .content-wrap-toggle i
    {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;

        will-change: transform, top, left, bottom, opacity;
    }

    .content-wrap-toggle b
    {
        position: relative;
        left: 0;

        display: block;

        width: 100%;
        height: 5px;
        margin: 5px auto 0;

        -webkit-transition: all .3s linear, .15s .3s linear, ease-out .3s linear;
                transition: all .3s linear, .15s .3s linear, ease-out .3s linear;

        background: #6f1e86;
    }

    .content-wrap-toggle b:first-of-type
    {
        top: 0;
    }

    .content-wrap-toggle b:nth-of-type(2n)
    {
        -webkit-transition: width .15s ease, top .15s ease, bottom .15s ease, -webkit-transform .15s ease;
                transition: width .15s ease, top .15s ease, bottom .15s ease, transform .15s ease;
    }

    .content-wrap-toggle b:last-of-type
    {
        bottom: 0;
    }

    .content-wrap-toggle i
    {
        position: absolute;
        right: 0;
        left: 0;

        display: block;

        width: 0;
        height: 5px;
        margin: 0 auto;

        -webkit-transition: .15s ease;
                transition: .15s ease;

        background: #6f1e86;
    }

    .content-wrap-toggle i:first-of-type
    {
        top: 50%;

        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    .content-wrap-toggle i:last-of-type
    {
        bottom: 15px;

        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

    .banner.style-1 .b-holder,
    .banner.style-2 .b-holder
    {
        height: 184px;
    }

    .banner.style-1 h1,
    .banner.style-2 h1
    {
        line-height: 1.2em;
    }

    .banner.style-2 .b-holder
    {
        background: #262626;
    }

    .banner .b-holder
    {
        height: 387px;
    }

    .banner h1
    {
        line-height: 1.2em;
    }

    .cols-wrap
    {
        margin-right: -30px;
        margin-left: -30px;
    }

    .cols-wrap.three-cols .col
    {
        width: 100%;
    }

    .cols-wrap .col
    {
        padding-right: 30px;
        padding-left: 30px;
    }

    .latest-posts-block
    {
        padding-top: 57px;
        padding-bottom: 40px;
    }

    .latest-posts-block.style-1
    {
        padding-top: 57px;
    }

    .latest-posts-block.style-1 h2
    {
        line-height: 1.2;

        margin: 0 5% .38em;
    }

    .latest-posts-block.style-1 h2 small
    {
        padding-bottom: 9px;

        letter-spacing: 3px;
    }

    .latest-posts-block.style-1 .cols-wrap .col
    {
        padding-bottom: 30px;
    }

    .latest-posts-block h2
    {
        margin-bottom: .38em;
    }

    .post-box
    {
        min-height: 281px;
        padding: 48px 30px 32px;
    }

    .post-box .header
    {
        margin-bottom: 24px;
        padding-bottom: 28px;
    }

    .post-box .header time
    {
        padding-bottom: 5px;
    }

    .post-box .header .category
    {
        font-size: 15px;
    }

    .view-options
    {
        display: none;
    }

    .posts-block
    {
        margin-top: -30px;
    }

    .posts-block .col
    {
        padding-top: 30px;
    }

    .post-area
    {
        font-size: 16px;
    }

    .post-area .t-area
    {
        font-size: 12px;

        padding: 18px 183px 18px 30px;
    }

    .post-area .t-rt-area
    {
        right: 30px;

        width: 150px;
    }

    .post-area .img:after
    {
        padding-top: 49.6%;
    }

    .post-area .des
    {
        padding: 24px 30px 26px;
    }

    .post-area h2
    {
        margin-bottom: .57em;
    }

    .post-area .date-author
    {
        padding-bottom: 37px;
    }

    .post-area .date-author .thumb
    {
        width: 39px;
        height: 39px;
    }

    .post-area .date-author .txt-wrap
    {
        max-width: calc(100% - 39px);
        padding-top: 5px;
        padding-left: 10px;
    }

    .post-area .read-more a
    {
        padding-right: 11px;
    }

    .post-area .read-more a:after
    {
        margin-top: 1px;
    }

    .social-networks
    {
        margin-right: -12px;
        margin-left: -12px;
    }

    .social-networks li
    {
        padding-right: 12px;
        padding-left: 12px;
    }

    .widget
    {
        margin-bottom: 30px;
        padding: 26px 31px 29px;
    }

    .widget .widget_wysija_cont .wysija-paragraph
    {
        padding-top: 16px;
    }

    .widget h3
    {
        font-size: 15px;

        margin-bottom: 1em;

        letter-spacing: 1.5px;
    }

    .widget p
    {
        margin-bottom: 1em;
    }

    .widget_search h3
    {
        margin-bottom: 1.2em;
    }

    .widgets-block
    {
        margin-bottom: 30px;
        padding: 1px 31px;
    }

    .widgets-block .widget
    {
        padding-top: 26px;
        padding-bottom: 27px;
    }

    .widgets-block .widget.widget_text
    {
        padding-bottom: 9px;
    }

    .widget.popular-posts ul li + li
    {
        padding-top: 13px;
    }

    .widget.popular-posts ul time
    {
        padding-top: 2px;
    }

    .widget.widget_tweets ul li + li
    {
        padding-top: 13px;
    }

    .widget_follow .social-networks
    {
        padding-top: 3px;
    }

    .widget_archive h3
    {
        margin-bottom: 1.2em;
    }

    .feature-post .btn
    {
        min-width: 183px;
        margin-bottom: 7px;
    }

    .feature-post h2
    {
        line-height: 1.2em;

        margin-bottom: .45em;
    }

    .feature-post .date-author
    {
        padding-bottom: 30px;
    }

    .feature-post .date-author .thumb
    {
        width: 39px;
        height: 39px;
    }

    .feature-post .date-author .txt-wrap
    {
        font-size: 12px;

        max-width: calc(100% - 39px);
        padding-left: 9px;
    }

    .btn-more,
    a.btn-more
    {
        font-size: 12px;

        min-width: 158px;
        padding: 1.1em 1.1em 1em;
    }

    .post-content
    {
        margin-bottom: 16px;
    }

    .post-content .cycle-gallery
    {
        margin-top: 41px;
        margin-bottom: 38px;
    }

    .post-content blockquote
    {
        font-size: 25px;

        margin-bottom: 43px;
        padding-top: 24px;
        padding-bottom: 23px;
    }

    .post-content .networks-wrap
    {
        position: relative;

        width: 100%;
        max-width: none;
        margin: 0;

        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
                order: 3;
    }

    .post-content .social-networks li a
    {
        font-size: 25px;
    }

    .top-bar
    {
        margin-bottom: 22px;
        padding-bottom: 18px;
    }

    .top-bar .title
    {
        width: 54%;
        padding-bottom: 18px;
    }

    .top-bar .views
    {
        position: absolute;
        top: 26px;
        right: 30px;

        width: 40%;
        padding-bottom: 3px;
    }

    .cycle-gallery
    {
        padding: 0;
    }

    .cycle-gallery:before,
    .cycle-gallery:after
    {
        display: none;
    }

    .cycle-gallery .btn-prev,
    .cycle-gallery .btn-next
    {
        display: none;
    }

    .cycle-gallery .pagination
    {
        line-height: 10px;

        padding-top: 9px;
    }

    .video-holder
    {
        margin-top: 41px;
    }

    .video-holder .icon-play
    {
        font-size: 60px;

        width: 60px;
        height: 60px;
    }

    .author-block
    {
        margin-top: 62px;
    }

    .author-block .img-holder
    {
        width: 60px;
        height: 60px;
        margin: 6px 19px 0 0;
    }

    .author-block .title
    {
        font-size: 15px;

        margin-bottom: 9px;

        letter-spacing: 1.4px;
    }

    .accordion
    {
        padding-top: 38px;
        padding-bottom: 41px;
    }

    .accordion .title
    {
        font-size: 12px;
    }

    .accordion .opener
    {
        bottom: -12px;

        width: 26px;
        height: 26px;
    }

    .comment-respond h2
    {
        margin-bottom: 4px;
    }

    .comment-respond .comment-form
    {
        padding-top: 0;
        padding-bottom: 4px;
    }

    .comment-respond .comment-form .comment-form-author,
    .comment-respond .comment-form .comment-form-email,
    .comment-respond .comment-form .comment-form-url
    {
        float: none;

        width: 100%;
        margin-bottom: 0;
        padding-bottom: 28px;
    }

    .lightbox
    {
        max-width: 350px;
    }

    .link-wrap
    {
        padding-top: 19px;
    }

    #st-1 .st-btn
    {
        width: 25px !important;
        height: 25px !important;
    }

    #st-1 .st-btn[data-network='facebook'] > svg
    {
        top: 4px !important;

        width: 18px !important;
        height: 18px !important;
    }

    #st-1 .st-btn[data-network='twitter'] > svg
    {
        top: 4px !important;

        width: 18px !important;
        height: 18px !important;
    }

    #st-1 .st-btn[data-network='linkedin'] > svg
    {
        top: 2px !important;

        width: 20px !important;
        height: 20px !important;
    }

    #footer
    {
        text-align: center;
    }

    .f-top-area
    {
        padding-top: 27px;
        padding-bottom: 19px;
    }

    .f-top-area .f-nav
    {
        float: none;

        width: 100%;
    }

    .f-top-area .lang-selection-wrap
    {
        display: none;
    }

    .f-nav ul
    {
        font-size: 14px;
    }

    .f-nav ul li
    {
        display: block;

        margin-right: 0;
        margin-bottom: 9px;
    }

    .f-btm-area
    {
        padding-top: 29px;
        padding-bottom: 26px;
    }

    .f-btm-area .social-networks
    {
        font-size: 20px;

        float: none;

        width: 100%;
    }

    .f-btm-area .copyright
    {
        font-size: 14px;

        display: block;
        float: none;

        width: 100%;
        padding-top: 24px;

        text-align: center;
    }

    .jcf-select .jcf-select-text
    {
        margin-left: 18px;
    }

    .jcf-list .jcf-option
    {
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media (max-width: 479px)
{
    #main
    {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #main #content
    {
        padding-bottom: 40px;
    }

    #content
    {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .comment-form input[type='submit']
    {
        min-width: 160px;
    }

    .container
    {
        padding-right: 20px;
        padding-left: 20px;
    }

    .banner.style-1 h1,
    .banner.style-2 h1
    {
        font-size: 35px;
    }

    .banner .b-holder
    {
        height: 325px;
    }

    .banner h1
    {
        font-size: 35px;
    }

    .cols-wrap
    {
        margin-right: -20px;
        margin-left: -20px;
    }

    .cols-wrap .col
    {
        padding-right: 20px;
        padding-left: 20px;
    }

    .latest-posts-block
    {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .latest-posts-block.style-1
    {
        padding-top: 30px;
    }

    .latest-posts-block h2
    {
        font-size: 35px;
    }

    .latest-posts-block .cols-wrap .col
    {
        padding-bottom: 20px;
    }

    .post-box
    {
        min-height: 250px;
        padding: 20px 20px 15px;
    }

    .posts-block
    {
        margin-top: -20px;
    }

    .posts-block .col
    {
        padding-top: 20px;
    }

    .post-area .t-area
    {
        padding: 12px 168px 10px 15px;
    }

    .post-area .t-rt-area
    {
        right: 15px;
    }

    .post-area .des
    {
        padding: 13px 15px;
    }

    .widget
    {
        margin-bottom: 20px;
        padding: 15px 15px 17px;
    }

    .widgets-block
    {
        margin-bottom: 20px;
        padding: 1px 15px;
    }

    .feature-post h2
    {
        font-size: 35px;
    }

    .feature-post .date-author .txt-wrap
    {
        font-size: 10px;
    }

    .post-content h4
    {
        font-size: 19px;
    }
}

@-webkit-keyframes fadeIn
{
    0%
    {
        visibility: hidden;

        opacity: 0;
    }

    100%
    {
        visibility: visible;

        opacity: 1;
    }
}

@keyframes fadeIn
{
    0%
    {
        visibility: hidden;

        opacity: 0;
    }

    100%
    {
        visibility: visible;

        opacity: 1;
    }
}

