@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,700;1,400&display=swap');


@font-face {
    font-family: 'proxima_novathin';
    src: url('../fonts/proximanova-thin-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-thin-webfont.woff') format('woff'),
         url('../fonts/proximanova-thin-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-thin-webfont.svg#proxima_novathin') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_novabold';
    src: url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-bold-webfont.svg#proxima_novabold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_novablack';
    src: url('../fonts/proximanova-black-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-black-webfont.woff') format('woff'),
         url('../fonts/proximanova-black-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-black-webfont.svg#proxima_novablack') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
.thin{font-family: 'proxima_novathin', sans-serif;}
.light{font-family: 'proxima_novalight', sans-serif;}
.bold{font-family: 'proxima_novabold', sans-serif;}
.black{font-family: 'proxima_novablack', sans-serif;}
*/

#main .centerhtml {
  font-size: 100.01%;
}
body {
  font-size: 100%;
  color: #000;
  /*font-family: 'Ubuntu', sans-serif;*/
	font-family: 'proxima_novalight';
  padding: 0px;
  margin: 0;
  line-height: 160%;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #000;
}
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

h3.border{ position: relative}
h3.border::after {
    background: #839c28;
    bottom: 0px;
    content: "";
    position: absolute;
    left: 0;
    width: 100px;
    height: 5px;
}

h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
h6 {
  border-bottom: 1px solid #CCCCCC;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 8px;
}
p {
  margin: 0 0 1.5em;
  line-height: 1.70em;
}
.left {
  float: left !important;
}
p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
.right {
  float: right !important;
}
p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}
a:focus {}
a:hover {
  color: #32498d;
  text-decoration: underline;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a {
  color: #32498d;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a:focus {
  outline: 0px solid transparent;
}
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}
strong, dfn {
  font-weight: bold;
}

bold, strong{font-family: 'proxima_novabold';}
em, dfn {
  font-style: italic;
}
sup, sub {
  line-height: 0;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  color: #666;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
li ul, li ol {
  margin: 0;
}
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
  line-height: 1.70em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th {
  font-weight: bold;
}
thead th {
  background: #c3d9ff;
}
th, td, caption {
  padding: 4px 10px 4px 5px;
}
tbody tr:nth-child(even) td, tbody tr.even td {
  background: #e5ecf9;
}
tfoot {
  font-style: italic;
}
caption {
  background: #eee;
}
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
.hide {
  display: none;
}
.quiet {
  color: #666;
}
.loud {
  color: #000;
}
.highlight {
  background: #ff0;
}
.added {
  background: #060;
  color: #fff;
}
.removed {
  background: #900;
  color: #fff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
fieldset {
  border: none;
}
input {}
input:focus {}
body.contentpane {
  width: auto;
  margin: 10px;
  text-align: left;
}
img {
  border: 0 none;
}


#system-message{ display: none;}
#webmacPage {}
.center {
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
}
#header {
    z-index: 8;
    position: relative;
    margin-bottom: 0px;
    border-bottom: 1px solid #c8c8c8;
	margin-bottom: 60px;
}
/*#header .center {
  height: 105px;
  display: flex;
  justify-content: space-around;
  width: 90%;
}*/
/*#header .center {
    height: 105px;
    display: flex;
    width: 95%;
    align-items: center;
    max-width: inherit;
}*/
#header .center {

    width: 95%;

    max-width: inherit;
padding: 15px 0;
}


#header .center .leftSide{
    display: flex;
    align-items: center;
    max-width: inherit;	
	float: left;
	
}
#header .center .rightSide{
	 display: flex;
float: right;	
}
#header .center .rightSide .menuSocial {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
#header .center .rightSide  .menuSocial ul li.first {
    font-family: 'proxima_novablack',sans-serif !important;

    color: #32498d;
}


#logo {
  width: 350px;
  display: flex;
  align-items: center;
}
#logo p {
  margin-bottom: 0;
  line-height: 0;
}
#logo img {
  max-width: 350px;
  height: auto;
}
/*#logo a {
    display: block;
    width: 350px;
    height: 67px;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999em;
    overflow: hidden;
}*/
#slideshow { margin-top: -60px;  margin-bottom: 60px;}



#slideshow .slideshowBox {
  display: flex;
}
#slideshow .leftSlide {
  width: 65%;
  padding: 0;
  margin: 0;
}
#slideshow .rightSlide {
  width: 35%;
  padding: 0;
  margin: 0;
}
#slideshow a.SlideLink {
  background-size: cover;
  background-position: center center;
  display: flex;
  background-repeat: no-repeat;
  position: relative;

  
transition: all 0.6s ease;
	
}

#slideshow a.SlideLink:hover {

	  background-blend-mode: soft-light;
	background-color: #32498d;	
transition: all 0.6s ease;	
}


#slideshow .leftSlide a.SlideLink {
  height: 80vh;
}
#slideshow .rightSlide a.SlideLink {
  height: 40vh;
}
#slideshow .rightSlide ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#slideshow .rightSlide ul li {
  margin: 0;
}
#slideshow .leftSlide .SlideBox {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}




#slideshow .leftSlide .SlideBox .SlideBoxInner {
  position: absolute;
  max-width: 800px;
  bottom: 25px;
  right: 25px;
  border-left: 7px solid #839c28;
  padding-left: 10px;
}
#slideshow .leftSlide .SlideBox .SlideTitle {
  font-size: 2em;
  line-height: 130%;
  text-shadow: 0 2px 0 rgb(0 0 0 / 50%);
  font-weight: bold;
	font-family: 'proxima_novablack', sans-serif;
}
#slideshow .SlideCat {}
#slideshow .SlideCat span {
  background: #32498d;
  display: inline-block;
  padding: 3px 12px;
  margin: 10px 0;
  box-shadow: 3px -3px 0px rgb(50 73 141 / 30%);
}
#slideshow .rightSlide .SlideBox {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
#slideshow .rightSlide .SlideBox .SlideBoxInner {
  position: absolute;
  max-width: 400px;
  bottom: 25px;
  right: 25px;
  border-left: 7px solid #839c28;
  padding-left: 10px;
}
#slideshow .rightSlide .SlideBox .SlideTitle {
  font-size: 1.4em;
  line-height: 130%;
  text-shadow: 0 2px 0 rgb(0 0 0 / 50%);
  font-weight: bold;
	font-family: 'proxima_novablack', sans-serif;
}
#slideshow .SlideDate {
  font-size: 0.8em;
}
#slideshow {}
#slideshow {}
#slideshow {}
#slideshow {}
#slideshow {}
/*#slideshow .leftSlide .SlideBox .SlideBoxInner{
flex-direction: column;
    box-sizing: border-box;
    display: flex;	
	
place-content: flex-end;
    align-items: flex-end;
	margin-right: 25px;
	margin-bottom: 25px;
	
}*/
/*#slideshow .leftSlide .SlideBox{
    position: absolute;
    bottom: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: stretch flex-end;
    align-items: stretch;
    max-width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
}*/



