@charset "IBM437";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');
/*!
	Theme Name: 
	Author: S5Themes.com
	Version: 1.0
	Author URI: http://www.s5themes.com
	Theme URI: http://demo.s5themes.com/cody/
	Tags: light,right-sidebar,responsive-layout
	Description: Simple blog or Portfolio theme
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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; font-family: 'Roboto Condensed', sans-serif; }
.main-container{
	/*padding-bottom: 120px;*/
}
.main.grid {
    background: #F0F0F0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/*h1 {
  font-size: 2em;
  margin: 0.67em 0; }*/

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ 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 8+.
 * 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.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

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

/**
 * 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 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 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; }

/* Logo color */
/* text  */
/* body background */
/* text links */
/* widget header background */
/* widget background, post background */
/* header bg */
*, *:before, *:after {
  box-sizing: border-box; }

body {
  color: #444444; }

body.custom-background {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

a {
  color: #e97f5f;
  text-decoration: none; }

h1 a {
  color: #327EC8; }

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

input, textarea {
  border: 1px solid #bec0a8;
  background: white;
  padding: 0.3em 0.4em; }

.site {
  overflow: hidden;
  background: rgba(199, 187, 115, 0.85); }

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto; }


/******************************************************************************\
	Settings
\******************************************************************************/
html {
  font-size: 16px; }

@media screen and (max-width: 768px) {
  html {
    font-size: 14px; } }
/******************************************************************************\
	Font calculation mixins
\******************************************************************************/
/******************************************************************************\
	Standard font styling
\******************************************************************************/
body {
  font-family: sans-serif;
  line-height: 1.5;
  font-weight: 400;background: #F0F0F0;    height: 100%;
    position: relative; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

p {
 margin-bottom: 15px;  }

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
  font-family: serif;
  line-height: 1.2; 
font-weight: 500; color: #626262}

h1, .h1 {
  font-size: 40px;
  font-size: 32px;    margin: 20px 0; }

h2, .h2 {
  font-size: 28.8px;
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem; }

h3, .h3 {
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem; }

h4, h5, h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem; }

h2, h3 {
  page-break-after: avoid; }

p, h2, h3 {
  orphans: 3;
  widows: 3; }

p ~ h1 {
  margin-top: 3rem; }

blockquote {
  position: relative; }
blockquote:before {
  display: block;
  float: left;
  content: "\"";
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 15px 15px 0; }


/******************************************************************************\
    Social Icons
\******************************************************************************/
.social-links {     display: table;
    margin: 0 auto;
  *zoom: 1; }
.social-links:before, .social-links:after {
  content: " ";
  display: table; }
.social-links:after {
  clear: both; }
.social-links a {
      display: block;
    float: left;
    color: #d4d7da;
    font-size: 19.2px;
    font-size: 1.2rem;
    /* border-left: 1px solid #6f8578; */
    /* border: 1px solid #6f8578; */
    margin-top: 7px;
    margin-left: 10px;
    width: 2rem;
    background: #2C7EC9;
    height: 2rem;
    line-height: 2rem;
    text-align: center; }
.social-links a:hover {
  color: white; }
@media screen and (max-width: 768px) {
  .social-links a {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 16px;
    font-size: 1rem; } 
	.header-right{
		top:24px;
	}
}

/******************************************************************************\
    Numbered Pagination
\******************************************************************************/
.emm-paginate {
  padding: 10px 0 40px; }
.emm-paginate a, .emm-paginate span {
  border-bottom: 1px solid #999;
  color: #333;
  text-shadow: 1px 1px #fff;
  padding: .3em .8em;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  margin: 0 .3em;
  border-radius: 2px;
  border: 1px solid #ddd; }
.emm-paginate .emm-title {
  border: none;
  padding-left: 0; }
.emm-paginate .emm-current, .emm-paginate a:hover {
  color: #000; }
.emm-paginate .emm-current {
  font-weight: bold; }
.emm-paginate a:hover {
  border-color: #000; }

/******************************************************************************\
    Contact Form
\******************************************************************************/
#contactForm .error, .error {
  font-size: 12px;
  color: #EC3233;
  display: none;
  margin-bottom: 5px;
  width: 90%; }

#contact-map {
  background: #fff;
  margin-bottom: 2em; }

#contact-map iframe {
  border: none; }

#contactForm {
  display: block;
  padding-top: 30px; }

.input input[type="text"], .input input[type="email"], .input input[type="url"], .input input[type="password"], .input textarea {
  border: 1px solid #ddd;
  border-radius: 1px;
  padding: .5em;
  width: 95%;
  background: #FFF;
  margin-top: .2em;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  -ms-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  color: #666;
  margin-bottom: 1em; }
.input input[type="text"]:focus, .input input[type="email"]:focus, .input input[type="url"]:focus, .input input[type="password"]:focus, .input textarea:focus {
  border-color: #73692e; }
.input textarea {
  resize: vertical;
  max-height: 300px;
  min-height: 200px; }
.input label {
  display: block;
  padding: .5em 0;
  font-size: 14.4px;
  font-size: 0.9rem; }
.input input {
  width: 88%; }
.input textarea {
  width: 94%;
  height: 200px; }

input.submitbutton, input[type="submit"] {
  background-color: #327EC8;
    color: white;
    border: 1px dotted;
    font-size: 16px;
    font-size: 17px;
    display: inline-block;
    padding: 8px 24px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase; }
input.submitbutton:hover, input[type="submit"]:hover{
	    background: #183485;
}
.thanks {
  display: none; }

/******************************************************************************\
    Featured Posts
\******************************************************************************/
.featured {
  /*margin: 20px 0;*/
  *zoom: 1; }
.featured:before, .featured:after {
  content: " ";
  display: table; }
.featured:after {
  clear: both; }
.featured.blog article {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;    background: transparent; }

.featured.blog article .post-thumb {
    height: 200px; 
	overflow: hidden; 
	background: #ffffff;
}

.post-content img.alignleft{
	margin-right: 10px;
}.post-content img.alignright{
	margin-left: 10px;
}
.main-navigation ul ul li a {
    padding: 10px 5px;
}
@media screen and (max-width: 768px) {
  .featured.blog article .post-thumb {
    margin: 0; } 
	
	}
.featured.blog article .post-thumb img {
  display: block;    margin: 0 auto; width: 100%;
  opacity: 1; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }
.featured.blog article:hover img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); }
.featured .post-comments {
  color: #e97f5f; }
.post-image {
       max-width: 800px;
    margin: 0 auto 10px;
    height: 120px;
    overflow: hidden;
}
.pip-top{
	padding: 20px 0;
	position: relative;
}
.pip-top:before {
    content: "";
    background: rgba(0,0,0,0.2);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    z-index: 1;
}
.pip-page .partners-page{
	margin-top: 0; 
    padding-top: 20px;
}
.pip-page .partners-page ul {
    margin-bottom: 0;
    padding-bottom: 20px;
}
.pip:nth-child(2n) {
    background: #ffffff;
}
.page .pip-page .post-content{
	max-width: 1170px;
}
.pip-page .post-content img {
    margin: 0 auto;
    display: block;
}
.pip-left h1 {
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    margin-top: 120px;
}
.pip-container{
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 1170px;
    margin: 0 auto;
	width: 92%;
	padding: 0 4%;
}
.pip-container2{
	    position: relative;
    z-index: 2;
    max-width: 1170px;
    margin: 0 auto;
	width: 100%;
}
.pip-container-title {
    width: 100%;
    font-size: 28px;
    margin: 1%;
    color: #2C7ECB;
	position: relative;
}
.pip-container-title a{
	position: absolute;
	right: 0;
	cursor: pointer;
}
.pip-container-title a {
    position: absolute;
    right: 0;
    border: 1px dotted #2C7ECB;
    font-size: 14px;
    height: 100%;
    padding: 8px 24px;
    color: #2C7ECB;
}
.pip-container-title a:hover{
	background: #2C7ECB;
	color: #ffffff;
}
.pip-top .pip-top__title{
	text-align: center;
	font-size: 52px;
	color: #FFF799;
}.pip {
    margin-bottom: 15px;
}
.pip-top{
	color: #ffffff;
	text-align: center;
	
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.pip-top .pip-top__date{
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.w50p{
	width: 50%;
	float: left;
}
.pip-picture{
	color: #ffffff;
	padding: 60px 0;
	
	background-position:center;
	background-size:cover;
}
.pip-right a,.pip-top a{
	padding: 8px 24px;
	background: rgba(255,255,255,0.2);
	border: 1px dotted #ffffff;
	color: #ffffff;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	font-size: 21px;
}
.pip-right a:hover,.pip-top a:hover,.pip-right a+a,.w50p:first-child a:hover{
		background: rgba(255,255,255,0.75);
}
.pip-right a+a,.w50p:first-child a{
	font-size: 32px;
	    background: rgba(40, 125, 200, 0.65);
}
.pip-picture .w50p>div,.pip-top .w50p>div{
	max-width: 460px;
	margin: 0 auto;
	display: table;
}
.pip-item {
    float: left;
    width: 23%;
    background: #ffffff;
    margin: 1%;
    box-sizing: border-box;
    padding: 0 0 60px;
	position: relative;
}
.pip-item__rega {
    position: absolute;
    bottom: 0;
    height: 40px;
    background: #2C7ECB;
    color: #ffffff;
    width: 100%;
    left: 0;
    line-height: 40px;
    text-align: center;
}
.pip-item__img {
    height: 110px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pip-item__zal {
    text-transform: uppercase;
    color: #2C7ECB;
    text-align: center;
    height: 50px;
	    margin-top: 5px;
    font-size: 14px;
}
.pip-item__title {
    font-size: 20px;
    text-align: center;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
	    padding: 0 10px;
}
.pip-item__org {
    text-align: center;
    font-size: 13px;
    color: #000000;
	    margin-top: 20px;
}
.post-content table{
	background: #ffffff;
	width: 100%;
}
.post-content table td{
	padding: 5px;
}
.post-content .responsive-tabs__panel  table td{
	vertical-align: top;
	padding: 2%;
}
.post-content .responsive-tabs__panel  table td+td{
	vertical-align: middle;
}
.post-content .tabcontent b{
	display: inline-block;
}
.post-info {
      background: #ffffff;
    bottom: 0;
    height: auto;
    left: 0;
    padding: 10px 16px;
    text-align: left;
    transition: all 0.35s ease-in-out 0s;
    width: 100%;    }
.blog article:hover .post-info {
  bottom: 0; }
.post-info h3 {
     margin-top: 0;
    font-size: 17px;
    text-align: center;
    text-decoration: underline; 
height: 40px;    display: table;
    width: 100%;}
.post-info h3 a{
    color: #2A7DC8;	    display: table-cell;
    vertical-align: middle;
}
.post-text{
	background: #ffffff;
	padding: 10px 16px;
}
.blog .post-text p:first-child{
	/*height: 115px;*/
	overflow: hidden;
}
.post-date{
	font-weight: 500;
	color: #2A7DC8;
}
/*.post-info h3:after {
  color: #fff;
  background: #000;
  text-align: center;
  content: '\f067';
  font-family: FontAwesome;
  width: 2em;
  height: 2em;
  line-height: 2em;
  position: absolute;
  bottom: 0;
  right: 0; }*/
@media screen and (max-width: 768px) {
  .post-info {
    bottom: 0;
    position: static;
    padding: 10px 20px; }
	.post-text p:first-child{
		height: auto;
		overflow: auto;
	}}

/******************************************************************************\
    WP Gallery
\******************************************************************************/
.gallery {
  margin: auto; }

.gallery-item {
  text-align: center; }
.gallery-item img {
  display: block;
  margin: 0 auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }
.gallery-item img:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }
.gallery-columns-2 .gallery-item {
  width: 50%;float: left;
    margin-bottom: 20px; }
.gallery-columns-3 .gallery-item {
  width: 33%;float: left; }
.gallery-columns-4 .gallery-item {
  width: 25%;float: left; }
.gallery-columns-5 .gallery-item {
  width: 20%; float: left;}
@media screen and (max-width: 768px) {
  .gallery-item {
	  width: 100% !important; } .w50p{
		  width: 100%; float: none;
	}
	.pip-left h1{
		margin-top: 0;
		font-size: 32px;
	}}

.gallery-caption {
  margin-left: 0; }

.sticky {
  background: none; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  float: none;     margin: 0 auto;
    display: block;}

.wp-caption-text {
  font-style: italic; }

.gallery-caption {
  font-style: italic; }

.post-links {
  *zoom: 1;
  margin: 1em auto; }
.post-links:before, .post-links:after {
  content: " ";
  display: table; }
.post-links:after {
  clear: both; }
.post-links a {
  float: right; }
.post-links a:first-child {
  float: left; }

.linked-page-nav {
  margin-top: 1em; }

.widget {
  position: relative; }
.widget h2 {
  font-size: 17.6px;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5em;
  border-bottom: 0.1em solid #444444; }
.widget ul {
  padding-left: 1.6em; }
.widget p {
  text-align: justify; }

.widget:nth-child(3n+1) {
  clear: left; }

.widget_search label {
  display: block;
  padding: 0.2em 0; }

#searchsubmit, #submit {
  padding: 0.5em 0.6em;
  border: 1px solid #c7bb73;
  margin-top: 0.2em;
  background-color: #c7bb73;
  color: white;
  box-shadow: none;
  width: auto; }

/******************************************************************************\
	Comments
\******************************************************************************/
#respond, #comments {
  max-width: 100%; }

#comments article {
  width: auto;
  margin-bottom: 2em; }

h3#comments, h3#commentsForm {
  font-size: 26px;
  margin: 25px 0; }

