/* $Id: style.css,v 1.78.2.6 2011/01/01 13:24:55 jarek Exp $ */

.wraper{

width: 1025px;

margin: 0 auto;

background-color: #fff;

}

/**

 * Layout

 */

#main-wrapper,

#sidebar-first,

#sidebar-second {

	float: left; /* LTR */

}

#header-menu,

#header,

#main-columns {

	margin: 0 auto;

}

/* Column width */

body.two-sidebars #main-wrapper {

	width: 56%;

}

body.two-sidebars #sidebar-first,

body.two-sidebars #sidebar-second {

	width: 21.9%;

}

body.one-sidebar #main-wrapper {

	width: 70%;

}

body.one-sidebar #sidebar-first,

body.one-sidebar #sidebar-second {

	width: 29.7%;

}

body.no-sidebars #main-wrapper,

body.page-admin #main-wrapper {

	width: 100%;

}

/* Spacing between columns */

#main-wrapper #main,

#sidebar-first .region,

#sidebar-second .region {

	margin: 0 10px;

}

#main-wrapper.first #main,

#sidebar-first.first .region,

#sidebar-second.first .region {

	margin-left: 0;

}

#main-wrapper.last #main,

#sidebar-first.last .region,

#sidebar-second.last .region {

	margin-right: 0;

}

/* Prevent collision with browser chrome */

#header-menu-wrapper,

#header,

#main-columns {

	padding: 0 15px;

}

/* Hide content on admin pages */

body.page-admin #sidebar-first,

body.page-admin #sidebar-second,

body.page-admin #header-menu-wrapper,

body.page-admin #header-wrapper,

body.page-admin #closure {

	display: none;

}

/* Mobile */
/*
@media only screen and (max-device-width: 480px) {

	#header-menu-wrapper,

	#header,

	#main-columns {

		width: 100%!important;

	}

}*/



/**

 * Wrappers

 */

html {

	height: 100%;

}

#page {

	background-color: #fff;

	min-height: 170px;

	border-radius: 6px;

	margin-bottom: 7px;

	padding: 25px 30px;

	-webkit-border-radius: 6px;

	-moz-border-radius: 6px;

	-khtml-border-radius: 6px;

	border-radius: 6px;

}

.region-content {

	clear: both;

}

.region-content-bottom {

	margin-top: 23px;

}



/**

 * Skip link

 */

#skip-link {

	height: auto;

	overflow: hidden;

	padding: 0;

	margin-top: 0;

	position: absolute;

	right: 20px; /* RTL */

	width: auto;

	z-index: 990;

}

#skip-link a,

#skip-link a:link,

#skip-link a:visited {

	position: absolute;

	display: block;

	top: auto;

	left: -10000px;

	width: 1px;

	height: 1px;

	background: #444;

	color: #fff;

	font-size: 0.94em;

	text-decoration: none;

	outline: 0;

	-moz-border-radius: 0 0 10px 10px;

	-webkit-border-top-left-radius: 0;

	-webkit-border-top-right-radius: 0;

	-webkit-border-bottom-left-radius: 10px;

	-webkit-border-bottom-right-radius: 10px;

	-khtml-border-radius-bottomright: 10px;

	-khtml-border-radius-bottomleft: 10px;

	-khtml-border-radius-topright: 0;

	-khtml-border-radius-topleft: 0;

	border-radius: 0 0 10px 10px;

}

#skip-link a:hover,

#skip-link a:active,

#skip-link a:focus {

	position: static;

	width: auto;

	height: auto;

	overflow: visible;

	padding: 1px 10px 2px 10px;

}



/**

 * Header

 */

#header {
	padding-top: 1em;
		margin-bottom: 5px!important;
	margin-bottom: 1em;
}



/**

 * Branding

 */

#branding-wrapper {

	float: left;

	padding: 45px 0 48px 25px; /* LTR */

}

#branding {

	display: table;

}

.with-blocks #branding-wrapper {

	width: 58%;

}

#logo {

	display: table-cell;

	vertical-align: middle; /* LTR */

	padding-top: 14px;

	padding-right: 15px;

	padding-bottom: 0;

	padding-left: 0;

}

#logo img {

	vertical-align: middle;

}

#name-and-slogan {

	display: table-cell;

	vertical-align: middle;

}

#site-name {

	line-height: 1;

	font-size: 4.583em;

	margin: 0;

	padding: 0;

}

#site-name a {

	letter-spacing: -3px;

}

#site-name a::-moz-selection {

	color: #fff;

}

#site-name a::selection {

	color: #fff;

}

#site-slogan {

	font-size: 1.167em;

	font-weight: 700;

	margin: 2px 0 0 3px; /* LTR */

	text-transform: uppercase;

}



/**

 * Closure

 */

#closure {

	font-size: 0.9em;

	margin-top: 10px;

}

#closure #info {

	float: left; /* LTR */

	margin: 0 0 10px 5px; /* LTR */

}

#closure ul.links {

	float: right; /* LTR */

	margin: 0 5px 10px 0; /* LTR */

}

#closure ul.links li {

	margin: 0 0 0 10px; /* LTR */

}



/*

** Header menu

*/

/* 1st level */

#header-menu {

}

#header-menu .block {

	margin: 0;

}

#header-menu .content ul {

	margin: 0;

}

#header-menu .content > ul > li {

	display: inline-block;

	padding-left: 0;

	margin: 4px 0 0;

}

#header-menu .content > ul > li > a {

	color: #ffffff;

	display: block;

	padding: 11px 21px 15px 21px;

	line-height: 1;

	-webkit-border-top-left-radius: 6px;

	-webkit-border-top-right-radius: 6px;

	-moz-border-radius-topleft: 6px;

	-moz-border-radius-topright: 6px;

	border-top-left-radius: 6px;

	border-top-right-radius: 6px;

}

#header-menu .content > ul > li:hover > a,

#header-menu .content > ul > li > li.active:hover > span > a {

	color: #ffffff;

	text-decoration: none;

}

#header-menu .content > ul > li > a:active,

#header-menu .content > ul > li > a:focus {

	outline: 1px dotted #e0e0e0;

	color: #ffffff;

}

#header-menu .content > ul > li.active-trail {

	position: relative;

	background-color: #ffffff;

	-webkit-border-top-left-radius: 5px;

	-webkit-border-top-right-radius: 5px;

	-moz-border-radius-topleft: 5px;

	-moz-border-radius-topright: 5px;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

}

#header-menu .content > ul > li.active-trail > a {

	color: #1a272e;

	background: none;

	font-weight: 700;

}

#header-menu .content > ul > li.active-trail > a:hover {

	color: inherit;

}

#header-menu .content > ul > li.expanded {

	position: relative;

}

#header-menu .content > ul > li.expanded > a {

	background-image: url(images/arrow-down-white.png);

	background-repeat: no-repeat;

	background-position: 90% 16px;

	margin: 0 10px 0 0; /* LTR */

}

#header-menu .content > ul > li.expanded.active-trail > a {

	background: url(images/arrow-down-black.png) no-repeat 90% 16px;

}

/* 2nd, 3rd, 4th level */

#header-menu .content li.expanded ul {

	display: none;

	position: absolute;

	width: 190px;

	top: 37px;

	left: 0px; /* LTR */

	background-color: #2e2e2d;

	z-index: 100;

	opacity: 0.95;

}

#header-menu .content li.expanded:hover > ul {

	display: block;

}

#header-menu .content li.expanded li {

	display: block;

	margin: 0;

	padding: 0;

}

#header-menu .content li.expanded li a {

	padding: 7px 15px 7px 21px;

	color: #ffffff;

	display: block;

}

#header-menu .content li.expanded li a:hover {

	text-decoration: none;

}

#header-menu .content li.expanded li a:active,

#header-menu .content li.expanded li a:focus {

	outline: none;

}

#header-menu .content li.expanded li.expanded {

	position: relative;

}

#header-menu .content li.expanded li.expanded > a {

	background-image: url("images/arrow-right-white.png");

	background-repeat: no-repeat;

	background-position: 96% 50%;

}

#header-menu .content a::selection {

	background-color: #ffffff;

	color: #16222B;

}

#header-menu .content a::-moz-selection {

	background-color: #ffffff;

	color: #16222B;

}



/* Third level */

#header-menu .content li.expanded li.expanded ul {

	margin: 0 0 0 190px;

	top: 0;

	left: 0; /* LTR */

}



/**

 * Footer menu

 */

#footer-menu {

	margin: 0 0 6px 8px;

	float: right;

}

#footer-menu .block {

	margin-bottom: 0;

}

#footer-menu ul {

	margin: 0;

}

#footer-menu ul li {

	display: inline;

	margin: 0 9px 0 0; /* LTR */

}

div.item-list{

	overflow: hidden;

}

div.item-list ul{

	background-color: #FFF;

	margin-bottom: 1em;

	overflow: hidden;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	border-radius: 5px;

	padding: 0px;

}

div.item-list ul li {

	list-style: none; /* LTR */

	margin: 0px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	border-radius: 5px;

	border: 1px solid #FFFFFF;

}

div.item-list ul li a{

	display: block;

	float: left;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	border-radius: 5px;

	margin: 0px;

	padding: 0px;

}

div.item-list ul.pager{

	text-align: left;

}

div.item-list ul.pager li a, div.item-list ul.pager li.pager-current{

	float: none;

	display: inline-block;

	padding-top: 2px;

	padding-right: 10px;

	padding-bottom: 2px;

	padding-left: 10px;

	margin: 0px;

	background-image: url(../images/gr-bg.png);

	background-repeat: repeat-x;

	background-position: 0px 0px;

	border: 1px solid #FFFFFF;

}

div.item-list ul.pager li a:hover{

	border: 1px solid #e8e9ea;

	color: #000000;

	text-decoration: none;

}

#footer{

	font-size: 12px;

	color: #9197a6;

	padding-top: 18px;

	padding-bottom: 18px;

	line-height: 16px;

	border-top-width: 1px;

	border-top-style: dotted;

	border-top-color: #CCCCCC;

}

#footer p{

	margin-bottom: 0px;

}

#footer_wrap{	border-top-width: 1px;

	border-top-style: dashed;

	border-top-color: #9197a6;}

