@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/FontAwesome/fontawesome-webfont.eot') format('embedded-opentype'),
  url('../fonts/FontAwesome/fontawesome-webfont.woff2') format('woff2'),
  url('../fonts/FontAwesome/fontawesome-webfont.woff') format('woff'),
  url('../fonts/FontAwesome/fontawesome-webfont.ttf') format('truetype'),
  url('../fonts/FontAwesome/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nina-Regular';
  src: url('Nina-Regular.eot');
  src: url('../fonts/Nina-Regular/Nina-Regular.eot') format('embedded-opentype'),
  url('../fonts/Nina-Regular/Nina-Regular.woff') format('woff'),
  url('../fonts/Nina-Regular/Nina-Regular.ttf') format('truetype'),
  url('../fonts/Nina-Regular/Nina-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa:before{
	width: 25px;
	display: block;
	float: left;
	font-style: normal;
   font-family: FontAwesome;
}
i {
	font-style: normal;
}
.fa {
	font-family: FontAwesome;
}
.fa-bars:before {
    content: "\f0c9";
}
* {
    margin: 0px;
    padding: 0px;
    /*border: none;*/
}
body {
	font-family: 'arial';
   background-color: #ffffff;
}
li {
    list-style-type: none;
}
body {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
#lines {
	position: absolute;
    right:0;
    top:0;
    bottom:0;
	z-index: 2;
	background-image: url('../images/lines.png');
	background-repeat: repeat;
	width: 235px;
}
#top_info {
   /*background-color: #262c38;*/
   /*height: 15px;*/
   font-size: 12px;
   padding: 0 0 0 0px;
   text-align: center;
}


#on_line {
	background-color: #FFAE21;
position: fixed;
top: 270px;
right: -100px;
width: 250px;
text-align: center;
padding: 15px 0px;
z-index: 3;
color: #292929;
cursor: pointer;
text-transform: uppercase;
}
/* верх сайта */
#MobileMenu {
    display:none;
}
header {
    /*height: 895px;*/
    height: 800px;
    position: relative;
    background-image: url('../images/1920-797.jpg');
    background-size: cover;
}
#header_top {
    background-color: rgba(38 ,44 ,56 ,0.8);
    height: 90px;
    position: relative;
    z-index: 3;
}
#header_top_left {
	/*padding-top: 40px;*/
}
#logo {
    width: 33%;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
}
#img_logo {
	float: left;
	margin-right: 15px;
}
#logo_title {
	/*font-size: 20px;*/
    font-size: 16px;
	color: #fff;
	font-family: 'Nina-Regular';
	border-bottom: 1px solid #535151;
    width: 58%;
	overflow: hidden;
    position: relative;
    top: -5px;
    padding-bottom: 5px;
}
#logo_title + span {
	color: #ffae21;
	font-size: 10px;
    display: block;
}
#header_menu {
    /*width: 63%;
    float: right;*/
    text-align: right;
	position: absolute;
	right: 100px;
}
#header_menu ul {
    /*margin-top: 37px;*/
}
#header_menu li{
    display: inline-block;
    /*margin-right: 40px;*/
    margin-right: 25px;
}
#header_menu li ul {
    position: absolute;
    display: none;
    background-color: rgba(38 ,44 ,56 ,0.8);
         width: 200px;
}
#header_menu li:hover ul {
    display: block;
}
#header_menu li ul li {
    display: block;
    text-align: left;
         width: 200px;
}
#header_menu > ul > li > a{
    color: #fff;
    text-decoration: none;
    font-family: 'arial';
	font-size: 14px;
    font-weight: bold;
    display: table-cell;
    height: 90px;
    vertical-align: middle;
}
#header_menu > ul > li > ul > li > a{
    color: #fff;
    text-decoration: none;
    font-family: 'arial';
	font-size: 14px;
    font-weight: bold;
    padding: 10px;
    display: block;
}

#header_menu > ul > li > ul > li > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-family: 'arial';
	font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 10px 30px;
    display: block;
   /* border: 4px double black;*/
   
}

#header_menu a:hover{
    color: #ffae21;
    text-decoration: none;
}
#header_search {
	position: absolute;
	/*right: 60px;*/
	right: 75px;
	border-right: 1px solid #ffae21;
	/*height: 32px;*/
    height: 21px;
	padding-right: 15px;
	/*margin-top: -4px;*/
    margin-top: 35px;
}
#header_search label {
	display: none;
}
#header_search input[type="text"] {
	display: none;
	z-index: 1;
	position: relative;
}
#header_search_img {
	position: absolute;
	top: 0px;
	right: 15px;
	cursor: pointer;
}
#header_search img {
    width: 22px;
    height: 21px;
}
#header_lang {
    position: absolute;
    right: 20px;
    color: #fff;
    /*font-size: 20px;
    font-family: arial;
    color: #ffae21;*/
    color: #fff;
    font-family: 'arial';
	font-size: 14px;
    font-weight: bold;
    top: 35px;
}
#header_main {
    /*height: 800px;*/
}
#header_left {
    width: 12%;
    background-color: rgba(38 ,44 ,56 ,0.8);
    /*height: 100%;*/
    position: absolute;
    /*top: 0px;*/
    top: 90px;
    color: #fff;
    /*padding-left: 10px;*/
    float: left;
    padding: 0px 10px;
    bottom: 0px;
    min-width: 210px;
}
#en_v {
    border: 1px solid #ec9421;
    width: 60%;
    text-align: center;
    padding: 7px 0;
    margin-bottom: 50px;
}
#en_v a {
	color: #fff;
	text-decoration: none;
	font-family: 'Nina-Regular';
}
#l_k {
    
}
#l_k_title {
	margin-bottom: 20px;
	font-family: 'Nina-Regular';
}
#l_k h3 {
/*	margin-bottom: 20px; */
	font-family: 'Nina-Regular';
    font-size: 18px;
}
#l_k form div{
    margin: 10px 0;
}
#l_k form label {
    margin: 10px 0;
    display: block;
	font-size: 12px;
	font-style: italic;
	font-weight: 800;
}
#l_k form fieldset {
    border: none;
}
#l_k input[type="text"] {
    width: 80%;
    background-color: transparent;
    border: 1px solid #ec9421;
    padding: 5px;
    color: #fff;
}
#l_k input[type="password"] {
    width: 80%;
    background-color: transparent;
    border: 1px solid #ec9421;
    padding: 5px;
    color: #fff;
}
#l_k input[type="submit"] {
    width: 100px;
    background-color: #6f6e6c;
    border: none;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'arial';
}
#l_k input:hover[type="submit"] {
    width: 100px;
    background-color: #ffae21;
    border: none;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'arial';
}
#l_k input[type="button"] {
    width: 80%;
	background-color: #6f6e6c;
   	border: 1px solid #ffae21!important;
    padding: 11px;
	border: none;
    font-family: 'arial';
	font-size: 14px;
	color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
