/*
	Theme Name: Template
	Description: Universal Template Theme
	Version: 1.4.3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	height: 100%;
	font-size:62.5%;
}
body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color:#444444;
	background:#ffffff;
	min-height: 100%;
	position: relative;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#009999;
	text-decoration:underline;
    -moz-transition: all 0.2s 0s ease;
    -o-transition: all 0.2s 0s ease;
    -webkit-transition: all 0.2s 0s ease;
}
a:hover {
	color:#009999;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.center {
	text-align:center;
}
mark {
  background: rgba(255, 255, 255, 0);
}

/*------------------------------------*\
    FORMATTING
\*------------------------------------*/
.pull-left {
	float:left;
}
.pull-right {
	float:right;
}

/*------------------------------------*\
    HEADERS AND PARAGRAPHS
\*------------------------------------*/

h1, h2, h3, .h1, .h2, .h3 {	
	display:block;
	margin:0 0 20px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
h1, .h1 {
	font-size: 36px;
	line-height: 38px;
	font-weight:700;
	margin:10px 0 30px;
}
h2, .h2 {
	font-size: 28px;
	line-height: 30px;
	font-weight:700;
}
h3, .h3 {
	font-size: 20px;
	line-height:22px;
	font-weight:700;
}
p {
	margin:0 0 20px;
	line-height: 26px;
}
ul li, ol li {
	line-height: 26px;
}
.thin {
	font-weight:300;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* header */
.header {
    background:#f4f4f4 url(img/header-bg.gif) center top repeat;
    position: relative;
}
.header .container {
    position: relative;
	padding-top:15px;
	padding-bottom:15px;
}
.header .container.menu {
	padding-top:0;
	padding-bottom:0;
}
.main-menu {
	background:#009999;
}
.main-menu ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}
.main-menu ul li {
	float:left;
	border-right:1px solid #05B5B5;
}
.main-menu ul li:first-child {
	border-left:1px solid #05B5B5;
}
.main-menu ul li a {
	font-weight:500;
	padding:0 20px;
	font-size:18px;
	display:block;
	color:#ffffff;
	line-height:50px;
	text-decoration:none;
	text-align:center;
}
.main-menu ul li a[title="Калькулятор"] {
	line-height: 46px;
    padding-bottom: 1px;
}
.main-menu ul li a:hover, .main-menu ul li.current-menu-item, .main-menu ul li.current-menu-ancestor, .main-menu ul li.current-menu-parent  {
	background:#05B5B5;
}
.main-menu ul li .sub-menu {
	display:none;
}
.supermenu {
	display:none;
	position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    padding: 0 15px;
    z-index: 10;
}
.supermenu-container {
    box-shadow: 0px 3px 10px rgba(0,0,0,.3);
	padding:20px;
    background: #f4f4f4;
}
.supermenu .h3 {
	margin-bottom:10px;
}
.submenu-catlink {
	line-height:26px;
	color:#444444;
}
.submenu-catlink:hover {
	color:#009999;
}
.supermenu .entry {
	width:100%;
	display:block;
}
.supermenu .entry .entry-image {
	width:100%;
	height:150px;
	display:block;
	margin-bottom:5px;
	position: relative;
	background-size:cover;
}
.supermenu .entry .entry-name {
	color:#444444;
	display:block;
}
.supermenu .entry:hover .entry-name {
	color:#009999;
}
.burger {
	display:none;
	cursor:pointer;
    float: right;
    width: 40px;
    padding: 8px;
    height: 37px;
    margin: 4px 0 0 20px;
}
.burger span {
	display:block;
	width:100%;
	height:3px;
	border-radius:5px;
    background: #999999;
    margin: 3px 0;
    -moz-transition: all 0.2s 0s ease;
    -o-transition: all 0.2s 0s ease;
    -webkit-transition: all 0.2s 0s ease;
}
.burger:hover span {
    background: #666666;
}
/* sidebar */
.sidebar {
	padding-top: 15px;
}
/* content */
.content {
	padding:40px 0;
}
/* footer */
.footer {
	background:#444444;
	color:#ffffff;
	position: absolute;
	bottom: 0;
	font-size:12px;
	width: 100%;
}
.footer .container {
	padding: 20px 70px 20px 15px;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header a {
	text-decoration:none;
}
.logo {
	display:block;
	line-height:44px;
	font-size:32px;
	font-weight:700;
	color:#444444;
	float: left;
}
.logo img {
	vertical-align:middle;	
}
.logo-small {
	display:none;
	margin-top:3px;
}
.searchblock {
	border:2px solid #e0e0e0;
	margin-top:3px;
	float:right;
	width:264px;
}
.searchblock form {
	background: #ffffff;
	display: block;
	line-height: 35px;
	height: 35px;
	overflow:hidden;
	position:relative;
}
.searchblock input {
	display:block;
	padding:0;
	margin:0;
	border:0;
	line-height: 35px;
	height:100%;
	outline:none;
	color:#333333;
	font-size:14px;
}
.searchblock #s {
	padding:0 40px 0 10px;
	width:100%;
}
.searchblock #searchsubmit {
	position:absolute;
	top:0;
	right:0;
	width:40px;
	cursor:pointer !important;
	background-image: url(img/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
    -moz-transition: background 0.2s 0s ease;
    -o-transition: background 0.2s 0s ease;
    -webkit-transition: background 0.2s 0s ease;
}
.searchblock #searchsubmit:disabled, .searchblock #searchsubmit:hover {
	background-color: transparent !important;
}