#footer ul.menu li{

	display: inline;

	margin-top: 0px;

	margin-right: 10px;

	margin-bottom: 0px;

	margin-left: 0px;

	list-style-image: none;

	list-style-type: none;

}

#main{

	margin-bottom: 1em;

}



/**

 * System menus

 */

.item-list ul li {

	margin: 5px 0;

}

ul.menu {

list-style-position: inside;

	padding: 0;

	margin: 4px 0;

}

ul.menu li {

	padding: 0;

	margin: 4px 0;

}

ul.menu li {

	margin-left: 4px;

}

ul.menu li ul.menu {

	margin-left: 10px; /* LTR */

}



/**

 * Block module

 */

.block {

	/*margin-bottom: 25px;*/

	clear: both;

	background-color: #FFF;

	padding-top: 0em;

	padding-right: 0px;

	padding-bottom: 0em;

	padding-left: 0px;

	margin-bottom: 18px;	/*border-right-width: 1px;

	border-bottom-width: 1px;

	border-right-style: solid;

	border-bottom-style: solid;

	border-right-color: #e6e6e6;

	border-bottom-color: #e6e6e6;

		-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	-khtml-border-radius: 8px;

	border-radius: 8px;*/

	margin-top: 0px;

	margin-right: 0px;

	margin-left: 0px;

}

.block:last-child {

	margin-bottom: 15px;

}

.block + #block-system-main {

	margin-top: 15px;

}

.block h2 {

	font-size: 1.45em;

	font-size: 18px;

	line-height: 1.5;

	color: #43464c;

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 1em;

	margin-left: 0;

	padding-top: 0;

	padding-right: 0;

	padding-bottom: 4px;

	padding-left: 0;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #E6E6E6;

}

.block ul {

	list-style-position:inside;

	padding:0;

	margin: 0;

}

.block li {

	margin: 6px 0;

}

.block .more-link {

	margin: 6px 0;

}

.block th,

.block td {

	padding: 7px 0px;

}

.block input.form-text,

.block input.form-password,

.block input.form-file {

	max-width: 400px;

	width: 100%;

}

.region-highlight {

	-moz-border-radius:3px 3px 3px 3px;

	background-color: #f5f9fa;

	border: 1px solid #b3cfd4;

	margin: 5px 0 10px 0;

	padding: 11px 16px;

}

.region-highlight .block h2 {

	border-bottom: none;

	text-transform: none;

	font-size: 1.5em;

	letter-spacing: normal;

	color: inherit;

	margin-bottom: 5px;

}

#block-profile-author-information .user-picture {

	float: left;

	margin: 0 15px 15px 0; /* LTR */

}



/**

 * Node module

 */

.node {

 /* border-bottom: 1px dashed #ccc;*/

	margin-bottom: 15px;

	padding-bottom: 15px;

}

.node:last-child {

	border-bottom: none;

	margin-bottom: 0;

	padding-bottom: 0;

}

.term-listing-heading + .node {

	margin-top: 0;

}

.node-header {

	margin-bottom: 16px;

}

h1.page-title,

.node h2.node-title {

	border-bottom: none;

	font-size: 2.167em;

	line-height: 1;

	margin: 0;

	padding: 0;

	text-transform: none;

}

.node-title a::-moz-selection {

	color: #fff;

}

.node-title a::selection {

	color: #fff;

}

.node h1.node-title a:focus,

.node h2.node-title a:focus {

	color: #e25401;

}

.node .meta {

	line-height: 1;

	color: #696969;

	margin-top: 3px;

}

.node .meta a:focus {

	outline-color: #444;

}

.node .user-picture {

	float: left; /* LTR */

	margin: 0 10px 8px 0; /* LTR */

}

.node .user-picture a {

	display: block;

}

.node .user-picture img {

	border: 1px solid #ccc;

	padding: 2px;

	width: 50px;

}

.node .field-name-field-image {

	float: left; /* LTR */

	clear: both;

}

.node .field-name-body {

	margin-bottom: 14px;

}

.node .links-wrapper {

	margin: 4px 0;

}

.node ul.links {

	display: inline;

	margin-left: 0;

}

.node ul.links.inline li {

	margin: 0 8px 0 0; /* LTR */

}



/**

 * Comment module

 */

#comments-wrapper {

	margin-top: 20px;

}

#comments-wrapper .indented {

	margin: 0 0 0 30px; /* LTR */

}

.comment {

	border-bottom: 1px solid #ccc;

	margin: 20px 0;

	padding: 0 0 16px 0;

}

.comment .header {

	display: block;

	margin-bottom: 14px;

}

.comment .user-picture {

	float: right; /* LTR */

	margin: 0 0 10px 10px; /* LTR */

}

.comment .user-picture img {

	background-color: #fcfcfc;

	border: 1px solid #ccc;

	padding: 2px;

	width: 28px;

}

.comment h3.title {

	line-height: 1;

	border: none;

	padding: 0;

	margin: 0 0 5px 0;

	text-transform: none;

}

.comment h3.title a {

	font-weight: 700;

}

.comment h3.title a:hover {

	color: #e25401;

}

.comment .meta {

	font-size: 0.917em;

	margin: 1px 0 0 0;

}

.comment ul.links {

	display: block;

	margin: 8px 0 0;

}

.comment ul.links li a {

	text-transform: capitalize;

}

.no-comments #comment-form-wrapper {

	margin-left: 0;

}

form#comment-form #edit-actions {

	margin: 0;

}



/**

 * Book module

 */

.node-book ul.links {

	margin: 0 0 14px 0;

}

.book-navigation .menu {

	border: none;

	padding: 15px 0 15px 25px; /* LTR */

}

.book-navigation .page-links {

	width: 100%;

	margin-top: 20px;

	padding: 13px 0;

	border-bottom: none;

}

#book-outline  {

	min-width: 0;

}



/**

 * Aggregator module

 */

#page a.feed-icon {

	float: right; /* LTR */

	z-index: 99;

	position: relative;

	bottom: -10px;

}

#page a.feed-icon img {

	margin: 0;

}



/**

 * Field module

 */

.field-label-inline .field-label,

.field-label-inline .field-item,

.field-label-inline .field-items {

	display: inline-block;

	float: none;

}

.field-type-taxonomy-term-reference .field-label {

	color: #808080;

	font-weight: 700;

}

.field-type-taxonomy-term-reference .field-item {

	display: inline;

	margin-right: 5px; /* LTR */

}

.field-type-taxonomy-term-reference .field-item:after {

	content: ",";

}

.field-type-taxonomy-term-reference .field-item:last-child:after {

	content: normal;

}

.field-type-image {

	margin: 15px 15px 15px 0; /* LTR */

}

.field-type-image a {

	border: none;

}

#edit-field-image {

	float: none;

}



li.field-item{

	list-style-type: none;

}



/**

 * Filter module

 */

fieldset.filter-wrapper {

	margin: 0 0 12px 0;

	border-top: none;

	width: auto;

}

.filter-help {

	float: right; /* LTR */

	margin: 10px 0 0;

}

.filter-help a {

	background: none;

	padding: 0;

}

.filter-wrapper .form-item {

	margin-top: 0;

}

.filter-guidelines {

	padding-top: 6px;

}

.filter-guidelines ul {

	margin: 0;

}

body.page-filter-tips #block-system-main ul {

	margin: 0;

	list-style: none;

}

body.page-filter-tips #block-system-main li {

	margin: 10px 0;

}

body.page-filter-tips #block-system-main table {

	margin: 10px 0;

}

.tips {

	font-size: 1em;

}



/**

 * Forum module

 */

body.page-forum ul.action-links {

	margin: 9px 0;

}

#forum td.container {

	border-top: 1px solid #2e2e2e;

	border-bottom: 1px solid #2e2e2e;

}

#forum td.container .name a {

	font-size: 1.25em;

	text-transform: uppercase;

	line-height: 1.3;

	padding: 0 0 4px 0;

	color: inherit;

}

#forum td.container .name a:hover {

	color: #e25400;

}

#forum td {

	padding: 13px 14px;

	vertical-align: top;

}

#forum > table {

	margin-top: 0;

}

#forum tr td.forum {

	background: none;

	padding-left: 0;

}

#forum .description {

	line-height: 1.5;

	margin: 4px 0 0 0;

	font-size: 1em;

}

#forum div.indent {

	margin: 0 0 0 15px;

}

#forum td.icon .topic-status-sticky {

	background: url(images/forum-sticky.png) no-repeat center center;

	width: 30px;

	height: 35px;

}

#forum td.icon .topic-status-default {

	background: url(images/forum-default.png) no-repeat center center;

	width: 37px;

	height: 32px;

}

#forum td.icon .topic-status-closed {

	background: url(images/forum-closed.png) no-repeat center center;

	width: 30px;

	height: 35px;

}

#forum td.icon .topic-status-hot {

	background: url(images/forum-hoht.png) no-repeat center center;

	width: 37px;

	height: 32px;

}

#forum td.icon .topic-status-new {

	background: url(images/forum-new.png) no-repeat center center;

	width: 42px;

	height: 39px;

}

#forum td.icon .topic-status-hot-new {

	background: url(images/forum-hot-new.png) no-repeat center center;

	width: 43px;

	height: 38px;

}



/**

 * OpenID module

 */

#block-user-login .item-list {

	margin-top: 10px;

}

#user-login-form li.openid-link ,

#user-login li.openid-link,

#user-login-form li.openid-processed {

	margin-left: 0;

}

#block-user-login .description {

	margin-bottom: 10px;

}

.form-item-openid-identifier {

	margin: 10px 0;

	display: block;

}

#edit-openid-identifier {

	background-position: 6px 50%;

	padding-left: 25px;

}



/**

 * Poll module

 */

.poll .title {

	font-weight: 700;

	margin-bottom: 8px;

	line-height: 1.3;

}

.poll .bar-wrapper {

	margin-bottom: 8px;

}

.poll .bar-text {

	line-height: 1.2;

}

.poll .text {

	float: left;

	margin-bottom: 3px;

}

.poll .percent {

	float: right;

	margin-bottom: 3px;

}