#l_k input:hover[type="button"] {
	background-color: #ffae21;
	border: 1px solid #ffae21!important;
    padding: 11px;
	border: none;
    font-family: 'arial';
	font-size: 14px;
	color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
#announce {
	border: 1px solid #ffae21;
	margin-top: 40px;
	margin-bottom: 20px;
	
}
#announce h3 {
	margin-top: 20px;
	margin-left: 20px;
	font-family: 'Nina-Regular';
   font-size: 18px;
}
#announce .newsflash {
	margin:20px;
   font-size: 14px;
}
#announce_title {
	margin-bottom: 20px;
	margin-left: 20px;
	
	font-family: 'Nina-Regular';
}
#announce .readmore a {
	color: #FFAE21;
}


#header_right {
    width: 81%;
    float: right;
}
#search {
	/*width: 690px;*/
    width: 600px;
	/*height: 100px;*/
    height: 80px;
	background-color: rgba(38 ,44 ,56 ,0.8);
	/*margin: 340px auto 0;*/
    margin: 160px;
	padding: 15px 25px 15px 25px;
}
#search form {
	position: relative;
}
#search input[type="text"] {
	/*width: 520px;*/
    width: 420px;
	padding: 12px;
	float: left;
	border: none;
    color: #292929;
	font-style: italic;
	font-size: 18px;
	font-family: arial;
}
#search input[type="radio"] {
	margin-right: 10px;
}
#search input[type="submit"] {
	background-color: #ffae21;
	/*width: 130px;*/
    width: 100px;
	/*padding: 15px;*/
    padding: 13px;
	float: right;
	border: none;
    font-family: 'arial';
	font-size: 14px;
	color: #232225;
    font-weight: bold;
    text-transform: uppercase;
}
#search input:hover[type="submit"] {
	background-color: #292929;
	border: 1px solid #ffae21!important;
	/*width: 130px;*/
    width: 100px;
	/*padding: 15px;*/
    padding: 13px;
	float: right;
	border: none;
    font-family: 'arial';
	font-size: 14px;
	color: #ffae21;
    font-weight: bold;
    text-transform: uppercase;
}
#search input[type="text"]::-webkit-input-placeholder {
	color: #292929;
	font-style: italic;
	font-size: 18px;
	font-family: arial;
}
#search input[type="text"]::-moz-placeholder {
	color: #292929;
	font-style: italic;
	font-size: 18px;
	font-family: arial;
}
#search input[type="text"]:-moz-placeholder {
	color: #292929;
	font-style: italic;
	font-size: 18px;
	font-family: arial;
}
#search input[type="text"]:-ms-input-placeholder {
	color: #292929;
	font-style: italic;
	font-size: 18px;
	font-family: arial;
}
#search_radio {
	position: absolute;
	top: 75px;
	color: #fff;
	font-family: 'Nina-Regular';
}
#e_catalog {
	position: absolute;
	/*top: 75px;*/
    top: 65px;
	color: #fff;
	font-family: 'Nina-Regular';
}
#e_library {
	position: absolute;
	/*top: 75px;*/
    top: 65px;
	color: #fff;
	font-family: 'Nina-Regular';
	left: 230px;
}
#a_search {
	position: absolute;
	right: 0px;
	/*top: 75px;*/
    top: 65px;
}
#a_search a {
	color: #fff;
	font-family: 'Nina-Regular';
	text-decoration: none;
	
}
#a_search a:hover {
	color: #ffae21;
	font-family: 'Nina-Regular';
	text-decoration: none;
}
#left_menu {
    /*margin-top: 150px;*/
    margin-top: 40px;
}
#left_menu ul {
	margin-bottom: 30px;
}
#left_menu li {
	margin-bottom: 15px;
}
#left_menu a {
    color: #fff;
    text-decoration: none;
    font-family: 'Nina-Regular';
}
#left_menu a:hover {
    color: #ffae21;
}
#left_menu a:hover .fa {
    color: #fff;
}
#left_menu a:hover:before  {
    color: #fff;
}

#left_menu li ul {
    display: none; 
         position: absolute;
       /*  background: #e2e2e2;*/
      /*   padding: 50px; 0 0 50px;*/
}
#left_menu li:hover ul {
     display: block;
    	font-size:12px;
      padding: 0 0 0 200px;
    	             /*left: 160px;*/
    	            /* top: 0px;*/
    	                  /*  z-index: 2;*/
   }

.fa-calendar:before {
	content:"\f073";
}
.fa-info-circle:before {
	content:"\f05a";
}
.fa-user-plus:before {
	content:"\f234";
}
.fa-file-text:before {
	content:"\f15c";
}
.fa-rss:before {
	content:"\f09e";
}
/* основная часть сайта */
#main {
    
}
#news {
   height: 720px;
   overflow: hidden;
}
#new_book {
    background-color: #fff;
    /*width: 17%;*/
    width: 12%;
    /*height: 100%;*/
    /*height: 765px;*/
    float: left;
    text-align: center;
    /*padding-top: 50px;
    padding-left: 10px;*/
    padding: 20px 10px 0;
    font-family: 'Nina-Regular';
    height: 720px;
    min-width: 210px;
	border-right: 1px solid #c3c9d1;
}
#new_book img {
	width:100%	
}
#new_book h3 {
	border-bottom: 2px solid #3b3b3a;
    color: #292f3a!important;
    margin: 0 auto;
    padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 16px;
}
#new_book .menu {
    text-align: left;
	padding-bottom: 50px;
}

#new_book .menu li {
    padding-top: 20px;
}

