@charset "UTF-8";
/** Foundation for Sites by ZURB Version 6.3.1 foundation.zurb.com Licensed under MIT Open Source */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document ========================================================================== */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html {font-family:sans-serif;/* 1 */
line-height:1.15;/* 2 */
-ms-text-size-adjust:100%;/* 3 */
-webkit-text-size-adjust:100%;/* 3 */
}
/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body {margin:0;}
/** Add the correct display in IE 9-. */
article,
aside,
footer,
header,
nav,
section {display:block;}
/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {font-size:2em;margin:0.67em 0;}
/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. */
figcaption,
figure {display:block;}
/** Add the correct margin in IE 8. */
figure {margin:1em 40px;}
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {box-sizing:content-box;/* 1 */
height:0;/* 1 */
overflow:visible;/* 2 */
}
/** Add the correct display in IE. */
main {display:block;}
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre {font-family:monospace, monospace;/* 1 */
font-size:1em;/* 2 */
}
/* Links ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {background-color:transparent;/* 1 */
-webkit-text-decoration-skip:objects;/* 2 */
}
/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,
a:hover {outline-width:0;}
/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {border-bottom:none;/* 1 */
text-decoration:underline;/* 2 */
text-decoration:underline dotted;/* 2 */
}
/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {font-weight:inherit;}
/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {font-weight:bolder;}
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {font-family:monospace, monospace;/* 1 */
font-size:1em;/* 2 */
}
/** Add the correct font style in Android 4.3-. */
dfn {font-style:italic;}
/** Add the correct background and color in IE 9-. */
mark {background-color:#ff0;color:#000;}
/** Add the correct font size in all browsers. */
small {font-size:80%;}
/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub {bottom:-0.25em;}
sup {top:-0.5em;}
/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio,
video {display:inline-block;}
/** Add the correct display in iOS 4-7. */
audio:not([controls]) {display:none;height:0;}
/** Remove the border on images inside links in IE 10-. */
img {border-style:none;}
/** Hide the overflow in IE. */
svg:not(:root) {overflow:hidden;}
/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {font-family:sans-serif;/* 1 */
font-size:100%;/* 1 */
line-height:1.15;/* 1 */
margin:0;/* 2 */
}
/** Show the overflow in IE. */
button {overflow:visible;}
/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {/* 1 */
text-transform:none;}
/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {-webkit-appearance:button;/* 2 */
}
button,
[type="button"],
[type="reset"],
[type="submit"] {/** Remove the inner border and padding in Firefox. */
/** Restore the focus styles unset by the previous rule. */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {border-style:none;padding:0;}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {outline:1px dotted ButtonText;}
/** Show the overflow in Edge. */
input {overflow:visible;}
/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"],
[type="radio"] {box-sizing:border-box;/* 1 */
padding:0;/* 2 */
}
/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {height:auto;}
/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] {-webkit-appearance:textfield;/* 1 */
outline-offset:-2px;/* 2 */
/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {-webkit-appearance:button;/* 1 */
font:inherit;/* 2 */
}
/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {box-sizing:border-box;/* 1 */
display:table;/* 1 */
max-width:100%;/* 1 */
padding:0;/* 3 */
color:inherit;/* 2 */
white-space:normal;/* 1 */
}
/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {display:inline-block;/* 1 */
vertical-align:baseline;/* 2 */
}
/** Remove the default vertical scrollbar in IE. */
textarea {overflow:auto;}
/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE, and Firefox. */
details {display:block;}
/* Add the correct display in all browsers. */
summary {display:list-item;}
/* Add the correct display in IE 9-. */
menu {display:block;}
/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas {display:inline-block;}
/** Add the correct display in IE. */
template {display:none;}
/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] {display:none;}
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.text-justify {text-align:justify;}
@media print, screen and (min-width:40em) {
.medium-text-left {text-align:left;}
.medium-text-right {text-align:right;}
.medium-text-center {text-align:center;}
.medium-text-justify {text-align:justify;}
}
@media print, screen and (min-width:64em) {
.large-text-left {text-align:left;}
.large-text-right {text-align:right;}
.large-text-center {text-align:center;}
.large-text-justify {text-align:justify;}
}
.hide {display:none !important;}
.invisible {visibility:hidden;}
@media screen and (max-width:39.9375em) {
.hide-for-small-only {display:none !important;}
}
@media screen and (max-width:0em), screen and (min-width:40em) {
.show-for-small-only {display:none !important;}
}
@media print, screen and (min-width:40em) {
.hide-for-medium {display:none !important;}
}
@media screen and (max-width:39.9375em) {
.show-for-medium {display:none !important;}
}
@media screen and (min-width:40em) and (max-width:63.9375em) {
.hide-for-medium-only {display:none !important;}
}
@media screen and (max-width:39.9375em), screen and (min-width:64em) {
.show-for-medium-only {display:none !important;}
}
@media print, screen and (min-width:64em) {
.hide-for-large {display:none !important;}
}
@media screen and (max-width:63.9375em) {
.show-for-large {display:none !important;}
}
@media screen and (min-width:64em) and (max-width:74.9375em) {
.hide-for-large-only {display:none !important;}
}
@media screen and (max-width:63.9375em), screen and (min-width:75em) {
.show-for-large-only {display:none !important;}
}
.show-for-sr,
.show-on-focus {position:absolute !important;width:1px;height:1px;overflow:hidden;clip:rect(0, 0, 0, 0);}
.show-on-focus:active,
.show-on-focus:focus {position:static !important;width:auto;height:auto;overflow:visible;clip:auto;}
.show-for-landscape,
.hide-for-portrait {display:block !important;}
@media screen and (orientation:landscape) {
.show-for-landscape,
.hide-for-portrait {display:block !important;}
}
@media screen and (orientation:portrait) {
.show-for-landscape,
.hide-for-portrait {display:none !important;}
}
.hide-for-landscape,
.show-for-portrait {display:none !important;}
@media screen and (orientation:landscape) {
.hide-for-landscape,
.show-for-portrait {display:none !important;}
}
@media screen and (orientation:portrait) {
.hide-for-landscape,
.show-for-portrait {display:block !important;}
}
.float-left {float:left !important;}
.float-right {float:right !important;}
.float-center {display:block;margin-right:auto;margin-left:auto;}
.clearfix::after {clear:both;content:"";display:table;}
.row {max-width:1100px;margin-right:auto;margin-left:auto;}
.row::after {clear:both;content:"";display:table;}
.row.collapse>.column {padding-right:0;padding-left:0;}
.row .row {margin-right:-15px;margin-left:-15px;}
.column {float:left;padding-left:15px;padding-right:15px;}
.column.collapse {padding-left:0;padding-right:0;}
.column:last-child,
.columns:last-child,
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {float:left;}
.small-centered {float:none !important;}
.w20 {width:20%;}
.w25 {width:25%;}
.w33 {width:33.333333%;}
.w40 {width:40%;}
.w50 {width:50%;}
.w66 {width:66.666667%;}
.w60 {width:60%;}
.w75 {width:75%;}
.w100 {width:100%;}
.block-grid-3>li:nth-child(3n+1) {clear:left;}
/* Global Structure */
*,
*:after,
*:before {box-sizing:border-box;}
body {font-size:16px;font-family:'Roboto', sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;}
a {text-decoration:none;-webkit-transition:250ms all ease-in;-moz-transition:250ms all ease-in;transition:250ms all ease-in;color:#000000;}
a:hover {cursor:pointer;}
figure {margin:0;}
img {max-width:100%;}
.hidden,
.hide {display:none !important;}
.visually-hidden,
.muted,
.page-header+.icons {position:absolute;clip:rect(0, 0, 0, 0);}
.clr {clear:both;}
.gray-bg,
.grey-bg {background:#e9ebee;}
.relative {position:relative;}
.slab {font-family:'Roboto Slab', sans-serif;}
.small-centered {margin-left:auto;margin-right:auto;}
.row {width:100%;}
.table-responsive-wrap {position:relative;}
.table-responsive {width:100%;margin-bottom:15px;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;}
button:hover {cursor:pointer;}
button:focus {cursor:pointer;outline:0;}
.btn {font-weight:400;border:1px solid #132549;display:inline-block;font-size:14px;text-transform:uppercase;padding:8px 10px;}
.btn--gold {background:#eec501;border:1px solid #eec501;color:#fff;font-weight:700;text-transform:none;}
.btn--gold .icon {font-size:26px;display:inline-block;vertical-align:middle;margin-right:3px;}
.btn--gold:hover {background:#132549;border-color:#132549;}
.dik-icon {margin:15px;display:inline-block;width:50px;height:50px;background:url("../images/icon.svg");background-size:100% auto;}
.item-left {width:330px;max-width:100%;padding:10px 15px;}
.min100 {min-height:100px;}
.item-right,
.item-right--plain {width:660px;}
.item-right .column,
.item-right--plain .column {padding-left:35px;}
.item-right--top {background:rgba(19, 37, 73, 0.75);min-height:210px;float:left;}
.item-left--top {background:#eec501;overflow:hidden;min-height:210px;}
/* The menu */
.header-banner {background:#132549;padding-top:10px;position:relative;z-index:99;}
.site-header {background:#132549;border-bottom:2px solid #eec501;width:100%;position:relative;z-index:10;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;-moz-perspective:1000;-ms-perspective:1000;perspective:1000;transform:translateZ(0);-webkit-transform:translateZ(0);}
.site-header--scrolled {width:100%;position:fixed;left:0;z-index:999;top:0;}
.site-header .site-logo {padding:10px 0;width:168px;-webkit-transition:300ms width ease-in;-moz-transition:300ms width ease-in;transition:300ms width ease-in;}
.site-header .site-logo img {max-width:none;width:168px;}
.site-header--scrolled .site-logo {width:43px;overflow:hidden;}
.menu {list-style:none outside none;margin:0;padding:0;}
.menu>li {display:inline-block;vertical-align:top;font-size:12px;text-transform:uppercase;font-weight:500;}
.menu>li a {display:inline-block;padding:0 15px;}
.menu>li ul {display:none;}
.menu a {color:#fff;}
/* footer */
.site-footer {background:#132549;padding:15px 0 30px;color:#fff;overflow:hidden;position:relative;z-index:3;}
.site-footer .site-footer__wrap {position:relative;}
.site-footer a {color:#fff;}
.site-footer a:hover {text-decoration:none;}
.site-footer .site__to-top {background:#fff;display:block;height:60px;line-height:60px;width:68px;color:#132549;font-size:26px;position:relative;top:-15px;}
.site-footer .site__to-top a {color:#132549;}
.site-footer .site__to-top a:hover {color:#132549;text-decoration:none;}
.site-footer .site-logo {margin-bottom:10px;display:block;width:168px;}
.site-footer .site-logo img {width:168px;}
.site-footer .footer-menu .menu {float:left;width:420px;margin:110px 0 0;}
.site-footer .footer-menu .menu>li {display:block;width:210px;float:left;border-left:1px solid rgba(255, 255, 255, 0.15);}
.site-footer .footer-menu .menu>li a {padding:7px 30px;display:block;}
.site-footer .terms-menu .menu>li {display:block;}
.site-footer .terms-menu .menu>li a {padding:5px 0;font-weight:300;}
.site-footer .crds {display:block;border-top:1px solid rgba(255, 255, 255, 0.15);padding:10px 10px 10px 0;}
.social-links {width:25px;position:absolute;right:38px;top:79px;}
.social-links--l {min-width:37px;}
.social-links--l .social-link--l {margin-bottom:6px;display:block;width:37px;height:37px;background:url("../images/social-icons-l3.png") no-repeat 0 0;}
.social-links--l .social-link--l.tw {background-position:0 -47px;}
.social-links--l .social-link--l.fb {background-position:0 0;}
.social-links--l .social-link--l.gp {background-position:0 -94px;}
.social-links--l .social-link--l.lin {background-position:0 -188px;}
.social-links--l .social-link--l.rss {background-position:0 -141px;}
.social-links--l .social-link--l.ins,
.social-links--l .social-link--l.insta {background-position:0 -235px;}
.social-links--l .social-link--l.yt {background-position:0 -282px;}
.social-links--side {position:fixed;right:21px;top:245px;z-index:99;}
.social-links--row {display:inline-block;vertical-align:middle;}
.social-links--row .social-link,
.social-links--row .social-link--l {display:inline-block;vertical-align:middle;margin-right:10px;margin-bottom:0;}
.social-links .social-link {display:block;margin-bottom:6px;width:25px;height:25px;background:url("../images/social-icons-l3.png") no-repeat 0 0;background-size:100% auto;}
.social-links .social-link.tw {background-position:0 -32px;}
.social-links .social-link.fb {background-position:0 0;}
.social-links .social-link.gp {background-position:0 -64px;}
.social-links .social-link.lin {background-position:0 -188px;}
.social-links .social-link.rss {background-position:0 -95px;}
.social-links .social-link.ins,
.social-links .social-link.insta {background-position:0 -158px;}
.social-links .social-link.yt {background-position:0 100%;}
.social-links .social-link:hover {opacity:0.5;}
/* Ened */
.ened {margin:-10px 0 0 20px;}
.ened small {display:block;font-size:9px;}
.sidebar__wrap--sticky {position:fixed;left:auto;width:300px;}
.sidebar__wrap--abs {position:absolute;left:auto;bottom:0;width:300px;}
/* Slider */
.slick-slider {position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list {position:relative;overflow:hidden;display:block;margin:0;padding:0;}
.slick-list:focus {outline:none;}
.slick-list.dragging {cursor:pointer;cursor:hand;}
.slick-slider .slick-track,
.slick-slider .slick-list {-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.slick-track {position:relative;left:0;top:0;display:block;}
.slick-track:before,
.slick-track:after {content:"";display:table;}
.slick-track:after {clear:both;}
.slick-loading .slick-track {visibility:hidden;}
.slick-slide {float:left;height:100%;min-height:1px;display:none;}
[dir="rtl"] .slick-slide {float:right;}
.slick-slide img {display:block;}
.slick-slide.slick-loading img {display:none;}
.slick-slide.dragging img {pointer-events:none;}
.slick-initialized .slick-slide {display:block;}
.slick-loading .slick-slide {visibility:hidden;}
.slick-vertical .slick-slide {display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden {display:none;}
/* Pagination */
.pagination {overflow:hidden;margin-bottom:10px;margin-top:10px;border-radius:3px;border-right:0;}
.pagination > span {border:1px solid #ebebeb;border-left:0;display:inline-block;}
.pagination span.start-button {border:1px solid #ebebeb;}
.pagination span.prev-button {margin-left:-4px;}
.pagination span.pages {border:0;padding:0;margin-left:-4px;font-size:16px;}
.pagination span.next-button {margin-left:-4px;}
.pagination span.end-button {margin-left:-4px;}
.pagination span.pages a,
.pagination span.pages span.active {border:1px solid #ebebeb;border-left:0;}
.pagination > span.start-button {border-left:1px solid #ebebeb;}
.pagination > span > a,
.pagination .pages > a,
.pagination .pages > span {color:#132549;display:inline-block;vertical-align:middle;padding:10px 12px;font-size:14px;}
.pagination > span.prev-button,
.pagination > span.start-button {display:inline-block;}
.pagination > span.start-button > .active,
.pagination > span.prev-button > .active {display:inline-block;vertical-align:middle;padding:10px 12px;font-size:14px;color:#132549;opacity:0.5;}
.pagination > span.start-button > a > span.prev-button > a {display:inline-block;vertical-align:middle;padding:10px 12px;font-size:14px;color:#132549;}
.pagination a:hover {background:#eec501;color:#fff;}
.pagination .pages > span {background:#132549;color:#fff;}
.page-counter {font-size:11px;font-weight:700;color:#42516d;}
/* Magnific Popup Additions */
.mfp-figure figure {position:relative;}
.mfp-bottom-bar {top:auto !important;bottom:40px;padding:15px;background:rgba(19, 37, 73, 0.8);}
.mfp-bottom-bar a {color:#fff;}
.mfp-counter {padding:15px 15px 0 0;}
/* Single Item */
#left-demo {position:sticky;position:-webkit-sticky;top:75px;}
#left-demo .module {margin-bottom:10px;}
.item___related--cont {float:left;margin-right:30px;width:300px;margin-bottom:15px;margin-top:4px;}
.item___related--title {background:#eec501;color:#fff;padding:10px 15px;margin:0px;text-align:center;float:left;width:100%;}
.item___related--cont .k2ItemsBlock ul {list-style-type:none;padding:0px;margin:0px;}
.item___related--cont .k2ItemsBlock .moduleItemTitle {background:#f4f4f4;padding:10px 15px;width:100%;font-weight:bold;float:left;font-size:14px;}
.item___related--cont .k2ItemsBlock .moduleItemImage {width:100%;float:left;}
.item___related--cont .k2ItemsBlock .moduleItemImage img {width:100%;}
.item__wrapper-left {width:330px;}
.item__wrapper-right {width:calc(100% - 330px);}
.item__overlay-bg {position:absolute;left:-2%;top:-2%;width:104%;height:104%;-webkit-filter:blur(3px);filter:blur(3px);opacity:0.7;}
.item__image-for-crawling {display:none;}
.item__overlay {position:fixed;z-index:1;bottom:0;left:0;width:100%;}
.item__overlay.itemVideoBlock {background:#000;}
.item__overlay .item__image {position:absolute;width:100%;height:100%;background-color:#42516d;background-size:cover;background-position:50% 15%;background-repeat:no-repeat;}
.item__overlay .item__image:after {content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:-moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);background-image:-webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);background-image:-ms-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);}
.item__video {padding-top:25px;padding-bottom:25px;min-height:100%;max-height:100%;overflow:hidden;}
.item__video>.avVideo {min-height:100%;max-height:100%;border-top:2px solid #eec501;overflow:hidden;}
.item__video .avVideo .avPlayerContainer .avPlayerBlock {min-height:100%;}
#left-stuck.stick-it {position:fixed;left:auto;z-index:9998;}
#left-stuck.stick-it--abs {position:absolute;left:auto;z-index:9998;width:330px;bottom:0;}
.item__image-block {background:#172033;float:left;margin-bottom:30px;width:100%;}
.item__body {position:relative;z-index:5;-webkit-transition:250ms background ease-in;-moz-transition:250ms background ease-in;transition:250ms background ease-in;margin-top:0;background:transparent;/* Scrolled state */;}
.item__content--container {padding-left:30px;padding-right:30px;}
.item__teaser--container {width:250px;position:relative;left:-30px;margin-right:-30px;/*padding-bottom:5px;padding-top:5px;border-bottom:5px solid #eec501;border-top:5px solid #eec501;*/;}
.item__teaser {background:#eec501;color:#fff;padding:15px 25px;font-weight:bold;font-family:'Roboto Slab', sans-serif;}
.item__body .item__intro {color:#fff;font-family:'Roboto Slab', sans-serif;font-size:18px;margin-bottom:0;line-height:1.5;font-weight:700;background:transparent;padding:10px 0 0;}
.item__body .item__intro a {color:#fff;}
.item__body .item__intro.item__intro--gray {color:#000;font-weight:normal;padding-left:20px;border-left:10px solid #eee;margin-bottom:30px;padding-top:0px;float:left;font-style:italic;font-family:'Roboto';font-size:20px;width:100%;}
.item__body .item__intro.item__intro--gray p {margin-top:0px;}
.item__body .item__intro.item__intro--gray a {color:#000;font-weight:bold;}
.item__body .item__to-btm {display:block;color:#fff;font-weight:300;height:46px;}
.item__body .item__to-btm .icon,
.item__body .item__to-btm>span {display:inline-block;vertical-align:middle;line-height:1;}
.item__body .item__to-btm .icon {font-size:26px;padding-right:5px;}
.item__banner--row {margin-bottom:30px;}
.item__banner--inline {margin:0 30px 30px 0;float:left;}
.item__category {margin-bottom:30px;font-weight:700;}
.item__category a {color:#132549;font-weight:700;font-family:'Roboto Slab';}
.item__social-item {margin-right:15px;}
.item__social-item.itemGooglePlusOneButton {margin:0;width:60px;}
.item__avatar-wrap {position:relative;z-index:3;overflow:hidden;border-radius:100%;width:60px;height:60px;display:inline-block;vertical-align:middle;margin-right:10px;}
.item__avatar-wrap img {min-height:100%;height:100%;max-width:none;width:auto;border-radius:100%;}
.item__main-image img {min-width:100%;height:auto;}
.item__author {display:block;margin-bottom:15px;color:#132549;font-weight:700;}
.item__author a {color:#132549;display:inline-block;vertical-align:middle;}
.item__author--white,
.item__author--white a {color:#fff;}
.item__author.item__author--gray a {color:#737373;font-size:20px;font-weight:bold;}
.item__author--gray {margin-bottom:30px;}
.item__title {color:#fff;font-size:24px;margin:0 0 10px;}
.item__title.item__title--black {padding-bottom:30px;color:#000;margin-top:30px;font-size:40px;font-weight:900;margin-bottom:30px;position:relative;border-bottom:1px solid #e7e7e7;}
.item__title.item__title--black:after {content:"";position:absolute;bottom:-5px;height:5px;width:200px;background:#132549;left:0px;}
.addthis_inline_share_toolbox_q2xu {float:right !important;margin-top:10px;}
.item__image-caption {color:#fff;padding:20px;padding-bottom:10px;font-size:18px;font-weight:bold;border-top:5px solid #eec501;}
.item__image-credits {color:#fff;font-style:italic;color:#fff;padding-bottom:20px;padding-left:20px;padding-right:20px;width:100%;float:left;}
.item__subtitle {font-weight:400;color:#fff;font-size:16px;margin-top:0;margin-bottom:4px;font-family:'Roboto';}
.item__extrafields {margin-bottom:30px;}
.item__extrafields ul {list-style:none outside none;margin:0;padding:0;}
.item__extrafields ul>li {display:block;padding:5px 0;margin:0;}
.item__date {font-weight:700;color:#fff;font-size:12px;display:block;}
.item__date--gray {color:#737373;}
.add--share--box {position:absolute;right:0px;top:50%;margin-top:-32px;}
.item--author--wrap {position:relative;}
.item__date--ib {font-size:14px;font-weight:normal;margin-top:5px;}
.item__date--modified {margin-top:10px;}
.item__date--modified .icon {font-size:16px;vertical-align:middle;}
.item__dateauthor {display:inline-block;vertical-align:middle;}
.item__fulltext {float:left;margin:15px 0 0;font-size:16px;line-height:1.5;word-break:break-word;}
.item__fulltext p {margin:0 0 30px;}
.item__fulltext a {color:#42516d;font-weight:700;}
.item__fulltext blockquote {border-left:5px solid #eec501;font-weight:700;font-family:'Roboto Slab';font-size:30px;margin:0 0 30px;padding:10px 20px;}
.item__fulltext blockquote p {margin:0;}
.item__fulltext table {width:100%;border-bottom:1px solid #ebebeb;border-left:1px solid #ebebeb;margin-bottom:30px;}
.item__fulltext table td {font-size:14px;padding:10px;vertical-align:top;border-top:1px solid #ebebeb;border-right:1px solid #ebebeb;}
.item__fulltext table td p:only-child {margin:0;}
.item__fulltext .inContent-right {height:335px;position:relative;}
.item__fulltext .inContent-right #inContent1Desktop {position:sticky;position:-webkit-sticky;top:0px;}
.item__tags-title {font-weight:700;float:left;margin:10px 15px 10px 0;}
.item__tags {list-style:none outside none;margin:0 0 30px;padding:0;}
.item__tags>li {display:inline-block;vertical-align:top;}
.item__tags>li a {color:#000000;display:inline-block;font-size:14px;border:1px solid #ebebeb;padding:10px;}
.item__tags>li a:hover {background:#132549;color:#fff;}
.item__related-title {font-size:35px;position:relative;margin:0 0 10px;color:#132549;}
.item__teaser .item__related-title {font-size:16px;position:relative;margin:0 0 10px;border-bottom:1px solid #fff;color:#132549;background:#333;padding-left:5px;color:#fff;}
.item__teaser article {line-height:1;position:relative;}
.item__teaser article:after {content:"";height:2px;position:absolute;width:100%;bottom:-12px;background:#fff;left:-30px;}
article:last-of-type:after {display:none !important;}
.item__teaser .cat-item__title a {font-size:14px;color:#fff;}
.item__teaser .cat-item__title a:hover {text-decoration:underline;}
.item__to-top {background:#fff;display:block;height:60px;line-height:60px;width:68px;color:#132549;font-size:26px;position:relative;bottom:-60px;}
@media only screen and (max-width:981px) {
aside.ticker-banner {display:none !important;}
}
@media only screen and (max-width:768px) {
.add--share--box {position:static;right:0;top:0px;margin-top:0;margin-bottom:10px;text-align:center;}
.add--share--box .addthis_inline_follow_toolbox {width:auto;display:inline-block;}
.add--share--box p {margin:0px;}
.item__title.item__title--black {font-size:28px;}
.item__wrapper-left {display:none !important;}
.item__wrapper-right {width:100% !important;}
.contentAds.inContent-right {width:100%;display:block;margin-top:30px;margin-bottom:30px;float:left;margin-left:0px;margin-right:0px;text-align:center;}
.contentAds.inContent-right>div>div>div {text-align:center;}
.item___related--cont {float:left;margin-right:0px;width:100%;margin-bottom:30px;margin-top:30px;}
.addthis_inline_share_toolbox_q2xu {float:right !important;margin-top:10px;width:100%;display:block;margin-bottom:30px;text-align:center;}
.item__author--gray {text-align:center;}
.item__dateauthor {text-align:left;}
.item__content--container {padding-left:0px;padding-right:0px;}
.trc_related_container {margin-top:30px;}
.item__image-block {background:#172033;float:none;margin-bottom:0px;width:auto;margin-left:-15px;margin-right:-15px;display:inline-block;}
}
/* Hack for better zoom */
@media screen and (max-width:1100px) {
#right {max-width:66%;}
#left,
#left-stuck.stick-it {overflow:hidden;}
}
/* Category */
.itemlist-wrap {border-top:60px solid #eec501;}
.itemlist.infinite-loading {position:relative;padding-bottom:100px;}
.itemlist.infinite-loading:after {font-family:'simple-line-icons';content:"\e098";font-size:30px;position:absolute;bottom:0;left:50%;margin-left:-15px;-webkit-animation:spin 900ms linear infinite;-moz-animation:spin 900ms linear infinite;animation:spin 900ms linear infinite;}
@-webkit-keyframes spin {
from {-webkit-transform:rotate(0deg);}
to {-webkit-transform:rotate(360deg);}
}
@-moz-keyframes spin {
from {-moz-transform:rotate(0deg);}
to {-moz-transform:rotate(360deg);}
}
@keyframes spin {
from {-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
to {-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}
}
.category {padding-bottom:50px;position:relative;top:-36px;/* Subcategory section */;}
.category--user {top:-60px;}
.category .itemlist__subcategories {padding:30px 0;overflow:hidden;clear:both;}
.category .subcategory {position:relative;height:127px;overflow:hidden;margin-bottom:30px;}
.category .subcategory .subcategory__title {color:#fff;line-height:1;background:#132549;font-size:14px;padding:5px 15px;position:absolute;left:15px;right:15px;bottom:15px;margin:0;-webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;transition:all 300ms ease-in;}
.category .subcategory .subcategory__title a {color:#fff;}
.category .subcategory:hover .subcategory__title {background:#eec501;}
.category .subcategory:hover .subcategory__image img {bottom:0;top:auto;}
.category .subcategory__image {position:relative;height:127px;display:block;width:100%;overflow:hidden;}
.category .subcategory__image img {position:absolute;left:0;top:0;}
.category .subcategory__image:hover img {bottom:0;top:auto;}
.category .category__title {margin:0;padding:0;line-height:1;color:#fff;font-size:36px;}
.category .category__title--margin {margin-bottom:15px;}
.category .category__title--ib {display:inline-block;vertical-align:middle;}
/* Top Right Module */
.category__module {margin:15px 0 30px 0;}
.category__module .module {margin-bottom:15px;}
.category__module .module__title {color:#fff;background:#132549;text-align:center;margin:0;padding:10px 0;line-height:1;}
/* For the generic list only */
.itemIdIs479 .category__module {top:15px;}
/* Category item */
.cat-item {margin-bottom:25px;border:1px solid #ebebeb;overflow:hidden;}
.cat-item a {color:#000;}
.cat-item--link {background:#fff;padding-right:15px;}
.cat-item--weekly {border:0;margin:0;}
.cat-item--nomargin {margin-bottom:0;}
.cat-item .cat-item__title {margin:0 0 1em;padding:0;font-size:20px;line-height:1.3;}
.cat-item .cat-item__title--sm {font-size:16px;}
.cat-item .cat-item__title--md {font-size:18px;}
.cat-item .cat-item__title a {color:#000;}
.cat-item .cat-item__title a:hover {color:#132549;}
.cat-item .cat-item__title--link {margin-top:15px;margin-bottom:10px;}
.cat-item .cat-item__image--plain {margin-right:15px;width:200px;height:170px;line-height:0;overflow:hidden;text-align:center;}
.cat-item .cat-item__image--plain>a {display:block;width:100%;height:100%;}
.cat-item .cat-item__image--plain img {min-width:100%;min-height:100%;width:auto;max-width:250px;margin-left:-25px;}
.cat-item .cat-item__video-i {display:inline-block;line-height:1;color:#fff;background:#eec501;font-size:12px;padding:10px;float:right;}
.cat-item .cat-item__video-i>.icon {display:inline-block;vertical-align:middle;font-size:16px;margin-right:0;}
.cat-item .cat-item__subtitle {background:#132549;color:#fff;padding:3px 7px;line-height:1;display:inline-block;margin:0 0 10px;font-size:14px;font-family:'Roboto';}
.cat-item .cat-item__text {padding:40px 25px;height:280px;}
.cat-item .cat-item__text--vert {padding:25px;height:207px;}
.cat-item .cat-item__text--lead {height:auto;}
.cat-item .cat-item__text--blk {height:auto;padding:20px;min-height:240px;}
.cat-item .cat-item__text--bblk {height:auto;padding:30px;min-height:260px;}
.cat-item .cat-item__text--np {height:auto;padding-right:0;padding-left:0;padding-bottom:0;padding-top:12px;}
.cat-item .cat-item__text--np .cat-item__date {margin-bottom:1em;}
.cat-item .cat-item__text--weekly {height:auto;padding:15px;}
.cat-item .cat-item__text--sm {padding:15px;}
.cat-item .cat-item__intro {line-height:1.3;margin-bottom:20px;font-size:14px;color:rgba(0, 0, 0, 0.7);}
.cat-item .cat-item__intro--cut {max-height:73px;overflow:hidden;}
.cat-item .cat-item__intro--cut p {margin:0;}
.cat-item .cat-item__date {display:block;color:#717c92;font-weight:700;font-size:12px;}
.cat-item .cat-item__date--mb {margin-bottom:1em;}
.cat-item .cat-item__date--modified {color:#c00;margin-bottom:10px;}
.cat-item .cat-item__date--lead {margin-bottom:5px;color:#fff;}
.cat-item .cat-item__image {position:relative;height:280px;overflow:hidden;}
.cat-item .cat-item__image>a {position:absolute;left:0;top:0;width:100%;height:100%;display:block;background-repeat:no-repeat;background-size:cover;background-position:50% 50%;}
.cat-item .cat-item__image--vert {height:380px;}
.cat-item .cat-item__image--vertSm {height:352px;}
.cat-item .cat-item__image--block {height:auto;padding-bottom:70%;min-width:100%;width:100%;}
.cat-item--hori {padding:17px 130px 17px 40px;margin-bottom:35px auto 60px;}
.cat-item--hori .cat-item__title {margin-bottom:5px;}
.cat-item--hori .cat-item__subtitle {font-size:14px;margin-bottom:5px;color:#132549;font-weight:700;color:#fff;}
.cat-item--smbl .cat-item__title {font-size:1em;}
.cat-item .cat-item__overlay {position:absolute;width:100%;height:100%;top:-500px;left:0;opacity:0;background:rgba(19, 37, 73, 0.5);color:#fff;text-align:center;-webkit-transition:opacity 300ms ease-in;-moz-transition:opacity 300ms ease-in;transition:opacity 300ms ease-in;}
.cat-item .cat-item__overlay a {color:#fff;}
.cat-item .cat-item__ovtxt {position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding:25px;}
.cat-item .cat-item__teaser {font-size:26px;margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #fff;}
.cat-item .cat-item__teaser--sm {font-size:16px;}
.cat-item .cat-item__image .cat-item__more {position:static;font-size:16px;font-weight:300;text-transform:uppercase;}
.cat-item .cat-item__image:hover .cat-item__overlay {opacity:1;top:0;}
.cat-item.cat-item--leading {border:0;position:relative;padding-bottom:56%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;color:#fff;margin-bottom:25px;}
.cat-item.cat-item--leading:before {content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:-moz-linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 100%);background-image:-webkit-linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 100%);background-image:-ms-linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 100%);background-image:linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 100%);opacity:0.8;}
.cat-item.cat-item--leading a {position:absolute;display:block;left:0;top:0;width:100%;height:100%;color:#fff;}
.cat-item.cat-item--leading .cat-item__text {position:absolute;left:30px;bottom:40px;right:30px;padding:0;z-index:3;}
.cat-item.cat-item--leading .cat-item__title {font-size:30px;}
/* Search Results */
.search__header {background:#eec501;height:128px;margin-bottom:90px;}
.search__title {color:#132549;margin:0 0 15px;font-size:30px;}
.search__list {margin-bottom:90px;}
.search-result {padding:15px 0;}
.search-result .search-result__title {font-size:1em;margin:0 0 0;}
.search-result .search-result__title a:hover {color:#132549;}
.search-result .search-result__date {display:block;font-size:11px;color:#42516d;font-weight:700;margin-bottom:0.5em;}
/* The message */
.search__message {display:block;margin-bottom:90px;margin-top:30px;}
.search__message .search__message-title {font-size:20px;display:block;color:#132549;margin-bottom:0.5em;}
.search__message .btn {font-size:20px;width:324px;height:58px;line-height:55px;padding:0;}
/* The actual form -- module */
.search__form .search__form--header {background:#132549;margin:0 auto;height:86px;width:714px;position:relative;bottom:-69px;padding:20px 40px;}
.search__form .search__form--header .button {background:transparent;border:1px solid #fff;border-radius:2px;color:#fff;font-family:'Roboto Slab';font-size:20px;font-weight:700;width:164px;height:38px;line-height:28px;padding:0;}
.search__form .search__form--header .search__text {width:382px;height:38px;border-bottom:1px solid #fff;color:#fff;}
.search__form .search__form--header .icon {font-size:36px;margin-right:10px;padding-top:3px;}
/* alternate version based on the position -- module as well */
.search__form .search__form--component {border:1px solid #ebebeb;height:98px;position:relative;padding:0 0 0 40px;}
.search__form .search__form--component .button {background:#132549;border:0;border-radius:2px;color:#fff;font-family:'Roboto Slab';font-size:20px;font-weight:700;width:348px;height:98px;line-height:90px;padding:0;}
.search__form .search__form--component .search__text {width:382px;height:38px;border-bottom:1px solid #132549;color:#42516d;margin-top:33px;}
.search__form .search__form--component .icon {font-size:42px;margin-right:50px;padding-top:20px;color:#132549;display:inline-block;}
/* Com_content */
.page-header h2 {font-size:30px;color:#132549;}
.item-page {padding:25px 0 50px;line-height:1.5;}
.item-page a {color:#132549;text-decoration:underline;}
/* --- Rating --- */
.itemRatingForm {display:block;vertical-align:middle;line-height:25px;float:left;margin-bottom:30px;}
.itemRatingLog {font-size:11px;margin:0;padding:0 0 0 4px;float:left;}
div.itemRatingForm .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;height:25px;padding:0 0 0 20px;}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {background:transparent url(../images/system/transparent_star.gif) left 0 repeat-x;}
.itemRatingList {position:relative;float:left;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}
.itemRatingList li {display:inline;background:none;padding:0;}
.itemRatingList a,
.itemRatingList .itemCurrentRating {position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;cursor:pointer;}
.itemRatingList a:hover {background-position:left bottom;}
.itemRatingList a.one-star {width:20%;z-index:6;}
.itemRatingList a.two-stars {width:40%;z-index:5;}
.itemRatingList a.three-stars {width:60%;z-index:4;}
.itemRatingList a.four-stars {width:80%;z-index:3;}
.itemRatingList a.five-stars {width:100%;z-index:2;}
.itemRatingList .itemCurrentRating {z-index:1;background-position:0 center;margin:0;padding:0;}
span.siteRoot {display:none;}
/* Component tables */
.admintable {width:100%;border-bottom:1px solid #ebebeb;border-left:1px solid #ebebeb;margin-bottom:30px;margin-top:30px;}
.admintable th {background:#42516d;padding:15px;color:#fff;font-weight:700;}
.admintable td {font-size:14px;padding:10px;vertical-align:top;border-top:1px solid #ebebeb;border-right:1px solid #ebebeb;}
.admintable td p:only-child {margin:0;}
.admintable label {font-weight:700;}
.admintable input,
.admintable textarea {display:inline-block;vertical-align:middle;max-width:300px;border:1px solid #ebebeb;border-radius:2px;background:#f8f6f6;padding:8px 14px;box-shadow:0 1px 1px 0 #d4d4d4 inset;font-size:14px;font-weight:normal;color:#333333;}
.admintable input[type="radio"] {display:inline-block;vertical-align:middle;margin-left:10px;margin-right:5px;}
.k2AccountPageNotice {display:block;font-weight:700;margin-bottom:15px;margin-top:15px;}
.button {display:inline-block;border:0;padding:10px 15px;color:#fff;font-size:14px;font-weight:700;background:#132549;}
.button:hover {background:#eec501;}
.form-validate {margin-bottom:30px;}
#comSocialConnectContainer {font-size:14px;color:#333333;margin:30px auto;}
/* Easy Discuss */
#ed {font-family:"Roboto", sans-serif !important;}
#ed.type-component {margin:30px auto;}
#ed .ed-navbar__footer-submenu>li:first-child {display:none;}
#ed .ed-navbar__body {background:#42516d;}
#ed .ed-navbar__search-input {background:#132549;}
#ed .ed-mod__section {border-bottom:1px solid #ebebeb;font-size:14px;}
#ed .ed-mod__section .ed-mod__section {border:0;}
#ed .ed-reply-content {font-size:14px;}
#ed h1,
#ed h2,
#ed h3,
#ed h4,
#ed h5,
#ed h6,
#ed .h1,
#ed .h2,
#ed .h3,
#ed .h4,
#ed .h5,
#ed .h6,
.m-post-title {font-family:'Roboto Slab';}
.sidebar--forum {margin:30px 0;}
.sidebar--forum .module {margin-bottom:30px;}
.sidebar--forum .module__title {color:#132549;margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #eec501;}
.eng_widget_sw {max-width:304px;overflow:hidden;}
/* Menu Modules */
.site-menu {padding-top:22px;padding-left:15px;padding-right:15px;}
/* Menu module */
.menu__more {color:#fff;padding-top:22px;padding-bottom:22px;font-size:0.75em;position:relative;}
.menu__more:hover .menu--sub {clip:auto;}
.menu__more a {color:#fff;}
.menu__more>a {padding-bottom:15px;}
.menu__more .menu--sub {list-style:none outside none;margin:0;padding:0;opacity:0;background:#132549;top:50px;left:-12px;opacity:0;position:absolute;z-index:-1;-webkit-transition:300ms opacity ease-in;-moz-transition:300ms opacity ease-in;transition:300ms opacity ease-in;min-width:150px;clip:rect(0, 0, 0, 0);}
.menu__more .menu--sub:hover {opacity:1;z-index:99;clip:auto;}
.menu__more .menu--sub li {display:block;padding:12px;}
.menu__more .menu--sub li a {display:block;}
.menu__more .menu--sub li:hover {background:#42516d;}
.menu__more .menu__trigger:hover+.menu--sub {opacity:1;z-index:99;}
/* Site wide used classes */
.isFrontpage .module__title {font-size:36px;line-height:1;margin:0;color:#132549;}
.isFrontpage .component-wrap .module {padding:20px 0;}
.isFrontpage .component-wrap .module.no-padding {padding:0;}
.isFrontpage .component-wrap .module.no-padding-top {padding-top:0;}
.isFrontpage .component-wrap .module.no-padding-bottom {padding-bottom:0;}
.title-left .module__title {position:relative;margin-bottom:30px;}
.title-left .module__title>span {display:inline-block;background:#fff;position:relative;z-index:2;padding-right:14px;}
.title-left .module__title:after {content:'';position:absolute;z-index:1;width:100%;height:1px;background:#eec501;display:block;left:0;top:50%;}
.title-has-icon .module__title span {position:relative;}
.title-has-icon .module__title span:before {content:'';margin:15px;display:inline-block;width:60px;height:50px;background:#fff url("../images/icon.svg") no-repeat 0 0;background-size:100% auto;position:absolute;top:-50%;right:-75px;border-right:10px solid #fff;}
.title-right .module__title {text-align:right;position:relative;margin-bottom:30px;}
.title-right .module__title>span {display:inline-block;background:#fff;position:relative;z-index:2;padding-left:14px;}
.title-right .module__title:after {content:'';position:absolute;z-index:1;width:100%;height:1px;background:#eec501;display:block;left:0;top:50%;}
.title-left-plain .module__title {position:relative;}
.title-left-plain .module__title>span {display:inline-block;background:#fff;position:relative;z-index:2;padding-right:14px;}
.title-left-plain .module__title:after {content:'';position:absolute;z-index:1;width:100%;height:1px;background:#132549;display:block;left:0;top:50%;}
.gray-bg .module__title>span,
.grey-bg .module__title>span {background:#e9ebee;}
.blue-title .module {position:relative;}
.blue-title .module__title {font-size:20px;padding:10px 14px;line-height:1;background:#132549;color:#fff;display:inline-block;margin:0;position:relative;top:-40px;}
.blue-title .module__title>span {background:#132549;}
.search__form {margin:15px 0;}
.search__form--nomargin {margin:0;}
.search__form .search__text {border:0;border-bottom:1px solid rgba(255, 255, 255, 0.15);background:transparent;color:#fff;font-weight:300;}
.search__form button {background:transparent;border:0;box-shadow:0px 0px transparent;color:#fff;padding-left:0;}
.search__form .forum-link {margin-bottom:10px;display:inline-block;}
.search__form .forum-link .icon,
.search__form .forum-link>span {display:inline-block;vertical-align:middle;font-weight:300;}
.search__form .forum-link>span {font-size:12px;font-weight:300;}
.search__form .forum-link .icon {padding-right:10px;}
/* ?2 Content */
.side-item {position:relative;margin-bottom:15px;}
.side-item:after {content:'';position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;background-image:-moz-linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 100%);background-image:-webkit-linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 100%);background-image:-ms-linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 100%);background-image:linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 100%);}
.side-item .side-item__image {position:relative;}
.side-item .side-item__title {font-size:14px;position:absolute;z-index:3;left:15px;bottom:15px;right:15px;margin:0;line-height:1.5;}
.side-item .side-item__title a {color:#fff;}
/* Slideshow */
#slideshow {min-height:600px;position:relative;}
.slides {position:relative;/* Slide navigation */;}
.slides .slide {position:relative;height:600px;background-position:50% 15%;background-size:cover;background-repeat:no-repeat;z-index:1;}
.slides .slide>a {display:block;position:relative;z-index:2;width:100%;height:100%;}
.slides .slide:after {content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:-moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);background-image:-webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);background-image:-ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);opacity:0.8;}
.slides .column {height:600px;position:relative;}
.slides .slide__subtitle {font-size:18px;font-family:'Roboto';margin:0 0 15px;padding:0 0 3px;font-weight:700;border-bottom:1px solid #eec501;display:inline-block;color:#fff;text-shadow:0px 1px 2px #000;}
.slides .slide__title {margin:0;color:#fff;text-shadow:0px 1px 2px #000;}
.slides .slide__text {position:absolute;left:0;z-index:3;bottom:135px;}
.slides .slide__text {max-width:580px;font-size:30px;}
.slides .slide__text a {color:#fff;}
.slides .slick-arrow {position:absolute;bottom:0;z-index:4;border:0;color:#fff;font-family:'Roboto Slab', sans-serif;line-height:1;font-weight:700;font-size:14px;padding:20px 0;-webkit-transition:300ms opacity ease-in;-moz-transition:300ms opacity ease-in;transition:300ms opacity ease-in;}
.slides .slick-arrow .icon {position:absolute;}
.slides .slick-arrow:hover {opacity:0.7;cursor:pointer;}
.slides .slick-prev {left:0;width:33.333%;background:#42516d;text-align:right;padding-right:104px;}
.slides .slick-prev .icon {right:13px;}
.slides .slick-next {right:0;width:66.6667%;background:#132549;text-align:left;padding-left:75px;}
.slides .slick-next span {font-weight:400;padding-left:4px;}
.slides .slick-next .icon {left:13px;}
.slick-dots {list-style:none outside none;margin:0;padding:0;position:absolute;bottom:90px;z-index:998;}
.slick-dots>li {list-style:none;margin:0 0 5px;padding:0;display:inline-block;vertical-align:top;}
.slick-dots button {border:0;display:inline-block;vertical-align:top;background-color:rgba(243, 243, 241, 0.5);width:15px;height:15px;font-size:1px;color:rgba(243, 243, 241, 0.5);margin-right:15px;-webkit-transition:all 250ms ease-in;-moz-transition:all 250ms ease-in;transition:all 250ms ease-in;}
.slick-dots button:hover {background:#fff;cursor:pointer;}
.slick-dots .slick-active button {background:#fff;opacity:1;}
/* Newsroom */
.slideshow__mod {position:relative;}
.newsroom {position:absolute;right:0;top:35px;bottom:55px;width:340px;z-index:9;}
.newsroom.jmoddiv.jmodinside {position:absolute;right:0;left:auto;top:35px;}
.newsroom .newsroom__main-title {display:inline-block;line-height:1;background:#132549;color:#fff;margin:0 0 -22px;padding:11px 40px;position:relative;z-index:2;border-bottom:4px solid #eec501;width:170px;}
.newsroom .newsroom__text {padding:0 35px;border-bottom:1px solid #ebebeb;}
.newsroom .newsroom__wrap {overflow:auto;background:rgba(255, 255, 255, 0.75);height:492px;position:relative;z-index:1;top:-10px;}
.newsroom .newsroom__link {display:block;background:#eec501;width:100%;right:0;top:8px;width:170px;position:absolute;color:#fff;font-weight:700;line-height:32px;font-size:13px;z-index:99;height:35px;}
.newsroom .newsroom__link:hover {background:#132549;cursor:pointer;}
.newsroom .newsroom__link:hover+.newsroom__main-title {border-color:#132549;}
.newsroom ul.newsroom__list {list-style:none outside none;margin:0;padding:30px 0 40px;}
.newsroom ul.newsroom__list>li.newsroom__item {display:block;position:relative;padding-top:10px;}

/*.newsroom ul.newsroom__list>li.newsroom__item:before,
.newsroom ul.newsroom__list>li.newsroom__item:after {content:'';position:absolute;}
*/
.newsroom ul.newsroom__list>li.newsroom__item:before,
.newsroom ul.newsroom__list>li.newsroom__item:after {position:absolute;}


.newsroom ul.newsroom__list>li.newsroom__item:before {width:9px;top:17px;height:2px;background:#132549;}
.newsroom ul.newsroom__list>li.newsroom__item:after {border-radius:100%;width:12px;height:12px;background:#132549;left:9px;top:12px;}
.newsroom ul.newsroom__list>li.newsroom__item--dummy {display:block;position:relative;padding-top:10px;}
.newsroom .newsroom__title {font-size:14px;margin:1em 0;}
.newsroom .newsroom__title a {color:#000000;}
.newsroom .newsroom__title a:hover {color:#132549;}
.newsroom .newsroom__date {font-size:12px;font-family:'Roboto Slab';display:block;color:#eec501;text-shadow:1px 1px rgba(0, 0, 0, 0.75);}
/* Popular */
.popular {padding:40px 0 30px;}
.popular ul {list-style:none outside none;margin:0;padding:0;counter-reset:li;}
.popular ul>li {position:relative;padding:15px 30px 15px 50px;margin-bottom:10px;}
.popular ul>li:before {counter-increment:li;content:counter(li, decimal);position:absolute;font-weight:700;line-height:1;top:15px;left:15px;color:#132549;display:block;font-size:30px;letter-spacing:-4px;}
.popular ul>li:last-child {margin-bottom:0;padding-bottom:0;}
.popular .popular__item:after {content:'';width:1px;height:1px;background:#eec501;display:block;width:155px;position:absolute;left:15px;top:0;}
.popular .popular__title {font-weight:400;font-size:14px;margin:0;}
.popular .popular__title a:hover {color:#132549;}
/* Image Block (Left & Right) */
.image-block {padding:20px 0 0;}
.image-block__image {position:relative;}
.image-block__image img {min-width:100%;}
.image-block__text {padding:38px 19px 19px;}
.image-block__item--lg {border:1px solid #ebebeb;}
.image-block__item--sm {border-bottom:1px solid #8c94a6;padding-bottom:15px;margin-bottom:36px;}
.image-block__item--sm:last-child {margin-bottom:0;}
.image-block__item a:hover {color:#132549;}
.image-block__title {margin:0 0 10px;font-weight:700;}
.image-block__title--lg {font-size:24px;}
.image-block__title--sm {margin-bottom:18px;font-size:1em;}
.image-block__intro {margin-bottom:18px;line-height:1.25;font-size:14px;color:rgba(0, 0, 0, 0.7);}
.image-block__date {display:block;font-size:12px;color:#42516d;font-weight:700;}
.image-block__subtitle {background:#132549;color:#fff;padding:3px 7px;display:inline-block;margin:0 0 1em;font-size:20px;line-height:1;font-family:'Roboto';}
/* Block 3 */
/* Plain Lists */
.plain-list {margin:0;padding:0;list-style:none outside none;}
.plain-list__wrap {overflow:auto;height:360px;}
.li-item {display:block;border-bottom:1px solid #ebebeb;padding:20px 0;}
.li-item__title {font-size:1em;margin:0;padding:0;}
.li-item__title a {color:#000;}
.li-item__title a:hover {color:#132549;}
.li-item__date {display:block;color:#42516d;font-size:11px;font-weight:700;margin-bottom:4px;}
/* Horizontal Photo Gallery */
.horizontal__header {color:#fff;font-size:20px;background:#132549;font-weight:700;line-height:70px;line-height:70px;margin-bottom:35px;}
.horizontal__header .icon {font-size:26px;padding-right:4px;vertical-align:middle;}
.horizontal__header>span {display:inline-block;vertical-align:middle;}
.horizontal__header a {color:#fff;}
.horizontal__header--gold {background:#eec501;position:relative;}
.horizontal__header--gold:after {top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136, 183, 213, 0);border-top-color:#eec501;border-width:12px;margin-left:-12px;}
.horizontal__list {overflow:auto;border-left:15px solid #e9ebee;border-right:15px solid #e9ebee;padding-bottom:40px;}
.horizontal__item {width:960px;border-right:1px solid #fff;}
.horizontal__item>.horizontal__image,
.horizontal__item .horizontal__image--nolink {padding-bottom:25%;width:25%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;border-left:1px solid #fff;border-bottom:1px solid #fff;position:relative;z-index:1;overflow:hidden;}
.horizontal__item>.horizontal__image:first-child,
.horizontal__item .horizontal__image--nolink:first-child {padding-bottom:50%;width:50%;border-left:0;}
.horizontal__item>.horizontal__image .horizontal__image-h,
.horizontal__item .horizontal__image--nolink .horizontal__image-h {font-size:1em;}
.horizontal__item>.horizontal__image--blue,
.horizontal__item .horizontal__image--nolink--blue {background:#132549;color:#fff;padding-left:15px;padding-right:15px;padding-top:35px;padding-bottom:0;height:240px;overflow:hidden;}
.horizontal__item>.horizontal__image--blue>span,
.horizontal__item .horizontal__image--nolink--blue>span {font-weight:300;}
.horizontal__item>.horizontal__image--blue .icon,
.horizontal__item .horizontal__image--nolink--blue .icon {font-size:50px;}
.horizontal__item>.horizontal__image--blue a,
.horizontal__item .horizontal__image--nolink--blue a {color:#fff;}
.horizontal__item>.horizontal__image .horizontal__tooltip,
.horizontal__item .horizontal__image--nolink .horizontal__tooltip {background:rgba(19, 37, 73, 0.8);position:absolute;color:#fff;width:100%;padding:20px;font-size:16px;bottom:-400px;opacity:0;-webkit-transition:250ms opacity ease-in;-moz-transition:250ms opacity ease-in;transition:250ms opacity ease-in;}
.horizontal__item>.horizontal__image:hover,
.horizontal__item .horizontal__image--nolink:hover {cursor:pointer;}
.horizontal__item>.horizontal__image:hover .horizontal__tooltip,
.horizontal__item .horizontal__image--nolink:hover .horizontal__tooltip {bottom:0;opacity:1;}
.horizontal__item .horizontal__ind {position:absolute;z-index:2;right:0;top:0;color:#fff;background:rgba(19, 37, 73, 0.8);display:block;width:21px;height:21px;line-height:21px;font-size:14px;}
/* Opinions */
.opinions__wrap {border:1px solid #ebebeb;}
.opinions__title {background:#eec501;margin:0;color:#fff;line-height:1;padding:8px 42px;font-size:20px;}
.opinions__list {list-style:none outside none;margin:0;padding:0;overflow:auto;height:551px;}
.opinion {display:block;overflow:hidden;padding:20px 13px;}
.opinion__wrap {overflow:hidden;padding-left:25px;}
.opinion__title {font-size:16px;margin:0;}
.opinion__author {color:#fff;background:#132549;border-radius:2px;display:inline-block;padding:8px 25px;font-weight:700;font-size:14px;margin:1em 0;}
.opinion__author a {color:#fff;}
/* The video Slider */
.video-slider {border-top:2px solid #eec501;}
.video-slider .video-slide {width:755px;max-width:755px;position:relative;}
.video-slider .video-slide:after {content:'';position:absolute;left:0;top:0;background-color:rgba(19, 37, 73, 0.65);width:100%;height:100%;z-index:4;opacity:1;-webkit-transition:300ms all ease-in;-moz-transition:300ms all ease-in;transition:300ms all ease-in;}
.video-slider .video-slide.slick-current:after {opacity:0;z-index:-1;}
.video-slider .video-slide__play {color:#fff;font-size:24px;background:#eec501;border-radius:100%;width:60px;height:60px;line-height:65px;text-indent:6px;position:absolute;left:50%;top:50%;margin-top:-30px;margin-left:-30px;}
.video-slider .video-slide__wrap {position:relative;z-index:3;padding-bottom:56%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;}
.video-slider .video-slide__wrap>a {display:block;width:100%;height:100%;left:0;top:0;position:absolute;}
.video-slider .video-slide__text {position:absolute;z-index:2;left:17px;top:17px;padding:15px;background:rgba(0, 0, 0, 0.8);padding:28px 20px;width:230px;border-bottom:1px solid #eec501;}
.video-slider .video-slide__text a {color:#fff;}
.video-slider .video-slide__subtitle {color:#eec501;margin:0 0 10px;font-size:18px;line-height:1;}
.video-slider .video-slide__title {font-size:16px;margin:0;color:#fff;}
.video-slider .video-slide__date {font-size:11px;display:block;color:#e9ebee;}
.video-slider .slick-arrow {width:40px;height:40px;line-height:40px;text-align:center;background:#eec501;position:absolute;z-index:999;color:#fff;font-size:18px;top:50%;margin-top:-20px;border:0;border-radius:100%;-webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;transition:all 300ms ease-in;}
.video-slider .slick-arrow.slick-next {left:170px;}
.video-slider .slick-arrow.slick-prev {right:170px;}
.video-slider .slick-arrow:hover {background:#132549;}
/* Video Block */
.video-block {position:relative;}
.video-block .video-block__item {position:relative;padding-bottom:56%;}
.video-block .video-block__img {position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;left:0;top:0;z-index:2;}
.video-block .video-block__img:after {content:'';background-image:-moz-linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 100%);background-image:-webkit-linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 100%);background-image:-ms-linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;z-index:3;opacity:0.7;}
.video-block .video-block__vid {position:absolute;left:0;top:0;width:100%;height:100%;display:none;}
.video-block .video-block__vid iframe,
.video-block .video-block__vid embed,
.video-block .video-block__vid object {position:absolute;width:100%;height:100%;left:0;top:0;z-index:5;}
.video-block .video-block__text {position:absolute;z-index:4;left:45px;bottom:60px;max-width:450px;}
.video-block .video-block__title {color:#fff;margin:0;font-size:35px;}
.video-block .video-block__title a {color:#fff;}
.video-block .video-block__subtitle {border-bottom:1px solid #eec501;display:inline-block;color:#fff;font-size:14px;padding:0 0 10px;margin-bottom:0 0 14px;}
.video-block .video-block__ind {position:absolute;right:0;top:50%;margin-top:-49px;z-index:4;color:#fff;font-size:26px;text-indent:10px;width:98px;height:98px;line-height:98px;background:#eec501;}
/* Ticker module */
.ticker {background:#eec501;}
.ticker-banner {background:#eec501;padding:10px 0;overflow:hidden;}
.ticker__title {font-size:13px;margin:1px auto 2px auto;}
.ticker__title a:hover {text-decoration:underline;}
.ticker__notice {color:#fff;background:#df2935;display:inline-block;vertical-align:middle;font-size:10px;margin-right:1em;line-height:1;border-radius:2px;padding:7px 10px;}
/* Header search */
.search--top {position:absolute;z-index:999;right:15px;top:13px;border-radius:3px;height:25px;overflow:hidden;border:1px solid #fff;}
.search--top .search__form {margin:0;}
.search--top .search__form--hidden {min-width:25px;position:relative;}
.search--top .search__form--toggle {width:0px;height:23px;overflow:hidden;overflow:hidden;-webkit-transition:width 300ms ease-in;-moz-transition:width 300ms ease-in;transition:width 300ms ease-in;}
.search--top .search__form--toggle:hover {width:150px;}
.search--top .search__text {width:100px;border:0;position:absolute;left:20px;top:0;}
.search--top button.search__form-submit {height:23px;width:25px;line-height:23px;text-align:center;background:#eec501;padding:0;font-size:14px;position:absolute;top:0;right:0;opacity:0;}
.search--top #search__form-toggler {padding:5px 6px;}
.search--top #search__form-toggler:hover+.search__form--toggle {width:150px;}
.search--top #search__form-toggler:hover+.search__form--toggle button.search__form-submit {opacity:1;}
.search--top:hover .search__form--toggle {width:150px;}
.search--top:hover .search__form--toggle button.search__form-submit {opacity:1;}
/* Infobox */
.infobox {background:#42516d;height:50px;line-height:50px;color:#fff;overflow:hidden;}
.infobox a {color:#fff;text-decoration:underline;}
.infobox .icon {display:inline-block;vertical-align:middle;}
.infobox .infobox__item {font-size:13px;margin-right:30px;float:left;}
.infobox .infobox__item>.icon,
.infobox .infobox__item>span {display:inline-block;vertical-align:middle;}
.infobox .infobox__item>.icon {font-size:21px;padding-right:5px;}
.infobox .infobox__item:last-child {margin-right:0;}
.infobox .infobox__left {height:50px;line-height:40px;background:#eec501;font-size:35px;width:80px;margin-right:30px;}
.infobox--side {position:fixed;top:150px;right:-600px;width:680px;height:80px;overflow:hidden;-webkit-transition:300ms all ease-in;-moz-transition:300ms all ease-in;transition:300ms all ease-in;background:transparent;z-index:99;}
.infobox--side .infobox__left {position:absolute;width:80px;height:80px;line-height:70px;margin:0;top:0;left:0;}
.infobox--side .infobox__left:hover {cursor:pointer;}
.infobox--side .infobox__left .icon {-webkit-transition:200ms opacity ease-in;-moz-transition:200ms opacity ease-in;transition:200ms opacity ease-in;}
.infobox--side .infobox__left .icon-close {opacity:0;display:none;}
.infobox--side .infobox__left .icon-info {opacity:1;display:inline-block;}
.infobox--side .infobox__left--open .icon-close {opacity:1;display:inline-block;}
.infobox--side .infobox__left--open .icon-info {opacity:0;display:none;}
.infobox--side .infobox__item {font-size:25px;margin:0 0 10px;}
.infobox--side .infobox__item>.icon {font-size:28px;}
.infobox--open {right:0;height:auto;background:#42516d;padding:80px 80px 80px 120px;}
/* Deadlines module */
.deadlines {margin:0 auto;}
.deadlines__header {margin:0;color:#fff;background:#132549;font-size:20px;height:60px;line-height:60px;}
.deadlines__header .icon {display:inline-block;vertical-align:top;background:#f06543;text-align:center;width:60px;height:60px;line-height:60px;font-size:26px;margin-right:20px;}
.deadlines__wrap {padding:30px 20px 30px;overflow:auto;}
.deadlines__list {overflow:hidden;}
/* single item */
.deadline {border:1px solid #ebebeb;padding:20px 12px 12px;margin:0 20px;width:190px;position:relative;min-height:120px;}
.deadline .deadline__title {margin:0 0 15px;overflow:hidden;font-size:1em;padding-bottom:7px;line-height:1;border-bottom:1px solid #ebebeb;font-family:'Roboto', sans-serif;}
.deadline .deadline__title a:hover {color:#f06543;}
.deadline .deadline__text {font-size:14px;}
.deadline .deadline__text p {margin:0;}
.deadline .deadline__date {color:#fff;display:inline-block;line-height:1;background:#f06543;font-weight:800;padding:5px 10px;border-radius:2px;position:absolute;left:12px;top:-15px;}
/* Network Module */
.network {background:#449dd1;padding:40px 0 30px;position:relative;z-index:5;}
.network .net-item__header {margin-top:15px;background:transparent url("../images/the-network.png") 0 0 no-repeat;width:171px;height:109px;}
.network .net-item__image {display:block;margin-bottom:10px;position:relative;padding-bottom:56%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;}
.network .net-item__title {font-size:14px;margin:0;line-height:1.2;}
.network .net-item__title a {color:#fff;}
.network .net-item__title a:hover {color:#000000;}
/* Weekly Cap */
.weekly-cap {max-width:990px;padding:0 15px;margin:0 auto;}
.weekly-cap__wrap {border:1px solid #ebebeb;}
.weekly-cap__title {font-weight:400;position:relative;padding:0 30px;font-size:24px;margin:28px 0 20px 0;color:#132549;overflow:hidden;}
.weekly-cap__title:before,
.weekly-cap__title:after {content:'';display:block;position:absolute;background:#eec501;width:186px;height:1px;top:50%;}
.weekly-cap__title:before {left:30px;}
.weekly-cap__title:after {right:30px;}
.weekly-cap__title>span {font-weight:700;}
/* Eklogika News (2019) */
.eklogikaNewsBlock {background:#3498db url("../images/modules/eklogikanews_2019_logo_200x194_8.png") no-repeat 0 0;padding:0;}
.eklogikaNewsBranding {}
.eklogikaNewsBranding a {display:block;padding:278px 0 0 20px;}
.eklogikaNewsBranding img {}
.eklogikaNewsGrid {display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:10px;padding:10px !important;}
.eklogikaNewsGrid article {background:#fff;padding:0;}
.eklogikaNewsBlock a.moduleCustomLink {display:block;background:#132449;padding:10px;color:#fff;text-align:center;font-size:30px;font-family:'Roboto Slab', sans-serif;}
/* Newsletter */
.newsletter {position:relative;z-index:5;color:#fff;}
.newsletter .newsletter__right,
.newsletter .newsletter__left {padding:30px 15px;min-height:130px;}
.newsletter .newsletter__left {background:#132549;}
.newsletter .newsletter__right {background:#42516d;}
.newsletter .newsletter__title {font-weight:400;display:block;vertical-align:middle;margin-right:15px;margin-bottom:10px;}
.newsletter .newsletter__input,
.newsletter .newsletter__submit {display:inline-block;vertical-align:middle;height:40px;line-height:37px;font-size:14px;}
.newsletter .newsletter__input {border:0;padding:0 10px;min-width:260px;}
.newsletter .newsletter__submit {border:0;background:#eec501;font-weight:700;color:#fff;text-transform:uppercase;padding:0 15px;}
.newsletter .newsletter__submit:hover {background:#42516d;}
/* Banner Modules */
.newsroom-banner {position:absolute !important;right:0 !important;left:auto !important;top:auto !important;bottom:-500px;width:300px;height:250px;z-index:9;}
@font-face {font-family:"simple-line-icons";src:url("../fonts/Simple-Line-Icons.eot?v=2.4.0");src:url("../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("../fonts/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("../fonts/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");font-weight:normal;font-style:normal;}
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {font-family:"simple-line-icons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon-user:before {content:"\e005";}
.icon-people:before {content:"\e001";}
.icon-user-female:before {content:"\e000";}
.icon-user-follow:before {content:"\e002";}
.icon-user-following:before {content:"\e003";}
.icon-user-unfollow:before {content:"\e004";}
.icon-login:before {content:"\e066";}
.icon-logout:before {content:"\e065";}
.icon-emotsmile:before {content:"\e021";}
.icon-phone:before {content:"\e600";}
.icon-call-end:before {content:"\e048";}
.icon-call-in:before {content:"\e047";}
.icon-call-out:before {content:"\e046";}
.icon-map:before {content:"\e033";}
.icon-location-pin:before {content:"\e096";}
.icon-direction:before {content:"\e042";}
.icon-directions:before {content:"\e041";}
.icon-compass:before {content:"\e045";}
.icon-layers:before {content:"\e034";}
.icon-menu:before {content:"\e601";}
.icon-list:before {content:"\e067";}
.icon-options-vertical:before {content:"\e602";}
.icon-options:before {content:"\e603";}
.icon-arrow-down:before {content:"\e604";}
.icon-arrow-left:before {content:"\e605";}
.icon-arrow-right:before {content:"\e606";}
.icon-arrow-up:before {content:"\e607";}
.icon-arrow-up-circle:before {content:"\e078";}
.icon-arrow-left-circle:before {content:"\e07a";}
.icon-arrow-right-circle:before {content:"\e079";}
.icon-arrow-down-circle:before {content:"\e07b";}
.icon-check:before {content:"\e080";}
.icon-clock:before {content:"\e081";}
.icon-plus:before {content:"\e095";}
.icon-minus:before {content:"\e615";}
.icon-close:before {content:"\e082";}
.icon-event:before {content:"\e619";}
.icon-exclamation:before {content:"\e617";}
.icon-organization:before {content:"\e616";}
.icon-trophy:before {content:"\e006";}
.icon-screen-smartphone:before {content:"\e010";}
.icon-screen-desktop:before {content:"\e011";}
.icon-plane:before {content:"\e012";}
.icon-notebook:before {content:"\e013";}
.icon-mustache:before {content:"\e014";}
.icon-mouse:before {content:"\e015";}
.icon-magnet:before {content:"\e016";}
.icon-energy:before {content:"\e020";}
.icon-disc:before {content:"\e022";}
.icon-cursor:before {content:"\e06e";}
.icon-cursor-move:before {content:"\e023";}
.icon-crop:before {content:"\e024";}
.icon-chemistry:before {content:"\e026";}
.icon-speedometer:before {content:"\e007";}
.icon-shield:before {content:"\e00e";}
.icon-screen-tablet:before {content:"\e00f";}
.icon-magic-wand:before {content:"\e017";}
.icon-hourglass:before {content:"\e018";}
.icon-graduation:before {content:"\e019";}
.icon-ghost:before {content:"\e01a";}
.icon-game-controller:before {content:"\e01b";}
.icon-fire:before {content:"\e01c";}
.icon-eyeglass:before {content:"\e01d";}
.icon-envelope-open:before {content:"\e01e";}
.icon-envelope-letter:before {content:"\e01f";}
.icon-bell:before {content:"\e027";}
.icon-badge:before {content:"\e028";}
.icon-anchor:before {content:"\e029";}
.icon-wallet:before {content:"\e02a";}
.icon-vector:before {content:"\e02b";}
.icon-speech:before {content:"\e02c";}
.icon-puzzle:before {content:"\e02d";}
.icon-printer:before {content:"\e02e";}
.icon-present:before {content:"\e02f";}
.icon-playlist:before {content:"\e030";}
.icon-pin:before {content:"\e031";}
.icon-picture:before {content:"\e032";}
.icon-handbag:before {content:"\e035";}
.icon-globe-alt:before {content:"\e036";}
.icon-globe:before {content:"\e037";}
.icon-folder-alt:before {content:"\e039";}
.icon-folder:before {content:"\e089";}
.icon-film:before {content:"\e03a";}
.icon-feed:before {content:"\e03b";}
.icon-drop:before {content:"\e03e";}
.icon-drawer:before {content:"\e03f";}
.icon-docs:before {content:"\e040";}
.icon-doc:before {content:"\e085";}
.icon-diamond:before {content:"\e043";}
.icon-cup:before {content:"\e044";}
.icon-calculator:before {content:"\e049";}
.icon-bubbles:before {content:"\e04a";}
.icon-briefcase:before {content:"\e04b";}
.icon-book-open:before {content:"\e04c";}
.icon-basket-loaded:before {content:"\e04d";}
.icon-basket:before {content:"\e04e";}
.icon-bag:before {content:"\e04f";}
.icon-action-undo:before {content:"\e050";}
.icon-action-redo:before {content:"\e051";}
.icon-wrench:before {content:"\e052";}
.icon-umbrella:before {content:"\e053";}
.icon-trash:before {content:"\e054";}
.icon-tag:before {content:"\e055";}
.icon-support:before {content:"\e056";}
.icon-frame:before {content:"\e038";}
.icon-size-fullscreen:before {content:"\e057";}
.icon-size-actual:before {content:"\e058";}
.icon-shuffle:before {content:"\e059";}
.icon-share-alt:before {content:"\e05a";}
.icon-share:before {content:"\e05b";}
.icon-rocket:before {content:"\e05c";}
.icon-question:before {content:"\e05d";}
.icon-pie-chart:before {content:"\e05e";}
.icon-pencil:before {content:"\e05f";}
.icon-note:before {content:"\e060";}
.icon-loop:before {content:"\e064";}
.icon-home:before {content:"\e069";}
.icon-grid:before {content:"\e06a";}
.icon-graph:before {content:"\e06b";}
.icon-microphone:before {content:"\e063";}
.icon-music-tone-alt:before {content:"\e061";}
.icon-music-tone:before {content:"\e062";}
.icon-earphones-alt:before {content:"\e03c";}
.icon-earphones:before {content:"\e03d";}
.icon-equalizer:before {content:"\e06c";}
.icon-like:before {content:"\e068";}
.icon-dislike:before {content:"\e06d";}
.icon-control-start:before {content:"\e06f";}
.icon-control-rewind:before {content:"\e070";}
.icon-control-play:before {content:"\e071";}
.icon-control-pause:before {content:"\e072";}
.icon-control-forward:before {content:"\e073";}
.icon-control-end:before {content:"\e074";}
.icon-volume-1:before {content:"\e09f";}
.icon-volume-2:before {content:"\e0a0";}
.icon-volume-off:before {content:"\e0a1";}
.icon-calendar:before {content:"\e075";}
.icon-bulb:before {content:"\e076";}
.icon-chart:before {content:"\e077";}
.icon-ban:before {content:"\e07c";}
.icon-bubble:before {content:"\e07d";}
.icon-camrecorder:before {content:"\e07e";}
.icon-camera:before {content:"\e07f";}
.icon-cloud-download:before {content:"\e083";}
.icon-cloud-upload:before {content:"\e084";}
.icon-envelope:before {content:"\e086";}
.icon-eye:before {content:"\e087";}
.icon-flag:before {content:"\e088";}
.icon-heart:before {content:"\e08a";}
.icon-info:before {content:"\e08b";}
.icon-key:before {content:"\e08c";}
.icon-link:before {content:"\e08d";}
.icon-lock:before {content:"\e08e";}
.icon-lock-open:before {content:"\e08f";}
.icon-magnifier:before {content:"\e090";}
.icon-magnifier-add:before {content:"\e091";}
.icon-magnifier-remove:before {content:"\e092";}
.icon-paper-clip:before {content:"\e093";}
.icon-paper-plane:before {content:"\e094";}
.icon-power:before {content:"\e097";}
.icon-refresh:before {content:"\e098";}
.icon-reload:before {content:"\e099";}
.icon-settings:before {content:"\e09a";}
.icon-star:before {content:"\e09b";}
.icon-symbol-female:before {content:"\e09c";}
.icon-symbol-male:before {content:"\e09d";}
.icon-target:before {content:"\e09e";}
.icon-credit-card:before {content:"\e025";}
.icon-paypal:before {content:"\e608";}
.icon-social-tumblr:before {content:"\e00a";}
.icon-social-twitter:before {content:"\e009";}
.icon-social-facebook:before {content:"\e00b";}
.icon-social-instagram:before {content:"\e609";}
.icon-social-linkedin:before {content:"\e60a";}
.icon-social-pinterest:before {content:"\e60b";}
.icon-social-github:before {content:"\e60c";}
.icon-social-google:before {content:"\e60d";}
.icon-social-reddit:before {content:"\e60e";}
.icon-social-skype:before {content:"\e60f";}
.icon-social-dribbble:before {content:"\e00d";}
.icon-social-behance:before {content:"\e610";}
.icon-social-foursqare:before {content:"\e611";}
.icon-social-soundcloud:before {content:"\e612";}
.icon-social-spotify:before {content:"\e613";}
.icon-social-stumbleupon:before {content:"\e614";}
.icon-social-youtube:before {content:"\e008";}
.icon-social-dropbox:before {content:"\e00c";}
.icon-social-vkontakte:before {content:"\e618";}
.icon-social-steam:before {content:"\e620";}
@media all and (min-width:768px) and (max-width:1024px) {
#com_k2.viewIsItem #left {width:50% !important;}
#com_k2.viewIsItem #right {width:50% !important;}
#com_k2.viewIsItem #right .item-right,
#com_k2.viewIsItem #right .item-right--plain {width:100% !important;}
#com_k2.viewIsItem .item__image-block .w100.small-centered {width:100% !important;}
}
@media all and (max-width:767px) {
#com_k2.viewIsItem #left {width:100% !important;min-width:100% !important;}
#com_k2.viewIsItem #right {width:100% !important;min-width:100% !important;}
.item-left {width:100% !important;}
.item-left--top,
.item-right--top {height:auto !important;}
#com_k2.viewIsItem #right .item-right,
#com_k2.viewIsItem #right .item-right--plain {width:100% !important;}
#com_k2.viewIsItem .item__image-block .w100.small-centered {width:100% !important;}
#com_k2.viewIsItem .item__body {margin-top:0px !important;}
#left-stuck.stick-it {position:static;}
#left,
#left-stuck.stick-it,
#left-stuck {min-width:100%;}
.site-header .row {width:100%;}
.site-menu {padding:15px;max-width:70%;}
.menu>li {position:static;font-size:10px;}
.menu>li a {padding:0 12px;}
.menu__more {display:none !important;}
}
/* Disable logins */
.ed-post-reply-form {/*display:none;*/;}


/* centiva */
.pad20{padding:20px 0;}
/* Add custom CSS code here for easier template updates */
.fullbg {margin-bottom: 20px;color: #fff;padding-bottom:1px;}
.fullbg .cat-item .cat-item__title a {color: #000;}
.fullbg .cat-item .cat-item__title a:hover {color: #000;}
.fullbg .cat-item .cat-item__intro {line-height: 1.3;margin-bottom: 20px;font-size: 14px;color: #000;}
.fullbg .cat-item .cat-item__date {display: block;color: #9dadce;font-weight: 700;font-size: 12px;}
.title-left.fullbg .module__title > span {display: inline-block;background: transparent;position: relative;z-index: 2;padding-right: 14px;color: #132549;}
.title-has-icon.fullbg .module__title span::before {content: '';margin: 15px;display: inline-block;width: 60px;height: 58px;background: #e1dfda url("../images/icon.svg") no-repeat 0 0;background-size: 100% auto;position: absolute;top: -50%;right: -75px;border-right: 1px solid rgb(255,223,218,1);}
.title-left.fullbg .module__title {position: relative;margin-bottom: 1px;padding-top: 0px;padding-bottom: 0px;margin-top:60px;}
.fullbg .cat-item {margin-bottom: 25px;border: 1px solid #1e3d7a;overflow: hidden;}
.fullbg .modulePretext {padding-left: 15px;font-size: 22px;	padding-bottom: 0px;font-weight: 300;}

.module.fullbg {background-color: #132549;margin-bottom: 0px;color: #fff;padding-bottom: 1px;background: url(../images/modtop/ta-panta-gia-ekpaideusi.png) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.title-left.fullbg .module__title::after {content: '';position: absolute;z-index: 1;width: 50%;height: 1px;background: #eec501;display: block;left: 50%;top: 50%;}
/*.modulePretext {background: url(../images/powered-by-methodiko.png) no-repeat;background-position: 98%;}*/
.fullbg .module__title {margin-top: 20px !important;}

.modHeader {background: url(../images/modtop/header-1.png) no-repeat left;height: 150px;margin-bottom: 20px;margin-left: 15px;}
.logoTextInfo {background: url(../images/modtop/info.png) no-repeat left;height: 75px;width: 150px;margin-bottom: 20px;margin-left: 15px;}
.logoTextNews{ background: url(../images/modtop/news.png) no-repeat left;height: 75px;width: 150px;margin-bottom: 20px;margin-left: 15px;}

/*.modulePretext {
	background: url(../images/ta-panta-gia-ekpaideusi.png) no-repeat left;
	/* background-position: 100%; */
	/*height: 95px;
	margin-left: 20px;
}*/
/*IMAGE MAP*/
.imagemap {margin-left: 20px;margin-top: 35px;}
#k2ModuleBox674 .imagemap_mobile {display:none;}
#k2ModuleBox505 .imagemap{display:none;}
.imagemap_mobile{display:none;}

/* SKIN */
#adman-skin-left {left: -70px!important;}
#adman-skin #adman-skin-right {right: -70px!important;}


/* in.gr */
.ingr-items ul{background-color: #38284c;padding:20px;}
.ingr-items h4 {color: #fff !important;}
.ingrTitle {background: url(../images/modules/ingr/ingr-title.png) no-repeat left;height: 90px;}
.ingr-items .ingrTitle {background-color: #38284c;} 

.ext_title {margin: 5px;color: #fff;min-height:115px;font-size:15px;}
.ext-item {margin-bottom: 20px;background-color: #38284c;}
.container1 .row {background-color: #38284c;}
.ingr h3.module__title {background: url(../images/modules/ingr/ingr-title.png) no-repeat left;height: 90px;}
.ingr h3 span {display: none;}
.all-ext-items .w33 {background-color: #38284c;}
.jbe-parallax-img img {object-fit: cover;}
.ext-item img {height: 120px;width: 100%;object-fit: cover;}
.extWrapper {display: inline-block;}
/* -------------------- */





