@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700&subset=latin,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700&subset=latin,cyrillic);

body {
	background-color: rgb(220, 211, 170);
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(253, 253, 251) 0%, rgb(220, 211, 170) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(253, 253, 251)), color-stop(1, rgb(220, 211, 170)));
	background-image: -webkit-linear-gradient(-90deg, rgb(253, 253, 251) 0%, rgb(220, 211, 170) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(253, 253, 251) 0%, rgb(220, 211, 170) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(253, 253, 251) 0%, rgb(220, 211, 170) 100%);
	background-image: linear-gradient(180deg, rgb(253, 253, 251) 0%, rgb(220, 211, 170) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffdfdfb,endColorstr=#ffdcd3aa,GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffdfdfb, endColorstr=#ffdcd3aa, GradientType=0);
	background-repeat: repeat-x;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
}

img {
	max-width: inherit;
}

h1, .h1 {
	font-family: "Playfair Display", serif;
	font-size: 26px;
	margin: 0;
	padding: 0 0 12px;
	/*color: #ba6124;*/
	color: #000;
	line-height: 120%;
	font-weight: 400;
}

h2 {
	font-size: 18px;
	color: #65753c;
}

h2.title {
	font-family: "Playfair Display", serif;
	color: #000;
	font-size: 20px;
	margin: 10px 0 20px;
}

.home h2.title {
	text-align: center;
	color: #ba6124;
}

.home h2.title a {
	color: #000;
}

.home h2.title a:hover {
	color: #ba6124;
}

h3, h4 {
	color: #65753c;
	font-size: 16px;
	font-weight: normal;
}

.fitalic {
	font-style: italic;
}

.fbold {
	font-weight: 700;
}

a {
	color: #65753c;
	text-decoration: underline;
}

a:hover {
	color: #ba6124;
}

header {
	margin: 0 auto;
	position: relative;
	height: 100px;
}

.slogan {
	padding: 20px 35px 0;
	line-height: 100% !important;
	height: 100px;
	font-family: "Playfair Display", serif;
	font-size: 16px;
}

.slogan p {
	margin: 0;
	padding: 0 0 16px;
}

.slogan a {
	text-decoration: none;
	color: #000;
}

.slogan a:hover {
	color: #ca7b16;
}

.nav_fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
	overflow: visible;
}

nav {
	position: absolute;
	top: 0px;
	margin: 0 auto;
	z-index: 3;
	width: 100%;
}

.navbar {
	min-height: 40px;
}

.navbar-collapse.in {
	overflow-y: visible;
}

.navbar-default {
	box-shadow: none;
	background-image: none;
	background-color: #65753c;
	border: 0;
}

.nav > li {
	padding: 0;
}

.nav > li.last {
	/*border-right: 1px dotted #ccc;*/
}

.nav li > a {
	font-size: 16px;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	color: #fff;
	padding: 6px 4px;
}

.nav > li > a:hover, .nav li > a.active {
	background: none;
	cursor: default;
	color: #e1dab7;
}

.nav > li > a.sub:hover {
	cursor: pointer;
}

.nav > li > a.btn {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 4px;
	margin: -6px 3px;
	cursor: pointer;
}

.nav > li > a.btn.btn-primary {
	color: #fff;
}

.nav > li > a.btn.btn-primary:hover {
	color: #17365d;
	border-color: #ddd;
}

.nav .dropdown-menu {
	padding: 6px;
	border: 0;
	/*box-shadow: none;*/
}

.nav .open > a, .nav .open > a:hover {
	background-color: transparent;
	color: #e1dab7;
}

