﻿@font-face {
    font-family: "RobotoRegular";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/RobotoRegular.woff") format("woff"), url("/themes/default/fonts/RobotoRegular.ttf") format("truetype"), url("/themes/default/fonts/RobotoRegular.svg") format("svg");
}
@font-face {
    font-family: "Opensans";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/opensans.woff") format("woff"), url("/themes/default/fonts/opensans.ttf") format("truetype"), url("/themes/default/fonts/opensans.svg") format("svg");
}
@font-face {
    font-family: "Opensansbold";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/opensansbold.woff") format("woff"), url("/themes/default/fonts/opensansbold.ttf") format("truetype"), url("/themes/default/fonts/opensansbold.svg") format("svg");
}
@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: Opensans;
	font-size: 12px; 
	color: #000000; 
	/* background: #777272;  */
}


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; 
}

.clear { 
	clear: both; 
	font-size: 0; 
	line-height: 0; 
	height: 0; 
}

*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: RobotoRegular;
	letter-spacing: -1px;
	text-align: center;
}
h2 {
	color: #315953;
	font-size: 22px;
	font-style: none;
	font-weight: normal;
	text-transform: uppercase;
	font-family: RobotoRegular;
	letter-spacing: -1px;
	text-align: center;
}
h3, h4 { 
	font-size: 18px;
	margin: 15px 0; 
	line-height: 1.2; 
	font-weight: normal; 
}
h3 { 
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
#pagewrap.pagewrap-2 {
	background: #f0f0f0;
}
table { 
	border-collapse: collapse; 
}

ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}

/* -----pagewrap---- */
html {
	/*
	max-width:1600px;
	margin:0 auto;
	*/
}
body {
	
	height:auto;
}
#pagewrap {
	width:100%;
	background:#ffffff;
}
.container-center {
	width:1260px;/*1260px*/
	margin:0 auto;
	padding:0;
}
.container-title {
	overflow: hidden;
	width:99%;
	padding:0 0 0 1%;
	margin:35px 0 25px 0;
}
.container-title h3 {
	float:left;
	color:#485a67;
	font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
	font-family: RobotoRegular;
}
.container-title a {
	float: right;
}

.main_2 {
	min-height:500px;
}

/*
// *.jp2 = jpeg2000 ================================================
CSS
.no-jpeg2000 .box { color: red; }
.jpeg2000 .box { color: green; }
JS
Modernizr.on('jpeg2000', function(result) {
  if (result) {
    // supported
  } else {
    // not-supported
  }
});
*/

/*
//WebP ==============================================================
CSS
.no-webp .box { color: red; }
.webp .box { color: green; }
JS
Modernizr.on('webp', function(result) {
  if (result) {
    // supported
  } else {
    // not-supported
  }
});
*/

/* ----- header ----- */	
header {
	font-family: Opensans;
	background: url("/themes/default/images/header-fon.png") no-repeat scroll 50% 0%;

}
header.container-center {
	position:relative;
	padding:0 0 0px 0;
}
/* .jpeg2000 header {
	background: url("/themes/default/images/header-fon.jp2") no-repeat scroll 50% 0%;
} */
.webp header {
	background: url("/themes/default/images/header-fon.webp") no-repeat scroll 50% 0%;
}

