/* cmsms stylesheet: Minimalism MP CSS modified: 17.05.2022 03:10:49 */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
@font-face {
	font-family: 'Conv_Alfios_R';
	src: url('/fonts/Alfios_R.eot');
	src: local('☺'), url('/fonts/Alfios_R.woff') format('woff'), url('/fonts/Alfios_R.ttf') format('truetype'), url('/fonts/Alfios_R.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


ul {
	list-style: none;
}
img{
boder: none;
max-width: 100%;
}
a img {
	border: none;
}
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
/***************************************************
			      Global styles
***************************************************/

html {
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: #575757;
	margin: 0 0 1px;
	height: 100%;
	line-height: 1.7;
	border-top: 10px solid black;
}
.bg {
	background-image: url(/images/bg.png);
	background-position: left top;
	background-repeat: repeat;
}
p {
 line-height: 130%;
 margin: 1em 0;
}
a, p a {
	text-decoration: underline;
	color: black;
}
a: hover {
	color: white;
}
h1, h2, h3, h4, h5, h6, .h1like, .h2like, .h3like, .h4like, .h5like, .h6like{
	font-family: 'Conv_Alfios_R', Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
}
h1, .h1like {
    font-size: 3em;
    line-height: 0.9;
    color: #666666;
    text-align: left;
    margin-bottom: 0;
    padding: 0.3em 0;
}

h2, .h2like {
font-size: 2em;
    line-height: 1.8em;
    color: #666666;
    text-align: left;
    border-bottom: 1px solid #A3A3A3;
    padding-bottom: 0.3em;
}

hgroup h2{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    border: none;
}

h3, .h3like {
	font-size: 1.4em;
	line-height: 0.9em;
	color: #575757;
	text-align: left;
	margin-bottom: 0.05em;
	padding-bottom: 0.4em;
}
h4, .h4like {
	font-size: 1.4em;
	line-height: 0.9em;
	color: #CC3333;
	text-align: left;
	margin-bottom: 0.05em;
	padding-top: 0.05em;
}
/***************************************************
			    Main containers
***************************************************/
div{
display: block;
position: relative;
float: left;
}
#container, #container_left, #container_right {
	position: relative;
        float: left;
	width: 100%;
}
#container {
position: relative;
    width: 70%;
    margin: 0 15%;
    background-color: transparent;
    min-height: 100%;
}
.group1, .group2, .group3 {
    background: transparent;
    padding: 1%;
    flex-basis: 31%;
    margin: 3vw 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}

header {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
/***************************************************
				INTRO
***************************************************/	
	
#intro {
width: 96%;
    position: relative;
    float: left;
    background: #eee;
    margin-top: 2.5em;
    padding: 0.3em 2%;
    border: 1px solid #333;
}
/***************************************************
				   HOLDERS
***************************************************/	

.holder_content {
position: relative;
    float: left;
    width: 96%;
    background: rgba(255,255,255,0.7);
    padding: 0 2%;
    border: 1px solid white;
    margin-top: 2em;
    box-shadow: 0 0 0.3em #555;
}
.holder_content_separator {
	margin-bottom: 20px;
}
.holder_content ul{
list-style: disc !important;
}
/***************************************************
			        GALLERY
***************************************************/
	 	 
a.photo_hover3 {
	position: relative;
	float: left;
	margin: 16px 13px 8px 0;
	padding: 8px;
	background-color: white;
	border: 1px solid #D6D6D6;
}
a.photo_hover3: hover {
	border: 1px solid #D6D6D6;
	background-color: transparent;
	opacity: 0.9;
	z-index: 1000;
}
a.photo_hover2 {
	position: relative;
	float: right;
	margin: 5px 13px 8px 0;
	padding: 8px;
	background-color: white;
	border: 1px solid #E1E1E1;
}
a.photo_hover2: hover {
	border: 1px dotted #66CCFF;
	background-color: #C7EDFF;
	opacity: 0.9;
	z-index: 1000;
}
/***************************************************
			        FOOTER
***************************************************/

footer {
position: relative;
    clear: both;
    width: 100%;
    background-position: left top;
    background-repeat: repeat-x;
    padding-bottom: 0.3em;
    background-color: black;
    float: left;
    display: block;
    margin-top: 1em;
}
#FooterOne, #FooterTwo, #FooterTree {
    display: block;
    position: relative;
    float: left;
    width: 48%;
    margin: 0 1%;
    color: #ccc;
}
.container {
    width: 100%;
    background-color: #444;
}

footer .container a{
color: white;
}

#FooterTextWrapper{
width: 70%;
margin: 0 15%;
}
/***************************************************
				       MENU
***************************************************/

