/*   
Theme Name: Kanisan
Theme URI: http://moslem.ws
Author: moslem
Author URI: http://moslem.ws
Version: 999
*/

/* ===================================== */
/* developed by moslem
/* url: www.moslem.ws
/* ===================================== */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,center,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
	background: #f8f8f8 url(../../../wp-content/themes/kanisan/img/topbg.png) repeat-x;
	font: 12px Verdana, Arial, sans-serif;
	color: #242424;
}

a {
	color: #242424;
	text-decoration: none;
}

a:hover {
	color: #3e8ac9;
	text-decoration: underline;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

strong {
	font-weight: bold;
}

.post ul li {
	background: url(../../../wp-content/themes/kanisan/img/li.png) left center no-repeat;
	padding-left: 17px;
}

.post ul {
	margin-left: 20px;
}

blockquote {
	background: #d8e8f4 url(../../../wp-content/themes/kanisan/img/blockquote.png) 20px center no-repeat;
	padding: 30px 30px 30px 170px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 30px;
}

li {
	line-height: 27px;
}

p {
	line-height: 27px;
	margin: 0 0 15px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

img {
	border: 3px solid #e7e7e7;
	box-shadow: 1px 1px 7px rgba(45,45,45,0.5);
}

#catalog img, #category img, .jcarousel-skin-tango img {
	border: none;
	box-shadow: none;
}

.last {
	margin-right: 0 !important;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ===================================== */
/* ---------------[HEADER]-------------- */
/* ===================================== */

#header {
	padding-top: 35px;
}

#logo {
	background: url(../../../wp-content/themes/kanisan/img/logo.png);
	width: 250px;
	height: 96px;
	display: block;
}

#search-head {
	float: right;
	width: 200px;
	position: relative;
	margin-top: 50px;
}

#search-head input[type="text"] {
	background: #fff;
	-webkit-box-shadow: 1px 1px 7px rgba(200,200,200,0.75);
	-moz-box-shadow: 1px 1px 7px rgba(200,200,200,0.75);
	box-shadow: 1px 1px 7px rgba(200,200,200,0.75);
	border: none;
	outline: none;
	color: #b2b1b1;
	width: 155px;
	padding: 5px 25px 5px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#search-head input[type="submit"] {
	background: url(../../../wp-content/themes/kanisan/img/searchbut.png) no-repeat;
	width: 13px;
	height: 13px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 9px;
	right: 17px;
}

/* ===================================== */
/* --------------[CONTAINER]------------ */
/* ===================================== */

#container {
	background: #fff;
	-webkit-box-shadow: 1px 1px 7px rgba(200,200,200,0.75);
	-moz-box-shadow: 1px 1px 7px rgba(200,200,200,0.75);
	box-shadow: 1px 1px 7px rgba(200,200,200,0.75);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-top: 10px;
	padding: 20px 10px;
}

#content {
	width: 700px;
	float: left;
}

#sidebar {
	width: 210px;
	margin-left: 720px;
}

/* catalog */

#catalog > ul > li {
	float: left;
	width: 275px;
	margin: 0 57px 60px 0;
}

#catalog ul li ul {
	margin: 10px 0 0 40px;
}

#catalog ul li ul li {
	font-size: 14px;
	line-height: 27px;
}

/* news */

#news h1 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 40px;
}

#news ul {
	margin-top: 30px;
	overflow: hidden;
}

#news li {
	float: left;
	width: 200px;
	margin: 0 17px;
}

#news h2 {
	margin: 5px 0 0 5px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

/* video */

#video-box h1 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 40px;
}

/* article */

.article {
	margin: 0 0 20px 10px;
}

.article h2 {
	text-align: center;
}

.article-thumb {
	width: 200px;
	float: left;
	margin-right: 30px;
}

.readmore {
	display: block;
	text-align: right;
	color: #3e8ac9;
	text-decoration: underline;
}

/* category */

#category img {
	vertical-align: middle;
	margin-right: 10px;
}