#topinfo-header {
	height:54px;
	/* background: rgba(255, 255, 255, 0.7); */
	font-family: "RobotoRegular";
}
#topinfo-header-address {
	float:left;
	width:230px;
	margin:15px 0 0 25px;	
	padding:5px 0 5px 25px;
	font-size: 14px;
	background: url("/themes/default/images/map-point.png") no-repeat scroll 0% 50%;
}
/* .jpeg2000 #topinfo-header-address {
	background: url("/themes/default/images/map-point.jp2") no-repeat scroll 0% 50%;
} */
.webp #topinfo-header-address {
	background: url("/themes/default/images/map-point.webp") no-repeat scroll 0% 50%;
}
#topinfo-header-timetable {
	float:left;
	width:273px;
	margin:15px 0 0 25px;
	padding:5px 0 5px 27px;
	font-size: 14px;
	background: url("/themes/default/images/clock-point.png") no-repeat scroll 0% 50%;
}
/* .jpeg2000 #topinfo-header-timetable {
	background: url("/themes/default/images/clock-point.jp2") no-repeat scroll 0% 50%;
} */
.webp #topinfo-header-timetable {
	background: url("/themes/default/images/clock-point.webp") no-repeat scroll 0% 50%;
}
#topinfo-header .btn-big-view {
	display: block;
	float: right;
	width:240px;
	margin:15px 20px 0 0;
	padding:0 0 0 41px;
	font-size: 19px;
	text-decoration: none;
	background: url("/themes/default/images/eye-point.png") no-repeat scroll 0% 50%;
}
#topinfo-header .btn-big-view:hover {
	text-decoration: underline;
}
/* .jpeg2000 #topinfo-header .btn-big-view {
	background: url("/themes/default/images/eye-point.jp2") no-repeat scroll 0% 50%;
} */
.webp #topinfo-header .btn-big-view {
	background: url("/themes/default/images/eye-point.webp") no-repeat scroll 0% 50%;
}

.call-header-btn {
	float: right;
	background: #b56609;
	width:190px;
	margin:9px 35px 0 0;
	padding:7px 5px;
	font-size: 16px;
	text-decoration: none;
	color:#fff;
	text-align: center;
}
.call-header-btn:hover {
	background-color: #c28338;
}

#container-header {
	position: relative;
	overflow: hidden;
	height: 90px;
}
.logo-header {
	display:block;
	height:90px;
	width: 330px;
	float:left;
	margin:0px;
	padding:0;
	
}
.topurl-header {
	float:right;
	margin:36px 36px 0 0;
	font-size: 13px;
	font-weight: bold;
	color:#557872;
}
.topurl-header a {
	text-decoration: none;
}
.topurl-header a:hover {
	text-decoration: underline;
}

/* menu header */
#menu-header {
	height: 102px;
	width: 100%;
	background-color: #7f96a7;
	z-index: 100;
}
#menu-header nav {
	width:100%;
	display: block;
	margin:0 auto;
	padding:0px;
	float: left;
}
#menu-header nav.menu-header-nav-1 {
	border-bottom:1px solid #8ca1b0
}
#menu-header li {
	float:left;
	padding: 0px 0px;
	margin: 0;
	display: block;
}
#menu-header nav.menu-header-nav-1 li:first-child {
	margin:0 0 0 50px;
}
#menu-header nav.menu-header-nav-2 li:first-child {
	margin:0 0 0 87px;
}
#menu-header nav.menu-header-nav-1 ul ul li:first-child,
#menu-header nav.menu-header-nav-2 ul ul li:first-child {
	margin: 0;
}
#menu-header li a {
	display: block;
	padding:14px 20px 14px 30px;
	font-size:17px;
	text-transform: uppercase;
	font-weight:500;
	color:#fdfdfd;
	text-decoration: none;
	font-family: Opensans;
}
#menu-header li a:hover {
	/* font-weight: 600; */
	color:#e0dbdb;
}
#menu-header .menu-header-triangle {
	background: url("/themes/default/images/menu-header-triangle.png") no-repeat scroll 10px 50%;
}
.webp #menu-header .menu-header-triangle {
	background: url("/themes/default/images/menu-header-triangle.webp") no-repeat scroll 10px 50%;
}
#menu-header li a {
	/* background: url("/themes/default/images/menu-arrow-point.png") no-repeat scroll 100% 50%; */
}
/* .jpeg2000 #menu-header li a {
	background: url("/themes/default/images/menu-arrow-point.jp2") no-repeat scroll 100% 50%;
} */
#menu-header li li a {
	display: block;
	padding:10px 20px;
	font-size:15px;
	text-transform: uppercase;
	font-weight:500;
	color:#fdfdfd;
	text-decoration: none;
	font-family: Opensans;
}
#menu-header #menu-header-1 {
	margin: 0 20px 0 30px;
}
#menu-header #menu-header-1 a, 
#menu-header #menu-header-3 a, 
#menu-header #menu-header-4 a, 
#menu-header #menu-header-5 a {
	background: none!important;
}
#menu-header #menu-header-2 {
	margin: 0 55px 0 10px;
}
#menu-header #menu-header-3 {
	margin: 0 20px 0 5px;
}
#menu-header #menu-header-4 {
	margin: 0 15px 0 10px;
}

