﻿html {
	font-size: 1.1em;
	font-weight: normal;
	list-style-type: disc;
	text-align: left;
	color: #000;
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
background-image: url(../images/pattern.png), url(../images/back.jpg);
background-repeat: repeat, repeat;
background-blend-mode: normal, normal;
}

body.main{
overflow-y: hidden;
}

.main {

}

.menu-side {
background: #964307;
height: 100%;
}


.height {
	height: 100vh;
}


.skew::before {
  content: '';
  background-color: #964307;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
height: 100vh;
  transform: skew(-45deg);
  z-index: 1;
}

.width20::before {
  top: -80px;	
left: 370px;
width: 20px;
height: 148px;
}

.width100::before {
  top: -80px;	
left: 400px;
width: 100px;
height: 148px;
}


.brown::before {
left: 35%;
  background-color: #843900;
  z-index: -1;
}


p {
	line-height: 1.2;
	font-size: 1em;
	margin-bottom: 0;
}

em {
	font-style: italic;
	color: #964307;
}
b, strong {
	font-weight: bold;
}
ul {
	list-style-type: disc;
}

dt {
	width: 100%;
}


h1 {
	font-size: 2.2em;
	line-height: 1.1em;
color: #843900;
font-family: 'Roboto Slab', serif;
text-align: center;
font-weight: bold;
}


h2 {
font-size: 4em;
line-height: 1.1em;
color: #843900;
font-family: 'Roboto Slab', serif;

text-align: center;
text-transform: uppercase;
font-weight: bold;
}


h4 {
	font-size: 1.25rem;
	line-height: 1em;	
	font-weight: bold;	
	color: #833F2C;
    font-family: 'Open Sans', sans-serif;	
	text-transform: uppercase;
	padding-bottom: 0;
    margin-bottom: 0;
}

h3 {
	font-size: 3.5em;
	line-height: 1.1em;
	text-align: center;
	font-weight: bold;
	color: #1A1A2A;
	font-family: 'Roboto Slab', serif;
	padding-bottom: 20px;

}

.item-page h2, .page-header h2 {
	font-size: 1.8em;

}


.dinast h2 {
	display: none;
}

h5 {
	
font-size: 1em;
color: #833F2C;
line-height: 1.2;
font-family: 'Roboto Slab', serif;
}

h6 {
font-size: 1.5em;
color: #000;
line-height: 1.1em;
font-family: 'Open Sans', sans-serif;

  position: relative;
  padding-left: 50px;
}

h6:before {
content: url('../images/logo-icon.svg');
position: absolute;
z-index: 2;
left: 0;
top: 8px;
width: 30px;
height: auto;

}


blockquote {
  position: relative;
  padding-left: 50px;
  overflow: hidden;
}

blockquote:before {
content: url('../images/arrow-left.svg');
position: absolute;
z-index: 2;
left: 0;
top: 8px;
width: 33px;
height: 50px;

}

footer{

}
footer a{


}
}
footer a:visited{
}
footer a:hover{

}

footer li.active a{
background-color: #fff;
color: #000;
padding: 2px 10px;
border-radius: 3px;
}

footer p {


}

.arrow {
  animation: down 1.5s infinite;
}

@keyframes down {
  0% {
  transform: translate(0);
  }
  20% {
  transform: translateY(15px);
  }
  40% {
  transform: translate(0);
  } 
}

.arrow-up {
  animation: up 1.5s infinite;
}


@keyframes up {
  0% {
  transform: translate(0);
  }
  20% {
  transform: translateY(-15px);
  }
  40% {
  transform: translate(0);
  } 
}

header a{

}


header a:visited{
}
header a:hover{
	
}

header.main {
position: absolute;
width: 100%;
}


header.inner  {
	
}

a.ok path.st0 {
  clip-path: none;
}

hr {
border-top: 1px solid #AAAAAA;
}

nav {

}

nav a{
}
nav a:visited{
}
nav a:hover{
}


section {

}



a {
color: #DD1C00;		
}

a:hover {
	color: #FF290B;	
}

a:visited {
			
}


a:active {
}


.uk-icon-image {
    padding: 8px;
}


.uk-light .uk-svg path{
	fill: #fff;
}

