﻿/*
@font-face {
    font-family: "geologica-regular";
    font-style: normal;
    font-weight: normal;
	src: local("☺"), url("/themes/default/fonts/Geologica-Regular.woff") format("woff"), url("/themes/default/fonts/Geologica-Regular.ttf") format("truetype"), url("/themes/default/fonts/Geologica-Regular.eot") format("eot");
}
@font-face {
    font-family: "open-sans-regular";
    font-style: normal;
    font-weight: normal;
	src: local("☺"), url("/themes/default/fonts/open-sans-regular.woff") format("woff"), url("/themes/default/fonts/open-sans-regular.ttf") format("truetype"), url("/themes/default/fonts/open-sans-regular.eot") format("eot");
}
@font-face {
    font-family: "Arial_Narrow";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/Arial_Narrow.woff") format("woff"), url("/themes/default/fonts/Arial_Narrow.ttf") format("truetype"), url("/themes/default/fonts/Arial_Narrow.svg") format("svg");
}
*/
html, body { 
	width: 100%; 
	height: 100%; 
	padding: 0; 
	margin: 0; 
    font-family: Tahoma, Arial, sans-serif;
	font-size: 12px; 
	color: #000000;
	background: #ffffff;
	scroll-behavior: smooth;	
}
a { 
	outline: none; 
	-moz-outline: 0; 
	border: none; 
	border-width: 0px; 
}
a:active { 
	outline: none; 
	-moz-outline: 0; 
}
a:focus { 
	outline: none; 
	-moz-outline: 0; 
}
img { 
	border: none; 
	border-width: 0px; 
}
*html #main { 
	height: 100%; 
}
p { 
	margin: 12px 0px ; 
}
a { 
	text-decoration: underline; 
	color: #000; 
}
a:hover { 
	text-decoration: none; 
}

/* ----- h1- h6 ----- */
h1 {
	color: #000;
	font-size: 25px;
	font-style: none;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Georgia, Palatino, serif;
}
h2, h3, h4 { 
	font-size: 18px;
	margin: 15px 0; 
	font-weight: normal; 
    font-family: Tahoma, Arial, sans-serif;
}
h3 { 
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
table { 
	border-collapse: collapse; 
}
ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}

/* ----- pagewrap ----- */
html {
	/**//**/

}
body {
	height:auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: url("/themes/default/images/html-1x.jpg") repeat-x 0px 100%;
}
body.no-scroll {
	height: 100%;
	overflow: hidden;
}
#pagewrap {
	width:100%;
	padding: 0;
	margin: 0 auto;
	background: url("/themes/default/images/body-1x.jpg") repeat-x 0px 0px;
}
#page {
	position: relative;
	width:100%;
	max-width: 980px;
	padding: 0;
	margin: 0 auto;
	/* background: #fafafa; */	
}
#blackwrap {
	z-index: 3;
}
#show_form {
	z-index: 4;
}

/*
-webkit-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);	
transition: all 300ms ease-out;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
*/