#menu-header li li a,
.jpeg2000 #menu-header li li a,
.webp #menu-header li li a {
	background:0;
	1color:#315953;
}

/* --- выпадающее меню --- */

nav ul li {
	position:relative;
	display: block;
}
nav ul li a {
	color:#313131;
	text-decoration: none;
	display: block;
}
nav ul li a:hover {
	color:#313131;
	text-decoration: none;
}
nav ul li ul {
	display: none;
	overflow: hidden;
	position: absolute;
	margin-top: -7px;
	left: -31px;
	z-index: 1001;
	width: 1153px;
	height:250px;
	padding: 0;
	background: rgba(127,150,167,0.8);
	border-radius: 5px;
	border: 2px solid #e9e3d7;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	column-count: 3;
}
nav ul li ul li:first-child {
	
}
nav ul li ul li {
	float: left;
	width:100%;
	text-decoration: none;
	margin: 0px;
	background: none!important;
}
nav ul li ul li:last-child {
	border-bottom:none;
}
nav ul li ul li a {
	display: table-cell;
}

nav ul li ul a:hover {
	text-decoration:none;
}
nav ul  li:hover > ul {
    display: block;
}


nav ul  ul li:hover > ul {
	display:none;
}
nav ul li ul {
	display: none;
} 
/**/

/* ----- slider ----- */
#slider-container {
	/* background:#ffffff; */

}
.slider{
	width:100%;
	overflow:hidden;
	padding:0px 0px;
}
#camera_wrap_1 .camera_target {
	
}
.slider img {

}
/* slider-container png */
#slider-container .slider-png {
	/* display:block; */
}
#slider-container .slider-jp2 {
	/* display:none; */
}
#slider-container .slider-webp {
	/* display:none; */
}
/* slider-container jp2 */
.jpeg2000 #slider-container .slider-png {
	/* display:none; */
}
.jpeg2000 #slider-container .slider-jp2 {
	/* display:block; */
}
.jpeg2000 #slider-container .slider-webp {
	/* display:none; */
}
/* slider-container webp */
.webp #slider-container .slider-png {
	/* display:none; */
}
.webp #slider-container .slider-jp2 {
	/* display:none; */
}
.webp #slider-container .slider-webp {
	/* display:block; */
}

/* mid-menu-on-main */
#mid-menu-on-main {
	overflow: hidden;
}
#mid-menu-on-main ul {

}
#mid-menu-on-main li {
	float:left;
	margin: 1px;
	overflow: hidden;
}
#mid-menu-on-main li.mid-menu-1 {
	background: url("/themes/default/images/mid-menu-1.png") repeat-x scroll 0% 0%;
}
#mid-menu-on-main li.mid-menu-2 {
	background: url("/themes/default/images/mid-menu-2.png") repeat-x scroll 0% 0%;
}
#mid-menu-on-main li.mid-menu-3 {
	background: url("/themes/default/images/mid-menu-3.png") repeat-x scroll 0% 0%;
}
#mid-menu-on-main a {
	display: block;
	float: left;
	width:418px;/*418*/
	height:31px;/*181*/
	margin:0;
	padding:79px 0 75px 0;;
	text-decoration: none;
	font-family: Opensans;
	color:#fff;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}

/* articles-on-main-wrap */ 
#articles-on-main-wrap {
	overflow: hidden;
}
.article-block-item {
	width:29%;
	padding:0 1% 10px 1%;
	margin: 0 2% 0 0; 
	float: left;
}
.article-block-item-info {
	width: 90%;
	padding:0 0 0 37px;
	overflow: hidden;
	background: url("/themes/default/images/article-item.png") no-repeat scroll 0% 50%;
	border-bottom:2px solid #dedede;
	font-weight: bold;
	font-size: 16px;
}
.webp .article-block-item-info {
	background: url("/themes/default/images/article-item.webp") no-repeat scroll 0% 50%;
}
.article-block-item-title {
	float: left;
	padding:15px 20px 15px 0;
}
.article-block-item-date {
	float: left;
	padding:15px 20px 15px 0;
}
.article-block-item-intro {
	padding:10px 0;
	font-size: 15px;
}

