/*
Theme Name: sanatorija
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 sanatorija is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h1.page-title {
	font-size: 25px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}
li {
	list-style-position:inside;
}
.entry-content ul li, .entry-content ol li  {
	margin-left: 30px;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */

}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
 {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
	margin-bottom: 5px;
	height 25px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

nav {
	text-align: center;
}

nav a {
	color: #e36a0c;
	text-decoration: none;
	margin-right: 25px;
}

nav a:hover {
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}

.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,

.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content {
	color: #424242;
	font-size: 14px;
	font-family: Georgia;
	padding-bottom: 22px !important;
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
	border: none\9;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

html, body {
	margin: 0;
	padding: 0;
}

a, img {
	margin: 0;
	padding: 0;
	border: 0px;
	color: #e36a0c;
	text-decoration: none;
}

body  {
	background-image:url('images/bg1.jpg');
	background-repeat: no-repeat;
	background-color: #f5e4a9;
	background-size:1700px 675px;
	font-family: Georgia;
	background-position: top center;
	width: 100%;
}

#hr {
	height: 1px;
	background:url('images/hr.png') repeat-x;
	margin-bottom: 20px;
}

#container-top {
	background-image:url('images/bg3.png');
	background-repeat: repeat-x;
	background-color: #009d42;
	height: 4px;
	margin: 0;
}

#container-top-contacts {
	width: 1000px;
	background-image:url('images/tp.png');
	background-position: 420px -5px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#container-top-contacts a:hover {
	color: #FFF;
}

/* paredaguoti teksto pozicija */
.top-contacts
{
	width: 587px;
	font-family: "Georgia";
	font-size: 14px;
	color: #FFF;
	text-align: right;
	float: right;
}

#container1 {
	background-image:url('images/bg2.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
	min-height: 1250px;
	width: 100%;
}

#container2 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	min-height: 500px;
	margin-bottom: 39px;
	padding-top: 20px;
	clear: both;
}

#column-tab1 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#column-tab1 img {
	float: left;
}

.test-class .menu {

}

html[data-useragent*='MSIE 7.0'] div .menu {
  background-image:url('images/menu_bg.jpg');
	background-position:top center;
	background-repeat: no-repeat;
	height: 55px;

}

html[data-useragent*='MSIE 7.0'] div .menu ul {
	display: table;
	margin: 0 auto;
	margin-left: 25px;
	padding: 0;
	padding-top: 5px;
	width: 950px;
}

html[data-useragent*='MSIE 7.0'] div .menu ul li {
	text-decoration: none;
	float: left;
	text-align: center;
	display: table-cell;
}

html[data-useragent*='MSIE 7.0'] div .menu a {
	display: block;
	text-align: center;
}

html[data-useragent*='MSIE 7.0'] div .menu-big ul li {
	text-decoration: none;
	float: left;
	text-align: center;
	display: table-cell;
}


html[data-useragent*='MSIE 7.0'] div .menu-big ul li a {
	display: block;
	text-align: center;
}

html[data-useragent*='MSIE 8.0'] div .menu {
  background-image:url('images/menu_bg.jpg');
	background-position:top center;
	background-repeat: no-repeat;
	height: 55px;

}

html[data-useragent*='MSIE 8.0'] div .menu ul {
	display: table;
	margin: 0 auto;
	margin-left: 25px;
	padding: 0;
	padding-top: 5px;
	width: 950px;
}

html[data-useragent*='MSIE 8.0'] div .menu ul li {
	text-decoration: none;
	float: left;
	text-align: center;
	display: table-cell;
}

html[data-useragent*='MSIE 8.0'] div .menu a {
	display: block;
	text-align: center;
}

html[data-useragent*='MSIE 8.0'] div .menu-big ul li {
	text-decoration: none;
	float: left;
	text-align: center;
	display: table-cell;
}


html[data-useragent*='MSIE 8.0'] div .menu-big ul li a {
	display: block;
	text-align: center;
}

html[data-useragent*='MSIE 9.0'] div .menu {
  background-image:url('images/menu_bg.jpg');
	background-position:top center;
	background-repeat: no-repeat;
	height: 55px;

}