/*------------------------------------*\
    MENU TREE
\*------------------------------------*/


.subcats {
	margin-top:50px;
}
.subcats-list {
	list-style-type:none;
	overflow:hidden;
	margin:0;
	padding:0;
}


/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/
#float-sidebar {
	text-align:center;
	padding-top:25px;
}
.subscribe {
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 2px solid #ffffff;
	margin: 0 -18px 0 -15px;
    padding: 15px 15px 25px;
}
.subscribe-related {
    border-bottom: 0;
}
.subscribe-header {
    /*background: url(img/icon-subscribe.png) 0 18px no-repeat;*/
	background:none !important;
    display: block;
    padding: 13px 0 15px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
	text-align:center;
}
.subscribe-header.subscribe-social {
	background: url(img/icon-social.png) 0 17px no-repeat;
	padding: 13px 0 15px 0;
}
.subscribe-header.subscribe-questions {
	background: none;
	text-align:center;
	padding:0 0 15px;
}
.subscribe-header.subscribe-photo {
	background: url(img/photo.png) 0 13px no-repeat;
    padding: 13px 0 15px 0;
}
.subscribe form {
	
}
.subscribe .subscribe-form {
	background:#ffffff;
	padding:0;
}
.subscribe .inp-cont {
	margin-bottom:15px;
}
.subscribe .inp-cont.inp-cont-submit {
	margin-bottom:0;
	margin-top: 15px;
}
.subscribe .inp-cont label {
	margin-bottom: 5px;
	font-size: 16px;
	display: block;
}
.subscribe .inp-cont .input-text {
	border: 2px solid #e0e0e0;
	width:100%;
	font-size:14px;
	line-height:36px;
	padding:0 5px;
	margin:0;
}
.mc4wp-alert {
	margin-top:20px;
}
.subscribe .inp-cont-submit .input-submit {
	width:100%;
	text-align:center;
	line-height:40px;
	background:#009999;
	border:0;
	font-size:18px;
	color:#ffffff;
	font-weight:500;
	display:block;
	text-decoration:none;
}
.subscribe .inp-cont-submit .input-submit:hover {
	background:#0EBDBD;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.bottom-menu {
	list-style-type:none;
	overflow:hidden;
	margin:0;
	padding:0;
}
.bottom-menu li {
	float:left;
	margin:0 0 0 20px;
}
.bottom-menu li a {
	color:#ffffff;
}
#_atssh {
	display:none;
}

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/
.promo {
	padding: 50px 0 30px;
	border-bottom: 2px solid #ebebeb;
	background: #ffffff;
}
.promo-text {
	/*font-size: 20px;*/
    overflow: hidden;
    /*padding-top: 50px;*/
    /*border-top: 2px solid #ebebeb;*/
}
.promo-text p {
	line-height:30px;
}
.categories {
	
}
.categories .cat-block {
	margin:10px 0 30px;
	padding-bottom:15px;
}
.categories .cat-block-inner {
	padding:20px;
}
.categories h3, .categories .h3 {
	margin:10px 0;
}
.categories .catname {
	border-top:2px solid #ebebeb;
	display: block;
	margin: 0;
	font-size: 26px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 10px;
}
.categories .catname a, .categories .catname span {
	text-decoration:none;
	display:inline-block;
	position:relative;
	top:-18px;
	padding:0 10px 0 0;
	background:#ffffff;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.categories .catname a:hover {
	color:#444444;
}
.categories .entry {
	color:#444444;
	text-decoration:none;
}
.categories .entry:hover {
	color:#009999;
}
.categories .entry-image {
	position: relative;
	display:block;
	width:100%;
	height:200px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
}
.categories .entry-name {
	display: block;
	font-size: 20px;
	line-height: 24px;
	width: 100%;
	padding: 10px 0 0;
}

