html, body, h1, h2, h3, p, ul, ol, li, table, tr, th, td, form, fieldset, legend, label, input, select, textarea, button, iframe {
  margin: 0px;
  padding: 0px;
}

textarea {
  resize: none;
  overflow: hidden;
}

header, nav, section, article, aside, footer {
  display: block;
}

body {
  background: #0d3300;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover; */
  color: #fff;
  font-family: arial,sans-serif;
  font-size: 12px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  background: transparent;
  color: #fff;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  text-decoration: underline;
}



#birthsday_slider {
	background: transparent url('/images/content/narodeniny/oznamenie-popup.png') no-repeat;
	width: 500px;
	height: 260px;
	position: fixed;
	bottom: -260px; 
	right: 50px;
}

#birthsday_slider_2 {
	background: transparent url('/images/content/narodeniny/oznamenie-popup-detail.png') no-repeat;
	width: 855px;
	height: 427px;
	position: fixed;
	top: 140px;
	left: 280px;
	display: none;
}

#birthsday_slider_2 .item {
	margin: 20px 0px 0px 20px;
	width: 90px;
	float:left;
	text-align:center;
}

#birthsday_slider_2 .item img {
	margin-bottom: 5px;
}

#arrow_home {
	position: absolute;
	margin-left: 850px;
}

#arrow_back {
	position: absolute;
	margin-left: -140px;
}

#birthsday_slider #close {
	margin-left: 470px;
}

#birthsday_slider .item {
	margin: 35px 0px 0px 40px;
	width: 120px;	
	text-align:center;
}

#birthsday_slider .item img {
	margin-bottom: 7px;
}

#today_celebrate {
	margin: 23px 0px 0px 50px;
	position:absolute;
}

#birthsday_slider_2 #close2 {
	margin: -17px 0px 30px 824px;
	position:absolute;
}

img {
  border: none;
  vertical-align: middle;
}