.poll .bar {

	background-color: #fafafa;

	border: 1px solid #ccc;

	height: 18px;

}

.poll .bar .foreground {

	height: 18px;

}

.vote-form .form-item-choice {

	margin: 6px 0;

	padding: 0;

}

.vote-form .title {

	font-weight: 700;

	line-height: 1.5;

}

.vote-form .form-radios {

	margin: 13px 0 9px 0;

}

.poll .vote-form {

	text-align: left; /* LTR */

}

.poll .vote-form .choices {

	display: block;

}

.poll .total {

	text-align: left; /* LTR */

}



/**

 * Profile and User modules

 */

.profile {

	margin: 0;

}

.profile dd {

	margin-left: 0;

}

.profile dt {

	margin: 0;

}

.profile h3 {

	border-bottom: 1px solid #ebebeb;

	padding-bottom: 4px;

	margin-bottom: 10px;

	margin-top: 17px;

}

.profile .user-picture {

	float: right; /* LTR */

	margin-top: 45px;

}

body.page-profile #profile {

	margin-top: 15px;

}

body.page-profile .profile {

	min-height: 60px;

	float: left;

	clear: none;

	width: 48.5%;

	margin-right: 1%; /* LTR */

}

body.page-profile .user-picture {

	margin: 0;

	padding: 0;

	float: left; /* LTR */

}

body.page-profile .user-picture img {

	width: 40px;

	padding: 5px 0;

}

body.page-profile .name,

body.page-profile .field {

	margin-left: 60px; /* LTR */

	padding: 12px 10px 10px 0; /* LTR */

}



/**

 * Search module

 */

.search-results {

	margin: 0;

	padding: 0;

}

.search-results li  {

	margin-bottom: 20px;

}

.search-results .title {

	margin: 0;

}

.search-results .search-snippet-info {

	margin: 0;

	padding: 0;

}

.search-results p {

	margin-bottom: 4px;

}

.search-snippet strong {

	background-color: #e25400;

	color: #fff;

	padding: 0 4px;

}



/**

 * Overlay module

 */

body.overlay {

	background-color: transparent;

}

#overlay-container {

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	-khtml-border-radius: 5px;

	border-radius: 5px;

	-webkit-border-top-right-radius: 0;

	-moz-border-radius-topright: 0;

	-khtml-border-radius-topright: 0;

	border-top-right-radius: 0;

}

body.overlay #main-columns,

body.overlay #main {

	padding: 0!important;

	min-width: inherit;

	max-width: inherit;

}

body.overlay #main-columns {

	width: 100%;

}

body.overlay #page {

	border: none;

	padding-bottom: 0;

}

body.overlay #content {

	border: none;

}

.overlay .ui-dialog-title {

	font-size: 2.333em;

	padding: 0 0 6px;

}



/**

 * DBlog module

 */

form#dblog-filter-form .form-item {

	display: inline-block;

	vertical-align: top;

	margin-right: 15px;

	margin-top: 0;

}

#dblog-filter-form select {

	width: 100%;

}

#dblog-filter-form .form-actions {

	padding: 6px 0;

}

tr.dblog-user {

	background: #ffd;

}

tr.dblog-user .active {

	background: #eed;

}

tr.dblog-content {

	background: #fffee9;

}

tr.dblog-content .active {

	background: #fffcc3;

}

tr.dblog-page-not-found,

tr.dblog-access-denied {

	background: #f3fcdb;

}

tr.dblog-page-not-found .active,

tr.dblog-access-denied .active {

	background: #def2a9;

}

tr.dblog-error {

	background: #fce8dd;

}

tr.dblog-error .active {

	background: #fad4c0;

}



/**

 * Contextual links module

 */

div.contextual-links-wrapper {

	z-index: 20;

}

div.contextual-links-wrapper a.contextual-links-trigger {

	margin: 1px 0 0;

	padding: 0;

}

ul.contextual-links li a {

	color: #333!important;

	display:block;

	margin: 0;

	padding: 5px 5px;

}

a.contextual-links-trigger {

	border: transparent 1px solid;

}



/**

 * Color module

 */

.two-sidebars #placeholder {

	position:static;

	margin-bottom: 10px;

}

#palette .form-item {

	width: auto;

}

.color-form .form-item {

	height: 3em;

}

#palette .item-selected {

	background: none;

}

.farbtastic .marker:before {

	content: "";

}

.farbtastic .marker:after {

	content: "";

}

#palette .lock {

	background-position: 50% 2px;

}

#palette .unlocked {

	background-position: 50% -22px;

}

#palette .hook {

	margin-top: 0.6em;

}



/**

 * Dashboard module

 */

#dashboard #disabled-blocks h2 {

	color: #fff;

}

#dashboard .ui-sortable .block h2 {

	background-position: 0 -36px;

}



/**

 * Shortcut module

 */

h1.page-title {

	display: inline-block;

	word-wrap: break-word;

	width: 100%;

}

.shortcut-wrapper {

	position: relative;

}

div.add-or-remove-shortcuts {

	display: none;

	margin-bottom: 3px;

}

div.add-or-remove-shortcuts a span.icon {

	margin-left: 4px;

}

body.page-admin div.add-or-remove-shortcuts,

body.overlay-open div.add-or-remove-shortcuts {

	margin-top: 3px;

	display: inline-block;

}



/**

 * Toolbar module

 */

#toolbar div.toolbar-menu ul li a {

	line-height: 1.7;

	-moz-border-radius: 9px;

	-webkit-border-radius: 9px;

	-khtml-border-radius: 9px;

	border-radius: 9px;

}



/**

 * System module

 */

/* Tabs */

.tabs {

	margin: 15px 0 10px;

}

.tabs:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}

.tabs ul.tabs {

	margin: 5px 0 8px 0;

	padding: 0;

	border: none;

	white-space: normal;

}

.tabs ul.tabs li {

	display: inline-block;

	padding: 0;

}

.tabs ul.tabs li a {

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	-khtml-border-radius: 3px;

	border-radius: 3px;

	display: block;

}

.tabs ul.tabs li.active a {

	background-color: #fff;

}

.tabs ul.tabs li a:hover,

.tabs ul.tabs li a:active,

.tabs ul.tabs li a:focus {

	outline: none;

	opacity: 0.8;

	border-color: #666;

}

.tabs ul.primary li {

	margin: 3px 3px 3px 0;

}

.tabs ul.primary li a {

	padding: 7px 15px;

	margin: 0;

}

.tabs ul.secondary {

	margin: 2px 0 6px;

	padding: 0;

	border: none;

	white-space: normal;

}

.tabs ul.secondary li {

	margin: 3px 2px 5px 0;

	border: none;

}

.tabs ul.secondary li a {

	font-size: 11px;

	padding: 3px 12px;

}

/* Vertical tabs */

div.vertical-tabs {

	border: 1px solid #ccc;

}

div.vertical-tabs ul.vertical-tabs-list {

	list-style-position: outside;

}

.vertical-tabs-panes {

	padding: 9px 5px;

}

div.vertical-tabs fieldset {

	background: none;

}

ul.vertical-tabs-list li a {

	display: block;

	border: none;

	padding: 7px 12px;

	color: inherit;

}

ul.vertical-tabs-list li.selected a {

	background-color: #fff;

}

.vertical-tabs input {

	width: 100%;

}

.vertical-tabs input.form-checkbox,

.vertical-tabs input.form-radio {

	width: auto;

}

/* Pagers */

.item-list ul.pager {

	margin: 15px 0 2px 0;

	text-align: center;

}

.item-list ul.pager li {

	margin: 0px;

	padding: 0px;

}

ul.pager li:first-child {

	margin: 0 6px 0 0; /* LTR */

}

ul.pager li.pager-previous {

	padding-right: 8px;

}

ul.pager li.pager-next {

	padding-left: 0px;

}

ul.pager li.pager-ellipsis {

	margin: 0;

}

/* Breadcrumbs */

#breadcrumb {

	margin: 0 0 10px 0;

}

#breadcrumb .separator {

	margin: 0 5px;

}

.breadcrumb {

	padding: 0;

	font-size: 12px;

}

/* Markers */

.marker {

	color: #e25401;

	text-transform: capitalize;

	margin-left: 3px;

}

.marker:before {

	content: "(";

}

.marker:after {

	content: ")";

}

.farbtastic .marker:before {

	content: "";

}

.farbtastic .marker:after {

	content: "";

}

/* Action links */

ul.action-links {

	margin: 10px 0;

}

ul.action-links li {

	list-style: none;

	display: inline;

	padding: 0 14px 0 1px;

}

ul.action-links li a {

	padding-left: 15px;

	background: url(images/action-link.png) no-repeat left center;

}

/* Collapsible fieldsets */

html.js fieldset.collapsible .fieldset-legend {

	background: none;

}

html.js fieldset.collapsible .fieldset-legend {

	padding: 2px 4px 2px 10px; /* LTR */

}

html.js fieldset.collapsible legend a {

	padding: 0 15px 0 0; /* LTR */

	color: #000;

	background: url(images/arrow-down-white.png) no-repeat right 4px; /* LTR */

}

html.js fieldset.collapsed legend a {

	background: url(images/arrow-right-white.png) no-repeat right 4px; /* LTR */

}

html.js fieldset.collapsed .fieldset-wrapper,

html.js fieldset.collapsed .action {

	display: none;

}

html.js fieldset.collapsed {

	padding: 10px 20px;

}

html.js fieldset.collapsed {

	border-width: 1px;

	margin-bottom: 15px;

}

html.js input.form-autocomplete {

	background-position: 99% 8px; /* LTR */

	padding-right: 30px;

	padding-top: 5px;

	padding-bottom: 5px;

	padding-left: 5px;

	width: 300px;

}

html.js input.throbbing {

	background-position: 99% -12px; /* LTR */

}

/* Resizable textareas */

.resizable-textarea {

	width: 100%;

}

.resizable-textarea .grippie {

	height: 9px;

	width: 100%;

	background: #ccc url(images/grippie.png) no-repeat center 2px;

	border: 1px solid #ccc;

	border-top-width: 0;

	cursor: s-resize;

	margin-top: -6px;

	position: relative;

	margin-right: 0!important;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	-khtml-box-sizing: border-box;

	box-sizing: border-box;

}

