/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');


@font-face{
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.ttf');
}

@font-face{
	font-family: 'Roboto-LightItalic';
	src: url('../fonts/Roboto-LightItalic.ttf');
}

@font-face{
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.ttf');
}

@font-face{
	font-family: 'DlgGeo';
	src: url('../fonts/DlgGeo.ttf');
}

html {
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

h2 {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 14,4px;
	text-transform: uppercase;
	color: #004e90;
}

h3 {
	font-family: Roboto-Regular;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}

a {
	color: #2faa54;
	text-decoration: underline;
}

p + h1 {
	margin-top: 40px;
}

ul, ol {
	margin: 0 0 0 25px;
}

#header {
	margin: 0;
}

#toolbar {
	background: #f6f6f6;
}

#toolbar .tplselector {
	padding-right: 65px;
}

#toolbar .tplselectoritem {
	list-style-type: none;
}

#toolbar .tplselectoritem.active {
	display: none;
}

#toolbar .tplselectoritem a {
	padding-left: 32px;
	line-height: 45px;
	font-family: Roboto-Light;
	font-size: 16px;
	color: #000;
	background-image: url(../images/eye.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-decoration: none;
}

#toolbar .tplselectoritem a:hover {
	text-decoration: underline;
}

#headerbar {
	background-color: rgb(255, 255, 255);
}

#headerbar .header_logo {
	float: left;
	padding: 10px 10px 10px 20px;
}

#headerbar .header_title {
	float: left;
	width: 50%;
	margin-top: 4rem;
	text-transform: uppercase;
	text-align: center;
	color: #222;
	font-weight: 700;
}

#headerbar .header_title span {
	font-size: 22px;
}

#headerbar .header_contacts {
	float: right;
	width: 30%;
	font-size: 14px;
	color: #333;
	line-height: 18px;
}

#headerbar .header_contacts span {
	color: #000000;
	font-weight: 600;
}

#headerbar .header_contacts a {
	color: #333;
	text-decoration: none;
}

#headerbar .socials {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

#headerbar .vk {
	width: 35px;
	background: url(../images/vk.png);
}

#headerbar .it {
	background: url(../images/it.png);
}

#headerbar .header_contacts a:hover {
	text-decoration: underline;
}

#menubar {
	text-transform: uppercase;
	font-size: 14px;
	height: 47px;
}

#menubar #menu {
	text-align: center;
}

#menubar .menu {
	width: 100%;
	background: #2faa54;
}

#menubar li {
	display: inline-block;
	float: none;
}

#menubar li.level2 {
	display: block;
}

#menubar li span {
	padding: 0 11px;
	line-height: 45px;
	color: #fff;
	font-weight: 500;
}

#menubar li .nav-child span {
	padding: 4px 15px;
	text-transform: initial;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}

#menubar li .nav-child span:hover {
	color: #fff;
}

#menubar .menu-dropdown .dropdown-bg > div {
	/*padding: 5px;*/
}

#menubar li.level2 {
	margin: 0;
}
#menubar li.level2:hover {
	background: #2faa54;
	/*border-radius: 5px;*/
}

#page {
	min-height: 100%;
	overflow: hidden;
	background-position: 50% 0;
	background-size: cover;
	background-attachment: fixed;
	background: #eef3f6;
}

#main {
	padding-bottom: 40px;
	background: white;
}

#main .breadcrumbs {
	font-size: 14px;
}

#main .breadcrumbs img {
	display: none;
}

#main aside {
	margin-top: 0px;
}

/*#main .module {*/
	/*margin: 20px 26px 0 26px;*/
/*}*/

#main .searchbox {
	width: 100%;
	box-sizing: border-box;
}

#main .menu {
	background-color: #eef3f6;
	padding: 5px 0;
}

#main .menu ul {
	padding-top: 0;
}

#main .menu > li:not(:last-child) {
	border-bottom: 1px solid #e4e9ec;
}

#main .lowercase > li,
#main .menu li li {
	text-transform: none;
}

#main .menu li {
	padding: 6px 15px;
	color: #000;
	padding-left: 3rem;
}

#main li span {
	color: #000;
}

#main li.active span {
	color: #000000;
}

#main .menu li li {
	padding: 3px 0;
}
#main .menu li li span {
	font-size: 12px;
	line-height: 14px;
	color: #333;
}

#main li li.active span {
	color: #004e90;
}

#bottom-b {
	padding: 15px 25px 15px;
	background: #eef3f6;
	color: #333;
}

#bottom-b h3 {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #333;
	font-weight: 500;
}

#bottom-b span,
#bottom-b a {
	display: inline-block;
	color: #333;
	text-decoration: none;
}

