/* Font */
@font-face {
	font-family: 'CuprumWeb';
	src: url('../fonts/Cuprum/Cuprum-Regular.eot');
	src: local('Cuprum Regular'), local('Cuprum-Regular'),
		url('../fonts/Cuprum/Cuprum-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Cuprum/Cuprum-Regular.woff') format('woff'),
		url('../fonts/Cuprum/Cuprum-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'CuprumWeb';
	src: url('../fonts/Cuprum/Cuprum-BoldItalic.eot');
	src: local('Cuprum Bold Italic'), local('Cuprum-BoldItalic'),
		url('../fonts/Cuprum/Cuprum-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Cuprum/Cuprum-BoldItalic.woff') format('woff'),
		url('../fonts/Cuprum/Cuprum-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: block;
}

@font-face {
	font-family: 'CuprumWeb';
	src: url('../fonts/Cuprum/Cuprum-Italic.eot');
	src: local('Cuprum Italic'), local('Cuprum-Italic'),
		url('../fonts/Cuprum/Cuprum-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Cuprum/Cuprum-Italic.woff') format('woff'),
		url('../fonts/Cuprum/Cuprum-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: block;
}

@font-face {
	font-family: 'CuprumWeb';
	src: url('../fonts/Cuprum/Cuprum-Bold.eot');
	src: local('Cuprum Bold'), local('Cuprum-Bold'),
		url('../fonts/Cuprum/Cuprum-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Cuprum/Cuprum-Bold.woff') format('woff'),
		url('../fonts/Cuprum/Cuprum-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: block;
}

/* End Font */


/* Common style */
body {
  background: #F1EFEB;
  color: #333333;
  font-family: 'CuprumWeb';
  font-size: 16px;
  line-height: 150%;
}

body.modal {
  background: #ffffff;
}

b, strong {
  font-family: 'CuprumWeb' !important;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'CuprumWeb' !important;
  color: #8dc04c;
}

h1, .h1 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 0;
}

h2, .h2 {
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 0;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 22px;
}

h5, .h5 {
  font-size: 17px;
  line-height: 22px;
}

h6, .h6 {
  font-size: 16px;
  line-height: 150%;
  margin: 10px 0 5px;
}

p {
 min-height: 19px;
}

.itemListCategory h1 {
  margin: 5px 0 14px;
}

.home h1 {
  border-bottom: 1px solid #dfddd6;
  box-shadow: 0 1px 0 #f5f5f5;
  padding-bottom: 10px;   
}

.nopadding,
.three-block .navbarmenu {
  padding: 0;
}

.itemFullText li {
  margin-bottom: 8px;
}

.itemFullText img {
	max-width: 100%;
	height: auto;
}

.cyb-sep-top {
  margin: 0;
  padding: 10px 0 5px;
}

#cyb-main.container{
  background-color: #ffffff;
}

a.k2ReadMore {
  font-size: 16px;
  color: #4D8C1B;
}

a {
  color: #8dc04c;
  transition: 0.3s;
}

a:visited {
  color: #8dc04c;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover, a:focus {
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

div.controls input {
    border-radius: 4px;
    min-height: 20px;
    padding: 5px 8px;
    border: 1px solid #c0c0c0;
}

div.controls input:focus,
div.controls input:active {
    border: 1px solid #27a7e8;
    outline: none;
    box-shadow: 0 0 8px rgba(39, 167, 232, .6);
    transition: .2s linear;
}

#content.col-md-9 {
  margin: 0 0 15px;
  padding-bottom: 0 !important;
  width: 73%;
  float: right;
}

.tb-3 td {
	width: 33%;
	vertical-align: top;
	border: none;
	padding-right: 29px;
}

.tb-3  {
	width: 100%;
	border: none;
}

.link-t {
	background: #000;
	padding: 8px 25px;
	color: #fff !important;
	display: block;
	max-width: 237px;
	text-align: center;
	text-decoration: none !important;
	font-size: 17px;
	margin: 0 auto;
}

.link-t:hover {
	background: #555555;
	padding: 8px 25px;
	color: #fff !important;
	display: block;
	max-width: 237px;
	text-align: center;
	text-decoration: none !important;
	font-size: 17px;
}

table {
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
}

td {
    border: 1px solid #dcdcdc;
}
td {
    padding: 3px 3px;
}

.time {
  color: #a9a9a9;
  font-size: 14px;
  margin: 0;
  padding: 4px 0 0 37px;
}

div.itemToolbar {
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  margin: 10px 0 0;
  padding: 2px 0;
}

.img-w100 {
	max-width: 100%;
	height: auto;
}

.read_more .btn.btn-lg {
  background: #454545;
  border-radius: 0;
  color: #ffffff;
  font-size: 13px;
  padding: 12px 20px;
  text-decoration: none;
}

.read_more .btn.btn-lg:hover, 
.read_more .btn.btn-lg:focus, 
.read_more .btn.btn-lg:active {
  background: #777777;
}

.read_more {
  margin-top: 30px;
}

.rent-page ul.sigProResponsive li.sigProThumb {
	float: none;
	background: none !important;
	margin: 0 auto !important;
	padding: 0;
	border: none !important;
	display: inline-block;
}

.itemFullText a {
  color: #8dc04c;
  text-decoration: underline;
}

div.itemHeader span.itemDateCreated, .calendar {
  background-image: url("../images/date.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #cbc4ad;
  font-size: 14px;
  padding: 1px 6px 0 26px;
}

div.catItemHeader span.catItemDateCreated {
  background-image: url("../images/date.png");
  background-position: 5px 0;
  background-repeat: no-repeat;
  color: #cbc4ad;
  font-size: 14px;
  padding: 2px 6px 0 31px;
}

div.catItemHeader h3.catItemTitle {
  font-size: 22px;
  line-height: 150%;
  margin-bottom: 10px;
  margin-top: 8px;
}

.catItemTitle > a {
  text-decoration: underline;
  color:#8dc04c;
}

.catItemTitle > a:hover {
  text-decoration: none;
  color:#777;
}

.catItemTitle > a:visited{
  text-decoration: none;
  color:#556b2f;
}

div.subCategory {
  border-bottom: 1px solid #eaeaea;
  height: 100% !important;
  margin: 4px;
  padding: 10px 0 30px;
}

div.itemHeader h1.itemTitle, div.itemHeader h2.itemTitle, h2.itemTitle {
  font-size: 26px;
  margin: 5px 0 14px;
  padding: 0;
 }

.componentheading {
  font-size: 20px;
  margin: 5px 0 14px;
  padding: 0;
  color: #8dc04c;
}

.modal div.itemHeader h1.itemTitle {
  font-size: 20px;
  font-family: 'CuprumWeb';
  margin: 0;
  padding: 0;
}

.home div.itemBody {
  margin: 0;
  padding: 0;
}

div.catItemImageBlock {
  float: left;
  margin: 0;
  padding: 0 15px 0 0;
}

span.catItemImage img {
  background: #e6e6e6;
  border: medium none;
  padding: 3px;
  transition: .4s;
}

span.catItemImage a img:hover {
  opacity: .7;
  background: #679A2C;
  transition: .4s;
}

span.itemImage img {
  background: #e6e6e6;
  border: medium none;
  padding: 3px;
}

.subCategory h2 a {
  text-decoration: none;
}

div.itemImageBlock {
  float: left;
  margin: 0;
  padding: 0 15px 0 0;
}

div.itemListSubCategories h3 {
  color: #8dc04c;
  font-size: 22px;
}


#content-inner .item-page {
  min-height: 550px;
}

.mtop20 {
  margin-top: 20px;
}

.page-header {
  border-bottom: 0 none;
  margin: 12px 0 13px;
  padding-bottom: 5px;
}

.text {
  font-size: 17px;
}

div.itemFullText h3 {
  font-size: 22px;
  margin: 0;
  padding: 10px 0 15px;
}

div.subCategory h2 a {
  color: #8dc04c;
  font-size: 26px !important;
}

div.subCategory h2 a:hover {
  color: #222;
}

.subCategoryMore {
  color: #72C131;
  font-size: 13px !important;
}

.link_more > a:hover {
  background: #009ECA;
}

.block-bottom {
  background: #ededed;
  height: 155px;
  padding: 40px 0 0;
}

.home #k2Container {
  padding: 0 0 10px;
  min-height: 500px;
}


#k2Container {
  min-height: 650px;
  padding: 0 0 10px;
}

