body {
	background: #fff;
}
#container {
	min-height: 100%;
	position: relative;
	z-index: 1;
	font-weight: 400;
	font: 14px/1.15 'Open Sans', sans-serif;
	min-width: 260px;
	color: #303030;
	margin: 0 auto;
	max-width: 1920px;
	overflow: hidden;
}
a {
	color: #0b4187;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
}
a:hover {
	color: #0065c5;
}
#header_wrapper {
	background-color: darkgreen;
	background-size: 100% 100%;
	z-index: 10;
	position: relative;
}
#header_wrapper:before {	
	background-size: 100% 100%;
	width: 343px;
	height: 173px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: -86px 0 0 -171px;
	z-index: 10;
	content: '';
}
#header {
	height: 250px;
	z-index: 11;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px;
}
#logo {
	background: transparent url(../images/logo-white.jpg) 50% 50% no-repeat;	
	background-size: 100% 130%;
	width: 272px;
	height: 50px;
	position: absolute;
	top: 30px;
	left: 40px;
	display: block;
}
#logo:before {
	background: #fff;	
	border-radius: 20px;
	padding: 5px 15px 5px;
	font-size: 11px;
	line-height: 1.15;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 100%;
	display: block;
	margin-left: 20px;
	margin-top: -12px;
	content: 'kezekonline';
	white-space: nowrap;
}
#slogan {
	position: absolute;
	top: 110px;
	left: 40px;
	color: #fff;
	font-size: 16px;
	letter-spacing: -0.5px;
	line-height: 1.15;
}
#slogan strong {
	display: block;
	letter-spacing: -1px;
	font-size: 20px;
	padding-bottom: 3px;
}
#search {
	font-size: 0;
	line-height: 0;
	padding-right: 190px;
	position: absolute;
	bottom: 30px;
	left: 40px;
	right: 40px;
}
#search label {
	background: #e0e7ee;
	border-radius: 3px 0 0 3px;
	float: left;
	width: 200px;
	display: block;
	box-sizing: border-box;
	text-align: center;
	height: 40px;
	overflow: hidden;
	padding-top: 12px;
	font-size: 14px;
	line-height: 1.15;
	color: #585f66;
	margin-right: -200px;
}
#search_input {
	background: #fff;
	border-radius: 0 3px 3px 0;
	position: relative;
	box-sizing: border-box;
	height: 40px;
	overflow: hidden;
	padding-top: 0;
	margin-left: 200px;
}
#search_input input {
	background: transparent;
	display: block;
	box-sizing: border-box;
	border-radius: 0 0 0 0;
	border: none;
	width: 100%;
	padding: 10px 20px 10px 20px;
	overflow: hidden;
	font: 14px/1.15 'Open Sans', sans-serif;
	color: #303030;
	line-height: normal;
}
input:focus::-webkit-input-placeholder {color: transparent;}
input:focus::-moz-placeholder          {color: transparent}
input:focus:-moz-placeholder           {color: transparent}
input:focus:-ms-input-placeholder      {color: transparent}
::-webkit-input-placeholder {line-height: normal;color: #a6a6a6;}
::-moz-placeholder          {line-height: normal;color: #a6a6a6;}
:-moz-placeholder           {line-height: normal;color: #a6a6a6;}
:-ms-input-placeholder      {line-height: normal;color: #a6a6a6;}
#search_submit {
	background: #e97005;
	border-radius: 3px;
	width: 180px;
	display: block;
	box-sizing: border-box;
	text-align: center;
	height: 40px;
	overflow: hidden;
	padding-top: 12px;
	font-size: 14px;
	line-height: 1.15;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	transition: 0.3s;
}
#search_submit:hover {
	background: #61c30b;
}
#search_submit span {
    position: relative;
    color: transparent;
    display: inline;
    margin-right: 20px;
}
#search_submit span:before {
    /*background: transparent url(../images/search.png) 50% 50% no-repeat;*/
    background-size: 16px;
	display: block;
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}
#main_navi {
	position: absolute;
	top: 45px;
	right: 40px;
	font-size: 0;
	line-height: 0;
}
#main_navi li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#main_navi li+li {
	padding-left: 50px;
}
#main_navi li+li:before {
	content: '';
	width: 1px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -15px;
	background: #fff;
	opacity: 0.2;
}
#main_navi li a {
	color: #fff;
	font-size: 14px;
	line-height: 1.15;
}