ul, ol {
  list-style-type: none;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

label {
  cursor: pointer;
}

input, select, textarea, button {
  font-family: arial,sans-serif;
  font-size: 100%;
  outline: none;
}


::-webkit-input-placeholder {
  color: #ccd5ef;
}
:-moz-placeholder {
  color: #ccd5ef;
}
::-moz-placeholder {
  color: #ccd5ef;
}
:-ms-input-placeholder {
  color: #ccd5ef;
}
*:-ms-input-placeholder {
    color: #ccd5ef;
}


button {
  border: none;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
}

b, strong, .bold {
  font-weight: bold;
}

/*** CLEARFIX ***/

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

/*** NOTIFICATIONS ***/

.notification {
  padding: 20px 0px;
  font-weight: normal;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  z-index: 99999;
  text-shadow: 1px 1px 16px  #000;
  display:none;
}

.notification.success {
  background: #001740;
  color: #e9e9e9;
}

.notification.info {
  background: #04000e;
  color: #ffe400;
}

.notification.warning {
  background: #D1A700;
  color: #000;
}

.notification.error {
  background: #CC0000;
  color: #000;
}

.notification.inline {
  position: static;
  border-radius: 5px;
  width: auto;
  background: none;
}

/*** ARTICLE ***/

.article .gallery {
	text-align:center;
}

.article h1 {
  padding: 10px 0px 5px 0px;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}

.article img {
  max-width: 625px;
}

.article h2 {
  padding: 10px 0px 5px 0px;
  font-size: 13px;
  font-weight: normal;
}

.article h3 {
  padding: 8px 0px 5px 0px;
  font-size: 12px;
  font-weight: bold;
}

.article p {
  font-size: 11px;
  margin-bottom: 5px;
}

.article img {
	margin: 5px 0px 5px 0px;
}

.article ul {
  padding: 0px 0px 4px 25px;
  list-style-type: disc;
}

.article ol {
  padding: 0px 0px 4px 25px;
  list-style-type: decimal;
}

.article li {
  padding-bottom: 2px;
  line-height: 1.5;
  font-size: 11px;
}

.article img.left {
  float: left;
  margin: 0px 5px 5px 0px;
}

.article img.right {
  float: right;
  margin-left: 10px;
}

/*** FORM ***/

.form .captcha {
  display: none;
}

.form input.checkbox, .form input.radio {
  display: inline;
  width: auto;
  padding: 0px;
  border: none;
}

/*** SITE HEADER ***/

.site-header .content {
  position: relative;
  background: url(/images/nav-bg.png) 0px 0px no-repeat;
  height: 60px;
  width: 895px;
}

.site-header .logo {
  float: left;
  margin: 8px 0px 0px 5px;
}

/*** SITE NAVIGATION ***/

.site-nav {
  float: left;
  padding: 30px 0px 0px 58px;
}

.site-nav li {
  position: relative;
  float: left;
  margin-left: 36px;
}


.site-nav .submenu {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  text-align: left;
  padding-top: 10px;
  z-index: 10000;
}

.site-nav .submenu li {
  display: block;
  float: none;
  margin: 0px;
  padding-top: 1px;
}



.site-nav .submenu a {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav li:hover .submenu {
  display: block;
}

.site-nav .sub-submenu {
  display: none;
  position: absolute;
  left: 15px;
  top: 100%;
  text-align: left;
  z-index: 1000;
}

.site-nav .sub-submenu.top {
  bottom: 100%;
  top: auto;
}

.site-nav .submenu li:hover .sub-submenu {
  display: block;
}

/*** HEADER - SEARCH ***/

.header-search {
  float: right;
  width: 132px;
  padding: 25px 23px 0px 0px;
}

.header-search input {
  float: left;
  width: 75px;
  padding: 5px 2px 5px 8px;
  color: #fff;
  background-color: transparent;
  border: none;
}

.header-search button {
  float: left;
  width: 28px;
  height: 25px;
  overflow: hidden;
  text-indent: 56px;
  background: url(/images/icon-search.png) center center no-repeat;
  margin-left: -10px;
  margin-top: 1px;
}

/*** PAGINATION ***/

.pagination {
  padding: 12px 0px;
  text-align: center;
}

.pagination a {
  margin: 0px 12px;
}

/*** SITE FOOTER ***/

.site-footer {

}

#login_main {
	position:absolute;
	margin: 10px 0px 0px 800px;
  	cursor: pointer;
}

#profile_user_image {
	position:absolute;
	margin: 11px 0px 0px 850px;
  	cursor: pointer;
}

/*** MODAL LOGIN ***/

.modal-login {
  display: none;
  width: 400px;
  height: 400px;
  background-color: #0f2565;
  border: 2px solid #b7bed1;
}

.modal-login iframe {
  width: 400px;
  height: 400px;
  border: none;
}

.modal-login .close {
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(/images/modal_close.png);
  position: absolute;
  top: -8px;
  right: -6px;
  cursor: pointer;
}

/*** LOGIN ***/

.login-form {
  width: 400px;
  color: #e9e9e9;
  padding-top: 100px;
  margin: 0px auto;
}

.login-form form {
  padding: 10px 0px 8px 10px;
}

.login-form .form-field {
  padding: 6px 0px;
}

.login-form .form-field:after {
  display: block;
  clear: both;
  content: "";
}

.login-form .field-label {
  float: left;
  width: 128px;
  padding-top: 3px;
  text-align: right;
  color: #ab9441;
  text-transform: uppercase;
}

.login-form .field-content {
  margin-left: 138px;
}

.login-form input {
  padding: 2px 3px;
  width: 146px;
  color: #e9e9e9;
  border: 1px solid #fff;
  background-color: #0a1d53;
  border-radius: 2px;
}

.login-form .error-msg {
  display: block;
  margin-top: 2px;
  padding: 5px 5px 5px 0px;
  color: #4b081f;
  font-size: 11px;
  font-weight: bold;
}

.login-form .form-actions {
  padding-top: 4px;
  text-align: right;
  width: 291px;
}

.login-form button {
  font-size: 11px;
  text-decoration: none;
  color: #ab9441;
  margin-bottom: 5px;
  text-transform: lowercase;
  background: transparent;
}

.login-form h3 {
  margin-left: 200px;
  font-size: 16px;
  font-weight: normal;
  margin: 4px 0px 10px 79px;
}


