@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic|700,700italic|300,300italic&subset=latin,cyrillic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline; }

html {
	line-height: 1; }

ol, ul {
	list-style: none; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

caption, th, td {
	font-weight: normal;
	vertical-align: middle; }

q, blockquote {
	quotes: none; }
	q:before, q:after, blockquote:before, blockquote:after {
		content: "";
		content: none; }

a img {
	border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block; }



.header-container {
	position: relative;
	z-index: 200;
	background: #f7f7f7;
}
.center_column h2 {
	margin-top: 0px;
}

.breadcrumb h1 {
	color: #999;
	display: inline;
	font-size: 13px;
	margin: 0;
}

#smartblogcat h5 {
	margin-top: 0;
}
.header-adres-block {
	font-size: 14px;
/*	padding: 0px 0 0;*/
	text-transform: uppercase;
}
.header-adres-block p {
	margin: 5px 0 0 0;
}

.comments_form textarea,
.comments_form input[type="email"],
.comments_form input[type="text"] {
	width: 100%;
}

a:hover {
	text-decoration: none; }

@media only screen and (min-width: 1200px) {
	.container {} }
body {
	min-width: 320px;
	height: 100%;
	line-height: 17px;
	font-size: 12px;
	color: #777777;
	font-family: "Roboto", sans-serif;
	background: #f7f7f7;
	}
	body.content_only {
		background: none; }

a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none; }

.btn:active, .btn:focus, .btn.active {
	outline: none; }

textarea {
	resize: none; }

sup, .required {
	color: red; }

.radio label, .checkbox label {
	padding-left: 0; }

/* -------------------------------------------------------------------------------
								STRUCTURE
------------------------------------------------------------------------------- */
#header {
	z-index: 100;
	}

.columns-container {
	background: white; }

#columns {
	position: relative;
	padding-bottom: 12px;
	padding-top: 0; }

#index .tab-content {
	margin-top: 35px; }
	@media (max-width: 767px) {
		#index .tab-content {
			margin-top: 20px; } }

#index .columns-container {
	overflow: hidden; }
.row-topp {
	background: none transparent;
	margin-bottom: 0px;
/*	height: 43px;*/
}
.row-topp .container {

}
.row-topm {
	padding: 0 0 0px 0;
}
.row-top {
	position: relative;
	margin: 0;
	width: 100%;
	padding: 0px 0 0px;
	z-index: 10;
	}
	.row-top .row-top:before {
		height: 17px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0; }
.row-top form.ajax {
	margin: 0;
}
.row-top.isStuck {
	padding: 0px 0 0px;
	z-index: 7;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}
.row_top_box {
	height: 100%;
	font-size: 16px;
}
.mn_city.row_top_box {
	padding-left: 0;
}
.bg_green.row_top_box {
	padding-right: 0;
}
.row_top_box.tp_adress .box_inner,
.row_top_box.tp_phone .box_inner {
	padding: 12px 0;
	text-align: center;
}
header .row-topp .nav {
	padding: 0 0;
	float: right;
}

/* ----------------------------------------------------------------------------
									TITLE
------------------------------------------------------------------------------ */
#center_column .page_product_box h3 {
	color: #555454;
	text-transform: uppercase;
/*	font-family: "Ubuntu", sans-serif;*/
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	padding: 14px 0px 0px;
	margin: 0 0 20px;
	position: relative; }

@media only screen and (min-width: 767px) {
	#center_column {
		float: right; } }

/* ---------------------------------------------------------------------------
									TEXT 
---------------------------------------------------------------------------- */
p.info-title {
	font-weight: bold;
	color: #333333;
	margin-bottom: 25px; }

p.info-account {
	margin: -4px 0 24px 0; }

