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, sub, sup, tt, var,
 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {	
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	line-height: 1;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

ul.sidebar-menu a.aselected {
	font-weight: bold;	
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*******************************GENERAL***begin**********************************/
html,body {
	height: 100%;	
}

body {
	background: url(../img/wall.jpg) 0 0 repeat;
	color: #000;	
}

.wrapper1 {
	min-height: 100%;
	margin-bottom: -100px;	
}

.wrapper2 {
	padding-bottom: 100px;	
}

.content-holder {
	position: relative;
	min-width: 960px;
	max-width: 1300px;
	padding: 0 20px;
	margin: auto;	
}
/*******************************GENERAL******end*******************************/

/*******************************HEADER******begin*******************************/

.header .content-holder {
	padding-top: 170px;		
} 

.header .logo {
	position: absolute;
	left: 12px;
	top: 20px;
}	

.top-menu {
	position: absolute;
	top: 87px;
	right: 20px;	
	display: table;
}

.top-menu li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #48a93c;
	position: relative;
}

.top-menu li > div:after {
	content:'|';
	color: #76bf6d;
	font-size: 1.2em;	
}

.top-menu li:last-child > div:after {
	display: none;	
}

.top-menu a {
	display: inline-block;
	color: #fff;	
	height: 55px;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
	padding: 0 19px;
	font-weight: 300;
}


.top-menu a .fa {
	font-size: 1.5em;
	position: relative;
	top: 2px;
	padding: 0 5px;
}

.top-menu a:hover {
	text-decoration: underline;
	//color: #d7e6d6;
}

.top-phone {
	position: absolute;
	right: 300px;
	top: 36px;	
	font-size: 1.1em;
}

.top-phone .fa {
	color: #48a93c;
	margin-right: 5px;
	position:relative;
	top: 1px;
}

.top-mail {
	position: absolute;
	right: 20px;
	top: 36px;	
	font-size: 1.1em;
}

.top-mail a {
	color: #000;	
	border-bottom: 1px solid #777;
}

.top-mail a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;	
}

.top-menu li:first-child a:hover {
	color: #fcf300;	
}

.top-mail .fa {
	color: #48a93c;
	margin-right: 5px;
	position:relative;
	top: 1px;
}

.top-menu ul { 
	display: none;	
}

.top-menu li:hover ul {
	display: block;	
}

.top-menu ul {
	position: absolute;
	top: 46px;
	left: -1px;
	width: 120%;
	z-index: 1000;
	background: rgba(0,0,0,0.8);
		padding: 5px 20px;
}

.top-menu ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
	background: none;
	border-bottom: 1px dashed #494949;
	height: auto;
	//vertical-align: middle;
}

.top-menu ul li:last-child {
	border:none;
}

.top-menu ul li a {
	text-transform: none;
	display: inline-block;
	line-height: 40px;
	vertical-align: middle;
	line-height: 40px;
	height: 40px;
	border: none;
	text-align: left;
}
	
	

.cat-menu:after {
	content:'';
	display: block;
	clear: both;	
}

.cat-menu {
	padding-bottom: 30px;	
	list-style: none;
}


.cat-menu li {
	float: left;
	width: 24.8%;
	position: relative;
	text-align: center;
	margin-right: 0.265%;
}

.cat-menu li:nth-child(4n+4) {
	margin-right: 0;
}	

.cat-menu li img {
	width: 100%;	
	vertical-align: middle;
}


.cat-name {
	position: absolute;
	width: 50%;
	left: 8%;
	top: 16%;
	text-align: left;
	color: #fff;
	font-weight: 300;
	font-size: 1.5em;
	text-decoration: none;
}

.cat-name:hover {
	text-decoration: none;
}

.cat-cat {
	position: absolute;
	bottom: 10%;
	left: 8%;
	display: inline-block;
	font-size: 1.1em;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	padding: 0 30px;
	border: 1px solid #fff;		
}

.cat-menu li:hover .cat-cat {
	text-decoration: underline;
}	
/*******************************HEADER******end*******************************/

/***********************SLIDER begin******************************************/
.main-slider {
	position: relative;	
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	margin-bottom: 1px
}

.rslides li{
	width: 100%;
	overflow: hidden;
}
.main-slider:after {
	content:'';
	display: block;
	clear: both;	
}