#menuBTN{ margin-right: 30px;}
#menuBTN p{ margin: 0;}
#menuBTN a {
    display: flex;
    width: 45px;
    height: 38px;
    flex-direction: column;
}
#menuBTN span {
    display: block;
    background: #32498d;
    height: 5px;
    margin: 4px 0;
    line-height: 0;
	width: 100%;
	border-radius: 15px;
}
#menuBTN span:first-child{ width: 60%;}
#menuBTN{}
#menuBTN{}
#rstbox_1 .eb-close {
    right: inherit;
    top: 15px;
    left: 30px;
}




#menu {
  display: flex;
  background-color: #5a5a5a;
  padding: 10px 0;
}

.popMenu .rstbox-content{ max-width: 1400px; margin: 0 auto;}
/*.popMenu .rstbox-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
	column-count: 5;
}


.popMenu .rstbox-content ul li a{ color: #32498d; font-weight: bold; font-size: 1.8em; display: block; padding: 4px 0; margin-bottom: 4px;}
.popMenu .rstbox-content ul li a:hover{}
.popMenu .rstbox-content ul li span.separator{color: #32498d; font-weight: bold; font-size: 1.8em;padding: 6px 0; margin-bottom: 6px; display: block;}

.popMenu .rstbox-content ul li ul{ column-count: 1;}

.popMenu .rstbox-content ul li li a{ color: #444; font-weight:  normal; font-size: 1em;}
.popMenu .rstbox-content ul li li span.separator{color: #839c28; font-size: 1.3em;}

.popMenu .rstbox-content ul li li li{
break-inside: avoid-column;
	
}
.popMenu .rstbox-content ul li.item589 li{break-inside: avoid-column; }*/
.menuColumnsBox{}
.menuColumnsBox {
    display: flex;
}
.menuColumnsBox a{ display: block;}
.menuColumnsBox ul{ list-style: none; margin: 0;padding: 0;}
.menuColumnsBox .col1{ width: 20%;}
.menuColumnsBox .col1 span.separator{ margin-top: 30px;}
.menuColumnsBox .col2{ width: 20%;}
.menuColumnsBox .col3{width: 60%;}
.menuColumnsBox .col3 ul{display: flex;}
.menuColumnsBox .col3 ul li{width: 33.3%}
.menuColumnsBox .col3 ul ul{display: inherit;}

.menuColumnsBox .col3 ul li li{width: 100%}
.menuColumnsBox span.menuLink{ display: block;}
.menuColumnsBox span.menuLink a {
   /* color: #32498d;*/
    font-family: 'proxima_novabold',sans-serif !important;
    font-size: 1.1em;
    color: #000;
    margin-bottom: 10px;		
}
.menuColumnsBox span.menuTitle {
    color: #32498d;
    font-family: 'proxima_novablack',sans-serif !important;
    font-size: 1.5em;
    margin-bottom: 10px;
    display: block;
    margin: 10px 0;
    border-bottom: 1px solid #dedede;
    width: 85%;
    padding-bottom: 10px;
}
.menuColumnsBox ul.simpleMenu{}
.menuColumnsBox ul.simpleMenu a{
	
	    font-family: 'proxima_novabold',sans-serif !important;
    font-size: 1.1em;
    color: #000;
    margin-bottom: 10px;
}

.menuColumnsBox .col3 span.separator {
    font-family: 'proxima_novabold',sans-serif !important;
    font-size: 1.3em;
    color: #839c28;
    margin: 10px 0 15px;
    display: block;
}


.menuSocial ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.menuSocial {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dedede;
}
.menuSocial ul li.first{ padding-right: 15px; margin-right: 15px; border-right: 1px solid #32498d;}
.menuSocial ul li a {
    border: 3px solid #32498d;
    border-radius: 100px;
    font-size: 1.5em;
    width: 50px;
    display: flex;
    align-items: center;
    height: 50px;
    text-align: center;
    justify-content: center;
    color: #32498d;
    margin: 0 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.menuSocial ul li a:hover {
    text-decoration: none;
    color: #839c28;
    border-color: #839c28;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#menu .moduletable {
  width: 1400px;
  margin: 0 auto;
}
#megamenucss #js-mainnav.megamenu .js-megamenu, #megamenucss #js-mainnav.megamenu .js-megamenu .level1 .group, #megamenucss #js-mainnav.megamenu .js-megamenu ul.level1, #megamenucss #js-mainnav.megamenu .js-megamenu ul.level2, #megamenucss #js-mainnav.megamenu .js-megamenu ul.level3 {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px !important;
}
#js-mainnav.megamenu.blackwhite ul.level0 li.megacss span.megacss, #js-mainnav.megamenu.blackwhite ul.level0 li.megacss a.megacss, #js-mainnav.megamenu.blackwhite .megaMenuToggle {
  font-size: 18px;
  color: #f4f4f4;
  padding: 12px 8px;
  font-weight: 800;
  border-left: 0px solid #000000;
  /*    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.1);*/
  box-shadow: none;
}
#megamenucss .megamenu .menu-title i {
  padding: 0;
}
#megamenucss #js-mainnav.megamenu ul.level1 li.megacss span.megacss, #megamenucss #js-mainnav.megamenu ul.level1 li.megacss a.megacss {
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  color: #000;
  text-shadow: none;
  padding: 12px 8px;
  font-weight: 300;
  border-left: 0px solid #000000;
  border-bottom: 1px solid #f5f5f5;
}
#megamenucss #js-mainnav.megamenu.horizontal ul.level0 li span.haschild.megacss span.menu-title {
  padding: 0 !important;
}
/*#megamenucss #js-mainnav.megamenu.blackwhite ul.level0 li.active span{color: #fff !important;}*/
#megamenucss li.active span span.menu-title {
  color: #fff;
}
#megamenucss li.active li span span.menu-title {
  color: inherit;
}
#megamenucss #js-mainnav.megamenu.blackwhite ul.level1 li.active a {
  color: #000 !important;
}
#megamenucss #js-mainnav.megamenu.blackwhite ul.level1 li a {
  color: #000 !important;
}
#megamenucss #js-mainnav.megamenu.blackwhite ul.level1 li.active a:hover, #megamenucss #js-mainnav.megamenu.blackwhite ul.level1 li a:hover {
  color: #fff !important;
}
/*#megamenucss #js-mainnav.megamenu.blackwhite ul.level1 li.active span.megacss{ color: #fff !important; background-color: #3d8b93;}*/
#megamenucss .group-title .megacss {
  border-bottom: none !important;
}
#megamenucss .group-title .menu-title {
  border-bottom: 3px solid #3d8b93;
  padding-bottom: 10px;
  color: #3d8b93 !important;
}
#megamenucss #js-mainnav.megamenu.horizontal ul.level0 li a.haschild.megacss span.menu-title, #megamenucss #js-mainnav.megamenu.horizontal ul.level0 li span.haschild.megacss span.menu-title, #megamenucss #js-mainnav.megamenu.horizontal ul.level0 li a.haschild-over.megacss span.menu-title, #megamenucss #js-mainnav.megamenu.horizontal ul.level0 li span.haschild-over.megacss span.menu-title {
  background: none;
  padding-left: 10px;
  background-position: 100% 4px;
  /* margin-right: 6px; */
  padding-right: 10px;
}
#megamenucss .blackwhite.megamenu ul.level0 > li.megacss:hover > a.megacss, #js-mainnav.megamenu.blackwhite ul.level0 li.active a.megacss, #js-mainnav.megamenu.blackwhite ul.level0 li.megacss:hover > span {
  background: #e4012f !important;
  color: #ffffff !important;
}
#megamenucss .blackwhite.megamenu ul.level0 > li.megacss:hover > a.megacss, #megamenucss #js-mainnav.megamenu.blackwhite ul.level0 li.active {
  background-color: #e4012f !important;
}
#js-mainnav.megamenu.blackwhite ul.level0 ul.level1 li.megacss:hover > span {
  background: #e4012f !important;
  color: #fff !important;
}
#megamenucss #js-mainnav.megamenu ul.level1 li.hover span.megacss, #megamenucss #js-mainnav.megamenu ul.level1 li.hover a.megacss {
  color: #fff !important;
}
#megamenucss #js-mainnav.megamenu ul.level1 li.hover li span.megacss, #megamenucss #js-mainnav.megamenu ul.level1 li.hover li a.megacss {
  color: #e4012f !important;
}
#megamenucss .blackwhite.megamenu ul.level1 > li.megacss:hover > a.megacss, #megamenucss #js-mainnav.megamenu.blackwhite ul.level1 li.active, #megamenucss #js-mainnav.megamenu.blackwhite ul.level1 a, #js-mainnav.megamenu.blackwhite ul.level1 li.active a.megacss, #js-mainnav.megamenu.blackwhite ul.level1 li.megacss:hover > span {
  background: none !important;
}
#megamenucss #js-mainnav.megamenu.blackwhite ul.level1 a:hover {
  background-color: #e4012f !important;
}
#megamenucss #js-mainnav.noJS ul.megamenu li.haschild > div.childcontent {
  box-shadow: 0px 5px 10px rgb(217 217 217 / 0.60);
}
#megamenucss #js-mainnav.blackwhite .childcontent-inner {
  background-color: #fff;
  /*background-color: rgb(3 129 132 / 0.95);*/
  color: #000;
  box-shadow: 0 0 0px #bbb;
  padding: 12px;
}
#megamenucss .blackwhite.megamenu .dropdown-menu ul.level1 li.megacss:hover > a.megacss, #megamenucss .blackwhite .dropdown-menu ul.level1 li.megacss a.megacss:hover {
  background: #555 !important;
  color: #ffffff !important;
}
#megamenucss #js-mainnav.blackwhite .js-megamenu {
  background: none !important;
}
#js-mainnav.megamenu.blackwhite {
  border: 0px solid #000000;
  border-bottom: none;
  background-color: transparent;
  background: none;
  box-shadow: none;
}
.megaKomis .adddropdown {
  margin-left: -220px;
}
#megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.megacss, #megamenucss #js-mainnav.megamenu ul.level0 li.megacss a.megacss {
  text-transform: inherit;
  padding: 15px 30px;
}
#megamenucss #js-mainnav.megamenu ul.level0 ul.level1 li.megacss span.megacss, #megamenucss #js-mainnav.megamenu ul.level0 ul.level1 li.megacss a.megacss {
  text-transform: inherit;
}
.tparrows.preview1:after {
  color: #000;
  font-size: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  background: rgba(255, 255, 255, 1);
}
/*.fixedMenu {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	left: 0;
	box-shadow: 0 15px 35px 0 rgba(0, 1, 1, 0.15);
}*/