#new_book .menu a {
    color: #292f3a;
}
.new_book_text {
	text-align: left;
	width: 200px;
    margin: 0 auto 40px;
}
.new_book_read {
	background-color: #282e3a;
	color: #ffae21;
	width: 150px;
    margin: 0 auto;
    padding: 10px 0;
}
.bold {
	font-weight: bold;
}
#news_right {
    width: 70%;
    /*height: 100%;*/
    float: left;
    padding-top: 30px;
    margin-left: 2%
}
#news_right > div > h3 {
    text-align: center;
    font-family: 'Arial';
    /*font-size: 30px;*/
    font-size: 20px;
    margin-bottom: 40px;
    color: #292f3a;
    font-weight: 700;
	text-transform: uppercase;
}
#news_title {
	text-align: center;
	font-family: 'Nina-Regular';
	font-size: 30px;
	margin-bottom: 20px;
}
.news_item {
	overflow: hidden;
	margin-bottom: 30px;
}
.news_item_left {
	float: left;
    /*width: 10%;*/
    width: 7%;
}
.news_item_right {
	float: right;
	width: 90%;
	padding-left: 15px;
}
.news_title {
	font-family: 'Nina-Regular';
	font-size: 19px;
	margin-bottom: 25px;
}
.news_date {
    border: 1px solid #ec9421;
    width: 80px;
    /*height: 80px;*/
    text-align: center;
    font-family: 'Nina-Regular';
    font-size: 30px;
    padding: 5px 0;
}
span.mod-articles-category-date {
    border: 1px solid #ec9421;
    /*width: 80px;*/
    width: 60px;
    height: 50px !important;
    /*height: 80px;*/
    text-align: center;
    font-family: 'Nina-Regular';
    /*font-size: 30px;*/
    font-size: 20px;
    padding: 5px 0;
    display: block;
    text-transform: uppercase;
}
span.mod-articles-category-date span {
	/*font-size: 18px;*/
    font-size: 13px;
}
.news_date span {
	font-size: 18px;
}
a.mod-articles-category-title {
    text-decoration: none;
    font-family: 'Nina-Regular';
    /*font-size: 19px;*/
    font-size: 16px;
    margin-bottom: 25px;
    color: #292f3a;
    font-weight: bold;
}

.news_text {
	margin-bottom: 15px;
    font-size: 14px;
}
.news_read_more {
    border: 1px solid #292f3a;
    /*width: 150px;*/
    text-align: center;
    width: 110px;
}
.news_read_more a {
    text-decoration: none;
    font-family: 'Nina-Regular';
    /*font-size: 18px;*/
    font-size: 16px;
    color: #292f3a;
}
.news_read_more a:hover {
    text-decoration: none;
    font-family: 'Nina-Regular';
    /*font-size: 18px;*/
    font-size: 16px;
    color: #ffae21;
}
#arch_news {
	font-family: 'Nina-Regular';
	color: #262c38;
	font-size: 18px;
	/*background-color: #262c38;*/
	width: 120px;
	text-align: center;
	float: left;
	padding: 10px 0;
}
#arch_news a {
	color: #262c38;
	font-size: 18px;
	text-decoration: none;
}
#arch_news a:hover {
	color: #ffae21;
	font-size: 18px;
	text-decoration: none;
}

/* блок со слайдером */
#main_slider {
	overflow: hidden;
	/*height: 570px;*/
	background-color: #bcbec1;
    height: 100%;
    position: relative;
}
#news_world {
	float: left;
	width: 12%;
	background-color: #9ea0a4;
	/*padding-left: 10px;*/
	/*height: 564px;*/
    padding: 50px 10px 5px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    min-width: 210px;
}
.news_world_item h3 {
    border-bottom: 4px solid #3b3b3a;
    color: #292f3a;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 50px;
}
.news_world_title {
	font-family: 'Nina-Regular';
	font-size: 24px;
}
.news_world_item_title {
	font-family: 'Nina-Regular';
	font-size: 18px;
}
.news_world_item_text {
	width: 80%;
}
#big_slider {
	float: left;
    width: 70%;
    text-align: center;
    left: 19%;
position: relative;
}
#plan {
    overflow: hidden;
    background-color: #fff;
}
#plan_left {
	float: left;
	width: 12%;
	background-color: #d4d4d4;
	text-align: center;
    /*padding-left: 10px;*/
    height: 655px;
    padding: 50px 10px 0px;
    min-width: 210px;
}
#day_history_title {
	font-family: 'Nina-Regular';
	font-size: 24px;
	color: #292f3a;
    border-bottom: 4px solid #3b3b3a;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 5px;
    margin-bottom: 70px;
}
#day_history h3 {
	font-family: 'Nina-Regular';
	font-size: 24px;
	color: #292f3a;
    border-bottom: 4px solid #3b3b3a;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 5px;
    margin-bottom: 70px;
}
.day_history_text {
    text-align: left;
    margin-bottom: 40px;
}
.day_history_text img {
    width: 100%;
}
.day_history_date {
    text-align: center;
}
.history_readmore {
    text-decoration: none;
    font-family: 'Nina-Regular';
	font-size: 16px;
	color: #ffae21;
    display: block;
    background-color: #262c38;
    margin: 0 auto;
    width: 150px;
    text-align: center;
    padding: 5px 0px;
}
#day_history_border {
    border: 1px solid #000;
    padding: 40px 10px;
}
#lidbrary_plan {
	/*float: left;*/
    position: absolute;
    top: 30px;
    left: 20px;
    width: 230px;
}
#lidbrary_plan_title {
	font-family: 'Nina-Regular';
	font-size: 18px;
	color: #ffae21;
    text-align: center;
}
#number_floor {
    text-align: center;
}
#lidbrary_plan img {
    /*width: 90%;*/
}
#plan_floors {
	
}
#partners_bg {
    background-image: url('../images/city.png');
    /*height: 100%;*/
    height: 705px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
}
#partners {
    float: left;
    width: 90%;
    position: relative;
}
#partners img {
    /*margin: 0 9px 200px;*/
}
#partners_button {
    position: absolute;
    left: 37%;
    bottom: 80px;
}
#partners_button a {
    text-decoration: none;
    font-family: 'arial';
	font-size: 14px;
	color: #262c38;
    background-color: #eeeeee;
/*	border: 1px solid #ffae21;*/
    padding: 10px 25px;
    display: block;
	font-weight: 700;
}
#partners_button a:hover {
    text-decoration: none;
    font-family: 'arial';
    font-size: 14px;
	background-color: #292929;
/*    border: 1px solid #ffae21;*/
    color: #fff;
    padding: 10px 25px;
    display: block;
    font-weight: 700;
}
#location {
	/*background-image: url('../images/location.jpg');*/
	height: 350px;
    position: relative;
}
#location iframe {
	position: absolute;
    /*top: -135px;
    z-index: -1;*/
}