html[data-useragent*='MSIE 9.0'] div .menu ul {
	display: table;
	margin: 0 auto;
	margin-left: 25px;
	padding: 0;
	padding-top: 5px;
	width: 950px;
}

html[data-useragent*='MSIE 9.0'] div .menu ul li {
	text-decoration: none;
	float: left;
	text-align: center;
	display: table-cell;
}

html[data-useragent*='MSIE 9.0'] div .menu a {
	display: block;
	text-align: center;
}

html[data-useragent*='MSIE 9.0'] div .menu-big ul li {
	text-decoration: none;
	float: left;
	text-align: center;
	display: table-cell;
}


html[data-useragent*='MSIE 9.0'] div .menu-big ul li a {
	display: block;
	text-align: center;
}

.menu {
	background-image:url('images/menu_bg.jpg');
	background-position:top center;
	background-repeat: no-repeat;
	height: 55px;
	margin-bottom: 15px;
}

.menu ul {
	width: 950px;
	display: table;
	margin: 0;
	margin-left: 25px;
	padding: 0;
	padding-top: 5px;
}

.menu ul li {
	display: table-cell;
	width: auto;
	text-align: center;
}

.menu a {
	background-color: #f4e09d;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	font-family: "Georgia";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #e26000;
	height: 15px;
}

.menu-ru a {
	padding-top: 9px !important;
	padding-bottom: 21px !important;
}

.menu ul li.menu-first a {
	-moz-border-radius: 15px;
	border-top-left-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
}

.menu ul li.current_page_item a {
	background-color: #e36a0c;
	color: #FFF;
}

.menu ul li.menu-last a {
	-moz-border-radius: 15px;
	border-top-right-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
}

.menu a:hover {
	background-color: #e36a0c;
	color: #FFF;
}

.menu-big-container {
	background-image:url('images/menu-bg-big.png');
	background-position:top center;
	background-repeat: no-repeat;
	height: 470px;
	margin-bottom: 15px;
	padding-top: 5px;
}

.menu-big {
	height: 50px;
}

.menu-big ul {
	width: 950px;
	display: table;
	margin: 0 auto;
	margin-left: 25px;
	padding: 0;
	padding-top: 5px;
}

.menu-big ul li {
	display: table-cell;
	width: auto;
	text-align: center;
}

.menu-big a {
	background-color: #f4e09d;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	font-family: "Georgia";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #e26000;
	height: 15px;
}

.menu-big ul li.menu-first a {
	-moz-border-radius: 15px;
	border-top-left-radius: 10px 5px;
}

.menu-big ul li.current_page_item a {
	background-color: #e36a0c;
	color: #FFF;
}

.menu-big ul li.menu-last a {
	-moz-border-radius: 15px;
	border-top-right-radius: 10px 5px;
}

.menu-big a:hover {
	background-color: #e36a0c;
	color: #FFF;
}

#menu-container-slider {
	margin-left: 25px;
	width: 950px;
	height: 355px;
}

.menu-container-bottom {
	margin-left: 25px;
	width: 950px;
	background-image: url('images/menu-container-bottom.png');
	height: 48px;
}

.menu-container-bottom h2 {
	padding-top: 2px;
	padding-left: 28px;
	font-family: Georgia;
	font-size: 30px;
	color: #FFF;
}

#breadcrumb {
	font-family: "Georgia";
	font-size: 12px;
	color: #424242;
}

#breadcrumb a {
	color: #e36a0c;
	text-decoration: none;
	font-family: "Georgia";
	font-size: 12px;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#column-left {
float: left;
width: 250px;
margin-left: 20px;
margin-right: 20px;
}

#column-left ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 0px 10px;
	margin-bottom: none;
}

#column-left ul a{
	background-image:url('images/bullet1.png');
	background-position: 0% 20%;
	background-repeat: no-repeat;
	padding-left: 17px;
}

#column-left ul.submenu a:hover {
	text-decoration: underline;
	color: #e36a0c;
}

#column-left ul li {
		margin-bottom: 14px;
		color: #000;
		line-height: 100%;
}

#column-left ul li.parentSub {
	padding-top: 0px;
}

#column-left ul.submenu ul {
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