#comments > h3 {
  font-size: 26px;
  margin-top: 0px; }

ul.commentlist {
  font-size: 14.4px;
  font-size: 0.9rem;
  list-style: none;
  list-style-position: outside;
  display: block;
  margin: 2em 0 0;
  padding: 0em; }
ul.commentlist ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  margin-left: 2em; }
ul.commentlist li {
  position: relative; }
ul.commentlist li article {
  padding-left: 4.5em; }
ul.commentlist li p:last-child {
  margin: 0;
  padding: 0; }
ul.commentlist li header {
  margin-bottom: 1em; }
ul.commentlist li .avatar {
  background: #fff;
  padding: 1px;
  border: none;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 30px; }
ul.commentlist li .comment_content {
  padding: 1em;
  border: 1px solid #e0e0d3; }
ul.commentlist li.bypostauthor .comment_content {
  border: 1px solid #b5b598; }
ul.commentlist li cite {
  font-style: normal;
  font-weight: bold;
  font-size: 19.2px;
  font-size: 1.2rem; }
ul.commentlist li .children li {
  margin-top: 1em;
  overflow: hidden;
  padding-bottom: 0; }
ul.commentlist li .children li li .reply {
  top: 2em; }
ul.commentlist .comment-reply-link {
  font-size: 12.8px;
  font-size: 0.8rem;
  display: block;
  font-weight: bold;
  position: absolute;
  left: 5px;
  top: 60px;
  padding: 1px 0;
  text-transform: uppercase;
  width: 40px;
  text-align: center; }
ul.commentlist .comment-reply-link:hover {
  text-decoration: none; }

ul.commentlist time a, .comment-edit-link {
  text-decoration: none;
  font-size: 14.4px;
  font-size: 0.9rem; }

#comment-form-elements {
  margin: 0;
  list-style: none; }

#comment {
  width: 100%; }

