/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

@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');
}

body {
	font-family: Roboto-Light;
	font-size: 16px;
	line-height: 1.5;
	color: #00325d;
}

h1 {
	font-family: Roboto-Regular;
	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: #004e90;
	text-decoration: underline;
}

p + h1 {
	margin-top: 40px;
}

ul, ol {
	margin: 0 0 0 25px;
}

#header {
	margin: 0;
}

#toolbar {
	background: url(../images/bg_menu.jpg);
}

#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: 14px;
	color: #fff;
	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: rgba(255, 255, 255, .7);
}

#headerbar .header_logo {
	float: left;
	padding: 10px 40px 17px 40px;
}

#headerbar .header_title {
	float: left;
	width: 50%;
	margin-top: 60px;
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	vertical-align: top;
	text-align: center;
}

#headerbar .header_title span {
    font: 160% serif;
}

#headerbar .header_contacts {
	float: right;
	width: 22%;
	font-size: 14px;
	color: #333;
	line-height: 18px;
}

#headerbar .header_contacts span {
	color: #5f5f5f;
}

#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;
	background: url(../images/bg_menu.jpg);
}

#menubar #menu {
	display: table;
	margin: auto;
	text-align: center;
}

#menubar .menu-dropdown {
    margin-bottom: 0;
}

#menubar li {
    display: inline-block;
    float: none;
}

#menubar li.level2 {
    display: block;
}

#menubar li span {
	padding: 0 15px;
	line-height: 45px;
	color: #fff;
}

#menubar li .nav-child span {
	padding: 4px 15px;
	line-height: 30px;
	color: #000;
}

#menubar .menu-dropdown .dropdown-bg > div {
    padding: 5px;
}

#menubar li.level2 {
    margin: 0;
}
#menubar li.level2:hover {
    background: #00a0ea;
    border-radius: 5px;
}

#page {
	overflow: hidden;
	background-image: url(../images/bg_full.jpg);
	background-position: 50% 0;
	background-size: cover;
	background-attachment: fixed;
}

#main {
	padding-bottom: 40px;
	background: white;
}

#main .breadcrumbs {
	font-size: 14px;
}

#main .breadcrumbs img {
	display: none;
}

#main aside {
	margin-top: 6px;
}

#main .module {
	margin: 20px 26px 0 26px;
}

#main .searchbox {
	width: 100%;
	box-sizing: border-box;
}

#main .menu {
	background-color: #c7e3f4;
	padding: 5px 0;
}

#main .menu ul {
	padding-top: 0;
}

#main .menu > li:not(:last-child) {
	border-bottom: 1px solid #d8f2fb;
}

#main .lowercase > li,
#main .menu li li {
	text-transform: none;
}

#main .menu li {
	padding: 2px 6px;
	color: #000;
}

#main li.active span {
	color: #004e90;
}

#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: 30px 40px 40px;
	background: url(../images/bg_menu.jpg);
	color: #fff;
}

#bottom-b h3 {
	font-size: 16px;
	font-family: Roboto-Regular;
	text-transform: uppercase;
	color: #fff;
}

#bottom-b span,
#bottom-b a {
	display: inline-block;
	color: #fff;
	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: 46px;
}

.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;
}

.junewsultra .jn .jn-left {
	width: 12%;
	margin-right: 1%;
}

.junewsultra .jn .jn-right {
	width: 87%;
}

.junewsultra .jn .jn-right h4 {
    margin-top: 10px;
}

.junewsultra .jn .jn-right p {
    padding: 0px;
}

.rapid_contact .form-control {
    width: 288px;
}

input.rapid_contact {
    width: 302px;
}

/* 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 .jn .jn-right h4 { margin-bottom: 10px; }
}