.modal #k2Container {
  min-height: 500px;
  padding: 0 0 10px;
}


#content.col-md-12 {
  background: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgb(212, 212, 212);
  margin: 0 0 15px;
  padding: 10px 10px 25px;
}

.btn {
  font-size: 18px;
}


.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.blago {
  font-size: 16px;
  padding: 40px 15px;
}

hr {
  border-color: #e1e1e1 currentcolor currentcolor;
  box-shadow: 0 1px 0 #fbfbfb;
}

.pl .large-block-grid-4 > li {
	width: 100%;
}

.pl ul.sigProResponsive {
	margin: 0 auto !important;
	padding: 8px 0 !important;
}

.pl ul.sigProResponsive li.sigProThumb a.sigProLink img.sigProImg,
.pl ul.sigProResponsive li.sigProThumb a.sigProLink:hover img.sigProImg {
	background-position: 50% 0;
}

/* End Common style */

.panel-group.info-for-guest .panel-heading {
	padding: 0;
}

.panel-group.info-for-guest h4.panel-title a {
	display: block;
	padding: 0;
}

.panel-group.info-for-guest .panel-title {
	margin-top: 0;
	margin-bottom: 19px;
}

.panel-group.info-for-guest .panel {
	margin-bottom: 20px;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-group.info-for-guest .panel-default > .panel-heading {
	background-color: transparent;
	border-color: transparent;
}

.panel-group.info-for-guest .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: transparent;
}


.panel-group.info-for-guest .panel-body {
	padding: 0;
}

/* Header */

.home .header-bg {
  background: #191919 url("../images/dust.png") repeat scroll 0 0;
  border-top: 7px solid #8dc04c;
  height: 317px;
  padding-top: 10px;
}

.header-bg {
  background: #191919 url("../images/dust.png") repeat scroll 0 0;
  border-top: 7px solid #8dc04c;
  height: 201px;
  padding-top: 10px;
}

.custom.logo {
  margin-bottom: 8px;
}

.custom.logo img {
  transition: all 0.3s ease-out 0s;
  opacity: 1;
}

.custom.logo img:hover {
  opacity: 0.3;
  transition: all 0.4s ease-out 0s;
}

.custom.logo a {
  color: #181818;
}

.top-login {
	position: relative;
	z-index: 9999;
}


.logo-top {
  width: 13%;
}


.three-block {
  width: 87%;
  padding-left: 0;
}

.customshapka {
  margin-top: 24px;
}

.customshapka .uktitle {
  color: #8dc04c;
  font-size: 30px;
  line-height: 150%;
}

.customshapka .uktitle2 {
	background: url("../images/map.png") no-repeat scroll 0 0;
	color: #ffffff;
	font-size: 18px;
	line-height: 150%;
	margin: 5px 0 10px;
	padding: 1px 0 0 28px;
	height: 52px;
}

.three-block .nopadding a {
  text-decoration: underline;
}

.three-block .nopadding a:hover, 
.three-block .nopadding a:active, 
.three-block .nopadding a:focus {
  text-decoration: none;
}

.three-block .nopadding .text_1 a:hover, 
.three-block .nopadding .text_1 a:active, 
.three-block .nopadding .text_1 a:focus {
  text-decoration: none;
}

.text_1 a {
  color: #fff !important;
}

.text_3 a {
  color: #ff1111 !important;
}

.custommod3 {
  text-align: right;
}

.text_1 {
  margin-top: 5px;
}

.text_2 {
	margin-top: 11px;
	margin-bottom: 6px;
}

.text_3 {
  margin-top: 4px;
}

.top-phone-two {
	color: #ccc;
	font-size: 18px;
	text-align: right;
}

.top-phone-two span {
	color: #fff;
	font-size: 22px;
}

.top-phone-two p {
  margin: 0;
}

.custommod3 .lklog {
  background: url("../images/login.png") no-repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 26px;
  margin: 0;
  padding: 6px 0 2px 40px;
  text-transform: uppercase;
}

.custommod3 .tel {
  background: url("../images/phone.png") no-repeat scroll 0 0;
  color: #8dc04c;
  font-size: 30px;
  height: 37px;
  margin: 0 0 10px;
  padding: 2px 0 0 46px;
}

.custommod3 .smail {
  background: url("../images/mail.png") no-repeat scroll 0 4px;
  color: #ff1111;
  font-size: 20px;
  height: 22px;
  padding: 3px 0 0 37px;
}

.custommod3 .smail a {
  color: #ff1111;
}

.custommod3 .smail a:hover {
  color: #ff1111;
  text-decoration: underline;
}

.header-bg .container.seet {
  max-height: 216px;
  height: 216px;
}

.three-block .nopadding {
  max-height: 163px !important;
  height: 163px !important;
}

.top-phone.pull-right {
  margin-bottom: 4px;
}

.text_logo {
  text-shadow: 0 1px 0 #fff;
}

.text_logo p {
  margin: 0;
}

.text_one {
  color: #4c8c0e;
  font-size: 22px;
  font-family: 'CuprumWeb';
  line-height: 125%;
  padding-bottom: 5px;
  padding-top: 5px;
}

.text-two {
  color: #5a5752;
  font-size: 18px;
  padding-top: 10px;
}

.custom_logo {
  margin: 16px 0 0 0;
}

.custom_logo > p {
  margin: 0;
  padding: 0;
}

.uktitle2 a:hover {
	color: #fff;
}

/* End Header */


.w33 ul.sigProResponsive {
	margin: 0 auto !important;
	padding: 4px 0 !important;
}

.w33 .large-block-grid-4 > li {
	width: 33%;
}

/* Slider Home */

.home .box-slider {
  margin-bottom: 30px;
  margin-top: -68px;
  margin-left: 1px;
/*  min-width: 1170px;*/
  min-height: 465px;
}

/* End Slider Home */



/* Top Menu */
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > a span.titreck, 
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator span.titreck {
  color: #ffffff;
  font-size: 20px;
}