.breadcrumb li{
	display: inline-block;
	list-style-image: none;
	list-style-type: none;
}


#breadcrumps {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	font-size: 12px;
	color: #CCC;
	position: relative;
	margin: 0px;
}


.counter {
	font-size: x-small;
}
.tags {
padding-left: 0;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
margin-top: 10px;

}

.tags li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
	padding-bottom: 0;
}

.tags li a:before{
content: "# ";	
}

.tags li a{
	color: #333;
	background-color: #DDDDDD;
	padding: 5px;
	border-radius: 2px;
}

.tags li a:hover{
	text-decoration: none;
	background-color: #1774FF;
	color: #FFF;
}

.tags li a:active{
	text-decoration: none;
	background-color: #004dbf ;
	color: #FFF;

}

.tagspopular {
text-align: left;
}

.tagspopular ul{
	list-style-type: none;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
	padding-left: 0;
	
}

.tagspopular li{
	display: inline-block;
	margin-right: 5px;
	padding-bottom: 15px;
	
}

.tagspopular li a:before{
content: "# ";	
}

.tagspopular li a{
color: #333;
background-color: #DDDDDD;
padding: 5px;
border-radius: 2px;
	
}

.tagspopular li a:hover{
	text-decoration: none;
	background-color: #1774FF ;
	color: #FFF;

}

.tagspopular li a:active{
	text-decoration: none;
	background-color: #004dbf;
	color: #FFF;

}

.gotop {
    margin-right: 10px;
    text-align: right;
    display: block;
    padding-right: 15px !important;
    padding-left: 15px !important;
    position: fixed;
    right: 10px;
    bottom: 10px;
z-index: 1000;
color: #FFF;
padding-top: 0;
padding-bottom: 0;
box-shadow: 0 5px 15px rgba(0,0,0,.3);
}


.pagination {
margin-top: 50px;
}

.pagination ul{
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-radius: 0;
	box-shadow: none;
}
.pagination ul > li{
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	margin: 5px;

}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {

}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {

}

.pagination ul > li > span {
    float: none;
    padding: 10px 15px;
    background-color: #542A1E;
    border: none;
	font-size: 14px;
	color: #ccc;
	display: inline-block;
  border-radius: 50px;
}

.pagination ul > li > a.pagenav {
    float: none;
    padding: 10px 15px;
    background-color: #542A1E;
    border: none;
	font-size: 14px;
	color: #fff;
	display: inline-block;	
  border-radius: 50px;
}

.pagination a:link {
	font-size: 14px;
	color: #FFF;
	padding: 0px;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: none;
	cursor: pointer;
}
.pagination a:visited {
	color: #FFF;
	text-decoration: none;
}
.pagination a:active {
	color: #666666;
	text-decoration: none;
}
.pagination a:hover {
	color: #333333;
	text-decoration: none;
}

img.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
/*Добавим вот такой вот код*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
/*конец кода с transition*/
}
img.gray:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}


.pos01, .pos02, .pos03 {
z-index: 1;
position: absolute ;
}


.pos01 {
left: 260px;
top: 0;	
}

.pos02 {
top: 270px;
left: 110px;	
}

.pos03 {
left: 470px;
top: 210px;	
}

.titul {
margin-top: 200px;	
}


.jux-tl-info {
  background: none repeat scroll 0 0 #FFF ;
  border-radius: 0 ;
  padding: 20px ;
}

.jux-tl-item h2 a {
  color: #DD1C00 ; 
}

.jux-tl-item h2 a:hover {
  color: #FF290B;
}


.jux-tl-item.right .arrow {

  border-right-color: #fff;
}

.jux-tl-item.left .arrow {

  border-left-color: #fff;
}

.jux-tl-item.right .arrow::after {
  border-right-color: transparent;
 
}

.jux-tl-item.left .arrow::after {
  border-left-color: transparent;
}

.jux-tl-item .jux-tl-desc {
  color: #000 ;
}

.jux-tl-title {
margin-top: 0;	
}

.jux-tl-item .jux-tl-time {
  font-size: 2em;
  color: #843900;
  top: 10px;
}



.pull-none {

margin-bottom: 10px;
}

	
/** qf3form **/ 