#prosfata {
  margin-bottom: 60px;
}
#prosfata .center {}
#prosfata h3 {
	
font-family: 'proxima_novablack',sans-serif !important;
  font-size: 3em;
  font-weight: bold;
  color: #32498d;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 4px double #32498d;
}
#prosfata ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#prosfata ul li {
  width: 33.3%;
}
#prosfata .prosfataBox {
  padding: 15px;
}
#prosfata .prosfataIMG {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
#prosfata .prosfataIMG a {
  line-height: 0;
  height: 100%;
  display: block;
}
#prosfata .prosfataIMG img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
#prosfata .prosfataCat {
  margin-bottom: 5px;
}
#prosfata .prosfataCat a {
  color: #839c28;
  font-weight: bold;
  font-size: 0.9em;
}
#prosfata .prosfataTitle {
  margin-bottom: 5px;
}
#prosfata .prosfataTitle a {
  color: #444;
  font-weight: bold;
  font-size: 1.1em;
  display: block;
}
#prosfata .prosfataDate {
  font-size: 0.9em;
}
#experts {
  background-color: #32498d;
  color: #fff;
  margin-bottom: 60px;
}
#experts .center {
  padding: 40px 0;
}
#experts h3 {
  font-size: 3em;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
	font-family: 'proxima_novablack', sans-serif;
}
#experts .expertsBoxOut {
  padding: 15px;
}
#experts .expertsBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px;
  background-color: #264277;
}
#experts .expertsBox .left {
  width: 50%;
}
#experts .expertsBox .right {
  width: 50%;
}
#experts .expertsBox .author {
  display: inline-block;
  padding: 10px 25px;
  background-color: #32498d;
  border: 1px solid rgb(255 255 255 / 10%);
  margin-bottom: 15px;
}
#experts .expertsBox a.moduleItemTitle {
  color: #fff;
  display: block;
  font-size: 1.6em;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 15px;
	font-family: 'proxima_novablack', sans-serif;
}
#experts .expertsBox a.moduleItemTitle:hover {
  text-decoration: none;
  color: #afcb0a;
}
#experts .expertsBox .moduleItemDateCreated {
  display: block;
}
#experts .expertsBox a.imgLink {}
#experts .expertsBox a.imgLink img {
  float: right;
  max-width: 90%;
}
#experts .owl-theme .owl-dots .owl-dot.active span, #experts .owl-theme .owl-dots .owl-dot:hover span {
  background: #afcb0a;
}
#meApopsi {
  background: rgb(130, 156, 41);
  background: -moz-linear-gradient(45deg, rgba(130, 156, 41, 1) 0%, rgba(175, 203, 10, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(130, 156, 41, 1) 0%, rgba(175, 203, 10, 1) 100%);
  background: linear-gradient(45deg, rgba(130, 156, 41, 1) 0%, rgba(175, 203, 10, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#829c29", endColorstr="#afcb0a", GradientType=1);
}
#meApopsi .center {
  padding: 40px 0;
  max-width: 1100px;
}
#meApopsi h3 {
  font-size: 3em;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
	font-family: 'proxima_novablack', sans-serif;
}
#meApopsi .meApopsiBoxOut {}
#meApopsi .meApopsiBox {
  color: #fff;
  padding: 20px;
	text-align: center;
}
#meApopsi a.imgLink {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
/*#meApopsi a.imgLink img {
  width: 100% !important;
  height: auto !important;
}*/
#meApopsi a.imgLink img {
    width: calc(100% - 20px) !important;
    height: auto !important;
    border-radius: 500px;
    border: 10px solid #789023;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