/* Table drag & drop */

.draggable a.tabledrag-handle {

	margin: 0 12px 0 0;

	padding: 0;

}

tr.drag {

	background-color: #f3fbfe;

}

tr.drag-previous {

	background-color: #f8fdfe;

}

span.tabledrag-changed {

	font-size: 13px;

	margin-left: 3px;

	color: #f00;

}

th a,

thead a {

	color: #fff!important;

}

th a:hover,

thead a:hover {

	color: #fff;

}

table img {

	margin: 0 0 0 7px; /* LTR */

}

/* Password strength indicator */

.password-parent,

div.form-item div.password-suggestions {

	position: relative;

	width: auto;

}

#password-strength {

	float: none;

	left: 16em;

	position: absolute;

	width: 11.5em;

}

#password-strength-text,

.password-strength-title,

div.password-confirm {

	font-size: 0.833em;

}

#password-strength-text {

	margin-top: 0.2em;

}

input.password-confirm,

input.password-field {

	width: 15em;

	margin-bottom: 0.4em;

}

div.form-item div.password-suggestions {

	padding: 8px 9px;

	margin: 10px 0;

	background-color: #f3fcdb;

	border: 1px solid #b8e643;

}

/* Maintenance page */

body.maintenance-page #content {

	margin-top: 5px;

}

/* Utility classes */

.element-invisible,

#header-menu h2,

#footer-menu h2 {

	position: absolute !important;

	clip: rect(1px 1px 1px 1px);

	clip: rect(1px, 1px, 1px, 1px);

}

.clearfix:after,

.clear-block:after {

	content: ".";

	display: block;

	font-size: 0;

	height: 0;

	clear: both;

	visibility: hidden;

}



/**

 * Admin pages

 */

/* admin/structure/block and admin/people/permissions */

tr.region-title td,

table#permissions td.module {

	color: #779125;

	font-size: 1.083em;

	font-weight: 700;

	letter-spacing: 1px;

	text-transform: uppercase;

}

tr.region-populated {

	display: none;

}

/* admin/config */

div.admin .left,

div.admin .right {

	margin: 0;

}

div.admin-panel {

	margin: 0 0 9px 0;

	padding: 5px 0 10px;

	border-bottom: 1px dashed #000;

}

div.admin-panel h3 {

	margin-top: 5px;

}

.admin-panel:last-child {

	border-bottom: none;

}

/* admin/help/ */

body.page-admin-help dd {

	margin-bottom: 12px;

}

/* admin/config/regional/date-time */

td .form-item {

	margin: 4px 0;

}

/* admin/<content_type>/fields */

.label-add-new-field,

.label-add-existing-field {

	display: inline-block;

	vertical-align: middle;

}

/* admin/config/people/ip-blocking */

form#system-ip-blocking-form {

	margin-bottom: 15px;

}

/* admin/config */

div.admin-panel .body {

	padding: 0;

}

/* admin/reports/updates */

table.version tr {

	margin: 10px 0;

}

td.version-links li {

	display: inline;

	margin: 0 0 0 10px;

}

table.update tr {

	margin: 10px 0;

	display: block;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	-khtml-border-radius: 3px;

	border-radius: 3px;

}

table.update tr.error > td,

table.update tr.ok > td,

table.update tr.warning > td,

table.update tr.unknown > td {

	display: block;

}

table.update tr,

table.update td {

	border: none;

}

body.page-admin-reports-updates h3 {

	margin-bottom: 0;

}

.update tr.error {

	background-color: #ffece2;

	border: 1px solid #f4c6af;

}

.update tr.ok {

	background-color: #eef8ca;

	border: 1px solid #d6ec8b;

}

.update tr.warning {

	background-color: #fdf9e5;

	border: 1px solid #f1e7b4;

}

.update tr.unknown {

	background-color: #efefef;

	border: 1px solid #d4d4d4;

}

.update .project,

.update table.version .version-title,

.update .info  {

	padding-left: 0;

	padding-right: 0;

}

/* admin/reports/status */

table.system-status-report tr {

	border-bottom: 1px solid #878787;

	border-top: 1px solid #878787;

	padding-left: 30px;

}

table.system-status-report tr.warning {

	background-color: #fdf9e5;

}

table.system-status-report tr.ok {

	background-color: #eef8ca;

}

table.system-status-report tr.error {

	background-color: #ffece2;

}

/* admin/appearance */

.system-themes-list-disabled .theme-selector  {

	padding: 20px 30px 20px 0;

	width: 200px;

}

.system-themes-list-disabled .theme-info {

	min-height: 0;

}

/* admin/structure/block/demo/corolla */

body.page-admin-structure-block-demo-corolla #sidebar-first,

body.page-admin-structure-block-demo-corolla #sidebar-second,

body.page-admin-structure-block-demo-corolla #header-menu,

body.page-admin-structure-block-demo-corolla #header-wrapper {

	display: block;

}

body.page-admin-structure-block-demo-corolla #main {

	width: 56%;

}

#main{

	display: block;

	padding-top: 2em;

}

.block-region {

	background-color: transparent;

	border: 2px dashed #ff3e00;

	padding: 10px 10px;

	font-size: 1.4em;

	font-weight: 700;

	color: #ff3e00;

	text-align: center;

	text-transform: uppercase;

}

#sidebar-first .block-region,

#sidebar-second .block-region {

	padding: 225px 0;

}

.region-help .block-region {

	margin: 10px 0 15px 0;

}

.region-content .block-region {

	padding: 90px 0;

}

/* System help */

#block-system-help {

	background-color: #f5f9fa;

	border: 1px solid #b3cfd4;

	margin: 15px 0;

	padding: 12px 16px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	-khtml-border-radius: 3px;

	border-radius: 3px;

}

/* Admin forms */

body.page-admin label {

	font-weight: 700;

}

#edit-actions {

	vertical-align: top;

	margin: 10px 0;

}

.fieldset-description {

	margin-bottom: 6px;

}

body.page-admin input {

	width: auto;

}

.multiselect .form-item {

	display: inline-block;

	margin: 0 10px 0 0; /* LTR */

}

dl.multiselect dt,

dl.multiselect dd {

	float: none;

}

#user-admin-buttons  {

	margin-left: 0;

	margin-right: 0;

}

form#system-actions-manage-form {

	margin-top: 30px;

}

table + input {

	margin-top: 10px!important;

}

legend + .fieldset-wrapper {

	margin-top: 0;

}

dl.multiselect dd .form-item {

	margin-bottom: 30px;

}

dl.multiselect dd .form-item label {

	margin-top: 2px;

}

.node-form #edit-poll-more {

	margin-top: 10px;

}

#edit-field-screenshot {

	float: none;

}

td.block {

	background: inherit;

	border: none;

	margin: 0;

}

td.edit,

td.delete {

	padding-left: 7px; /* LTR */

}

dl.admin-list dd {

	margin: 0 0 11px 0;

}

dl.multiselect label {

	text-transform: capitalize;

}

dl.multiselect dd {

	line-height: normal;

	margin-left: 0;

}

.node-type-list dt {

	margin-top: 11px;

}

#user-admin-buttons,

#node-admin-buttons {

	margin-top: 10px;

}

fieldset .action {

	margin-top: 7px;

}

.compact-link {

	margin-bottom: 5px;

}



/*Свои стили*/

div.usermenu ul{

	float: right;

}

div.usermenu ul li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-image: none;
	list-style-type: none;
}

div.usermenu ul li a{

	float: left;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	font-size: 13px;

}

div.hornav ul{
	padding: 0px;
	/*float: right;*/
	margin: 0px;
	/* position: relative; */
	top: 12px;
}

div.hornav ul li{

}

ul.sf-menu li.sf-item-2 ul li {
	text-align: left;
}

div.hornav ul li a{
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 14px;
    color: #fff;
    padding: 12px 22px;
    transition: .2s all;
}

div.hornav ul li a:hover, div.hornav ul.sf-menu li.active-trail a{
	background-color: rgba(0,0,0,.1)
}



.sf-sub-indicator {
	top: 10px !important;
	right: 5px !important;
}

#menu-2604-1.sf-item-2 {
	text-align: left !important;
}

.hornav .sf-menu ul {
	background: #fff!important;
	padding: 6px 0 6px 0!important;
	top: 38px!important;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);

}
.hornav .sf-menu ul:after {
    content: "";
    position: absolute;
    left: 36px;
    top: -4px;
    width: 8px;
    height: 8px;
    background: #fff;
    transform: rotate(45deg);
}
.hornav .sf-menu ul li{
padding: 0!important;
margin:0!important
}
.hornav .sf-menu ul li a{
color:#333;
padding: 12px 22px!important;
background: #fff!important;
font-size: 14px!important;
}
.hornav .sf-menu ul li a:hover{
color:#37459d;
}
.hornav li.sf-depth-2 {
	background: none !important;
	padding: 10px 20px !important;
	margin: 0 !important;
	text-align: -webkit-auto !important;
	min-width: 155px !important;
}

.hornav li.sf-depth-2 a {
	font-size: 16px !important;
}



.slide_wrap .block:last-child{margin: 0px;}

