@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, p
{
	margin:0;
	padding:0;
	border:0;
	outline: 0;
}

body
{
	background: #e6e6e6;
/*	font-size: 14px; */
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	padding: 0;
	margin: 0;
	color: #444;
}

a {
    color: #21759b;
    outline: medium none;
}

a:hover 
{
    color: #0f3647;
}

a:focus 
{
    outline: thin dotted;
}

a img 
{
	border:none;
}

.clear
{
	clear: both;
}

input, textarea
{
	outline: none;
}

.alignleft 
{
    float: left;
    margin: 0 15px 15px 0;
}

.alignright 
{
    float: right;
    margin: 0 0 15px 15px;
}

.aligncenter 
{
    display: block;
    margin: 12px auto;
}

.size-full
{
	max-width: 100%;
	height: auto;
}

#wrapper
{
	margin: 5px auto;
	width: 1082px;
	padding: 0 25px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	border-radius: 10px;
}

#wrapper > header
{
	/*width: 960px*/;
	padding: 24px 0;
	position: relative;
}


#search 
{
	position: absolute;
	top: 54px;
	right: 23px;
	width: 416px;
}

#search #ya-site-form0 .ya-site-form__search-input
{
 padding: 0px !important
}

#ya-site-form0 .ya-site-form__submit
{
    cursor: pointer;
	font-style: normal;
}

#search input 
{
    border: 1px solid #c8c6c4;
    border-radius: 4px;
    color: #444;
    font: italic 14px Arial;
    height: 30px;
    padding: 2px 10px;
    width: 400px;
	margin-right: -6px;
}


#search .but 
{
    background: url(images/search.png) no-repeat 0 0;
    border: medium none;
    height: 18px;
    margin: 0 0 0 -27px;
    width: 23px;
}


#search .but:hover 
{
    background: url(images/search.png) no-repeat 0 -18px;
    cursor: pointer;
    height: 18px;
    width: 23px;
}

.main-navigation 
{
    margin-top: 1px;
}

.main-navigation ul
{
	list-style: none;
}

.main-navigation ul.nav-menu
{
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
	/*width: 960px;*/
	height: 44px;
}

.main-navigation ul.nav-menu > li
{
	font-size: 12px;
	float: left;
	position: relative;
}

.main-navigation ul.nav-menu > li > a 
{
    color: #6a6a6a;
    text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 13px 10px;
	line-height: 18px;
	position: relative;
}

.main-navigation li a:hover
{
    color: #000;
}

.main-navigation ul.nav-menu > li:nth-child(3) .submenu, .main-navigation ul.nav-menu > li:nth-child(4) .submenu
{
	left: -50%;
}

.main-navigation ul.nav-menu > li:nth-child(5) .submenu, .main-navigation ul.nav-menu > li:nth-child(6) .submenu
{
	left: auto;
    right: -50%;
}

.main-navigation ul.nav-menu > li:nth-child(7) .submenu, .main-navigation ul.nav-menu > li:nth-child(8) .submenu
{
	left: auto;
    right: -0px;
}

.submenu
{
	width: 480px;
	padding: 10px;
	background: #fff;
	border: 1px solid #999;
	border-radius: 5px;
	position: absolute;
	left: 0;
	transition: all 0.5s;
	/*overflow: hidden;
	opacity: 0;
	height: 0;*/
	display: none;
	z-index: 100;
}

.main-navigation ul.nav-menu > li:hover:before 
{
    border-bottom: 8px solid #999;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    bottom: 0px;
    width: 0;
}

.main-navigation li:hover .submenu
{
	/*overflow: visible;
	opacity: 1;
	height: auto;*/
	display: block;
}

.main-navigation li ul.submenu li 
{
    background: none;
    border-bottom: 1px dashed #b68a57;
    float: none;
    padding: 0;
	height: 30px;
}

.main-navigation li ul.submenu li:first-child
{
	margin: 0;
}

.main-navigation li ul.submenu li a
{
	height: 25px;
	padding-top: 5px;
}

.main-navigation li ul.sub-menu li:last-child, .main-navigation li ul.submenu li:last-child a
{
	border-radius: 0 0 2px 2px;
	border-bottom: none;
}