#column-left ul.submenu ul  li a {
	margin-left: 30px;
	text-decoration: none;
	padding-left: 10px;
	background-image:url('images/bullet3.png');
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

#column-left ul li.current_page_item a {
	color: #e36a0c;
	font-weight: bold;
}

#column-left ul.submenu ul  li {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 0px;
	padding-bottom: 7px;
	padding-top: 4px;
}

#column-left ul.submenu a {
	font-family: Georgia;
	font-size: 14px;
	color: #272727;
	font-weight: normal;
	text-decoration: none;
	line-height: 105%;
	line-spacing: 0px;
}

#column-left ul.submenu a.current_page_item {
	color: #e36a0c;
	font-weight: bold;
}

#column-left ul li ul li.page_item a {
	color: #272727;
	font-weight: normal;
}

#column-left ul li ul li.current_page_item a {
	color: #e36a0c;
	font-weight: bold;
}

#column-left ul li ul {
	list-style: none;
	background-repeat: no-repeat;
}

#column-left ul li ul li a {

	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	color: #272727;
	border-width: 50%;
}

#column-left ul li ul li a.active {
	color: #e36a0c;
	font-weight: bold;
}

#procedures-table {
	border-collapse: collapse;
}

#procedures-table tr {
	background-color: #fbfbfb;
}

#procedures-table tr.procedures {
    cursor:pointer;
	border-spacing: 0 15px;
	margin: 5px;
}

#procedures-table tr.info td{
	height: 25px;
	vertical-align: middle;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	font-weight: bold;
	font-family: Georgia;
	font-size: 12px;
	background-color: #FFF;
}

#procedures-table tr.procedures td{
	height: 55px;
	vertical-align: middle;
	padding-left: 8px;
	border: 1px solid #e8e8e8;
	font-family: Georgia;
	font-size: 14px;
}

#procedures-table tr.desc td {
	vertical-align: middle;
	padding-left: 8px;
	padding-top: 10px;
	border: 1px solid #e8e8e8;
	background-color: #f9f5f2;
	font-family: Georgia;
	font-size: 14px;
}

#procedures-table tr.desc td .small-caption{
	font-family: Georgia;
	font-size: 12px;
	padding-bottom: 10px;
}

#procedures-table td.category-name {
	font-family: Georgia;
	font-size: 14px;
	border: 0px;
	height: 10px;
	text-transform: uppercase;
}

#column-left-titular {
	width: 215px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	font-family: Georgia;
	font-size: 12px;
	color: #424242;
	text-decoration: none;
}

#column-left-titular a {
	text-decoration: none;
}

#column-left-titular h3 {
	font-family: Georgia;
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

#column-right {
float: left;
width: 690px;
min-height: 400px;
}

#news-right {
	width: 450px;
	float: right;
	height: 155px;
	position: relative;
}

#news-right a.the_title {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#news-right a.the_title:hover {
	text-decoration: underline;
}

#news-right .the_content {
	font-family: Georgia;
	font-size: 14px;
	color: #424242;
	margin-bottom: 15px;
	height: 100px;
	overflow: hidden;
}

#news-right .submit-more {
	border: 0px;
	background: url('images/button1.png') no-repeat;
	height: 32px;
	width: 95px;
	font-family: BreeSerif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e36a0c;
	padding-left: 0;
	text-decoration: none;
	position: absolute;
	bottom: 0;
}

#column-right-titular {
	width: 209px;
	float: left;
	line-height: 18px;
}

#column-right-titular h3{
	font-family: Georgia;
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

#column-right-titular h5 {
	font-family: Georgia;
	font-size: 13px;
	color: #424242;
	margin-bottom: 7px;
}
#column-right-titular a.title {
	color: #e36a0c;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	top: -5px;
	position: relative;
}

#column-right-titular p {
	float: left;
}

#column-right-titular img.wp-post-image {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	padding-top: 5px;
}

#container-bottom1 {
	width: 1000px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f8f8f8;
}

#container-bottom1 b {
	font-size: 15px;
	font-weight: bold;
}

#column-bottom1 {
	width: 269px;
	float: left;
	background-color: #f8f8f8;
	margin-top: 21px;
	margin-left: 25px;
}

#column-bottom1 h5 {
	font-family: Georgia;
	font-size: 12px;
	margin-bottom: 6px;
	width: 230px;
}