.comments-logged-in-as, #cancel-comment-reply-link {
  font-size: 12.8px;
  font-size: 0.8rem;
  text-transform: uppercase; }

/* COMMENTS F0RM
---------------------------------------------------------*/
#commentform {
  padding-bottom: 1.5em; }
#commentform ul {
  padding: 0;
  list-style: none; }
#commentform label {
  display: block;
  padding: .5em 0;
  font-size: 14.4px;
  font-size: 0.9rem; }
#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea {
  border: 1px solid #ddd;
  border-radius: 1px;
  padding: .5em;
  width: 95%;
  background: #FFF;
  margin-top: .2em;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  -ms-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  color: #666;
  margin-bottom: 1em; }
#commentform input[type="text"]:focus, #commentform input[type="email"]:focus, #commentform input[type="url"]:focus, #commentform textarea:focus {
  border-color: #73692e; }
#commentform textarea {
  line-height: 150%; }
#commentform input#submitcomment, #commentform input[type="submit"] {
  background-color: #c7bb73;
  color: white;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  padding: 1em 1.5em;
  text-decoration: none;
  cursor: pointer;
  line-height: 1; }

#comment-form-title {
  clear: both;
  color: #c7bb73;
  font-size: 24px;
  font-size: 1.5rem; }

#commentform .subscribe-to-comments label {
  display: inline;
  padding-left: .5em; }



/*
 * Gridism
 * A simple, responsive, and handy CSS grid by @cobyism
 * https://github.com/cobyism/gridism
 */
/* Preserve some sanity */
.grid, .unit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Set up some rules to govern the grid */
.grid {
  display: block;
  clear: both; }

.grid .unit {
  float: left;
	padding: 0 20px;
 }

/* This ensures the outer gutters are equal to the (doubled) inner gutters. */
.grid .unit:first-child {
  padding-left: 20px; }

.grid .unit:last-child {
  padding-right: 20px; }

/* Nested grids already have padding though, so let’s nuke it */
.unit .unit:first-child {
  padding-left: 0; }

.unit .unit:last-child {
  padding-right: 0; }

.unit .grid:first-child > .unit {
  padding-top: 0; }

.unit .grid:last-child > .unit {
  padding-bottom: 0; }

/* Let people nuke the gutters/padding completely in a couple of ways */
.no-gutters .unit, .unit.no-gutters {
  padding: 0 !important; }

/* Wrapping at a maximum width is optional */
.wrap .grid, .grid.wrap {
  /*max-width: 978px;*/
  margin: 0 auto; }
.container{
	padding: 0 20px;
	max-width: 1400px;
	margin: 0 auto;
}
/* Width classes also have shorthand versions numbered as fractions
 * For example: for a grid unit 1/3 (one third) of the parent width,
 * simply apply class="w-1-3" to the element. */
.grid .whole, .grid .w-1-1 {
  width: 100%; }

.grid .half, .grid .w-1-2 {
  width: 50%; }

.grid .one-third, .grid .w-1-3 {
  width: 33.3332%; }

.grid .two-thirds, .grid .w-2-3 {
  width: 66.6665%; }

.grid .one-quarter, .grid .w-1-4 {
  width: 25%; }

.grid .three-quarters, .grid .w-3-4 {
  width: 75%; }

.grid .one-fifth, .grid .w-1-5 {
  width: 20%; }

.grid .two-fifths, .grid .w-2-5 {
  width: 40%; }

.grid .three-fifths, .grid .w-3-5 {
  width: 60%; }

.grid .four-fifths, .grid .w-4-5 {
  width: 80%; }

.grid .golden-small, .grid .w-g-s {
  width: 38.2716%; }

/* Golden section: smaller piece */
.grid .golden-large, .grid .w-g-l {
  width: 61.7283%; }

/* Golden section: larger piece */
/* Clearfix after every .grid */
.grid {
  *zoom: 1; }

.grid:before, .grid:after {
  display: table;
  content: "";
  line-height: 0; }

.grid:after {
  clear: both; }

/* Utility classes */
.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.left {
  float: left; }

.right {
  float: right; }

/* Responsive Stuff */
@media screen and (max-width: 768px) {
  /* Stack anything that isn’t full-width on smaller screens */
  .grid .unit {
    width: 100% !important;
    padding: 0; }
	h1{
		padding-left: 20px;
	}
  .unit .grid .unit {
    padding-left: 0px;
    padding-right: 0px; }

  /* Sometimes, you just want to be different on small screens */
  .center-on-mobiles {
    text-align: center !important; }

  .hide-on-mobiles {
    display: none !important; } }
/* Expand the wrap a bit further on larger screens */
@media screen and (min-width: 1180px) {
  .wider .grid {
    
    margin: 0 auto; } }

.header-container {
  *zoom: 1;
  background: #193385;
  overflow: hidden;
  position: relative; }
.header-container:before, .header-container:after {
  content: " ";
  display: table; }
.header-container:after {
  clear: both; }
ul.breadcrumbs{
	    margin: 0 0 10px;
    background: #F3F3F3;
    padding: 5px 20px;
}
ul.breadcrumbs li{
	float: left;
	list-style: none;
	    font-size: 13px;
    margin-right: 5px;
}
.main-navigation .top-tels {
    padding: 4px 24px;
    background: #2C7EC9;
    display: table;
    color: #ffffff;
    font-size: 17px;
    border-radius: 5px;
    float: right;
    margin-top: 9px;
    margin-right: 70px;
}
.top-tels:hover{
	background: #2871B5;
}
header.container{
	position: relative;
}
.header-right{    width: 260px;
    position: absolute;
    right: 20px;
    top: 0; }
.header-left {
        position: relative;
    width: 100%;
    padding-right: 300px;
    min-height: 105px;
    float: left;
}
.post-content img{
	/*margin: 10px;*/
}
.post-content__menu li{
	list-style: none;display: table;    margin-right: 15px; float: left;
	
	padding-bottom: 1%;
}
.post-content__menu li.current_page_item a{
	    background: #327EC8;
    color: #ffffff;
}
.post-content__menu li:last-child{
	padding-right: 0;
}
.post-content__menu li a{
	padding: 8px;
	display: block;
	border: 1px dotted;
	text-align: center;
	    font-size: 14px;
	background: #ffffff;
}