.main-slider img{
	width: 100%;
}


#unique-pager {
	position: absolute;
	top: 70%;
	width: 100%;
	left: 0;
	margin:  auto;	
	z-index: 1000;
}

.rslides_tabs {
	min-width: 960px;
	max-width: 1060px;
	padding: 0 20px;
	margin: auto;		
	z-index: 1000;
	list-style: none;
}

.rslides_tabs li {
	float: left;	

	margin-right: 5px;
	position: relative;
}

.rslides_tabs li a{
	text-indent: -999px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #fff;
	display: block;	
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.rslides_tabs li.rslides_here:after {
	content:'';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #48a93c;
		-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: absolute;
top: 5px;
left: 5px;
}



/***********************SLIDER end******************************************/

/******************************MAIN-CONTENT***begin**********************************/

.main-content {
	background: rgba(255,255,255,0.4);	
	min-height: 100px;	
	padding-bottom: 40px;
	color: #575757;
}

.content-columns:after {
	content: '';
	display: block;
	clear: both;	
}

.content-col-left {
	float: left;
	width: 48%;	
	margin-right: 2%;
}

.content-col-right {
	float: left;	
	width: 50%;	
}

.content-col-right .top-phone,
.content-col-right .top-mail {
	position: static;	
	color: #333;
	margin-bottom: 10px;
	display: block;
}

.cont-map {
	position: relative;	
}

.cont-map img{
	width: 100%;	
}

a.see-map {
	position: absolute;
	margin-top: -25px;
	top: 50%;
	right: 15%;
	display: inline-block;	
	height: 50px;
	line-height: 50px;
	background: url(../img/icon-pointer.png) 25px center no-repeat #48a93c;
	color: #fff;
	text-decoration: none;
	padding: 0 30px 0 60px;
}

a.see-map:hover {
	text-decoration: underline;
}
/******************************MAIN-CONTENT end**************************************/

/******************************PRODUCTS***begin**********************************/

.products:after {
	content: '';
	display: block;
	clear: both;	
}

.products li {
	float: left;
	
	width: 16%;
	text-align: center;	
	padding-left: 2.5%;
	padding-right: 2.5%;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}

.prod-wrap {
	padding-bottom: 50px;	
	position: relative;
}

.right-border {
	top: 0;
	height: 400px;
	position: absolute;
	right: 0;
	width: 2px;
	border-right: 1px solid	#c0c0c0;
}

.products li:nth-child(5n + 5) + li {
	clear: both;	
}

.products li:first-child,
.products li:nth-child(5n + 5) + li{
		margin-left: 0;
		padding-left: 0;
}
.products li:nth-child(5n + 5){
		margin-right: 0;
		padding-right: 0;
}

.products li:nth-child(5n + 5) .right-border {
	border: none;
}
 

.products li img {
	width: 100%;

}

.cat-header {
	padding-top: 30px;
	font-size: 1.4em;
	font-weight: 300;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c0c0c0;
	color: #000;
}

.prod-name {
	display: inline-block;
	margin-top: 5px;
	color: 	#26711d;
	font-size: .9em;
	text-decoration: underline;

}

.prod-price {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 50%;	
	color: #606060;
	font-weight: bold;
}

.prod-price span {
	font-weight: 300;	
}

.see-more {
	display: block;	
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 50%;	
	color: #fff;
	background: #26711d;
	font-weight: 300;
	font-size: .9em;
}

.see-more:hover {
	text-decoration: underline;
}


.prod-columns:after {
	content: '';
	display: block;	
	clear: both;
}

.section-left {
	float: left;
	width: 33%;
	margin-right: 2%;	
}

.section-right {
	float: left;
	width: 65%	
}

.p-img-holder img {
	max-width: 100%;
}	

.p-imgs {
	margin-top: 10px;
	list-style: none;
}	

.p-imgs:after {
	content:'';
	display: block;
	clear: both;
}

.p-imgs li {
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 10px;
}	

.p-imgs li  img{
	width: 100%;
}

.text-filters td {
	height: 25px;
	line-height: 25px;	
}

.text-filters td:first-child {
	font-weight: bold;	
}

.text-filters td:first-child:after {
	content: ':';	
	padding-right:3px;
}

.text-filters a {
		color: 	#26711d;
	text-decoration: underline;
}

.product-price {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 1.3em;

	padding: 0 50px;
	background: #48a93c;	
	text-shadow: 0px 2px 0px rgba(150, 150, 150, 0.6);
}

.make-order {
	
		display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #787878;
	font-size: 1.2em;
	cursor: pointer;
	padding: 0 50px;
	background: #dadada;	
	margin-left: 10px;
	
}

.make-order:hover {
	color: #fff;
	background: #48a93c;	
}

.cl-order-panel {
	padding-top: 20px;	
}

.cl-order-panel input[type='text']{
	width: 250px;
	padding: 0 10px;
	background: #fff;
	font-size: .9em;
	outline: none;
	height: 40px;
	margin: 5px 0;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;	
}


.cl-order-panel textarea{
	width: 250px;
	padding: 10px;
	background: #fff;
	font-size: .9em;
	outline: none;
	height: 120px;
	margin: 5px 0;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;	
}

#send-mess {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
	background: #48a93c;
	cursor: pointer;
	margin-top:5px;	
}

