/* Global Reset & Standards ---------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {}
body {
    background: #ffffff;
    color: #4d4d4d;
	font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 100%;
    font-weight: normal;
    font-style: normal;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

::-webkit-selection {
	color: #ffffff;
	background: #227a2e;
}
::-moz-selection {
	color: #ffffff;
	background: #227a2e;
}
::selection {
	color: #ffffff;
	background: #227a2e;
}

@media screen and (orientation: landscape) {
    html, body {
        -webkit-text-size-adjust: 100%; /* 2 */
        -ms-text-size-adjust: 100%; /* 2 */
        -moz-text-size-adjust: 100%; /* 2 */
        text-size-adjust: 100%; /* 2 */
    }
}
html, body{
    height: 100%;
}
/* Misc ---------------------- */
.left { float: left; }
.right { float: right; }
.clear{
    clear: both;
}

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.regular { font-weight: normal !important; }
.bold { font-weight: bold !important; }
.w700 { font-weight: 700 !important; }
.uppercase { text-transform: uppercase !important; }

.no-marg { margin: 0 !important; }
.no-marg-top { margin-top: 0 !important; }
.no-marg-right { margin-right: 0 !important; }
.no-marg-bottom { margin-bottom: 0 !important; }
.no-marg-left { margin-left: 0 !important; }

.no-padd { padding: 0 !important; }
.no-padd-top { padding-top: 0 !important; }
.no-padd-right { padding-right: 0 !important; }
.no-padd-bottom { padding-bottom: 0 !important; }
.no-padd-left { padding-left: 0 !important; }

.overflow-x-yes { overflow-x: visible !important; }
.overflow-y-yes { overflow-y: visible !important; }
.overflow-yes { overflow: visible !important; }
.overflow-no { overflow: hidden !important; }

/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

/* The Grid ---------------------- */
.row {
    width: 100%;
    margin: 0 auto;
}
.row.collapse .column,
.row.collapse .columns {
    padding: 0;
}
.row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -6px;
}
.row .row.collapse {
    margin: 0;
}

.column, .columns {
    float: left;
    min-height: 1px;
    padding: 0 6px;
    position: relative;
}
.column.centered, .columns.centered {
    float: none;
    margin: 0 auto;
}

[class*="column"] + [class*="column"]:last-child { float: right; }
[class*="column"] + [class*="column"].end { float: left; }

.half, .row .half { width: 4.166665%; }
.one, .row .one { width: 8.33333%; }
.two, .row .two { width: 16.66667%; }
.three, .row .three { width: 25%; }
.four, .row .four { width: 33.33333%; }
.five, .row .five { width: 41.66667%; }
.six, .row .six { width: 50%; }
.seven, .row .seven { width: 58.33333%; }
.eight, .row .eight { width: 66.66667%; }
.nine, .row .nine { width: 75%; }
.ten, .row .ten { width: 83.33333%; }
.eleven, .row .eleven { width: 91.66667%; }
.twelve, .row .twelve { width: 100%; }

.row .offset-by-one { margin-left: 8.33333%; }
.row .offset-by-two { margin-left: 16.66667%; }
.row .offset-by-three { margin-left: 25%; }
.row .offset-by-four { margin-left: 33.33333%; }
.row .offset-by-five { margin-left: 41.66667%; }
.row .offset-by-six { margin-left: 50%; }
.row .offset-by-seven { margin-left: 58.33333%; }
.row .offset-by-eight { margin-left: 66.66667%; }
.row .offset-by-nine { margin-left: 75%; }
.row .offset-by-ten { margin-left: 83.33333%; }
.row .offset-by-eleven { margin-left: 91.66667%; }

.push-one { left: 8.33333%; }
.pull-one { right: 8.33333%; }
.push-two { left: 16.66667%; }
.pull-two { right: 16.66667%; }
.push-three { left: 25%; }
.pull-three { right: 25%; }
.push-four { left: 33.33333%; }
.pull-four { right: 33.33333%; }
.push-five { left: 41.66667%; }
.pull-five { right: 41.66667%; }
.push-six { left: 50%; }
.pull-six { right: 50%; }
.push-seven { left: 58.33333%; }
.pull-seven { right: 58.33333%; }
.push-eight { left: 66.66667%; }
.pull-eight { right: 66.66667%; }
.push-nine { left: 75%; }
.pull-nine { right: 75%; }
.push-ten { left: 83.33333%; }
.pull-ten { right: 83.33333%; }
.push-eleven { left: 91.66667%; }
.pull-eleven { right: 91.66667%; }