#main_navi li form button {
	color: #fff;
	font-size: 14px;
	line-height: 1.15;
}

#main_navi li#feedback_navi a {
	white-space: nowrap;
}
#main_navi li a:hover {
	color: #ffd06b;
}

#main_navi li form button:hover {
	color: #ffd06b;
}

/**/
#main_navi li form button, #main_navi li form button {
	display: inline-block;
	vertical-align: top;
	padding: 6px 15px;
	border: 1px solid rgba(255,255,255, 0.3);
	border-radius: 2px;
	color: #ccdaec;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.15;
}
#main_navi li form button:hover, #main_navi li form button:hover {
	background: rgba(255,255,255, 0.1);
	border-color: rgba(255,255,255, 0.5);
	color: #fff;
}

#main_navi li form button, #main_navi li form button {
	display: inline-block;
	vertical-align: top;
	padding: 6px 15px;
	border: 1px solid rgba(255,255,255, 0.3);
	border-radius: 2px;
	color: #ccdaec;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.15;
}
#main_navi li form button:hover, #main_navi li form button:hover {
	background: rgba(255,255,255, 0.1);
	border-color: rgba(255,255,255, 0.5);
	color: #fff;
}
/**/

#clientzone {
	position: absolute;
	bottom: 102px;
	right: 40px;
	font-size: 0;
	line-height: 0;
}
#clientzone li {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	color: #fff;
}
#clientzone li#clientzone_name {
	padding-top: 7px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.15;
	padding-bottom: 7px;
	text-transform: uppercase;
}
#auth {
	position: absolute;
	bottom: 102px;
	right: 40px;
	font-size: 0;
	line-height: 0;
}
#auth li {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
#auth li a, #clientzone li a {
	display: inline-block;
	vertical-align: top;
	padding: 6px 15px;
	border: 1px solid rgba(255,255,255, 0.3);
	border-radius: 2px;
	color: #ccdaec;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.15;
}
#auth li a:hover, #clientzone li a:hover {
	background: rgba(255,255,255, 0.1);
	border-color: rgba(255,255,255, 0.5);
	color: #fff;
}

#auth li button, #clientzone li button {
	display: inline-block;
	vertical-align: top;
	padding: 6px 15px;
	border: 1px solid rgba(255,255,255, 0.3);
	border-radius: 2px;
	color: #ccdaec;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.15;
}
#auth li button:hover, #clientzone li button:hover {
	background: rgba(255,255,255, 0.1);
	border-color: rgba(255,255,255, 0.5);
	color: #fff;
}

#footer_wrapper {
	border-top: 1px solid #cdcdcd;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
#footer {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	height: 105px;
}
#socials_wrapper {
	position: absolute;
	top: -19px;
	left: 0;
	right: 0;
	z-index: 11;
	text-align: center;
}
#socials {
	background: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
}
#copyright {
	text-align: center;
	position: relative;
	font-size: 13px;
	line-height: 1;
	color: #8f8f8f;
	padding: 35px 0 0;
}
#copyright span {
	font-size: 14px;
	line-height: 1;
	color: #8f8f8f;
	display: block;
	padding-bottom: 7px;
}
#container:after {
	height: 150px;
	content: '';
	clear: both;
	z-index: 1;
	display: block;
}
#content {
	max-width: 1100px;
	padding: 0 40px;
	margin: 0 auto;
}
#content p {
	line-height: 1.6;
	padding-bottom: 20px;
}
#content p.align-center {
	text-align: center;
}
#content p.font18 {
	font-size: 18px;
	letter-spacing: -0.5px;
}
#content p.enter {
	font-size: 18px;
	letter-spacing: -0.5px;
	padding-bottom: 0;
	text-align: center;
	padding-top: 50px;
	max-width: 900px;
	margin: 0 auto;
}
#list_regions {
	margin-right: -15px;
	font-size: 0;
	line-height: 0;
	padding-bottom: 20px;
}