/* infopanel-on-main */
#infopanel-on-main-wrap {
	height:668px;
	width:100%;
	overflow: hidden;
	margin:30px auto 0 auto;
	background: url("/themes/default/images/info-panel-fon.png") no-repeat scroll 50% 50%;
	font-family: "RobotoRegular";
}
/* .jpeg2000 #infopanel-on-main-wrap {
	background: url("/themes/default/images/info-panel-fon.jp2") repeat-x scroll 0% 50%;
} */
.webp #infopanel-on-main-wrap {
	background: url("/themes/default/images/info-panel-fon.webp") no-repeat scroll 50% 50%;
	margin:0 auto 70px 0;
}
#infopanel-on-main {
	overflow: hidden;
	margin:150px auto 10px auto;
}
.infopanel-block {
	position: relative;
	display: block;
	float:left;
	width:418px;
	margin:1px;
	height: 180px;
	text-decoration: none;
	font-size:16px;
	/* font-weight: 600; */
	background: rgba(255, 255, 255, 0.5);
}
.infopanel-block:hover {
	text-decoration: none;

}
.infopanel-block span {
	position: absolute;
	color: #494a47;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 27px;
}
#infopanel-block-1 span {
	top:55px;
	left:40px;	
}
#infopanel-block-2 span {
	top:35px;
	left:40px;	
}
#infopanel-block-3 span {
	top:55px;
	left:40px;	
}
#infopanel-block-4 span {
	top:55px;
	left:40px;	
}
#infopanel-block-5 span {
	top:35px;
	left:40px;	
}
#infopanel-block-6 span {
	top:55px;
	left:40px;	
}

/* galery-on-main */

.container-title-photo .container-title-pic,
.container-title-news .container-title-pic {
	float:left;
	width:3%;
}
.container-title-photo h3,
.container-title-news h3 {
	width: 95.5%;
	float:left;
	margin:5px 0 0px 1%;
	padding:0 0 5px 0;
	display: block;
	border-bottom:2px solid #dedede;
}
.container-title-photo a,
.container-title-news a {
	display: block;
	padding:0px 0 0 12px;
	text-transform:lowercase;
	font-weight: 500;
	font-size: 16px;
	color:#485a67;
	background: url("/themes/default/images/photo-arrow-point.png") no-repeat scroll 0% 60%;
	text-decoration: none;
}
.container-title-photo a:hover,
.container-title-news a:hover {
	text-decoration: underline;
}
/* .jpeg2000 .container-title-photo a,
.jpeg2000 .container-title-news a {
	background: url("/themes/default/images/photo-arrow-point.jp2") no-repeat scroll 0% 60%;
} */
.webp .container-title-photo a,
.webp .container-title-news a {
	background: url("/themes/default/images/photo-arrow-point.webp") no-repeat scroll 0% 60%;
}

/* newsblock-on-main-wrap */
#newsblock-on-main-wrap {
	margin:50px auto 1px auto;
	overflow: hidden;
	font-family: "RobotoRegular";
}
.newsblock-item {
	width:48.5%;
	margin:5px 1% 50px 0.5%;
	float:left;
	overflow:hidden;
}
.newsblock-item-img {
	float:left;
}
.newsblock-item-info {
	width: 339px;
	float: left;
	padding:0 0 0 0px;
	margin:0 15px;
	overflow: hidden;
	border-bottom:2px solid #dedede;
	font-weight: bold;
	font-size: 16px;
}
.newsblock-item-title {
	float: left;
	padding:5px 15px 15px 0;
}
.newsblock-item-date {
	float: left;
	padding:5px 5px 15px 0;
}
.newsblock-item-intro {
	float:left;
	width:339px;
	margin:10px 15px;
	font-size: 16px;
	color:#3e3e3e;
}
.newsblock-item-intro a {
	text-decoration:none;
}
.newsblock-item-intro a:hover {
	text-decoration:underline;
}
.blok_news {
	overflow:hidden;
	margin:10px 0;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #dedede;
}
.one-img-news {
	float:left;
	margin:0 10px 0 0;
}
.blok_news h2 {
	text-transform: uppercase;
	color: #315953;
	font-weight: 600;
	text-align: left;
}
.blok_news_date {
	margin: 1px 0 10px 0;
	font-weight: normal;
	color: #666;
	font-size: 15px;
	font-family: RobotoRegular;
}
.blok_news_intro {
	font-size: 15px;
	font-family: "RobotoRegular";
	overflow: hidden;
}
.blok_news_intro a {
	text-decoration:none;
}
.one-img-new {
	float: left;
	margin: 1px 30px 20px 0;
}