#category {
	font-size: 14px;
	background: #e7e7e7 url(../../../wp-content/themes/kanisan/img/cat-img.png) no-repeat;
	padding-top: 60px;
	-webkit-box-shadow: 0px 0px 7px rgba(45,45,45,0.5);
	-moz-box-shadow: 0px 0px 7px rgba(45,45,45,0.5);
	box-shadow: 0px 0px 7px rgba(45,45,45,0.5);
}

#category ul {
	padding: 0 0 10px 20px;
}

#category li {
	margin-bottom: 5px;
}

#news-sb {
	margin-top: 20px;
}

#news-sb li h2 {
	margin: 5px 0 0 5px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

#news-sb li {
	margin-bottom: 35px;
}

#allnews {
	display: inline-block;
	float: right;
	font-size: 14px;
	text-decoration: underline;
	margin: 10px 15px 0 0;
}

#allnews-sb {
	display: block;
	text-align: right;
	font-size: 14px;
	text-decoration: underline;
	margin: -20px 5px 0 0;
}


/* ===================================== */
/* ---------------[FOOTER]-------------- */
/* ===================================== */

#footer {
	padding: 30px 50px;
}

#footer #fmenu {
	margin-top: 15px;
}

#footer #fmenu li {
	display: inline-block;
	margin-right: 15px;
}

#footer #fmenu li a {
	text-decoration: underline;
}

/* social */

#social {
	float: right;
}

#social li {
	display: inline-block;
	margin-right: 5px;
}

#social li a {
	background: url(../../../wp-content/themes/kanisan/img/social.png) no-repeat;
	display: block;
	width: 22px;
	height: 21px;
}

#social li a.vk {background-position: 0 0;}
#social li a.fb {background-position: -22px 0;}
#social li a.tw {background-position: -45px 0;}
#social li a.vk:hover {background-position: 0 -22px;}
#social li a.fb:hover {background-position: -21px -21px;}
#social li a.tw:hover {background-position: -44px -21px;}


/* CARUSEL */

.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 864px;
    padding: 0px 40px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  864px;
    height: 220px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 260px;
    height: 220px;
    text-align: center;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 42px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 60px;
    right: 5px;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background: transparent url(../../../wp-content/themes/kanisan/img/arrow.png) no-repeat -27px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position: -27px -44px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../../../wp-content/themes/kanisan/img/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 60px;
    left: 5px;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background: transparent url(../../../wp-content/themes/kanisan/img/arrow.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: 0px -44px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../../../wp-content/themes/kanisan/img/next-horizontal.png);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #e7e7e7;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 5px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 5px 5px 5px;
}

/*
playback timings (ms):
  captures_list: 0.566
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.009
  esindex: 0.01
  cdx.remote: 39.149
  LoadShardBlock: 148.504 (3)
  PetaboxLoader3.datanode: 442.464 (6)
  PetaboxLoader3.resolve: 215.824 (3)
  load_resource: 531.093 (2)
  loaddict: 50.378
*/<noindex>
<!-- Yandex.Metrika informer -->
<a href="https://metrika.yandex.ru/stat/?id=106183995&amp;from=informer" target="_blank" rel="nofollow">
    <img src="https://informer.yandex.ru/informer/106183995/3_1_FFFFFFFF_EFEFEFFF_0_pageviews"
         style="width:88px; height:31px; border:0;"
         alt="Яндекс.Метрика"
         title="Яндекс.Метрика: данные за сегодня (просмотры, визиты и уникальные посетители)"
        class="ym-advanced-informer" data-cid="106183995" data-lang="ru"/>
</a>
<!-- /Yandex.Metrika informer -->

<!-- Yandex.Metrika counter -->
<script type="text/javascript">
    (function(m,e,t,r,i,k,a){
        m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
        m[i].l=1*new Date();
        for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
        k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)
    })(window, document,'script','https://mc.yandex.ru/metrika/tag.js?id=106183995', 'ym');

    ym(106183995, 'init', {ssr:true, webvisor:true, clickmap:true, ecommerce:"dataLayer", accurateTrackBounce:true, trackLinks:true});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/106183995" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</noindex>

</body>
</html>