@CHARSET "UTF-8";

html{
/* 	width: auto; */
  	overflow-x: hidden;
}

html, body { overflow-x: hidden; }

body{
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #E0E5E9;
	line-height: 22px;
}

.mr20{
	margin-right: 20px;
}

pre code{
	white-space: nowrap;
}

#main {
    margin-top: 40px;
    margin-bottom: 40px;
}

.txt-center {
	text-align: center;
}

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

/*--------START HEADER-------*/
header{
	background-color: #66584F;
}

.top-block {
    padding-top: 20px;    
}

#search{
	padding-top: 9px;
}

#searchform input[type="text"]{
	margin-bottom: 0;
	font-size: 16px;
	padding: 10px 40px 10px 70px;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	color: #8fa2b2;
	border: 5px solid #40342B;
}

#search #searchsubmit {
    width: 50px;
    height: 45px;
    top: 13px;
    left: 19px;
    font-size: 16px;
	padding: 8px 16px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#searchsubmit, #searchform .icon-search {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    padding: 10px 14px;
    color: #FFF;
    background-color: #40342B;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.logo-text{
	color: #fff;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 15px;
}

#menu-container{
	top: 0px;
	position: relative;
	padding-top: 0px;
	background: #40342B none repeat scroll 0% 0%;
	border-top: 4px solid #FFF;
}

.navigation{
	text-align: center;
	/* margin-bottom: -15px; */
}

#menu{
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#menu LI{
	float: left;
	position: relative;
	border-left: 1px solid #fff;	
}

#menu > li:last-child {
    border-right: 1px solid #fff;
}

#menu LI A{
	position: relative;
	display: inline-block;
	padding: 10px 30px 5px 30px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -transition: all 0.3s linear;
}

#menu LI LI A, #menu LI:HOVER LI A,#menu LI LI LI A, #menu LI LI:HOVER LI A{
	color: #fff;
}

#menu LI:HOVER A, #menu LI LI:HOVER A, #menu LI LI LI:HOVER A{
	color: #cad7e1;
}

.sub-indicator{
	position: absolute;
	color: #fff;
	right: 15px;
	top: 13px;	
}

#menu UL{
	white-space: nowrap;
}

#menu UL LI{
	border-bottom: 1px solid #fff;
	border-left: 0;
	width: 100%;
	text-align: left;
}

#menu UL, #menu UL UL{
	list-style: none;
}


@media screen and (min-width: 992px) {
	#menu {
		display: inline-block;
	}

	#menu UL, #menu UL UL{
		position: absolute;
		background: #40342B none repeat scroll 0% 0%;
		left: 0px;
		top: 37px;
		border-top: 1px solid #fff;
		z-index:5;
		visibility: hidden;
	  	opacity: 0;
	  	transition: visibility 0s, opacity 0.3s linear;
	  	/* width: 250px; */
	}

	#menu LI:HOVER UL UL{
		visibility: hidden;
	  	opacity: 0;
		
	}

	#menu UL UL{
		white-space: initial;
		left: 100%;
		top: -1px;
		width: 350px;
		background-color: #66584F;
		border-left: 1px solid #fff;
	}

	#menu LI:HOVER UL, #menu LI UL LI:HOVER UL{
		visibility: visible;
	  	opacity: 1;
	}
}

.sub-indicator-mobile{
	display: none;
}

/* 16.9.2025 responsive menu*/
#menu-button {
	display: none;
}

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

@media screen and (max-width: 991px) {
	.footer-links{
		text-align: left;
		margin-top: 10px;
	}

	ul#menu {
		display: none;
	}

	#menu li a{
		padding: 10px 5px 5px 5px;
	}

	ul#menu.menu-active{
		display: block;
	}

	ul#menu li {
		 float: none;	
		 border: 0;
		 text-align: left;
	}

	ul#menu li ul,
	ul#menu li ul li ul {
		 position: static;
		 display: none;
	}

	ul#menu li ul li ul {
		background-color: rgb(2, 124, 90);
        padding-left: 5px;
	}

	#menu-button {
		display: block;
		text-align: center;		
        margin: 5px 0px;
        border-top: 1px solid #fff;
        padding-top: 5px;
	}

	#menu-button i {
	    font-size: 36px;
    	color: white;
	}

	#menu > li:last-child {
	    border: 0;
	}

	.sub-indicator{
		display: none;
	}

	.sub-indicator-mobile{
		display: inline-block;
		padding: 0px 0px 0px 5px;
		vertical-align: baseline;
		color: #fff;
    	font-size: 20px;
    	font-weight: bold;
    	margin-right: 10px;
    }

    .submenu-active > ul{
		display: block !important;
		border-left: 0;
        background-color: #66584F;
        padding-left: 20px;
    }
}