/*------------------------------------*\
    CATEGORY
\*------------------------------------*/
.featured-posts {
	margin-bottom:50px;
}
.featured-post-title {
	font-size: 26px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top:50px;
	border-top:2px solid #ebebeb;
}
.featured-post-title span {
	position:relative;
	top:-18px;
	background:#ffffff;
	padding:0 10px 0 0;
}
.featured-posts .entry {
	color:#444444;
	text-decoration:none;
}
.featured-posts .entry:hover .entry-name {
	color:#009999;
}
.featured-posts .entry-image {
	position: relative;
	display:block;
	width:100%;
	height:200px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-moz-transition: background-size 0.2s ease;
	-o-transition: background-size 0.2s ease;
	-webkit-transition: background-size 0.2s ease;
}
.featured-posts .entry-name {
	display: block;
	font-size: 20px;
	line-height: 24px;
	width: 100%;
	padding: 10px 0 0;
}
.featured-posts .entry-excerpt {
	display:block;
	padding:15px 0 0 0;
	text-decoration:none;
}
.featured-posts .first-featured {
	margin-bottom:30px;
}
.featured-posts .first-featured .entry-image {
	position: relative;
	height:400px;
}
.featured-posts .first-featured .entry-name {
	font-size: 30px;
	line-height: 32px;
	font-weight:700;
	margin-top: 5px;
}
.featured-posts .other-featured {
	margin-bottom:30px;
}
.featured-posts .other-featured .entry-name {
	font-size: 20px;
	line-height: 24px;
}
.article-list .entry {
	color:#444444;
	text-decoration:none;
}
.article-list .entry:hover {
	color:#009999;
}
.article-list .entry-image {
	position: relative;
	display:block;
	width:100%;
	height:200px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-moz-transition: background-size 0.2s ease;
	-o-transition: background-size 0.2s ease;
	-webkit-transition: background-size 0.2s ease;
}
.article-list .entry-name {
	display: block;
	font-size: 20px;
	line-height: 24px;
	width: 100%;
	padding: 10px 0 0;
}
.article-list .post-preview, .cat-block .post-preview {
	margin:0 0 30px;
}
.cat-block .post-preview.post-preview-first .entry-image {
	height: 400px;
}
.cat-block .post-preview.post-preview-first .entry-name {
	font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 5px;
}
.cat-block .post-preview.post-preview-first .entry-excerpt {
    display: block;
    padding: 15px 0 0 0;
    text-decoration: none;
}
.categories .cat-block .entry:hover .entry-excerpt {
	color:#444444 !important;
}
.navigation {
	margin:40px 0 0;
}
.dots {
	padding: 0 10px;
}
.navigation ul {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
	border-top: 2px solid #ebebeb;
}
.navigation ul li {
	display: inline-block;
	top: -19px;
	position: relative;
	background: #fff;
	margin: 0 5px;
}
.navigation ul li a, .navigation ul li span {
	font-size: 28px;
	line-height: 34px;
	text-decoration: none;
	color:#444444;
	padding:0 10px;
	font-weight: 700;
}
.navigation ul li:hover a, .navigation ul li.active span {
	color:#009999;
}

.tags {
	margin:0 0 60px;
}
.tags ul {
	margin:0;
	padding:0;
	text-align:left;
}
.tags ul li {
	display:inline-block;
	margin-right:8px;
	margin-bottom:8px;
}
.tags ul li a {
	display:block;
	padding:7px 15px 8px;
	font-size:16px;
	border:2px solid #ebebeb;
}
.tags ul li a:hover {
	background:#ebebeb;
}