/* низ сайта */
footer {
    height: 320px;;
    background-color: rgba(38 ,44 ,56 ,1);
    /*position: absolute;*/
    color: #fff;
    /*top: -320px;*/
    bottom: 0px;
    width: 100%;
    position: relative;
    z-index: 2;
}
#footer_left {
    position: absolute;
    left: 300px;
    /*margin-top: 65px;*/
    top: 75px;
    width: 450px;
}
#footer_right {
    position: absolute;
    /*right: 200px;*/
    /*margin-top: 65px;*/
    top: 80px;
    right: 20px;
	font-size: 14px;
	font-weight: 700;
}
#footer_menu li{
    display: inline-block;
    margin-right: 30px;
}
#footer_menu a {
    color: #fff;
    text-decoration: none;
}
#guest_book {
    position: absolute;
    top: 100px;
    right: 300px;
}
#guest_book a {
    text-decoration: none;
    font-family: 'Nina-Regular';
	font-size: 14px;
	color: #fff;
    border: 1px solid #ecc021;
    padding: 15px 7px;
}
#footer_blog {
    margin-bottom: 25px;
}
#footer_logo {
    /*width: 400px;*/
    position: relative;
	top: 30px;
}
#footer_logo_title {
    font-family: 'Nina-Regular';
	font-size: 16px;
	color: #fff;
    position: absolute;
    left: 90px;
    top: 0px;
}
#footer_logo img {
    /*float: left;*/
}
#copyright {
    font-size: 10px;
    top: 90px;
    position: relative;
    left: 300px;
}
#footer_addr {
    width: 300px;
    text-align: right;
    right: 35px;
    top: 80px;
    position: absolute;
}
.new_book_title, .news_world_item h3, #day_history h3 {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 2px solid #3b3b3a!important;
}
#mobile_slider {
    display: none;
}
#mobile_block {
    display: none;
}
.mod-languages .inputbox {
    font-size: 12pt !important;
    color: white;
    background: none;
    border: none;
    padding-right: 6px;
}
.jirbis_slider .background .about .readmore a {
    display: inline-block;
    background-color: #ffae21;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    font-family: Arial;
    font-size: 1vw;
    font-weight: normal;
}
.jirbis_slider.ji_sortly .background .slider-item > div {
    display: block;
    text-align: left!important;
    width: 100%;
}
.jirbis_slider .background .slider-item > div {
    display: table-cell;
    vertical-align: middle;
    text-align: justify;
}



#footer_menu a:hover {color: #ffae21;}

.moduletable .news_read_more a {
text-decoration: none;
font-family: "arial";
font-size: 16px;
font-weight: 400;
padding: 5px 20px;
display: block;
}
.moduletable .news_read_more a:hover {
text-decoration: none;
font-family: "arial";
font-size: 16px;
font-weight: 400;
padding: 5px 20px;
display: block;
}
.moduletable .news_read_more{width: 150px;}
/*  new-style */
/*  lang-select */
.mod-languages .inputbox{
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url('../images/arrow-bottom.png') no-repeat 100% 50%;
    padding-right: 20px;
    cursor: pointer;
}
select.inputbox::-ms-expand {
    display: none;
}
/*  location-section */
#location #building_img{
    float: left;
    text-align: center;
    min-width: 210px;
    width: 12%;
    padding: 0px 10px;
}
#location #building_img img{
    margin-left: -10px;
    width: calc(100% + 20px);
}
#location #building_img + div{overflow: hidden;}
#location #building_img + div iframe{width:100%;}
/*  search */
#search {height: 150px;}
#search .title{
    display:block;
    color:#FFAE21 ;
    font-size: 18px;
    line-height:20px;
    margin-bottom: 20px;
    font-weight: 300;
}
/*  gest-btn */
#guest_book{min-width: 160px;}
#guest_book a{
    display: block;
    text-align: center;
}
 /*** TRANSITION ***/
/* new style */
#main-site-version{display:none;}
input.button{cursor: pointer;}
footer {padding-bottom: 20px;}
#header_menu {right: 130px;}
#logo_title {
    font-size: 20px;
    padding-bottom: 0;
    width: 70%;
   line-height: 21px;
}
#header_left{
    left: -230px;
    -webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
     -o-transition: all 1s ease-in-out;
     transition: all 1s ease-in-out;
}
#header_left.animation{left:0;}
#search input[type="submit"] {width: 132px!important;}
#day_history_border {
    border: 1px solid #000;
    padding: 10px 10px 28px;
}
body{overflow-x:hidden;}
.down {
    text-align: center;
    display: block;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    height: 30px;
    line-height: 100px;
    width: 100px;
    animation: 4s ease 0s normal none infinite running a;
    transition: bottom 1s ease 0s;
    bottom: 100px;
    z-index: 10000;
    cursor: pointer;
}
.a_down {
    border-right: 2px solid #EEE;
    border-bottom: 2px solid #EEE;
    border-radius: 2px;
    color: #EEE;
    display: inline-block;
    font-size: 0px;
    height: 30px;
    line-height: 0;
    margin-top: 25px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    transform: rotate(45deg);
}
#header_menu li.current a{text-decoration: underline;}
  /*  change descktop design */