div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck > a span.titreck, 
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator span.titreck, 
div#maximenuck146 li.maximenuck.maximenuflatlistck:not(.level1) span.titreck, div#maximenuck146 .maxipushdownck li.maximenuck > a span.titreck, 
div#maximenuck146 .maxipushdownck li.maximenuck > span.separator span.titreck {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

div#maximenuck146 ul.maximenuck li.maximenuck.item101.level1 > a, 
div#maximenuck146 ul.maximenuck li.maximenuck.item101.level1 > :not(div),
div#maximenuck146 ul.maximenuck li.maximenuck.item298.level1 > a, 
div#maximenuck146 ul.maximenuck li.maximenuck.item298.level1 > :not(div),
div#maximenuck146 ul.maximenuck li.maximenuck.item304.level1 > a, 
div#maximenuck146 ul.maximenuck li.maximenuck.item304.level1 > :not(div),
div#maximenuck146 ul.maximenuck li.maximenuck.item150.level1 > a, 
div#maximenuck146 ul.maximenuck li.maximenuck.item150.level1 > :not(div),
div#maximenuck146 ul.maximenuck li.maximenuck.item1373.level1 > a, 
div#maximenuck146 ul.maximenuck li.maximenuck.item1373.level1 > :not(div) {
  padding-top: 23px !important;
  min-height: 68px;
}

div#maximenuck147 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck147 ul.maximenuck li.maximenuck.level1 > span.separator {
	white-space: normal !important;
}

.navbarmenu div#maximenuck146 ul.maximenuck li.maximenuck.level1 {
	display: block !important;
	float: left !important;
	min-height: 68px;
	max-height: 68px !important;  
}

.navbarmenu div#maximenuck146 .maximenuck.level1 {
	max-width: 165px;
	min-width: 140px;
	float: left;
}

.navbarmenu div#maximenuck146 .maximenuck.level1.item1406  {
	max-width: 130px;
	min-width: 130px;
}

.navbarmenu div#maximenuck146 .maximenuck.level1.item101  {
	max-width: 105px;
	min-width: 92px;
}

.navbarmenu div#maximenuck146 .maximenuck.level1.item304, .navbarmenu div#maximenuck146 .maximenuck.level1.item1373  {
	max-width: 135px;
	min-width: 135px;
}

.navbarmenu div#maximenuck146 .maximenuck.item1377.level1 {
	max-width: 159px !important;
}

/* .navbarmenu div#maximenuck146 {
 max-height: 68px !important;
 height: 68px !important;
} */

.navbarmenu div#maximenuck146 ul.maximenuck li.maximenuck.level1 > a, .navbarmenu div#maximenuck146 ul.maximenuck li.maximenuck.level1 > span.separator {
  white-space: normal;
}

div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.parent > a::after,
div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.parent > span.separator::after {
	filter: drop-shadow(1px 1px #444);
}

div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover > a::after, 
div[id^="maximenuck"].maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover > span.separator::after {
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: transform .3s linear;
  filter: drop-shadow(-1px -1px #444);
}

.col-xs-12.navbarmenu {
  max-height: 68px;
}

div[id^="maximenuck"] ul.maximenuck {
z-index: 0 !important;
font-family: 'CuprumWeb' !important;
}
.mobilebarmaximenuck .mobilebarmenutitleck,
.mobilemaximenuck div.level1.maximenuck > a,
.mobilemaximenuck div.level2.maximenuck > a,
.mobilemaximenuck div.level3.maximenuck > a,
.mobilemaximenuck .mobilemaximenucktitle,
div[id^="maximenuck"] ul.maximenuck li.maximenuck a, 
div[id^="maximenuck"] ul.maximenuck li.maximenuck span.separator, 
div[id^="maximenuck"] ul.maximenuck2 a, 
div[id^="maximenuck"] ul.maximenuck2 li.maximenuck span.separator {
  font-family: 'CuprumWeb' !important;
}

div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > a span.titreck, 
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator span.titreck {
  text-shadow: 1px 1px 0 rgba(0, 0, 23, 0.9) !important;
}

div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1:before {
  content: "";
  display: block;
}
 
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1.active:before {
  content: "";
  display: block;
}

div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1:hover:before {
  content: "";
  display: block;
}

div#maximenuck146 ul.maximenuck li.maximenuck:hover {
  box-shadow: none;
}

.navbarmenu div#maximenuck146 ul.maximenuck li.maximenuck.level1 {
  cursor: pointer;
  float: left !important;
  margin: 0;
}

div#maximenuck146.maximenuckh li.level1 > div.floatck::before {
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  content: " ";
  display: block;
  height: 0;
  margin-left: 15px;
  position: absolute;
  top: -10px;
  width: 0;
}

div#maximenuck146 ul.maximenuck li.maximenuck.level1.active {
  box-shadow: none;
}

#maximenuck146 .maximenuck .last {
  border-right: none !important;
}

div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck), div#maximenuck146 li.maximenuck.maximenuflatlistck:not(.level1):not(.headingck), div#maximenuck146 .maxipushdownck li.maximenuck:not(.headingck) {
  border-bottom: 1px solid #559912;
}

div#maximenuck146 ul.maximenuck {
	z-index: 198 !important;
	max-height: 68px !important;
}

div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.item298.level1 > a, 
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.item298.level1 > span.separator,
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.item304.level1 > a, 
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.item304.level1 > span.separator,
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.item148.level1 > a, 
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.item148.level1 > span.separator,
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.item1373.level1 > a, 
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.item1373.level1 > span.separator,
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.item1406.level1 > a, 
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.item1406.level1 > span.separator {
  padding-right: 26px;
}

div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.item1228.level1 > a, 
div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.item1228.level1 > span.separator {
	padding-right: 20px;
	padding-left: 20px;
}

/* End Top Menu */



/* Footer */

.footer {
  padding: 15px 0 0;
  position: relative;
  z-index: 97;
  color: #ffffff;
  margin: 0;
  min-height: 110px;
}

.footer1 {
  background: #191919 url("../images/dust.png") repeat scroll 0 0;
  padding: 15px 0 0;
  position: relative;
  z-index: 97;
  color: #ffffff;
  margin: 0;
  min-height: 226px;
}

.footer2 {
  background: #040404;
  color: #ffffff;
  height: auto;
  margin: 0;
  min-height: 50px;
  padding: 15px 0 5px;
  position: relative;
  z-index: 97;
}

.footer2 p {
	margin-bottom: 15px;
}

.kopi,
.kopi p {
  color: #858484;
  font-size: 15px;
}

.cyberprog, img.cyberprog {
  margin: -4px 5px -2px 0 !important;
}

.customftext > p {
  margin-bottom: 15px;
}

.customftext a {
    color: #EA1717;
    text-decoration: underline;
}

.customftext a:hover, .customftext a:active,.customftext a:focus {
  color: #f9f9f9;
}

.customftext {
  color: #e9e9e9;
  font-size: 18px;
  padding-top: 18px;
}

.footer h3 {
  color: #85C15F;
  font-size: 20px;
}

.text-footer {
  padding: 0;
}
/* End Footer */


/* News Left */
.moduletable.nona-left > h3 {
  background: #679a2c none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  margin-top: 0;
  padding: 10px 20px;
  text-shadow: 1px 1px 0 rgba(45, 65, 23, 0.9);
} 

