*, *:after, *:before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	transition: .5s ease-in-out;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
}
img {
	display: block; width:100%; height:100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial';
	font-weight: normal;
	letter-spacing: 1px;
  
}
header:after, .container:after, footer:after, .widget-posts-list li:after, #subscribe:after {
	content: "";
	display: table;
	clear: both;
}

#shapka {position: relative; width:100%;}
#shapka a {color:#1662a0;}
#shapka a:hover {color:#09f;}



@media screen and (max-width: 1930px) {

       #logo {position:relative;  width:50%;  left:0%;}
    }
    
@media screen and (max-width: 760px) {

       #logo {position:relative;  width:100%;  left:0%;}
    }

#logo img {min-width:100%; }


body {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #571418;
	background: #f1e4cb;
}
header {
	width: 100%;
	background: url(/images/back.jpg);
	padding: 15px 0;
	margin-bottom: 30px;
  position:relative;
}


.container {
	margin: 0 auto;
        width: 100%;
	max-width: 960px;
	padding: 0 15px;
}
.container h1 { color:#c03; margin:15px 0px 15px 0px;}
.container h2 { color:#c03; margin:15px 0px 5px 0px;}

.stroka { font-size:30px; width:97%; font-size:20px; margin-bottom:10px; padding:7px;}
.stroka option { background:red;}


nav {
	width: 100%; 
}



/*
.logo span:nth-child(odd) {
	background: #00a5c9;
}
.logo span:nth-child(even) {
	background: #fb1834;
}
*/
#menu {
	float: right; 
}
#menu li {
	display: inline-block;
    margin-right: 30px;
}
#menu a {
	color: #111;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	display: block;
	line-height: 40px;
  font-weight:bold;
}
#menu a:hover {
	color: #EF5A42;
}
#menu li:last-child  {
	margin-right: 0;
}

.nav-toggle {
	display: none;
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 20px;
	background: #571418;
	cursor: pointer;
}
.nav-toggle span {
	display: block;
	position: absolute;
	top: 19px;
	left: 8px;
	right: 8px;
	height: 2px;
	background: #ede3cb;
}
.nav-toggle span:before, .nav-toggle span:after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ede3cb;
	content: "";
}
.nav-toggle span:before {
	top: -10px;
}
.nav-toggle span:after {
	bottom: -10px;
}
#menu.active {
	max-height: 123px;
}
.posts-list {
	margin-bottom: 30px;
	width: 64%;
	float: left;
}
.post {
	margin-bottom: 35px;
}
.post-content p {
	line-height: 1.5;

}

.post-content a {text-decoration:underline;}
.post-content a:hover {text-decoration:none;}

.post-content ul   { list-style: disc; padding-left:10px;  margin: 0px 0px 0px 0px;}
.post-content ul li {margin-left:10px; }
/*
.post-content li {margin-left:0px; padding:0px 0px 0px 20px; list-style-type: none; background:url(http://www.klassnye-chasy.ru/images/cap.png) left 7px no-repeat; }
  */

.post-content ol {
	margin:0px 0px 20px 20px;
	counter-reset: list_item;
  font-size:1.1em;
}

.post-content ol li {
   list-style-type: none;
    display: block;
    margin: 5px 0px 5px;
    padding-bottom: 3px;
	font-style:italic;
}

.post-content ol li:before {
    counter-increment: list_item;
    content: counter(list_item);
    position: absolute;
    margin: 0px 0px 0px -22px;
    background: url(/images/circle2.png) no-repeat scroll 0% 0% transparent;
    width: 18px;
    height: 18px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
	padding:1px 0px 2px 0px;
}


.post-image {
	margin-bottom: 30px;
}
.category {
	margin-bottom: 15px;
}
.category a {
	color: #F8B763;
	text-transform: uppercase;
}
.post-title {
	margin-bottom: 12px;
    font-size: 26px;
}
.post-footer {
	border-top: 1px solid #EBEBE3;
    border-bottom: 1px solid #EBEBE3;
	position: relative;
	margin-top: 15px;
}
.more-link {
	position: relative;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    color: white;
    line-height: 44px;
    padding: 0 22px;
    background: #3C3D41;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.more-link:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border: solid transparent;
    border-width: 22px 18px;
    border-left-color: #3C3D41;
    transform: translateX(100%);
}
.post-social{
	position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    text-align: right;
    transform: translateY(-50%);
    padding: 0;
	font-size: 12px;
}
.post-social a {
    display: inline-block;
    margin-left: 8px;
    color: #F8B763;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid;
}
.thumb-wrap {
    position: relative;
    display: block;
    overflow: hidden;
	padding-bottom: 56%;
    height: 0;
	margin-bottom: 30px;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
	max-width:100%;
    height: 100%;
}
video{
	width: 100%;
    height: auto;
	max-height: 100%;
	margin-bottom: 30px;
	}