#column-bottom1 h3 {
	font-family: Georgia;
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
}

#column-bottom2 {
	width: 254px;
	float: left;
	background-color: #f8f8f8;
	margin-top: 21px;
}

#column-bottom2 h3 {
	font-family: Georgia;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

#column-bottom3 {
	width: 350px;
	float: left;
	margin-top: 21px;
	margin-right: 10px;
}

#column-bottom3 h3 {
	font-family: Georgia;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

#column-bottom4 {
	float: left;
	width: 75px;
	padding-top: 20px;
}
#column-bottom4 a {
	padding:0 0 5px;
}

#column-bottom4 iframe {
	padding: 0 0 0 9px;
}

#container-bottom2 {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f8f8f8;
	padding-left: 5px;
}

#container-bottom2 img {
	background-color: #f8f8f8;
	border-radius: 10px;
	height: 155px;
	margin-left: 15px;
	margin-bottom: 18px;
}

select .filters {
	width: 240px;
   height: 34px;
   overflow: hidden;
   background: url(images/select-bg.png) no-repeat right #ddd;
   border: 1px solid #ccc;
   position: absolute;
    z-index: 0;
}

footer {
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: block;
}

footer.entry-meta {
	margin-bottom: 15px;
}

footer ul {
	list-style-image: url('images/bullet4.png');
	padding-left: 25px;
	margin-bottom: 20px;
	text-align: left;
}


footer ul li {
	font-family: Georgia;
	font-size: 15px;
	color: #424242;
	margin-top: 5px;
}

footer ul li a {
	color: #424242;
	text-decoration: none;
	font-family: Georgia;
	font-size: 12px;
}

footer ul li a:hover {
	text-decoration: underline;
}

#column-footer1 {
	float: left;
	font-family: "Times New Roman";
	font-size: 12px;
	color: #272727;
	padding-left: 25px;
}

#column-footer2 {
	width: 231px;
	float: left;
	font-family: "Times New Roman";
	font-size: 12px;
	color: #272727;
	padding-left: 30px;
}

#column-footer3 {
	width: 226px;
	float: left;
	font-family: "Times New Roman";
	font-size: 12px;
	color: #272727;
	padding-left: 2px;
}

#column-footer4{
	width: 180px;
	float: left;
	font-family: "Times New Roman";
	font-size: 12px;
	color: #272727;
	padding-left: 3px;
}

#content-title {
	font-family: Georgia;
	font-size: 24px;
	color: #353535;
}

#pagination {
	text-align: center;
	font-family: Georgia;
	font-size: 14px;
	padding-bottom: 15px;
}
#pagination ul.page-numbers {
	list-style: none;
	display: inline-block
}
#pagination ul.page-numbers li {
	display: inline;
}
#pagination a.page-numbers{
	color: #6b6b6b;
	margin-right: 8px;
}

#pagination .current {
	color: #e36a0c;
	font-weight: bold;
	margin-right: 8px;
}

#pagination a.prev {
	margin-right: 20px;
	color: #e36a0c;
}

#pagination a.next {
	margin-left: 20px;
	color: #e36a0c;
}

#pagination a.first-page {
	margin-right: 20px;
	color: #e36a0c;
}

#pagination a.last-page {
	margin-left: 20px;
	color: #e36a0c;
}

#pagination a.active {
	font-weight: bold;
	color: #e36a0c;
}

.submit-newsletter {
	border: 0px;
	background: url('images/button1.png') no-repeat;
	height: 32px;
	width: 95px;
	font-family: BreeSerif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e26000;
	padding-left: 0;
	text-decoration: none;
	position: relative;
	top: -6px;
}

.submit-gallery {
	border: 0px;
	background: url('images/button1.png') no-repeat;
	height: 32px;
	width: 95px;
	font-family: BreeSerif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e26000;
	padding-left: 0;
	text-decoration: none;
	position: absolute;
	bottom: 21px;
	left: 7px;
}

.submit-contacts {
	border: 0px;
	background: url('images/button1.png') no-repeat;
	height: 32px;
	width: 95px;
	font-family: BreeSerif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e26000;
	padding-left: 0;
	text-decoration: none;
	margin-bottom: 15px;
}