.nspArt .fright {
  float: right;
  margin-top: 10px;
  text-decoration: underline;
}

.nspInfo.nspInfo1.tleft.fnone {
  margin: 0;
}

.nspInfo .clock {
  color: #878787;
  font-size: 12px;
}

#nsp-nsp-183 .nspArt h4.nspHeader a {
  color: #8dc04c;
  font-size: 16px;
  text-decoration: underline;
}

#nsp-nsp-183 .nspArt h4.nspHeader a:hover {
  text-decoration:none;
  color: #333;
}

#nsp-nsp-183 .nspArt h4.nspHeader {
  line-height: 80%;
  margin: 0;
  padding: 5px 0 0;
}

.nspText.tleft.fleft {
  margin: 10px 0 0;
}
.readon.fright {
  color: #8dc04c;
}

.readon-button {
  margin-left: 7px;
}

.nspArt .fright:hover {
  text-decoration: none;
  color: #333;
}

.nsp { 
  position: relative; 
}
.nspMain { 
  overflow: hidden; 
}

.nspArts { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; 
  padding: 0;
}
.nspArtPage { 
  float: left; 
}
.nspArt { 
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  float:left; 
}
.nspArt div { 
  overflow: hidden; 
}
.nspArt h4.nspHeader { 
  font-size: 24px;
  margin: 0;
  padding: 10px 0 15px 0;
}
.nspArt h4.nspHeader a { 
  text-decoration: none;
}
.nspArt h4.nspHeader a:hover { }

.nspArt .nspImageWrapper {
  display: block;
  position: relative;
}

.nspArt p.nspText a { }
.nspArt p.nspText a:hover { }
.nspArt .nspInfo { 
  display: block!important;
  font-size: 90%; 
}
.nspArt .nspInfo a { }
.nspArt .nspInfo a:hover { }
.nspArt .nspInfo > .nsp-stars {
  padding: 0 10px 0 0!important;
}
.nspArt .nsp-star-0:before,
.nspArt .nsp-star-1:before {
  content: "в…";
  color: #6c6c6c;
  font-family: 'CuprumWeb';
  font-size: 14px;
}
.nspArt .nsp-star-1:before {
  color: #f7a834;
}
.nspArt .nspBadge {
  background: #fff;
  position: absolute;
  top: 29px;
  left: 20px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  padding: 2px 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nspArt .tleft { 
  text-align: left; 
}
.nspArt .tright { 
  text-align: right; 
}
.nspArt .tcenter { 
  text-align: center;
}
.nspArt .tjustify { 
  text-align: justify; 
}

.nspArt .fright { 
  float: right; 
}
.nspArt .fnone { 
  clear: both; 
  float: none;
  width: 100%; 
}
.readon.left,
.readon.right,
.readon.center { 
  clear: both; 
}
.readon.left { 
  float: left; 
}
.readon.right { 
  float: right; 
}
.readon.center { 
  display: inline; 
  float: none; 
}
.nspAvatar { }



/* Links layout */
.nspLinks { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
}
.nspList { 
  float: left; 
}
.nspList > li > .nspImageWrapper {
  float: left;
}
.nspList > li > .nspImageWrapperRight {
  float: right;
}
.nspList > li .nspImage {
  height: auto!important;
  max-width: 100%;
}
.nspLinks ul { 
  list-style-type: none!important; 
  padding: 0!important; 
}
.nspLinks .nspLinkScroll1 ul li { 
  background: #fff;
  border-top: 1px solid #eee;
  margin: 0!important;
  padding: 10px 3px;
}
.nspLinks .nspLinkScroll1 ul li:first-child {
  border-top: none;
}
.nspLinks ul li:hover { }
.nspLinks ul li h4 { }
.nspLinks ul li h4 a { 
  text-decoration: none; 
}
.nspLinks ul li h4 a:hover { }
.nspLinks ul li p { }

/* positioning */
.nspArts.left { 
  float: right; 
}
.nspLinksWrap.left { 
  float: left;
}
.nspArts.right { 
  float: left; 
}
.nspLinksWrap.right { 
  float: right; 
}

/* make element unvisible */
.nspMain .unvisible {  
  left: -9999px;  
  position: absolute; 
  top: auto; 
}

.nspArt .fright {
  float: right;
  margin-top: 10px;
  text-decoration: underline;
}

.fleft .nspImage {
  background: #e6e6e6;
  margin: 0 15px 0 0;
  padding: 3px;
  object-fit: cover;
}
/* End News Left */


.tarify td span {
  display: none;
}
/* Link document */

a.link-w::before {
    bottom: auto;
    content: url("../images/system/word_button.png");
    display: inline-block;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
}
a.link-ex::before {
    bottom: auto;
    content: url("../images/system/exel_button.png");
    display: inline-block;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
}
a.link-pdf::before {
    bottom: auto;
    content: url("../images/system/pdf_button.png");
    display: inline-block;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
}

a.link-pptx::before {
    bottom: auto;
    content: url("../images/system/icon-pptx.png");
    display: inline-block;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
}


/* End Link document */


/* Menu and colum Left */
.moduletable._menu_h > h3 {
  background: #679a2c none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  margin-top: 0;
  padding: 10px 20px;
  text-shadow: 1px 1px 0 rgba(45, 65, 23, 0.9);
}

.right-column {
  width: 27%;
  z-index: 111;
}

div#maximenuck147.maximenuckv ul.maximenuck li.maximenuck.level1 > a, div#maximenuck147.maximenuckv ul.maximenuck li.maximenuck.level1 > span.separator {
  border-bottom: 1px solid #dfddd6;
   box-shadow: 0 1px 0 #f5f5f5;
}

.moduletable._menu_h {
  margin-bottom: 35px;
}
.moduletable_menu_h h3 {
  border-bottom: 1px solid #e6e6e6;
  color: #353535;
  font-size: 22px;
  margin-top: 5px;
  padding-bottom: 14px;
}

div#maximenuck147 ul.maximenuck li ul.maximenuck2 li.maximenuck, 
div#maximenuck147 ul.maximenuck2 li.maximenuck {
  display: block !important;
  float: none !important;
  list-style: outside none none;
  padding: 3px 5px 3px 0 !important;
  position: static;
  text-align: left;
  z-index: 11001;
}

.right-column div#maximenuck147.maximenuckv ul.maximenuck li.maximenuck.level1.active:hover,
.right-column div#maximenuck147.maximenuckv ul.maximenuck li.maximenuck.level1.active > a span.titreck:hover, 
.right-column div#maximenuck147.maximenuckv ul.maximenuck li.maximenuck.level1.active > span.separator span.titreck:hover {
  color: #333;
}

div#maximenuck147 ul.maximenuck {
  background: none !important;
  clear: both;
  display: block !important;
  filter: none;
  float: none !important;
  list-style: outside none none;
  margin: 0 auto;
  opacity: 1 !important;
  overflow: visible !important;
  padding: 0;
  position: relative;
  visibility: visible !important;
  z-index: 999;
}
/* End Menu Left */