.novisit {
	opacity:0.6;
}

#list_regions .list_region {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	padding: 0 15px 10px 0;
}
#list_regions .list_region a {
	position: relative;
	display: block;
	padding: 10px 35px 10px 15px;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #272727;
	transition: 0.3s;
}
#list_regions .list_region.main a {
	font-weight: 700;
	color: #0d5a8c;
	border-color: #adc5e8;
}
#list_regions .list_region a span {
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	font-weight: 400;
	color: #005a93;
	font-size: 10px;
	margin-top: -5px;
}
#list_regions .list_region a:hover {
	background: #356b8e;
	border-color: #356b8e;
	color: #fff;
}
#list_regions .list_region a:hover span {
	color: #fff;
}
#contacts_wrapper {
	text-align: center;
	font-size: 0;
	line-height: 0;
	padding-bottom: 20px;
}
#contacts_wrapper .contacts_item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	line-height: 1.15;
	padding: 15px 40px 15px 58px;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
#contacts_wrapper .contacts_item:last-child {
	padding-right: 0;
}
#contacts_wrapper .contacts_item:before {
	position: absolute;
	width: 44px;
	height: 44px;
	border: 1px solid #9fbadc;
	margin-top: -23px;
	top: 50%;
	left: 0;
	content: '';
	border-radius: 50%;
}
#contacts_wrapper .contacts_item.phone:before {
    background: transparent url(../images/phone.png) 50% 50% no-repeat;
    background-size: 20px;
}
#contacts_wrapper .contacts_item.email:before {
    background: transparent url(../images/email.png) 50% 50% no-repeat;
    background-size: 20px;
}
#contacts_wrapper .contacts_item.website:before {
    background: transparent url(../images/website.png) 50% 50% no-repeat;
    background-size: 20px;
}