#meApopsi span.author {
  display: block;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  position: relative;
}
#meApopsi span.author::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: 0;
	
	
	right: 0;
	margin: 0 auto;
}
#meApopsi a.moduleItemTitle {
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  display: block;
}
#meApopsi span.moduleItemDateCreated {}
#meApopsi .owl-theme .owl-dots .owl-dot.active span, #meApopsi .owl-theme .owl-dots .owl-dot:hover span {
  background: #32498d;
}
.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  background-color: #fff;
}
#aksizei {
  margin-bottom: 60px;
}
.aksizeiBox {
  background-color: #32498d;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.aksizeiBox .left {
  width: 30%;
}
.aksizeiBox .left h3 {
  font-size: 3em;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
	font-family: 'proxima_novablack', sans-serif;
}
.aksizeiBox .leftInner {
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: 550px;
  justify-content: space-between;
}
/*.aksizeiBox .leftInner a.moduleItemTitle{ 
	color: #fff; 
    font-size: 1.6em;
    line-height: 100%;
    font-weight: bold;
	display: block;
	margin-bottom: 30px;
}*/
.aksizeiBox .leftInner a.moduleItemTitle {
  color: #32498d;
  font-size: 2em;
  line-height: 100%;
  font-weight: bold;
  display: block;
  margin-right: -200px;
  margin-bottom: 30px;
  z-index: 1;
  background-color: #fff;
  padding: 30px;
  box-shadow: 5px 5px 0px #00000036;
	    font-family: 'proxima_novablack', sans-serif;
}
.aksizeiBox .right {
  width: 70%;
  display: flex;
}
.aksizeiBox .right a {
  height: 100%;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#synentefkseis {
  background-color: #e9e9e9;
  margin-bottom: 0px;
}
#synentefkseis .center {
  padding: 40px 0;
}
#synentefkseis h3 {
  font-size: 3em;
  font-weight: bold;
  color: #32498d;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
	font-family: 'proxima_novablack', sans-serif;
}
#synentefkseis ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#synentefkseis ul li {
  width: calc(25% - 15px);
  background-color: #fff;
  margin: 0 10px;
}
#synentefkseis ul li:first-child {
  margin-left: 0;
}
#synentefkseis ul li:last-child {
  margin-right: 0;
}
#synentefkseis .prosfataBox {
  padding: 15px;
}
#synentefkseis .prosfataIMG {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
#synentefkseis .prosfataIMG a {
  line-height: 0;
  height: 100%;
  display: block;
}
#synentefkseis .prosfataIMG img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
#synentefkseis .prosfataCat {
  margin-bottom: 5px;
}
#synentefkseis .prosfataCat a {
  color: #839c28;
  font-weight: bold;
  font-size: 0.9em;
}
#synentefkseis .prosfataTitle {
  margin-bottom: 5px;
}
#synentefkseis .prosfataTitle a {
  color: #444;
  font-weight: bold;
  font-size: 1.1em;
  display: block;
}
#synentefkseis .prosfataDate {
  font-size: 0.9em;
}
#ogtm {
  background-color: #32498d;
  margin-bottom: 0px;
}
#ogtm .center {
  padding: 40px 0;
}
.ogtmBox {
  background-color: #fff;
  color: #32498d;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ogtmBox .left {
  width: 30%;
}
.ogtmBox .left h3 {
  font-size: 3em;
  font-weight: bold;
  color: #32498d;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
	font-family: 'proxima_novablack', sans-serif;
}
.ogtmBox .leftInner {
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: 550px;
  justify-content: space-between;
}
/*.ogtmBox .leftInner a.moduleItemTitle{ 
	color: #32498d; 
    font-size: 1.6em;
    line-height: 100%;
    font-weight: bold;
	display: block;
	margin-bottom: 30px;
}*/
.ogtmBox .leftInner a.moduleItemTitle {
  color: #fff;
  font-size: 2em;
  line-height: 100%;
  font-weight: bold;
  display: block;
  margin-right: -200px;
  margin-bottom: 30px;
  z-index: 1;
  background-color: #32498d;
  padding: 30px;
  box-shadow: 5px 5px 0px #00000036;
	font-family: 'proxima_novablack', sans-serif;
}
.ogtmBox .right {
  width: 70%;
  display: flex;
}
.ogtmBox .right a {
  height: 100%;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#webtv {
  margin-bottom: 0px;
  background: rgb(50, 73, 141);
  background: -moz-linear-gradient(20deg, rgba(50, 73, 141, 1) 0%, rgba(175, 203, 10, 1) 100%);
  background: -webkit-linear-gradient(20deg, rgba(50, 73, 141, 1) 0%, rgba(175, 203, 10, 1) 100%);
  background: linear-gradient(20deg, rgba(50, 73, 141, 1) 0%, rgba(175, 203, 10, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32498d", endColorstr="#afcb0a", GradientType=1);
}
#webtv .center {
  padding: 40px 0;
}
#webtv h3 {
  font-size: 3em;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
	font-family: 'proxima_novablack', sans-serif;
}
#webtv .webmacModuleIn {
  padding: 60px;
  box-shadow: 0 0 30px #0000001a;
}
#webtv .k2ItemsBlock {
  overflow: hidden;
}
#webtv .center {}
#webtv a {
  color: #000;
}
#webtv .leftNews {
  width: 80%;
  float: left;
  margin: 0;
  padding: 0;
}
#webtv .leftNews a.moduleItemImage {
  margin: 0;
  padding: 0;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
  padding-right: 30px;
  position: relative;
}
#webtv .leftNews a.moduleItemImage img {
  max-width: 100%;
}
.play-btn {
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../images/play-button.png) center center no-repeat rgba(50, 73, 141, .75);
  background-size: 25px auto;
  animation: circle 1.5s linear infinite;
  cursor: pointer;
  top: 20px;
  right: 50px;
  z-index: 10;
  position: absolute;
  transition: background-color .4s;
}
.play-btn {
  /*animation: circle 3s infinite;*/
  clip-path: circle(100%);
}
@keyframes circle {
  0% { /*clip-path: circle(75%);*/ box-shadow: 0 0 0 0 rgb(131 156 40 / 80%);
  }
  50% { /*clip-path: circle(30%);*/ box-shadow: 0 0 0 14px rgb(131 156 40 / 0%);
  }
  100% { /*clip-path: circle(75%);*/ box-shadow: 0 0 0 0 rgb(131 156 40 / 0%);
  }
}
#webtv .leftNews a.moduleItemTitle {
  display: block;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}