#l_k input[type="text"],
#l_k input[type="password"]{
   background: #FFF none repeat scroll 0% 0%;
    color: #000;
    width: 90%;
    border: 0px none;
    padding: 10px 5%;
}
#left_menu a{font-family: "arial";}
#left_menu a:hover{text-decoration: underline;color:#fff;}
.contact a{
    color:#FFAE21;
    text-decoration: none;
}
.ui-accordion .ui-accordion-header{
    border-color:#aaa!important;
    background-color: #eee!important;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}
table.main input,
table.main select {
    height: 30px;
    border: 1px solid #d1d1d1;
}
table.main select {height:34px;}
table.main input[type="radio"],
table.main input[type="checkbox"]{
    height: auto;
    border: 1px solid #d1d1d1;
}
table.main input + a.ui-button {
    height: 36px!important;
}
table.main fieldset{border:0;}
table.main input[type="button"].ui-button,
table.main input[type="reset"].ui-button{
    border-color: #aaa!important;
    background-color: #eee!important;
    color: #000!important;
    padding: 5px 20px 10px;
    font-size: 12px!important;
    line-height: 20px;
}
table.main input[type="button"].ui-button:hover,
table.main input[type="reset"].ui-button:hover{
     color: #000!important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{border: 1px solid #d1d1d1!important;}
#main_right #right_menu{margin:20px 0;}
#main_right #right_module1,
#main_right #right_module1{margin:20px 0;}
table.main .model td{padding:2px 0;}
#logo_title + span {
    color: #FFAE21;
    font-size: 10px;
    display: block;
}
#header_menu li.current>a{color:#FFAE21;text-decoration: none;}
#main_right table{width:100%;}
option{color:#000;}
.moduletable h3{font-family: "arial" !important;}



#on_line {
transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
/*#on_line{ 
margin-right: -101px;
right:0;
} */
 /*** RESPONSIVE ***/
 /* 1280 */

/*@media screen and (min-width: 1285px) {

}*/


 @media screen and (max-width: 1200px) {
    #left_menu a
  /*  #front_page_search_form>div,
     #a_search a*/{font-family: 'arial';}
    #plan #partners_bg #partners table{height:auto!important;}
    #header_top {background-color: #262c38;}
#search input[type="submit"] {
    width: 110px !important;
}
body.no-scroll{overflow: hidden;}
    /*  header */
    header{
        height:auto;
        background:none;

    }
    #logo_title{
            padding-bottom: 0;
            font-size: 16px;
    }
    #header_top #logo {
        width: 500px;
        margin-top: 13px;
    }
    #header_menu{
       position: absolute;
top: 0;
width: 320px;
display: none!important;
overflow-x: hidden;
overflow-y: auto;
text-align: left;
right: -320px;
background-color: #262C38;
height: 100vh;
z-index: 101;
-webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
     -o-transition: all 1s ease-in-out;
     transition: all 1s ease-in-out;
    }
    #header_menu.active{right:0;display: block!important;}
    #header_menu ul{margin: 20px 10px 15px 20px;}
     #header_menu ul ul{
/*       display:block!important; */
    margin: 0px 0 0 20px;
    position: relative;
    }
    #header_menu>ul>li>a{color: #FFAE21!important;}
    #header_menu ul ul a{padding: 2px 0 !important;}
    #header_menu ul li{
        float:none;
        width:100%;
        margin-bottom: 5px;
    }
    #header_menu ul li a{
        color: white;
text-decoration: none;
height: auto;
    }
    #header_lang{
        right: 90px;
        top:27px;
        display:block!important;
    }
    #header_search{
        right:148px;
        margin-top: 25px;
        display:block!important;
    }
    #MobileMenu{
        color: #FFF;
display: block !important;
    top: 14px!important;
    cursor: pointer;
    right: 42px!important;
height: 30px;
position: absolute;
z-index: 9999;
width: 30px;
    font-size: 42px!important;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
        display:block!important;
        cursor: pointer;
    }
    /*  home-slider */
    #header_main{}
    #header_main #header_right {
        width: 100%;
        float: none;
        height: 520px;
        position: relative;
        background-image: url("../images/1920-797.jpg");
        background-size: cover;
    }
    #header_main #header_right #search{
    transform: translate(-50% , -50%);
     -moz-transform: translate(-50% , -50%);
     -ms-transform: translate(-50% , -50%);
     -webkit-transform: translate(-50% , -50%);
     -o-transform: translate(-50% , -50%);
     position: absolute;
     top:50%;
     left:50%;
     margin:0;
/*     height: 130px;*/
     width: 595px!important;
    padding-top: 10px 31px 15px 31px;
    }
    #search input[type="submit"] {
    height: 55px;
    margin-right: 14px;
}
#front_page_search_form>div{
    top:72px;
    font-family: "arial";
}
#e_library {left: 200px;}
    #search .title{margin-bottom:10px;}
    #search input[type="text"]{height:30px;}
    #header_main  #header_left {
    width: 100%;
    display:block!important;
    background-color: rgba(38, 44, 56, 1);
    position: relative;
    top: 0;
    color: #FFF;
    float: none;
    padding: 0 0 20px;
    bottom: 0px;
    min-width: 210px;
    text-align: center;
}
#header_main  #header_left .menu li a{padding-left:10px;}
 #header_main  #header_left  #left_menu{
    margin:0;
    padding-top: 66px;
    font-size: 18px;
}
#header_left  #left_menu ul{
    margin: 0 auto 38px;
    display: inline-block;

}
#header_left  #left_menu ul li {margin-bottom: 23px;}
 #header_main  #header_left #l_k {
    width: 232px;
    margin: 0 auto 0px;
}

#left_menu li ul {
    display: none !important; 
}

#l_k input[type="submit"]{
margin-top: 10px !important;
height: 45px;
text-transform: none !important;
font-size: 18px!important;
font-weight: 300!important;
}
 #header_main  #header_left #l_k form p{margin-bottom: 22px;}
#l_k form label {
    font-size: 14px;
    font-weight: 300;
}
 #header_main  #header_left #l_k form p input{
    height: 23px;
    width:100%;
}
#header_main  #header_left #announce {
    border: 1px solid #FFAE21;
    width: 250px;
    margin: 20px auto 0;
    font-family: 'arial';
    padding: 13px 57px;
    padding-top: 13px;
    padding-right: 50px;
    padding-bottom: 13px;
    padding-left: 50px;
    line-height: 23px;
    font-size: 20px;
}
#header_main  #header_left #announce h3{
    margin-top: 20px;
    margin-left: 20px;
    font-size: 22px;
    font-weight: 300;
    font-family: 'arial';
}
#header_main  #header_left #announce h5{
        font-family: 'arial';
        font-weight: 300;
}
h1,h2,h3,h4,h5,h5{font-weight: 300;}
    #logo_title {
    border: 0;
    font-family: 'arial';
    padding-top: 5px;
}
/*  news */
#news{
    height: auto;
    display: table;
    padding-bottom: 21px;
}
#news #mobile_slider{display:none!important;}
/*#news #new_book{display:none!important;} */

#new_book{
    background-color: #fff;
    text-align: center;
    padding: 20px 10px 0;
    font-family: 'Nina-Regular';
    height: 600px;
width:90%;
	border-right: 0px solid #c3c9d1;
}
#new_book .moduletable .menu {
   margin-left: 35%;
}

#navigation180.navigation-container {
   margin-left: 40%!important;
}
#slider180 .dj-image {
   width:210px!important;
}