@media only screen and (max-device-width: 1024px){
.fluid-width-video-wrapper {
    padding-top: 0 !important;
}.embed-pdf-viewer{
	max-width: 100%;
}
}
.gallery-page ul{
	display: table;
	margin: 0 auto;
}
.gallery-page ul li{
	    float: left;
    width: 33.33%;
    list-style: none;
    padding: 0 2px;
    margin-bottom: 4px;
    height: 168px;
    overflow: hidden;
}
.gallery-page .size-250{
	width: 50%;
}
.gallery-page img{
	display: block;
}
.gallery-page ul li a{
	color: #FFFFFF;
	font-size: 16px;
	position: relative;
	line-height: 18px;
	display: block;
	background: #ffffff;
	    border: 1px solid #CACACA;
}
/*.gallery-page ul li a:before{
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
}*/
.gallery-page ul li strong{
	    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    font-weight: 500;
    width: 50%;
	height: 100%;
    padding: 10px 5px;
}
.gallery-page ul li strong span{
	font-size: 32px;
	font-weight: 600;
	display: block;
	    margin: 0 auto 10px;
    position: relative;
}
.gallery-page ul li strong span:after{
	content: "";
    width: 40px;
    height: 1px;
    background: #FFFFFF;
    left: 50%;
    bottom: -8px;
    display: block;
    text-align: center;
    margin-left: -20px;
    z-index: 9999;
    position: absolute;
}
.gallery-page ul li:hover strong span:after{
	background: #333333;
}
.gallery-page ul li:hover a{
	color: #000000;
}
.gallery-page ul li:hover strong{
	padding: 25px 5px;
	background: #ffffff;
	    bottom: 0;
    top: auto;
}
.gallery {
    -webkit-column-width: 150px;
    -moz-column-width: 150px;
    column-width: 150px;
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
}
.gallery .gallery-item{
	width: 100%;
	margin-bottom: 2px;
}
.blog-inner .date-event{
	     font-weight: 300;
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
    background: #CACACA;
    font-size: 22px;
    /*padding: 10px;*/
    display: table;
}
/*.photo{
	display: table;
	margin: 0 auto;
}*/
.btn{
	padding: 8px 24px;
	background: #1A3485;
	color:#FFFFFF;
	display: table;
	margin: 0 10px 10px 0;
}
.btn:hover{
	background: #327EC8;
	color:#FFFFFF;
}
.btn+.btn{
	margin-left: 10px;
	margin-right: 0;
}
.gallery-content{
	position: relative;
    margin-left: 180px;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 20px;
	/*max-width: 920px;*/
}
.gallery-content .page-title{
	font-size: 19px;
    text-transform: uppercase;
	    color: #8C8C7B;
	margin-top: 0;
}
.gallery-content .page-title span{
	display: block;
	font-size: 32px;
    text-transform: none;
	color: #333333;
}
.gallery-page ul {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}
.gallery-list {
    width: 140px;
    position: absolute;
    z-index: 99;
    margin-left: 20px;
}
@media only screen and (max-width: 1024px){
	.gallery-page ul li{
		width: 25%;
	}
	.pip-item__rega{
		font-size: 14px;
	}
	.pip-container-title {
		text-align: center;}
	.pip-container-title a{
		position: relative;
		right: auto;
		margin: 0 auto;
		display: table;
		height: auto;
	}
	.pip-item {
		width: 31.333%;}
}
@media only screen and (max-width: 768px){
	.gallery-page ul li{
		width: 50%;
	}
}
.picture .main-picture{
	
    background: url(/wp-content/uploads/2018/06/top-pic.jpg) center;
}
#button-up {
    display: none;
    right: 15px;
    position: fixed;
    bottom: 15px;
    outline: none;
    color: crimson;
    line-height: 30px;
    text-decoration: none;
    padding: 10px 10px 0 10px;
    box-shadow: 0 2px 4px #999;
    -webkit-box-shadow: 0 2px 4px #999;
    -moz-box-shadow: 0 2px 4px #999;
    -o-box-shadow: 0 2px 4px #999;
    cursor: pointer;
    background: #ffffff;
}
#button-up span{
	    display: block;
    content: "";
    width: 28px;
    height: 28px;
    border-right: 4px solid #3CA2D2;
    border-bottom: 4px solid #3CA2D2;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    text-align: center;
}
.blog .main-page__events article {
	width: 31.33%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    margin: 1%;
}
.blog .main-page__events article img {
    display: block;
    margin: 0 auto;
}
.main-page__events .date-event{
	font-size: 24px;
	color: #ffffff;
	background: #CACACA;
	display: block;
	text-align: center;
	    margin: -20px -20px 0 -20px;
	padding: 5px 0;
}
.main-page__events .post-image{
	height: 150px;
}
.main-page__events .post-image img{
	width: 100%;
}
.main-page__events--title{
	margin-left:1%;
	    text-align: center;
    font-size: 32px;
    color: #333333;
    margin: 15px 0;
}
.main-page__events .post-meta{
	display: none;
}
.main-page__events .post-info p{
	height: 110px;
	overflow: hidden;
	font-size: 14px;
}
.main-page__events .post-title {
    font-size: 24px;
    padding: 10px 0;
	    height: 70px;
    overflow: hidden;
	    display: table;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.main-page__events .post-title a{
	display: table-cell;
	vertical-align: middle;
}
.main-picture{
	    overflow: hidden;
    background-size: cover;
	background-position: center;
    color: #ffffff;
    position: relative;
    display: table;
    width: 100%;
    padding: 60px 0;
	font-family:'Roboto Condensed', sans-serif;
	line-height: 20px;
}
.main-picture .container{
	display: table;
	width: 100%;
	position: relative;
}
.main-picture__img{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
}
.main-picture__img img{
	width: 100%;
}
.main-picture__img:before {
    background-color: rgba(0,0,0,0.34);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.main-picture:before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.twopart-list{
  column-count: 2;
	-moz-column-count: 2;
    -webkit-column-count: 2; 
}
.twopart-list li {
  page-break-inside: avoid;
  break-inside: avoid;
}
.main-picture h1 {
    font-size: 50px;
    color: #ffffff;
}
.main-picture li{
	list-style: none;
}
.picture .main-picture__left{width: 37%;}
.picture .main-picture__right{width: 30%}
.main-picture__left,.main-picture__right{
	display: table-cell;position: relative; vertical-align: middle;
}
.main-picture__left{width: 47%; padding-right: 20%; 
    text-align: center;}
.main-picture__right{width: 35%; text-align: right;}
.main-picture ul{
	margin-bottom: 0;
}

.main-picture p{
	display: block;
	font-size: 16px;
}

.main-picture .main-picture__right p{
	font-size: 17px;
}

.grid.pip-inner {
    width: 100%;
    margin: 20px 0 20px;
    border-bottom: 1px dotted #EAEBE3;
    padding-bottom: 40px;
}
.pip-inner-title{
    width: 100%;
    font-size: 28px;
    color: #000000;
	font-weight: bold;
	margin-top: 10px;
}
.pip-inner{
	position: relative;
}
.pip-inner__title{
	font-size: 26px;
    color: #2C7EC8;
    text-align: center;
    margin-top: 10px;
    max-width: 600px;
    display: table;
    margin: 10px auto;
    line-height: 28px;
}
.pip-inner__zal {
	color: #2C7EC8;
	margin-bottom: 15px;
}
.pip-inner-left{
    width: 25%;
	float: left;
}
.pip-inner-right{
	width: 75%;
	padding-left: 5%;
	box-sizing: border-box;
	float: right;
}
.pip-inner .pip-item__rega{
	position: relative;
	font-size: 14px;
}
.pip-inner__content{
	font-size: 14px;
}
.pip-inner__img {
       width: auto;
    height: 186px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pip-right,.main-picture .pip-right p{
	font-size: 18px;
}

.pip-right ul{
	    margin-left: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}
.pip-right ul li{
	list-style: inherit;
}
.picture .main-picture .main-picture__right a{
	    background-color: rgba(44, 126, 200, 0.4);
}
.main-picture .main-picture__right a{
	    background-color: rgba(255, 255, 255, 0.2);
	    margin-bottom: 10px;
    /*max-width: 100%; */color: #ffffff;
}
.main-picture .main-picture__right li:last-child a{
	margin-bottom: 0;
}
.main-picture a{
	    font-size: 21px;
    padding: 8px 24px;
    max-width: 374px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    border: 1px dotted;
    margin: 0 auto;
	background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: rgb(43, 126, 200);
}
.picture .main-picture a{
	color: #ffffff;
	background-color: transparent;
}
.main-picture a:hover {
    background-color: rgba(255, 255, 255, 0.75);
    border-color: rgb(43, 126, 200);
    color: rgb(43, 126, 200);
}
.post-content__menu ul.children{
	display: none;
}
.total{
	position: relative;    display: table;
    margin: 0 auto;
}
.total h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
}
/*.total .post-title{
	display: none;
}
.total .post-content{
	padding-top: 20px;
}*/
.total .widget,.total .widget li:nth-child(2n){
	background: transparent;
}
.total .widget li{
	padding: 0
}
.total-year{
	width: 60px;
	position: absolute;
	z-index: 99;
	margin-left: 20px;
}
.total-year .widget li,.gallery-list li{
    list-style: none;
    margin-bottom: 12px;
	border-right: 4px solid #CFCFCF;
}
.total-year .widget li{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}
.gallery-title {
    background: #CACACA;
    padding: 5px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: -20px;
    margin-bottom: 20px;
    margin-right: -20px;
}
.gallery-list li{
	text-align: right;
	line-height: 16px;
    padding: 5px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px;
}
.total-year .widget li.current_page_item,.gallery-list li.current_page_item{
	background: #68B7FF;
    border-color: #68B7FF;
	
}
.total-year li.current_page_item a,.gallery-list li.current_page_item a{
	color: #ffffff;
}
.gallery-list li a span{
	display: block;
	font-size: 16px;
	text-transform: none;
	    line-height: 20px;
}
.total-content{
	position: relative;
	margin-left: 100px;
	margin-bottom: 20px;
	background: #ffffff;
	padding: 20px;
	max-width: 920px;
}
.about-page h1{
	    text-align: center;
    font-size: 70px;
    margin-bottom: 60px;
}
.main-picture.about-page .twopart-list ul.children{
	display: none;
}
.main-picture.about-page li{
	margin-bottom: 10px;
}
.main-picture.about-page li a{
	background-color: rgba(129, 126, 126, 0.5);
	color: #ffffff;
	    padding: 13px 24px;
}
.main-picture.about-page a:hover{
	    background-color: rgba(255, 255, 255, 0.74);
    border-color: rgb(255, 255, 255);
    color: rgb(43, 126, 200);
}
.picture .main-picture a:hover{
	    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgb(255, 255, 255);
    color: rgb(43, 126, 200);
}
.main-picture.about-page span a {
    background: transparent;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    border: 0;
    text-decoration: underline;
    margin-top: 40px;
}
.main-picture.about-page span a:hover{
	background: transparent;
	color: #c1bebe;
}
.partners {
    background: #ffffff;
}
.partners-page{
	margin-top: 30px;
}
.partners-page__top {
    margin-bottom: -60px;
	margin-top: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #193485;
    font-size: 24px;
    padding: 20px 0;
    text-align: center;
	position: relative;
	    border-bottom: 1px solid #000000;
}
.partners-page__top span{
	display: block;
}
.partners-page__top p{
	    display: table;
    margin: 0 auto;
}
.main-picture .partners-page__top a{
	background: transparent;
	border: 0;
	padding: 0 10px;
	margin: 10px auto;
	  -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blog article{
	width: 33.33%;
	float: left;
	padding: 20px;
}
.blog-inner{
	padding: 0 20px;
}
.blog-inner .post-thumb{
	display: none;
}
.blog-inner .post-info h3{
	height: auto;
	text-decoration: none;
	color: #0E7EE3;
	font-size:28px;
}
.grid .blog-inner article{
	width: 100%;
	float: none;
	padding: 0;
}
.half-table td{
	width: 50%;
}
.half-table td.blue-column{
	 background: #81AFD9; color: #ffffff; font-size: 14px;
}
.blog-inner .post-meta, .blog-inner .post-image{
	display: none;
}

a.blog-link{
	border: 2px solid #0E7EE3;
	color: #0E7EE3;
	font-size: 16px;
	padding: 8px 24px;
	display: table;
	margin: 0 auto 10px;
	min-width: 290px;
	    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
	text-align: center;
}
a.blog-link:hover{
	background: #0E7EE3;
	border-color: #0E7EE3;
	color: #ffffff;
}
.sidebar {
    padding-left: 20px;
	margin: 20px 0;
}
.title-pip{
	font-size: 40px;
	color: #2C7EC8;
	text-align: center;
	margin: 10px 0 20px;
}
.partners-page__top p>a{
    display: table-cell;
    vertical-align: middle;
    height: 110px;
	padding: 0 30px;
}
.partners-page__top a img{
	opacity: 0.8;
}
.partners-page__top a:hover img{
	opacity: 1;
	  -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.partners-page ul {
	/*margin-bottom: 20px;*/
	border-bottom: 1px solid #8C8C7B;
}
.partners-page ul:after {
    content: "";
    display: table;
    clear: both;
}
.partners-page ul li{
	display: table;
	width: 20%;
	height: 90px;
	float: left;
	padding: 0 2%;
    box-sizing: border-box;
}
.partners-page li span{
	display: table-cell;
	vertical-align: middle;
}
.partners-page ul li img{
	display: block;
	margin: 0 auto;
}
.partners-page__bottom{
	background: #393938;
	color: #ffffff;
	line-height: 1.4;
}
.partners-page__bottom span:first-child{
	
	width: calc(100% - 135px);
}
.partners-page__bottom span{
	display: table;
	float:left;
}
.partners-page__bottom span>span{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	float: none;
}
.partners-page__bottom img{
	width: 135px;
}
.clearfix:after,ul.breadcrumbs:after {
    content: "";
    display: table;
    clear: both;
}
.support-btn {
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 10px auto 0;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px dotted;
    padding: 5px 15px;
    display: table;
}
.support-btn:hover{background: #ffffff; color: #2B7EC8}
.error-page {
    text-align: center;
    margin: 0 auto 20px;
}
.error-page .btn{
	margin: 20px auto;
}
.post-content .support-btn{
	background: #2A7DC8;
	color: #ffffff;
	    text-transform: none;
    font-size: 20px;
}
.post-content .support-btn:hover{
	background: #183485;
}
.bottom-tabs{
	text-align: center; border-top: 2px solid #2B7EC8; padding-top: 10px;
	font-weight: bold;
}
.bottom-tabs a{
	     padding: 8px;
    display: inline-block;
    border: 1px dotted;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 0 10px;
}
.tabs__white{
	padding: 5px;
}
/*.tabs__white .responsive-tabs ul.responsive-tabs__list{
	display: block;
	float: left;
}*/
.tabs__white .responsive-tabs .responsive-tabs__list__item{
	font-size: 0;
	    margin: 1px 5px 0 0;
    padding: 4px;
	/*display: block;
	float: none;*/
}
.tabs__white .responsive-tabs .responsive-tabs__list__item--active, .tabs__white .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: #ffffff;
	color: #000000;
}
/*.tabs__white .responsive-tabs .responsive-tabs__panel{
	clear: none;
	    float: left;
    display: block;
	max-width: 80%;
}*/
.tabs__white .responsive-tabs .responsive-tabs__list__item .fa{
	height: 90px;
}
.tabs__white a{
	padding: 8px 24px;
	font-size: 16px;
	border: 1px dotted;
	margin-right: 10px;
}
.tabs__white a+a{
	background: #4D92D0;
	color: #ffffff;
}
.tabs__white a:hover{
	background: #A8ADB7;
}
.tabs__white .responsive-tabs .responsive-tabs__panel{
	background: #ffffff;
}
.tabs__white table td{
	padding: 10px;
	width: 50%;
}
.fa-earth {
    background: url(../../../uploads/2018/06/earth.png);
    width: 86px; 
}

.fa-medi {
    background: url(../../../uploads/2018/06/medi.png);
    width: 89px;
}
.fa-mat {
    background: url(../../../uploads/2018/06/mat.png);
    width: 90px;
}

.fa-prog {
    background: url(../../../uploads/2018/06/prog.png);
    width: 86px;
}

.fa-fizika {
    background: url(../../../uploads/2018/06/fizika.png);
    width: 90px;
}
.fa-himia {
    background: url(../../../uploads/2018/06/himia.png);
    width: 95px;
}
.fa-biology {
    background: url(../../../uploads/2018/06/biology.png);
    width: 91px;
}
.fa-ecology {
    background: url(../../../uploads/2018/06/ecology.png);
    width: 91px;
}
.fa-technic {
    background: url(../../../uploads/2018/06/technic.png);
    width: 92px;
}
.fa-robototechnic {
    background: url(../../../uploads/2018/06/robototechnic.png);
    width: 90px;
}
@media screen and (max-width: 1100px) {
.tabs__white .responsive-tabs .responsive-tabs__list__item .fa{
	display: none;
}
	.tabs__white .responsive-tabs .responsive-tabs__list__item{
		font-size: 14px;
	}
}
.blog-name {
  font-size: 4rem;
  text-align: center;
  text-transform: none;
  color: #444444; float: left; margin: 10px 0 0;position: absolute;
    left: 20px;}
.blog-name a {
  font-weight: normal;
  color: #c7bb73;
  text-align: center; }
.blog-name a:hover {
  color: #e4debc; }
.blog-name a img {
  margin: 0 auto; }

.blog-description {
  font-size: 1.6rem;
	text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    float: left;
        margin: 35px 0 0 125px;}
/*.blog-description:before {
  content: '';
  display: block;
  width: 3em;
  margin: 0 auto;
  border-top: 1px solid #8a9d92;
  margin-bottom: 1em; }*/

.top-bar {
  background: #58695f;
  border-bottom: 1px solid #6f8578; }

.main-navigation {
  /*position: static !important; */}
.main-navigation.sticky {
  position: fixed !important;
	background: #193385;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  transition: transform 200ms linear 0s; }

.main-navigation {
  background: white;
  padding: 0 0;
  border: 0;
  border-bottom: 1px solid #eaebe3;
  width: auto;
  position: relative; }

.main-navigation .ornament {
  background: #f0f; }
.main-navigation nav {
  float: left;
  left: 0;
  position: relative; }
.main-navigation nav > ul {
  left: 0;
  position: relative; }
.main-navigation a {
  color: #444444;
  padding: 15px 15px 15px 0;
  font-weight: 300;
  font-size: 14.4px;
  font-size: 0.9rem; }
.main-navigation.sticky nav ul li a{color: #888787 !important;}
.main-navigation ul, .main-navigation li {
  list-style: none;
  margin: 0;
  padding: 0; }
.main-navigation ul {
  position: relative;
  z-index: 597; }
.main-navigation ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle; }
.main-navigation ul li.hover, .main-navigation ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default; }
.main-navigation ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%; }
.main-navigation ul ul li {
  float: none; }
.main-navigation ul ul ul {
  top: 0;
  left: 190px;
  width: 190px; }
.main-navigation ul li:hover > ul {
  visibility: visible; }
.main-navigation ul ul {
  bottom: 0;
  left: 0;
  margin-top: 0; }
.main-navigation ul ul li {
  font-weight: normal; }
.main-navigation a {
  display: block;
  line-height: 1em;
  text-decoration: none; }
.main-navigation > ul {
  *display: inline-block; }
.main-navigation:after {
  content: '';
  display: block;
  clear: both; }
.main-navigation ul:after {
  content: '';
  display: block;
  clear: both; }
.main-navigation ul ul {
  min-width: 190px; }
.main-navigation ul ul a {
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  line-height: 150%;
  padding: 1em 2em; }
.main-navigation ul ul ul {
  border-top: 0 none; }
.main-navigation ul ul li {
  position: relative; }
.main-navigation ul ul li:first-child > a {
  border-top: 1px solid #f0f0f0; }
.main-navigation ul ul li:hover > a {
  background: #8C8C7B;
  color: #000; }
.main-navigation ul ul li:last-child > a {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
.main-navigation ul ul li:last-child:hover > a {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
.main-navigation ul ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px; }
.main-navigation ul li:hover > a, .main-navigation ul li.active > a {
  background: none;
  color: #000; }
.main-navigation ul li.has-sub > a:after {
  content: '+';
  margin-left: 5px; }
.main-navigation ul li.last ul {
  left: auto;
  right: 0; }
.main-navigation ul li.last ul ul {
  left: auto;
  right: 99.5%; }
.main-navigation > ul > li > a {
  line-height: 48px;
  font-size: 16px;
  font-size: 1rem; }

.mobile-menu {
  display: none;
  padding: 5px 20px;
  cursor: pointer; }
@media screen and (max-width: 992px) {
	a.blog-link{
		min-width: 100%;
		font-size: 14px;
	}
	.tabs__white a{
		display: block;
		margin: 0 0 10px;
		text-align: center;
	}
	.tabs__white .responsive-tabs .responsive-tabs__list__item{
		font-size: 13px;
		    margin-right: 1px;
	}
	.main-picture__left{
		width: 45%;
	}
	.main-picture__right{
		width: 40%;
	}
	.main-navigation .top-tels{
		display: none;
	}
	.partners-page__top{
		margin: 30px 0 -30px;
	}
	.partners-page__top .w-1-5,.partners-page__top .w-3-5{
		width: 100%;
		float: none;
	}
	.partners-page ul li{
	width: 33.33%;
}
}
@media screen and (max-width: 1024px) {
.featured.blog article{
		width: 50%;
	}
	.blog .main-page__events article{
		width: 48%;
	}
}
@media screen and (max-width: 768px) {
	.main-picture .partners-page__top a img{
		max-width: 108px;
	}
	.partners-page__top .w-1-1 p>a{
		min-height: 60px;
		padding: 0 30px
	}
	.partners-page__top p>a{
		height: auto;
		padding: 0;
	}
	.pip-top .pip-top__title {
    font-size: 26px;
    line-height: 20px;
}
	.pip-right {
    padding: 0 15px;
}
	.pip-inner-left,.pip-inner-right{
		width: 100%;
		padding: 0;
	}
	.grid.pip-inner {
    margin: 10px 0;
    padding-bottom: 10px;
}
	.pip-container {
    width: 96%;
    padding: 0 2%;
}
	.pip-inner__img{
		background-size: auto;
	}
	.pip-top .pip-top__date {
		font-size: 15px;}
	.pip-right a+a, .w50p:first-child a {
		font-size: 18px;}
	.post-content__menu li,.grid .half, .grid .w-1-2,.half-table td,.grid .blog-inner, .grid .one-third, .grid .w-1-3{
		display: block;
		width: 100%;
	}
	.support-btn{
		display: none;
	}
	.grid .w-1-2 ol{
		margin-bottom: 0;
	}
	.main-page__events .post-info p{
		height: auto;
		overflow: auto;
	}
	.sidebar {
    padding-left: 0;
}
	.blog .main-page__events article{
		width: 100%;
		margin: 10px 0;
	}
.main-page__events .post-image img {
    display: block;
    margin: 0 auto;
}
.main-page__events .post-content p {
    height: auto;
    overflow: none;
}
	.total-year{
		width: 50px;
		    margin-left: 0;
	}
	.total-content {
		margin-left: 50px; padding: 0 10px;}
	.gallery-list {
    display: none;
}
	.gallery-content{
		margin-left: 0;
	}
	.post-content table td.w-1-3{
		width: 100%;
		display: block;
	}
	.post-content__menu {
    display: block;
    margin: 0 0 20px;	
}
	.tabs__white table td{
		display: block;
		padding: 0;
		width: 100%;
	}
	.post-content__menu li{
		padding: 0;
	}
	.post-content__menu li a {
    width: 100%;
    margin: 0;
    border-top: 0;
    border-bottom: 1px solid;
    border-left: 0;
    border-right: 0;
	padding: 8px 4%;
		text-align: left;
}
	.post-image{
		margin-bottom: 0;
	}
	.post-content img{
    display: block;
    margin: 0 auto;
}
	.partners-page__top p>a{
		width: 100%;
		    display: table;
    float: left;
	}
	.partners-page__top .w-1-1 p>a{
		width: 50%;
	}
	.partners-page__top .w-3-5{
		 border-top: 1px dotted #193485;
		 border-bottom: 1px dotted #193485;
		padding: 20px 0;
		margin: 20px 0;
	}
	.main-picture__left,.main-picture__right,.picture .main-picture__left,.picture .main-picture__right{
		width: 100%;
		float: none;
		display: block;
		padding: 0;
	}
	.main-picture__right {
    margin-top: 20px;
    text-align: center;
}
	.twopart-list{
  column-count: 1;
		    -moz-column-count: 1;
    -webkit-column-count: 1;
}
	.main-picture h1{font-size: 34px;}
	.main-picture{
		    padding: 30px 0;
	}
  .mobile-menu {
    display: block;
    font-size: 30px;
    text-align: center;
    box-shadow: 0 -2px 5px #b7b4b4;
	  padding: 0;
	  height: 50px;
    line-height: 50px;
	}
	.mobile-menu i {
    font-size: 30px;
    color: #333333;
}
	.main-navigation span {
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1;
}
	.mobile-menu .one-fifth {
    border-right: 1px solid #e2e2e2;
}
	.mobile-menu .one-fifth:last-child{
		border: 0;
	}
	/*.main-navigation.sticky .mobile-menu{	
    color: #ffffff;
	}*/
  .main-navigation nav {
       float: none;
    left: 0;
    position: fixed;
    bottom: 70px;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    overflow: auto;}
		.main-navigation,.main-navigation.sticky{
		bottom: 0;
    top: auto;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 100;
		background: #ffffff;
	}
  .main-navigation nav > ul {
    left: 0;
    position: relative; }
  .main-navigation .menu {
    display: none; }
  .main-navigation a {
   line-height: inherit;
    padding: 0;
    font-size: inherit;}
	.main-navigation nav a {
   line-height: inherit;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;}
  .main-navigation ul li {
    float: none; }
  .main-navigation ul ul {
    visibility: visible;
    position: static;
	  display: none;
    top: 0;
    left: 0;
    z-index: 598;
    width: 100%; }
	/*.main-navigation ul li.show-me ul{
		display: block;
	}
	.main-navigation ul li.menu-item-has-children{
		position: relative;
	}*/
	.main-navigation ul ul li a {
    padding: 5px 20px;
}
	/*.main-navigation ul li.menu-item-has-children:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #8C8C7B;
    border-bottom: 2px solid #8C8C7B;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    right: 20px;
}
	.main-navigation ul li.menu-item-has-children.show-me:before{
		-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
		top: 22px;
	}*/
	.main-navigation ul li:hover > a, .main-navigation ul li.active > a{
		background: #E6E6E6;
		color: #FFFFFF;
	}
	.header-left{
		padding: 0 20px;    
		min-height: 70px; 
		width: 50%;
	z-index: 99;
	}
	/*.header-left.header-left__fixed h1{
		position: fixed;
    z-index: 999;
    top: -9px;
    width: 30px;
    margin: 0;
	}*/
	.btn{
		display: block;width: 100%;
    text-align: center;
	}
	.blog-name{width: 40px;
		margin-top: 10px; left: auto; padding: 0;}.blog-description{margin: 22px 0 0 74px;
			font-size: 14px;} .header-right{    width: 100%;
    position: relative;
    top: auto; right: auto;margin-bottom: 10px;}
	.partners-page ul li{
	width: 50%;
}
}
@media screen and (max-width: 580px) {
	.header-left{width: 100%}
	.partners-page__bottom{
		padding: 10px 0;
	}
	.partners-page__bottom span{
		display: block;
		text-align: center;
		    font-size: 13px;
    width: 100%;
	}
	.partners-page__bottom span:first-child{
		width: 100%;
	}
}
/******************************************************************************\
	General
\******************************************************************************/
.blog .page-content article{
	background: #ffffff;
}
/*.page-content article{
	background: #ffffff;
}*/
article.hentry {

  *zoom: 1;
  /*margin-bottom: 20px;*/}
article.hentry:before, article.hentry:after {
  content: " ";
  display: table; }
article.hentry:after {
  clear: both; }

.archive-title, .search-title h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0.8em 0; }
.archive-title span, .search-title h1 span {
  font-weight: normal; }

.archive-description, .second-search {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0.8em; }
.archive-description p, .second-search p {
  margin: 0; }
.archive-description form, .second-search form {
  margin-top: 0.5em;
  margin-bottom: 0.6em; }
.archive-description input, .second-search input {
  box-shadow: none; }

/******************************************************************************\
	Standard-page
\******************************************************************************/
.post-title {
  position: relative;
text-align: center;}
@media screen and (max-width: 768px) {
  .post-title {
    margin: 0 20px 0;
    padding: 20px 0;
    font-size: 24px;
    font-size: 1.5rem; } }

.post-meta {
  *zoom: 1;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: white;
  text-transform: uppercase;
  margin: 0 40px;
  position: relative; }
.post-meta:before, .post-meta:after {
  content: " ";
  display: table; }
.post-meta:after {
  clear: both; }
.post-meta span {
  padding: .5em 1em;
  display: block;
  float: left; }
.post-meta a {
  color: white; }
/*.has-post-thumbnail .post-meta {
  margin-top: -80px; }*/
.post-meta .post-date {
  background: #809488; }
.post-meta .post-category {
  background: #7DB9A0; }
.post-meta .post-author {
  background: #F3BEAE; }
@media screen and (max-width: 768px) {
  .post-meta {
    margin: 0;
    padding: 0; }
  .has-post-thumbnail .post-meta {
    margin-top: 0px; }

.grid .w-1-5,.grid .w-4-5{
	width: 100%;
	float: none;
}
}

.post-tags {
  margin: 1em 0 0; }
.post-title{
	color: #327EC8;
	font-size: 28px;
	font-weight: 600;
}
.post-content ul,.post-content ol {
    margin-left: 20px;
	margin-bottom: 15px;
}
.post-content {
  position: relative;
  color: #444444;
  margin: 0 80px;     
	font-size: 15px;
	--max-width: 960px;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    padding: 20px;border-top: 3px solid #4D92D0;}

.section-page .post-content{
	max-width: 100%;
	background: transparent;
	border-top: 0;
}
.post-content .w-1-3 b{
    min-height: 85px;
}
.post-content b {
    color: #626262;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}
.post-content .w-1-3 a{
	background: #2C7EC8;
	color: #ffffff;
	padding: 8px 24px;
	width: 100%;
	    margin: 20px auto;
    display: table;
    text-align: center;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
  .container {
       padding: 0; } 
	.tabs__white{/*margin: 0 -4%;*/}.post-content .w-1-3 b {
    min-height: auto;
}
	.blog-inner,.section-page .post-content{
		padding: 0;
	}
	.gallery-page .size-250 {
    width: 100%;
}
	.grid .unit:last-child{
		padding-right: 0;
	}
	form#contactform {
    /* padding: 0 20px; */
    padding-left: 20px;
}
	.post-content .responsive-tabs-wrapper {
    margin: 0;
}
	.gallery-page ul li strong{
		width: 100%;
	}
	.responsive-tabs-wrapper{
		margin: -20px;
	}
	/*.post-content{
		padding: 0;
	}*/}

.post-image img {
  display: block; }

.page .post-content {
  margin-bottom: 20px; }

/******************************************************************************\
	Pagination
\******************************************************************************/
.pagination ul {
  list-style: none;
  text-align: center;
  margin: 1em 0 0 0;
  padding: 0.6em 0;
  background: #c7bb73; }
.pagination li {
  display: inline;
  margin: 0 0.5em; }

/******************************************************************************\
	Widgets
\******************************************************************************/
.widget {
  background: #fff;
  margin-bottom: 2.8em;
  font-size: 14.4px;
  font-size: 0.9rem; }
.widget:last-child {
  margin-bottom: 0; }
.widget .widget-title {
  font-size: 16px;
  font-size: 1rem;
  background: #CACACA;
  color: #fff;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3; }
.widget .widget_content {
  *zoom: 1;
  margin-bottom: 0; }
.widget .widget_content:before, .widget .widget_content:after {
  content: " ";
  display: table; }
.widget .widget_content:after {
  clear: both; }
.widget ul {
  padding: 0;
  margin: 0; }
.widget ul ul {
  padding: 2em; }
.widget li {
  list-style: none; 
    padding: 5px 10px;line-height: 1.2;}
.widget li:nth-child(2n) {
    background: #F5F5F5;
}
.widget li:last-child {
  margin-bottom: 0; }
.widget .wp-post-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1em; }
.widget .read-more {
  border-bottom: 2px solid #fff;
  padding-bottom: 0.25em; }
.widget .read-more:hover {
  border-bottom: 2px solid #fff; }

/******************************************************************************\
	Recent Posts Widget
\******************************************************************************/
.widget_recent_entries .post-date {
  display: block;
  font-size: 12.8px;
  font-size: 0.8rem; }

/******************************************************************************\
	RSS Widget
\******************************************************************************/
.widget_rss .rsswidget {
  font-weight: bold; }
.widget_rss .rss-date {
  display: block;
  font-size: 12.8px;
  font-size: 0.8rem; }
.widget_rss .rssSummary {
  margin-top: 1em; }

/******************************************************************************\
	Calendar  Widget
\******************************************************************************/
.widget_calendar #wp-calendar {
  width: 100%; }
.widget_calendar #wp-calendar caption {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 1em; }
.widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td {
  text-align: right;
  padding: .5em; }
.widget_calendar #wp-calendar #today {
  background: #f0f0f0; }

.format-status .date, .format-link .date, .format-quote .date {
  width: 100%;
  padding: 5px 0 0; }

.format-status .date {
  border-color: #c7bb73; }

.format-link .date {
  border-color: #444444; }

.format-quote .date {
  border-color: #f5f5f1; }

.format-status .post-title {
  font-style: italic; }

.format-link .post-title {
  font-style: italic; }

.format-quote .post-title {
  font-style: italic; }

.footer-container {
  background: #A0A6AB;
  padding: 20px 0;
    /*position: absolute;
    width: 100%;
    bottom: -120px;*/}

.footer {
  color: #ffffff;
  font-size: 14.4px;
  font-size: 0.9rem; }

.footer p{
	    margin-bottom: 10px;
    color: #ffffff;
}
.footer a.support-btn {
    width: 100%;
    text-align: center;
}
.footer .unit:last-child {
    text-align: right;
}
.footer a {
    color: #ffffff;
    border-bottom: 1px dotted;
    display: table;
    float: right;
}
.footer-widgets {
  *zoom: 1;
  background: #c7bb73;
  padding: 1.5em 0;
  list-style: none;
  margin: 0; }
.footer-widgets:before, .footer-widgets:after {
  content: " ";
  display: table; }
.footer-widgets:after {
  clear: both; }
.map .post-content{
	max-width: 100%;
}
.map ul{
	column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}
.map ul ul{
	column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
}
.map li {
    font-size: 18px;
    font-weight: 600;
    list-style: none;
}
.map li a{
    color: #333333;
}
.map li:hover a{
	color: #8C8C7B;
}
.map li ul li {
    font-size: 16px;
    font-weight: 300;
}
@media screen and (max-width: 768px) {
	.footer .unit:last-child {
    text-align: center;
}
	.footer a {
    margin: 0 auto;
    float: none;
}
	.footer-container {
margin-bottom: 50px;}
	#button-up{
		    bottom: 85px;
	}
	#button-up span {
    width: 20px;
		height: 20px;}
	.grid .unit:first-child,.grid .unit:nth-child(2n){
		display:none;
	}
	.pip-page .grid .unit:first-child,.pip-page .grid .unit:nth-child(2n){
		display: block;
		padding: 0;
	}
	.title-pip{
		font-size: 28px;
		    line-height: 24px;
	}
	.pip-item {
		width: 48%;}
	.pip-container-title {
    font-size: 18px;
    line-height: 24px;
}
	.map ul {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
}
}
@media screen and (max-width: 550px) {
	.pip-item {
		width: 98%;}
	.pip-item__title,.pip-item__zal{
		height: auto;
	}
	.pip:nth-child(2n+1){
		background: transparent;
	}
}

table.align_text_top td {
	vertical-align: top !important;
}

a.company-logo {
	
	height: 90px !important;
	width: 25%;
	float: left;
	padding: 0 !important;
	margin: 20px 0;
}

a.company-logo img {
	height: 50px;
}


ol.list-blue-squared {
	list-style: none;
	counter-reset: item;
}

ol.list-blue-squared li {
	counter-increment: item;
	margin-top: 22px;
}

ol.list-blue-squared li:before {
	background: #1A3485;
	color: #FFFFFF;
	content: counter(item);
	text-align: center;
	display: inline-block;
	margin-left: -35px;
	margin-right: 5px;
	margin-top: -5px;

	padding-top: 5px;

	width: 30px;
	height: 30px;
}

ol.list-blue-squared .quote-author {
	text-align: right;
	font-style: oblique;
	font-size: smaller;
}

ul.resolution-2019 li {
	margin-left: 15px;
	margin-bottom: 5px;
}


.pip {
  margin: 0;
  padding: 10px 0;
}

.pip-container-title {
  margin: 0 !important;
}

.pip-container[shown] .pip-item {
  display: block;
}

.pip-container .pip-item {
  display: none;
}

.news-container {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
}

.kiis {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;	
	padding:  15px;
	width: max-content;
	width: fit-content;
	font-size: smaller;
	margin: 10px auto 30px auto;
}

.kiis img {
	max-height: 80px;
}

.kiis span {
	margin-left: 30px;
}

@media (max-width: 900px) {
	.kiis span {
		max-width: 300px;
		text-align:left;
	}
}

#footer-logos h2 {
	color: inherit;
	margin: 40px 0 20px 0;
	font-size: 20pt;
}

#footer-logos .logo-group {
  display: flex;
  flex-flow: row wrap;  
  justify-content: center;
  align-items: center;
  flex-basis: 0;
}

#footer-logos .logo-group img {
  max-height: 50px;
  max-width: 150px;
  display: block;
}

#footer-logos .logo-group a {
  margin: 10px 30px;
  padding: 0;
}

#footer-logos > div:nth-child(1) {
  display: flex;
  flex-flow: row wrap;  
}

#footer-logos div:nth-child(1) > * {
  flex-grow: 1;
}

#footer-logos .logo-group-footer-logo-university-top img {
  max-height: 80px;
  max-width: 200px;
}

@media (max-width: 440px) {
	#footer-logos .logo-group {
		flex-flow: column nowrap;
	}
	
}