.blok_news_intro a:hover {
	text-decoration: underline;
}
.blok_news_intro a.blok_news_more:hover {
	text-decoration: none;
	color: #315953;
}
.blok_news_more {
	float: right;
	font-size: 16px;
	margin: 15px 0;
	font-weight: bold;
}

/* comment-on-main-wrap */
#comment-on-main-wrap {
	overflow: hidden;
	margin:0 auto 100px auto;
}
.comment-block-item {
	width:29%;
	padding:0 1% 10px 1%;
	margin: 0 2% 0 0; 
	float: left;
}
.comment-block-item-info {
	width: 90%;
	padding:0 0 0 0px;
	overflow: hidden;
	border-bottom:2px solid #dedede;
	font-weight: bold;
	font-size: 16px;
}
.comment-block-item-num {
	float: left;
	padding:5px 5px 15px 0;
	color:#6f1402;
}
.comment-block-item-title {
	float: left;
	padding:5px 15px 15px 0;
}
.comment-block-item-date {
	float: left;
	padding:5px 5px 15px 0;
}
.comment-block-item-intro {
	padding:10px 0;
	font-size: 15px;
}

/* catalog */
.main_2 .tetext ul li.catalog_list_one, .main_2 .tetext ul li.catalog_add_photo, .catalog_list_one, .catalog_add_photo {
	width: 356px;
	margin: 1px 10px;
	text-align: center;
}
.main_2 .tetext ul li.catalog_list_one img,
.main_2 .tetext ul li.catalog_add_photo img,
.catalog_list_one img,
.catalog_add_photo img {
	width:100%;
}
.catalog_photos_area {
	width:100%;
	margin:0;
	float:auto;
}

/* ------ block-text-main ------ */

.main_2 {
	padding-top: 20px;
	background: #fff;
	padding-bottom: 30px;
}
.main_2 .tetext {
	width:90%;
	margin:40px auto 80px auto;
	overflow:hidden;
}
.main_2 .static {
	padding: 0;
}
.frame-content {
	position:relative;
	overflow:hidden;
	width:90%;
	margin:0 auto;
	border1:#315953 2px solid;
	box-shadow: 0 0 15px rgb(0 0 0 / 50%);
}
.frame-content iframe {
	width: 99.58% !important;
}
.frame-content frame {
	border:none;
}
.tbl-content {
	width:90%;
	margin:20px auto;
	border:#315953 2px solid;
	
	box-shadow: 0 0 15px rgb(0 0 0 / 50%);
}

.tbl-content td {
		text-align:left;
}
.tbl-content th, .tbl-content td {
	padding: 10px 9.5px;
	font-family: "RobotoRegular";
	color: #315953;
	border: #315953 1px solid;
}
.tbl-content th {
		text-align:right;
		text-transform:none;
		background:#edf7ff;
		padding: 10px 8px;
}
.main_2 .tetext ul {
	margin:20px 0;
}

.main_2 .tetext ul li {
	margin: 10px 0 15px 40px;
}