#news #news_right{
   width: 100%;
    float: none;
    display: table-header-group;
    margin: 0px;
}
#news #news_right .moduletable{padding:16px 50px;}
#news #news_right .moduletable .category-module{margin-top: 35px;}
#news #news_right .moduletable .category-module li:last-child .news_item{margin-bottom:0;}
#news #news_right #arch_news{
padding: 20px 50px;
display: block !important;
font-weight: 300;
font-family: "Arial";
width: auto;
font-size: 14 !important;
}
span.mod-articles-category-date {
    width: 82px;
    height: 60px !important;
    font-size: 28px;
    padding: 12px 0 0px;
    line-height: 22px;
}
span.mod-articles-category-date  span{
    font-size: 18px;
}
.news_item_left {width: 11%!important;}
.news_item_right {
    width: 89%!important;
    padding:0;
}
.news_read_more {
    width: 151px;
    padding: 5px 0;
    display: inline-block;
}
.news_title {margin-bottom: 20px;}
.news_text {
    font-size: 16px!important;
    margin-bottom: 42px;
}
.news_item {margin-bottom: 75px;}
.moduletable a {
    font-size: 16px!important;
    font-weight: 300;
}
/*  main_slider */
#main_slider{
    height: auto;
    width: 100%;
}
#main_slider #news_world{
   width: 100%;
    float: none;
    display: block;
    margin: 0px;
    position: relative;
}
#main_slider #news_world .news_world_item{
       width: 425px;
            margin: 0px auto 40px;
}
#main_slider #news_world .news_world_item h3{
  font-size: 20px;
    padding-bottom: 13px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 30px;
	color: #292f3a;
}
.ic_rounded.iccalendar .icnav{    margin-bottom: 16px!important;}
.ic_rounded.iccalendar .icnav>div{font-size: 18px;}
.ic_rounded.iccalendar table th {
    font-size: 14px;
    padding: 0 !important;
}
.ic_rounded.iccalendar table td div {
    padding-bottom: 0!important;
    font-size: 14px;
}
.ic_rounded.iccalendar table td div.style_Today {
       font-size: 16px;
    padding-top: 4px!important;
    padding-bottom: 4px!important;
    margin-top: -3px!important;
}
#main_slider #big_slider{
    width: 100%;
    float: none;
    left:0;
    margin: 0px;
    display: block;
}
/*  plan */
#plan{
    height: auto;
    width: 100%;
    display:block!important;
}
#plan #partners_bg{
   width: 100%;
    float: none;
    margin: 0px;
    position: relative;
} 
#plan #partners_bg #partners{width:100%!important;}
#plan #partners_bg #partners_button{
    left:50%;
     transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
}
#plan #partners_bg #partners img{
    width:200px;
    height:auto;
}
#plan #plan_left{
   width: 100%;
float: none;
left: 0px;
margin: 0px;
display: block;
height: auto;
padding: 0;
}
#plan #plan_left #day_history{padding:30px 50px;}
#plan #plan_left #day_history .custom{
    width: 400px;
    margin: 0px auto;
}
/*  location */
#location{height: 350px;}
#location #building_img{}
#location #building_img + div iframe{height: 350px;}
#lines{display:none;}
/*  footer */
footer{
    height:685px;
    background-color: #262C38;
    overflow: hidden;
}
footer #lidbrary_plan{display:block!important;    left: 64px;}
footer #lidbrary_plan_title{
    display: block;
    margin-bottom: 17px;
}
footer  #number_floor{
    display: block;
    font-size: 14px;
    margin-bottom: 23px;
}
footer #footer_left {
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    height: 100%;
}
footer #footer_logo {
    position: absolute;
    top: 46px;
    left: 332px;
    width: 450px;
}
footer #footer_logo img{width:88px;}
footer #footer_blog {
    margin-bottom: 25px;
    left: 50%;
     transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
    position: absolute;
    top: 278px;