#webtv .leftNews .leftNewsTXT {
  display: block;
  font-family: 'Open Sans', sans-serif;
}
#webtv .rightNews {
  width: 20%;
  float: right;
  margin: 0;
  padding: 0;
}
#webtv .rightNews ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 0px;
}
#webtv .rightNews ul li {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
#webtv .rightNews ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#webtv .rightNews ul li a {
  padding-left: 0px;
  display: block;
  color: #fff;
  font-weight: bold;
}
#webtv .rightNews ul li a img {
  max-width: 100%;
}
#webtv .rightNews ul li i {
  position: absolute;
  font-size: 8px;
  color: #df0024;
  top: 10px;
}
#webtv .webtvBox {
  display: flex;
  margin-bottom: 30px;
}
#webtv .moduleCustomLink {
  display: table;
  text-align: center;
  padding: 15px 30px;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 0 auto;
}
#webtv .moduleCustomLink:hover{ text-decoration: none; border: 1px solid #afcb0a; color: #afcb0a;}
#network { /*background-color: #e9e9e9;*/ margin-bottom: 0px;
}
#network .center {
  padding: 40px 0;
}
#network .networkMainTitle {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
  border-bottom: 3px solid #32498d;
  padding-bottom: 15px;
}
#network .right {
  display: flex;
}
#network .networkMainTitle a.hsLogo img {
  max-width: 150px;
  margin-left: 7px;
}
#network h3 {
  font-size: 3em;
  font-weight: bold;
  color: #32498d;
  margin-top: 0;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
	font-family: 'proxima_novablack', sans-serif;
}
#network ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
#network ul li {
  width: calc(25% - 15px);
  background-color: #fff;
  margin: 0 10px;
}
#network ul li.net0, #network ul li.net4 {
  margin-left: 0;
}
#network ul li.net3, #network ul li.net7 {
  margin-right: 0;
}
#network .netSite {
  color: #839c28;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 0.8em;
}
#network .prosfataBox {
  padding: 15px 0;
}
#network .prosfataIMG {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
#network .prosfataIMG a {
  line-height: 0;
  height: 100%;
  display: block;
}
#network .prosfataIMG img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
#network .prosfataCat {
  margin-bottom: 5px;
}
#network .prosfataCat a {
  color: #839c28;
  font-weight: bold;
  font-size: 0.9em;
}
#network .prosfataTitle {
  margin-bottom: 5px;
}
#network .prosfataTitle a {
  color: #444;
  font-weight: bold;
  font-size: 1.1em;
  display: block;
}
#network .prosfataDate {
  font-size: 0.9em;
}



/*-----------------Webmac_Default K2 TEMPLATE-----------------*/
.aWrapper .center{ max-width: 1340px;}
.aImage .itemImageBlock{ max-width: 1340px; margin: 0 auto; padding: 0px 0; margin-bottom: 30px;}
.aImage span.itemImage{ margin: 0 !important;}
.aImage span.itemImage a{ margin: 0 !important; line-height: 0;     display: block;}
.aTitle .itemCategory{ margin-bottom: 25px;}
.aTitle .itemCategory a {
    font-family: 'proxima_novabold';
    color: #32498d;
    font-size: 1.5em;
    border-bottom: 5px solid #839c28;
}
.aTitle .itemCategory a:hover{ text-decoration: none; color: #556db4;}
.aTitle h2.itemTitle {
    font-family: 'proxima_novablack';
    color: #000;
    font-size: 2.8em;
    letter-spacing: -0.02em;
    border-bottom: 1px solid #000;
    line-height: 110%;
    padding-bottom: 25px;
    margin-bottom: 15px;
    margin-top: 0;
}
.aDate{font-family: 'proxima_novabold'; margin-bottom: 30px;}

.aInnerWrapper{ display: flex;}
.aSocial{ width: 70px;}
.aSocial .moduletable {
    margin-right: 30px;
	position: sticky;
	top: 0;
}
.aText{ padding-right: 0px;}
.aText .itemRelated h3 {
    font-family: 'proxima_novablack';
    color: #32498d !important;
    font-size: 1.5em;
    border-bottom: 5px solid #32498d;
    padding-bottom: 15px;
    margin-top: 0;
	margin-bottom: 15px;
}
.aRight{ width: 300px; padding-left: 30px;}
.aRight .moduletable{ margin-left: 0px;}

.aText .itemRelated {
    width: 330px;
    float: right;
    margin-left: 40px;
}
.aText div.itemFullText h3{
    font-family: 'proxima_novabold';
    color: #000;
    font-size: 1.5em;
   /* border-bottom: 5px solid #32498d;*/	
	padding-bottom: 15px;
	display: flex;
	margin-bottom: 15px;

	
}


.aText div.itemRelated ul{ padding: 0; margin: 0; list-style: none;}
.aText div.itemRelated ul li {
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.aText div.itemRelated ul li:last-child{ border-bottom: 0px solid #ccc;}
.aText div.itemRelated ul li .relLeft{ width: 40%;}
.aText div.itemRelated ul li .relLeft img{ max-width: 100% !important; height: auto !important;}
.aText div.itemRelated ul li .relRight{width: 60%;}
.aText div.itemRelated ul li .relRight a{ display: block; padding-left: 10px; color: #000;}

.aText div.itemTagsBlock {
    display: flex;
}
.aText div.itemTagsBlock span {
    font-family: 'proxima_novablack';
    color: #32498d;
    font-size: 2.0em;
	margin-right: 10px;
}
.aText div.itemTagsBlock ul{}
.aText div.itemTagsBlock ul li{ margin-bottom: 15px; display: inline-block;}
.aText div.itemTagsBlock ul li a {
    color: #000;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 150px;
    background-color: #e9ecf4;
	text-transform: uppercase;
}
.aText div.itemTagsBlock ul li a:hover{color: #fff; background-color: #32498d; text-decoration: none;}
#aCatWebmac #k2Container{ max-width: 1340px; margin: 0 auto;}


#aCatWebmac .itemListCategory{}
#aCatWebmac .itemListCategory h2 {
    font-family: 'proxima_novablack';
    color: #32498d;
    font-size: 4em;
    letter-spacing: -0.02em;
    border-bottom: 15px solid #e9ecf4;
    line-height: 110%;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 0;
}


#aCatWebmac .catBox {
  padding: 15px;
}
#aCatWebmac .catIMG {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
#aCatWebmac .catIMG a {
  line-height: 0;
  height: 100%;
  display: block;
}
#aCatWebmac .catIMG img {
    width: 100% !important;
    height: auto !important;
    min-height: 100%;
}

#aCatWebmac .catTitle {
  margin-bottom: 5px;
}
#aCatWebmac .catTitle h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.4em;
    line-height: 110%;
}
#aCatWebmac .catTitle a {
  color: #444;
font-family: 'proxima_novabold';
  display: block;
}
#aCatWebmac .catDate {
  font-size: 0.9em;
}
#aCatWebmac div.catItemView {
    margin-bottom: 0px;
    padding: 0px;
}

/*-----------------END Webmac_Default K2 TEMPLATE-----------------*/


#k2Container .itemIntroText img, #k2Container .itemFullText img{ max-width: 100% !important; height: auto;}

/*-----------------EXPERTS K2 TEMPLATE-----------------*/
#ExpCatWebmac #aCatWebmac .catIMG{ margin-bottom: 0;}
#ExpCatWebmac .userBox {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 15px;
    background: #32498d;
	margin-bottom: 15px;
}
#ExpCatWebmac .userBox .leftBox{ width: 70px;}
#ExpCatWebmac .userBox .leftBox img{ max-width: 100%;}
#ExpCatWebmac .userBox .leftBox .userImgBox{ width: 70px; height: 70px; background-size: cover; border-radius: 100px;}
#ExpCatWebmac .userBox .rightBox{width: calc(100% - 70px); padding-left: 15px;}
#ExpCatWebmac .userBox .rightBox a{ color: #fff; font-family: 'proxima_novablack'; font-size: 1.2em;}
#ExpCatWebmac .userBox .rightBox span.catItemAuthor span{color: #fff; font-family: 'proxima_novablack'; font-size: 1.2em;}
#ExpCatWebmac{}



#k2Experts{ margin-top: -60px;}
#k2Experts .aImage{}
#k2Experts .aImage .itemImageBlock{ margin-bottom: 0px;}