/* Button */
.btn-success {
  background-color: #8dc04c;
  border-color: #6ea12d;
}
.btn-success:hover {
  background-color: #548720;
  border-color: #4A771C;
  color: #ffffff;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-color: #548720;
  border-color: #4A771C;
  color: #ffffff;
}

.btn-success:focus, .btn-success.focus {
  background-color: #548720;
  border-color: #4A771C;
  color: #ffffff;
}

.btn-success:active:hover, .btn-success.active:hover, 
.open > .dropdown-toggle.btn-success:hover, 
.btn-success:active:focus, .btn-success.active:focus, 
.open > .dropdown-toggle.btn-success:focus, 
.btn-success.focus:active, .btn-success.active.focus, 
.open > .dropdown-toggle.btn-success.focus {
  background-color: #548720;
  border-color: #4A771C;
  color: #ffffff;
}

.btn-success.disabled:hover, 
.btn-success[disabled]:hover, 
fieldset[disabled] .btn-success:hover, 
.btn-success.disabled:focus, 
.btn-success[disabled]:focus, 
fieldset[disabled] .btn-success:focus, 
.btn-success.disabled.focus, 
.btn-success.focus[disabled], 
fieldset[disabled] .btn-success.focus {
  background-color: #548720;
  border-color: #4A771C;
}
/* End Button */


/* Breadcrumbs */
#pathway {
  color: #777777;
  display: block;
  height: auto;
  margin: 8px 0;
  min-height: 52px;
  padding: 0;
  text-shadow: 1px 1px 1px #ffffff;
}

#pathway ul.krohi {
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0 1px 0 #fcfcfc;
  list-style: outside none none;
  margin-top: 0;
  padding: 7px 1px;
  text-shadow: 1px 1px 1px #ffffff;
}

#pathway ul {
  float: left;
  font-size: 15px;
  width: 100%;
}
ul.krohi li {
  display: inline;
}

#pathway ul li a:first-child {
  display: inline-block;
}

ul.krohi li:first-child a {
  background: url("../images/home.png") no-repeat scroll 0 3px;
  height: 23px;
  margin-left: 0;
  margin-top: -2px;
  opacity: 1;
  padding: 2px 10px 0;
  text-indent: -9999px;
  transition: all 0.3s ease-out 0s;
  width: 20px;
}

a.pathway {
    color: #777777;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffffff;
}

ul.krohi li:first-child a:hover {
    opacity: 0.4;
    transition: all 0.3s ease-out 0s;
}

ul.krohi li:first-child a span {
  text-indent: -9999em;
}

.bredcrumb-dot {
  display: inline-block;
  height: 8px;
  margin: 0 8px 1px;
  width: 8px;
}

/* End Breadcrumbs */

#jform_email {
	margin-bottom: 25px;
	margin-top: 15px;
}

/* News - new */

.w80 .large-block-grid-4 > li {
  width: 80%;
  list-style: none;
  margin-bottom: 20px !important;
}

.w50 .large-block-grid-4 > li {
  width: 50%;
  list-style: none;
  margin-bottom: 20px !important;
}


ul.sigProResponsive li.sigProThumb a.sigProLink {
  color: #fff;
  background-color: #fff;
  border: 5px solid #fff;
  -webkit-transition: 200ms all ease-in;
  -moz-transition: 200ms all ease-in;
  transition: 200ms all ease-in;
  box-shadow: 3px 3px 5px #888;
}

ul.sigProResponsive li.sigProThumb a.sigProLink:hover {
  color: #e7e7e7;
  text-decoration: none;
  background-color: #e7e7e7;
  border: 5px solid #e7e7e7;
  box-shadow: 3px 3px 5px #888;
  opacity: 0.7;
}


/* Pagination */
div.k2Pagination {
  padding:8px;
  margin:24px 0 4px 0;
  text-align:center;
  color:#777;
}

div.k2Pagination ul {text-align:center;}
div.k2Pagination ul li {display:inline;}


div.k2Pagination ul li span.pagenav {
display:inline-block;
margin:0 3px;
padding:1px 8px 0px;
background:#2C76AD;
color:#E6E600;
text-shadow:1px 1px 1px rgba(0,0,0,.7);}

div.k2Pagination ul li a{
/*  background: none repeat scroll 0 0 #d6d6d6; */
  color: #679A2C;
  display: inline-block;
  margin: 0 3px;
  padding: 1px 9px 0;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}

div.k2Pagination ul li.active  a {
  background: none repeat scroll 0 0 #679A2C;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 3px;
  padding: 1px 9px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

div.k2Pagination ul li  a:hover {
  background: #679A2C;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 3px;
  padding: 1px 9px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

div.k2Pagination ul {text-align:center;color: #000;padding: 0;}

div.k2Pagination ul li a.pagenav:hover {color:#fff;text-decoration:none;}
 
div.k2Pagination p.counter {margin:0 auto 10px; text-align:center; color:#666}

/* End Pagination */


/* To top */

.b-top {
    bottom: 20px;
    margin-left: 0;
    opacity: 0.5;
    position: fixed;
    right: 20px;
    transition: all 1s ease 0s;
    z-index: 2600;
}
.b-top:hover {
    cursor: pointer;
    opacity: 1;
}

.b-top-but {
  background: url("../images/up.png") no-repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  display: block;
  height: 35px;
  margin: 0;
  padding: 0;
  right: 0;
  width: 35px;
  z-index: 2600;
}

/* End To top */



/* Ifrastruktura Page */
.custom.notfind {
  font-size: 18px;
  margin-top: 26px;
  /* padding-left: 84px; */
  border: 1px solid #e9e9e9;
  padding: 17px 24px;
  text-align: center;
  background: #f8f8f8;
  max-width: 850px;
}

.custom.notfind p {
  margin: 0;
}

.header-h1 {
  float: left;
  margin-right: 25px;
}

.menu-block ul.menu-stage a {
  font-size: 20px;
}

.menu-block ul.menu-stage {
  margin: 10px 0 25px 0;
}

.infrastruktura a{
  text-decoration:none;
  color:#808080;
}

.infrastruktura a:hover{
  text-decoration:none;
  color:#333;
}

table.infrastruktura td {
  border-color: #d1d1d1;
}

table caption {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
  text-align: left;
  background: #679A2C;
}

caption h4 {
  color: #fff;
  padding: 0 10px;
  font-size: 19px;
  text-shadow: 1px 1px 0 rgba(45, 65, 23, 0.9);
}

.infrastruktura thead > tr > td{
  padding:10px 10px 10px 0;
  text-align:center;
}

.infrastruktura > tbody > tr > td {
  border-bottom: 1px solid #d1d1d1;
  text-align: left;
  padding: 10px;
  box-shadow: 0 0 1px #fff;
}

.infrastruktura > tbody > tr:nth-child(2n){
  background: #FAFAFA;
}

.infrastruktura > tbody > tr:hover {
  background: rgba(234,239,161,0.5);
}

.infra .panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.infra .panel-body {
  padding: 0;
}

h4.panel-title a {
  display: block;
  padding: 10px 15px;
}


.infra #content.col-xs-12 {
  padding: 10px 10px 25px;
}

.infra #text {
  width: 22%;
  float: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-top: 125px;
}

.infra #imapc {
  display: block;
  width: 78%;
  float: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

.infra #imap{
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}


.infra #areas {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 15px; 
  line-height: 135%; 
}

.infra #areas p {
margin:0;
}