/*------------------------------------*\
    ARTICLE CONTENT
\*------------------------------------*/
.article-content {
	padding-bottom:15px;
	padding-top:10px;
    background: #ffffff;
}
.article-content .contents {
	margin: 50px 0 40px 0;
	padding: 25px 50px 20px;
	border: 2px solid #ebebeb;
	list-style-image: url(img/bullet.png);
}
.article-content .contents li {
	margin:10px 0;
}
.article-content .contents li a {
	font-size: 18px;
	position: relative;
	top: -1px;
}
.kc_title {
	font-size: 24px;
	color: #999999;
	line-height: 18px;
	float: left;
	background: #ffffff;
	margin: 0 0 -18px 20px;
	display: block;
	padding: 10px;
	z-index: 98;
	position: relative;
}
.to-contents {
	text-align:center;
	clear: both;
}
.to-contents span {
	display: inline-block;
	padding-left: 5px;
	font-size: 20px;
	position: relative;
	top: -2px;
	color: #444444;
}
.article-content h2, .article-content .h2 {
	margin-top:40px;
}
.article-content h3, .article-content .h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	background: #E0F2F2;
	margin: 40px -15px 20px;
	padding: 10px 15px;
	display: block;
}
.article-content table {
	border:1px solid #ebebeb;
	width:100%;
	border-left:0;
	border-right:0;
	margin: 40px 0 30px;
}
.article-content table td {
	border:1px solid #ebebeb;
	padding:6px 16px;
	vertical-align:top;
	border-left:0;
	border-right:0;
}
.article-content table th {
	padding:8px 16px;
	border-top:2px solid #ebebeb;
	border-bottom:2px solid #ebebeb;
	text-align:left;
}
.article-content img {
	border:2px solid #ebebeb;
	max-width:100%;
	height:auto;
	background: #fff;
}
.article-content ul, .article-content ol {
	margin:25px 0;
	padding:0 40px;
	clear:both; 
}
.article-content ul ul, .article-content ol ol, .article-content ul ol, .article-content ol ul {
	margin:15px 0;
	padding:0 20px;
}
.article-content ul li, .article-content ol li {
	margin-bottom:10px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height: 0; 
	overflow: hidden;
	margin:0 0 30px;
	background:#ffffff;
}
.video-container iframe {
	border: 3px solid #ebebeb;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*.video-icon {
	background-image:url(img/video-icon.png);
	background-position:center;
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	border:0 !important;
	vertical-align:bottom;
	padding:0 !important;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.video-icon.absolute {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px;
}*/
.article-list .post-preview:hover .video-icon, .cat-block .post-preview:hover .video-icon, .featured-posts .featured:hover .video-icon, .related .entry:hover .video-icon {
	background-image:url(img/video-icon-active.png);
}
.pluso-sharer {
	padding:0 !important;
}
.social {
	font-size: 20px;
	overflow: hidden;
	margin:30px 0;
	text-align:center;
	border: 2px solid #ebebeb;
	padding: 18px 20px 20px;
}
.social span.text {
	line-height: 27px;
	vertical-align: middle;
	display: block;
	margin: 0 0 10px;
}
.addthis_sharing_toolbox {
	zoom:1.5;
}
#vk_groups,
#vk_groups iframe {
     width: 100% !important;
}
#vk_groups {
	padding: 0;
}
.breadcrumbs {
	font-size: 14px;
}

/*------------------------------------*\
    Related (YARPP)
\*------------------------------------*/
.sidebar .related {
	margin: 0 -15px 0 !important;
	padding: 0 !important;
	list-style-type: none;
	overflow:hidden;
/*	position: relative;
	width: 100%;
	clear: both;*/
}

.sidebar .related li {
	margin-bottom:30px;
}
.sidebar .related .entry {
	color:#444444;
	text-decoration:none;
}
.sidebar .related .entry:hover {
	color:#009999;
}
.sidebar .related .entry-image {
	position: relative;
	display:block;
	width:100%;
	height:150px !important;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
}
.sidebar .related .entry-name {
	display: block;
	font-size: 24px;
	line-height: 24px;
	width: 100%;
	padding: 10px 0 0;
	font-weight: 500;
}