.input-newsletter {
	border: 0px;
	background: url('images/input1.png') no-repeat;
	width: 219px;
	height: 33px;
	font-family: Georgia;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: 0px;
}

.input-contacts {
	background-color: #FFF;
	border: 1px solid #efefef;
	width: 430px;
}


.review-name {
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	color: #e36a0c;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.review {
	font-family: Georgia;
	font-style: italic;
	color: #424242;
	font-size: 14px;
	margin-bottom: 10px;
}

.review p {
	margin: 0;
	padding: 0;
}

.more {
	color: #e36a0c;
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
}

a.more {
	text-decoration: none;
}

a.more:hover {
	text-decoration: underline;
}

.footer-title {
	font-family: Georgia;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

a.lang-switch {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-image: url('images/vertical-line2.png');
	background-repeat: no-repeat;
	background-position: left top;
	color: #003e1a;
	text-decoration: none;
	font-size: 12px;
}

a.lang-switch-less {
	float: left;
	padding-left: 8px;
	padding-right: 7px;
	padding-top: 5px;
	background-image: url('images/vertical-line2.png');
	background-repeat: no-repeat;
	background-position: left top;
	color: #003e1a;
	text-decoration: none;
	font-size: 12px;
}

a.lang-active {
	color: #FFF;
}

a.the_title {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #e36a0c;
	padding-top: 10px;
}

a.the_title:hover {
	text-decoration: underline;
}

.nav-previous {
	display: none;
}

.nav-next {
	display: none;
}

.nice-link {
	color: #e36a0c;
	text-decoration: none;
	font-family: Gerogia;
	font-size: 13px;
}

.nice-link:hover {
	text-decoration: underline;
}

.clear {
clear: both;
}
span.filter {
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	width: 170px;
	font-size: 14px;
	font-family: Georgia;
	text-align: right;
	padding-right: 10px;
}
#filter-div {
	float: right;
	font-weight: normal;
	font-size: 45%;
}
.bsmList {
	width: 100% !important;
}
.bsmListItemRemove {
	position: relative !important;
	right: 0;
	top: 0;
	padding: 5px;
}
.bsmListItemLabel {
	padding: 5px;
	display: inline !important;
}
span.newsletter {
	font-size: 12px;
	width: 100%;
	color: #ff0000;
	position: relative;
	top: -7px;
}
.ngg-gallery-thumbnail img {
	border-radius: 10px;
}
#booking-blocks {
	margin-left: 16px;
	width: 210px;

}
#booking-blocks h1{
	color: #000;
	font-size: 16px;
	font-weight: bold;

}
.booking-block {
	border-bottom: solid 1px#eaeaea;
	height: auto;

}
.booking-block h2{
	font-family: Georgia;
	font-size: 12px;
	color: #e36a0c;
	margin-top: 10px;
	margin-bottom: 5px;

}
.booking-block p{
	margin: 0;
	font-size: 10px;
	color: #a7b3c5;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;

}
.booking-block p a{
	color: #e36a0c;
	font-size: 12px;

}
.entry-content h1 {
	font-size: 17px;
	font-weight: bold;
}
.entry-content h2 {
	font-size: 16px;
	font-weight: bold;
}
.entry-content h3 {
	font-size: 15px;
	font-weight: bold;
}
ol.bjqs-markers {
	top: -30px;
	position: relative;
}
ol.bjqs-markers li {
	background: url('/wp-content/themes/sanatorija/images/slider-dot.png') no-repeat;
}
ol.bjqs-markers li a {
	padding: 0 7px;
}
ol.bjqs-markers li.active-marker {
	background: url('/wp-content/themes/sanatorija/images/slider-dot-ac.png') no-repeat;
	position: relative;
}
ol.bjqs-markers li.active-marker a {
	padding: 0 7px;
}
/* CSS for IE */
.menu-footer-container, .menu-footer-ru-container, .menu-footer-en-container {
	width: 1000px\9; /* Css for IE 8 */
	margin: 0 auto\9; /* Css for IE 8 */
	padding-left:130px\9; /* Css for IE 8 */
	padding-left:0px \0/IE9; /* Css for IE 9 */
}
:root .menu-footer-container, .menu-footer-ru-container, .menu-footer-en-container {

}
.ftb {
	width: 1000px\9; /* Css for IE 8 */
	margin: 0 auto\9; /* Css for IE 8 */
	padding-left:50px\9; /* Css for IE 8 */
}
.ph1 {
	font-size: 14px;
	margin: 20px 0 10px 0;
	padding: 0 0 0 5px;
}
			ul#menu-footer {
				width: auto;
				list-style-image: none;
				list-style-type: none;
			}
			ul#menu-footer li {
				float: left;
				width: 25%;
			}
			ul#menu-footer li a span {
				font-family: Georgia;
				font-size: 12px;
				text-transform: uppercase;
				font-weight: bold;
				color: #FFF;
				text-align: left;
			}
			ul#menu-footer li ul.sub-menu {
				margin: 0 0 0 0;
				padding: 0;
			}
			ul#menu-footer li ul.sub-menu li {
				margin: 0 0 0 12px;
				padding: 0;
				width: 200px;
			}
			ul#menu-footer li ul.sub-menu li a span {
				font-family: Georgia;
				font-size: 12px;
				text-transform: none;
				font-weight: normal !important;
				color: #424242 !important;
				text-align: left;
			}