.infra #areas a {
color:#FF0708;
text-decoration: underline;
}

.infra #areas a:hover  {
color:#8dc04c;
text-decoration: underline;
}


.infra figcaption {
  text-align: center;
}

.infra table {
  border-collapse: collapse;
  border: 0;
}

.infra td, th {
  border: 0;
  padding: 7px 5px;
  vertical-align: top;
}

.infra thead th {
  background: #E0E0E0;
  color: black;
}

.infra tr {
  background: #FBFBFB;
  border-bottom: 1px solid #d7d7d7;
}


.infra tr:hover {
  cursor:pointer;
}

.infra td:first-child {
  color: #8dc04c;
  font-size: 16px;
  width: 30%;
}

.infra tr.red {
  background: #FFF0F0;
}

.infra tr.gray {
  background: #CFCFCF;
}

.infra tr:nth-child(even) {
  background: #F8F8F8;
}

.infra tr:nth-child(even).red {
  background: #FFE6E6;
}

.infra tr:nth-child(even).gray {
  background: #CCCCCC;
}

.infra tr.selected {
  background: #CCCCFF;
}
tr:nth-child(even).selected {
  background: #BBBBFF;
}
               
.infra tr.highlight, 
.infra tr:hover, 
.infra tr:nth-child(even):hover, 
.infra tr:nth-child(even).highlight,
.infra tr.red.highlight, 
.infra tr.gray.highlight, 
.infra tr.selected.highlight {
  background: rgba(234,239,161,0.5);
  color: #333333;
}

.infra #cyb-main .container {
  width: 1140px !important;
}

.infra #tooltip {
/* cursor: pointer; */
font-size:16px;
border: 1px solid #999;
padding: 10px;
width: 250px;
position: absolute;
line-height: 18px;
background: #fff;
z-index: 9999999;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
text-align: left;
border-radius:3px;
min-height: 144px;
}

.infra #tooltip a {
color: #FF0708;
text-decoration: underline;
}

.infra #tooltip a:hover {
color:#8dc04c;

text-decoration: underline;
}

.infra #tooltip p {
margin: 5px 0;
}

.infra #tooltip strong, .infra #tooltip h4 {
color:#8dc04c;
font-size:20px;
font-weight:bold;
}

#areas h4 {
	display: none;
}

.closes {
/* 	width: 18px;
	height: 18px; */
	float: right;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}
.closes:hover {
/* transform: rotate(180deg); */
transition: all 0.4s ease 0s;
}

.closes::before,
.toclose::before {
font: normal normal normal 18px/1 simple-line-icons;
color: black;
content: "\e082";
font-size: 20px;
/* float: right; */
}

.closes:hover::before {
color: red;
}


@media (max-width: 480px) {
.infra #tooltip {
	bottom: 10px;
}

}



@media (max-width: 380px) {

#tooltip.blocked {
	max-width: 200px;
	font-size: 14px;
}	

.infra #tooltip strong {
	color: #82B541;
	font-size: 16px;
}

/*
#tooltip.blocked {
	width: 100%;
	height: auto !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	top: 0 !important;
}*/
/*
.closes::before{
font-size: 30px;
}



.infra #tooltip {
	font-size: 16px;	
	border: 0 none;
	padding: 55px 15px 25px;
	position: absolute;
	line-height: 150%;
	background: #fefefef9;
	box-shadow: none;
	text-align: left;
	border-radius: 0;
}*/



}

.menu-stage li {
	display: inline-block;
	margin: 0 10px 15px 10px;
}
/*
.menu-stage li.active {
  margin-left: 0;
}*/

ul.menu-stage {
  margin: 30px 0 15px 0;
  padding: 0;
  display: block;
}

/* ul.menu-stage a {
  color: #fff;
  background: #679A2C;
  padding: 10px 30px 8px 30px;
  font-size: 18px;
  display: block;
  text-shadow: 1px 1px 0 rgba(45, 65, 23, 0.9);
} */

ul.menu-stage a {
	color: #555;
	background: #E2E9DC;
	padding: 10px 30px 8px 30px;
	font-size: 18px;
	display: block;
	text-shadow: 1px 1px 0 rgba(245, 245, 245, 0.9);
}

ul.menu-stage a:hover, ul.menu-stage a:active, ul.menu-stage a:focus{
  color: #fff;
  background: #7DCA30;
  text-shadow: 1px 1px 0 rgba(45, 65, 23, 0.9);
}

ul.menu-stage li.active a {
  color: #fff;
  background: #7DCA30;
  text-shadow: 1px 1px 0 rgba(45, 65, 23, 0.9);
}

.infra.floor5 #text {
  margin-top: 125px;
}

.infra.floor4 #text {
  margin-top: 125px;
}


/* End Ifrastruktura Page */



/* Page Rent */

table.rent {
	border: 0;
}

table.rent td:first-child {
	width: 280px;
}

table.rent td {
 vertical-align: top;
 padding: 8px 8px;
 border: 0;
}

table.rent img {
	width: 100%;
	box-shadow: 0 0 0 3px #e6e6e6;
	max-width: 250px;
}

/* End Page Rent */






/* News Company */

.moduletable.NewsBlock h3 {
  background: #679a2c none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  margin-top: 0;
  padding: 10px 20px;
  text-shadow: 1px 1px 0 rgba(45, 65, 23, 0.9);
  width: 220px;
}

.newsArt {
  width: 50%;
  float: left;
  padding-right: 45px;
}

.owl-carousel .owl-item {
/*	width: 360px !important;*/
	height: 240px !important;
}

.owl-carousel .owl-item img {
	display: block;
	width: 367px !important;
	height: auto;
}

.newsArt h4 {
  margin: 30px 0 10px 0;
  padding: 5px 0;
  line-height: 130%;
  min-height: 55px;
}

.newsArt h4 a {
 color: #ff1717;
font-size: 18px;
text-decoration: underline;
}

.newsArt h4 a:hover, .newsArt h4 a:focus, .newsArt h4 a:active {
 color: #333333;
text-decoration: none;
}

.newsArt .date-news {
  margin-top: 12px;
  margin-bottom: 5px;
}

.newsArt .newsReadon {
  text-align: right;
  float: right;
 color: #ff1717;
}

.newsArt.readon-button {
  float: right;
  margin-top: 40px;
}

.moduletable.NewsBlock .readon-button {
  margin-left: 7px;
  float: right;
  margin-top: 20px;
}

.newsArt2 {
  float: right;
}

/* End News Company */

.moduletable.NewsBlock.nmobile {
  display: none;
}

/* Privilegya  */

.table-in {
	border: none;
	width: 100%;
}

.table-in td {
	border: none;
	vertical-align: top;
	padding: 18px 8px;
}

.table-in img {
	vertical-align: top;
	border: 1px solid #cccccc;
	padding: 2px;
}

.table-in tr {
	border-bottom: 1px solid #dadada;
}

.table-in .clickable:hover {
	cursor: pointer;
}

.table-in .clickable:hover img {
	opacity: 0.7;
	transition: all 0.3s ease-out 0s;
}