/* ------ footer ------- */
.fon-footer {
	background: #dcecf8 url("/themes/default/images/footer-fon.png") no-repeat scroll 50% 50%;

}
/* .jpeg2000 .fon-footer  {
	background: #def1e7 url("/themes/default/images/footer-fon.jp2") no-repeat scroll 50% 50%;
} */
.webp .fon-footer  {
	background: #dcecf8 url("/themes/default/images/footer-fon.webp") no-repeat scroll 50% 50%;
}
footer {
	padding:0px 0 0px 0;
	height:180px;
	overflow: hidden;
	font-family: "RobotoRegular";
}
#footer-block-1 {
	float:left;
	width:405px;
}
#footer-block-1 .btn-big-view {
	margin: 18px 0 5px 0;
	padding: 17px 25px 17px 65px;
	display: block;
	width: 240px;
	font-size: 18px;
	background: #315953;
	text-decoration: none;
	color: #ffffff;
	background: #485a67 url("/themes/default/images/eye-bot-point.png") no-repeat scroll 7% 50%;
}
/* .jpeg2000 #footer-block-1 .btn-big-view  {
	background: #315953 url("/themes/default/images/eye-bot-point.jp2") no-repeat scroll 7% 50%;
} */
.webp #footer-block-1 .btn-big-view  {
	background: #485a67 url("/themes/default/images/eye-bot-point.webp") no-repeat scroll 7% 50%;
}
#footer-block-1 .btn-big-view:hover {
	color:#cecece!important;
}
#footer-block-1 p {
	font-size: 15px;
}

#footer-block-2 {
	float: left;
	width:336px;
}
#footer-block-2 ul {
	margin:30px 0 0 0;
}
#footer-block-2 li {
	margin: 0 0 8px 0px;
	padding: 0 0 0 18px;
	background: url("/themes/default/images/arrow-bot-point.png") no-repeat scroll 0% 50%;
}
/* .jpeg2000 #footer-block-2 li  {
	background: url("/themes/default/images/arrow-bot-point.jp2") no-repeat scroll 0% 50%;
} */
.webp #footer-block-2 li  {
	background: url("/themes/default/images/arrow-bot-point.webp") no-repeat scroll 0% 50%;
}
#footer-block-1 .btn-big-view:hover {
	color:#aecaae
}
#footer-block-2 a {
	font-size: 14px;
	text-decoration: none;
}
#footer-block-2 a:hover {
	text-decoration: underline;
}

#footer-block-3 {
	float:right;
	width:270px;
}
#footer-block-address {
	width: 230px;
	margin: 25px 0 0 20px;
	padding: 5px 0 5px 25px;
	font-size: 14px;
	background: url("/themes/default/images/map-bot-point.png") no-repeat scroll 0% 50%;
}
/* .jpeg2000 #footer-block-address {
	background: url("/themes/default/images/map-bot-point.jp2") no-repeat scroll 0% 50%;
} */
.webp #footer-block-address {
	background: url("/themes/default/images/map-bot-point.webp") no-repeat scroll 0% 50%;
}
#footer-block-3 ul {
	text-align: right;
	margin:50px 0 0 0;
	font-size: 15px;
}
#footer-block-3 li {
	padding:5px 0;
}
#footer-block-3 li:first-child {
	padding:5px 0 5px 28px;
	background: url("/themes/default/images/clock-bot-point.png") no-repeat scroll 52% 50%;
}
/* .jpeg2000 #footer-block-3 li:first-child  {
	background: url("/themes/default/images/clock-bot-point.jp2") no-repeat scroll 52% 50%;
} */
.webp #footer-block-3 li:first-child  {
	background: url("/themes/default/images/clock-bot-point.webp") no-repeat scroll 52% 50%;
}



/* ---- footer-low-wrap ---- */
.footer-low-wrap {
	height:54px;
	background-color: #7f96a7;
	overflow: hidden;
}
.footer-low-left {
	float: left;
	margin: 15px 0 0 0;
	color: #ffffff;
	font-size: 15px;
}
.footer-low-left a {
	color:#fff;
	text-decoration: underline;
}
.footer-low-left a:hover {
	text-decoration: none;
}
.footer-low-right {
	float: right;
	margin:15px 1px 0 0;
	color:#ffffff;
	font-size: 14px;
}
.footer-low-right a {
	color:#ffffff;
	text-decoration: underline;
}
.footer-low-right a:hover {
	text-decoration: none;
}

























/* ============================ = */























/**/



@media screen and (max-width: 1440px) {
/* main */
.container-center {
 	/* width:1200px; */
}	

/* skin-tango*/
.jcarousel-skin-news .jcarousel-item-horizontal {
    /* width: 208px!important;
	margin: 0px 4px; */
}
.jcarousel-skin-news .jcarousel-clip-horizontal {
    /* width: 1140px!important; */
}
/*

.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;
}

*/

}