.nav .list-group, aside .list-group, aside .panel-body {
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

.nav a.list-group-item {
	display: block;
	padding: 4px 2px 4px 6px;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
}

.content {
	background-color: #fff;
	/*	width: 100%;
		float: left;*/
	padding-top: 60px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

aside {
	margin: 0;
	padding: 0 0 20px;
}

aside .panel-default > .panel-heading {
	background-image: none;
}

aside .list-group-item {
	padding: 4px 10px;
}

aside a.list-group-item, aside .panel-heading a {
	text-decoration: none;
	font-size: 14px;
	border: 0;
}

article {
	padding: 0 20px 30px !important;
}

/* responsive img */
.bn {
	text-align: center;
}

.bn img {
	margin: 10px 0;
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bn img:hover {
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

aside a.list-group-item.current {
	color: #65753c;
	text-decoration: underline;
}

/*** CTG ***/
ul.ctg_all {
	margin: 40px 0 20px;
	padding: 10px 0 0;
	position: relative;
}

ul.ctg_all li {
	text-align: center;
}

ul.ctg_all li img {
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul.ctg_all li img:hover {
	border-color: #ca7b16;
}

ul.ctg_all h2 {
	margin: 6px 0 10px;
	text-align: center;
	padding: 0;
	font-weight: normal;
}

ul.ctg_all h2 a {
	text-decoration: none;
}

ul.ctg_all .comment {
	visibility: hidden;
	height: 1px;
	width: 1px;
}

.border {
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

.border_sm {
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 2px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.176);
}

/* ALPHABET */
.alphabet {
	margin: 20px 0;
	padding: 4px 10px 0;
	font-size: 15px;
	color: #ccc;
	background: #fff;
}

.alphabet h3 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 14px;
}

/* MEDIA */
.media-left {
	padding-right: 20px;
}

ul.media-list li {
	margin: 16px 0;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.media:first-child {
	margin-top: 20px;
}

.catalog .media:first-child {
	margin-top: 0px;
}

.media-heading {
	margin: 0 0 16px;
}

.media img {
    width: auto !important;
    height: auto;
}
/*** BREADCRUMB ***/
.breadcrumb {
	margin: 0 0 14px;
	padding: 2px 0;
	font-size: 12px;
	background: none;
}

.breadcrumb span {
	position: relative;
	padding: 0 0 0 28px;
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb span:after {
	content: '';
	position: absolute;
	top: 30%;
	right: 8px;
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-left-color: #3a638c;
	/*	border-left-color: rgba(58, 99, 140, 1.0);*/
}

/*** CAT ITEM ONE ***/
.item_one {
	margin: 0 0 20px;
}

.item_one.no_cat .block_img {
	margin: 0 20px 10px 0;
}

.item_one .block_img img {
	margin: 0 0 6px;
	padding: 4px;
	border: 1px solid #dedede;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.gallery {
	margin: 30px 0 0;
}

#disqus_thread {
	margin: 30px 0;
}

.addthis_native_toolbox {
	margin: 10px 0 20px;
}

footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
}

footer p {
	margin: 0;
}

footer .bn span {
	display: inline-block;
	margin: 0 10px;
}

/*** PRINT ***/
.print_version {
	clear: both;
	padding: 20px 0 0;
}

.print_version a, .print_version a:hover {
	text-decoration: none !important;
	border: 0;
}

.date {
	color: #333;
	font-size: 12px;
	display: inline-block;
	background: #ecdeb7;
	padding: 2px 8px;
	margin: 0 0 10px;
}

.date a {
	color: #666;
}

.date.ext {
	display: block;
	padding: 0px 0px;
	margin: 0 0 4px;
	background-color: transparent;
}

.date.ext a {
	color: #999;
}

.date.ext a:hover {
	color: #ba6124;
}

hr {
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
}

.cleaner, .wrapper {
	clear: both;
}

.line {
	clear: both;
	height: 3px;
	background: #dce2e0;
	margin: 0 0 0;
	font-size: 1px;
}

.carousel {
	margin: 0 0 30px;
}

.carousel-inner .item {
	text-align: center;
}

.carousel-inner a {
	display: inline-block;
}

.carousel-indicators {
	bottom: -30px;
}

.carousel-indicators li {
	border-color: #ccc;
}

.carousel-indicators .active {
	background-color: #ddd;
}

.carousel-caption {
	color: #000;
	right: 0;
	left: 0;
	bottom: 0;
	font-size: 18px;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0.8);
	padding-top: 6px;
	padding-bottom: 10px;
	text-shadow: none;
}

.carousel-caption p {
	font-weight: normal;
	font-size: 13px;
	margin: 0;
	padding: 0 10px 0;
}

.feedback_form {
	padding: 20px 0 0 0 !important;
}

.feedback_form label {
	font-weight: normal;
}

input.captcha {
	width: 40%;
}

#feedback_form .input-group-addon, #newsletter_form .input-group-addon {
	padding: 0;
	width: auto;
}
.ch_img img, .ch_img input {
	display: inline-block;
}

/*** HOME PAGE ***/

/*** ANNOUNCES ***/
.home ul.announces {
	margin: 0;
	padding: 0;
}

.home ul.announces li {
	display: block;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.home ul.announces.main {
}

.home ul.announces.main li {
	float: left;
	margin: 0 10px 10px 0;
}

ul.announces li h3 {
	margin: 3px 0;
	padding: 0 0 4px;
	font-size: 14px;
	font-weight: normal;
}

ul.announces li h3 a {
	text-decoration: none;
}

aside ul.announces li h3 a {
	color: #000;
}

aside ul.announces li h3 a:hover {
	color: #ba6124;
}

a.seemore {
	font-size: 12px;
	display: block;
	font-style: italic;
	color: #999;
}

a.seemore:hover {
	color: #ba6124;
}

/* Bootstrap */
.lang .dropdown-menu {
	min-width: 40px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.lang .dropdown-menu > p {
	margin: 0px 10px 4px;
	padding: 0;
}

.lang ul {
	list-style: none;
	margin: 40px 15px 0 0;
}

.lang ul li {
	padding: 2px 4px;
}

.lang ul li.active {
	background: #ecdeb7;
}

.lang ul li a {
	text-decoration: none;
}

a.list-group-item:hover {
	color: #fff;
	background: #e1dab7
}

.pagination > .active > a, .pagination > .active > a:hover {
	background-color: #65753c;
	border-color: #65753c;
}

.pagination > li > a {
	color: #65753c;
	margin: 0 4px;
}

.search_form {
	margin: 0 0 20px;
}

.search_form .input-group-addon {
	padding: 0;
}

.search_form button {
	border: 0;
	background: none;
}

.search_result ul, ul.search_result {
	margin: 0;
	padding: 0;
	list-style: none;
}

.search_result ul li, ul.search_result li {
	margin: 0;
	padding: 0 0 8px;
}

.search_result a {
	color: #000;
}

.search_result a:hover {
	color: #ba6124;
}

.badge {
	background-color: #ecdeb7;
	font-weight: normal;
	color: #65753c;
}

em {
	color: #000;
}