.table-in thead {
	background: #679A2C;
	color: #fff;
	font-family: 'CuprumWeb';
	font-weight: normal;
	font-style: normal;
	text-shadow: 1px 1px 0 rgba(45, 65, 23, 0.9);

}

.table-in thead th {
	font-family: 'CuprumWeb';
	font-weight: normal;
	font-style: normal;
	padding: 8px 8px;
	font-size: 16px;
	line-height: 135%;
}

.table-in tr:nth-child(2n) {
	background: #F2F2F2;
}

.table-in > caption + thead > tr:first-child > th, 
.table-in > colgroup + thead > tr:first-child > th, 
.table-in > thead:first-child > tr:first-child > th, 
.table-in > caption + thead > tr:first-child > td, 
.table-in > colgroup + thead > tr:first-child > td, 
.table-in > thead:first-child > tr:first-child > td {
	background: #679A2C;
}

table.table-in tr:hover,
.table-in > tbody > tr:hover {
  background-color: #ECE9E4 !important;
}

table.table-in p {
	margin: 0;
}

/* End Privilegya  */


.in727 {
	margin-bottom: 15px;
	border: 3px solid #ccc;
}

.block-727 {
	border: 0;
}

.block-727 td {
	border: 0;
	vertical-align: top;
}

.block-727 p {
	margin: 0;
	min-height: auto;
}

.kopilink a {
	color: #888888;
	text-decoration: underline;
	background-image: url(../images/kopilink.png);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 6px;
	padding-top: 2px;
}

.kopilink a:hover, .kopilink a:active, .kopilink a:focus {
	color: #dfdfdf;
	text-decoration: none;
}

.kopilink {
	text-align: right;
}

.block-500 {
	border: none;
	margin: 0 auto;
}

.block-500 td {
	border: none;
	padding-right:10px;
	padding-left:10px;
}

.block-501 {
	border: none;
	margin: 0 auto;
}

.block-501 td {
	border: none;
	padding-right:10px;
	padding-left:10px;
}

/* 2 Floor */
.infra.floor2  div.itemListCategory img {
	float: left;
	display: block;
	background: #fff;
	padding: 0;
	border: 0;
	margin: 20px 0 20px 0;
	width:100%;
	max-width:874px;
}

/* /2 Floor */


/* keller */

.neokeller-page h1 {
	font-size: 28px;
}

.img-neoblock {
	width: 50%;
	float: left;
	padding-left: 20px;
}

.text-neoblock {
	float: left;
	width: 50%;
	padding-right: 20px;	
}

.web_two {
	padding-right: 0;
	padding-left: 0;
	text-align:center;
}

.web_one {
	padding-left: 0;
	text-align: center;
	padding-top: 80px;
}

.web_one h4, .web_one h6 {
	color: #333;
}

.tcolor {
	border: none;
	margin:0 auto;
}

.tcolor td {
	border: none;
	padding: 3px 20px 3px 3px;
}

.tcolor img {
	margin-right: 4px;
	margin-top: -2px;
}

.web_one img {
	border: 3px solid #679A2C;
	padding: 0 20px;
	width: 166px;
	height: 126px;
}

.web_one_bl {
	margin-bottom: 40px;
}

.neokeller-page #cyb-main .container {
	width: 1140px !important;
}



/* Mobile */

@media (min-width: 992px) and (max-width: 1199px) {

.logo-top {
  width: 15%;
}
.three-block {
  width: 85%;
}

.top-phone-two span {
	font-size: 18px;
}

.top-phone-two {
	font-size: 16px;
}

.customshapka .uktitle {
	font-size: 25px;
}

.navbarmenu div#maximenuck146 .maximenuck.level1 {
	max-width: 165px;
	min-width: 78px;
	float: left;
}

.navbarmenu div#maximenuck146 .maximenuck.item1377.level1 {
	max-width: 145px !important;
}

.navbarmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > a, 
.navbarmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator {
  padding-top: 11px;
  padding-right: 10px;
  padding-bottom: 11px;
  padding-left: 10px;
}

.navbarmenu div#maximenuck146 .maximenuck.level1.item1406 {
	max-width: 105px;
	min-width: 90px;
}

.navbarmenu div#maximenuck146.maximenuckh ul.maximenuck li.item101.level1 {
	display: none !important;
}

.navbarmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > a span.titreck, 
.navbarmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator span.titreck {
  color: #FFFFFF;
  font-size: 17px;
}

.navbarmenu div#maximenuck146 .maximenuck.level1.item304, .navbarmenu div#maximenuck146 .maximenuck.level1.item1373 {
	max-width: 135px;
	min-width: 120px;
}

/*
.maximenuck.headingck.item148.parent.level1.maximenuckanimation {
	max-width: 120px !important;
}*/

.navbarmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1.parent > a::after, 
.navbarmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1.parent > span.separator::after {
  margin-right: 4px;
}

.home .box-slider {
  min-height: 384px;
}

.footer1 .col-md-8.col-sm-12.col-xs-12 {
  padding: 0;
}

.navbarmenu div#maximenuck146.maximenuckh ul.maximenuck div.maxidrop-main, 
.navbarmenu div#maximenuck146.maximenuckh ul.maximenuck li div.maxidrop-main {
  width: 220px;
}

.navbarmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1.parent > a::after, 
.navbarmenu div#maximenuck146.maximenuckh ul.maximenuck li.maximenuck.level1.parent > span.separator::after {
	background-image: none;
}

.infra #cyb-main .container {
  width: auto !important;
  padding: 0 15px;
}

.infra #cyb-main {
  padding: 0 15px;
}

.infra #content.col-md-12 {
  padding: 10px 5px 25px;
}

.infra #imapc {
  width: 80%;
}

.infra #text {
  width: 20%;
}

.block-727 {
	width:100%;
}


.block-727 img {
	width:100%;
	height:auto;
}

.neokeller-page #imap {
	width: 100%;
	height: auto;
}

.neokeller-page h1 {
	font-size: 24px;
}

.neokeller-page #cyb-main .container {
	width: 970px !important;
	padding: 0 30px;
}

}


@media (min-width: 768px) and (max-width: 991px) {

.home .box-slider {
  min-height: 297px;
}

.logo-top {
  width: 19%;
}

.three-block {
  width: 81%;
}

.customshapka {
  margin-top: 0;
}

.three-block .nopadding {
  height: auto !important;
}

.customshapka .uktitle2 {
  margin: 7px 0 7px;
}

/* .top-phone.pull-right {
  margin-bottom: 0;
  float: left !important;
} */

.moduletablemod3 {
  margin-top: 16px;
}

.home .header-bg {
  height: 335px;
}

.infra #cyb-main .container {
	width: 100% !important;
}

.header-bg {
	height: 305px;
}

.infra #imapc {
  width: 100%;
}

.infra #text {
  width: 100%;
  float: left;
  padding: 0;
  margin-top: 0;
  max-width: 350px;
}

.infra.floor4 #text {
  margin-top: 15px;
}

.infra.floor5 #text {
  margin-top: 15px;
}

.newsArt h4 {
  min-height: 80px;
}

.block-727 {
	width:100%;
}


.block-727 img {
	width:100%;
	height:auto;
}

.web_one_bl, .web_one_bl2 {
	margin-bottom: 27px;
	width: 50%;
	float: left;
}