#send-mess:hover {
	background:#ffc600;
}

/******************************PRODUCTS end**************************************/


/******************************DEAFULT FORMAT***begin**********************************/
.default-format h2 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;	
}

.default-format p {
	margin:10px 0;
}

.default-format {
	line-height: 1.3;
	margin: 50px 0 0 0;
}

.default-format strong,
.default-format b {
	font-weight: bold;
}

.default-format ul { 
   list-style-type: disc; 
   list-style-position: inside; 
   margin: 10px 0 10px 0;
}
.default-format ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
.default-format ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
	  margin-left: 15px;
}
.default-format ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.default-format ul li {
	line-height: 1.5;
	margin-left: 10px;
}

/******************************DEAFULT FORMAT***end**********************************/



/***********SINGLE PAGE*************/

.cl_pager li a:hover {
	text-decoration: underline;
}

.cl_breadcrumb:after {
	content:'';
	display: block;
	clear: both;
}

.cl_breadcrumb li {
	float: left;
	padding-right: 6px;
	margin: 10px 0;
	color: #0390B2;
}

.cl_breadcrumb li a {
	color: #0390B2;
	text-decoration: none;
	font-size: .9em;
}

.cl_breadcrumb li a:hover {
	text-decoration: underline;
}


.cl-content-block:after {
	content:'';
	display: block;
	clear: both;
}


.cl_page_img_full {
	float: left;
	margin: 0 30px 20px 0;
}

/***********SINGLE PAGE end*************/
/******************************FOOTER***begin**********************************/
.footer {
	background: rgba(255,255,255,0.4);	
}

.footer .content-holder{
	height: 100px;	
	color: #888888;
	font-size:.8em;
}

.f-border {
		border-top: 1px solid #c3c3c3;
}

.foot-logo {
	position: relative;
	left: -3px;
	top: 7px;	
}


.copy {
	position: absolute;
	top: 35px;
	line-height: 1.5;	
	left: 150px;
}

.footer-menu {
	position: absolute;
	height: 1em;
	top: 50%;
	margin-top: -0.5em;
	right: 20px;	
	display: table;
}

.footer-menu li{
	display: table-cell;
	height: 1em;
	vertical-align: middle;
	text-align: center;
}

.footer-menu li:after {
	content:'/';
	color: #2d2d2d;	
}

.footer-menu li:last-child:after {
	display: none;	
}

.footer-menu a {
	display: inline-block;
	color: #7f7f7f;	
	height: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	padding: 0 10px;
}

.footer-menu a:hover {
	text-decoration: underline;
}
.footer-menu ul {
	display: none;	
}




/*******************************FOOOTER******end*******************************/
.center{
	text-align: center;
}
.cl_pager:after{
	display: block;
	clear: both;
	content: '';
}
.cl_pager{
	display: inline-block;
	list-style: none;
}
.cl_pager li{
	float: left;
	margin: 0 5px;
}
.cl_pager li a{
	color: #26711d;
	display: inline-block;
	font-size: 18px;
	padding: 5px 7px;
	border: 1px solid rgba(38, 113, 29, 0.71);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.banner_home{
	line-height: 1;
	padding: 10px 0;
}
.cl_pager li a.current{
	pointer-events: none;
	color: #444;
	text-decoration: none;
}
.cl_pager li a.current:hover{
	text-decoration: none;
}