.slide_wrap a{

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

.bottom-line {
	padding: 20px 0;
/*	border-bottom: 3px solid #FF0000; */
}

div.uslugi {
	position: relative;
	text-align: center;
	border-radius: 3px;
	overflow:hidden;
}
.uslugi:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

background: -moz-linear-gradient(top, rgba(55,69,157,0) 0%, rgba(55,69,157,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(55,69,157,0) 0%,rgba(55,69,157,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(55,69,157,0) 0%,rgba(55,69,157,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0037459d', endColorstr='#a637459d',GradientType=0 ); /* IE6-9 */
    z-index: 0;
}
.block-caption {
position: absolute;
    bottom: 0;
    padding: 8px 16px;
    z-index: 1;
}


.block-caption p {
	padding: 5px;
	font-size: 16px;
	color: #fff;
}

.uslugi-descr p {
	padding: 5px;
	font-size: 14px;
}

.front_order_block{

	background-color: #e5f0fa;

	height: 260px;

	padding-top: 10px;

	padding-right: 18px;

	padding-bottom: 10px;

	padding-left: 18px;

	-webkit-border-radius: 5px;

	border-radius: 5px;



}

.front_order_block .form-submit{

	text-decoration: none;

	text-shadow: 0 1px 0 #fff;

	font: bold 14px Helvetica, Arial, sans-serif;

	color: #444;

	line-height: 17px;

	height: 18px;

	display: inline-block;

	float: left;

	background: #F3F3F3;

	border: solid 1px #D9D9D9;

	border-radius: 2px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

 -webkit-transition: border-color .20s;

 -moz-transition: border-color .20s;

 -o-transition: border-color .20s;

 transition: border-color .20s;

	height: 38px !important;

	cursor: pointer;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	padding-top: 5px;

	padding-right: 6px;

	padding-bottom: 4px;

	padding-left: 6px;

}

.front_order_block .form-submit:hover{

background: #F4F4F4;

		color: #333;

}

.front_order_block .form-submit:active{

border-color: #4D90FE;

		color: #4D90FE;

		-moz-box-shadow:inset 0 0 10px #D4D4D4;

		-webkit-box-shadow:inset 0 0 10px #D4D4D4;

		box-shadow:inset 0 0 10px #D4D4D4;}

#edit-submitted-imya, #edit-submitted-imya-1 {
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 40px;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#edit-submitted-telefon, #edit-submitted-telefon-1 {

	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 65px;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;

}

#edit-submitted-vremya-zvonka{

	background-repeat: no-repeat;

	background-position: 10px center;
	padding-left: 100px;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;

}
span.form-required {
    display: none;
}

.front_order_block ul.menu li{

	margin: 0px;

	padding: 0px;

	list-style-image: none;

	list-style-type: none;

}

.front_order_block ul{

	margin: 0px;

}

.front_order_block h2{

	font-size: 16px;

	color: #333;

	margin: 0px;

	padding: 0px;

	font-weight: bold;



}

.front_order_block p{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	font-style: italic;

	line-height: 21px;

	text-align: justify;

	margin-bottom: 24px;

}

.front_order_block h1{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	font-style: italic;

	line-height: 21px;

	text-align: justify;

	margin-bottom: 24px;

}

.front_order_block input{

	width: 100%;

}

a#frontorder{

	background-color: #BFBC6C;

	display: block;

	text-align: left;

	background: url(/sites/all/themes/sibanticor/images/zakaz.png) no-repeat center 0px;

	text-indent: -9999px;

	height: 60px;

	margin-bottom: 1em;

}

a:hover#frontorder{

	background: url(/sites/all/themes/sibanticor/images/zakaz.png) no-repeat center -60px;

	}



a.order_other{

	font-size: 14px;

	margin-left: 36px;

	padding-top: 5px;

	padding-right: 10px;

	padding-bottom: 5px;

	padding-left: 27px;

	background-image: url(/sites/all/themes/sibanticor/images/other.png);

	background-repeat: no-repeat;

	background-position: left center;

	line-height: 36px;

}

div.works{

	background-color: #FFF;

	padding: 10px;

}



ul.works, ul.service{

	margin: 0px;

	padding: 0px;

	overflow: hidden;

}



ul.works li, ul.service li {

	display: block;

	padding: 2px;

	float: left;

	margin: 5px;

}

ul.works li.last, ul.service li.last, ul.akciya li.last{

	margin-right: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

div.service{

	margin-bottom: 1em;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	border-radius: 5px;

	overflow: hidden;

	background-repeat: repeat;

	background-color: #FFF;

}

div.usluga_icon{

	display: block;

	margin-bottom: 5px;

}

div.feed-icon{

	float: right;

	height: 16px;

	width: 16px;

	margin-right: 0px;

	margin-left: 5px;

}

div.usluga_title{

	text-align: center;

	padding-top: 5px;

}

h3.usluga_title a{

	/*font-size: 15px;

	line-height: 1.3;

	font-weight: bold;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-style: italic;

	display: block;

	margin-bottom: 5px;

	margin-top: 9px;

	margin-right: 9px;*/

}

h3.usluga_title a:hover{

}

p.usluga_body{

	font-size: 13px;

	line-height: 1.5;

	color: #9197a6;

	padding-right: 10px;

}

#partnersblock, #serviceblock, #newsblock{

	margin-bottom: 1em;

}

.frontblock_title{

	font-size: 18px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 9px;

	margin-left: 0px;

	display: block;

	word-spacing: 2px;

	color: #48577d;

	padding-top: 5px;

	padding-right: 5px;

	padding-bottom: 5px;

	padding-left: 0px;

	font-weight: normal;

}

.serviceblock_title{

	font-size: 1.7em;

	line-height: 22px;

	font-weight: normal;

	color: #000000;

	-webkit-border-radius: 5px 5px 0px 0px;

	-moz-border-radius:  5px 5px 0px 0px;

	-khtml-border-radius:  5px 5px 0px 0px;

	border-radius:  5px 5px 0px 0px;

	margin-bottom: 1em;

	margin-top: 1em;

}

#partnersblock ul{

	padding: 0px;

	position: relative;

	top: -5px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 395px;

}

#partnersblock ul li{

	display: inline;

}

#partnersblock ul li a{

	display: block;

	padding-top: 0px;

	padding-right: 18px;

	padding-bottom: 2px;

	padding-left: 18px;

	float: left;

	background-image: none;

	font-size: 12px;

	margin-right: 10px;

	background-color: #D3DCF2;

	color: #333;

	-webkit-border-radius: 0px 0px 5px 5px;

	-moz-border-radius:  0px 0px 5px 5px;

	-khtml-border-radius:  0px 0px 5px 5px;

	border-radius:  0px 0px 5px 5px;

}

p.date{

	font-size: 11px;

	color: #9197a6;

	margin-bottom: 2px;

}

h4.title{

	font-size: 12px;

	margin: 0px;

	line-height: 20px;

}

div.more-link{

	font-size: 11px;

	display: block;

	overflow: hidden;

	float: right;

}

div.social ul{

	float: right;

	position: relative;

	margin: 0px;

	padding: 0px;

}

a#facebook{

	background-image: url(../images/facebook.png);

	background-repeat: no-repeat;

	background-position: center center;

	text-align: left;

	text-indent: -9999px;

	display: block;

	height: 32px;

	width: 32px;

	float: right;

	margin-left: 9px;

}

a#vkontakt{

	background-image: url(../images/vkontakt.png);

	background-repeat: no-repeat;

	background-position: center center;

	text-align: left;

	text-indent: -9999px;

	display: block;

	height: 32px;

	width: 32px;

	float: right;

	margin-left: 0px;

}

a#twitter{

	background-image: url(../images/twitter.png);

	background-repeat: no-repeat;

	background-position: center center;

	text-align: left;

	text-indent: -9999px;

	display: block;

	height: 32px;

	width: 32px;

	float: right;

	margin-left: 9px;

}

a#gplus{

	background-image: url(../images/gplus.png);

	background-repeat: no-repeat;

	background-position: center center;

	text-align: left;

	text-indent: -9999px;

	display: block;

	height: 32px;

	width: 32px;

	float: right;

	margin-left: 9px;

}
a#odnoklass{

	background-image: url(../images/odnoklass.png);

	background-repeat: no-repeat;

	background-position: center center;

	text-align: left;

	text-indent: -9999px;

	display: block;

	height: 32px;

	width: 32px;

	float: right;

	margin-left: 9px;

}

div.work_image{

	overflow: hidden;

	margin-bottom: 9px;

}

div.work_image img{

	float: left;

	margin-right: 10px;

}

div.image{

	float: left;

	height: 94px;

	width: 125px;

	margin-right: 18px;

	margin-bottom: 1em;

	overflow: hidden;

	margin-top: 10px;

}

div.work, p.work{

	overflow: hidden;

	background-color: #FFF;

	padding-top: 1em;

	padding-right: 0px;

	padding-bottom: 1em;

	padding-left: 0px;

	border-right-style: none ;

	border-bottom-style: dotted ;

	border-top-style: none;

	border-left-style: none;

	border-bottom-width: 1px;

	border-bottom-color: #CCC;

}

div.work img,  p.work img {

	float: left;

	margin-right: 4px;

	margin-bottom: 4px;

	margin-top: 4px;

	margin-left: 4px;

}