#k2Experts{}
#k2Experts .centerExpTop{ 
    background-color: #32498d;
    color: #fff;
	padding: 60px 0;
	margin-bottom: 60px;
}
#k2Experts .aImage .itemImageBlock {
    max-width: inherit;
    margin: 0 auto;
    padding: 0px 0;
}
#k2Experts .aDate{ margin-bottom: 0;}
#k2Experts .aTitle .itemCategory a {
    font-family: 'proxima_novabold';
    color: #fff;
    font-size: 1.5em;
    border-bottom: 5px solid #839c28;
}
/*#k2Experts .aTitle h2.itemTitle {
    font-family: 'proxima_novablack';
    color: #fff;
    font-size: 2.8em;
    letter-spacing: -0.02em;
        border-bottom: 5px solid #839c28;
    line-height: 110%;
    padding-bottom: 25px;
    margin-bottom: 15px;
    margin-top: 0;
}*/
#k2Experts .aTitle h2.itemTitle {
    font-family: 'proxima_novablack';
    color: #32498d;
    font-size: 2.8em;
    letter-spacing: -0.02em;
    border-bottom: 5px solid #839c28;
    line-height: 110%;
    margin-bottom: 15px;
    margin-top: 0;
    background-color: #fff;
    padding: 30px;
}
#k2Experts{}
#k2Experts{}
#k2Experts{}
#k2Experts{}

/*div.itemAuthorBlock {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin: 0 0 16px 0;
    padding: 15px;
    display: flex;
    align-items: center;
}*/
div.itemAuthorBlock {
    background: rgb(240 240 240 / 30%);
    /*border: 1px solid rgb(221 221 221 / 40%);*/
	    border: 2px solid #839c28;
    border-radius: 0px;
    margin: 0 0 16px 0;
    padding: 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px #0000001c;
}

/*.itemAuthorAvatarDiv{ width: 20%;}*/
/*.itemAuthorAvatarDiv {
    width: calc(20% - 40px);
    padding: 20px;
    background-color: #ffffff;
}*/
/*.itemAuthorAvatarDiv {
    width: calc(20% - 30px);
    padding: 15px;
    background-color: #ffffff;
    border-bottom: 5px solid #32498d;
    border-right: 5px solid #839c28;
    box-shadow: 0 0 10px #0000000d;
}*/
.itemAuthorAvatarDiv {
    width: calc(20% - 30px);
    padding: 15px;
    background-color: #32498d;

    box-shadow: 0 0 10px #0000000d;
}


.itemAuthorDetails{width: 80%; padding-left: 30px !important;}
.itemAuthorDetails .userExtendedFieldsSocialProfiles h3{ display: none;}
.itemAuthorDetails div.userExtendedFieldsSocialProfiles a.uefSocialLink img{ fill:red;}

div.itemAuthorBlock img.itemAuthorAvatar {
    float: none;
    display: block;
    background: #fff;
    padding: 0px;
    border: 0px solid #ddd;
    margin: 0 0px 0 0;
    border-radius: 0%;
	max-width: 100%;
	height: auto;
}




/*div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: 'proxima_novablack';
    padding-bottom: 15px;
    margin-top: 0;
    border-bottom: 1px solid #32498d;
}*/
div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: 'proxima_novablack';
    padding: 15px 0;
    margin-top: 0;
    border-bottom: 1px solid #32498d;
    background: #32498d;
    margin-left: -30px;
	padding-left: 30px;
}

div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName a {
    font-size: 1.0em;
    color: #fff;
}

.itemAuthorDetails a{color: #839c28; font-family: 'proxima_novablack';}
.itemAuthorDetails p{ margin-bottom: 0;}
/*-----------------END EXPERTS K2 TEMPLATE-----------------*/

/*-----------------O GIATROS TOU MINA K2 TEMPLATE-----------------*/
#ogtmk2Item{ margin-top: -60px;}
#ogtmk2Item .aImage {
    display: flex;
    align-items: center;
    flex-direction: row;
	background: #32498d;
	margin-bottom: 60px;
}
#ogtmk2Item .leftBox{ width: 55%;}
#ogtmk2Item .leftBox .itemImageBlock {
    width: 100%;
    height: 75vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	    max-width: inherit;
	margin: 0;
}

#ogtmk2Item .rightBox{ width: 45%; background: #32498d; color: #fff;}
#ogtmk2Item .rightBox .rightBoxInner{ padding: 30px;}
#ogtmk2Item .rightBox .itemCategory a {
    border-radius: 150px;
    font-family: 'proxima_novabold';
    color: #fff;
    font-size: 1.2em;
    display: inline-block;
    margin-bottom: 25px;
    background: #839c28;
    padding: 10px 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
#ogtmk2Item .rightBox .itemCategory a:hover{ text-decoration: none;}
#ogtmk2Item .rightBox .rightName{
	    font-family: 'proxima_novablack';
    color: #fff;
    font-size: 3em;
	margin-bottom: 5px;
	line-height: 110%;
}
#ogtmk2Item .rightBox .rightEidikotita{
		    font-family: 'proxima_novathin';
    color: #fff;
    font-size: 2em;
	margin-bottom: 25px;
	line-height: 110%;
}

#ogtmk2Item .rightBox .rightcv{ background-color: #fff; color: #32498d; padding: 20px; margin-bottom: 20px;}

#ogtmk2Item .rightBox .rightMoto {
    font-style: italic;
    padding: 15px 0;
    border-top: 1px solid rgb(255 255 255 / 30%);
    border-bottom: 1px solid rgb(255 255 255 / 30%);
	position: relative;
	    padding-left: 100px;
}
#ogtmk2Item .rightBox .rightMoto p:last-child, #ogtmk2Item .rightBox .rightcv p:last-child{ margin-bottom: 0;}
#ogtmk2Item .rightBox .rightMoto::before {
    content: '\f10d';
    left: 10px;
    top: 15px;
    font-style: normal;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    text-align: center;
    display: block;
    line-height: 70px;
    border-radius: 70px;
    color: rgb(255 255 255 / 20%);
    font-size: 70px;
    z-index: 5;
}