/*
 * Scroller v3.0.3 - 2014-03-26
 * A jQuery plugin for replacing default browser scrollbars. Part of the Formstone Library.
 * http://formstone.it/scroller/
 *
 * Copyright 2014 Ben Plum; MIT Licensed
 */

.scroller { overflow: hidden; overflow-x: hidden; overflow-y: hidden; position: relative; }
.scroller-content { height: 100%; overflow: auto; overflow-x: hidden; overflow-y: auto; position: relative; z-index: 1; -webkit-overflow-scrolling: touch; }
.scroller-bar { background: transparent; display: none; height: 100%; position: absolute; right: 0; top: 0; width: 10px; z-index: 2; }
.scroller-track { height: 100%; overflow: hidden; position: relative; width: 100%; }
.scroller-handle { background: #303030; border-radius: 4px; cursor: pointer; height: 20px; overflow: hidden; position: absolute; right: 0px; top: 0; width: 5px; z-index: 2; -webkit-transition: right 0.1s linear, width 0.1s linear; -moz-transition: right 0.1s linear, width 0.1s linear; -ms-transition: right 0.1s linear, width 0.1s linear; -o-transition: right 0.1s linear, width 0.1s linear; transition: right 0.1s linear, width 0.1s linear;
}

/* Webkit Fix */
.scroller-content::-webkit-scrollbar, .scroller-content::-webkit-scrollbar-button, .scroller-content::-webkit-scrollbar-track, .scroller-content::-webkit-scrollbar-track-piece, .scroller-content::-webkit-scrollbar-thumb,
.scroller-content::-webkit-scrollbar-corner, .scroller-content::-webkit-resizer { background: transparent; opacity: 0; }

/* Active Scrollbar */
.scroller-active .scroller-bar { display: block; }

/* Setup Scrollbar - Should match 'active' styles for proper sizing */
.scroller-active .scroller-bar { display: block; }


/**
 * Default Look and Feel
 */
