/*
Theme Name: CATV24
Author: dev@itnature.ru
Description: CATV. ITnature.ru web-studio.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: catv24

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
    max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==|== public=========================================================== */
.left {	float: left; }
.right { float:  right; }
.clear { clear: both; }
.clear-right { clear: right; }
.clear-left { clear: left; }

.relative { position: relative; }

.text-right { text-align: right; }
.text-center { text-align: center; }

.display-block { display: block; }
.background-none { background: none !important; }
.border-none { border: none !important; }
.white-border { border: 1px solid #fff; }

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* style.css */

@font-face {
    font-family: 'Open Sans';
    src: local('fonts/Open Sans Light'), local('/font/OpenSans-Light'), url('fonts/opensanslight.woff2') format('woff2'), url('fonts/opensanslight.woff') format('woff'), url('fonts/opensanslight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('fonts/Open Sans Light Italic'), local('fonts/OpenSansLight-Italic'), url('fonts/opensanslightitalic.woff2') format('woff2'), url('fonts/opensanslightitalic.woff') format('woff'), url('fonts/opensanslightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: local('fonts/Open Sans'), local('fonts/OpenSans'), url('fonts/opensans.woff2') format('woff2'), url('fonts/opensans.woff') format('woff'), url('fonts/opensans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('fonts/Open Sans Italic'), local('fonts/OpenSans-Italic'), url('fonts/opensansitalic.woff2') format('woff2'), url('fonts/opensansitalic.woff') format('woff'), url('fonts/opensansitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: local('fonts/Open Sans Semibold'), local('fonts/OpenSans-Semibold'), url('fonts/opensanssemibold.woff2') format('woff2'), url('fonts/opensanssemibold.woff') format('woff'), url('fonts/opensanssemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('fonts/Open Sans Semibold Italic'), local('fonts/OpenSans-SemiboldItalic'), url('fonts/opensanssemibolditalic.woff2') format('woff2'), url('fonts/opensanssemibolditalic.woff') format('woff'), url('fonts/opensanssemibolditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: local('fonts/Open Sans Bold'), local('fonts/OpenSans-Bold'), url('fonts/opensansbold.woff2') format('woff2'), url('fonts/opensansbold.woff') format('woff'), url('fonts/opensansbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('fonts/Open Sans Bold Italic'), local('fonts/OpenSans-BoldItalic'), url('fonts/opensansbolditalic.woff2') format('woff2'), url('fonts/opensansbolditalic.woff') format('woff'), url('fonts/opensansbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: local('fonts/Open Sans Extrabold'), local('fonts/OpenSans-Extrabold'), url('fonts/opensansextrabold.woff2') format('woff2'), url('fonts/opensansextrabold.woff') format('woff'), url('fonts/opensansextrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('fonts/Open Sans Extrabold Italic'), local('fonts/OpenSans-ExtraboldItalic'), url('fonts/opensansextrabolditalic.woff2') format('woff2'), url('fonts/opensansextrabolditalic.woff') format('woff'), url('fonts/opensansextrabolditalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'font3287aad2222ea40811c09168947b68c3';
    src: url('http://nomail.com.ua/files/eot/3287aad2222ea40811c09168947b68c3.eot?#iefix') format('embedded-opentype'), url('http://nomail.com.ua/files/woff/3287aad2222ea40811c09168947b68c3.woff') format('woff'), url('http://nomail.com.ua/files/woff2/3287aad2222ea40811c09168947b68c3.woff2') format('woff2');
}
@font-face {
    font-family: 'Plumb-Regular';
    src: local('Plumb-Regular'), url('http://nomail.com.ua/files/woff/3287aad2222ea40811c09168947b68c3.woff') format('woff');
}
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */
html {
    height: 100%;
    font-size: 100%;
    font-family: "BoblicRegular";
}
body {
    height: 100%;
    background: #ffffff;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li {
    margin: 0;
    padding: 0;
}
.button {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    color: #f3f3f3 !important;
    font-size: 25px;
    padding: 12px 30px;
    background: #08AC07;
    border-radius: 10px;
    transition: background 0.4s ease 0s, background-color 0.4s ease 0s;
}
.button:hover {
    background: #008a00;
}
.button:active {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.w489 {
    width: 489px;
}
.w208 {
    width: 208px;
}
.w255 {
    width: 255px;
}
.w729 {
    width: 729px;
}
.w715 {
    width: 715px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-30 {
    margin-left: 30px;
}
.bg-blue {
    background: #05AED7;
}
.bg-orange {
    background: #FF4B26;
}
.bg-dark-blue {
    background: #041B35;
}
.bg-lightgray {
    background: #F0F0F0;
}
.sectionPage {
    width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
}
.header {
    margin-bottom: 16px;
}
.header .h-sen-menu {
    display: none;
    font-family: "Plumb-Regular";
    padding: 4px 40px;
    background: #F0F0F0;
    width: 1004px;
    overflow: hidden;
}
.header .h-sen-menu a {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #041B35;
    padding: 20px 15px;
    border-left: 1px solid #999999;
    letter-spacing: normal;
}
.header .h-blue {
    position: relative;
    box-sizing: border-box;
    padding: 3px 40px 4px 15px;
    background: #059DC8;
    line-height: 76px;
    overflow: hidden;
    width: 1004px;
}
.header .h-blue .hb-sendvich {
    float: left;
    width: 84px;
    padding: 0px 28px;
    cursor: pointer;
    margin-top: 19px;
    color: #fff;
    font-size: 2.21em;
    line-height: 1.82em;
    text-align: center;
}
.header .h-blue .hb-sendvich:hover {
    background: #007ba6;
}
.header .h-blue .h-logo {
    float: left;
    margin-left: 0;
    width: 153px;
    text-align: center;
    border-left: 1px solid #92c4dd;
    border-right: 1px solid #92c4dd;
    font-size: 2em;
    margin: 0.67em 0;
    line-height: 1.1;
}
.header .h-blue .h-soc {
    padding-left: 14px;
    float: left;
    font-family: "Open Sans";
    text-transform: uppercase;
    color: #ffffff;
    font-size: 0.75rem;
    margin-top: 10px;
}
.header .h-blue .h-soc nav {
    float: left;
    padding-left: 18px;
    margin-top: 18px;
}
.header .h-blue .h-soc nav .fa {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #75b5d5;
    border-radius: 50%;
}
.header .h-blue .h-search {
    position: relative;
    float: right;
    padding-left: 13px;
    margin-top: 6px;
}
.header .h-blue .h-search input {
    display: inline-block;
    width: 130px;
    border: none;
    line-height: 27px;
    background: #ffffff;
    padding: 0 2px;
}
.header .h-blue .h-search button {
    display: inline-block;
    height: 28px;
    width: 30px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #2b80aa;
    padding: 0;
    margin-left: -4px;
    cursor: pointer;
    color: #fff;
    font-weight: normal;
    position: relative;
    top: 0px;
}
.header .h-blue .h-search .b-search {
    position: relative;
    top: 8px;
    background: url("./images/search.png") center center no-repeat #8acced;
}
.header .h-blue .h-search .b-search:hover {
    background: url("./images/search.png") center center no-repeat #68aacb;
}
.header .h-blue .h-search button:hover {
    background: #68aacb;
}
.header .h-blue .h-search button:active {
    background: #2b80aa;
}
.header .h-blue .h-search .h-cb {
    background: none;
    border: none;
    width: 35px;
    height: 27px;
    margin-left: 15px;
}
.header .h-blue .h-search .h-cb:hover {
    background: none;
}
.header .h-blue .h-search .h-cb:active {
    background: none;
}
.header .h-menu {
    background: #041B35;
    line-height: 42px;
    overflow: hidden;
}
.header .h-menu a {
    line-height: 42px;
    text-transform: uppercase;
    font-family: "Plumb-Regular";
    font-size: 0.875rem;
    text-decoration: none;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    text-align: center;
    border-bottom: 4px solid #041B35;
}
.header .h-menu a:hover, .header .h-menu .current-menu-item a {
    background: #ffffff;
    box-sizing: border-box;
    border-bottom: 4px solid #059DC8;
    color: #041B35;
}
.header .h-country {
    background: #F0F0F0;
    line-height: 34px;
    text-align: justify;
    overflow: hidden;
}
.header .h-country a {
    box-sizing: border-box;
    font-family: "Plumb-Regular";
    font-size: 0.875rem;
    display: block;
    color: #041B35;
    text-align: center;
    text-decoration: none;
}
.header .h-country a:hover {
    color: #059DC8;
}
.page-nav {
    font-family: "Plumb-Regular";
    text-align: center;
}
.page-nav a {
    display: inline-block;
    text-decoration: none;
    color: #041B35;
}
.page-nav a:hover {
    color: #059DC8;
}
.page-nav .pn-prev {
    width: 9px;
    height: 15px;
    margin-right: 10px;
    background: url("./images/pager2.png") 0 0 no-repeat;
}
.page-nav .pn-prev:hover {
    background: url("./images/pager2.png") 0 -15px no-repeat;
}
.page-nav .pn-next {
    width: 9px;
    height: 15px;
    margin-left: 10px;
    background: url("./images/pager2.png") -17px 0 no-repeat;
}
.page-nav .pn-next:hover {
    background: url("./images/pager2.png") -17px -15px no-repeat;
}
.page-nav .pn-first {
    width: 13px;
    height: 15px;
    margin-right: 10px;
    background: url("./images/pager.png") 0 0 no-repeat;
}
.page-nav .pn-first:hover {
    background: url("./images/pager.png") 0 -15px no-repeat;
}
.page-nav .pn-last {
    width: 13px;
    height: 15px;
    margin-left: 10px;
    background: url("./images/pager.png") -13px 0 no-repeat;
}
.page-nav .pn-last:hover {
    background: url("./images/pager.png") -13px -15px no-repeat;
}
.big-news {
    padding-left: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    font-family: "Plumb-Regular";
}
.big-news .bn-header {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #272a32;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.big-news .bn-info {
    margin-bottom: 20px;
}
.big-news .bn-info ul {
    color: #041B35;
}
.big-news .bn-info ul li {
    float: left;
    padding: 15px 10px;
    font-size: 0.75rem;
    text-transform: uppercase;
}
.big-news .bn-info ul li:first-child {
    background: #041B35;
    color: #ffffff;
}
.big-news .bn-info ul li:last-child {
    float: right;
    text-transform: none;
}
.big-news .bn-image-box {
    position: relative;
}
.big-news .bn-image-box img {
    max-width: 100%;
}
.big-news .bn-image-box .im-text-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 20px 18px;
}
.big-news .bn-image-box .im-text-box p {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
.big-news .bn-data {
    font-size: 0.75rem;
    color: #999999;
    padding: 15px 0 10px 0;
}
.big-news .bn-big-text {
    font-weight: bold;
}
.big-news .bn-like-button {
    text-align: center;
}
.big-news .bn-citation {
    box-sizing: border-box;
    width: 270px;
    background: #7B99A1;
    margin: 20px 20px 20px 0;
    color: #ffffff;
    padding: 15px ;
}
.big-news .bn-citation .bnc-header {
    font-weight: bold;
}
.big-news .bn-citation p {
    padding-left: 40px;
    background: url("./images/kvch.png") left top no-repeat;
}
.big-news .bn-text {
    color: #666666;
    font-size: 0.875rem;
    font-family: 'PT Serif Caption', serif;
    margin: 0;
}
.big-news .bn-detail {
    font-size: 0.875rem;
    font-family: 'PT Serif Caption', serif;
    color: #27bfea;
}
.big-news .bn-marker {
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 15px 120px 15px 15px;
    color: #666666;
    font-size: 0.8125rem;
    background: #e0e0e0;
    position: relative;
}
.big-news .bn-marker .bnm-bal {
    box-sizing: border-box;
    /* position: relative; */
    position: absolute;
    padding: 10px 15px;
    color: #8599a1;
    font-size: 1.25rem;
    right: 0;
    top: 0;
    /* width: 113px; */
}
.big-news .bn-marker span {
    font-weight: bold;
}
.pluss {
    border: none;
    display: inline-block;
    position: relative;
    top: 2px;
    background: url("./images/plus.png") 0 0 no-repeat;
    width: 19px;
    margin-left: 10px;
    height: 19px;
    cursor: pointer;
}
.minus {
    border: none;
    position: relative;
    margin-left: 10px;
    top: 2px;
    display: inline-block;
    background: url("./images/plus.png") -19px 0 no-repeat;
    width: 19px;
    height: 19px;
    cursor: pointer;
}
.intresting {
    font-family: "Plumb-Regular";
    font-size: 0.8125rem;
}
.intresting .in-header {
    color: #041B35;
    font-weight: bold;
}
.intresting ul {
    padding: 10px 0;
}
.intresting ul li {
    padding: 10px 0;
}
.intresting ul li a {
    text-decoration: none;
    color: #059DC8;
}
.intresting ul li a:hover {
    color: #041B35;
}
.sendComment .comment {
    padding: 15px;
    color: #666666;
    font-family: "Plumb-Regular";
}
.sendComment .comment .auth {
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}
.sendComment .comment .fieldName {
    font-weight: bold;
    padding: 15px 0 10px 0;
}
.sendComment .comment textarea {
    width: 100%;
    border: 1px solid #f1f1f1;
    min-height: 160px;
    resize: vertical;
}
.sendComment .comment button {
    padding: 12px 20px;
    background: #8599a1;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #63777f;
    color: #ffffff;
    font-weight: bold;
    margin-top: 15px;
}
.review {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: "Plumb-Regular";
    font-size: 0.8125rem;
    color: #666666;
}
.review .rev-ing-box {
    margin-right: 15px;
    width: 48px;
}
.review .rev-ing-box img {
    max-width: 100%;
}
.review .rev-name {
    position: relative;
    color: #041B35;
    font-weight: bold;
    padding-top: 15px;
    margin-right: 15px;
}
.review .rev-name .rn-stars {
    position: absolute;
    bottom: -13px;
}
.review .rev-date {
    display: block;
    padding-top: 15px;
}
.review .rev-reit {
    position: relative;
    margin-top: 15px;
    font-size: 1rem;
    font-weight: bold;
    color: #8599a1;
}
.review .rev-reit .rev-pluss {
    position: relative;
    top: 2px;
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background: url("./images/plus-gray.png") 0 0 no-repeat;
}
.review .rev-reit .rev-minus {
    position: relative;
    top: 2px;
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("./images/plus-gray.png") -20px 0 no-repeat;
}
.review .rev-answer {
    background: url("./images/arrow.png") center center no-repeat;
    width: 25px;
    height: 18px;
    cursor: pointer;
    text-indent: -10000px;
}
.cat-list {
    padding-left: 25px;
    font-family: "Plumb-Regular";
    letter-spacing: 55px;
    position: relative;
}
.cat-list a {
    text-decoration: none;
}
.cat-list li {
    letter-spacing: normal;
    display: block;
    margin-bottom: 25px;
}
.cat-list li img {
    max-width: 100%;
}
.cat-list .cl-date {
    font-size: 0.75rem;
    color: #999999;
    text-transform: uppercase;
}
.cat-list .category {
    text-transform: uppercase;
    font-size: 0.75rem;
    padding-left: 12px;
}
.cat-list .tc-blue, a.color-blue {
    color: #4fc6ff;
}
.cat-list .tc-darkblue, a.color-darkblue {
    color: #041B35;
}
.cat-list .tc-lightblue, a.color-lightblue {
    color: #9cb3db;
}
.cat-list .tc-orange, a.color-orange {
    color: #e74d2b;
}
.cat-list .cl-img-box {
    margin-top: 10px;
    margin-bottom: 3px;
    position: relative;
}
.cat-list .cl-header {
    margin: 0;
    color: #272a32;
}
.cat-list .cl-header:hover {
    color: #05AED7;
}
.cat-list .cl-text {
    color: #666666;
    font-size: 0.875rem;
    font-family: 'PT Serif Caption', serif;
    margin: 0;
}
.cat-list .cl-text:hover {
    color: #05AED7;
}
.cat-list .cl-post-info {
    padding-top: 10px;
    text-align: right;
    color: #9FAAB4;
    font-size: 0.75rem;
}
.cat-list .cl-post-info .cl-comment-count {
    display: inline-block;
    background: url("./images/coment-count.png") left center no-repeat;
    padding-left: 20px;
    padding-right: 5px;
    border-right: 1px solid #d3d3d3;
    margin-right: 3px;
}
.cat-list .cl-post-info .cl-watch-count {
    display: inline-block;
    background: url("./images/watch-count.png") left 2px no-repeat;
    padding-left: 23px;
}
.last-news {
    font-family: "Plumb-Regular";
    margin-bottom: 30px;
    background-color: transparent;
}
.last-news ul {
    padding-left: 15px;
    padding-right: 17px;
    border-right: 2px solid #dcdcdc;
}
.last-news .ln-header {
    text-align: left;
    line-height: 30px;
    padding-left: 15px;
    font-size: 0.875rem;
    color: #ffffff;
    margin-bottom: 10px;
}
.last-news .ln-time {
    display: block;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    color: #c0c1c1;
    font-size: 0.75rem;
    line-height: 30px;
    margin-top: 10px;
}
.last-news .ln-time:after {
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dcdcdc;
    right: -22px;
    top: 38%;
}
.last-news .ln-time-last {
    display: block;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    color: #c0c1c1;
    font-size: 0.75rem;
    line-height: 30px;
    margin-top: 10px;
}
.last-news .ln-time-last:after {
    position: absolute;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #c0c1c1;
    background: #ffffff;
    right: -21px;
    top: 38%;
}
.last-news .ln-time-last:before {
    position: absolute;
    display: block;
    content: '';
    width: 2px;
    height: 11px;
    background: #ffffff;
    right: -19px;
    top: 0px;
}
.last-news .ln-text {
    text-decoration: none;
    font-size: 0.875rem;
    color: #000000;
}
.last-news .ln-text:hover {
    color: #05AED7;
}
.calendar {
    font-family: "Plumb-Regular";
}
.calendar .calendar-header {
    text-align: left;
    line-height: 30px;
    padding-left: 15px;
    font-size: 0.875rem;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: bold;
}
.calendar .calendar-body {
    padding: 15px;
}
.calendar .widget_calendar tbody a {
    color: #0088b0;
}
.calendar .widget_calendar table#wp-calendar {
    margin: 0 auto;
}
.calendar .widget_calendar td#next {
    text-align: right;
}
.popular {
    font-family: "Plumb-Regular";
    margin-bottom: 20px;
}
.popular .p-header {
    text-align: left;
    line-height: 30px;
    padding-left: 15px;
    font-size: 0.875rem;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: bold;
}
.popular ul {
    padding-left: 15px;
    padding-top: 15px;
}
.popular ul li {
    width: 224px;
}
.popular ul li img {
    max-width: 100%;
}
.popular ul li .p-text {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-size: 0.8125rem;
    color: #000000;
}
.popular ul li .p-text:hover {
    color: #059DC8;
}
.popular-on-site {
    font-family: "Plumb-Regular";
    padding-left: 10px;
    letter-spacing: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
}
.popular-on-site .pos-header {
    letter-spacing: normal;
    text-align: left;
    line-height: 30px;
    font-size: 0.875rem;
    color: #FF4B26;
    margin-bottom: 10px;
    font-weight: bold;
}
.popular-on-site li {
    letter-spacing: normal;
    display: inline-block;
    width: 224px;
    vertical-align: top;
}
.popular-on-site li img {
    max-width: 100%;
}
.popular-on-site .pos-text {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-size: 0.8125rem;
    color: #000000;
}
.popular-on-site .pos-text:hover {
    color: #059DC8;
}
.auth-soc-set {
    display: inline-block;
    padding-bottom: -10px;
}
.auth-soc-set a {
    display: inline-block;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.auth-soc-set a.vk {
    background: url("./images/auth-soc.png") 0 0 no-repeat;
}
.auth-soc-set a.fb {
    background: url("./images/auth-soc.png") -34px 0 no-repeat;
}
.auth-soc-set a.tw {
    background: url("./images/auth-soc.png") -67px 0 no-repeat;
}
.auth-soc-set a.gp {
    background: url("./images/auth-soc.png") -100px 0 no-repeat;
}
.auth-soc-set a.email {
    width: 65px;
    background: url("./images/auth-soc.png") -134px 0 no-repeat;
}
.country-block {
    margin-top: 20px;
    font-family: "Plumb-Regular";
}
.country-block .cb-header {
    text-transform: uppercase;
    padding-left: 24px;
    line-height: 45px;
}
.country-block .cat-list {
    letter-spacing: 9px;
}
.country-block .cat-list li {
    padding: 5px;
}
.footer {
    padding: 15px;
    margin-top: 35px;
    box-sizing: border-box;
}
.footer-elements {
    letter-spacing: 90px;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: bold;
    border-bottom: 2px solid #059DC8;
    padding-bottom: 20px;
}
.footer-elements li {
    padding-top: 30px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    font-family: "Open Sans";
    text-transform: uppercase;
}
.footer-elements li .f-ligo {
    padding: 80px 0 80px 60px;
}
.footer-elements li ul {
    font-size: 0.875rem;
}
.footer-elements li ul li {
    padding-top: 0;
    letter-spacing: normal;
    display: block;
}
.footer-elements li ul li a {
    font-weight: normal;
    text-decoration: none;
    line-height: 32px;
    color: #059DC8;
}
.footer-elements li ul li a:hover {
    color: #ffffff;
}
.f-soc {
    font-family: "Plumb-Regular";
    padding-top: 30px;
    color: #059DC8;
    font-size: 0.875rem;
    overflow: hidden;
}
.f-soc .fs-soc {
    padding-left: 30px;
    float: left;
    font-family: "Open Sans";
    text-transform: uppercase;
    color: #ffffff;
    font-size: 0.75rem;
}
.f-soc .fs-soc nav {
    float: left;
    padding-left: 18px;
}
.f-soc .fs-soc nav .fa {
    color: #ebf3f7;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #535b6a;
    border-radius: 50%;
}
.f-soc .fs-search {
    position: relative;
}
.f-soc .fs-search input {
    display: inline-block;
    width: 130px;
    border: none;
    line-height: 27px;
    margin: 0 5px 0 10px;
    background: #059DC8;
    padding: 0;
}
.f-soc .fs-search button {
    position: relative;
    top: -1px;
    margin-left: -8px;
    display: inline-block;
    height: 27px;
    width: 30px;
    background: none;
    border: none;
    cursor: pointer;
    color: #059DC8;
}
.f-soc .fs-search button:hover {
    background: none;
}
.f-soc .fs-search button:active {
    background: none;
}
.f-soc li {
    display: inline-block;
}



nav ul li {
    float: left;
    width: 14.2799999999%;
    text-align: center;
}

.cat-list.news2 li {
    margin-right: 79px;
}

.cat-list.news2 li.count3, .cat-list.news2 li.count5 {
    margin-right: 0;
}

.cat-list.news3 li.count3 {
    margin-right: 0;
}

.cat-list.news3 li {
    margin-right: 14px;
}

.footer .dataApps .singleApp a {
    display: block;
    width: 100%;
    height: 100%;
}
.footer .dataApps .singleApp#googlePlay {
    width: 125px;
    height: 43px;
    background: url(./images/googlePlay.jpg);
}
.footer .dataApps {
    overflow: hidden;
    text-indent: -1000000px;
    margin-top: 7px;
}

.socialIcons {
    overflow: hidden;
    line-height: 37px;
    text-align: right;
}
.socialIcons .singleIcon {
    margin-left: 5px;
    display: inline-block;
}

.socialIcons .singleIcon a{
    color: #fff
}

.socialIcons .singleIcon a:hover{
    opacity: 0.7
}


.f-soc li.col1 {
    float: left;
    padding-top: 10px;
}

.f-soc li.col2 {
    float: left;
}

.f-soc li.col3 {
    float: right;
}

.footer .fs-search span {
    display: inline-block;
}

.footer .fs-search form#searchForm {
    display: inline-block;
}

.header .h-soc span {
    float: left;
}

.header .h-search form#searchForm {
    float: left;
}

.header a {
    text-decoration: none;
}

.header .h-blue .h-search .h-cb:hover {
    opacity: 0.7;
}

.f-soc .fs-search button:hover {
    opacity: 0.7;
}

.cat-list li .hentry {
    padding: 10px 10px 15px 10px;
    border-bottom: 1px solid #d9d9d9;
    background: #ffffff;
    /* position: relative; */
}

.big-news .bn-image-box .im-text-box p a {
    color: inherit;
}

.archive .big-news .bn-image-box img, .search .big-news .bn-image-box img{
    width: 100%;
}
.single .big-news .bn-image-box{
    text-align: center;
}

.country-block .left.w208.ml-30 {
    margin-top: 60px;
}

.bg-lightgray .last-news .ln-time-last:before {
    background: #DCDCDC;
}
.w489 .cat-list {
    padding-left: 5px;
}

.country-block .cb-header a {
    color: #272a32;
    font-size: 1.5em;
}

.country-block.bg-lightgray .cb-header {
    padding-left: 15px;
}

.country-block.bg-lightgray .cb-header {
    line-height: 66px;
}
.archive .w729 .cat-list,.search .w729 .cat-list {
    padding-left: 5px;
}

.main .post-ratings img {
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(./images/plus.png) -19px 0 no-repeat;
    width: 19px;
    height: 19px;
    padding-left: 19px;
    float: right;
    margin-top: 4px;
    margin-left: 5px;
}
.main .post-ratings img:last-child {
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(./images/plus.png) 0 0 no-repeat;
    width: 19px;
    height: 19px;
    padding-left: 19px;
    float: right;
}
.main .post-ratings strong {float: left;}



.main .post-ratings {
    overflow: hidden;
}

.main .post-ratings img:hover {
    opacity: 0.7;
}
.sendComment .comment button:hover {
    opacity: 0.7;
}

.header .h-sen-menu a:hover {
    opacity: 0.7;
}

.rev-reit img:first-child {
    float: left;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(./images/plus-gray.png) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    padding-left: 15px !important;
    margin-top: 4px !important;
    margin-left: 5px !important;
}

.rev-reit img {
    float: right;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(./images/plus-gray.png) -15px 0 no-repeat;
    width: 15px;
    height: 15px;
    padding-left: 15px !important;
    margin-top: 4px !important;
    margin-left: 0px !important;
}

.rev-reit img:hover {
    opacity: 0.7;
}

.review .rev-answer:hover {
    opacity: 0.7;
}

.singleComment cite.fn {
    font-style: normal;
}

ol.commentlist {
    list-style: none;
    padding: 0;
}

.singleComment .commentReply a.comment-reply-link {
    display: block;
}

.commentlist .comment .comment {
    padding: 15px 0 0 15px;
}

.commentlist .comment span {
    font-size: 0.8125rem;
    position: absolute;
    left: -12px;
    top: 4px;
}

input[type="submit"] {
    background: none;
    border: none;
    text-transform: uppercase;
}

textarea {
    width: 300px;
}

input[type="text"], input[type="email"] {
    width: 300px;
}

.alignCenter{text-align:center;}


.sendComment .authChoose a.email {
    display: block;
    width: 65px;
    height: 26px;
    background: url("./images/auth-soc.png") -134px 0 no-repeat;
    margin: 0 auto;
    position: relative;
    top: 10px;
}


.ulogin-buttons-container {
    width: 130px !important;
}

.ulogin-buttons-container div {
    width: 27px !important;
    height: 27px !important;
    background: url("./images/auth-soc.png") 0 0 no-repeat !important;
}

.ulogin-buttons-container .ulogin-button-facebook {
    background-position: -34px 0 !important;
}

.ulogin-buttons-container .ulogin-button-twitter {
    background-position: -67px 0 !important;
}

.ulogin-buttons-container .ulogin-button-googleplus {
    background-position: -100px 0 !important;
}

img.ulogin-dropdown-button {
    display: none !important;
}

.sendComment .authChoose a.email:hover {
    opacity: 0.7;
}

.entryText {
    padding: 0 0 10px;
}

body>.panel_lk_recall.floatform {
    display: none;
}








.hentry .cl-img-box i.fa.fa-play {
    color: white;
    font-size: 5em;
    position: absolute;
    left: 87px;
    text-shadow: 0px 0px 11.7px rgba(0, 0, 0, 0.36);
    top: 50%;
    margin-top: -35px;
}

.widget_archives_calendar .widgetName {
    overflow: hidden;
    background: #059DC8;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding: 5px;
}
.calendar-archives.calendrier{box-shadow:0 3px 6px rgba(0,0,0,0.3);border-top-left-radius:5px;border-top-right-radius:5px;position:relative;width:100%}.calendar-archives.calendrier *{box-sizing:border-box!important}.calendar-archives.calendrier ul,.calendar-archives.calendrier li{margin:0;padding:0;list-style:none;display:list-item}.calendar-archives.calendrier a{text-decoration:none}.calendar-archives.calendrier .archives-years{overflow:hidden;position:relative;border:1px #e6e6e6 solid;border-bottom:0}.calendar-archives.calendrier .calendar-navigation{background: #059DC8;text-shadow:-1px -1px 0 rgba(0,0,0,0.4);position:relative;width:100%;height:30px}.calendar-archives.calendrier .calendar-navigation a,.calendar-archives.calendrier .calendar-navigation ul,.calendar-archives.calendrier .calendar-navigation div,.calendar-archives.calendrier .calendar-navigation li{line-height:30px}.calendar-archives.calendrier .calendar-navigation .prev-year,.calendar-archives.calendrier .calendar-navigation .next-year{display:block;position:absolute;width:30px;font-size:18px;text-align:center;color:#fff}.calendar-archives.calendrier .calendar-navigation .prev-year:hover,.calendar-archives.calendrier .calendar-navigation .next-year:hover{background-color:rgba(255,255,255,0.1);color:#fff}.calendar-archives.calendrier .calendar-navigation .prev-year.disabled,.calendar-archives.calendrier .calendar-navigation .next-year.disabled{opacity:.4;cursor:default}.calendar-archives.calendrier .calendar-navigation .prev-year.disabled:hover,.calendar-archives.calendrier .calendar-navigation .next-year.disabled:hover{background-color:none}.calendar-archives.calendrier .calendar-navigation .prev-year{border-top-left-radius:5px;left:0;box-shadow:-1px 0 0 rgba(0,0,0,0.2) inset;border-right:1px rgba(255,255,255,0.2) solid}.calendar-archives.calendrier .calendar-navigation .next-year{right:0;box-shadow:1px 0 0 rgba(255,255,255,0.2) inset;border-left:1px rgba(0,0,0,0.2) solid}.calendar-archives.calendrier .calendar-navigation .menu-container{position:absolute;width:100px;left:50%;margin-left:-50px;text-align:center}.calendar-archives.calendrier .calendar-navigation .menu-container.months{width:160px;margin-left:-80px;text-transform:capitalize}.calendar-archives.calendrier .calendar-navigation .menu-container:hover .arrow-down{box-shadow:1px 0 0 rgba(255,255,255,0.2) inset;border-left:1px rgba(0,0,0,0.2) solid}.calendar-archives.calendrier .calendar-navigation .menu-container a.title{display:block;width:100%;color:#fff}.calendar-archives.calendrier .calendar-navigation .menu-container .arrow-down{color:#fff;position:absolute;width:26px;right:0;top:0;cursor:pointer;font-size:10px;font-family:Verdana,Arial,Helvetica,sans-serif}.calendar-archives.calendrier .calendar-navigation .menu-container .arrow-down:hover{background-color:rgba(255,255,255,0.1)}.calendar-archives.calendrier .calendar-navigation .menu-container .menu{border-radius:5px;overflow:hidden;position:absolute;z-index:99;display:none;width:100%;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.5);top:0}.calendar-archives.calendrier .calendar-navigation .menu-container .menu a{text-shadow:none;display:block;color:#555}.calendar-archives.calendrier .calendar-navigation .menu-container .menu a:hover{background: #407686;cursor:pointer;color:#fff}.calendar-archives.calendrier .calendar-navigation .menu-container .menu a.selected{color:#fff;background: #059DC8;}.calendar-archives.calendrier .year{position:absolute;background-color:#fff;top:0;left:0;margin-left:-100%;width:100%;z-index:0}.calendar-archives.calendrier .year .year-link{display:none}.calendar-archives.calendrier .year.last{position:relative}.calendar-archives.calendrier .year.current{margin-left:0;z-index:1}.calendar-archives.calendrier .month,.calendar-archives.calendrier .day{float:left;overflow:hidden;display:block;border-right:1px #e6e6e6 solid;border-bottom:1px #e6e6e6 solid;color:#999;background-color:#fff;position:relative}.calendar-archives.calendrier .month.has-posts,.calendar-archives.calendrier .day.has-posts{background-color: #059DC8;}.calendar-archives.calendrier .month.has-posts a,.calendar-archives.calendrier .day.has-posts a{display:block;width:100%;height:100%;color:#FFF}.calendar-archives.calendrier .month.has-posts a:hover,.calendar-archives.calendrier .day.has-posts a:hover{background-color:rgba(255,255,255,0.2)}.calendar-archives.calendrier .month.last,.calendar-archives.calendrier .day.last{border-right:0}.calendar-archives.calendrier .month{width:25%;height:50px}.calendar-archives.calendrier .month .month-name{text-transform:capitalize;font-size:16px;font-weight:400;display:block;position:absolute;top:6px;left:8px}.calendar-archives.calendrier .month .postcount{display:block;position:absolute;bottom:6px;right:6px}.calendar-archives.calendrier .month .postcount .count-text{font-size:9px}.calendar-archives.calendrier .day{text-align:center;width:14.285%!important;height:auto!important;padding:8px 0}.calendar-archives.calendrier .day.has-posts{padding:0}.calendar-archives.calendrier .day.has-posts a{padding:8px 0}.calendar-archives.calendrier .day.weekday{display:inline-block;border:0;text-transform:uppercase;color:#666;font-size:76%}.calendar-archives.calendrier .week-row{margin:0;padding:0;overflow:hidden}.calendar-archives.calendrier .week-row.weekdays{border-right:1px #e6e6e6 solid;border-left:1px #e6e6e6 solid}
.h-name {
    font-family: "Open Sans";
    text-transform: uppercase;
    color: #ffffff;
    font-size: 0.67rem;
    float: left;
    width: 174px;
    padding-left: 14px;
    line-height: 1.21rem;
    margin-top: 18px;
}

.header .h-stick {
    width: 1004px;
    margin: inherit;
    margin-bottom: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}