#bottom-b a:hover,
#bottom-b a:hover span {
	text-decoration: underline;
}

#bottom-b .bottom_menu_1 {
	padding-left: 10px;
}

#bottom-b .bottom_menu_2 {
	padding-top: 38px;
}

#bottom-b .menu {
	margin-top: -6px;
	font-size: 14px;
	line-height: 24px;
}

#bottom-b .menu span {
	padding: 3px 0;
}

#bottom-b .menu span.separator {
	padding: 0;
}

#bottom-b .menu .current {
	color: #004e90;
}

#bottom-b .menu ul {
	display: none;
}

#footer {
	position: absolute;
	bottom: 0;
	margin-left: 50%;
	padding-left: 11px;
	font-size: 12px;
	font-family: Roboto-Regular;
	line-height: 13px;
	text-align: left;
	color: #fff;
}

#footer .informer {
	position: relative;
	left: 470px;
	bottom: -2px;
}

.home section#content {
	margin-top: 26px;
}

table {
	margin-bottom: 10px;
}

table td {
	border: 1px solid;
	padding: 5px;
}

iframe {
	max-width: 100%;
}

.db8sitelastmodified {
	list-style-type: none;
	margin: 0;
}

.searchbox .results {
	left: 0;
}

summary {
	cursor: pointer;
}

/* Only Phones (Portrait) */
@media (max-width: 1700px) {
	#ym-informer { left: auto !important; right: 0 !important; }
}

@media (max-width: 479px) {
	.custom-logo { height: 60px; }
}

@media (min-width: 1200px) {
	body div { position: relative; }
}

@media (max-width: 1180px) {
	#menubar li span { padding: 0 10px; }
	#footer .informer { left: 410px; }
}

@media (max-width: 1080px) {
	#menubar li span { padding: 0 5px; }
}

@media (max-width: 1030px) {
	#headerbar .header_logo { display: none; }
	#headerbar .header_title { margin-left: 30px; }
	#headerbar .header_contacts { width: 30%; }
	#menubar { font-size: 10px; }
	#bottom-b .width50 { width: 100%; }
	#bottom-b .bottom_menu_1 { margin-top: 30px; padding-left: 0; }
	#bottom-b, #footer { bottom: 5px; }
	#footer {margin-left: 0;}
}

@media (max-width: 550px) {
	#bottom-b .maps { display: none; }
	#footer { display: none; }
}

.junewsultra h4 { margin: 0; }

table.zebra tbody, table.zebra tfoot { font-size: inherit; }

.wrapper-2 {
	max-width: 1220px;
	margin: auto;
}

.wrapper-2 #toolbar {
	background: #eef3f6;
}

.wrapper-2 #toolbar .tplselector{
	padding-right: 0;
}

.news_left h3 {
	text-transform: inherit;
	font-size: 20px;

}
.news_left h3 {
	margin: 0 0 0 1.6rem!important;
	line-height: 24px;
}
#headerbar {
	padding: 1.5rem;
}
.text-header {
	text-align: center;
	margin-top: 1rem;
}
.text-header p {
	font-size: 26px;
	font-style: italic;
}
.text-header span {
	font-size: 18px;
	color: red;
	font-style: italic;
}
.tel-header a {
	color: #000;
	text-decoration: solid;
	font-weight: 500;
}

.tel-header p {
	margin: 0;
}

.tel-header a:hover {
	color: #2faa54;
	font-weight: 500;
}
.mail-header  a{
	font-size: 14px;
	color: #2faa54;
	text-decoration: underline;
}
.tel-header {
	margin-top: 2rem;
}
#maininner h1 {
	text-transform: initial;
	font-size: 24px;
	font-weight: 500;
}

/*#content:before {*/
	/*content: "";*/
	/*background-image: url(/templates/yoo_nano2/images/quotes.svg);*/
	/*background-size: cover;*/
	/*height: 30px;*/
	/*width: 30px;*/
	/*margin-right: 5px;*/
	/*display: inline-block;*/
	/*vertical-align: middle;*/
	/*position: absolute;*/
	/*top: 5px;*/
/*}*/
.news {
	margin-bottom: 2rem;
}

@media (max-width: 1024px) {
	#content:before {
		display: none;
	}
}

.accordion_organizacions h3 {
	text-transform: none;
}
.accordion_organizacions .uk-accordion-title{
	background: #fff;
}
.title-home {
	padding: 0 1.8rem;
}
.news-home .jn-left {
    text-align: center;
}
.news-home .jn-left img {
    height: 172px;
}
.news-block {
    padding: 1rem;
    border: 1px solid #e6e6e6;
}