/* ----- header ----- */
header {
	width: 100%;
	height: 280px;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-wrap: wrap;
	z-index: 3;
	background: url("/themes/default/images/header-1x.jpg") no-repeat 50% 0px;
}
header.scrolled {
	/*-webkit-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);	
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	*/
}
#header-top {
	position: absolute;
	top: 29px;
	right: 25px;
	width: 140px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	/* background: #000000; */
}
#header-top-panel {
	width: 100%;
	height: 100%;
}
#header-top-panel ul {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#header-top-panel ul li a {
	overflow: hidden;
	display: block;
	width: 35px;
	height: 30px;
	flex-basis: 35px;
	padding: 0px;
	margin: 0px;
}
.header-top-panel-1 a {
	background: url("/themes/default/images/header-top-panel-1-3x.png") no-repeat 50% 0px;
}
.header-top-panel-1 a:hover {
	background: url("/themes/default/images/header-top-panel-1-3x.png") no-repeat 50% 95%;
}
.header-top-panel-2 a {
	background: url("/themes/default/images/header-top-panel-2-3x.png") no-repeat 50% 0px;
}
.header-top-panel-2 a:hover {
	background: url("/themes/default/images/header-top-panel-2-3x.png") no-repeat 50% 95%;
}
.header-top-panel-3 a {
	background: url("/themes/default/images/header-top-panel-3-3x.png") no-repeat 50% 0px;
}
.header-top-panel-3 a:hover {
	background: url("/themes/default/images/header-top-panel-3-3x.png") no-repeat 50% 95%;
}
#header-menu {
	height: 44px;
	width: 735px;
	flex-basis: 735px;
	padding: 0px;
	margin: 0px;
	/* background: #00000046; */
}
#header-menu nav {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#header-menu nav ul {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
#header-menu nav ul li {
	height: 35px;
	display: flex;
	align-items: flex-end;
	background: url("/themes/default/images/topmenu.gif") no-repeat 0px 55%;	
}
#header-menu nav ul li a {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 44px;
	width: 122.5px;
	padding: 0px;
	margin: 0px;
	color: #cdcdcd;
	text-decoration: none;
	background: url("/themes/default/images/topmenu.gif") no-repeat 0px 50%;
    font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
#header-menu nav ul li a span {
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header-menu nav ul li a:hover {
	background: url("/themes/default/images/topmenu.gif") no-repeat 0px 100%;	
}
#header-menu nav ul li.active a {
	width: 106px;
	padding: 0px 0px;
	margin: 0px 8px;	
	background: url("/themes/default/images/topmenu.gif") no-repeat 0px 0%;	
	color: #373737;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-ms-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;	
}
#main-content {
	width: 100%;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