.entry-breadcrumb {
    background-color: #F5F5F5;
    border-bottom: 1px solid #CFCFCF;
}

ul.breadcrumb-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.breadcrumb {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding: 8px 15px;
    list-style: none;
	background-color: #f5f5f5;
}

.bread-home a {
    font-weight: bold;
}
.breadcrumb a {
    color: #777;
}
.ad-link {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.ad-link {
		text-align: left;
	}
}


/*--------END HEADER-------*/


/*--------START MAIN-------*/
#main{
	min-height: 500px;
}
	
.aside{	
	/* background-color: rgb(78, 128, 49); */	
	background-color: rgb(2, 124, 90);
	color: #fff;
	width: 100%;
	margin-bottom: 35px;
}

.aside-top{
	/* background-color: #834F6C; */
	background-color: rgb(54, 141, 152);
}

.aside h2, .aside h1{
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.aside h1{
	font-size: 24px;
	margin-bottom: 10px;
}

.tutorial-logo {
	background-color: white;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	height: 180px;
}

.tutorial-logo span {
	display: none !important;
}

.tutorial-logo img { 
    max-width: 100%;
    max-height: 100%;
}

a, A:FOCUS{	
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -transition: all 0.3s linear;
}

A:HOVER, A:HOVER I{
	color: #cad7e1;
	text-decoration: none;	
}

.meta{
    font-size: 11px;
    font-style: italic;
    opacity: .8;
    margin-bottom: 15px;
}

.btn-more-circle {
    color: #FFF !important;
    border: 2px solid #FFF;
    line-height: 26px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-align: center;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
}

.white-block{
	padding: 20px;
	background-color: #fff;	
}

#article.white-block{
	min-height: 700px;
}

#article ul, #article ol {
    margin-left: 20px;
}

h1{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 0px;
	text-transform: uppercase;
	color: #414243;
	margin-bottom: 5px;	
}

.article-meta {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}

@media screen and (max-width: 991px) {
	.article-meta > span {
		display: block;
	}
}

.contact {
	margin-bottom: 30px;
}

.meta-inner{
	color: #2690b7;
}

.article-category{
	background-color: rgb(194, 125, 35);
	padding: 0 5px;
	color: #FFF;
	float: left;
	margin-right: 5px;
	font-size: 12px;
}

.article-categories{
	margin-top: 15px;
	margin-bottom: 20px;
	display: inline-block;
}

.article-nav{
	padding: 15px 0px 0px 0px;
	margin-top: 15px;
	border-top: 1px solid #CFCFCF;
}

.nav-next, .nav-previous {
    float: right;
    line-height: 32px;
    font-size: 17px;
}


.article-nav A:HOVER, .article-nav A:HOVER I{
	color: #2a6496;
	text-decoration: none;	
}

.article-nav A:HOVER SPAN{
	border-color: #2a6496;
}

.nav-previous{
	float: none;
}

@media screen and (max-width: 991px) {
	.article-nav-inner{
		display: none;
	}
}

.nav-block span.icon-chevron-left, .nav-block span.icon-chevron-right {
    width: 30px;
    height: 30px;
    display: block;
    border: 2px solid #999;
    float: left;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.nav-block a {
    font-weight: bold;
    text-transform: uppercase;
}

.nav-block span.icon-chevron-left, .nav-block span.icon-chevron-right {
    border-color: #2690b7;
}

.nav-block span.icon-chevron-right {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.nav-block a{
    color: #2690b7;
}

.list_hidden{
	display: none;
}

.list_showed{
	display: block;
}

.list-files{
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	margin-bottom: 30px;
}

.list-files H2{ 
	font-weight: bold;
	margin-top: 0;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 20px;
	font-size: 20px;
}

.file-content{
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 10px;
	padding: 0 0 10px 45px;
}

.file-content h3{
	font-size: 17px;
	line-height: 20px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}

.file-content DIV{
	margin-top: 20px;
}

.file-content .action {
    color: #4D4D4D;
    border: 2px solid #4D4D4D;
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: -45px;
    top: -1px;
    width: 24px;
	height: 24px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-top: -2px;
}

.file-content h3 .plus, .file-content h3 .minus {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display: none;
}

.file-content h3 .plus{
	display: block;
	font-size: 12px;
}

.side-block{
	padding: 20px;
	text-align: justify;
	margin-bottom: 30px;
	position: relative;
}

.zp-g-ad {
	margin-bottom: 30px;
	overflow: hidden;
   	text-align: center;
}

#article .zp-g-ad a {
	width: 100%;
  	display: inline-block;
}

#article .zp-g-ad a img {
	width: inherit;
}