.submenu .head3
{
	border-bottom: 4px double #ededed;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.lcol
{
	width: 168px;
	float: left;
}

.lcol ul
{
	background: #e9f2f6;
	border-radius: 5px;
	padding: 5px 5px 5px 7px;
}

.lcol ul li
{
	list-style: circle inside;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #fff;
	text-transform: uppercase;
	color: #6a6a6a;
}

.lcol ul li:last-child
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.lcol ul li a
{
	color: #6a6a6a;
	text-decoration: none;
}

.lcol ul li a:hover
{
	color: #000;
}

.rcol
{
	width: 288px;
	float: right;
}

.rcol ul li
{
	font-size: 14px;
}

.rcol ul li img
{
	width: 90px;
	height: 90px;
}

.views
{
	color: #777777;
    font-size: 12px;
	margin: 7px 10px 0 105px;
	background: url(images/teh-icons.png) no-repeat left -37px;
    padding-left: 21px;
}

.kama_breadcrumbs
{
	font-size: 14px;
	padding: 5px 0;
	margin-top: 15px;
}

.home_left
{
	float: left;
	width: 430px;
	margin-right: 25px;
}

.home_center
{
	float: left;
	width: 180px;
	margin-right: 25px;
}

.home_right
{
	float: right;
	width: 300px;
}

body.home #content_wrapper ul li
{
	list-style: none;
	font-size: 13px;
}

body.home #content_wrapper ul li a
{
	font-weight: 600;
}

body.home #content_wrapper > div > div
{
	margin-bottom: 20px;
}

body.home #content_wrapper .head2
{
	border-bottom: 4px double #ededed;
	font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
	font-weight: 600;
}

body.home #content_wrapper .head2 a
{
	color: #757575;
	text-decoration: none;
}

body.home #content_wrapper .head2 a:hover
{
	color: #21759b;
	text-decoration: underline;
}

.b1 ul li
{
	width: 134px;
	margin-right: 14px;
	float: left;
}

.b1 ul li:last-child
{
	margin-right: 0;
}

.b1 ul li img
{
	width: 134px;
	height: 134px;
	margin-bottom: 5px;
}

.b2 ul li, .b3 ul li
{
	margin-bottom: 10px;
}

.b2 ul li img
{
	width: 150px;
	height: 150px;
	margin-bottom: 5px;
}

.b1 ul li p, .b2 ul li p, .b3 ul li p
{
	margin-top: 5px;
}

.b3 ul li img
{
	width: 120px;
	height: 120px;
	margin-bottom: 5px;
}

.b4 ul li img
{
	width: 90px;
	height: 90px;
	margin-bottom: 5px;
}

.wp-polls-ans
{
	margin: 10px 0 0 10px;
}

ul.wp-polls-ul li
{
	margin: 7px 0;
}

.wp-polls .Buttons
{
	padding: 3px 11px;
	margin-bottom: 7px;
}

#content
{
	width: 750px;
	float: left;
}

#sidebar
{
	width: 300px;
	float: right;
}

body.archive h1, body.search h1
{
	border-bottom: 1px solid #ededed;
    margin-bottom: 48px;
    padding-bottom: 22px;
	color: #21759b;
    font-size: 20px;
    font-weight: normal;
    line-height: 43px;
    text-transform: uppercase;
}

body.archive #content article, body.search article
{
	border-bottom: 4px double #ededed;
    margin-bottom: 30px;
    padding-bottom: 24px;
}

body.archive #content h2, body.page #content h1, body.single #content h1, body.search article h2
{
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 24px;
}

body.archive #content h2 a, body.search article h2 a
{
	text-decoration: none;
}

body.archive #content img
{
	width: 310px;
	height: 310px;
}

body.archive #content img.alignleft
{
	margin: 2px 15px;
}

.entry-content p, body.single article p, body.page article p
{
	line-height: 26px;
	margin-bottom: 24px;
}

#sidebar h2
{
	border-bottom: 4px double #ededed;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.subsections ul
{
	background: none repeat scroll 0 0 #e9f2f6;
    border-radius: 5px;
    padding: 5px 5px 5px 7px;
}

.subsections ul li
{
	margin-left: 20px;
	border-bottom: 1px dotted #fff;
	text-transform: uppercase;
	font-size: 14px;
	list-style-type: circle;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-weight: 600;
}

.subsections ul li a
{
	text-decoration: none;
	color: #6a6a6a;
}

.subsections ul li a:hover
{
	color: #000;
}

.widget
{
	margin-bottom: 30px;
}

.popular_posts img, .recent_posts img
{
	width: 120px;
	height: 120px;
}

.popular_posts ul li
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
	list-style: none;
}

.recent_posts ul li, .recent_comments ul li, .popular_posts ul li
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
	list-style: none;
	font-size: 13px;
}