aside {
	width: 33%;
	float: right;
}
.widget {
	padding: 20px 15px;
    background: white;
    font-size: 13px;
	margin-bottom: 30px;
	box-shadow: 3px 3px 1px rgba(0,0,0,.05);
}
.widget-title {
	font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #F8B763;
    box-shadow: 3px 3px 0 0 #F8B763;
}
.widget-category-list li {
	border-bottom: 1px solid #EBEBE3;
	padding: 10px 0;
    color: #c6c6c6;
    font-style: italic;
}
.widget-category-list li:last-child {
	border-bottom: none;
}
.widget-category-list li a {
    color: #626262;
    margin-right: 6px;
    font-style: normal;
}
.widget-category-list li a:before {
    content: "\f105";
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #c6c6c6;
}
.widget-posts-list li {
	border-top: 1px solid #EBEBE3;
    padding: 15px 0;
}
.widget-posts-list li:nth-child(1){
	border-top: none;
}
.post-image-small {
	width: 30%;
	float: left;
	margin-right: 15px;
}
.widget-post-title {
float:left;
}
footer {
	padding: 30px 0;
	background: #3C3D41;
	color: white;
}
.footer-col {
	width: 33.3333333333%;
	float: left;
}
.footer-col a {
	color: white;
}
.footer-col:last-child {
	text-align: right;
}
.social-bar-wrap {
	text-align: center;
}
.social-bar-wrap a {
    padding: 0 7px;
	font-size: 18px;
}
#subscribe {
	position: relative;
	width: 100%;
	padding: 15px 0;
}
#subscribe input {
	width: 100%;
	display: block;
	float: left;
	border: 2px solid #EBEBE3;
	padding: 0 0 0 10px;
	height: 40px;
	position:relative;
	outline: none;
	color: #9E9C9C;
	font-style: italic;
}
#subscribe button {
	padding: 0 15px;
	background:transparent;
	height: 40px;
	border: none;
	position: absolute;
	right: 0;
	color: #EF5A42;
	cursor: pointer;
	font-size: 18px;
}
#subscribe input:focus + button {
	background: #EF5A42;
	color: white;
}

.post-content .kolfoto {margin:0px 0px 25px 0px;}