.side-block.zp-g-ad, .zp-main-container .zp-g-ad, .homepage .zp-g-ad {
	text-align: center;
	padding: 0;
}

.homepage .zp-g-ad {
    margin-bottom: 30px;
}

.side-block ul{
	padding-left: 20px;
}

.side-block h3{
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
    padding:0;
}

.homepage-top-block H2{
	font-size: 27px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #555;
}

.homepage-top-block{
	padding: 20px;
	background-color: white;
}

.homepage-top-block .right{
	padding-left: 50px;
}

.side-block i, .home i, .article-question i{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    border: 2px solid #FFF;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 14px;
    color: #FFF;
}

.article-question {
	margin-bottom: 30px;
}

.home{
	position: relative;
	margin-bottom: 40px;
}

.home i{
	color: #414243;
	border-color: #414243;
	right: unset;
	left: -16px;
	top: -10px;
	font-size: 22px;
	height: 42px;
	width: 42px;
	line-height: 39px;
}

.home h3{
	padding-left: 50px;
	font-size: 22px;
}

.home-features{
	margin-bottom: 50px;
}

.home-features h3{
	margin-top: 10px;
}

.home-features P{
	margin-top: 30px;
}

.home-features i{
	top: -9px;
	left: -5px;
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
	line-height: 40px;
}

.homepage .title-bottom-line h2{
	padding-bottom: 5px;
	border-bottom: 1px dotted white;
}

.homepage{
	text-align: justify;
}

.homepage h1{
	color: rgb(85, 85, 85);
	text-align: center;
	margin-bottom: 0;
	line-height: 24px;
	margin-top: 5px;
}

.homepage-three-block{
	min-height: 270px;	
}

.feature-image{
	text-align: center;
	padding: 5px;
}

.feature-image img{
	max-height:100%;
	max-width:100%;
	border: 5px solid #c3c3c3;
}

.side-cmd{
	opacity: 0.8;
}

.meta-keyword{
	background-color: white;
	color: rgb(194, 125, 35);
	float: left;
	margin: 0px 10px 8px 0px;
	padding: 0px 5px;
}

.side-block i.side-parts{
	left: 5px;
	top: -6px;
	height: 24px;
	width: 24px;
	font-size: 12px;
	line-height: 19px;
}

.side-cmd A{
	position: relative;
	padding-left: 35px;
}

.orange{
	background-color: rgb(194, 125, 35);
	color: #fff;
}

.grey{
	background-color: rgb(54, 141, 152);
	color: #fff;	
}

.blue{
	background-color: rgb(45, 170, 205);
	color: #fff;
}

.white{
	background-color: #fff;
}

.brown{
	background-color: #66584F;
	color: #fff;	
}

.color-basic{
	background-color: #834F6C;
	color: #fff;	
}

.green{
	background-color: rgb(78, 128, 49);
	color: #fff;	
}

/*--------END MAIN-------*/


/*--------START FOOTER-------*/
footer{
	background-color: #40342B;
	text-align: center;
	padding: 30px 0px !important;
	color: #fff;
}
/*--------END FOOTER-------*/
.contact-table {
	font-size: 18px;
}

.contact-table .col-md-12 {
	padding-bottom: 15px;	
}

.contact-table {
	padding-top: 20px;
}

.contact-bio-block {
	border-top: 1px solid #ccc;
	padding-top: 40px;
}

.contact-bio-block .bio-text {
	padding-top: 20px;
	padding-bottom: 15px;
}

.bio-table {
	font-size: 18px;
	width: 100%;
	margin-bottom: 50px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
}

.bio-table .first-row TD{
	padding-top: 40px;
}

.bio-table .img-td{
	padding: 20px 20px 20px 20px;
	text-align: center;
}

.bio-table TD{
	padding-bottom: 15px;
}

.bio-table .left-td, .contact-table .col-md-5 {
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}

.contact-table .txt-right {
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
	.nav-previous, .nav-next{
	    font-size: 15px;
	}
}

.partner-text a {
	color: rgb(45, 170, 205);
}

.partner-text a:hover {
	color: brown;
}

ins {
	/* background: red;
	height: 72px !important; */
}

#cookies-info {
    text-align: center;
    background-color: #414243;
    padding: 8px;
    font-size: 15px;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
#cookies-info a {
    color: #fff;
    font-weight: bold
}
#cookies-info span {
    vertical-align: middle
}
#cookies-info button {
    margin-left: 15px
}
.cookies-infobar.cookies-infobar_accepted {
  display: none;
}