div.last{

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

h3.title{

	font-size: 18px;

	line-height: 1.5;

	/*font-weight: bold;*/

	margin-top: 18px;

}

h3.title_work{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	font-style: italic;

	background-color: #FFF;

	padding-top: 5px;

	padding-right: 18px;

	padding-bottom: 0px;

	padding-left: 18px;

	display: block;

	text-align: left;

	margin-top: 18px;

	margin-right: 20px;

	margin-bottom: 0px;

	margin-left: 20px;

	-webkit-border-radius: 8px 8px 0px 0px;

	-moz-border-radius: 8px 8px 0px 0px;

	-khtml-border-radius: 8px 8px 0px 0px;

	border-radius: 8px 8px 0px 0px;

}

.bott-18{

	margin-bottom: 1em;

}

.bott-10{

	margin-bottom: 10px !important;

}

div.item-list ul li{

	display: inline;

	margin-right: 5px;

}

ul.primary{

	padding: 0px;

	margin-right: 0px;

	margin-left: 0px;



}

.review, .faq{

	margin-bottom: 9px;

	display: block;

	overflow: hidden;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 9px;

	padding-left: 0px;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #CCCCCC;

}

.kto{

	font-style: italic;

	font-weight: bold;

}

.otziv{}

div.review img{

	float: left;

	margin-top: 20px;

}

div.review p{

	margin-bottom: 5px;

}

div.user-picture{

	float: left;

	margin-right: 18px;

}

div.user-picture img{

	height: 40px;

	width: 40px;

}

div.reviewcontent{

	display: block;

	margin-left: 5em;

	overflow: hidden;

	background-color: #FFF;

	padding-top: 0em;

	padding-right: 1em;

	padding-bottom: 0em;

	padding-left: 1em;

	margin-bottom: 1em;



}

.reviewcontent h3{

	margin: 0px;

	line-height: 1.5;

}

h3.reviewtitle{

	margin-bottom: 10px;

}

span.fio, span.created, span_zakazchik{

	font-size: 12px;

	color: #999;

	padding-right: 12px;

}

a.createreview{

	font-size: 11px;

	display: block;

	padding-top: 5px;

	padding-right: 11px;

	padding-bottom: 5px;

	padding-left: 35px;

	float: right;

	position: relative;

	top: 27px;

	right: 0px;

	background-image: url(../images/bg_create.png);

	background-repeat: no-repeat;

	-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	-khtml-border-radius: 8px;

	border-radius: 8px;

	background-position: 10px center;

	font-weight: bold;

	border: 1px solid #CCC;

	text-transform: uppercase;

}

a:hover.createreview{

	text-decoration: none;

	border-top-color: #666;

	border-right-color: #666;

	border-bottom-color: #666;

	border-left-color: #666;

}

div.otzivbody{

	margin-bottom: 1em;



}

div.otzivbody img{

	margin-right: 18px;

	margin-bottom: 1em;

	float: left;

}

p.podpis{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-style: italic;

	color: #999;

	text-align: right;

	padding-right: 20px;

}



span.sro{

	font-size: 11px;

	background-color: #e0e0e0;

	text-align: center;

	float: left;

	width: 70px;

	-webkit-border-radius: 5px 0px 0px 5px;

	-moz-border-radius: 5px 0px 0px 5px;

	-khtml-border-radius: 5px 0px 0px 5px;

	border-radius: 5px 0px 0px 5px;

	margin-top: 5px;

}

p.service{

	background-color: #FFF;

	margin-left: 70px;

	padding-top: 5px;

	padding-right: 10px;

	padding-bottom: 5px;

	padding-left: 18px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	border-radius: 5px;

	margin-bottom: 1em;

	border: 1px;

	border-style: solid;

border-color: #E0E0E0;

}

.reviewcontent{



	}

div.service_image{

margin: 0 0 15px 0;



}

span.date, div.date{

	font-size: 11px;

	line-height: 18px;

	color: #888;

	margin: 0px;

	padding: 0px;

}

div.view-header{

	overflow: hidden;

}

div.view-header h2{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	font-style: italic;

	background-color: #FFF;

	padding-top: 5px;

	padding-right: 18px;

	padding-bottom: 5px;

	padding-left: 18px;

	display: block;

	text-align: center;

	margin-top: 18px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 18px;

	-webkit-border-radius: 8px 8px 0px 0px;

	-moz-border-radius: 8px 8px 0px 0px;

	-khtml-border-radius: 8px 8px 0px 0px;

	border-radius: 8px 8px 0px 0px;

	float: left;

	overflow: hidden;

}

.view-header p{

	/*margin-bottom: 1em;*/

}

p.title{

	margin-top: 0px;

	margin-bottom: 5px;

}

div#block-views-front_slide-block_1{

	padding: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

div.row_otziv, div.row_news, div.row_work{

	margin-bottom: 10px;

	border-bottom: 1px dotted #ccc;

	padding-bottom: 10px;

	font-size: 12px;

	line-height: 18px;

}

div.row_otziv.last, div.row_news.last, div.row_work.last{

margin-bottom: 0px;

}

.front_otziv{
	background-color: #fff;
	display: block;
	padding: 10px 0;
}

.front_faq{
	background-color: #fff;
	display: block;
	padding: 10px 0;
	padding-bottom: 3px;
}

}

.front_product{

	display: block;

	margin-bottom: 9px;
	overflow: hidden;

}

.red_b, .red_b a{

	font-weight: bold;

	color: #FF0000;

	font-size: 14px;

}

h2.front_price_block, h2.front_faq_block, h2.front_otziv_block{

	font-size: 1.3em;

	padding-bottom: 5px;

	padding-top: 5px;

	margin-bottom: 15px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #e6e6e6;

}

.block_price_row{

	margin-bottom: 18px;

	overflow: hidden;

}

.page_product_row{

	margin-top: 9px;

	margin-bottom: 9px;

	padding-top: 9px;

	padding-bottom: 9px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #CCCCCC;

	overflow: hidden;

}

#block_price{

	/*background-color: #fff6bf;*/

	-webkit-border-radius: 5px;

	border-radius: 5px;

	font-size: 12px;

	padding-top: 18px;

	/*padding-right: 10px;

	padding-bottom: 0px;

	padding-left: 10px;*/

}

.page_price_row{

	margin-bottom: 18px;

}

.price_line{
	background-color: #e5f0fa;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 12px;
	margin-bottom: 1px;
	overflow: hidden;
}

/*#frontproduct{

	padding-top: 3em;

}*/

ul.service li{

	list-style-type: none;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 18px;

	padding-left: 0px;

	border-bottom-width: 1px;

	border-bottom-style: dashed;

	border-bottom-color: #CCCCCC;

}
ul.akciya{
margin-left: 0px;
}
ul.akciya li{

	list-style-type: none;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 18px;

	padding-left: 0px;

	border-bottom-width: 1px;

	border-bottom-style: dashed;

	border-bottom-color: #CCCCCC;

}



.page_product_row h3{

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 1em;

}
.product_title a {
	background-color: #0099FF;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.product_title a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}

.block_price_row last odd{

	margin-bottom: 0px;

}

h2.front_faq_block{

	background-image: url(../images/faq_icon.jpg);

	background-repeat: no-repeat;

	background-position: left center;

	padding-left: 35px;

}

h2.front_otziv_block{

	background-image: url(../images/otziv_icon.jpg);

	background-repeat: no-repeat;

	background-position: left center;

	padding-left: 35px;

}

h2.front_price_block{

	background-image: url(../images/price_icon.jpg);

	background-repeat: no-repeat;

	background-position: left center;

	padding-left: 35px;

}

div.row{

	background-image: url(../images/hr.gif);

	background-repeat: repeat-x;

	background-position: left bottom;

	margin-bottom: 1em;

	padding-bottom: 18px;

	}

.img{

	padding: 10px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-right-style: solid;

	border-bottom-style: solid;

	border-right-color: #E6E6E6;

	border-bottom-color: #E6E6E6;

	background-color: #FFF;

}

hr{

	display: block;

	margin-top: 18px;

	margin-bottom: 1em;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	background-image: url(../images/hr.gif);

	background-repeat: repeat-x;

	background-position: left center;

	height: 2px;

}



div.view-content{

	margin-bottom: 0.5em;

	overflow: hidden;

}

div#other{

	background-color: #FFF;

	-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	-khtml-border-radius: 8px;

	border-radius: 8px;

	margin-bottom: 1em;

	font-size: 12px;

	line-height: 1.5;

}

div.other_column{

	padding: 10px;

}

div.other_column .block{

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

div.other_column .view-content{

	margin: 0px;

}

.mdown18{

	margin-bottom: 1em;

}



table.YMaps-b-balloon-frame tr{

border: none;

}

.scan{

padding: 10px;

background-color: #fff;

}

.widget-edit{

	clear: none;

}

b.zakaz{

	cursor: pointer;

	display: block;

	margin: 0 0 0px 0;

	text-align: left;

	background-color: #7993d2;

	padding: 5px;

	color: #fff;

}

.about_block ul li {

	list-style-image: none;

	list-style-type: none;

	background-image: url(../images/about_li.png);

	background-repeat: no-repeat;

	background-position: left top;

	padding-left: 35px;

	padding-top: 3px;

	padding-right: 10px;

	padding-bottom: 3px;

}

.about_block ul{

	margin-bottom: 1em;

}

.usermenu{

	display: block;

	margin-top: 10px;

}

.contact{

text-align: center;

}

span.phone{
	font-size: 33px;
	/*padding-right: 10px;
	padding-top: 10px;*/
}

.small{

	font-size: 17px;

}

.skype, .call, .chat{

	background-repeat: no-repeat;

	background-position: left center;

	padding-top: 7px;

	padding-bottom: 7px;

	margin-left: 10px;

	}

.skype{

	background-image: url(../images/skype.png);

	padding-left: 40px;



}

.call{
	background-image: url(../images/call.png);
	padding-left: 30px;
	position: relative;
}

.chat{

	background-image: url(../images/chat.png);

	padding-left: 30px;
	position: relative;
	top:-7px;


}

span.mail{

padding-left: 0px;

font-size: 14px;

}

.field .field-label-inline{

display: none;

}

ul.spisok{

list-style: disc inside none;

}

div.content img{

margin-bottom: 1em;

}

div.news_image img{

padding: 10px;

border: 1px dotted #E0E0E0;

margin-bottom: 1em;

}

#footer ul{

margin: 0px;

}

div.view-header{

margin-bottom: 1em;

}

ul.cherta{

	margin-left: 1em;

}

ul.cherta li{

	list-style-image: none;

	list-style-type: none;

	background-image: url(../images/cherta.gif);

	background-repeat: no-repeat;

	background-position: left 17px;

	padding-left: 2em;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-style: italic;

	font-size: 16px;

	padding-top: 5px;

	padding-bottom: 5px;

}



ul.spisok{

	margin-left: 1em;

}

ul.spisok li{

	list-style-image: none;

	list-style-type: none;

	background-image: url(../images/cherta.gif);

	background-repeat: no-repeat;

	background-position: left 12px;

	padding-left: 2em;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-style: italic;

	padding-top: 2px;

	padding-bottom: 2px;

}

.citycode{

font-size: 16px;

}

#block-menu-menu-product ul li.expanded{



}

#block-akciya{
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
}