.post-content .kolfoto a img  {width: 22%; float:left; margin:10px 15px 5px 0px; border:5px; padding:7px; background:#b69367;}
.post-content .kolfoto a:hover img  {width: 22%; float:left; margin:10px 15px 5px 0px; border:5px; padding:7px; background:green;}
.post-content .kolfoto a.active img  {width: 22%; float:left; margin:10px 15px 5px 0px; border:5px; padding:7px; background:green;}

.post-content .kolfoto2 a img  {width:30%; float:left; margin:10px 15px 5px 0px; border:2px; padding:3px; background:#b69367;}
.post-content .kolfoto2 a:hover img  {width: 30%; float:left; margin:10px 15px 5px 0px; border:2px; padding:3px; background:green;}
.post-content .kolfoto2 a.active img  {width: 30%; float:left; margin:10px 15px 5px 0px; border:2px; padding:3px; background:green;}

.sektor { padding:5px 10px 10px 10px; background:#e9dcc4; margin-bottom:20px; clear:both; font-size:20px;}

.yapay {padding:10px; background:#093; color:#fff;}

.knopka { margin:10px 10px 0px 0px; padding:10px; background:#fe980a; color:#fff; }



.kolsimv { margin-left:10px; font-size:16px; color:green; float:right; position:absolute; margin-top:-22px; margin-left:-65px; }

.error { color:white; background:red; padding:5px; font-size:14px; margin-bottom:10px; border-radius:5px;}

.itog { position:absolute; margin-bottom:10px; padding:10px; background:#009933; color:#fff;}
.itog2 { position:absolute; margin-bottom:20px; padding:10px; background:#ccc; color:#fff;}
.itog3 { margin-bottom:10px; padding:10px; background:#009933; color:#fff; height:100px;}
.itog4 { margin-bottom:10px; padding:10px; background:#f00; color:#fff; height:100px;}


.back {vertical-align: middle; height:20px; width:25px; float:left; padding:0; margin:0px 5px 0px 0px;}
.forward {vertical-align: middle; height:20px; width:25px; float:right; padding:0; margin:0px 0px 0px 5px;}

#release {margin:10px 0px 0px 0px; display:none;}


#crop{
	display:none; margin-top:15px;
}
#cropresult{
	
}
.container .mini{
	margin:5px;
}


@media (max-width: 768px) {

.post-content .kolfoto2 a img  {width:46%; float:left; margin:10px 15px 5px 0px; border:2px; padding:3px; background:#b69367;}
.post-content .kolfoto2 a:hover img  {width: 46%; float:left; margin:10px 15px 5px 0px; border:2px; padding:3px; background:green;}
.post-content .kolfoto2 a.active img  {width: 46%; float:left; margin:10px 15px 5px 0px; border:2px; padding:3px; background:green;}

.post-content .kolfoto a img  {width: 46%; float:left; margin:10px 15px 5px 0px; border:5px; padding:7px; background:#b69367;}
.post-content .kolfoto a:hover img  {width: 46%; float:left; margin:10px 15px 5px 0px; border:5px; padding:7px; background:green;}
.post-content .kolfoto a.active img  {width: 46%; float:left; margin:10px 15px 5px 0px; border:5px; padding:7px; background:green;}


.nav-toggle {
	display: block;
}
header {
	padding: 10px 0;
}
#menu {
	max-height: 0;
	background: white;
    position: absolute;
	overflow: hidden;
	top: 63px;
    right: 0;
	left: 0;
	margin: 0;
	padding: 0;
	float: none;
z-index: 3;
}
#menu li {
	display: block;
	padding-left: 15px;
	border-bottom: 1px solid #EBEBE3;
	margin-right: 0;
}
.posts-list, aside {
    width: 100%;
    float: none;
}
.widget-post-title {
	font-size: 1.5em;
}
}

@media(max-width: 480px){

.post-content .kolfoto a img  {width: 46%; float:left; margin:10px 15px 5px 0px; border:5px; padding:7px; background:#b69367;}
.post-content .kolfoto a:hover img  {width: 46%; float:left; margin:10px 15px 5px 0px; border:5px; padding:7px; background:green;}
.post-content .kolfoto a.active img  {width: 46%; float:left; margin:10px 15px 5px 0px; border:5px; padding:7px; background:green;}


nav {
	text-align: center;
}
.logo {
	float: none;
	margin-bottom: 15px;
}
#menu {
	top: 120px;
}
#searchform {
	float: left;
	margin-left: 0;
}
.post-footer {
    border-top: none;
	border-bottom: none;
	text-align: center }
.post-social {
	position: static;
	text-align: center;
	transform: none;
	margin-top: 20px;
}
.widget-post-title {
	font-size: 1.2em;
}
.footer-col {
	float: none;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.footer-col:last-child {
    text-align: center;
	margin-bottom: 0;
}

}

@media(max-width: 380px){

.post-content .kolfoto a img  {width: 45%; float:left; margin:10px 15px 5px 0px; border:5px; padding:7px; background:#b69367;}
.post-content .kolfoto a:hover img  {width: 45%; float:left; margin:10px 15px 5px 0px; border:5px; padding:7px; background:green;}
.post-content .kolfoto a.active img  {width: 45%; float:left; margin:10px 15px 5px 0px; border:5px; padding:7px; background:green;}


nav {
	text-align: center;
}
.logo {
	float: none;
	margin-bottom: 15px;
}
#menu {
	top: 120px;
}
#searchform {
	float: left;
	margin-left: 0;
}
.post-footer {
    border-top: none;
	border-bottom: none;
	text-align: center }
.post-social {
	position: static;
	text-align: center;
	transform: none;
	margin-top: 20px;
}
.widget-post-title {
	font-size: 1.2em;
}
.footer-col {
	float: none;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.footer-col:last-child {
    text-align: center;
	margin-bottom: 0;
}

}