.dark {
	color: #333333; }

.main-page-indent {
	margin-bottom: 30px; }

.alert {
	font-weight: bold; }
	.alert ul,
	.alert ol {
		padding-left: 15px;
		margin-left: 27px; }
		.alert ul li,
		.alert ol li {
			list-style-type: decimal;
			font-weight: normal; }
	.alert.alert-success {
		text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
		.alert.alert-success:before {
			font-family: "FontAwesome";
			content: "\f058";
			font-size: 20px;
			vertical-align: -2px;
			padding-right: 7px; }
	.alert.alert-danger {
		text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
		.alert.alert-danger:before {
			font-family: "FontAwesome";
			content: "\f057";
			font-size: 20px;
			vertical-align: -2px;
			padding-right: 7px;
			float: left; }

.label {
	white-space: normal;
	display: inline-block;
	padding: 6px 10px; }

label {
	color: #333333; }
	label.required:before {
		content: "*";
		color: red;
		font-size: 14px;
		position: relative;
		line-height: 12px; }

.unvisible {
	display: none; }

.checkbox {
	line-height: 16px; }
	.checkbox label {
		color: #777777; }

.close {
	opacity: 1; }
	.close:hover {
		opacity: 1; }

/* ----------------------------------------------------------------------- 
								BUTTONS
------------------------------------------------------------------------- */
.button_mini,
.button_small,
.button,
.button_large,
.button_mini_disabled,
.button_small_disabled,
.button_disabled,
.button_large_disabled,
.exclusive_mini,
.exclusive_small,
.exclusive,
.exclusive_large,
.exclusive_mini_disabled,
.exclusive_small_disabled,
.exclusive_disabled,
.exclusive_large_disabled {
	position: relative;
	display: inline-block;
	padding: 5px 7px;
	border: 1px solid #cc9900;
	font-weight: bold;
	color: black;
	background: url(../img/bg_bt.gif) repeat-x 0 0 #f4b61b;
	cursor: pointer;
	white-space: normal;
	text-align: left; }

*:first-child + html input.button_mini,
*:first-child + html input.button_small,
*:first-child + html input.button,
*:first-child + html input.button_large,
*:first-child + html input.button_mini_disabled,
*:first-child + html input.button_small_disabled,
*:first-child + html input.button_disabled,
*:first-child + html input.button_large_disabled,
*:first-child + html input.exclusive_mini,
*:first-child + html input.exclusive_small,
*:first-child + html input.exclusive,
*:first-child + html input.exclusive_large,
*:first-child + html input.exclusive_mini_disabled,
*:first-child + html input.exclusive_small_disabled,
*:first-child + html input.exclusive_disabled,
*:first-child + html input.exclusive_large_disabled {
	border: none; }

/* ------------------------------------------------------------------
						hover button 
--------------------------------------------------------------------- */
.button_mini:hover,
.button_small:hover,
.button:hover,
.button_large:hover,
.exclusive_mini:hover,
.exclusive_small:hover,
.exclusive:hover,
.exclusive_large:hover {
	text-decoration: none;
	background-position: left -50px; }

.button_mini:active,
.button_small:active,
.button:active,
.button_large:active,
.exclusive_mini:active,
.exclusive_small:active,
.exclusive:active,
.exclusive_large:active {
	background-position: left -100px; }

input.button_disabled,
input.exclusive_disabled,
span.exclusive {
	border: 1px solid #cccccc;
	color: #999999;
	background: url(../img/bg_bt_2.gif) repeat-x 0 0 #cccccc;
	cursor: default; }

.btn.disabled,
.btn[disabled]:hover {
	opacity: 0.3; }

.btn.btn-default {
/*	white-space: normal;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	padding: 6px  12px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #017637;
	border: none; */}
.btn.btn-default input {
	border: none;
	background: none transparent;
	font-size: 14px;
	text-transform: uppercase;
}

.footer-container {
}
.map .panel-group {
	margin-bottom: 0;
}
.map .panel-heading {
/*	display: table;
	width: auto;
	margin: 0 auto -39px;*/
	background: none #017439;
	color: #fff;
	z-index: 10;
	position: relative;
	text-transform: lowercase;
	text-decoration: underline;
	border-radius: 0 0 0 0;
	text-align: center;
}
.map .panel-body {
	padding: 0;
}

	@media (max-width: 479px) {
		.btn.btn-default {
			font-size: 10px;
			line-height: 14px; } }
	.btn.btn-default.icon-right span {
		display: block;
		padding-right: 15px;
		position: relative; }
		.btn.btn-default.icon-right span:after {
			font-family: "FontAwesome";
			content: "\f054";
			position: absolute;
			top: 50%;
			right: 0;
			height: 30px;
			line-height: 30px;
			margin-top: -14px;
			vertical-align: middle; }
	.btn.btn-default.icon-left span {
		display: block;
		padding-left: 15px;
		position: relative; }
		.btn.btn-default.icon-left span:before {
			font-family: "FontAwesome";
			content: "\f053";
			position: absolute;
			top: 50%;
			left: 0;
			height: 30px;
			line-height: 30px;
			margin-top: -14px;
			vertical-align: middle; }
	.btn.btn-default span i.left {
		vertical-align: 0;
		margin: 0 5px 0 0;
		display: inline-block; }
	.btn.btn-default span i.right {
		margin-right: 0;
		margin-left: 5px; }
	.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:active:focus, .btn.btn-default:focus {
/*		color: #fff;
		background: #333333;
		border-color: none;
		box-shadow: none;
		outline: none;*/
	}

.btn.lnk_view i.left {
	padding-right: 8px;
	color: #777777; }

.btn.btn-sm span i, .btn-group-sm > .btn span i {
	vertical-align: 0;
	margin-right: 5px; }
	.btn.btn-sm span i.right, .btn-group-sm > .btn span i.right {
		margin-right: 0;
		margin-left: 5px; }

.link-button {
	font-weight: bold; }
	.link-button i {
		margin-right: 5px; }
		.link-button i.large {
			font-size: 26px;
			line-height: 26px;
			vertical-align: -3px;
			color: silver; }

.btn.button-plus,
.btn.button-minus {
	font-size: 14px;
	line-height: 14px;
	color: silver;
	text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
	padding: 0;
	border: 1px solid;
	border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0; }
	.btn.button-plus span,
	.btn.button-minus span {
		display: block;
		border: 1px solid white;
		vertical-align: middle;
		width: 25px;
		height: 25px;
		text-align: center;
		vertical-align: middle;
		padding: 4px 0 0 0;
		background: #1e5799;
		background: white;
		background: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fbfbfb));
		background: -webkit-linear-gradient(top, white 0%, #fbfbfb 100%);
		background: -o-linear-gradient(top, white 0%, #fbfbfb 100%);
		background: -ms-linear-gradient(top, white 0%, #fbfbfb 100%);
		background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0); }
	.btn.button-plus:hover, .btn.button-plus:active, .btn.button-plus:focus,
	.btn.button-minus:hover,
	.btn.button-minus:active,
	.btn.button-minus:focus {
		color: #333333; }
		.btn.button-plus:hover span, .btn.button-plus:active span, .btn.button-plus:focus span,
		.btn.button-minus:hover span,
		.btn.button-minus:active span,
		.btn.button-minus:focus span {
			filter: none;
			background: #f6f6f6; }

/* ----------------------------------------------------------------------
									FORM
------------------------------------------------------------------------- */
.form-control {
	padding: 3px 5px;
	height: 27px;
	-webkit-box-shadow: none;
	box-shadow: none; }
	.form-control:active, .form-control:focus {
		-webkit-box-shadow: transparent 0 0;
		box-shadow: transparent 0 0;
		border-color: #969696; }

/* ----------------------------------------------------------------------- 
								TABLE
-------------------------------------------------------------------------- */
table.std,
table.table_block {
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #999999;
	border-bottom: none;
	background: white;
	border-collapse: inherit; }

table.std th,
table.table_block th {
	padding: 14px 12px;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 black;
	background: #999999; }

table.std tr.alternate_item,
table.table_block tr.alternate_item {
	background-color: #f3f3f3; }

table.std td,
table.table_block td {
	padding: 12px;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	font-size: 12px;
	vertical-align: top; }

.table {
	margin-bottom: 30px; }
	.table > thead > tr > th {
		background: #fbfbfb;
		border-bottom-width: 1px;
		color: #333333;
		vertical-align: middle; }
		@media only screen and (max-width: 767px) {
			.table > thead > tr > th {
				padding-left: 8px; } }
	@media only screen and (max-width: 767px) {
		.table td {
			padding-left: 8px !important; } }
	.table td a.color-myaccount {
		color: #777777;
		text-decoration: underline; }
		.table td a.color-myaccount:hover {
			text-decoration: none; }
	.table tfoot tr {
		background: #fbfbfb; }

/* ----------------------------------------------------------------------------------------------
							 BLOCK .footer_links (cms pages)
------------------------------------------------------------------------------------------------- */
ul.footer_links {
	padding: 20px 0 0 0;
	border-top: 1px solid #e2e2e2;
	height: 65px; }
	ul.footer_links li {
		float: left;
		margin-bottom: 10px; }
		ul.footer_links li + li {
			margin-left: 10px; }


	.clear{clear:both}
	.bottom-footer.right{text-align:right}
	.error{position: absolute; bottom: -2px;}
	.next_link{text-align:right}
	.previous_next_links{clear:both; margin:40px 0}
	.sort-by.by-rate{margin: 6px 0;padding: 7px;background: #ffffff;/* color: red; */}
	.sort-by.by-rate a{
		color: #66ba6a;
		text-decoration:none;
	}
	.sort-by.by-rate a.sort-up{
		font-size:18px;
		text-decoration:none;
	}
	.sort-by.by-rate a.sort-down{
		font-size:18px;
		text-decoration:none;
	}


.news_cat_link.col-xs-12.col-sm-3.col-md-2.col-lg-2 {
	padding-right: 0;
}

.block.captcha .is_required.validate.account_input.form-control {
	width: 160px;
}
.comments_form textarea {
	height: 185px;
}