.qf3form {
    padding: 0 !important;
	background: transparent !important;
}

 .qftext, .qfemail  {
	width: 50% !important;
	display: inline-block !important; 
}

 .qftext  {
	padding-right: 20px !important; 
}

 .qf3form .qf3txt input, .qf3form.modal .qf3txt input {
    width: 100% !important;
}

.qf3form textarea, .qf3form.modal textarea {
    height: 160px !important;
    width: 100% !important;
}

 .qfsubmit, .modal .qfsubmit  {
	text-align: center !important;
}

.qf_recaptcha {
	transform: none !important; 
}

.qf3form .qf3txt input, .qf3form select, .qf3form textarea {
    border: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
    font-size: 100% !important;
}


.qf3form .qf3btn input {
    border-radius: 0 !important;
    font-size: 100% !important;
    text-transform: uppercase !important;
}

.qf3form .qf3label {
    font-size: 100% !important;
	margin-bottom: 5px !important;
}

/** end qf3form **/ 

/** Uikit **/ 

.uk-light .uk-navbar-nav > li.uk-active > a {
  
  color: #843900;
}

.uk-search-default .uk-search-input {
  background-color: #fff;
}

.uk-search-navbar .uk-search-input {
  background: #fff;
  font-size: 1em;
}

.uk-icon-button {

  background: #DD1C00;
  color: #fff;

}


.uk-light {
  color: #fff;
}


.uk-card {
  border-radius: 20px;
}


.uk-table th {
  color: #843900;
}

.uk-table-striped tbody tr:nth-of-type(2n+1), .uk-table-striped > tr:nth-of-type(2n+1) {
  background: #FDF2DF;
  border-top: 1px solid #FFBA8C;
  border-bottom: 1px solid #FFBA8C;
}


header .uk-icon {
  color: #843900;
}

header.inner  .uk-icon {
  color: #fff;
}

.uk-sticky-below .uk-icon {
  color: #fff;
}

.uk-navbar-toggle:hover, .uk-navbar-toggle[aria-expanded="true"] {
  color: #fff;
}

.logo {
	display: none;
}

.uk-sticky-below .logo {
  display: block;
}

.nav-overlay .uk-icon {
  color: #fff;
}

.uk-modal-header {
  background: transparent;
  border-bottom: none;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color:#C61800;
}

.uk-card-default .uk-card-title {
    color: #83402D;
	text-transform: none;
		font-size: 1.2em;
	line-height: 1em;
}


.uk-background-muted {

}

.uk-background-primary {
    background-color: #843900;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #D6BA72;
	border-radius: 10px;
	border: 1px solid #fff;
box-shadow: 0 0 0 3px #D6BA72;
}

.uk-nav-sub li {
    list-style-type: disc;
}

.uk-offcanvas-bar {
  background: #964307;
  padding: 0;
  overflow-y: visible;
}


.uk-nav > li > a {
  padding: 15px;
}

.uk-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.1;
  font-family: 'Roboto Slab', serif;
}

.uk-navbar-nav > li > a {
  color: #843900;
  text-transform: none;
  font-family: 'Roboto Slab', serif;  
}



.uk-offcanvas-bar .uk-close, 
.uk-nav-primary > li > a, 
.uk-nav-primary .uk-nav-sub a, 
.uk-nav-default > li > a, 
.uk-nav-default .uk-nav-sub a, 
.uk-offcanvas-bar .uk-nav-primary > li > a
{
  color: #fff;
}

.uk-offcanvas-bar .uk-close {
color: #843900;
}


.uk-nav-primary .uk-nav-sub li.uk-active > a, 
.uk-nav-default > li.uk-active > a, 
.uk-nav-primary > li.uk-active > a, 
.uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-offcanvas-bar .uk-nav-primary > li.uk-active > a
{
  color: #843900;
  background-color: #fff;
  position: relative;
}


.uk-nav-primary .uk-nav-sub li.uk-active > a::before, 
.uk-nav-default > li.uk-active > a::before, 
.uk-nav-primary > li.uk-active > a::before, 
.uk-nav-default .uk-nav-sub li.uk-active > a::before,
.uk-offcanvas-bar .uk-nav-primary > li.uk-active > a::before
{
  content: "";
  position: absolute;
top: 0;
left: -43px;
z-index: 0;
background-image: url(../images/arrow-menu.png);
background-size: cover;
width: 44px;
height: 60px;
}