.taarthraTouGiatrou{ background: #839c28; margin-bottom: 30px;}
.taarthraTouGiatrou .taarthraTouGiatrouInner{ padding: 15px;}
.taarthraTouGiatrou .taarthraTouGiatrouInner h3{     margin-top: 5px; color: #fff;     font-family: 'proxima_novablack';}
.taarthraTouGiatrou .taarthraTouGiatrouInner ul{ list-style: none; margin: 0; padding: 0;}
.taarthraTouGiatrou .taarthraTouGiatrouInner ul li{}
.taarthraTouGiatrou .taarthraTouGiatrouInner ul li a{ color: #fff; display: block; padding-bottom: 10px; margin-bottom: 10px;     border-bottom: 1px solid rgb(255 255 255 / 30%);}
.taarthraTouGiatrou .taarthraTouGiatrouInner ul li a:hover{}

#ogtmk2Item{}
#ogtmk2Item{}
#ogtmk2Item{}


/*-----------------END O GIATROS TOU MINA K2 TEMPLATE-----------------*/


/*-----------------tag View K2 TEMPLATE-----------------*/
.tagView h1 {
    font-family: 'proxima_novablack';
    color: #32498d;
    font-size: 4em;
    letter-spacing: -0.02em;
    border-bottom: 15px solid #e9ecf4;
    line-height: 110%;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 0;
}
.tagView{max-width: 1340px;
    margin: 0 auto;
}
.tagItemList{}
.tagItemList .catItemView{ width: 33.3%;}
div.tagItemList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
div.tagItemImageBlock {
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
    display: block;
}
span.tagItemImage {
    aspect-ratio: 16/9;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
}
div.tagItemCategory {
    display: inline;
    margin: 0;
    padding: 0;
    border-right: 0px solid #ccc;
}
.catCat a{font-family: 'proxima_novabold';}
.catCat{}
.catCat{}





/*-----------------end tag View K2 TEMPLATE-----------------*/



/*-----------------Video Gallery - WEB TV - K2-----------------*/

#VideoGalleryK2{ margin-top: -60px; background-color: #2b3f7c; color: #fff; padding-top: 60px;}
#VideoGalleryK2 #aCatWebmac .itemListCategory h2 {
    font-family: 'proxima_novablack';
    color: #fff;
    font-size: 4em;
    letter-spacing: -0.02em;
    border-bottom: 15px solid #afcb0a;
    line-height: 110%;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 0;
}
#VideoGalleryK2 #aCatWebmac .catTitle a {
    color: #fff;

}
#VideoGalleryK2{}
#VideoGalleryK2{}
#VideoGalleryK2{}
#VideoGalleryK2 div.k2Pagination {
    margin-bottom:0;
    text-align: center;
}
#VideoGalleryK2 div#itemListPrimary {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#VideoGalleryK2 div.catItemView {
    padding: 10px;
    margin-bottom: 0;
    display: flex;
    height: 100%;
    position: relative;
}
#VideoGalleryK2 #aCatWebmac .catBox {
    border: 1px solid rgb(250 250 250 / 15%);
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#VideoGalleryK2 div.itemContainer {
    float: none;
    margin-bottom: 20px;
}
#VideoGalleryK2 .catReadMore a {
    color: #afcb0a;
    border: 2px solid #afcb0a;
    padding: 7px 25px;
    border-radius: 75px;
	    display: inline-block;
	
}
#VideoGalleryK2 .catReadMore a:hover{
	    color: #fff;
    border: 2px solid #fff;
	text-decoration: none;
	
}
#VideoGalleryK2 .play-btn {
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../images/play-button.png) center center no-repeat rgba(50, 73, 141, .75);
    background-size: 25px auto;
    animation: circle 1.5s linear infinite;
    cursor: pointer;
    top: 40px;
    right: 40px;
    z-index: 10;
    position: absolute;
    transition: background-color .4s;
}


#VideoGalleryK2item{}
#VideoGalleryK2item div.itemVideoBlock {
    margin: 0 0 0px 0;
    padding: 60px 0;
    /*background-color: #32498d;*/
	background-color: #2b3f7c;
    background-image: none;
    color: #eee;
    margin-top: -60px;
    margin-bottom: 60px;
}
#VideoGalleryK2item span.itemVideo{ 
	display: block; max-width: 1340px; margin: 0 auto;
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);

}
#VideoGalleryK2item span.itemVideo .avPlayerWrapper{
	border: 2px solid rgb(250 250 250 / 15%);

	padding: 0px;
	
} 
/*-----------------END Video Gallery - WEB TV - K2-----------------*/


/*-----------------USERS PAGE - K2-----------------*/


div.userItemList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.userItemList .catItemView {
    width: 33.3%;
}
div.userItemImageBlock {
    padding: 0;
    margin: 0;
    float: inherit;
}
span.userItemImage {
    display: block;
    text-align: center;
    margin: 0;
}

div.userBlock {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0 0 30px 0;
    padding: 0;
}
div.userBlock img {
    display: block;
    float: none;
    background: #fff;
    padding: 0px;
    border: 0px solid #ddd;
    margin: 0 0px 0 0;
    border-radius: inherit;
}
div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName{ color: #32498d;}
/*-----------------END USERS PAGE - K2-----------------*/


/*-----------------MIN XASETE MODULE-----------------*/

#miXasete{ margin-bottom: 60px;}
#miXasete h3 {
    font-size: 3em;
    font-weight: bold;
    color: #32498d;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    font-family: 'proxima_novablack', sans-serif;
    border-bottom: 3px solid #32498d;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#miXasete ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
#miXasete ul li {
    width: calc(25% - 40px);
    padding: 20px;
    margin-bottom: 20px;
    transition: all .1s;
    padding-bottom: 40px;
}
#miXasete ul li:hover{     box-shadow: 0 20px 40px #0000004d; transition: all .1s;}
#miXasete .minXasBox{}
#miXasete .minXasBox .minXasImg{
	
    aspect-ratio: 16/9;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;	
}
#miXasete .minXasBox .minXasImg a{}
#miXasete .minXasBox .minXasImg a img{ max-width: 100%; height: auto;}
#miXasete .minXasBox .minXasTitle{}
#miXasete .minXasBox .minXasTitle a {
    font-family: 'proxima_novablack', sans-serif;
    display: block;
    font-size: 1.1em;
    letter-spacing: -0.02em;
}
#miXasete .minXasBox .minXasTitle a:hover{ text-decoration: none;}   

#miXasete .minXasBox{}


/*-----------------FOOTER-----------------*/
#footer{
background-color: #2b3f7c;
color:#fff;
}
#footer .center{ padding: 60px 0;}
#footer a{color:#fff;}
#logoSocial{ text-align: right; margin-bottom: 60px;}
#logoSocial p{ margin: 0;}
#logoSocial img{ max-width: 300px; height: auto; opacity: 0.6;}
#logoSocial .menuSocial {
    margin-top: 30px;
    padding-top: 0px;
    border-top: 0px solid #dedede;
}
#logoSocial .menuSocial ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

#logoSocial .menuSocial ul li a {
    border: 3px solid #fff;
    color: #fff;
    opacity: 0.6;
    font-size: 1.1em;
    width: 45px;
    height: 45px;
    border-width: 2px;
	margin: 0 5px;
}
#logoSocial .menuSocial ul li a:hover {
    border: 2px solid #afcb0a;
    color: #afcb0a;

}
#logoSocial .menuSocial ul li.first {

    border-right: 1px solid #fff;
}
#logoSocial .years11 {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}
#logoSocial .years11 .play-btn {
    text-indent: -999px !important;
    background: rgb(255 255 255 / 20%);
    width: 18px;
    height: 18px;
    left: 0;
    bottom: 20px;
    top: inherit;
}
.footerFlex{ display: flex; margin-bottom: 60px;}
.footerFlex .footerLeft {
    width: 35%;
    display: flex;
    flex-direction: row;
}
.footerFlex .footerRight {
    width: 65%;
}



#footerMenu {
    border-bottom: 0px solid rgb(255 255 255 / 30%);
/*    padding-bottom: 30px;
    margin-bottom: 30px;*/
	    padding-bottom: 0px;
    margin-bottom: 0px;
}
#footerMenu .moduletable{}
#footerMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
#footerMenu ul li {

	padding: 0 15px;
	border-right: 2px solid #fff;
}
#footerMenu ul li:last-child{border-right: none;}
#footerMenu ul li a{ display: block; text-transform: uppercase; font-family: 'proxima_novabold', sans-serif;}
#footerMenu ul li a:hover, #footerMenu2 ul li a:hover{ text-decoration: none; color: #afcb0a;}
#footerMenu2 { margin-bottom: 60px;}
#footerMenu2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
#footerMenu2 ul li {

	padding: 0 15px;
	border-right: 2px solid #fff;
}
#footerMenu2 ul li:last-child{border-right: none;}
#footerMenu2 ul li a{ display: block; text-transform: uppercase; font-family: 'proxima_novabold', sans-serif;}