img {
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

.orangetext { color: #f1c805 !important; }

/* micro clearfix */
.row { *zoom: 1; }
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after { clear: both; }
a{
	color: #227a2e;
    text-decoration: underline;
}
a:hover{
	color: #4d4d4d !important;
}
textarea{
    resize: none;
    overflow: auto;
}
/*container*/
#container{
    min-height: 100%;
    /*min-width: 996px;*/
    min-width: 972px;
}
.whitebox{
	background: #fff;
	border: none;
}

.nowrap {white-space:nowrap;}

/*font sizes*/
.f8 {font-size:8px;}
.f9 {font-size:9px;}
.f10 {font-size:10px;}
.f11 {font-size:11px;}
.f12 {font-size:12px;}
.f13 {font-size:13px;}
.f14 {font-size:14px;}
.f15 {font-size:15px;}
.f16 {font-size:16px;}
.f17 {font-size:17px;}
.f18 {font-size:18px;}
.f19 {font-size:19px;}
.f20 {font-size:20px;}
.f21 {font-size:21px;}
.f22 {font-size:22px;}
.f23 {font-size:23px;}
.f24 {font-size:24px;}
.f25 {font-size:25px;}
.f26 {font-size:26px;}
.f27 {font-size:27px;}
.f28 {font-size:28px;}
.f29 {font-size:29px;}
.f30 {font-size:30px;}
.f31 {font-size:31px;}
.f32 {font-size:32px;}
.f33 {font-size:33px;}
.f34 {font-size:34px;}
.f35 {font-size:35px;}
.f36 {font-size:36px;}
.f37 {font-size:37px;}
.f38 {font-size:38px;}
.f39 {font-size:39px;}
.f40 {font-size:40px;}
.f41 {font-size:41px;}
.f42 {font-size:42px;}
.f43 {font-size:43px;}
.f44 {font-size:44px;}
.f45 {font-size:45px;}
.f46 {font-size:46px;}
.f47 {font-size:47px;}
.f48 {font-size:48px;}
.f49 {font-size:49px;}
.f50 {font-size:50px;}

.pad5 {padding:0 5px;}
.pad6 {padding:0 5px;}
.pad7 {padding:0 7px;}
.pad7 {padding:0 8px;}
.pad10 {padding:0 10px;}
.pad12 {padding:0 12px;}
.pad20 {padding:0 20px;}

.mar5 {margin-bottom:5px;}
.mar10 {margin-bottom:10px;}
.mar14 {margin-bottom:14px;}
.mar20 {margin-bottom:20px;}

/*header*/
.t-header{
	color: #000;
	background-color: #fff;
	background-image: url('../images/sky.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	line-height: 80% !important;
}
.t-header td{
	padding: 20px;
	vertical-align:top;
}
.t-header td.logo a img{
	max-width: none;
}
.bigphone{
	letter-spacing: -2px;
}
.t-header td a{
	color: #227a2e;
}
.blue{
	color: #2CA1F3 !important;
}
.t-header .contact{ padding-top: 20px; line-height: 140%;}
.t-header .contact a, .t-header .lang a{ display: inline-block; text-decoration: none; }
.dashed{ border-bottom: 1px dashed; }

.t-header .lang{ display: table; height:100%; background:#1B2F5E; margin-top:-12px; padding:10px; }
.t-header .flags{ margin-top: 10px; }
.t-header .flags a{ margin-right: 17px; }
.t-header .flags a:last-child{ margin-right: 0px; }

/*menu*/
.t-menu{
	width: 100%;
	background: none;
	color: #333;
	border-bottom: 10px solid #227a2e;
}
.t-menu td{
	text-align: center;
	padding: 0;
}
.t-menu td.menu-div{
	width: 1px;
	background: none;
}
.t-menu td a{
	display: inline-block;
	width: 100%;
	padding: 15px;
	color: #000;
	text-decoration: none;
	line-height: 110%;
	-webkit-transition: all 0.1s linear 0.1s;
	-moz-transition: all 0.1s linear 0.1s;
	-o-transition: all 0.1s linear 0.1s;
	transition: all 0.1s linear 0.1s;
	border-radius: 5px 5px 0 0;
}
.t-menu td a:hover, .t-menu td a.current{
	background: #227a2e;
	color: #fff !important;
}

/*filials*/
.t-filials td{
	border-left: 5px solid #227a2e;
	padding: 10px 25px 10px 10px;
	color: #4d4d4d;
	-webkit-transition: all 0.1s linear 0.1s;
	-moz-transition: all 0.1s linear 0.1s;
	-o-transition: all 0.1s linear 0.1s;
	transition: all 0.1s linear 0.1s;
}
.t-filials td:hover, .t-filials td.current{
	background: #227a2e;
	color: #ffffff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.t-filials td span{
	color: #000000;
}
.t-filials td em{
	font-style: normal;
	color: #227a2e;
}
.t-filials td:hover em, .t-filials td.current em{
	color: #f1c805;
}
.t-filials td a{
	text-decoration: none;
}
.t-filials td:hover a, .t-filials td.current a{
	color: #ffffff;
}
.t-filials td a:hover{
	color: #f1c805 !important;
}

/*search*/
.search{
	display: table;
	width: 100%;
    background: #e8e8e8;
    background: -webkit-linear-gradient(#e8e8e8, #cecccb);
    background: -o-linear-gradient(#e8e8e8, #cecccb);
    background: -moz-linear-gradient(#e8e8e8, #cecccb);
    background: linear-gradient(#e8e8e8, #cecccb);
	padding: 20px;
	border-top: 5px solid #f1c805;
	border-bottom: 5px solid #227a2e;
}
.search .subheader{
	padding: 12px 10px 12px 60px;
	background: url('../images/ico-phone.png') no-repeat;
}
form.f-search{
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}
form.f-search .search-text{
	padding-left: 32px;
}
form.f-search .search-text input{
	width:100%;
	height: 40px;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	background: #ffffff;
	padding-left: 10px;
	font-style:italic;
}
form.f-search .submit{
	background: #3a3a3a;
    background: -webkit-linear-gradient(#3a3a3a, #4d4d4d);
    background: -o-linear-gradient(#3a3a3a, #4d4d4d);
    background: -moz-linear-gradient(#3a3a3a, #4d4d4d);
    background: linear-gradient(#3a3a3a, #4d4d4d);
	border-radius: 5px;
	height: 40px;
	padding: 0 30px;
	color: #ffffff;
	border: 0;
	cursor: pointer;
}

/*sidebar form*/
.sidebarform span {
	color: #227a2e;
}
.sidebarform form {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}
.sidebarform form input[type="text"]{
	width:48%;
	height: 40px;
	border: 1px solid #9c9c9c;
	border-radius: 5px;
	background: #ffffff;
	padding-left: 10px;
	margin-right: 5px;
	font-style:italic;
}
.sidebarform form input[type="submit"]{
	background: #3a3a3a;
    background: -webkit-linear-gradient(#3a3a3a, #4d4d4d);
    background: -o-linear-gradient(#3a3a3a, #4d4d4d);
    background: -moz-linear-gradient(#3a3a3a, #4d4d4d);
    background: linear-gradient(#3a3a3a, #4d4d4d);
	border-radius: 5px;
	height: 40px;
	padding: 0 30px;
	color: #ffffff;
	border: 0;
	cursor: pointer;
}
.sidebarform ul.list {
	margin: 10px 0 0 0 !important;
}
.sidebarform ul.list li {
	background: none !important;
	border-bottom: 1px solid #dcdcdc;
	padding: 6px 0;
	margin: 0 !important;
}
.sidebarform ul.list li:first-child {
	border-top: 1px solid #dcdcdc;
}
.sidebarform ul.list li:nth-child(odd) {
	background-color: #efefef !important;
}
.sidebarform ul.list li label {
	
}

/*social box*/
.social{
	text-align: center;
	padding: 20px 0;
}
.social a img{
	width: 40px;
	height: auto;
	margin-right: 10px;
}
.social a:last-child img{
	margin-right: 0;
}

/*used list*/
.useditem {
	position: relative;
}
.useditem h3.title {
	font-size: 22px;
	color: #227a2e;
	margin: 4px 0;
}
.useditem a img {
	width: 100%;
	height: auto;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s ease 0.1s;
	-moz-transition: opacity 0.3s ease 0.1s;
	-o-transition: opacity 0.3s ease 0.1s;
	transition: opacity 0.3s ease 0.1s;
	border: 1px solid #e3e3e3;
}
.useditem:hover a img {
	opacity: 1;
}
.useditem .param {
	font-size: 12px;
}
.useditem .value {
	font-size: 12px;
	font-weight: bold;
}
.useditem .price {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #ffffff;
	font-size: 16px;
	color: #227a2e;
	padding: 6px 12px;
	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}
.useditem:hover .price {
	background: #227a2e;
	color: #ffffff;
}
.useditem .waiting {
	position: absolute;
	top: 14px;
	right: 20px;
	background: #cc0000;
	font-size: 14px;
	color: #fff;
	padding: 4px 8px;
}

/*product page*/
.usedprice {
	background: #227a2e;
	color: #ffffff;
	font-size: 16px;
	padding: 8px 12px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 0;
}
.usedprice small {
	font-size: 12px;
	color: #f1c805;
}
.usedDetails .param, .usedDetails .value {
	display: inline-block;
	margin: 4px 0;
}
.usedDetails .value {
	color: #227a2e;
}
.usedContent {
	font-size: 14px;
	line-height: 140%;
}
.usedContent p {
	text-indent: 0;
}
.usedTable {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 14px;
}
.usedTable tr td {
	padding: 5px;
	border-bottom: 1px solid #dcdcdc;
}
.usedTable tr:first-child td {
	border-top: 1px solid #dcdcdc;
}
.usedTable tr:nth-child(odd) {
	background-color: #efefef !important;
}

/*categories*/
.categories_outer{
	background: #227a2e;
	padding: 5px;
	margin-bottom: 10px;
}
.categories{
	display: table;
	width: 100%;
	background: #fff url('../images/categories_bg.jpg') repeat-x;
	/*border-bottom: 1px solid #b3b3b3;*/
}
.categories div.caticon{
	display: table-cell;
	width: 13.7% !important;
	min-width: 132px;
	float: left;
	margin: 10px 4px 0 0;
	color: #333;
	text-align: center;
	text-decoration: none;
	padding-bottom: 20px;
	border-bottom: 10px solid #fff;
	cursor: pointer;
}
.categories div.caticon:last-child{
	margin-right: 0;
}
.categories div.caticon p{
	height: 20px;
}
.categories div.caticon:hover{
	color: #006699;
	border-bottom: 10px solid #227a2e;
	background: url('../images/cat-arrow.png') no-repeat 50% 100%;
}
.categories .subcategories{
	visibility: hidden;
	position: absolute;
	left: 8px;
	margin-top: 30px;
	z-index: 999;
	background: #227a2e;
	padding: 20px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease 0.1s;
	-moz-transition: opacity 0.5s ease 0.1s;
	-o-transition: opacity 0.5s ease 0.1s;
	transition: opacity 0.5s ease 0.1s;
	text-align: left;
}
.categories div.caticon:hover .subcategories{
	visibility: visible;
	opacity: 1;
}
.categories .subcategories ul{
	float: left;
	list-style: none;
}
.categories .subcategories ul li{
	list-style: none;
	background: url('../images/list-arrow.png') no-repeat 0 3px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.categories .subcategories ul li a{
	color: #ccccff;
	text-decoration: none;
}
.categories .subcategories ul li a:hover{
	color: #fff !important;
	text-decoration: underline;
}
/*homenews*/
.newsbottom{
	background-color: #e8e8e8;
}
.news{
	min-width: 30%;
	padding: 20px;
	border-right: 2px solid #d4d4d4;
}
.newsbottom .news:last-child{
	border-right: none;
}
.news .img{
	float: left;
	margin-right: 10px;
}
.news .img img{
	border-radius: 5px;
}
.news .text{
	line-height: 110%;
}
.news .text h4{
	margin-bottom: 5px;
	font-weight: normal;
	color: #000;
	line-height: 120%;
}
.news .text a{
	color: #227a2e;
}
/*banners*/
.banners a.banner{
	display: block;
	width: 100%;
	height: 180px;
	text-decoration: none;
	border-radius: 5px;
}
/*agronews*/
.agronews{
	padding: 12px;
}
.agronews h3{
	color: #227a2e;
	font-weight: normal;
	margin-bottom: 12px;
}
.agronews a{
	color: #333;
}
.agronews span{
	color: #999;
}
/*list-logos*/
.list-logos{
	margin-top: 10px;
	text-align: center;
	background: url(../images/logos_bg.jpg) repeat-x 0 100%;
	padding-bottom: 20px;
}
.list-logos img{
	/*padding: 5px 1%;*/
	/*padding: 5px 10px;*/
}
/*footer*/
footer{
	background: none;
}
footer h3{
	color: #227a2e;
	font-weight: normal;
}
.footer-wrap{
    background: #acacac;
    background: -webkit-linear-gradient(#acacac, #cbcbcb);
    background: -o-linear-gradient(#acacac, #cbcbcb);
    background: -moz-linear-gradient(#acacac, #cbcbcb);
    background: linear-gradient(#acacac, #cbcbcb);
}
#footer-wrap{
	z-index: 1;
	width: 100%;
}
.footer{
	position: relative;
	height: 50px;
	color: #4d4d4d;
	font-size: 11px;
}
.footer_inner{
	position: relative;
	padding-left: 270px;
	height: 100%;
}
.nav_footer a.r{text-align: right;}
.nav_footer a.l{text-align: left;}
.nav_footer{
   display: table;
   margin-bottom: 22px;
   padding-top: 12px;
   width: 100%;
   text-align: justify;
   font-size: 12px;
   font-weight: bold;
   text-align-last: justify;
}
.nav_footer a{
	/*display: table-cell;*/
	text-align: center;
	color: #333;
}
.copy{
	position: absolute;
	top: 18px;
	left: 0;
	padding-left: 74px;
	font-size: 11px;
	background: url(../images/logo-small.png) no-repeat 0 3px;
}
.copy a{
	color: #227a2e;
}
.copy .pixyspace{
	padding-left: 10px;
}
.copy .pixyspace img{
	width: 12px;
	vertical-align: middle;
}

.width-ico{background: url(../images/icons_blue.png) no-repeat;}
.width-ico-sm{background: url(../images/icons-sm.png) no-repeat;}
.ico-phone_black{background-position: 0 -440px;}
.t-footer_contact{width: 100%; height: 100%; font-size: 11px;}
.t-footer_contact td{/*width: 33.3%;*/}
.t-footer_contact .width-ico{
	padding-top: 8px;
	padding-left: 30px;
	min-height: 40px;
}
.t-footer_contact .width-ico-sm{
	padding-top: 8px;
	padding-left: 30px;
	min-height: 40px;
}
.t-footer_contact .ico-lock{background-position: 0 -296px;width:120px;} 
.t-footer_contact .ico-email{ background-position: 0 -72px;}
.t-footer_contact .bigmir{padding-right: 10px;}
.t-footer_contact .pseudo_link:hover{color: #227a2e;}
.footer-bottom{}
.footer-bottom, .footer-bottom a{ color: #666;font-size: 11px; font-weight: bold;}
.footer-bottom .t-footer_contact td{padding-top: 7px;}
.footer-bottom .developer{margin: 0 5px;}
.r{ text-align: right; }

#pppreview{
	position:absolute;
	border:1px solid #ccc;
	background:#fff;
	padding:3px;
	display:none;
	color:#fff;
	z-index:9999;
}

.gallery_holder{}
.gallery_holder a{display:inline-block;margin:0 10px 10px 0;}
.gallery_holder a img{border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;-webkit-border-radius: 5px 5px 5px 5px;}

.breadcrumbs{}
.breadcrumbs strong{color: #333333;}
.pictures a{display:inline-block;margin:0 16px 14px 0;vertical-align:top;text-align:center;width:230px;text-decoration:none}
.subcats a{display:inline-block;margin:0 16px 14px 0;vertical-align:top;text-align:center;width:133px;text-decoration:none; line-height: 98% !important;}
.pictures img, .subcats img{display:block}

#farmSitemap div{width:25%;float:left;text-align:left;}
#farmSitemap h2{margin:0 0 .5em;font-size:18px;}
#farmSitemap ul{font-size:14px;padding:0;margin:0;}
#farmSitemap li{list-style:normal;padding:0 18px 4px 0;margin:0 18px;height:auto;text-align:left;line-height:16px;white-space:normal;}
#farmSitemap .distant{width:50%;}
#farmSitemap .distant li{padding-bottom:8px;}

#regcodeNotification{min-width:420px !important;}
#regcodeNotification p{margin:1em 0;}
#regcodeNotification a{cursor:pointer}

ul.yellow{
	list-style: none;
}
ul.yellow li{
	background-image: url('../images/list-bullet.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 4px;
	padding: 3px 0 3px 26px;
}
ul.yellow li ul li{
	background-image: none;
	padding-left: 0;
}

.usedZoom #productPreview img.zoomImg{
	max-width: 100%;
	max-height: auto;
}