.uk-nav-default > li > a:hover, .uk-nav-default .uk-nav-sub a:hover, .uk-nav-primary > li > a:hover, .uk-nav-primary .uk-nav-sub a:hover, .uk-close:hover {
  
  color: #ccc;
  
}



.uk-text-large {
    font-size: 1.3em;
	line-height: 1.2;
}


li.uk-active .uk-button-primary {
	    background-color: #AA1500 !important;
color:    #fff !important;
}

.uk-button-primary {
background: #843900 ;
color:    #fff ;
}


.uk-button-primary:hover {
    background-color: #964307 ;
color:
    #fff ;
}

.uk-button-primary:focus {
    background-color: #964307 ;
color:
    #fff ;
}


.uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary > :not([class*="uk-card-media"]) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-primary, .uk-light .uk-button-primary, .uk-offcanvas-bar .uk-button-primary, .uk-overlay-primary .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary {
  background-color: #fff;
  color: #843900;
}


.uk-button-secondary  {
background: #fff !important;
color:    #843900 !important;
}


.uk-button-secondary:hover {
    background-color: #fff !important;
color:    #843900 !important;
}

.uk-button-secondary:focus {
    background-color: #fff !important;
color:    #843900 !important;
}

.uk-button-default {
    background-color: #ccc !important;
color:    #06487D !important;	
}


.uk-button-default:hover {
    background-color: #aaa !important;
color:    #06487D !important;
}

.uk-button-default:focus {
    background-color: #aaa !important;
color:    #06487D !important;
}


.uk-button {
	font-family: 'Roboto Slab', serif;
	border: none !important;
}

.uk-navbar-item {
    color: #666;
}
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    min-height: 40px;
}

.uk-card-default {

    color: #000;
}

.categ_block.uk-card-default {
    background-color: #EFE4C7;	
}


.uk-text-primary {
    color: #843900 !important;
}

.uk-tab > .uk-active > a {
    border-color: #C61800;
}

/** end Uikit **/



[class*="ymaps-2"][class*="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter:grayscale(100%);
}


/** @media **/


@media (min-width: 1600px)  {
.uk-text-large {
font-size: 1.8em;	
}

}


@media (min-width: 768px) and (max-width: 1219px) {
	

}





@media (max-width: 960px) {




}


@media (max-width: 768px) {
	
.jux-tl-item .jux-tl-time {
  top: -10px;
}	
	
	
.jux-tl-item.right .arrow, .jux-tl-item.left .arrow {
  border-bottom-color: #fff;
  border-right-color: transparent;
}	


.jux-tl-item.right .arrow::after, .jux-tl-item.left .arrow::after {
  border-bottom-color: transparent;
}	

.height {
	height: 94vh;
}
 
h1 {
	font-size: 2em;

}  
	
h2 {
    font-size: 1.8em;
}	


h3 {
    font-size: 1.6em;
}	

h5 {
    font-size: 0.8em;
}   
  
h6 {
    font-size: 1.2em;
}  

.titul {
margin-top: 0;	
}

.uk-text-large {
  font-size: 1.1em;
}  

header .uk-icon {
  color: #fff;
}


header.main {
	background: #843900;
}


.pos01, .pos02, .pos03 {
position: relative ;
width: 200px;
display: inline-block;
}


.pos01 {
left: 0;
top: 0;	
}

.pos02 {
top: 0;
left: 0;	
}

.pos03 {
left: 100px;
top: -80px;
}

.inner .width20::before {
height: 135px;
}

.inner  .width100::before {
height: 135px;
}


}

@media (max-width: 470px) {

.uk-float-left {
  float: none;
}  
  

}
  
@media (max-width: 413px) {


  
.item-page h2, .page-header h2, h2 {
	font-size: 1.4em;

}  

.pos01, .pos02, .pos03 {
position: relative ;
width: 170px;
display: inline-block;
}


.pos03 {
left: 88px;
}

}


/** end @media **/