.recent_posts ul li p, .popular_posts ul li p
{
	font-size: 13px;
    margin-top: 5px;
}

.recent_comments small
{
	background: url(images/cmt.png) no-repeat left center;
	height: 12px;
	padding-left: 16px;
	font-size: 10px;
}

.recent_comments a
{
	text-decoration: none;
	font-weight: 600;
}

.recent_comments a:hover
{
	text-decoration: underline;
}

.recent_comments p
{
	font-size: 13px;
	font-style: italic;
	padding-top: 5px;
}

body.single article li, body.page article li
{
    margin: 0 0 10px 25px;
}

body.single #content > article img, body.page #content > article img
{
	max-width: 100%;
	height: auto;
}

body.single #content > article h2, body.page #content > article h2
{
	font-size: 19px;
    line-height: 26px;
	margin-bottom: 20px;
	font-weight: 600;
}

body.single #content > article h3, body.page #content > article h3
{
	font-size: 17px;
    line-height: 26px;
	margin-bottom: 20px;
	font-weight: 600;
}

body.single #content > article h4, body.page #content > article h4
{
	font-size: 14px;
    line-height: 26px;
}

body.single #content > article, body.page #content > article
{
    border-bottom: 4px double #ededed;
    margin-bottom: 30px;
    padding-bottom: 24px;
    word-wrap: break-word;
}

.entry-meta 
{
    color: #757575;
    font-size: 13px;
    line-height: 26px;
    margin-top: 24px;
}

.comments-link a, .entry-meta a 
{
    color: #757575;
}

.comments-link a:hover, .entry-meta a:hover
{
    color: #21759b;
}

.iflike
{
	background: #63828e;
	color: #fff;
	padding: 5px 15px;
	border-radius: 50px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 600;
}

.home_right .iflike
{
	background: none;
	margin-bottom: 10px !important;
}

.home_right .iflike a
{
	background: #63828e;
	padding: 5px 15px 5px 50px;
	border-radius: 50px;
	display: block;
	text-decoration: none;
	position: relative;
}

.home_right .iflike a:hover
{
	background: #666;
}

.entry-content .more
{
	text-align: center;
}

.SubscribeForm
{
	background: url(images/Subscribe2.png) no-repeat scroll 0 0 transparent;
	height: 56px;
	width: 650px;
	position:relative;
	margin:20px -12px;
}

.SubscribeForm_text1
{
	color: #4D6780;
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	padding: 17px 10px 10px 17px;
}

.SubscribeForm_input
{
	height: 15px;
	padding-left: 20px;
	width: 160px;
	position: absolute;
	right: 90px;
	top: 14px;
}

input[type="submit"].SubscribeForm_button
{
	cursor: pointer;
	height: 27px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 71px;
	text-shadow: 0 0 1px #FFFFFF;
}

.similar
{
    border-color: #cb345e;
    border-style: solid;
    border-width: 2px 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.similar-title
{
    background: url(images/similar-title.png) no-repeat;
    color: #fff;
    font-size: 20px;
    height: 31px;
    line-height: 31px;
    margin: 0 auto 25px;
    text-align: center;
    width: 226px;
}

.similar
{
	margin: 20px 0;
}

.similar h2
{
	font-size: 22px;
}

.similar ul li
{
	background: none;
	padding: 0;
	width: 175px;
	margin: 0 20px 0 0;
	list-style: none;
	float: left;
}

.similar ul li img
{
	width: 175px;
	height: 175px;
}

.similar .jcarousel-clip-horizontal
{
	width: 565px;
}

.similar .jcarousel-container-horizontal
{
	width: 565px;
	padding: 0 30px;
	overflow: hidden;
}

.similar .jcarousel-next-horizontal 
{
	position: absolute;
	top: 50%;
	right: 0px;
	width: 14px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	background: transparent url(images/next-prev.png) no-repeat right bottom;
}

.similar .jcarousel-next-horizontal:hover 
{
	background: transparent url(images/next-prev.png) no-repeat right top;
}

.similar .jcarousel-prev-horizontal 
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 14px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	background: transparent url(images/next-prev.png) no-repeat left bottom;
}