bottom: auto;
}
#footer_logo_title {
    font-family: 'arial';
    font-size: 17px;
    left: 119px;
}
#footer_addr {
       top: 125px!important;
    font-size: 17px;
    font-weight: 300;
    width: auto;
    text-align: left;
}
#main-site-version{
    margin-bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     display:block;
     cursor: pointer;
    position: absolute;
    top: 459px;
    color: #FFAE21;
    text-transform: uppercase;
    border: 1px solid #7ea9d6;
    padding: 12px 21px;
    font-weight: 300;
    bottom: auto;
    font-size: 16px;
}
#on_line{
right: 40px;
transform: none;
position: absolute;
top: 275px;
bottom: auto;
color: black;
width: 230px;
}
footer #copyright{
     left: 50%;
     transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
    position: absolute;
    top:auto;
    bottom:112px;
}
footer #footer_right{
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    /* height: 100%; */
}
footer #guest_book {
    position: absolute;
    top: 279px;
    right: auto;
    left: 66px;
    width: 224px;
    display: block!important;
    height: 20px;
}
footer #guest_book a{
    font-family: 'arial';
    font-size: 16px;
    font-weight: 300;
    padding: 12px 7px;
}
footer  #footer_menu{display:none;}
.new_book_title,
 .news_world_item h3,
  #day_history h3 {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 0!important;
    margin-bottom: 28px;
	font-weight: 700;
	color: #292f3a;
}
#plan #partners_bg #partners table td{padding:20px 20px;}
}
 /* 1000 */
 @media screen and (max-width: 1000px) {
    .news_item_right {width: 83%!important;}
    #plan #partners_bg #partners table{width:auto!important;margin:0 auto;}
    #plan #partners_bg #partners table td{padding:20px 20px;}
    #partners_bg {height: 594px;}
    #plan #partners_bg #partners table td:empty{display:none;}
    #plan #partners_bg #partners table img{width:150px;}
 }
  /* 830 */
 @media screen and (max-width: 830px) {
    .news_item_right {width: 83%!important;}
    #plan #partners_bg #partners table{width:auto!important;margin:0 auto;}
    #plan #partners_bg #partners table td{padding:20px 20px;}
    #plan #partners_bg #partners table img{width:150px;}
footer #footer_blog {top: 380px;}
footer #footer_logo {width: 400px;}
#partners_button a{font-size: 12px!important;}
#footer_addr {top: 170px!important;}
#partners_bg {height: 496px;}
 }
   /* 720 */
 @media screen and (max-width: 720px) {
#header_main #header_right #search {width: 440px!important;}
#header_search{display:none!important;}
#header_lang{display:none!important;}
#logo_title {font-size: 18px;}
#header_main #header_right #search{
    padding-left:20px;
    padding-right:20px;
    text-align: center;
    height: 210px;
}
#search input[type="text"]{
    width:96%;
    padding-left:2%;
    padding-right:2%;
    margin-bottom:10px;
}
#search input[type="submit"] {float: left!important;}
#front_page_search_form>div {
    left: auto;
    right: 0;
    font-family: "arial";
    font-weight: 300;
    font-size: 14px;
}
#front_page_search_form>div#e_catalog{    right: 20px;}
#front_page_search_form>div#e_library {top:98px;}
#front_page_search_form>div#a_search{
      transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     left:50%;
     right:auto;
     top:135px;
    letter-spacing: 1px;
}
#front_page_search_form>div#a_search a{font-weight: 300;font-family: "arial";}
#header_main #header_left #left_menu {padding-top: 25px;}
#header_main #header_left .menu li a {
    font-family: 'Arial';
    font-weight: 300;
}
#header_main #header_left {padding: 0 0 30px;}
.moduletable a {font-weight: 700;}
#news {padding-bottom: 0;}
#main_slider #news_world .news_world_item {
    width: 240px;
    margin: 88px auto 94px;
}
#main_slider #news_world .news_world_item h3 {
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 700;
    margin-bottom: 30px;
}
.ic_rounded.iccalendar .icnav>div {font-size: 15px;}
.ic_rounded.iccalendar .icnav {margin-bottom: 4px!important;}
.ic_rounded.iccalendar table th {
    font-size: 16px;
    padding: 0px 0 1px !important;
}
.ic_rounded.iccalendar table td div {
    padding-bottom: 5px!important;
    font-size: 16px;
}
.ic_rounded.iccalendar table td div.style_Today {
    font-size: 16px;
    padding-top: 6px!important;
    padding-bottom: 5px!important;
    margin-top: -5px!important;
}
#day_history h3 {
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 0!important;
    font-weight: 700;
    margin-bottom: 20px;
}
#plan #partners_bg #partners table img {width: 100px;}
#location #building_img{display:none;}
footer #lidbrary_plan{
    background-color:#fff;
    top:0;
    left:0;
    color: #262C38;
    width:100%;
    padding:25px 0;
 }
 footer #lidbrary_plan .custom{
    margin:0 auto;
    width: 230px;
 }
 footer #footer_logo {
    position: absolute;
    top: 262px;
    width: 100%;
    left: 35px;
}
#footer_addr {
    top: 375px!important;
    left: 45px;
    font-weight: 300;
    font-size: 15px;
    font-family: "arial";
}
footer #guest_book {
    position: absolute;
    top: 484px;
    left: 45px;
    height: 20px;
}
footer #footer_blog {
    top: 366px;
    right: 12px;
    left: auto;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
}
#on_line {
    right: 45px;
    top: 483px;
}
#main-site-version {top: 572px;}
footer {height: 752px;}
}
   /* 660 */
 @media screen and (max-width: 660px) {
.news_item_right {width: 78%!important;}
#partners_button a {font-size: 10px!important;}
#main_slider #news_world .news_world_item {
    width: 240px;
    margin: 0px auto 34px;
}
 }
    /* 560 */
 @media screen and (max-width: 560px) {
.news_item_right {width: 74%!important;}
#partners_button a {font-size: 10px!important;    width: 300px;text-align: center;}
#guest_book a,
#on_line,
#main-site-version{
   font-size: 12px!important;
    line-height: 20px!important;
    text-align: center;
    padding: 10px 0!important;
    width: 160px!important;
 }
 #main-site-version{width:190px!important;}
 #header_top {z-index: 999999;}
  #logo_title {
    padding-bottom: 8px;
    font-size: 16px;
}
}
    /* 530 */
 @media screen and (max-width: 530px) {
    body{max-width:100%;}
   
#header_main #header_right {height: 560px;}
#search .title {margin-bottom: 23px;}
#header_main #header_right #search {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding-bottom: 5px;
    height: 218px;
}
#search input[type="text"] {margin-bottom: 14px;}
#search input[type="submit"] {
    width: 96px !important;
    height:50px!important;
}
#front_page_search_form>div#a_search {
    font-size: 15px;
    top: 156px;
    letter-spacing: -0.5px;
}
#front_page_search_form>div#a_search a{
        font-family: "arial";
        font-weight: 300;
        text-decoration: none;
 }
 #header_left #left_menu ul li {margin-bottom: 24px;}
#header_main #header_left #announce {
    width: 216px;
    padding-right: 28px;
    padding-left: 28px;
    line-height: 21px;
    padding-top:1px;
    padding-bottom: 7px;
}
#header_main #header_left #announce h3{
    margin-top: 20px;
    margin-left: 0;
    font-size: 17px;
    font-weight: 300;
    font-family: 'arial';
}
#announce .newsflash {margin: 15px 9px;}
#news #news_right .moduletable {padding: 37px 15px;}
#news #news_right .moduletable .category-module {margin-top: 28px;}
.news_item_right {width: 78%!important;}
footer #footer_logo {left: 12px;}
footer #footer_logo img {width: 67px;}
#footer_logo_title {
    font-size: 17px;
    left: 96px;
    line-height: 24px;
    top: 3px;
}
#footer_addr {
    top: 353px!important;
    left: 22px;
    font-size: 13px;
}
footer #guest_book {
    top: 473px;
    left: 19px;
    height: 20px;
}
#guest_book a,
 #on_line,
  #main-site-version {
    font-size: 14px!important;
    line-height: 20px!important;
    text-align: center;
    padding: 6px 0!important;
    width: 160px!important;
}
#on_line {
    right: 35px;
    padding: 8px 0!important;
    top: 470px;
}
#main-site-version {
    top: 559px;
    width: 205px!important;
}
#plan #plan_left #day_history .custom {width: 100%;}
    #img_logo img{
    width: 60px;
    margin-top: 6px;
}
#header_top #logo {
  width: 250px;
margin: 15px;
}
#logo_title {
       font-size: 12px;
    padding-bottom: 3px;
    width: auto;
    padding-top: 7px;
   line-height: 16px;

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