/*------------------------------------*\
    AD BLOCKS
\*------------------------------------*/
.ad-block {
	text-align:center;
	margin: 0 0 30px;
}
.ad-block.ad-h400 {
	overflow:hidden;
	height:auto;
	padding: 10px 15px;
	/*background: #F4F4F4;*/
}
.insert-post-ads {
	margin: 10px 0 0 !important;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
@media only screen and (min-width:1350px) {
	.footer .container {
		padding: 20px 15px;
	}
}
@media only screen and (max-width:992px) {
	.supermenu {
		display:none !important;
	}
	.main-menu {
		display:none;
	}
	.burger {
		display:block;
	}
	.logo-big {
		display:none;
	}
	.logo-small {
		display:block;
	}
	.main-menu.active{
		display: block;
		position: absolute;
		width: 100%;
		top: 73px;
		left: 0;
		z-index: 11;
	}
	.main-menu.active .container.menu {
		padding:0;
		max-width: 100%;
	}
	.main-menu.active ul li {
		float:none;
		border:0;
	}
	.main-menu.active ul li a {
		line-height:44px;
	}
	.main-menu.active ul li .sub-menu {
		display:block;
		overflow:hidden;
		background:#05B5B5;
	}
	.main-menu.active ul li .sub-menu li {
		background:#05B5B5;
	}
	.main-menu.active ul li .sub-menu li a:hover {
		background:#009999;
	}
	.main-menu.active ul li .sub-menu li a {

	}
	.subscribe {
		margin:0 -15px;
	}
}
@media only screen and (max-width:768px) {
	.searchblock {
		display:none;
	}
	.header {
		text-align:center;
		position:relative;
		top:0;
		width: 100%;
		z-index:99;
	}
	body {
		/*padding-top:74px;*/
	}
	.promo, .content {
		padding:30px 0 30px;
	}
	.logo {
		line-height: 37px;
		font-size: 32px;
		float: none;
		vertical-align: top;
		font-size: 26px;
		float:left;
	}
	.logo span {
		display:none;
	}
	.logo svg {
		width: 35px;
		height: 35px;
		margin-right:5px;
	}
	.article-content img, .promo-text img {
		float:none;
		margin:0 auto 30px;
		display:block;
		max-width:100%;
		height: auto;
	}
}
@media only screen and (max-width:650px) {
	.searchblock {
		display:none;
	}
	.logo {

	}
}
@media only screen and (max-width:550px) {
	.bottom-menu {
		float:left;
	}
	.bottom-menu li {
		margin:0 20px 0 0;
	}
}
@media only screen and (max-width:350px) {

}
@media only screen and (max-width:1210px) {
	.main-menu ul li a {
		padding:0 14px;
		font-size:16px;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:10px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:10px auto 20px auto;
}
.alignright {
	float:right;
	margin:10px 0 30px 20px;
}
.alignleft {
	float:left;
	margin:10px 20px 30px 0;
}
a img.alignright {
	float:right;
	margin:10px 0 30px 20px;
}
a img.alignnone {
	margin:10px 20px 30px 0;
}
a img.alignleft {
	float:left;
	margin:10px 20px 30px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:3px solid #e0e0e0;
	text-align:center;
	max-width:100%;
}
.wp-caption.aligncenter {
	width:100% !important;
}
.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;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	margin: 0;
	padding: 8px 0 3px;
}
.sticky {

}
.bypostauthor {

}
blockquote {
	background:#ebebeb url(img/icon-info.png) 25px 25px no-repeat;
	padding: 15px 20px 15px 55px;
	margin: 0 -15px 25px;
	font-size: 20px;
}
blockquote p {
	margin:0;
}
 
/* To Top */
#to-top {
	display: none;
	position: fixed;
	text-align: center;
	line-height: 12px!important;
	left: 12px;
	bottom: 12px;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
    z-index: 10000;
    height: 40px;
    width: 40px;
    background-color: rgba(0,0,0,0.4);
    background-repeat: no-repeat;
    background-position: center;
	background-image:url(img/arrow-top.png);
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
#to-top:hover, #to-top.dark:hover  {
	background-color: #009999;
}
body[data-smooth-scrolling="1"] #to-top {
	right: 33px;
}