.name_otziv{

	padding-left: 10px;

}
.gallery{
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.vibor_phone{
	display: block;
	padding-left: 45px;
	background-image: url(../images/phone_alt.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}
.vibor_home{
display: block;
	padding-left: 45px;
background-image: url(../images/home.png);

	background-repeat: no-repeat;
	background-position: left 10px;
}
.row_otziv b{
	display: block;
	padding-left: 35px;
	background-image: url(../images/say.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#block-views-otziv-block_1  .row_otziv{border-bottom: none;}
b.service a{
	font-size: 18px;
	color: #FF0000;
	padding-right: 5px;
	padding-left: 0px;
	margin-right: 5px;
	margin-left: 0px;
}
span.akcita_label{
	display: inline;
	line-height: 18px;
	background-color: #0099FF;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#block-akciya h3{line-height: normal;}
#block-akciya h3 a:hover{text-decoration: none;}
#webform-client-form-492{
	background-color: #f6f6f6;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/callback.png);
	background-position: 20px 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 180px;
	background-repeat: no-repeat;
}
.share42init{text-align: right;}
.price_character{
padding-top: 2px;
padding-bottom: 2px;
}
.price_character span{
width: 110px;
display: inline-block !important;
}
#webform-component-vremya-zvonka{
/*margin-bottom: 30px;*/
}
span.moboffice a{
padding: 5px;
background-color: #F9E15A;
color: #000;
text-decoration: none;
}
li.leaf {
		list-style-image: none;
		list-style-type: none;
		margin: 0;
		padding: 0.2em 0.5em 0 0;
	width: 106px;
}
a.menu_icon {
	padding-left: 22px;
}

.field-field-price-utochnit a{
color: #000000;
	background-color: #f8f519;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;}
.field-field-price-utochnit a:hover{color: #000000;
background-color: #ffdc7d;
text-decoration: none;
}

select#edit-submitted-cvet333 option[value="Дуглас"]
{
background-color: #ae5b07;
color: #fff;
}
select#edit-submitted-cvet333 option[value="Белый"]
{
background-color: #fff;
}
select#edit-submitted-cvet333 option[value="Светлый дуб"]
{
background-color: #ecca60;
color: #fff;
}
select#edit-submitted-cvet333 option[value="Золотой дуб"]
{
background-color: #914a01;
color: #fff;
}
select#edit-submitted-cvet333 option[value="Махагон"]
{
background-color: #671313;
color: #fff;
}
select#edit-submitted-cvet333 option[value="Мореный дуб"]
{
background-color: #4e2928;
color: #fff;
}

table.product tr td{
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
}
table.product ul{
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.accesories{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
ul.accesories li{
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: none;
	background-image: url(../images/accesories.png);
	background-repeat: repeat-x;
	background-position: left center;
}
ul.accesories li a{}
.slide_wrap{

}
a.konstruktor{
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
a.konstruktor:hover{
	background-color: #0099FF;
	color: #FFFFFF;
}
.akcent{
	background-color: #FF9966;
	padding: 10px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
ul.priemushestva, ul.preimush_2 {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    justify-content: space-between;
    border: 2px solid #eee;
    padding: 40px;
}
ul.priemushestva li, ul.preimush_2 li {
    list-style: none;
    flex-grow: 1;
    flex-basis: 28%;
    text-align: center;
    padding: 41px 2% 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 30px;
    margin-bottom: 26px!important;
	font-style: italic;
}
ul.priemushestva li.dovolni{
	background-image: url(../images/dovolni.png);
}
ul.priemushestva li.montag{
	background-image: url(../images/montag.png);
}
ul.priemushestva li.proizv{
	background-image: url(../images/proizv.png);
}
ul.priemushestva li.rassrochka{
	background-image: url(../images/rassrochka.png);
}
ul.priemushestva li.garantiya{
	background-image: url(../images/garantiya.png);
}
ul.priemushestva li.sertifikat{
	background-image: url(../images/sertifikat.png);
}
#webform-component-imya, #webform-component-telefon, #webform-component-vremya-zvonka{
	display: block;
	float: left;
	width: 293px;
	margin-right: 10px;
	margin-left: 10px;
}
#block-webform-client-block-481{

}
#webform-client-form-481 input.form-submit{
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 8px 38px;
    border-radius: ;
}
#webform-client-form-481 input.form-submit:hover{

}
#block-webform-client-block-481 {
    margin: 0 -43px;
    padding: 40px 40px 26px;
    background: url(/sites/all/themes/mosokno/images/window.jpg) center/cover no-repeat;
}
#block-webform-client-block-481 label{
	color:#fff;
	font-style: italic;
	font-size: 0.9em;
    font-weight: 300;
    position: absolute;
    bottom: 10px;
    left: 0;
}
#block-webform-client-block-481 input.form-text{
	border-bottom:1px solid #fff;
	color: #fff;
}
#webform-client-form-481 #edit-actions{
	overflow: hidden;
	display: block;
	clear: both;
	padding-top: 30px;
	float: none;
}
h2.zamer {
    text-align: center;
    color: #fff;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
}
a.calcside{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF0000;
	background-image: url(../images/calcside.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
}
a.rassroch{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF0000;
	background-image: url(../images/rassroch.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
}
#block-block-14 h1{
	font-size: 32px;
	margin-bottom: 20px;
}
#block-block-14 h2{
	font-size: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: normal;
	word-spacing: normal;
}

#block-block-15 {
	padding-top: 25px;
}

#block-block-19 {

}

#block-block-19 h2 {
	border-bottom: none;
	padding-top: 20px;
}

#block-block-19 ul {
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;
	list-style-type: none;
}

#block-block-19 ul li {

}

li.prem-block-li-1 {
	background: url(../images/check-sign.png) center left / 40px no-repeat;
}

li.prem-block-li-2 {
	background: url(../images/house.png) center left / 40px no-repeat;
}

li.prem-block-li-3 {
	background: url(../images/nagradi.png) center left / 40px no-repeat;
}

li.prem-block-li-4 {
	background: url(../images/clock-prem.png) center left / 40px no-repeat;
}

li.prem-block-li-5 {
	background: url(../images/thumbs-up.png) center left / 40px no-repeat;
}

li.prem-block-li-6 {
	background: url(../images/eur.png) center left / 40px no-repeat;
}

li.prem-block-li-7 {
	background: url(../images/atom.png) center left / 40px no-repeat;
}

li.prem-block-li-8 {
	background: url(../images/infinity.png) center left / 40px no-repeat;
}

li.prem-block-li-9 {
	background: url(../images/industry.png) center left / 40px no-repeat;
}

li.prem-block-li-10 {
	background: url(../images/light-bulb-inside-circle.png) center left / 40px no-repeat;
}

li.prem-block-li-11 {
	background: url(../images/certif.png) center left / 40px no-repeat;
}

li.prem-block-li-12 {
	background: url(../images/mobil-of.png) center left / 40px no-repeat;
}


ul.preimush_2 li {

}

#block-block-21 {


}

#block-block-21 ul.footer-menu {
	list-style-type: none;
	padding-top: 10px;
}

#block-block-21 ul.footer-menu a {
	color: #000;
	text-decoration: underline;
}

#block-block-21 ul.footer-menu a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#block-block-22 .content {
	/*position: relative;*/
}


.tab-panels .panel {
    display: none;
    /*padding: 30px;*/
}

.tab-panels .panel.active {
    display: block;
}

.container,
div.tab-selector {
	display: block;
	/*position: absolute;*/
}

div.tab-selector div.active {
    color: #e3001a;
}

div.tab-selector div {
	padding: 13px 50px;
	font-weight: 600;
	color: rgba(0,0,0, 0.3);
	cursor: pointer;
	font-size: 18px;
	display: inline-block;
}


.image-block {
	text-align: center;
	min-height: 322px;
}

.image-block img {
	width: 100%;
	height: 185px;
}

.col-window h4 {
	font-weight: bold;
	text-align: center;
}

.main-price {
	border-bottom: 1px solid #E6E6E6;
}

.main-price .price {
	display: block;
	font-size: 22px;
	color: #FF0000;
}

.key-price {
	padding: 10px 0;
}

.key-price span {
	display: block;
}

.window_descr {
	padding-bottom: 40px;
	display: none;
}

.window_descr ul {
	padding: 0 10px;
}

.window_descr ul li {
	list-style-position: outside;
}

/*
div.tab-selector div::after {
	content: '';
	width: 100%;
	display: block;
	height: 2px;
	margin: 10px 100px;
	color: #555;
}*/

.onars{
color: #37459d !important;
}
.red{
color:red;
}

/*#akciya{
color:red !important;
}*/

#custom-chatra-button, #custom-chatra-button1, #custom-chatra-button2, #custom-chatra-button3{
cursor: pointer;
}

.first {
	margin-left: 0px!important;
}

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

.time {
	font-size: 19px;
}

.chat, .call {
	font-size: 12px;
	top: 15px;
}

.phone a {
	text-decoration: none;
	color: black;
}

.topPad {

	width:100%;
}

#block-views-front_slide-block_1, #block-webform-client-block-695 {
	clear:none;
	float:left;
}

#block-views-front_slide-block_1 {
    width: 73%;
    margin-left: -10px;
    box-shadow: 0 2px 30px 0 rgba(227, 227, 227, 0.9);
    background: #fff;
    z-index: 22;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

#block-webform-client-block-695 {
	width: 26%;
    height: 266px;
    background: #fff;
    float: right;
}

#block-webform-client-block-695 h2 {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    font-style: italic;
    color: #37459d;
}

#block-webform-client-block-695 .content {
	padding: 0 22px;
}

#block-webform-client-block-695 #edit-submitted-imya, #block-webform-client-block-695 #edit-submitted-telefon {
	padding-top: 5px;
	padding-bottom: 5px;
}

#block-webform-client-block-695 #edit-actions {

}

#block-webform-client-block-695 #edit-submit {

}

#block-webform-client-block-695 #edit-submit:hover {
	border: none;
		background-color: #e3001a;
		color: white;
}

#block-webform-client-block-695 #edit-submitted-imya-wrapper {
	margin-top: 0;
}

#block-webform-client-block-695 #webform-component-imya, #block-webform-client-block-695 #webform-component-telefon {
	width: 100%;
	margin-left: 0;
}

#block-webform-client-block-695 input[type="submit"] {

}

.certificates {
	padding: 10px 0;
}

.certificates img {
	width: 80px;
	height: 110px;
}

.show-for-mobile {
	display: block;
}

button.accordion,
.hornav.panel,
.mobile-nav a.call {
	display: none;
}

a.callbackkiller[style^=""]{
	right: 0% !important;
}





/*   Art Blamo Design. 2019  */  