#MobileMenu {right: 27px!important;}
#header_main #header_right {height: 360px;}
#header_main #header_right #search {
    transform: translate(-50% , 0)!important;
    -moz-transform: translate(-50% , 0)!important;
    -ms-transform: translate(-50% , 0)!important;
    -webkit-transform: translate(-50% , 0)!important;
    -o-transform: translate(-50% , 0)!important;
    top:20px!important;
    width:90%!important;
 }
#front_page_search_form>div {font-size: 12px;}
#front_page_search_form>div#a_search {width: 100%;}
#header_main #header_right #search {height: 282px;}
#header_left #left_menu ul {margin: 0 auto;}
.news_item_left {
    width: 100%!important;
    margin-bottom: 15px;
    text-align: center;
}
span.mod-articles-category-date {margin: 0 auto;}
.news_item_right {width: 100%!important;}
.news_read_more {
    width: 151px;
    margin: 0 auto;
    display: block;
}
.news_item {margin-bottom: 65px;}
#news #news_right #arch_news{
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px 0;
}
#plan #plan_left #day_history {padding: 30px 15px;}
#plan #partners_bg #partners table td{padding:20px 10px;}
#plan #partners_bg #partners table img {width: 75px;}
#partners_bg {height: 470px;}
#footer_logo_title {
    font-size: 12px;
    left: 96px;
    line-height: 15px;
    top: 8px;
    width: 224px;
}
#footer_addr {
    top: 340px!important;
    left: 20px;
    width: 163px;
    font-size: 13px;
}
footer #footer_blog {
    top: 325px;
    left: auto;
    width: 110px;
    right: 20px;
}
footer #guest_book {
    top: 440px;
       left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
        width: 280px;
}
footer #guest_book a{
    padding: 6px 0!important;
    width: 280px!important;
}
#on_line {

    padding: 8px 0!important;
   top: 495px;

    width: 280px!important;
        left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
#main-site-version {
    top:552px;
    width: 280px!important;
}
footer #copyright {
    bottom: 93px;
    width: 100%;
    text-align: center;
}
footer {height: 706px;}
}

.moduletable a {
    text-decoration: none;
    font-weight: regular;
    font-family: 'Nina-Regular';
    font-size: 15.5px;
}

.search_button {
	width: 19px; /* Ширина кнопки */
    height: 19px; /* Высота кнопки */
    border: none; /* Убираем рамку */
    background: url('../images/find.png') no-repeat 50% 50%; /* Параметры фона */
	margin-left:-20px;
	z-index:10000;
	position:relative;
	display: none;
	cursor: pointer;
   }
  
#mod-search-searchword {
	border: none; /* Убираем рамку */
    outline: none; /* Убираем свечение в Chrome и Safari */
    -webkit-appearance: none; /* Убираем рамку в Chrome и Safari */
    width: 150px; /* Ширина поля */
    vertical-align: middle; /* Выравнивание по середине */
	height: 25px;
   }

@media screen and (max-width: 800px) {
	.down {
		display:none!important;
	}
}

@media screen and (max-width: 800px) {
	.a_down {
		display:none!important;
	}
}
.down{
  text-align: center;
  
  bottom: -120px;
  display: block;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  
  height: 30px;
  line-height: 100px;
  width: 30px;
  
  -webkit-animation: a 4s infinite;
  -moz-animation: a 4s infinite; 
  -o-animation: a 4s infinite; 
  animation: a 4s infinite;
  
  -webkit-transition: bottom 1s ease;
  -moz-transition: bottom 1s ease;
  -o-transition: bottom 1s ease;
  transition: bottom 1s ease; 
	bottom:100px;
	z-index: 10000;
	cursor: pointer;
}

.a_down {
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  border-radius: 2px;
  color: #eee;
  display: inline-block;
  font-size: 0;
  height: 30px;
  line-height: 0;
  margin-top: 25px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@keyframes arrow {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateX(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}

	40% {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}

	80% {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
}

.a_down  {
	animation: arrow 2s infinite ease;
}
.item-352 a {
    color: #fff !important;
}

INPUT#mod-search-searchword.inputbox {
	padding-left: 5px;
}


/*slidre begin*/
#slider{
  width:100%;
  height:500px;
  position:relative;
  overflow:hidden;
  padding: 10px 0px 10px 0px;
}
@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:400%;
  height:100%;
  position:relative;
  -webkit-animation:slide 30s infinite;
  -moz-animation:slide 30s infinite;
  animation:slide 30s infinite;
}
.slider{
  width:25%;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:100%;
}
.slide img{
  width:100%;
  height:100%;
}
.images{
  width:75%;
    margin: 0 auto;
/*  height:100%;*/
}
.images img{
  width:75%;

/*  height:100%;*/
}



/* Contents */
.content{
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
}
.content-txt{
  width:100%;
/*  height:150px;*/
  float:left;
  position:relative;
  top:235px;
  -webkit-animation:content-s 7.5s infinite;
  -moz-animation:content-s 7.5s infinite;
  animation:content-s 7.5s infinite;
  font-family: 'Arial', Georgia, Arial, serif;
  font-size:12px;
  color:#000;
  text-align:left;
  margin-left:2px;
  padding:2px;
  background: #fff;
  opacity: 0.7;
}
/*.content-txt h2{
  font-family:arial;
  font-weight:normal;
  font-size:12px;
  font-style:italic;
  color:#000;
  text-align:left;
  margin-left:10px;
}*/

/* Switch */
.switch{
  width:120px;
  height:10px;
  position:absolute;
  bottom:50px;
  z-index:99;
  left:30px;
}
.switch > ul{
  list-style:none;
}
.switch > ul > li{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#333;
  float:left;
  margin-right:5px;
  cursor:pointer;
}
.switch ul{
  overflow:hidden;
}
.on{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#f39c12;
  position:relative;
  -webkit-animation:on 30s infinite;
  -moz-animation:on 30s infinite;
  animation:on 30s infinite;
}


/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@-moz-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}

/*RABOTAET*/
@-webkit-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@-moz-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}

@keyframes content-s{
  0%{left:-420px;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}

@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}
@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}
/*slider end*/





.rss-butt a{
   color: #262c38; 
   font-size: 18px;
   text-decoration: none;
}

.rss-butt a:hover{
	color: #ffae21;
	font-size: 18px;
	text-decoration: none;
}

.rss-butt {
   padding: 20px 75px 0 0; 
   text-align: right; 
}