.neokeller-page #cyb-main .container {
	width: 100% !important;
}


}

@media (max-width: 992px) {

.right-column {
  width: 100%;
}

#content.col-md-9 {
  width: 100%;
}

.moduletable._menu_h {
  display: none;
}

.moduletable.nona-left > h3 {
  width: 220px;
}

.nspArt {
  float: none;
}

.nspArtPage {
  float: none;
}

.readon-button {
  margin-left: 7px;
  float: left;
  margin-top: 34px;
}

.moduletable.nona-left {
  max-width: 480px;
}

.owl-carousel .owl-item img {
	display: block;
	width: 315px !important;
	height: auto;
}

.neokeller-page #imap {
	width: 100%;
	height: auto;
}

.text-neoblock {
	float: none;
	width: 100%;
	padding-right: 0;
}

.img-neoblock {
	width: 100%;
	float: none;
	padding-left: 0;
	text-align: right;
}

.web_one {
	padding-left: 15px;
	padding-top: 15px;
}

.web_two {
	padding-right: 0;
	padding-left: 0;
}

.neokeller-page #content.col-md-12 {
	position: initial;
}

.home .box-slider {
	margin-top: -28px;
}

}



@media (max-width: 767px) {

.home .box-slider {
  min-height: 226px;
}

.logo-top {
  width: 19%;
}

.custom.logo img {
  width: 100%;
  height: auto;
}

.three-block {
  width: 81%;
}

.customshapka {
  margin-top: 0;
}

.three-block .nopadding {
  height: auto !important;
}

.customshapka .uktitle2 {
  margin: 4px 0 4px;
}

.top-phone.pull-right {
  margin-bottom: 0;
}

.moduletablemod3 {
  margin-top: 16px;
}

.home .header-bg {
	height: 320px;
}

.top-phone-two {
	margin-top: 5px;
}

.header-bg {
	height: 275px;
}

.customshapka .uktitle {
  font-size: 28px;
  line-height: 140%;
}

.custommod3 .lklog {
  font-size: 18px;
  height: 26px;
  margin: 0;
  padding: 6px 0 2px 34px;
}

.custommod3 .tel {
  font-size: 26px;
  height: 37px;
  margin: 0 0 10px;
  padding: 9px 0 0 43px;
}

.footer h3 {
  line-height: 140%;
}

.b-top-but {
  display: none;
}

.infra #cyb-main .container {
	width: 100% !important;
}

.infra #imapc {
	width: 100%;
}

.infra #text {
	width: 100%;
	float: left;
	padding: 0;
	margin-top: 0;
	max-width: 350px;
}

.header-h1 {
	float: none;
}

.infra.floor4 #text {
	margin-top: 15px;
}

.infra.floor5 #text {
	margin-top: 15px;
}

.newsArt h4 {
  min-height: 80px;
}

.block-727 {
	width:100%;
}


.block-727 img {
	width:100%;
	height:auto;
}

.w33 {
	width: 60%;
}

.w33 .small-block-grid-2 > li {
	width: 100%;
	list-style: none;
}

.web_one_bl, .web_one_bl2 {
	margin-bottom: 27px;
	width: 50%;
	float: left;
}

.web_one {
	padding-left: 0;
	padding-top: 0;
}

.neokeller-page #cyb-main .container {
	width: 100% !important;
}


}


@media (max-width: 659px){

.moduletable.NewsBlock {
  display: none;
}


.moduletable.NewsBlock.nmobile {
  display: block;
}

.newsArt {
  width: 100%;
}

.newsArt h4 {
  min-height: auto;
}

.block-500 img{
	width:100%;
	height:auto;
}




}



@media (max-width: 670px){

.news100 {
	width: 100%;
	height: auto;
}

.tb-3 td {
	width: 100%;
	vertical-align: top;
	border: none;
	padding-right: 0;
	display: block;
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 25px;
}

}


@media (max-width: 599px){

.moduletableshapka {
	margin-bottom: 16px;
}

.header-bg {
	height: auto;
	padding-bottom: 16px;
	min-height: 210px;
}

.top-phone-two {
	text-align: right;
}

.customshapka .uktitle {
	font-size: 23px;
}

.customshapka .uktitle2 {
	font-size: 18px;
	line-height: 130%;
	margin: 5px 0 0;
	padding: 1px 0 0 28px;
	height: auto;
}

.text_3 {
	margin-top: 9px;
	float: right;
	margin-left: 40px;
}

.text_2 {
	margin-top: 10px;
	margin-bottom: 0;
	float: left;
}

.custommod3 .tel {
	background: none;
	font-size: 24px;
	height: auto;
	margin: 0 0 5px;
	padding: 2px 0 0 0;
}

.moduletablemod3 {
	margin-top: 0;
}

.custommod3 .smail {
	background: none;
	font-size: 18px;
	height: auto;
	padding: 3px 0 0 0;
}

.home .box-slider {
	min-height: 178px;
}

h1, .h1 {
	font-size: 26px;
}

.newsArt {
	width: 100%;
	float: left;
	padding-right: 0;
}

ul.menu-stage a {
	padding: 10px 20px 8px 20px;
}

.menu-stage li {
	margin: 0px 4px;
}

table.rent td {
  width: 100%;
  display: block;
}

.tarify td span {
  display: block;
}

.tarify td {
  width: 100%;
  display: block;
}

.tr-hide {
  display: none;
}





}


@media (max-width: 540px) {



}




@media (max-width: 480px) {

.uktitle2 {
  display: none;
}

.customshapka .uktitle {
  display: none;
}

.logo-top {
  width: 35%;
}

.three-block {
  width: 65%;
}

.text_2 {
  margin-top: 7px;
  margin-bottom: 0;
  float: right;
}

.text_3 {
  margin-top: 2px;
  float: right;
  margin-left: 40px;
}

.custom.logo img {
  width: 96px;
  height: auto;
}

.home .header-bg {
	height: auto;
	min-height: 270px;	
}

.home .box-slider {
  min-height: 131px;
}

.header-bg {
  height: 235px;
}

.sotrudniki .itemFullText table td {
  width: 100% !important;
  float: none;
  display: block;
  border: none !important;
}

.sotrudniki .itemFullText table {
  border: none !important;
}

.menu-stage li {
	margin: 6px 4px;
}

div.catItemImageBlock {
  float: none;
}

span.catItemImage {
  text-align: left;
}
}


@media (max-width: 400px) {
.web_one img {
	padding: 0 15px;
	width: 100px;
	height: 60px;
}
}


@media (max-width: 380px) {
.block-500 td {
	border: none;
	padding-right: 0;
	width: 100%;
	display: block;
	padding-top: 15px;
}

.block-501 td {
	border: none;
	padding-right: 0;
	width: 100%;
	display: block;
	padding-top: 15px;
}

.home .box-slider {
	margin-top: -40px;
}
}


@media (max-width: 360px) {
.header-bg {
	height: auto;
	min-height: 260px;	
}

.home .header-bg {
	min-height: 335px;
}
}

@media (hover){
.area:hover, .area.highlight, .area:focus, .area:active {
	fill: rgba(255, 0, 0, 0.25);
	cursor: pointer;
}
}