#main-content-wrapper {
	width: 100%;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	background: url("/themes/default/images/underheadcenter.jpg") repeat-x 0px 0px;
	box-shadow: 0px 5px 10px 0px rgba(34, 60, 80, 0.3);
}
#main-content-info {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 940px;
	height: 200px;
	padding: 0px 10px;
	margin: 0px auto 0px auto;
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 1%, rgba(233, 233, 233, 1) 99%);	
	border:1px solid #dedede;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;	
}
#main-content-news {
	width: 580px;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.main-content-news-block {
	width: 285px;
	flex-basis: 285px;
	height: 100%;
	border-right: 1px solid #dedede;
}
.main-content-news-title {
	display: block;
	margin: 0px auto;
	padding: 25px 0px 5px 0px;
	width: 95%;
	color: #15609a;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	text-decoration: underline;
}
.main-content-news-date {
	display: block;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	width: 95%;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;	
}
.main-content-news-intro {
	display: block;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	width: 95%;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;	
	color: #575757;
}
.main-content-news-more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 22px;
	padding: 0px;
	margin: 5px 2.5% 5px auto;
	background: url("/themes/default/images/readon.jpg") no-repeat 0px 50%;
	font-family: Arial;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.main-content-news-more:hover {
	background: url("/themes/default/images/readon.jpg") no-repeat 100% 50%;
}
#main-content-contacts {
	width: 360px;
	flex-basis: 360px;
}
#main-content-contacts h3 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 310px;
	padding-left: 50px;
	height: 30px;
	margin: 10px 0px 10px 0px;
	background: url("/themes/default/images/moduletable-address.jpg") 50% 50%;
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
}
#main-content-contacts div {
	margin: 0px;
	padding: 10px 0 0 90px;
	line-height: 20px;
	background: url("/themes/default/images/address.gif") no-repeat 0px 50%;
	color: #575757;
	font-family: Tahoma;
	font-size: 12px;
}
.red {
	color:red;
}
.blue {
	color: rgb(15, 74, 132);
}
#main-content-contacts a {
	text-decoration: none;
}
#main-content-container {
	width: 98%;
	padding: 20px 1%;
	margin: 10px auto 0px auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	background-color: #ffffff;
}
#main-content-sidebar {
	width: 300px;
	flex-basis: 300px;
	padding: 0 10px;
	border-right: 1px solid #d8d8d8;
}
#main-content-text {
	width: 609px;
	flex-basis: 609px;
	padding: 0 10px 0 10px;	
}
#main-content-sidebar h2 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #1292c1 url("/themes/default/images/moduletable.jpg")  no-repeat 50% 50%;
	width: 250px;
	padding-left: 50px;
	height: 30px;
	margin: 0 0 10px 0;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: normal;
	font-family: Tahoma;
}
#main-content-sidebar ul {
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px;
}
#main-content-sidebar ul li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0px 0px 0px 10%;
	margin: 0px auto 0px auto;
	width: 86%;
	height: 30px;
	background: url("/themes/default/images/main-content-sidebar-li-1x.jpg") no-repeat 0px 0px;
	font-family: Tahoma;
	line-height: 30px;
	font-size: 12px;
	color: #404040;
	text-decoration: none;
}
#main-content-sidebar ul li a:hover,
#main-content-sidebar ul li.active a {
	background: url("/themes/default/images/main-content-sidebar-li-1x.jpg") no-repeat 0px 100%;
}
#main-content-sidebar ul li.separator {
	width: 92%;
	display: block;
	padding: 10px 0% 10px 1%;
	margin: 0px 0px 0px 2%;
	background: #ebedee;
	border-bottom: 1px solid #d7d7d7;
	font-family: Tahoma;
	font-size: 10px;
	text-transform: uppercase;
}
.main-content-text-on-main h1,
.main-content-text-on-inner h1 {
	display: block;
	margin: 0 0 30px 0;
	padding-left: 20px;
	font-family: Tahoma;
	font-size: 22px;
	color: #545353;
	font-weight: normal;
	line-height: 30px;
	border-left: 4px solid #3895cb;
	text-transform: none;
}
.main-content-text-on-main .tetext {
	margin: 0px;
	padding: 0px 15px;
	border-left: 4px solid #3895cb;	
}
.main-content-text-on-main h4 {
	padding: 8px 0px;
	padding: 0px 0px;
	text-align: center;
	color: #545353;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
}
.main-content-text-on-main-cat-imgs {
	width: 100%;
	padding: 40px 0px 10px 0px;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.main-content-text-on-main p {
	padding: 0px 0px;
	margin: 20px 0px;
	font-family: Tahoma;
	font-size: 16px;
	color: #545353;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
}
.main-content-text-on-main ul {
	padding: 0px;
	margin: 0px;
}
.main-content-text-on-main ul li {
	padding: 5px 0px;
	margin: 0px 0px;
	font-family: Tahoma;
	font-size: 16px;
	color: #545353;
	font-weight: normal;
	line-height: 22px;
	list-style: none;
}
.main-content-text-on-main h5 {
	padding: 30px 0px;
	margin: 0px 0px;
	text-align: center;
	font-family: Tahoma;
	color: #545353;
  	font-weight: bold;
	font-size: 22px;
}
.main-content-text-on-main h5 a {
	color: #15609a;
  	text-decoration: underline;
	text-decoration: none;
}
footer {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 1%, rgba(219, 219, 219, 1) 99%);
}
#footer-container {
	width: 100%;
	padding: 0px 0%;
	margin: 0px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: url("/themes/default/images/footer-1x.png") repeat-x 0px 100%;
}
.footer-block {
	width: 250px;
	flex-basis: 250px;
	padding: 20px 20px 20px 20px;
	margin: 0px;
	font-size: 11px;
	font-family: Tahoma;
	color: #525252;
	line-height: 16px;
	border-right: 1px solid silver;
	box-shadow: 6px 5px 5px 0px rgba(34, 60, 80, 0.3);
	/* background: url("/themes/default/images/footerborder.jpg") no-repeat 100% 100%; */
}
.footer-block a {
	text-decoration: none;
}




