a {
	color: #4E1206;
}
a:hover {
	color: #444;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
input[type=submit],
input[type=button],
button[type=submit],
button, .button{
	cursor: pointer;
	padding: 8px;
	color: white;
	text-shadow: 1px 1px #000;
	border: 3px solid #C9AA8B;
	border-bottom: none;
	border-left-color: #A3886D;
	border-right: none;
	letter-spacing: 1px;
background: #a58471;
background: -moz-linear-gradient(top, #a58471 0%, #593620 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a58471), color-stop(100%,#593620));
background: -webkit-linear-gradient(top, #a58471 0%,#593620 100%);
background: -o-linear-gradient(top, #a58471 0%,#593620 100%);
background: -ms-linear-gradient(top, #a58471 0%,#593620 100%);
background: linear-gradient(to bottom, #a58471 0%,#593620 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a58471', endColorstr='#593620',GradientType=0);
-webkit-border-radius: 5px;
border-radius: 5px;
}
input[type=submit]:hover,
input[type=button]:hover,
button[type=submit]:hover,
button:hover, .button:hover {
	color: #FDE4AC;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
input[type=submit]:disabled,
input[type=button]:disabled,
button[type=submit]:disabled,
button:disabled{
	color: #ccc;
	cursor: default;
}
input[type=submit]:focus,
input[type=button]:focus,
button[type=submit]:focus,
button:focus, .button:focus {
	border-width: 2px;
	outline: none;
}
input[type=text],
input[type=password],
input[type=email],
.inputbox,
textarea,
select {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	background: #f9f9f9;
	padding-left: 3px;
    height: 27px;
    line-height: 27px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 1px 1px 2px #777 inset;
-moz-box-shadow: 1px 1px 2px #777 inset;
box-shadow: 1px 1px 2px #777 inset;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
.inputbox:focus,
textarea:focus,
select:focus {
	border-color: #34658E;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
textarea {
	height: auto;
	line-height: 17px;
}
input.error, textarea.error {
	border-color: red;
}
input::-webkit-input-placeholder {color: #666}
input:-moz-placeholder {color: #666}
select {
    height: auto;
    max-width: 200px;
    padding: 3px;
}
label {
	cursor: pointer;
}
fieldset {
	padding: 10px;
	border: 1px solid #ddd;
	margin: 5px;
	display: inline;
	text-align: left;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
legend {
	font-weight: bold;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
thead, th, thead a, th a {
	font-weight: bold;
}
td, th{
	border: 1px solid #888;
	padding: 3px;
}
.border0 td, .border0 th {border: none}
td p, th p {
	text-indent: 0 !important;
	margin: 0 !important;
}
h1 {
	font-size: 16px;
}
article p, .category_description p {
	margin: 5px 0;
	text-indent: 20px;
}
article img, .galery img {
	margin: 0 5px 5px 0;
-webkit-box-shadow: 1px 2px 4px #888;
-moz-box-shadow: 1px 2px 4px #888;
box-shadow: 1px 2px 4px #888;
}
.article_title {
    font-size: 20px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #888;
}
.article_title a {
	max-width: 415px;
	display: inline-block;
	margin-bottom: 5px;
}
.article_header {
	margin-top: 14px;
}
.date_label {
	display: inline-block;
	float: right;
	color: white;
	font-size: 13px;
	text-align: center;
	padding-top: 7px;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	font-weight: bold;
	margin: -50px 0 0;
	width: 45px;
	height: 38px;
	background: url("../img/date_label.png") no-repeat scroll center center transparent;
}
.article_content, footer #foot_slider, .galery, .category_description {
	padding: 5px;
	border: 1px solid #eee;
	clear: both;
	overflow: hidden;
	background: url("../img/bg.png") repeat scroll 0 0 transparent;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px #000;
-moz-box-shadow: 0 0 2px #000;
box-shadow: 0 0 2px #000;
}
.article_content:after {
	display: block;
	clear: both;
	content: '';
}
.article_content h2 {
	text-align: right;
}
.article_info {
    color: #777;
    display: block;
    float: left;
    margin-top: 20px;
}
article.full .article_info {
	float: none;
	margin: 5px;
}
.article_img {
	float: left;
    max-width: 100%;
    overflow: hidden;
}
.article_footer {
	clear: both;
	overflow: hidden;
	font-size: 11px;
	height: 32px;
}
article.full .article_footer {
	height: auto;
	margin-top: 0;
	padding: 15px;
}
.readmore, .readmore:visited {
	float: right;
	padding: 8px;
	color: white;
	text-shadow: 1px 1px #000;
	border: 3px solid #C9AA8B;
	border-bottom: none;
	border-left-color: #A3886D;
	border-right: none;
	letter-spacing: 1px;
background: #a58471;
background: -moz-linear-gradient(top, #a58471 0%, #593620 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a58471), color-stop(100%,#593620));
background: -webkit-linear-gradient(top, #a58471 0%,#593620 100%);
background: -o-linear-gradient(top, #a58471 0%,#593620 100%);
background: -ms-linear-gradient(top, #a58471 0%,#593620 100%);
background: linear-gradient(to bottom, #a58471 0%,#593620 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a58471', endColorstr='#593620',GradientType=0);
-webkit-border-radius: 5px;
border-radius: 5px;
}
.readmore:hover {
	color: #FDE4AC;
	border-width: 2px;
}
article ol, article ul {
	overflow: hidden;
}
article ol li {
	list-style: decimal;
	margin-left: 25px;
}
article ul li {
	margin-left: 25px;
	list-style: square;
}
.galery {
	margin-bottom: 15px;
	margin-top: 15px;
}
.galery_img {
    float: left;
    text-align: center;
    width: 33%;
}
.galery_img a img {
	margin: 0;
	max-width: 100%;
}
.galery_img span {
    display: block;
    margin: auto;
}
.galery_img a {
	display: block;
	border: 1px solid transparent;
	padding: 8px;
	font-size: 17px;
    font-weight: bold;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.galery_img a:hover {
	border-color: #FCE6AC;
	background: rgba(255,255,255,0.3);
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
}
.pagination {
	text-align: right;
	width: 100%;
	clear: both;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li a, .pagination ul li b {
	display: block;
	padding: 5px 10px;
    border-color: #ddd #ddd #999 #999;
    border-style: solid;
    border-width: 1px;
	text-shadow: 1px 1px #fff;
background: #fff9eb;
background: -moz-linear-gradient(top,  #fff9eb 0%, #fce6ac 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff9eb), color-stop(100%,#fce6ac));
background: -webkit-linear-gradient(top,  #fff9eb 0%,#fce6ac 100%);
background: -o-linear-gradient(top,  #fff9eb 0%,#fce6ac 100%);
background: -ms-linear-gradient(top,  #fff9eb 0%,#fce6ac 100%);
background: linear-gradient(to bottom,  #fff9eb 0%,#fce6ac 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9eb', endColorstr='#fce6ac',GradientType=0 );
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.pagination ul li b {
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset, 0 1px 0 #fff;
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset, 0 1px 0 #fff;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset, 0 1px 0 #fff;
}
.pagination ul li a:hover {
background: #fce6ac;
background: -moz-linear-gradient(top,  #fce6ac 0%, #fff9eb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fce6ac), color-stop(100%,#fff9eb));
background: -webkit-linear-gradient(top,  #fce6ac 0%,#fff9eb 100%);
background: -o-linear-gradient(top,  #fce6ac 0%,#fff9eb 100%);
background: -ms-linear-gradient(top,  #fce6ac 0%,#fff9eb 100%);
background: linear-gradient(to bottom,  #fce6ac 0%,#fff9eb 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fce6ac', endColorstr='#fff9eb',GradientType=0);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.left {
	float: left;
}
.right {
	float: right;
}
.clr {
	clear: both;
}
.error {
	color: red;
}
.hide {
	display: none;
}
a.modal:hover img {
	cursor: url("http://filar.com.ua/front/tmpl/filar/img/zoom.cur"), -moz-zoom-in;
}
.msg {
    cursor: pointer;
    padding: 10px 10px 10px 50px;
    position: fixed;
    right: 5px;
	font-size: 15px;
    text-align: center;
	text-shadow: 2px 2px 2px #ccc;
    top: 5px;
    white-space: nowrap;
    z-index: 1000;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px #444;
-moz-box-shadow: 0px 0px 5px #444;
box-shadow: 0px 0px 5px #444;
}
.msg.success {
	border: 1px solid #1E5799;
	background-color: rgba(176, 205, 229, 0.8);
	background-image: url("../img/info.png");
}
.msg.warning {
    border: 1px solid red;
	color: #D8000C;
	background-color: rgba(255, 186, 186, 0.8);
	background-image: url("../img/warning.png");
}
.feedback_contact img {
	float: right;
}
.feedback {
	overflow: hidden;
}
.feedback img {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.feedback_entry {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    padding: 10px;
}
.feedback fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#feedback_map {
	border: 1px solid #ddd;
	padding: 5px;
	height: 300px;
	display: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#feedback_map img {
	margin: 0;
	padding: 0;
}
#feedback_map .marker .feedback_entry {
	font-weight: normal;
	font-size: 13px;
	padding: 0;
	line-height: 16px;
}
#feedback_map .marker img {
	max-width: 140px;
	display: block;
	margin: auto;
}
.tabs_ctr {
	padding-top: 15px;
	clear: both;
	overflow: hidden;
}
.tabs_ctr a {
	padding: 10px;
	display: block;
	float: left;
	color: #444;
	font-weight: bold;
	background: rgba(255,255,255,0.2);
	margin: 0 0 0 5px;
	border: 1px solid #fff;
	border-bottom: none;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
.tabs_ctr a.cur {
	background: rgba(255,255,255,0.5);
}
.tabs {
	background: rgba(255,255,255,0.5);
	padding: 10px;
	border: 1px solid #fff;
-webkit-border-radius: 2px 2px 1px 1px;
border-radius: 2px 2px 1px 1px;
}
.tabs h1 {
	text-align: right;
	margin-bottom: 10px;
	font-size: 18px;
	color: #666;
}
.tabs iframe {
	display: block;
	float: left;
	margin: 10px;
	width: 440px;
	height: 315px;
}
.tabs > div {
	display: none;
	overflow: hidden;
	min-height: 300px;
}
.tabs > div:first-child {
	display: block;
}
.tabs a[rel] {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	padding: 8px 0 8px 17px;
}
.tabs a[rel=facebook] {
	background-image: url("../img/64/fb.png");
}
.tabs a[rel=vk] {
	background-image: url("../img/64/vk.png");
}
a[rel=youtube] {
	background-image: url("../img/64/YouTube.png");
}
.fb {min-height: 180px;}
.breadcrumb a:after {
    background-image: url("../img/arrow_right.png");
    content: "";
    display: inline-block;
    height: 7px;
    margin: 0 0 0 4px;
    width: 4px;
}