.alertify,
.alertify-show,
.alertify-log {
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	   -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	     -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.alertify-hide {
	-webkit-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-log-hide {
	-webkit-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-cover {
	position: fixed; z-index: 99999;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color:white;
	filter:alpha(opacity=0);
	opacity:0;
}
	.alertify-cover-hidden {
		display: none;
	}
.alertify {
	position: fixed; z-index: 99999;
	top: 55px; left: 50%;
	width: 520px;
	margin-left: -265px;
	opacity: 1;
}
	.alertify-hidden {
		-webkit-transform: translate(0,-150px);
		   -moz-transform: translate(0,-150px);
		    -ms-transform: translate(0,-150px);
		     -o-transform: translate(0,-150px);
		        transform: translate(0,-150px);
		opacity: 0;
		display: none;
	}
	/* overwrite display: none; for everything except IE6-8 */
	:root *> .alertify-hidden {
		display: block;
		visibility: hidden;
	}
.alertify-logs {
	position: fixed;
	z-index: 5000;
	bottom: 10px;
	right: 10px;
	width: 300px;
}
.alertify-logs-hidden {
	display: none;
}
	.alertify-log {
		display: block;
		margin-top: 10px;
		position: relative;
		right: -300px;
		opacity: 0;
	}
	.alertify-log-show {
		right: 0;
		opacity: 1;
	}
	.alertify-log-hide {
		-webkit-transform: translate(300px, 0);
		   -moz-transform: translate(300px, 0);
		    -ms-transform: translate(300px, 0);
		     -o-transform: translate(300px, 0);
		        transform: translate(300px, 0);
		opacity: 0;
	}
	.alertify-dialog {
		padding: 5px;
	}
		.alertify-resetFocus {
			border: 0;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
		.alertify-inner {
			text-align: center;
		}
		.alertify-text {
			margin-bottom: 15px;
			width: 100%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
			font-size: 100%;
		}
		.alertify-buttons {
		}
			.alertify-button,
			.alertify-button:hover,
			.alertify-button:active,
			.alertify-button:visited {
				background: none;
				text-decoration: none;
				border: none;
				/* line-height and font-size for input button */
				line-height: 1.5;
				font-size: 100%;
				display: inline-block;
				cursor: pointer;
				margin-left: 5px;
			}

@media only screen and (max-width: 680px) {
	.alertify,
	.alertify-logs {
		width: 90%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.alertify {
		left: 5%;
		margin: 0;
	}
}

.alertify,
.alertify-log {
	font-family: sans-serif;
}
.alertify {
	background: #111c54;
	border: 1px solid rgba(255,255,255,.7);
}
	.alertify-text {
		border: 1px solid #CCC;
		padding: 10px;
		border-radius: 4px;
	}
	.alertify-button {
		color: #FFF;
		margin: 0px 5px 0px 5px;
		}
	.alertify-button:hover,
	.alertify-button:focus {
		outline: none;
		}
	.alertify-button:focus {
	}
	.alertify-button:active {
		position: relative;
	}
		.alertify-button-cancel,
		.alertify-button-cancel:hover,
		.alertify-button-cancel:focus {
		}
		.alertify-button-ok,
		.alertify-button-ok:hover,
		.alertify-button-ok:focus {
		}

.alertify-log {
	background: #1F1F1F;
	background: rgba(0,0,0,.9);
	padding: 15px;
	border-radius: 4px;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}
	.alertify-log-error {
		background: #FE1A00;
		background: rgba(254,26,0,.9);
	}
	.alertify-log-success {
		background: #5CB811;
		background: rgba(92,184,17,.9);
	}


/** IMAGE PICKER **/
ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px; }
  ul.thumbnails.image_picker_selector ul {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
  ul.thumbnails.image_picker_selector li.group_title {
    float: none; }
  ul.thumbnails.image_picker_selector li {
    margin: 0px 12px 12px 0px;
    float: left; }
    ul.thumbnails.image_picker_selector li .thumbnail {
      padding: 3px;
      border: 1px solid #dddddd;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
      ul.thumbnails.image_picker_selector li .thumbnail img {
        -webkit-user-drag: none; height: 102px;  }
    ul.thumbnails.image_picker_selector li .thumbnail.selected {
      background: #0088cc; }
/** END OF IMAGE PICKER **/

.article .slimScrollBar {
  background: rgba(255,255,255,0.3) !important;
}


.hidden_select_container{width:0;height:0;overflow:hidden}.simpleselect,.simpleselect *{box-sizing:content-box}.simpleselect{position:relative;width:130px;height:14px;color:#ccd3d9;font-size:10px}.simpleselect .options{width:198px}.simpleselect .placeholder,.simpleselect .options .option,.simpleselect .options .optgroup .optgroup-label{padding:1px 2px;line-height:14px;cursor:pointer}.simpleselect .options .optgroup .optgroup-label{cursor:default;font-weight:bold}.simpleselect .options .optgroup .option{padding-left:20px}.simpleselect .placeholder,.simpleselect .options{background:#101b51;border:1px solid #c5c7d3;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.simpleselect .placeholder{position:relative}.simpleselect .placeholder:after{content:"";position:absolute;top:0;bottom:0;right:5px;width:8px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA0Q0FGMUI4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA0Q0FGMUM4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDRDQUYxOThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDRDQUYxQThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq8U8ZgAAAClSURBVHjaYpw7dw4DEggEYh4gXgwTYEGS5AfiyVD6FBDfBAkyISloB2JpqAlLgZgNWYENEGciKTYG4haYFSCVKA6BglIg3gdSIAHEfQzYASfj////GfABJgYCgGXevLlyQNoDh/xrkBteAHEREKtjUeAJsuIXEKdgkewG4h0wNxwB4ulIkmeBuAbdkZVA/BSIvwBxNNRklLj4CMS50KC+CRMECDAA5ogdqmResXgAAAAASUVORK5CYII=") 0 center no-repeat}.simpleselect .placeholder:hover{background:#1c2865}.simpleselect .options{display:none;position:absolute;top:0;left:0;z-index:1000}.simpleselect .options .option.active{background:#1c2865;color:#fff}.simpleselect.disabled .placeholder,.simpleselect.disabled .placeholder:hover{background:#1c2865;color:#aaa;border-color:#eee;cursor:default}.simpleselect.disabled .placeholder:after{opacity:.5}

/*** MAGNIFIC POPUP ***/