#vk_comments,
#vk_comments iframe {
    width: 100% !important;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.ngg-albumoverview .entry-image, .ngg-galleryoverview .entry-image {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.ngg-albumoverview .entry-name {
  display: block;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  padding: 10px 0 0;
}
.ngg-albumoverview a {
	text-decoration: none;
	  color: #444444;
}
.ngg-albumoverview a:hover {
	color: #009999;
}
.marbtm {
	margin-bottom: 30px;
}

.gal {
background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center top;
    height:250px;
}
.galp {
	display: block;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    padding: 10px 0 0;
    color: black;
}
.adtext {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    border: 2px solid #009999;
    background: #ffffff;
    padding: 20px;
	font-weight:700;
	color:#009999;
	cursor: pointer;
}

#body {
    /*background-color: #eeeeee;*/
    /* background-image: url(../images/block1.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.container .row {
	
}
.popup-box {
    position: absolute;
    border-radius: 5px;
    background: #fff;
    display: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    z-index: 9999999;
    font-size: 14px;


}
 
.popup-box .close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-family: Arial, Helvetica, sans-serif;  
    font-weight: bold;
    cursor: pointer;
    color: #434343;
    padding: 20px;
    font-size: 20px;
}
 
.popup-box .close:hover {
    color: #000;
}
 
.popup-box h2 {
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.popup-box .top {
    padding: 20px;
}
 
.popup-box .bottom {
    background: white;
    border-top: 1px solid #e5e5e5;
    padding: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 300px;
}
 
#blackout {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 999999;
    left: 0;
    display: none;
}
iframe {
	/*width: 100%;*/
	border: 0;
	/*height: 100%;*/
}


@media (max-width: 768px) {
	.featured-posts .first-featured .entry-image {
		position: relative;
		height:200px;
	}
}
@media (min-width: 993px) {

}

.user_blog {
    width: 100%;
    margin: 20px 0 40px;
    padding: 20px;
    border: 2px solid #ebebeb;
}
.user_avatar {
	width: 100px;
    height: 100px;
    background-size: cover !important;
    background-position: center center;
    border-radius: 64px;
    float: left;
}
.user_info {
	float: left;
	width: 80%;
	/*min-width: 400px;*/
	padding-left: 20px;
	    padding-top: 12px;
}
.user_name {
	    font-size: 22px;
}
.user_age {
	font-size: 16px;
    color: #707070;
        padding-top: 7px;
}
.desc {
	
}
.myCustomHeader {
	font-weight: bold;
	font-size: 20px !important;
}
.order_btn {
	background: #009999;
	color: white;
	padding: 10px 15px;
	width: 250px;
	font-size: 25px;
	text-align: center;
}
.order_btn:hover {
	cursor: pointer;
	background: #007676;
}
.price {
	font-size: 25px;
	margin:0 0 20px 0;
}
.title_title {
	font-weight: bold;
}
.remark {
	color: red;
	font-size: 15px;
	vertical-align: super;
}
.rem_text {
	font-size: 12px;
	color: gray;
	margin-top: 10px;
}
.right_text .small-6.columns {
	display: none;
}
.right_text .product-charakters-table.small-6.columns {
	display: block;
	margin: 0 15px;
}

.desc .small-6.columns {
	display: block;
	margin: 0 15px;
}
.desc .product-charakters-table.small-6.columns {
	
	display: none;
}

.myCustomHeader {
	text-align: left;
	    display: inherit;
    padding-bottom: 10px;

}

.article-list .entry-image.products {
	height: 300px;
}

.prod-preview {
	text-align: center;
	padding-top: 15px;
}
.prod-preview:hover {
	
}