table.spec-table {
	border:1px solid #ccc !important;
	border-collapse:collapse;
	width:100% !important;
}
table.spec-table td {
	border:1px solid #ccc !important;
	padding:3px;
}
.ngg-galleryoverview {
    overflow: hidden;
    width: 100%;
    clear: both;
    display: block !important;
}

.ngg-galleryoverview .desc {
    /* required for description */
    margin: 0px 10px 10px 0px;
    padding: 5px;
}

.ngg-gallery-thumbnail-box {
    float: left;
    margin-right: 5px;
	margin-bottom: 10px;
}

.ngg-gallery-thumbnail {
    float: left;
    text-align: center;
}

.ngg-gallery-thumbnail img {
    background-color: #FFFFFF;
    display: block;
    position: relative;
}

.ngg-gallery-thumbnail img:hover {
    background-color: #A9A9A9;
}

.ngg-gallery-thumbnail span {
    /* Images description */
    font-size: 90%;
    padding-left: 5px;
    display: block;
}
.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}
.fade.in {
    opacity: 1;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
    margin: 30px auto;
    width: 600px;
}
.modal-dialog {
    margin: 30px auto;
    width: 600px;
}
.modal.fade .modal-dialog {
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s;
}
.modal.in .modal-dialog {
    transform: translate(0px, 0px);
}
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: medium none;
    position: relative;
}
.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.4286px;
    padding: 15px;
}
.modal .close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
	font-family:Georgia;
}
.modal button.close {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.modal button.close {
    padding: 0 5px 10px 10px;
}
.modal .close:hover, .modal .close:focus {
    color: #000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
	box-shadow:none;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    line-height: 1.42857;
    margin: 0;
	font-size:14px;
	clear:none;
}
.modal-midle-toolbar {
    padding: 15px 20px;
    text-align: right;
}
.modal button {
    overflow: visible;
}
.modal button, .modal select {
    text-transform: none;
}
.modal .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.modal .btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.modal .btn-default:hover, .modal .btn-default:focus, .modal .btn-default:active, .modal .btn-default.active, .modal .open .dropdown-toggle.btn-default {
    background-color: #ebebeb;
    border-color: #adadad;
    color: #333;
	box-shadow:none;
}
.modal .btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}
.modal .btn-success:hover, .modal .btn-success:focus, .modal .btn-success:active, .modal .btn-success.active, .modal .open .dropdown-toggle.btn-success {
    background-color: #47a447;
    border-color: #398439;
    color: #fff;
	box-shadow:none;
}
.modal .btn-success:active, .modal .btn-success.active, .modal .open .dropdown-toggle.btn-success {
    background-image: none;
}
.modal-body {
    padding: 20px;
    position: relative;
}
.modal .form-group {
    margin-bottom: 15px;
}
.modal-dialog label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
	font-size:12px;
}
.modal-dialog button, .modal-dialog input, .modal-dialog optgroup, .modal-dialog select, .modal-dialog textarea {
    margin: 0;
}
.modal .form-control {
    background-color: #eaeaea;
    background-image: none;
    border: 1px solid #9a9a9a;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(154, 154, 154, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 1.42857;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 532px;
	font-family:Georgia;
}
.modal .form-control:focus {
    border-color: #9a9a9a;
    box-shadow: 0 1px 1px rgba(154, 154, 154, 0.075) inset, 0 0 8px rgba(154, 154, 154, 0.6);
    outline: 0 none;
    color: #555 !important;
}
.modal textarea.form-control {
    height: auto;
    width: 532px;
}
.modal-footer {
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
	margin-bottom: 30px
}
.modal-footer:after {
    content: " ";
    display: table;
	clear:both;
}
.ngg-album-compact {
    background: url("images/gallery-bg1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 265px;
    margin: 0 !important;
    padding: 0 2px 4px 0 !important;
    position: relative;
    text-align: left;
    width: 228px;
}

.ngg-album-compactbox {
    box-sizing: border-box;
    height: 152px;
    margin: 0 0 15px !important;
    padding: 8px 0 0 8px !important;
    width: 211px;
}

.ngg-album-compact h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.ngg-album-desc, .ngg-album-desc1 {
    color: #272727;
    font-family: Georgia;
    font-size: 14px;
    font-weight: bold;
    padding-left: 9px;
    padding-right: 9px;
    text-decoration: none;
	display:block;
}
.ngg-album-compactbox .Thumb {
    border: medium none;
    height: 152px;
    margin: 0 !important;
    padding: 0 !important;
    width: 211px;
}

.table_border {
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}

.table_border th, .table_border td {
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:5px;
}
.table_border p {
	margin:0;
}

.default-button {
	background: url("images/button1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #e36a0c;
    font-family: BreeSerif;
    font-size: 10px;
    font-weight: bold;
    line-height: 32px;
    padding-left: 8px;
    text-decoration: none;
    text-transform: uppercase;
    width: 87px;
	display:block;
}

.default-button:hover {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 15px 17px rgba(255, 255, 255, 0.8) inset, 0 -5px 12px rgba(0, 0, 0, 0.02) inset;
}


/* Custom styles for new gallery */

.custom-album__container {
	margin-top: 10px;
    width: 100%;
    clear: both;
    display: block;
}
.custom-album__item__container {
	background: url('images/gallery-bg-1.png');
    background-repeat: no-repeat;
    float: left;
    height: 265px;
    padding: 0 2px 4px 0 !important;
    margin: 0px !important;
    text-align: left;
    width: 228px;
    position: relative;
}
.custom-album__item__img {
	text-align: center;
}
.custom-album__item__img img {
    border: none;
    height: 152px;
    margin: 8px auto 0;
    width: 211px;
}
.custom-album__item__title {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0 8px;
		color: #000000;
		display: block;
}
.custom-album__item__button {
    border: 0px;
    background: url('images/button1-2.png') no-repeat;
    height: 32px;
    line-height: 32px;
    width: 95px;
    text-decoration: none;
    font-family: BreeSerif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #048e3f;
    padding: 0 0 0 9px;
    text-decoration: none;
    position: absolute;
    bottom: 21px;
    left: 7px;
}
.custom-album__item__button:hover {
	    border-color: #ccc #bbb #aaa #bbb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
.single-maxgallery .mg-container .mg-image-tiles .mg-thumbs ul li {
	width: 230px !important;
	float: left;
}

.custom-gallery__container {}
.custom-gallery__item__container {
	display: inline-block;
}
.custom-gallery__item__img {
		width: 219px;
		margin: 4px 4px;
}
.custom-gallery__item__img img {
		width: 100%;
		border-radius: 10px;
}

#maxgalleria-4159 img {
	width: 225px !important;
	border-radius: 10px !important;
	margin: 0 auto 18px;
}

#container-bottom2.footer-gallery * {
    background-color: #f8f8f8 !important;
}

#container-bottom2.footer-gallery {
    padding: 5px 0 0 0;
    width: 100%;
}
ul.badges {
	list-style-type: none;
}
ul.badges li {
	display: inline-block;
	vertical-align: middle;
    margin-right: 10px;
}