nav {
position: relative;
    width: 60%;
    top: 2.2em;
    float: left;
    background: transparent;
    border-top: 1px solid #A3A3A3;
    border-bottom: 1px solid #A3A3A3;
    margin-left: 14%;
}
nav ul li {
	float: left;
	margin-left: 16px;
	line-height: normal;
}
nav ul li a {
font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-weight: normal;
    display: block;
    padding-bottom: .5em;
    padding-top: 0.5em;
    background-color: transparent;
    margin-top: .3em;
    margin-right: .3em;
    text-decoration: none;
}
nav ul li a: hover {
	color: #CC3333;
}
nav ul li a.current {
	color: #CC3333;
}
.content_menu {
	float: left;
	width: 274px;
	margin-top: -10px;
	margin-bottom: 15px;
}
.content_menu ul {
	margin: 0px;
	padding: 0px;
	float: none;
}
.content_menu ul li {
	float: none;
	padding-bottom: 16px;
}
.content_menu ul li a {
	font-size: 14px;
	line-height: normal;
	color: #33CC99;
	text-align: left;
	text-decoration: none;
	/*background-image: url(/images/circle.png);*/
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.content_menu ul li a: hover {
	color: #33CC99;
}
/***************************************************
				   SPECIFIC
***************************************************/

#logo {
    display: block;
    position: relative;
    float: left;
    width: 26%;
    top: 2em;
}
.clearing {
	clear: both;
	display: inline;
	width: 100%;
	height:0;
	overflow: hidden;
}
.button {
width: auto;
    height: auto;
    position: relative;
    margin-top: 0.3em;
    padding: 0.3em;
    background-color: black;
    display: block;
    color: white;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    vertical-align: middle;
    float: left;
	background-color: #333333;
}
}
span.button:hover {
	background-color: #b80000;
}
.button: active {
	position: relative;
	top: 1px;
}

.PostTitle a{
color: black;
font-family: Helvetica, Arial, sans-serif !important;
line-height: 150%;
}

.smallText{
   font-size: 1.2em;
}

div.SummaryAuthorPlace{
clear: both;
float: right;
}
hr{
display: block;
clear: both;
position: relative;
float: left;
width: 100%;
}
div#CGBlogPostDetailDate{
width: 15%;
float: left;
margin: 0 1% 0 0;
}
#CGBlogPostDetailTitle{
display: block;
    position: relative;
    float: left;
    width: auto;
    font-family: Helvetica, sans-serif;
    font-size: 1.9em;
    color: #b80000;
}

div.NewsItemHeaderElm{
margin-top: 2.5em;
padding-bottom: 1em;
border-bottom: 1px solid #555;
float: left;
width: 100%;
}

span.FlagsHolder{
    display: block;
    position: relative;
    float: right;
    width: 12%;
    background: #aaa;
    margin-top: 0;
    padding: .35em 1%;
}
span.FlagsHolder a{
display: block;
position: relative;
float: left;
width: 44%;
margin: 0 2%;
}

div.ImageGalleryHolder{
width: 100%;
}
#CGBlogPostDetailSummary, #CGBlogPostDetailContent, div.gallery{
width: 100%;
}
#CGBlogPostDetailSummary{
margin-bottom: 2em;
display: block;
}
div#CGBlogPostDetailContent{
margin-bottom: 2em;
}

div.MainImage{
width: 100%;
}

div.MainImage img{
width: 100%;
height: auto;
}


div#NumberOfViews{
width: 100%;
text-align: center;
}

div.nextblogarticle{
float: right;
}

div.ya-share2{
clear: both;
width: 100%;
margin: 1em 0;
}

#CGBlogPostDetailContent .MainImage{
width: 40%;
padding-right: 1%;
}

ol li{
margin-left: 2em;
padding-left: 1em;
}

.Commentsplace, .cgfeedback_addcomment, .cgfeedback_summary_item, .cgfeedback_summary_item .row{
width: 100%;
}

.cgfeedback_summary_report{
background: #efefef;
    padding: 1vw 0.5vw;
width: calc(100% - 1vw);
}

.cgfeedback_addcomment fieldset .row{
width: 100%;
}

.cgfeedback_addcomment .col-md-4{
width: 33%;
}

.cgfeedback_addcomment{
margin-top: 2vw;
}

.Commentsplace{
margin-top: 2vw;
border-top: 1px solid #ccc;
}

.Commentsplace .h2like{
    margin-bottom: 3vw;
    padding-bottom: 2vw;
    color: #000;
}
.AuthorName{
float: right;
margin-left: 2vw;
font-weight: bold;
}
.CommentItself{
font-style: italic;
color: #333;
padding: .5vw 0;
}

.ButtonedA{
clear: both;
display: block;
}
.ImgSubText{
width: 100%;
text-align: center;
background: #ccc;
color: #333;
}

.ImgWrapped{
border: 1px solid #333;
}
#printIT{
float: right;
    clear: both;
    border-radius: 0.3vw;
    padding: 0.5vw 2%;
    border: 1px solid #ccc;
    cursor: pointer;
    width: 3vw;
    margin-top: 1vw;
}
#printIT::after{
clear: both;
}

#printIT img{
width: 100%;
}

.Nexters{
width: 100%;
}

.MainNews{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    flex-direction: row;
}