.article-list .entry-image.event {
	height: 80px;
}
.container.main-text {
background-color: #FAFAFA;
    padding: 25px;
    border-radius: 10px;
}
.container.main-text a {
	margin-top: 15px;
}
.article-list .entry-name.point {
	background: url(http://personarossii.ru/wp-content/themes/blank/img/point.png) no-repeat;
	padding: 0;
	padding-left: 31px;
    height: 35px;
    padding-top: 4px;
     margin-top: 15px;
}

.article-list .entry-name.calendar {
	background: url(http://personarossii.ru/wp-content/themes/blank/img/calendar.png) no-repeat;
	padding: 0;
	padding-left: 40px;
    height: 35px;
    padding-top: 4px;
    margin-top: 15px;
}

.btl_hdr {
				background-color: #009999;
    			color: #ffffff;
				border:0;
			}
.tbl_doc tr td {
				    padding: 13px 15px;
			}			

.video_y {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ebebeb;
}

.readmore + [data-readmore-toggle] {
    position: relative;
    float: left;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    vertical-align: bottom;
    margin-top: -99px;
    padding-top: 99px;
    background: url(img/fade-white.png) center top repeat-x;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.readmore + [data-readmore-toggle].active {
	background:none;
}

.tabs{
	display:inline-block;
}

.tabs ul{
	margin:0px;
	padding:0px;
}

.tabs ul li{
	margin:0px;
	padding:0px;
	cursor:pointer;
	display:block;
	float:left;
	padding:10px 15px;
	background:#ffffff;
	color: #444444;
	width: 25%;
	text-align: center;
}
.tabs ul li.active, .tabs ul li.active:hover{
	background:#ebebeb;
	color: #444444;
}
.tabs ul li:hover{
	background:#f4f4f4;
}
.tabs .btl_hdr {
	background-color: #009999;
	color: #ffffff;
	text-align: center;
}
.tabs tr td {
	    padding: 13px 15px;
}
.article-content  .tabs table {
	margin: 0;
}
.tabs .btl_hdr td {
	border: 0 !important;
}
.tabs table {
	border: 0;
}
.text_where {
	font-size: 18px;
	margin-bottom: 40px;
}

.menu-item-8127 a:after {
	content: "NEW";
	font-size: 10px;
	background-color: red;
	vertical-align: super;
	vertical-align: super;
    padding: 1px 5px;
    border: 0;
    margin-left: 5px;
}
.bg_pop {
    background: url(http://personarossii.ru/bg.png) no-repeat;
    width: 800px;
    height: 300px;
    background-size: 100%;
}
.col_50 {
    border: 10px solid white;
    width: 400px;
    float: left;
    height: 100%;
    position: relative;
}

.col_50.pop1 {
	border-right: 0;
}
.tit_pop {
    color: white;
    font-size: 27px;
    background: rgba(0, 0, 0, 0.47);
    padding: 15px;
    line-height: 31px;
}
a.btn_pop {
    background: #009999;
    color: white;
    padding: 11px 30px;
    position: absolute;
    right: 0;
}

a.btn_pop {
    background: #009999;
    color: white;
    padding: 11px 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#om-canvas-whiteboard-optin-wrap,
html div#om-tbrveonel9-canvas #om-canvas-whiteboard-optin-wrap{
	padding: 0 !important;
}

.fixed_related .col-sm-4 {
	width: 100%;
}

.fixed_related .related .entry-name {
	font-size: 16px;
}

.fixed_related .h2 {
	    text-align: center;
    padding-top: 8px;
}
.sidebar {
	position: relative;
}
#getFixed {
  width: 260px;
}
@media (max-width: 1200px) {
	#getFixed {
	  width: 212px;
	}
}
@media (max-width: 992px) {
	.fixed_related {
		display: none;
	}
}

.banner {
	padding:10px;
	width:100%;
	display:block;
	background-size:cover;
	position:relative;
	margin-bottom:40px;
	border:2px solid #009999;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.banner span.banner-bg {
	opacity:1;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:8;
    background: rgba(0,0,0,.3) url(img/banner-bg.png) left bottom repeat-x;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.banner:hover span.banner-bg {
    background: rgba(0,0,0,.1) url(img/banner-bg.png) left bottom repeat-x;
	opacity:0.8;
}
.banner span.banner-text {
    display: inline-block;
    width: 100%;
    min-height: 90px;
    position: relative;
    z-index: 9;
    text-decoration: none;
    line-height: 90px;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 1px 0px #000000;
}
@media (max-width: 992px) {
	.banner span.banner-text {
		font-size: 30px;
	}
	.banner span.banner-text span {
		line-height: 26px;
	}
}
.banner span.banner-text span {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
}
.banner-expo {
    background: url(img/expo.jpg) center no-repeat;
}
.banner-calc {
    background: url(img/calc.jpg) center no-repeat;
}
.tabs tr:not(.btl_hdr):hover {
	background: #F5F5F5;
	cursor: pointer;
}

.related.products {
	clear: both;
}


.woocommerce ul.products li.product .button {
	margin-top: 0;
    color: white;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ1OS41MjkgNDU5LjUyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDU5LjUyOSA0NTkuNTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTE3LDU1LjIzMWg0OC43MzNsNjkuNDE3LDI1MS4wMzNjMS45ODMsNy4zNjcsOC43ODMsMTIuNDY3LDE2LjQzMywxMi40NjdoMjEzLjM1YzYuOCwwLDEyLjc1LTMuOTY3LDE1LjU4My0xMC4yICAgIGw3Ny42MzMtMTc4LjVjMi4yNjctNS4zODMsMS43LTExLjMzMy0xLjQxNy0xNi4xNWMtMy4xMTctNC44MTctOC41LTcuNjUtMTQuMTY3LTcuNjVIMjA2LjgzM2MtOS4zNSwwLTE3LDcuNjUtMTcsMTcgICAgczcuNjUsMTcsMTcsMTdINDE2LjVsLTYyLjksMTQ0LjVIMTY0LjMzM0w5NC45MTcsMzMuNjk4Yy0xLjk4My03LjM2Ny04Ljc4My0xMi40NjctMTYuNDMzLTEyLjQ2N0gxN2MtOS4zNSwwLTE3LDcuNjUtMTcsMTcgICAgUzcuNjUsNTUuMjMxLDE3LDU1LjIzMXoiIGZpbGw9IiNGRkZGRkYiLz4KCQk8cGF0aCBkPSJNMTM1LjQzMyw0MzguMjk4YzIxLjI1LDAsMzguNTMzLTE3LjI4MywzOC41MzMtMzguNTMzcy0xNy4yODMtMzguNTMzLTM4LjUzMy0zOC41MzNTOTYuOSwzNzguNTE0LDk2LjksMzk5Ljc2NCAgICBTMTE0LjE4Myw0MzguMjk4LDEzNS40MzMsNDM4LjI5OHoiIGZpbGw9IiNGRkZGRkYiLz4KCQk8cGF0aCBkPSJNMzc2LjI2Nyw0MzguMjk4YzAuODUsMCwxLjk4MywwLDIuODMzLDBjMTAuMi0wLjg1LDE5LjU1LTUuMzgzLDI2LjM1LTEzLjMxN2M2LjgtNy42NSw5LjkxNy0xNy41NjcsOS4zNS0yOC4wNSAgICBjLTEuNDE3LTIwLjk2Ny0xOS44MzMtMzcuMTE3LTQxLjA4My0zNS43Yy0yMS4yNSwxLjQxNy0zNy4xMTcsMjAuMTE3LTM1LjcsNDEuMDgzICAgIEMzMzkuNDMzLDQyMi40MzEsMzU2LjE1LDQzOC4yOTgsMzc2LjI2Nyw0MzguMjk4eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	background-color: #009999;
	background-repeat: no-repeat;
    background-position: 10px center;
}

.woocommerce ul.products li.product .button:hover {
	background-color: #08c7c7;
}
.products .woocommerce-Price-amount.amount {
	font-size: 24px;
    text-align: center;
    width: 100%;
    display: block;
    background: #e0f2f2;
    color: #009999;
    padding: 10px 0;
}

.woocommerce ul.products li.product .price {
	margin-bottom: 0;
}
.woocommerce ul.products li.product h3 {
	background-color: white;
	color: black;
}
.woocommerce ul.products li.product a img {
	margin-bottom: 0;
}
.sidebar {
	background-color: #e0f2f2;
}
.product.type-product {
	margin-top: 20px;
}

.woocommerce-page ul.products li.first {
	clear: none !important;
}

.city_lal {
	border: 0;
    padding: 10px 20px;
    margin: 6px;
    font-size: 16px;
    border: 2px solid #ebebeb;
    color: #009999;
    background-color: white;
    text-decoration: underline;

}

.active_city {
	background: #009999;
	color: white !important;
	text-decoration: none;
	border: 2px solid #009999;
}



.left_banner {
	width: 160px;
    height: 600px;
    position: absolute;
   	left: -160px;
    top: 126px;
}
.right_banner {
	width: 160px;
    height: 600px;
    position: absolute;
    right: -160px;
    top: 126px;
}
.bb_l {
position: fixed;left: 0;right: 0;width: 100%;height: 100%
}
.bb_l .container {
	margin: 0 auto;
    position: relative;
}