/* ========================================================================== */





/* =========================================================================== */
/* simple forms */
#show_form {
	position: fixed;
	left: 50%;
	top: 100px;
	width: 320px;
	margin: 0 0 0 -160px;
	padding: 0px 0px 0px 0px;
	border: none!important;
	background: #ffffff;
	z-index: 3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 4px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 4px 2px rgba(34, 60, 80, 0.2);	
}
#show_form h1 {
	padding: 10px 0px;
	margin: 0px 0px;
	text-align: center;
	font-size: 20px;
}
#show_form .show_form_table {
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
#show_form .show_form_table th {
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 5px 5px;
}
#show_form .show_form_table th p,
#show_form .show_form_table td p {
	padding: 0;
	margin: 0;
}
#show_form .show_form_table input, 
#show_form .show_form_table textarea {
	width: 90%;
	padding: 5px 4%;
	margin: 3px 0px;
	border:2px solid #193E56!important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 4px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 4px 2px rgba(34, 60, 80, 0.2);	
}
#show_form .show_form_table input:active, 
#show_form .show_form_table input:hover, 
#show_form .show_form_table input:focus,
#show_form .show_form_table textarea:active, 
#show_form .show_form_table textarea:hover, 
#show_form .show_form_table textarea:focus {
    outline: 0;
    outline-offset: 0;
}
#show_form .show_form_send {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 45px;
	margin: 10px auto 20px auto;
	padding: 0px 0px;
	color:#ffffff;
	background: #193E56!important;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	text-decoration: none;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	
}
#show_form .show_form_send:hover {
	background: #1b6392!important;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
}


/*
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;

	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;	

	-webkit-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);

	#show_form .show_form_table input:active, 
	#show_form .show_form_table input:hover, 
	#show_form .show_form_table input:focus,
	#show_form .show_form_table textarea:active, 
	#show_form .show_form_table textarea:hover, 
	#show_form .show_form_table textarea:focus {
		outline: 0;
		outline-offset: 0;
	}	
*/
/* ================================================= */

@media screen and (max-width: 1900px) {
	/**//**/
}

@media screen and (max-width: 1850px) {
	/**//**/
}

@media screen and (max-width: 1800px) {
	/**//**/
}

@media screen and (max-width: 1750px) {
	/**//**/
}

@media screen and (max-width: 1700px) {
	/**//**/
}

@media screen and (max-width: 1650px) {
	/**//**/
}

@media screen and (max-width: 1600px) {
	/**//**/
}

@media screen and (max-width: 1500px) {
	/**//**/
}

@media screen and (max-width: 1450px) {
	/**//**/
}

@media screen and (max-width: 1400px) {
	/**//**/
}

@media screen and (max-width: 1350px) {
	/**//**/
}

@media screen and (max-width: 1300px) {
	/**//**/
}
@media screen and (max-width: 1250px) {
	/**//**/
}

@media screen and (max-width: 1200px) {
	/* skin-tango*/

	/*

	.jcarousel-skin-onmain1 .jcarousel-clip-vertical {
	}
	.jcarousel-skin-onmain1 .jcarousel-item {
	}
	.jcarousel-skin-onmain1 .jcarousel-item-horizontal {
		width: 280px!important;
	}
	.jcarousel-prev-horizontal {
		right: 65px!important;
	}
	.jcarousel-next-horizontal {
		right: 20px!important;
	}


	.jcarousel-skin-onmain2 .jcarousel-clip-horizontal {
		width: 1180px!important;
	}
	.jcarousel-skin-onmain2 .jcarousel-clip-vertical {
	}
	.jcarousel-skin-onmain2 .jcarousel-item {
	}

	.jcarousel-prev-horizontal {
		right: 65px!important;
	}
	.jcarousel-next-horizontal {
		right: 20px!important;
	}

	*/
}
@media screen and (max-width: 1100px) {
	/**//**/
}
@media screen and (max-width: 1000px) {
	/**//**/
}