#info_wrapper {
	text-align: center;
	font-size: 0;
	line-height: 0;
	padding-bottom: 20px;
}
#info_wrapper .info_item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	line-height: 1.15;
	margin: 10px 30px 10px 0;
}
#info_wrapper .info_item:last-child {
	margin-right: 0;
}
#info_wrapper .info_item span {
	color: #979797;
}
#graphic_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding-bottom: 20px;
}
#graphic_container {
	position: relative;
	margin-right: -15px;
}
#graphic_wrapper .graphic_item {
	width: 14.28%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 15px 15px 0;
}
#graphic_wrapper .graphic_item.faded {
	opacity: 0.5;
}
#graphic_wrapper .graphic_label {
	width: 14.28%;
	padding: 0 15px 0 0;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1;
	color: #878787;
	text-align: center;
	padding-bottom: 15px;
}
#graphic_wrapper .graphic_item_date {
	padding-top: 15px;
	font-size: 14px;
	line-height: 1;
	padding-bottom: 12px;
}
#graphic_wrapper .graphic_item_date b {
	font-size: 36px;
	letter-spacing: -1px;
	display: block;
	line-height: 1;
	font-weight: 400;
}
#graphic_wrapper .graphic_item_date span {
	display: block;
	font-size: 11px;
	font-weight: 700;
	padding-top: 10px;
	text-transform: uppercase;
}
#graphic_wrapper .graphic_item.disabled,
#graphic_wrapper .graphic_item.disabled .graphic_item_date {
	color: #cacaca;
	cursor: default;
}
#graphic_wrapper .graphic_item_inside {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}
#graphic_wrapper .graphic_item.free .graphic_item_inside {
	border-color: #a3d786;
	/*background: transparent url(../images/pattern_green.png) 0 0 repeat;*/
	background-size: 8px 8px;
	color: #228f00;
}
#graphic_wrapper .graphic_item.left .graphic_item_inside {
	border-color: #e5a450;
	/*background: transparent url(../images/pattern_orange.png) 0 0 repeat;*/
	background-size: 8px 8px;
	color: #ec6a00;
}
#graphic_wrapper .graphic_item.busy .graphic_item_inside {
	border-color: #d91f1f;
	cursor: default;
	/*background: transparent url(../images/pattern_red.png) 0 0 repeat;*/
	background-size: 8px 8px;
	color: #d91f1f;
}
#graphic_wrapper .graphic_item .graphic_item_slots {
	font-size: 13px;
	line-height: 1;
	padding: 12px 0 0 0;
	height: 40px;
	position: relative;
	background: #fff;
	border-top: 1px solid #e0e0e0;
	border-radius: 0 0 3px 3px;
}
#graphic_wrapper .graphic_item .graphic_item_slots_warning {
	font-size: 13px;
	line-height: 1;
	padding: 12px 0 0 0;
	height: 40px;
	position: relative;
	background: white;
	color: red;
	border-top: 1px solid #e0e0e0;
	border-radius: 0 0 3px 3px;
}
#graphic_wrapper .graphic_item .graphic_item_slots b {
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	padding-top: 1px;
	display: block;
}
#graphic_wrapper .graphic_item.free .graphic_item_slots {
	border-color: #a3d786;
}
#graphic_wrapper .graphic_item.left .graphic_item_slots {
	border-color: #e5a450;
}
#graphic_wrapper .graphic_item.busy .graphic_item_slots {
	border-color: #da765b;
}
#graphic_wrapper .graphic_item.chosen .graphic_item_inside,
#graphic_wrapper .graphic_item.left.chosen .graphic_item_inside {
	border: 1px solid #356b8e;
	background: #356b8e;
	color: #fff;
}
#graphic_wrapper .graphic_item.chosen .graphic_item_slots {
	border-color: #356b8e;
	color: #356b8e;
}
#graphic_navi {
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding-bottom: 12px;
}
#graphic_navi .graphic_navi_item {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.15;
	text-align: left;
	padding: 10px 0 10px 18px;
	margin: 0 10px;
	position: relative;
}
#graphic_navi .graphic_navi_item:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #e0e0e0;
	margin-top: -5px;
	content: '';
}
#graphic_navi .graphic_navi_item.orange:before {
	background: #ec6a00;
}
#graphic_navi .graphic_navi_item.red:before {
	background: #d91f1f;
}
#graphic_navi .graphic_navi_item.blue:before {
	background: #356b8e;
}
#graphic_navi .graphic_navi_item.green:before {
	background: #228f00;
}

#current_visits {
	position: relative;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#current_visits .current_visit {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.15;
	text-align: left;
	padding: 10px 94px 10px 0;
	margin: 0 20px;
	position: relative;
}
#current_visits .current_visit a.delete {
    /*background: transparent url(../images/delete.png) 0 50% no-repeat;*/
    background-size: 16px;
	position: absolute;
	margin-top: -7px;
	top: 50%;
	right: 0;
	display: block;
	padding: 2px 0 2px 20px;
	font-size: 11px;
	line-height: 1.15;
	text-transform: uppercase;
	color: #cc0000;
}
#catalog_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
#catalog {
	margin-right: -20px;
	position: relative;
	margin: -1px 0 0 -1px;
}
#catalog .catalog_item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	min-height: 310px;
	padding: 30px 10px 30px 10px;
	text-align: center;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