.hornav.hide-for-small {
    background: #37459d;
    display: flex;
    position: relative;
    padding: 0 24px;
    justify-content: space-around;
}
.manufacture {
    display: flex;
    justify-content: center;
    padding: 20px;
    text-align: center;
    height: 162px;
    align-items: center;
    margin-bottom: 30px;
    box-shadow: 0 2px 30px 0 rgba(227, 227, 227, 0.9);
    background: #fff;
    border-radius: 5px;
    transition: .2s all;
}
.manufacture:hover {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    -webkit-filter: drop-shadow(0 21px 16px rgba(0, 0, 0, .10));
    filter: drop-shadow(0 21px 16px rgba(0, 0, 0, .10));
}

.manufacture img {
    max-width: 140px;
    max-height: 70px;
}
.manufacture .image {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manufacture a {
    display: flex;
    flex-direction: column;
}
.manufacture a:hover {
    text-decoration: none;
}
.manufacture a:hover .link {
    color: #e6302d;
}
.topPad.sticky {
    position: fixed;
    top: -0px;
    z-index: 999;
}


.cens{
	margin-left: 52px;
}

.cens2{
	margin-left: 115px;
}

.b-fon{
	background: url(/sites/all/themes/mosokno/images/oknos.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 100%
}


.b-fon2{
    background: url(/sites/all/themes/mosokno/images/43c94f87.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100%;
    background-repeat: repeat;
}



.b-fon_b{
	background: url(/sites/all/themes/mosokno/images/banners.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 100%
}


.b-f_text{
	text-align: center;
	color:white;

}
.b-f_texts{
	text-align: center;
	color:white;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#mask{
	 background-color:rgba(0,0,0,.3);
    height:100%;
    width:100%;
    top:0;
    left:0;
    padding-top: 160px;
    padding-bottom: 160px;
}



#masks{
	 background-color:rgba(0,0,0,.3);
    height:100%;
    width:100%;
    top:0;
    left:0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.b-fon_form{
	text-align: center;
    padding-top: 30px;
}



.b_form .inpf{
background: white;
    padding: 10px;
    border: 1px #959595 solid;
    border-radius: 3px;
}

.b_form button{
	padding: 9px;
    width: 150px;
    background: #37459d;
    color: white;
    border: none;
}

.b_form button:hover{
	background: red;
	color:white;
}

.b-fon_form a{
	padding: 9px;
    width: 150px;
    background: #37459d;
    color: white;
    border: none;
    text-decoration: none;
}

.b-fon_form a:hover{
		background: red;
	color:white;
}

.b-bannersq{
    background: url(/sites/all/themes/mosokno/images/statistics-bg.jpg) no-repeat fixed;
	background-size: cover;
	background-position: center center;
	height: 100%;
	padding-top:100px;
	padding-bottom: 100px;
z-index: 0;

}

.b-banner_container{
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	z-index: 33;

}

.stattexts{
	font-weight: 700;
    line-height: 1.2em;
    font-size: 2.5em;
    color: #fff;
}

.statext{
	font-size: 2.285em;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 100px;
    color: white;
}

.b-item-flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.b-item-flexs{
padding-bottom: 50px;
}

.items{
	color: white;
	display: flex;
	flex-direction: column;
}

.spq{
	font-size: 4em;
    font-weight: 700;
    line-height: 1;
}

.prokrutka{
height: 255px;																																																	00px; /* высота нашего блока */
width:100%; /* ширина нашего блока */
background: #fff; /* цвет фона, белый */
border: 1px solid #C1C1C1; /* размер и цвет границы блока */																																																																																																											
overflow-y: scroll; /* прокрутка по вертикали */
border:1px white solid;
}

.buttonform:hover{
background: red;
}

.buttonform{
background: #37459d;
color: white;
    width: 120px;
    border: none;
    padding: 10px;

}

.res{
	color:white;

}

.res2{
	color:black;
	
}
/*.b-bannersq:after {
    filter: blur(5px);
}*/
a.geo.dotted:hover {
    text-decoration: none;
}
a.geo.dotted {
    margin-left: 20px;
    position: relative;
    top: 10px;
    float: left;
        white-space: pre;
}

.geo span {

    border-bottom-style: dashed;
    border-width: 1px;
}



#sm-popup.sm-popup_city-select {
    width: 450px;
    top: 55px;
}
.sm-popup_city-select h1 {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    position: relative;
    margin: 0 0 13px 0;
    padding: 0 0 10px 0;
    display:inline-flex;
}
.sm-popup_city-select h1:after {
    content: '';
    position: absolute;
    left: -14px;
    right: -14px;
    bottom: 0;
    height: 5px;
    background: url(../../../images/circle.svg) repeat-x;
}
.sm-popup_city-select h1 span {
    font-size: 20px;
    font-weight: bold;
    /*color: #d50607;*/
    margin: 0 0 0 5px;
}
.sm-popup_city-select h3 {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin: 0 0 10px 0;
}
.quick_city_list {

}
.quick_city_list > div {
    width: 150px;
    float: left;
    margin: 0 0 2px 0;
}
.quick_city_list > div span {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    font-family: 'cotext', arial, helvetica, sans-serif;
    padding: 2px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px #fff solid;
    cursor: pointer;
}
.quick_city_list > div span.active {
    background: #edeeed;
}
.quick_city_direct {
    height: 65px;
    position: relative;
}
.quick_city_direct .autocomplete_placeholder {
    width: 340px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 35px;
}
.quick_city_direct input[type=text] {
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 20px;
    padding: 0 10px;
    font-family: 'cotext', arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    background: #fff;
    border: 1px #b1a8a5 solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.quick_city_direct input[type=submit] {
    position: absolute;
    right: 20px;
    top: 31px;
}
.quick_city_direct {
    background-color: #dddddd;
    height: 35px;
    border-radius: 4px;
}

.quick_city_direct .autocomplete_placeholder {
    top: 4px;
    height: 26px;
}
.quick_city_direct .autocomplete_placeholder input {
    background-color: #dddddd;
    border: none;
    height: 28px;
    line-height: 28px;
    width: 450px;
    box-sizing: border-box;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.quick_city_direct input[type=submit] {
    top: 4px;
    right: 4px;
    height: 26px;
    width: 54px;
    font-size: 14px;
    line-height: 25px;
    padding: 0;
    background: #ec1c24;
    z-index: 200;
}
.quick_city_direct::after {
    content: '';
    display: block;
    background: linear-gradient(to right, transparent, #ddd 19%);
    width: 78px;
    height: 35px;
    position: absolute;
    z-index: 1;
    right: 7px;
    opacity: 1;
    transition: opacity .1s ease-in-out;
}

.quick_city_direct.no-fade::after {
  content: '';
  opacity: 0;
}

.quick_city_direct input[type=submit].disabled {
    background-color: #b8b8b8;
    color: white;
}

.quick_city_direct .tinyHintPopup {
    left: 35px;
    bottom: 45px;
    opacity: 1;
    transition-property: opacity;
    transition-duration: 300ms;
}
.quick_city_direct .tinyHintPopup.transparent {
    opacity: 0;
}

.quick_city_direct .tinyHintPopup__body {
    position: relative;
    padding: 15px;
    min-width: 200px;
    background-color: #fff;
    border: 1px #d9d9d9 solid;
    font-family: 'cotext', arial, helvetica, sans-serif;
    font-size: 12px;
    color: #005baa;
    z-index: 100;
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.3) !important;
}
.quick_city_direct .tinyHintPopup__body:after {
    right: 180px;
}
.citySelect__emptySearch {
    color: red;
    margin-top: 5px;
    margin-bottom: -19px;
    height: 20px;
}

.quick_city_direct .jspVerticalBar {
    background-color: #d0d0d0;
    box-sizing: border-box;
    width: 26px;
    padding: 10px 0;
}
.quick_city_direct .jspTrack {
    box-sizing: border-box;
    background-color: #e8e8e8;
    width: 7px;
    left: 10px;
    height: 80%;
}
.quick_city_direct .jspDrag {
    box-sizing: border-box;
    background-color: #b8b8b8;
    width: 7px;
}

.quick_city_direct .ui-autocomplete {
    top: 4px;
    background-color: #e8e8e8;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    overflow: hidden;
}
.quick_city_direct .ui-autocomplete li {
    min-height: 36px;
}
.quick_city_direct .ui-autocomplete li a {

    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: inherit;
    padding: 10px 0;
    margin: 0 10px;
}
.quick_city_direct .ui-autocomplete li a:hover {
    background-color: #ddd;
}
.quick_city_direct .ui-autocomplete li:hover {
    background-color: #ddd;
}

.sm-chancgecity__city-not-found {
    position: relative;
    z-index: -1;
}







.geo-poup {
    width: 180px;
    height: 60px;
    position: absolute;
    z-index: 3;
    background: white;
    border-width: 1px;
    border-color: #37459d;
    border-style: solid;
    border-radius: 10px;
    top: 32px;
    left: 20px;
}



.geo-poup-b {
    text-align: center;
}


.geo-poup-c {
    display: inline;
}



.geo-poup-t {

    position: relative;
    font-size: 15px;
    padding-top: 5px;
}




.geo-poup-btns {
    display: inline-flex;

}

.geo-poup-btns a{
cursor:pointer;
    padding: 3px;
}




.swiper-container {


  /*  overflow: initial !important;*/

}

@media (max-width: 1200px) {
.swiper-slide {

    height: 640px !important;
}
#soc{
    display:none;
}
}

 

.topPad.sticky {
    position: fixed;
    top: -0px;
    z-index: 999;
    left: 0;
    width: 100%;
}    




.swiper-slide {
    height: auto !important;
}




.gal1 a{
    display: block;
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: center;
}


.gal1 a img {
    height: 200px;
    width: 100%;
        opacity: 0;
}

.npt{
    display:flex;
}

.npt h2{
        color: #ff3139;
}

.np  .npt > em{
    line-height: 1.3;
    margin-top: 23px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 5px;
        color: #37459d;
} 

.np   em{
    font-weight: bold;
} 



span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: red;
}

span.swiper-pagination-bullet {
    background: white;
    opacity: 1;
}








@media (max-width: 1200px) {
div.hornav ul li a {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 14px;
    color: #3047a0;
    padding: 12px 22px;
    transition: .2s all;
    /* background: #3047a0; */
    white-space: pre;
}
}