.similar .jcarousel-prev-horizontal:hover 
{
	background: transparent url(images/next-prev.png) no-repeat left top;
}

/* =Comments
-------------------------------------------------------------- */

.comments-title {
	text-align: center;
  color: #911749;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 10px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	color: #0A91B4;
  font-family: Georgia;
  font-size: 19px;
  font-style: italic;
  border-bottom: 1px dashed #BBBBBB;
  padding: 0 0 2px 0;
  margin: 0 0 5px 0;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

ol.commentlist li
{
	list-style: none;
}

/* Comment form */
#respond {
	margin-top: 1px;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 90%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

footer
{
    border-top: 1px solid #ededed;
    clear: both;
    font-size: 12px;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
	/*width: 960px;*/
    padding: 24px 0;
}

footer a 
{
    color: #686868;
}

footer a:hover
{
    color: #21759b;
}

#back-top 
{
    bottom: 30px;
    margin-bottom: 0;
    margin-right: 15px;
    position: fixed;
    right: 0;
    z-index: 100;
}
#back-top a 
{
	width: 40px;
    height: 40px;
	border-radius: 5px;
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#63828e;
    background-image: url(images/arrow-up.png);
    display: block;
    outline: medium none;
    position: relative;
    text-indent:-9999px;
    z-index: 0;
    text-align:center;
}
#back-top a:hover 
{
	background-color:#666;
}

.to_top
{
	position:fixed;
	top:0px;
}

#stick_menu
{
	width: 180px;
}
.fleft
{
float: left;
width: 15%;
text-align: left;
}

.fcenter
{
float: left;
width: 48%;
text-align: center;
line-height: 18px;
margin-top: 10px;
}

.fright
{
float: left;
width: 37%;
text-align: right;
}

.Soderzhanie
{
display: block;
}

#sidebar #stick_menu
{
    width: 300px;
}

a#pull
{
	display: none;
	background: #63828e;
	color: #fff;
	padding: 5px 15px;
	border-radius: 50px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}

.recent_comments.widget li a
{
	font-weight: normal;
}

.navigation
{
    clear: both;
}
.navigation a, .navigation span
{
    border: 1px solid #bfbfbf;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
}
.navigation a:hover, .navigation span.current
{
    border-color: #000;
}
.navigation span.current
{
    font-weight: bold;
}

/*     Стили калькулятора wp creator     */

.wpcc .wpcc_form .wpcc_inputtext, .wpcc .wpcc_form .wpcc_custom_fields
{
	border: 2px solid #b7b7b7;
	border-radius: 3px;
	background: #fff;
	padding: 5px;
}

.wpcc .wpcc_form .wpcc_inputtext:focus, .wpcc .wpcc_form .wpcc_custom_fields:focus
{
	border: 2px solid #21759b;
}

.wpcc .wpcc_form .wpcc_select
{
	border: 2px solid #b7b7b7;
	border-radius: 3px;
	background: #fff;
	padding: 5px;
}

.wpcc .wpcc_form .wpcc_select:focus, .wpcc .wpcc_form .wpcc_jq_slider_text:focus
{
	border: 2px solid #21759b;
}

.wpcc .wpcc_form .wpcc_description, .wpcc .wpcc_form .wpcc_description_empty
{
	color: #21759b;
	width: 80%;
	float: none;
	margin-bottom: 15px;
}

.wpcc .wpcc_form .wpcc_jq_slider_text
{
	border: 2px solid #b7b7b7;
	border-radius: 3px;
	height: 23px;
}

.ui-datepicker-trigger
{
	cursor: pointer;
}

.wpcc_date .wpcc_inputdisabled
{
	border: 2px solid #b7b7b7;
	border-radius: 3px;
	background: #F9F9F9;
}

.wpcc .wpcc_form .wpcc_submit
{
	background: #63828e;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    padding: 6px 10px 5px;
    text-decoration: none;
	margin: 0 auto;
}

.wpcc .wpcc_form .wpcc_submit:hover
{
	background: #666;
	color: #fff;
}

.wpcc .wpcc_form .wpcc_fields
{
	float: none;
}

/*    Стили калькулятора конец    */



@media only screen and (min-width:601px) and (max-width:800px)
{

#wrapper
{
	padding: 0 10px;
	width: 540px
}

#wrapper > header
{
	padding: 10px 0;
}

header a > img
{
    width: 350px;
    height: auto;
	display: block;
	margin: 0 auto;
}

#search
{
	position: static;
	margin: 0 auto 20px;
}

#stick_menu
{
	display: none;
}

.home_left
{
	width: 100%;
}

.b1 ul li
{
	width: 170px;
}

.b1 ul li img
{
	width: 170px;
	height: 170px;
}

.b2 ul li img
{
	width: 134px;
	height: 134px;
}

body.home #content_wrapper ul li a
{
	font-size: 14px;
}

.home_center
{
	width: 100%;
}

.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul
{
    overflow: hidden;
}

.wp-polls-ul > li
{
    float: left;
    width: 33%;
}

ul.wp-polls-ul li
{
    margin: 4px 0;
}

.home_right
{
	width: 100%;
}

.b3 ul li img
{
	width: 90px;
	height: 90px;
}

.main-navigation ul.nav-menu
{
	overflow: hidden;
	height: auto;
}

.main-navigation ul.nav-menu > li
{
	float: none;
}

.submenu
{
	width: auto;
	display: block;
	position: static;
	/*padding: 0;
	border: none;*/
}

.main-navigation ul.nav-menu > li > a
{
	font-weight: bold;
	padding: 13px 0;
}

.main-navigation ul.nav-menu > li > a:before
{
    border-bottom: 8px solid #999;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 25px;
    position: absolute;
    width: 0;
}

.lcol
{
	margin-right: 40px;
}

.rcol
{
	/*display: none;*/
	float: left;
}

.rcol ul li img
{
	display: none;
}

.views
{
	margin: 7px 10px 10px 0px;
}

.main-navigation ul.nav-menu > li:hover:before
{
	display: none;
}

.main-navigation ul
{
	display: none;
}

a#pull
{
	display: block;
}

#content
{
	width: 100%;
	float: none;
}

#sidebar
{
	width: 100%;
	float: none;
	margin-top: 30px;
}

body.archive h1, body.search h1
{
	margin-bottom: 30px;
	padding-bottom: 10px;
}

body.archive #content img
{
    height: auto;
    width: 240px;
}

.more
{
	text-align: center;
	font-size: 18px;
}

.widget li a
{
	font-size: 16px;
}

.iflike
{
	font-size: 14px;
}

.SubscribeForm
{
    background: url(images/Subscribe2.png) no-repeat scroll 0 0 / 100% auto transparent;
    margin: 20px 0;
    width: 100%;
}

.SubscribeForm_text1
{
    font-size: 14px;
    padding: 13px 10px 10px 13px;
}

.SubscribeForm_input
{
	padding-left: 5px;
	top: 12px;
	height: 20px;
}

input.SubscribeForm_button[type="submit"]
{
	top: 10px;
	right: 13px;
}

.similar .jcarousel-container-horizontal
{
    padding: 0 20px;
    width: 500px;
}

.similar .jcarousel-clip-horizontal
{
    width: 500px;
}

.similar ul li
{
	width: 158px;
	margin-right: 13px;
	font-size: 14px;
}

.similar ul li img
{
	width: 100%;
	height: auto;
}

.kama_breadcrumbs
{
	display: none;
}

.subsections ul li a
{
	font-size: 14px;
}

}

@media only screen and (min-width:481px) and (max-width:600px)
{

#wrapper
{
	padding: 0 10px;
	width: auto;
}

#wrapper > header
{
	padding: 10px 0;
}

header a > img
{
    width: 350px;
    height: auto;
	display: block;
	margin: 0 auto;
}

#search
{
	position: static;
	margin: 0 auto 20px;
}

#stick_menu
{
	display: none;
}

.home_left
{
	width: 100%;
}

.b1 ul li
{
	width: 144px;
}

.b1 ul li img
{
	width: 100%;
	height: auto;
}

.b2 ul li img
{
	width: 110px;
	height: auto;
}

body.home #content_wrapper ul li a
{
	font-size: 14px;
}

.home_center
{
	width: 100%;
}

.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul
{
    overflow: hidden;
}

.wp-polls-ul > li
{
    float: left;
    width: 50%;
}

ul.wp-polls-ul li
{
    margin: 4px 0;
}

.home_right
{
	width: 100%;
}

.b3 ul li img
{
	width: 90px;
	height: 90px;
}

.main-navigation ul.nav-menu
{
	overflow: hidden;
	height: auto;
}

.main-navigation ul.nav-menu > li
{
	float: none;
}

.submenu
{
	width: auto;
	display: block;
	position: static;
	/*padding: 0;
	border: none;*/
}

.main-navigation ul.nav-menu > li > a
{
	font-weight: bold;
	padding: 13px 0;
}

.main-navigation ul.nav-menu > li > a:before
{
    border-bottom: 8px solid #999;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 25px;
    position: absolute;
    width: 0;
}

.lcol
{
	margin-right: 40px;
}

.rcol
{
	/*display: none;*/
	float: left;
	width: 226px;
}

.rcol ul li img
{
	display: none;
}

.views
{
	margin: 7px 10px 10px 0px;
}

.main-navigation ul.nav-menu > li:hover:before
{
	display: none;
}

.main-navigation ul
{
	display: none;
}

a#pull
{
	display: block;
}

#content
{
	width: 100%;
	float: none;
}

#sidebar
{
	width: 100%;
	float: none;
	margin-top: 30px;
}

body.archive h1, body.search h1
{
	margin-bottom: 30px;
	padding-bottom: 10px;
}

body.archive #content img
{
    height: auto;
    width: 160px;
}

.entry-content p
{
	line-height: 22px;
	font-size: 14px;
}

p.more
{
	text-align: center;
	font-size: 18px;
}

.widget li a
{
	font-size: 16px;
}

.iflike
{
	font-size: 14px;
}

.SubscribeForm
{
    background: url(images/Subscribe2.png) no-repeat scroll 0 0 / 100% auto transparent;
    margin: 20px 0;
    width: 100%;
}

.SubscribeForm_text1
{
    font-size: 14px;
    padding: 10px 10px 10px 13px;
}

.SubscribeForm_input
{
	padding-left: 5px;
	top: 8px;
	height: 20px;
}

input.SubscribeForm_button[type="submit"]
{
	top: 7px;
	right: 13px;
}

.similar .jcarousel-container-horizontal
{
    padding: 0 20px;
    width: 420px;
}

.similar .jcarousel-clip-horizontal
{
    width: 420px;
}

.similar ul li
{
	width: 132px;
	margin-right: 12px;
	font-size: 14px;
}

.similar ul li img
{
	width: 100%;
	height: auto;
}

.kama_breadcrumbs
{
	display: none;
}

.subsections ul li a
{
	font-size: 14px;
}

.wpcc .wpcc_form .wpcc_description, .wpcc .wpcc_form .wpcc_description_empty
{
	font-size: 14px;
}

}

@media only screen and (min-width:321px) and (max-width:480px)
{

#wrapper
{
	padding: 0 10px;
	width: auto;
}

#wrapper > header
{
	padding: 10px 0;
}

header a > img
{
    width: 250px;
    height: auto;
	display: block;
	margin: 0 auto;
}

#search
{
	position: static;
	margin: 0 auto 20px;
	width: 300px;
	right: 0px;
}

#stick_menu
{
	display: none;
}

.home_left
{
	width: 100%;
}

.b1 ul li
{
	width: 100%;
	float: none;
	overflow: hidden;
}

.b1 ul li img
{
	width: 110px;
	height: auto;
	float: left;
	margin: 0 15px 15px 0;
}

.b2 ul li
{
	margin-bottom: 20px;
}

.b2 ul li img
{
	width: 110px;
	height: auto;
}

body.home #content_wrapper ul li a
{
	font-size: 14px;
}

.home_center
{
	width: 100%;
}

.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul
{
    overflow: hidden;
}

.wp-polls-ul > li
{
    float: none;
    width: 100%;
}

ul.wp-polls-ul li
{
    margin: 4px 0;
}

.home_right
{
	width: 100%;
}

.b3 ul li img
{
	width: 90px;
	height: 90px;
}

.fright
{
    width: auto;
}

.fcenter
{
    float: right;
    width: 37%;
}

.main-navigation ul.nav-menu
{
	overflow: hidden;
	height: auto;
}

.main-navigation ul.nav-menu > li
{
	float: none;
}

.submenu
{
	width: auto;
	display: block;
	position: static;
	padding: 0 0 10px 0;
	border: none;
	border-bottom: 1px solid #999;
	border-radius: 0px;
}

.submenu .head3
{
	font-size: 10px;
}

.main-navigation ul.nav-menu > li > a
{
	font-weight: bold;
	padding: 13px 0;
}

.lcol
{
	margin-right: 0px;
	width: 100%;
}

.rcol
{
	display: none;
}

.main-navigation ul.nav-menu > li:hover:before
{
	display: none;
}

.main-navigation ul
{
	display: none;
}

a#pull
{
	display: block;
}

#content
{
	width: 100%;
	float: none;
}

#sidebar
{
	width: 100%;
	float: none;
	margin-top: 30px;
}

body.archive h1, body.search h1
{
	margin-bottom: 30px;
	padding-bottom: 10px;
}


body.archive #content img.alignleft
{
    margin: 2px 15px 2px 0;
}
body.archive #content img
{
    height: auto;
    width: 90px;
}

.entry-content p
{
	line-height: 22px;
	font-size: 14px;
}

p.more
{
	text-align: center;
	font-size: 18px;
}

.widget li a
{
	font-size: 16px;
}

.iflike
{
	font-size: 12px;
}

.SubscribeForm
{
    background: none;
    margin: 20px 0;
    width: 100%;
}

.SubscribeForm_text1
{
    font-size: 14px;
    padding: 10px 10px 10px 13px;
}

.SubscribeForm_input
{
	padding-left: 5px;
	top: 32px;
	right: 101px;
	height: 20px;
}

input.SubscribeForm_button[type="submit"]
{
	top: 31px;
	right: 24px;
	height: 25px;
}

.similar .jcarousel-container-horizontal
{
    padding: 0 65px;
    width: 170px;
}

.similar .jcarousel-clip-horizontal
{
    width: 170px;
}

.similar ul li
{
	width: 170px;
	margin-right: 12px;
	font-size: 14px;
	text-align: center;
}

.similar ul li img
{
	width: 100%;
	height: auto;
}

.similar .jcarousel-prev-horizontal
{
	left: 15px;
}

.similar .jcarousel-next-horizontal
{
	right: 15px;
}

img[src="/orphus/orphus.gif"]
{
	display: none;
}

.kama_breadcrumbs
{
	display: none;
}

.subsections ul li a
{
	font-size: 14px;
}

.wpcc .wpcc_form .wpcc_description, .wpcc .wpcc_form .wpcc_description_empty
{
	font-size: 14px;
	width: 90%;
}

.wpcc .wpcc_text
{
	font-size: 14px;
}

}

@media only screen and (max-width:320px)
{

#wrapper
{
	padding: 0 5px;
	width: auto;
}

#wrapper > header
{
	padding: 10px 0;
}

header a > img
{
    width: 200px;
    height: auto;
	display: block;
	margin: 0 auto 10px auto;
}

#search
{
	position: static;
	margin: 0 auto 20px;
	width: 240px;
	right: 0px;
}

#stick_menu
{
	display: none;
}

.home_left
{
	width: 100%;
}

.b1 ul li
{
	width: 100%;
	float: none;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}

.b1 ul li img
{
	width: 170px;
	height: auto;
	display: block;
	margin: 0 auto;
	float: none;
}

.b2 ul li, .b3 ul li
{
	margin-bottom: 20px;
}

.b2 ul li img
{
	width: 110px;
	height: auto;
	display: block;
	margin: 0 auto;
	float: none;
}

body.home #content_wrapper ul li a
{
	font-size: 14px;
}

.home_center
{
	width: 100%;
}

.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul
{
    overflow: hidden;
}

.wp-polls-ul > li
{
    float: none;
    width: 100%;
}

ul.wp-polls-ul li
{
    margin: 12px 0;
	font-size: 15px;
}

.home_right
{
	width: 100%;
}

.b3 ul li img
{
	width: 120px;
	height: 120px;
	float: none;
	margin: 0 auto;
	display: block;
}

.fleft
{
    width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.fright
{
    width: 100%;
	text-align: center;
}

.fcenter
{
    float: right;
    width: 100%;
	text-align: center;
}

.main-navigation ul.nav-menu
{
	overflow: hidden;
	height: auto;
}

.main-navigation ul.nav-menu > li
{
	float: none;
}

.submenu
{
	width: auto;
	display: block;
	position: static;
	padding: 0 0 10px 0;
	border: none;
	border-bottom: 1px solid #999;
	border-radius: 0px;
}

.submenu .head3
{
	font-size: 10px;
}

.main-navigation ul.nav-menu > li > a
{
	font-weight: bold;
	padding: 13px 0;
}

.lcol
{
	margin-right: 0px;
	width: 100%;
}

.rcol
{
	display: none;
}

.main-navigation ul.nav-menu > li:hover:before
{
	display: none;
}

.main-navigation ul
{
	display: none;
}

a#pull
{
	display: block;
}

#content
{
	width: 100%;
	float: none;
}

#sidebar
{
	width: 100%;
	float: none;
	margin-top: 30px;
}

body.archive h1, body.search h1
{
	margin-bottom: 30px;
	padding-bottom: 10px;
}

body.archive #content img.alignleft
{
	float: none;
	margin: 0 auto 15px auto;
}

body.archive #content img
{
    height: auto;
    width: 160px;
	display: block;
}

.entry-content p
{
	line-height: 22px;
	font-size: 14px;
}

p.more
{
	text-align: center;
	font-size: 18px;
}

.widget li a
{
	font-size: 16px;
}

.iflike
{
	font-size: 12px;
}

.SubscribeForm
{
    background: none;
    margin: 20px 0;
    width: 100%;
}

.SubscribeForm_text1
{
    font-size: 14px;
    padding: 10px 10px 10px 13px;
}

.SubscribeForm_input
{
	padding-left: 5px;
	top: 32px;
	right: 101px;
	height: 20px;
}

input.SubscribeForm_button[type="submit"]
{
	top: 31px;
	right: 24px;
	height: 25px;
}

.similar .jcarousel-container-horizontal
{
    padding: 0 55px;
    width: 170px;
}

.similar .jcarousel-clip-horizontal
{
    width: 170px;
}

.similar ul li
{
	width: 170px;
	margin-right: 12px;
	font-size: 14px;
	text-align: center;
}

.similar ul li img
{
	width: 100%;
	height: auto;
}

.similar .jcarousel-prev-horizontal
{
	left: 15px;
}

.similar .jcarousel-next-horizontal
{
	right: 15px;
}

img[src="/orphus/orphus.gif"]
{
	display: none;
}

.kama_breadcrumbs
{
	display: none;
}

.subsections ul li a
{
	font-size: 14px;
}

.wpcc .wpcc_form .wpcc_description, .wpcc .wpcc_form .wpcc_description_empty
{
	font-size: 14px;
}

.wpcc .wpcc_text
{
	font-size: 14px;
}

.wpcc .wpcc_form .wpcc_fields
{
	width: 90%;
}

}

.colorblock {
padding: 0 3em;
background: #e6e6fa;
padding-top: 15px; 
margin-bottom: 15px; 
padding-bottom: 18px; 
margin-right: 15px; 
margin-left: 15px;
quotes: none;
}

@media screen and (max-width: 480px) { .otkluchen480 td { display:none; } }
@media screen and (min-width: 480px) { .vkluchen480 td { display:none; } }