#catalog .catalog_item img {
	display: inline-block;
	vertical-align: bottom;
	border-radius: 50%;
	max-width: 120px;
	height: auto;
}
#catalog .catalog_item span {
	display: block;
	padding-top: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.5px;
}
#catalog .catalog_item_text {
	font-size: 13px;
	line-height: 1.4;
	max-width: 240px;
	margin: 0 auto;
	padding-top: 15px;
}
#catalog .catalog_item_button {
	font-size: 13px;
	line-height: 1.4;
	max-width: 240px;
	margin: 0 auto;
	padding-top: 15px;
}
#catalog .catalog_item_button .pre_button {
	padding: 6px 15px;
	font-size: 11px;
	text-transform: uppercase;
}

#catalog .catalog_item_button form .pre_button {
	padding: 6px 15px;
	font-size: 11px;
	text-transform: uppercase;
}

/* NEWS */

#news_wrapper {
 margin: 0 auto;
}
#news {
 font-size: 0;
 line-height: 0;
 margin-right: -30px;
}
#news .news_item {
 display: inline-block;
 vertical-align: top;
 width: 50%;
 padding-right: 30px;
 padding-bottom: 30px;
 box-sizing: border-box;
 font-size: 14px;
 line-height: 1.6;
}
#news .news_item_date {
 display: block;
 color: gray;
 font-weight: 700;
 padding-bottom: 7px;  
}
#news .news_item .pre_button {
 padding: 10px 20px;
 font-size: 11px;
 text-transform: uppercase; 
}

/**/

#services_list {
 padding: 15px 0;
 font-size: 0;
 line-height: 0;
 text-align: center;
}
#services_list .services_item {
 display: inline-block;
 vertical-align: top;
 padding: 5px 15px;
}
#services_list .services_item a {
 display: block;
 padding: 10px 20px;
 border-radius: 4px;
}
#services_list .services_item a img {
 max-width: 100%;
 height: auto;
}
#services_list .services_item.pismo a {
 background: #1b336a;
}
#services_list .services_item.money a {
 background: #ff7600;
}
@media screen and (max-width: 400px) {
 #services_list .services_item {
  display: block;
  padding: 5px 0;
 }
}

.info-list-2 {
	list-style-type: decimal  ;
	padding:10px;
}
.info-list-2 li {
	margin-left:15px;
}
	
.warning-note {
	margin-top:25px;
	margin-bottom:25px;
	font-size:16px;
	font-weight:bold;
	color:red;
}
	
.za-link {
	text-decoration-line: underline;
}

#info_popup_overlay {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:black;
	z-index:400;
	background: RGBA(0,0,0,0.5);
}

#info_popup {
	position:fixed;
	width:70%;
	left:15%;
	top:25%;
	background-color:white;
	border:4px solid black;
	border-radius:20px;
	z-index:900;
	display:block;
}

#info_popup_bottom {
	width:100%;
	height:64px;
	text-align:center;
	border-top:1px solid gray;
	padding-top:10px;
	float:left;
}

.error {
	color: red;
	text-align: center;
}

.flash-success {
	color: green !important;
	text-align: center;
}

.flash-error {
	color: indianred; !important;
	text-align: center;
}

.request-info {
	color:red;
	font-weight:bold;
}


.edit_button {
	padding: 6px 15px;
	font-size: 11px;
	text-transform: uppercase;
	background-color:skyblue;
	color: white;
}

.save_button {
	padding: 6px 15px;
	font-size: 11px;
	text-transform: uppercase;
	background-color:seagreen;
	color: white;
}

.cancel_button {
	padding: 6px 15px;
	font-size: 11px;
	text-transform: uppercase;
	background-color:indianred;
	color: white;
}

.user_action_table_wrapper {
	margin: 0 auto;
	max-width: 90%;
}

.user_action_table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 2%;
}

.user_action_table_thead tr {
	border-bottom: 0.3% solid #ccc;
}

.user_action_table_thead tr th {
	text-align: left;
	padding: 1.5%;
	font-weight: bold;
}

.user_action_table_tbody tr {
	border-bottom: 0.15% solid #eee;
}

.user_action_table_tbody tr td {
	padding: 1.5%;
}













