/*
Theme Name: ostanovinasilie
Author: Vetraz
Author URI: http://dzensoft.com/
Description: Unicef
Version: 1.0.0
Text Domain: ostanovinasilie
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-top: 0;
    margin-bottom: 25px;
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #7c7c7c;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
h2 {
    font-size: 22px;
}

.wrapper {
    width: 940px;
    margin: 0 auto;
}

.entry-title,
.page-title {
    margin: 0 0 15px;
    font-size: 21px;
    color: #e1962f;
    line-height: 1.1;
}

.entry-header a,
.entry-title a,
.entry-title a:hover,
.entry-title a:visited {
    color: #e1962f;
    text-decoration: none;
}

.excerpt-title {
    margin-bottom: 10px;
    font-size: 17px;
}

.entry-meta,
.entry-meta a {
    font-size: 18px;
    color: #989898;
    text-decoration: none;
    font-weight: bold;
}

.entry-meta {
    margin-bottom: 10px;
}

.excerpt-content {
    font-size: 13px;
}

.excerpt-content p:last-of-type {
    margin-bottom: 0;
}

.thumb-container {
    height: 220px;
    margin-bottom: 18px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.thumb {
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.thumb--post {
    height: 220px;
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.more-link {
    color: #a4aeb9;
    font-size: 12px;
}

.more-link:hover {
    color: #5a9cd4;
    text-decoration: underline;
}

.tocategory-link {
    text-align: right;
    margin-bottom: 18px;
}

.publication-extra-link {
    display: inline-block;
}

.publication-extra-link:first-of-type {
    margin-right: 50px;
}

.blue-big-button {
    display: inline-block;
    width: 171px;
    height: 41px;
    margin-top: 12px;
    background-color: #5a9cd4;
    text-align: center;
    line-height: 41px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 3px;

}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #9b9b9b;
    box-shadow: inset 0 0 2px #dcdcdc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

.input-block {
    margin-bottom: 16px;
}

.input-block label {
}

.input-block input {
    width: 100%;
    margin: 2px 0 0;
    padding: 8px 8px 4px;
    color: #5a9cd4;
    font-size: 13px;
}

.input-block textarea {
    width: 100%;
    height: 150px;
    margin: 2px 0 0;
    padding: 8px;
    color: #7f7f7f;
    font-size: 13px;
}

.input-block input[type="checkbox"] {
    width: auto;
}

.allow-to-publish {
    margin-top: 10px;
}

.wpcf7-not-valid {
    border: 1px solid #d1000e !important;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
    display: none !important;
}

div.wpcf7-response-output {
    margin: 0;
    background-color: #fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #599cd4;
}

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

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation,
.secondary-navigation,
.footer-navigation {
    clear: both;
    display: block;
    width: 100%;
}

.main-navigation ul,
.secondary-navigation ul,
.footer-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    width: 155px;
    height: 64px;
    margin-right: 2px;
    float: left;
    position: relative;
    text-align: center;
    background: #5a9cd4;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.main-navigation li:last-of-type {
    margin-right: 0;
}

.main-navigation li:hover {
    background: #7bb0dd;
}

.main-navigation li:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.main-navigation a {
    width: 153px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul {
    left: 100%;
}

.main-navigation .current-menu-item {
    background-color: #4281b6;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.secondary-navigation li {
    width: 312px;
    height: 56px;
    margin-right: 2px;
    float: left;
    position: relative;
    text-align: center;
    background: #e1962f;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.secondary-navigation li:last-of-type {
    margin-right: 0;
}

.secondary-navigation li:hover {
    background: #e5a64e;
}

.secondary-navigation li:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.secondary-navigation a {
    width: 311px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
}

.secondary-navigation .current-menu-item {
    background-color: #cc8019;
}

.footer-navigation {
    margin-bottom: 40px;
}

.footer-navigation li {
    width: 155px;
    margin-right: 2px;
    float: left;
    position: relative;
    text-align: center;
}

.footer-navigation li:last-of-type {
    margin-right: 0;
}

.footer-navigation a {
    width: 153px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
    float: left;
    width: 220px;
}

.widget {
    margin: 0 0 1.5em;
    padding: 15px 10px 10px;
    background: #f0f0f0;
    border-radius: 3px;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

.widget-title {
    margin: 0 0 10px;
    font-size: 16px;
    color: #5a9cd4;
}

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

.widget p {
    margin-top: 0;
    margin-bottom: 16px;
    margin-bottom: 1em;
}

.widget-orange-button {
    background-color: #e1962f;
    text-align: center;
}

.widget-orange-button a {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content {
    margin: 50px 0 0;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 2.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
}

.grey-block {
    padding: 28px 60px 25px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ededed;
}

.grey-block--poll {
    padding: 14px 20px 10px;
}

.category-archive .grey-block {
    margin-bottom: 37px;
    padding-bottom: 15px;
    color: #909090;
}

.category-archive .grey-block p {
    margin-bottom: 10px;
}

.category-archive .more-link-p {
    margin-bottom: 0;
}

.category-archive .hentry {
    margin-bottom: 0;
}

.category-archive .entry-meta {
    margin-bottom: 20px;
}

.category-archive .entry-meta a {
    font-size: 17px;
    font-weight: bold;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.content-area {
    width: 700px;
    float: left;
    margin-right: 20px;
    font-size: 13px;
}

.blue-text-p {
    color: #5a9cd4;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
}

.site-content .content-block-grey {
    margin-bottom: 40px;
}

.su-note {
    margin-bottom: 40px !important;
    border: none !important;
}

.su-note-inner {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border: none !important;
}

.video-title a {
    color: #719bd1 !important;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.preheader {
    width: 100%;
    min-width: 940px;
    height: 40px;
    background-color: #e1962f;
    color: #ffffff;
    text-align: right;
}

.phone-description {
    margin-right: 75px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    font-size: 1.125rem;
}

.phone-num {
    display: inline-block;
    vertical-align: bottom;
}

.phone-num a {
    color: #ffffff;
    font-size: 24px;
}

.phone-num a:hover {
    color: #ffffcc;
    font-size: 24px;
    font-size: 1.5rem;
}

.site-header {
    position: relative;
}

.logo {
    display: inline-block;
    vertical-align: middle;
}

.logo--header {
    margin-right: 15px;
}

.logo-description {
    display: inline-block;
    vertical-align: middle;
}

.logo-description--header {
    color: #719bd1;
    font-size: 40px;
}

.search-form-header {
    width: 180px;
    height: 30px;
    position: absolute;
    top: 13px;
    right: 0;
}

.search-form-header .search-field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 0 27px 0 10px;
    font-size: 12px;
    border: 1px solid #d1d6dc;
}

.search-form-header .search-submit {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 11px;
    height: 11px;
    background: url("images/magifying-glass.png") no-repeat;
    border: none;
    box-shadow: none;
    font-size: 0;
    opacity: 0.7;
}

.search-form-header .search-submit:hover {
    box-shadow: none;
    opacity: 1;
}

.big_banner {
    bottom: 23px;
}

/*---------------------------------
# Breadcrumbs
-----------------------------------*/

