@charset "utf-8";
/*---------------------------General Clases---------------------------------------*/
body {
font-family:Arial, Helvetica, sans-serif;
color:#111111;
font-size:14px;
padding:0;
margin:0;
background: #f0eeef url(images/bg_pchela.png) bottom right no-repeat;
}
/*table style*/
table {
background: rgba(225, 225, 255, 0.2);
border:1px solid #cccccc;
border-right:none;
border-bottom:none;
}
td {padding:3px 8px; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc;}
td a {}
td p { margin:0; padding:0;}
tr {}
/* End table style*/

h3, h4, h5, h6, body, form, ul {margin:0; padding:0; list-style-type:none;}
h1 {font-size:38px;}
h2 {font-size:36px}
h3 {font-size:18px; font-weight:normal; margin:0 0 5px 0;}
h4 {font-size:32px;}
h5 {font-size:28px;}
h6 {font-size:26px;}
h1, h2, h3, h4, h5 {padding:8px 0;}
.left {float:left;}
.right {float:right;}
.sp { clear:both;/* MOD*/}
.spLeft {clear:left;/* MOD*/}
.spRight {clear:right;}
a img{border:0;}

form .textbox {
background:#FEFEFE;
border:1px solid #e3e3e3;
padding:10px;
margin:0 0 15px 0;
-webkit-transition-property: background;
-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: ease;
-moz-transition-property: background;
-moz-transition-duration: 0.5s;
-moz-transition-timing-function: ease;
-o-transition-property: background;
-o-transition-duration: 0.5s;
-o-transition-timing-function: ease;
-ms-transition-property: background;
-ms-transition-duration: 0.5s;
-ms-transition-timing-function: ease;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
}
form .textbox:hover {background: #f0f0f0;}
form .textbox label {padding:0 20px 0 0;}
form .textbox input, form .textbox textarea {
background:none;
width:97%;
padding:0;
font-size:14px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
border:none;
outline:none;
}
form .submit {
border:none;
padding:8px 20px;
font-size:16px;
color:#ffffff;
margin-bottom:10px;
font-weight: normal;
cursor:pointer;
background:#356e11;
background: linear-gradient(#aac829, #356e11);
background: -o-linear-gradient(#aac829, #356e11);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#356e11), to(#aac829));
background: -webkit-linear-gradient(#aac829, #356e11);
background: -moz-linear-gradient(#aac829, #356e11);
background: -ms-linear-gradient(#aac829, #356e11);
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
}
form .submit:hover {
color:#ffffff;
background:#aac829;
background: linear-gradient(#356e11, #aac829);
background: -o-linear-gradient(#356e11, #aac829);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aac829), to(#356e11));
background: -webkit-linear-gradient(#356e11, #aac829);
background: -moz-linear-gradient(#356e11, #aac829);
background: -ms-linear-gradient(#356e11, #aac829);
}

.rss{
background:#f4f4f4 url(images/rss.png) 8px 6px no-repeat;
padding:0 0 0 55px;
height:42px;
display:block;
font-size:12px;
line-height:42px;
color:#111111;
text-decoration: none;
text-transform:uppercase;
font-weight: normal;
border:1px solid #e4e4e4;
-webkit-transition-property: background;
-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: ease;
-moz-transition-property: background;
-moz-transition-duration: 0.5s;
-moz-transition-timing-function: ease;
-o-transition-property: background;
-o-transition-duration: 0.5s;
-o-transition-timing-function: ease;
-ms-transition-property: background;
-ms-transition-duration: 0.5s;
-ms-transition-timing-function: ease;
}
.rss:hover {background:#e6e6e6 url(images/rss.png) 8px 6px no-repeat;}
/* FIX IE7*/
html* {z-index:2;}
#navigation * {z-index:3;}


#container {
width:970px;
margin:30px auto;
padding: 22px 30px 30px 30px;
background:#ffffff;
border:1px solid #dbd7cc;
border-radius:12px;
-moz-border-radius:12px;
-webkit-border-radius:12px;
-khtml-border-radius:12px;
}
/* BEGIN HEADER */

#header {verflow:hidden;}
#header  #logo {
float:left;
background: url(../images/logo.png) no-repeat;
width:300px;
height:82px;
padding:0;
}
#header  #logo a {/*color:#ff0000;*/}
#header .right {
float:right;
color:#356e11;
font-size:12px;
font-weight:bold;
line-height:1.5;
text-transform:uppercase;
text-align:right;
margin-top:8px;
}
#header .right strong { font-weight:normal; font-size:20px; line-height:1.2;}


/* BEGINA NAVIGATION */
.dropdown {
display:block;
background: url(images/bg_topmenu.png) repeat-x;
/*background: linear-gradient(#aac829, #356e11);*/
height:58px;
margin-top:20px;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
}
ul.dropdown {position: relative; font-size:16px; z-index:98;}
ul.dropdown li { float: left; zoom: 1;}
ul.dropdown a:hover	{color: #ffffff;}
ul.dropdown a:active {color: #ffffff;}
ul.dropdown li a { 
display: block; 
padding: 19px 25px;
border-left: 1px solid #356e11;
color: #ffffff;
text-decoration: none;
text-transform:uppercase;
}
ul.dropdown li:last-child a {border-right: none;}
/* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover {color:#f0b577; position: relative;}
ul.dropdown li.hover a {color:#f0b577;}
/* LEVEL TWO */
ul.dropdown ul {
visibility: hidden; 
position: absolute; 
top: 100%; 
left: 0; 
z-index:99;
background:#356e11;
padding-bottom:5px;
border-radius: 0 0 8px 8px;
-moz-border-radius:0 0 8px 8px;
-webkit-border-radius:0 0 8px 8px;
-khtml-border-radius:0 0 8px 8px;
}
ul.dropdown ul li {
font-weight: normal; 
float: left;
color: #ffffff;
padding:0;
margin:0;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a	{
border-right: none; 
width: 100%; 
display: inline-block;
width: auto;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;

background-image:none;
border-bottom:1px solid #ffffff;
width: 180px;
background: #356e11 !important;
padding:8px 12px;
}
ul.dropdown ul li a:hover {color:#ffffff;}/* LEVEL THREE*/
ul.dropdown ul ul {left: 100%; top: 0;}
ul.dropdown li:hover > ul { visibility: visible; }
ul.dropdown ul li {display: inline; width: 100%;} /* IE */

ul.dropdown #no-icons a { border:none;}
ul.dropdown .first a {color:#f8c600;}
ul.dropdown .last a  {color:#f8c600;}
ul.dropdown .default a {color:#f8c600;}
/* end header gorizontal menu*/


/* BEGIN SEARCH */
#search {
width:230px;
height:34px;
background:#cccccc;
margin-bottom:25px;
position:relative;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
}
#search .submit {
position:absolute;
width:19px;
height:30px;
background:url(images/bSearch.png) left top no-repeat;
left: 205px;
top: 10px;
border:0;
cursor:pointer;
}
#search .text {
position:absolute;
background:none;
border:0;
width: 180px;
height:28px;
font-size:14px;
font-style:italic;
margin: 2px 10px 0 10px;
color:#000000;
outline:none;
}


/* BEGIN SIDEBAR */
#sidebar {
float: left;
width:230px;
padding-right:30px;
}
#sidebar .box {margin-bottom:32px;}
#sidebar .box em{
font-size:12px;
display:block;
color:#356e11;
margin:0 0 3px 0;
}
#sidebar .box em b{
font-size:12px;
color:#000000;
font-style:normal;
float:right
}
#sidebar ol {
color:#356e11;
font-size:12px;
margin:0;
padding:20px 20px 6px 29px;
font-weight:bold;
}
#sidebar ol li{padding:0 0 16px 3px;}
#sidebar ol li a{
color:#356e11;
font-size:12px;
text-decoration:none;
line-height:162%;
font-weight:normal;}
#sidebar ol li a:hover{color:#000000;}

.box .content div {float:none; margin:0; padding:2px;}
.box .content div a {color: #356e11;}
#sidebar .box .title span {
display:block;
color:#356e11;
text-transform:uppercase;
font-size:14px;
font-weight: bold;
padding: 2px 15px;

}
#sidebar .box .title {
background: #cccccc;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
}
#sidebar .box ul {padding:8px 5px;}
#sidebar .box ul li {
padding:1px 0;
border-top:1px dotted #cccccc;
background:url(images/main_menu_marker.gif) left center no-repeat;
}
#sidebar .box ul .first {border:0;}
#sidebar .box ul li a {
padding:8px 15px;
display:block;
color:#000000;
text-decoration:none;
font-size:14px;
}
#sidebar .box ul li a:hover{color:#356e11;}
#sidebar .box ul li .active{color:#356e11;}
#sidebar .box ul li.last {/* MOD */border-bottom:0px;}
#sidebar #icons {text-align:left; padding-left:32px;}
#sidebar #icons img {}
#block_m {margin-left:-10px;}


/* BEGIN CONTENT */
#main {margin:30px 0;}
#content {
float: right;
width:710px;
padding:0;
min-height:640px;
overflow:hidden;
}
#content h2{color:#000000; font-size:26px; font-weight:normal;}
#no_sidebar_content {min-height:640px;}
#content a, #no_sidebar_content a{color:#000000;}
#content a:hover, #no_sidebar_content a:hover{color:#000000; text-decoration:none}
#title {
font-size:24px;
font-weight:normal;
padding:5px 0 0 0;
margin-bottom:0px;
margin-top:-5px;
}
#detail{
line-height:1.5;
margin-bottom:30px;
font-size:14px;
margin:0;
}
.homepage_widget{
line-height:1.2;
font-size:14px;
margin-top:-7px;
overflow:hidden;
height:100%;
margin-bottom:30px;
}
.line{border-bottom:1px solid #E3E3E3; padding-bottom:32px;}
.homepage_widget p{float:left; margin:0 0 0 10px; text-align:center;}
.homepage_widget .first{margin-left:0;}
.homepage_widget .image{
display:block;
background:#fefefe;
text-align:center;
padding:1px;
border:1px solid #e3e3e3;
}
.homepage_widget img{}
#content .homepage_widget p a{color:#111111; text-decoration:none}
#content .homepage_widget p a:hover{color:#01a0d4;}
#content ul{ margin:0 0 5px 20px; list-style:disc}
#content ul li{ margin:0 0 5px 0;}
.comments{}
.comments .comment{ background: rgba(255,255,255,0.3);  padding:15px;}
.comments .next_row{background: rgba(255,255,255,0.5);}
.comment_info{ overflow:hidden; height:30px;}
.comment_info b{ float:left; color:#0dd1fb;}
.comment_info span{ float:right; font-weight:bold; font-size:12px;}
.comment_form_info{ overflow:hidden; height:100%}
.comment_form_info .textbox{ float:left; width:300px;}
.comment_form_info .textbox_spacer{ float:left; width:18px; height:1px;}
.comment_form_info .captcha{ width:100px;}

#post {margin-bottom:10px;}
#post h2 {font-size:18px; font-family:Arial, Helvetica, sans-serif; margin:0 0 10px 0; padding:0; }
.errors{ color:#F00}

#titleExt {background:#e9e9e9; padding:8px 15px; margin-bottom:32px;}
#titleExt h5{font-size:16px; font-weight:normal; padding:2px 0 0 10px;}
#titleExt h1{font-size:16px; font-weight:normal; padding:2px 0 0 10px; margin:0;}
#titleExt a {color:#000000; text-decoration:none;}
#titleExt a:hover {color:#e38e07;}
#titleExt .ext {color:#000000;}
#titleExt .right {font-size:14px;padding:7px 0 0 0;}
#titleExt .right span {text-decoration:underline; color:#000000; font-weight:bold;}
#titleExt .right .date {/* MOD*/text-decoration:none;}


/* START MOD GALARY */
ul.products li .image {
display:block;
margin:0;
padding:0;
text-align:center;
float:left;
}
ul.products li .name {font-size:16px; padding-top:5px;clear:both;}
ul.products li .name a {text-decoration:none; color:#111111;}
ul.products li .name a:hover {color:#3e3e3e;}
ul.products li {
float:left;
width:200px;
margin:5px 5px;
display:block;
overflow:hidden;
}
ul.thumbs li {float:left; margin:5px 5px; display:block;}
ul.products .last{ margin-right:0;}
ul.products li .price {font-size:14px; color:#ebb100;}
ul.products li.last {margin:5px 5px;/*MOD*/}
#gallery_latest_images{text-align:center;}
#gallery_latest_images a{margin:15px 0 0px 0; display:block;}
/* END MOD GALARY */
#images-widgets {
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
}
#gopages {
font-size:14px;
color:#333333;
word-spacing:2px;
text-align:right;
border-top:1px solid #e6e6e6;
padding:32px 0 0 0;
}
#gopages a {color:#333333; text-decoration:none;}
#gopages a:hover {text-decoration:underline;}
#gopages .prev {margin:0 10px 0 0;}
#gopages .next {margin:0 0 0 10px;}
#gopages img {vertical-align:middle;}
#gopages a.current {text-decoration:underline;}
#gopages a.current:hover {text-decoration:none;}


/* BEGIN FOOTER */
#footer {
/*background: linear-gradient(#aac829, #356e11);*/
background: url(images/bg_footer.png) repeat-x;
margin:0;
padding:20px 30px;
color:#ffffff;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
text-transform:uppercase;
}
#footer .left {font-size:13px; line-height:1.8; font-style: normal;}
#footer .left a {color:#ffffff; text-decoration:none;}
#footer .left a:hover {text-decoration: underline;}

#footer .left .web-studio {font-size:13px;}
#footer .left .web-studio a {text-decoration:none;}
#footer .left .web-studio strong {color:#f0b577;}
#footer .left .web-studio a:hover {text-decoration: underline;}

ul#soc {margin:5px 0;float: right;}
ul#soc li {
padding: 0;
display: inline-block;
*display: inline; /* IE 7 and below */
position: relative;
margin-left: 3px;
margin-right: 3px;
width: 37px;
height: 37px;
}
ul#soc li img {
width: 37px;
position: absolute;
top: 0;
left: 0;
padding: 0;
margin: 0 5px 0 0;
border: none;
}

#contact{ overflow:hidden; height:100%}
#contact .right {width:425px; float:right;}
#contact .right #title{
background:none;
padding:0;
font-size:16px;
font-weight:normal;
text-transform:uppercase;
color:#356e11;
margin:7px 0 0 0;
padding-bottom:18px;
}
#contact .right #detail{
line-height:175%;
margin-bottom:32px;
padding-bottom:32px;
font-size:13px;
border:none;
}
#contact .left {width:470px;/* MOD */}
#contact .left #title {
background:none;
padding:0;
font-size:16px;
font-weight:normal;
text-transform:uppercase;
color:#356e11;
margin:7px 0 0 0;
padding-bottom:15px;
}
#contact .left #detail{
line-height:175%;
margin-bottom:32px;
padding-bottom:32px;
font-size:13px;
border:none;
}
#titleExt .right {width:auto;/* MOD */}
/*blogs styles*/
#bloglinks {
width:auto;
margin-top: 50px;
padding:0 0 10px 0;
clear:both;
background:#eeeeee;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
box-shadow:inset 2px 2px 2px #dedede;
}
#blogdalee {
float:right;
margin:-20px 5px 0 0;
padding: 5px 10px 5px 10px;
background:#356e11;
background: linear-gradient(#aac829, #356e11);
background: -o-linear-gradient(#aac829, #356e11);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#356e11), to(#aac829));
background: -webkit-linear-gradient(#aac829, #356e11);
background: -moz-linear-gradient(#aac829, #356e11);
background: -ms-linear-gradient(#aac829, #356e11);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
#blogdalee a {color:#ffffff; text-decoration:none;}
#blogdalee a:hover {color:#e5e5e5;}
#blogdalee:hover {
color:#ffffff;
background:#aac829;
background: linear-gradient(#356e11, #aac829);
background: -o-linear-gradient(#356e11, #aac829);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aac829), to(#356e11));
background: -webkit-linear-gradient(#356e11, #aac829);
background: -moz-linear-gradient(#356e11, #aac829);
background: -ms-linear-gradient(#356e11, #aac829);
}
#blogcoments {padding:10px 0 0 8px; width:150px;}
#blogcoments a {color:#b35d79; text-decoration:none;}
#blogcoments a:hover {color:##f0b577; text-decoration: underline;}
/*end blogs styles*/



.grid-wrap {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-gap: 10px !important;
}

.grid-item {
    
}
.grid-item .img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}