#hsNetwork {
    text-align: center;
    margin-bottom: 60px;
    background: rgb(0 0 0 / 5%);
    padding: 30px;
}
#hsNetwork p{ margin: 0;}
#hsNetwork .mainLogo{ margin-bottom: 20px; border-bottom: 1px solid rgb(255 255 255 / 15%); padding-bottom: 20px;}
#hsNetwork img{ max-width: 300px; height: auto; opacity: 0.6;}
#hsNetwork ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;	
}
#hsNetwork ul li{
	padding: 0 25px;
}
#hsNetwork ul li a{}
#hsNetwork ul li a img{max-width: 160px; height: auto; opacity: 0.6;}
#hsNetwork ul li a:hover img{opacity: 0.8;}
#hsNetwork ul{}


#Copyright{ text-align: center;}
#webmac{ margin-top: 15px;}



#footerMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#footerMenu2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#footerMenu ul li, #footerMenu2 ul li{
    padding: 0 15px;
    border-right: 0px solid #fff;
}
#footerMenu .moduletable{ border-right: 1px solid rgb(255 255 255 / 30%);}

    





/*-----------------END FOOTER-----------------*/

/*-----------------must Read Box-----------------*/
.mustReadBox {
    display: table;
    border: 1px solid #ccc;
    margin: 40px auto 30px auto;
    padding: 20px;
    text-align: center;
    position: relative;
}
.mustReadBox h5 {
    font-family: 'proxima_novablack';
    color: #839c28;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -15px;
    background: #fff;
    display: inherit;
    padding: 0 15px;
}
.mustReadBox ul{ list-style: none; margin: 0; padding: 0;}
.mustReadBox ul li{ display: block; margin-bottom: 10px;}
.mustReadBox ul li:last-child{ margin-bottom: 0;}
.mustReadBox ul li a{ display: block; font-family: 'proxima_novabold', sans-serif;}


/*-----------------END must Read Box-----------------*/




div.itemAuthorBlock {
    background: rgb(240 240 240 / 30%);
    border: 0px solid rgb(221 221 221 / 40%);
    /* border: 2px solid #839c28; */
    border-radius: 0px;
    margin: 0 0 16px 0;
    padding: 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px #0000001c;
    padding-left: 40px;
}
.itemAuthorAvatarDiv {
    width: calc(20% - 30px);
    padding: 15px;
    background-color: #32498d;
    box-shadow: 0 0 10px #0000000d;
    border-radius: 150px;
    margin-top: -59px;
    box-shadow: 0 0 0px 20px rgb(50 73 141 / 10%);
}
/*.itemAuthorAvatarDiv::after{ content: ""; position: absolute; width: 100px; height: 100px; background-color: #839c28;}
*/
div.itemAuthorBlock img.itemAuthorAvatar {
    float: none;
    display: block;
    background: #fff;
    padding: 0px;
    border: 0px solid #ddd;
    margin: 0 0px 0 0;
    border-radius: 150px;
    max-width: 100%;
    height: auto;
}
div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: 'proxima_novablack';
    padding: 15px 0;
    margin-top: 0;
    border-bottom: 1px solid #32498d;
	background: none;

}
div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName a {
    font-size: 1.0em;
    color: #32498d;
}
/*----------------- textLink Box-----------------*/

.textLink {
    display: table;
    width: 100%;
    margin: 60px auto 0px auto;
    max-width: 750px;
	background-color: rgb(50 73 141 / 1%);
	padding: 7px;
	border: 1px solid rgb(50 73 141 / 25%);
}
.textLink .k2ItemsBlock {
    
    padding: 7px;
    border: 1px solid rgb(50 73 141 / 15%);
}
.textLink ul{ padding: 0 !important; margin: 0;
    display: grid;
    column-gap: 2px;
    row-gap: 2px;
	position: relative;
	grid-template-columns: 1fr 1fr;

}
.textLink li{ margin: 0 !important; }
.textLink li.even{ border-right: 0px solid; border-bottom: 1px solid rgba(0,0,0,.1); border-right: 1px solid rgba(0,0,0,.1);}
.textLink li.odd{border-bottom: 1px solid rgba(0,0,0,.1);}
.textLink li:last-child {
    border-bottom: 0;
}
.textLink div.k2ItemsBlock ul li a {
    display: flex;
    align-items: center;
	    justify-content: space-between;
	    font-family: 'proxima_novablack';
    color: #32498d;
	padding: 15px;
}
.textLink div.k2ItemsBlock ul li a:hover{ text-decoration: none; color: #839c28;}
.textLink div.textLinkImage {
    width: 40%;

}
.textLink div.textLinkImageInner {
    line-height: 0;
    padding: 5px;
    border: 1px solid rgb(50 73 141 / 25%);
    border-radius: 500px;
    box-shadow: 0 0 15px rgb(50 73 141 / 20%);
}

.textLink div.textLinkImage img {
    max-width: 100%;
    height: auto;
    border-radius: 300px;
    
}
.textLink div.textLinkText {
    width: 60%;
}


.textLink div.textLinkText .textLinkTextInner{ padding: 0 15px;}

/*-----------------END textLink Box-----------------*/

/*-----------------k2Pagination-----------------*/

#main div.k2Pagination {
}

#main div.k2Pagination ul {
}

#main div.k2Pagination li {
}

#main div.k2Pagination li a {
    background-color: #fff;
    border-radius: 60px;
    color: #000;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    border: 1px solid #ddd;
	margin: 0 3px;
}

#main div.k2Pagination li.active a {
    background-color: #32498d;
    color: #fff;
}

#main div.k2Pagination li a:hover {
    background-color: #32498d;
    color: #fff;
}

#main div.k2Pagination li span {
    background-position: center center;
    width: 40px;
    height: 40px;
    display: block;
	position: relative;
}

#main div.k2Pagination li span.icon-first::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f100';
    font-weight: 900;
    right: 20px;
    bottom: 20px;
    text-align: center;
    display: block;
    color: #bbb;
}

#main div.k2Pagination li span.icon-previous::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f104';
    font-weight: 900;
    right: 20px;
    bottom: 20px;
    text-align: center;
    display: block;
    color: #bbb;}

#main div.k2Pagination li span.icon-next::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    font-weight: 900;
    right: 20px;
    bottom: 20px;
    text-align: center;
    display: block;
    color: #bbb;}

#main div.k2Pagination li span.icon-last::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f101';
    font-weight: 900;
    right: 20px;
    bottom: 20px;
    text-align: center;
    display: block;
    color: #bbb;}

#main div.k2Pagination li span:hover::after{ color: #fff;}

/*-----------------END k2Pagination-----------------*/
#banner2{ margin-top: 60px;}
.bannerHor{ margin-bottom: 60px; text-align: center;}
.bannerHor p{ margin-bottom: 0;}