.breadcrumb {
    margin: 9px 0;
    font-size: 11px;
    color: #a4aeb9;
}

.breadcrumb a {
    color: #5a9cd4;
}

/*----------------------------------
# 2 columns page
------------------------------------*/
.cols2--300 {
    width: 300px;
    float: left;
}

.cols2--380 {
    width: 380px;
    float: right;
}

.column-item {
    margin-bottom: 35px;
    margin-bottom: 2.1875em;
}

/*----------------------------------
# Blog
------------------------------------*/
.blog-block {
    margin-bottom: 30px;
}
.blog-block:last-of-type {
    margin-bottom: 0;
}

.blog-block__author {
    font-size: 17px;
    color: #989898;
    font-weight: bold;
}

/*----------------------------------
# Footer
------------------------------------*/
.partners {
    padding-top: 75px;
    position: relative;
}

.partners-title {
    padding-left: 27px;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    color: #5a9cd4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f0f0f0;
}

.partners-slider {
    width: 880px;
    height: 80px;
    margin: 35px auto 40px;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.swiper-slide a {
    outline: none;
}

.swiper-slide img {
    display: inline-block;
    vertical-align: middle;
    max-height: 80px;
}

.swiper-button-prev--logos {
    left: 7px;
    top: auto;
    bottom: 19px;
}

.swiper-button-next--logos {
    right: 7px;
    top: auto;
    bottom: 19px;
}

.site-footer {
    padding: 36px 0 32px;
    background: #719bd1;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}

.site-info {
    text-align: center;
}

.footer-social-buttons {
    margin-bottom: 14px;
}

.footer-soc-button {
    display: inline-block;
    margin: 0 5px;
    width: 42px;
    height: 41px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer-soc-button:hover {
    background-color: #4487bf;
}
.footer-soc-button--vk {
    background-image: url('images/soc-vk.png');
}
.footer-soc-button--fb {
    background-image: url('images/soc-fb.png');
}

.totop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: url("images/totop.png") no-repeat;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Tools
--------------------------------------------------------------*/
.circularG_container{
    display: none;
    position:relative;
    width:42px;
    height:42px;
    margin: 40px auto 0;
}

.circularG{
    position:absolute;
    background-color:#5a9cd4;
    width:10px;
    height:10px;
    -moz-border-radius:6px;
    -moz-animation-name:bounce_circularG;
    -moz-animation-duration:1.12s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:normal;
    -webkit-border-radius:6px;
    -webkit-animation-name:bounce_circularG;
    -webkit-animation-duration:1.12s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:normal;
    -ms-border-radius:6px;
    -ms-animation-name:bounce_circularG;
    -ms-animation-duration:1.12s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:normal;
    -o-border-radius:6px;
    -o-animation-name:bounce_circularG;
    -o-animation-duration:1.12s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:normal;
    border-radius:6px;
    animation-name:bounce_circularG;
    animation-duration:1.12s;
    animation-iteration-count:infinite;
    animation-direction:normal;
}

.circularG_1{
    left:0;
    top:17px;
    -moz-animation-delay:0.42s;
    -webkit-animation-delay:0.42s;
    -ms-animation-delay:0.42s;
    -o-animation-delay:0.42s;
    animation-delay:0.42s;
}

.circularG_2{
    left:4px;
    top:4px;
    -moz-animation-delay:0.56s;
    -webkit-animation-delay:0.56s;
    -ms-animation-delay:0.56s;
    -o-animation-delay:0.56s;
    animation-delay:0.56s;
}

.circularG_3{
    top:0;
    left:17px;
    -moz-animation-delay:0.7s;
    -webkit-animation-delay:0.7s;
    -ms-animation-delay:0.7s;
    -o-animation-delay:0.7s;
    animation-delay:0.7s;
}

.circularG_4{
    right:4px;
    top:4px;
    -moz-animation-delay:0.84s;
    -webkit-animation-delay:0.84s;
    -ms-animation-delay:0.84s;
    -o-animation-delay:0.84s;
    animation-delay:0.84s;
}

.circularG_5{
    right:0;
    top:17px;
    -moz-animation-delay:0.98s;
    -webkit-animation-delay:0.98s;
    -ms-animation-delay:0.98s;
    -o-animation-delay:0.98s;
    animation-delay:0.98s;
}

.circularG_6{
    right:4px;
    bottom:4px;
    -moz-animation-delay:1.12s;
    -webkit-animation-delay:1.12s;
    -ms-animation-delay:1.12s;
    -o-animation-delay:1.12s;
    animation-delay:1.12s;
}

.circularG_7{
    left:17px;
    bottom:0;
    -moz-animation-delay:1.26s;
    -webkit-animation-delay:1.26s;
    -ms-animation-delay:1.26s;
    -o-animation-delay:1.26s;
    animation-delay:1.26s;
}

.circularG_8{
    left:4px;
    bottom:4px;
    -moz-animation-delay:1.4s;
    -webkit-animation-delay:1.4s;
    -ms-animation-delay:1.4s;
    -o-animation-delay:1.4s;
    animation-delay:1.4s;
}

@-moz-keyframes bounce_circularG{
    0%{
        -moz-transform:scale(1)}

    100%{
        -moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
    0%{
        -webkit-transform:scale(1)}

    100%{
        -webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
    0%{
        -ms-transform:scale(1)}

    100%{
        -ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
    0%{
        -o-transform:scale(1)}

    100%{
        -o-transform:scale(.3)}

}

@keyframes bounce_circularG{
    0%{
        transform:scale(1)}

    100%{
        transform:scale(.3)}

}

.ajax-paginator-info {
    display: none;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.entry-content .unicef_tabs_two,
.entry-content .unicef_tabs_three,
.category-archive .unicef_tabs_three {
    background: none;
}

.unicef_tabs_two .su-tabs-nav span,
.unicef_tabs_three .su-tabs-nav span {
    display: table-cell;
    width: 310px;
    height: 53px;
    padding: 0 17px 0;
    background-color: #f0f0f0;
    color: #969696;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    vertical-align: middle;
}

.unicef_tabs_three .su-tabs-nav span {
    width: 232px;
}

.unicef_tabs_three .su-tabs-nav span:last-of-type {
    border-right: none;
}

.unicef_tabs_two .su-tabs-nav span:hover,
.unicef_tabs_three .su-tabs-nav span:hover {
    color: #008cc6;
    background-color: #c9e6ff;
}

.unicef_tabs_two .su-tabs-nav span.su-tabs-current,
.unicef_tabs_three .su-tabs-nav span.su-tabs-current {
    color: #008cc6;
    background-color: #f0f0f0;
    border-bottom: 2px solid #008cc6;
}

.unicef_tabs_two .su-tabs-pane,
.unicef_tabs_three .su-tabs-pane {
    padding: 30px 60px 40px;
    background-color: #f0f0f0;
    color: #909090;
}

.entry-content .blue-link-spoiler {
    margin-bottom: 0;
}

.blue-link-spoiler .su-spoiler-title {
    color: #5a9cd4;
    font-size: 17px;
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Polls
--------------------------------------------------------------*/
.unicef-poll {
    width: 100%;
}

.unicef-poll__nums {
    margin-bottom: 15px;
    color: #b5b5b5;
    font-size: 13px;
}
.unicef-poll__question {
    margin-bottom: 25px;
    color: #7f7f7f;
    font-size: 15px;
}
.unicef-poll__checkboxes {
    color: #7f7f7f;
    font-size: 13px;
}

.unicef-poll__checkboxes label {
    display: inline-block;
    padding-bottom: 20px;
}

.poll-h1 {
    color: #5a9cd4;
    font-size: 16px;
}

/*****************************
        Pop-ups
 ****************************/
.fancybox-close {
    top: 13px;
    right: 13px;
    width: 17px;
    height: 17px;
    background-image: url('images/close.png');
}

.popup {
    display: none;
    margin-top: 5px;
}

.specialists-pop {
    width: 350px;
    margin: 0 auto;
}

.question-for-prof {
    position: relative;
    width: 350px;
    margin: 0 auto;
    color: #7f7f7f;
    font-size: 13px;
}

.question-for-prof input[type="submit"] {
    position: absolute;
    bottom: 14px;
    right: 0;
    width: 141px;
    height: 31px;
    padding: 1px 0 0;
    background-color: #5a9cd4;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    color: #fefefe;
    font-size: 16px;
    font-weight: bold;
}

.question-for-prof h2 {
    margin: 0 0 15px;
    color: #e1962f;
}

.question-for-prof p {
    margin-bottom: 0;
    line-height: 1.2;
}