@charset "UTF-8";
/*

Theme Name: Уніплит
Theme URI: http://aiwe.pl/
DescriptionDescription: Шаблон для ТОВ "Уніплит"
Version: 1.0
Author: Valeriy Maksymiv
Author URI: http://aiwe.pl/

Copyright &copy; 2013 Valeriy Maksymiv


	* Gridless version 2.0

	* Credit is left inline and big thanks to Nicolas Gallagher and Jonathan Neal

	* Across this document we use safe CSS hacks: http://mathiasbynens.be/notes/safe-css-hacks
	* Selectors beggining with an underscore (_selector: property) target only IE6
	* Selectors beggining with an asterisk (*selector: property) target only IE6 and IE7
	
	
	
*/




/* HTML5 display definitions
---------------------------------------- */


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
	display: block;
}

/* Corrects inline-block not defined in IE6/7/8 and FF3 */
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

/* Ensures content is hidden from all presentations, including screenreaders */
[hidden] {
	display: none;
	visibility: hidden;
}

/* Base structure
---------------------------------------- */

/*
	* The body will work like a 'div#wrapper' (for this to work, the 'body' needs to have a set width)

	* To add a background to the PAGE, set it in the 'html' element
	* To add a background to the WRAPPER, set it in the 'body' element
*/
html {
	height: 100%;
	font-size: 100%;
	overflow-y: scroll; /* Force a scrollbar in non-IE */
	-webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
	
}

body {
	margin: 0 auto;
	min-height: 100%;
}

/* Fonts settings based on the 100E2R standard: http://www.informationarchitects.jp/en/100e2r/ */
body, button, input, select, textarea {
	font: 0.9em/1.625 'Roboto', sans-serif;
	color: #222; /* Full black on white is too much contrast, #222 is a better default */
}

/* Add and/or remove tags as your baseline grid needs */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, h4, h5, h6, img, figure, figcaption, button, hr {
	margin: 0 0 1.625em;
}

/* Headings/small
---------------------------------------- */



h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 700;
	color: #52a625;
}

h1 {
	font-size: 3.25em; 
	line-height: 1.1471em;
	margin: 0 0 0.3824em;
}

h1.title { text-transform: uppercase; }

h2 {
	font-size: 1.625em; 
	line-height: 1em;
	margin: 0 0 0.619em;
}

h3 {
	font-size: 1.25em; 
	line-height: 0.85em;
	margin: 0 0 1em;
}

small {
	font-size: 0.725em; 
	margin: 0 0 2.6em;
}

/* Preformatted text and code
---------------------------------------- */

/* Allows line wrapping of 'pre' */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre, code, kbd, samp {
	font: 1em/1.625em Menlo, Consolas, 'DejaVu Sans Mono', Monaco, 'Courier New', Courier, monospace;
}

/* Tables
---------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background: transparent;
	vertical-align: baseline;
}

th {
	text-align: left;
}

tr, th, td {
	padding-right: 1.625em;
}

#content table {
	text-align: left;
	font-size: 12px;
}



#content tr th,
#content thead th {
	font-weight: bold;
	padding: 4px 10px;
	color: #fff;
	background-color: #52a625;
	vertical-align: middle;
	line-height: 12px;
	border: 1px solid #fff;
}

#content tr  {
	background-color: #e8e8e8;
	}

#content tr td {
	border: 1px solid #fff;
	padding: 4px 10px;
}

#content tr.odd td,
#content tr:hover
 {
	background-color: #f4f5f6;
}


#content table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
}

#content td, #content th
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
}


/* Forms
---------------------------------------- */

form {
	margin: 0;
}

fieldset {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

legend {
	border: 0;
	*margin-left: -7px;
}

button, input, select, textarea {
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
	*overflow: visible;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7 */
table button, table input {
	*overflow: auto;
}

/* Quotes
---------------------------------------- */

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

blockquote, q, cite {
	font-style: italic;
}

blockquote {
	padding-left: 1.625em;
	border-left: 1px solid #ddd;
}

blockquote > p {
	padding: 0;
}

/* Lists
---------------------------------------- */

ul, ol {
	list-style-position: inside;
	padding: 0;
}

li ul, li ol {
	margin: 0 1.625em;
}

dl dd {
	margin-left: 1.625em;
}

/* Links
---------------------------------------- */

a, a:visited {
	text-decoration: none;
	color: #52a625;
}


a:focus {
	outline: thin dotted;
}

/* Better CSS outline suppression: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}

/* Figures
---------------------------------------- */

figure {
	margin: 0;
}

/* Embedded content
---------------------------------------- */

img, object, video {
	max-width: 100%; /* Automatically scales images larger than the container. Consider this first: http://unstoppablerobotninja.com/entry/fluid-images/ */
	/* _width: 100%; /* IE6 doesn't support max-width, so we just use width. If the image is larger than the container, just uncomment this. If it is smaller than the container, uncomment and change the 100% value to an absolute one */
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic; /* Improve IE's resizing of images: css-tricks.com/ie-fix-bicubic-scaling-for-images */
}

/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
	overflow: hidden;
}

/* Abbreviations
---------------------------------------- */

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

/* Marked/inserted/deleted text
---------------------------------------- */

mark {
	background: #ff0;
}

ins {
	text-decoration: none;
	background: #ff9;
}

del {
	text-decoration: line-through;
}

/* Others
---------------------------------------- */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #ddd;
}

strong, b, dt {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

var, address {
	font-style: normal;
}

/* Position 'sub' and 'sup' without affecting line-height: gist.github.com/413930 */
sub, sup {
	font-size: 0.625em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Helper classes
---------------------------------------- */

/*
	* Micro clearfix hack, more semantically titled with 'group'
	* Source: nicolasgallagher.com/micro-clearfix-hack/
*/
.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	*zoom: 1;
}







/*Based on TwentyTen */

/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: 10px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width:960px;
	border: solid 1px #ссс;
}

#content .attachment img {
	max-width: 960px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-left: 0px; 
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	text-align: center;
	margin-bottom: 20px;
}
#content .wp-caption img {
	margin: 0;
	padding:0;
}

#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#content .gallery img {
	border: none;
	margin: 0 auto 0;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
	margin-bottom: 10px;
}

#content .gallery br+br {
	display: none;
}



::selection
{
color:#fff;
background-color: #52a625;
text-shadow: none;
}
::-moz-selection
{
color:#fff;
background-color: #52a625;
text-shadow: none;
}



/* Primary styles
---------------------------------------- */




body {
	background: #ecc88c url(images/wood.jpg) center top;
}
	

.clear{
	clear: both;	
	overflow: hidden;
	height: 0px;
}


#top {
	margin: 0 auto 0;
	width: 100%;
	position: relative;
	height: auto;
}


.wrapper {
	width:80%;
	margin:0 auto 0;
	position: relative;
	background-color: white;
   -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);	
}


#fixed {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	z-index: 500;
}

#fixed_in {
	margin: 0 auto 0;
	width: 100%;
	position: relative;
	height: auto;
	z-index: 40;
}

#fixed .wrapper {
	background: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: auto;
}

#logo  {
	display: block;
	margin: 0 auto 0;
	z-index: 40;
	float: none;
	position: relative;
	background-color: white;
	width: 110px;
	height: 70px;
}

#logo #uniplyt {
	display: block;
	background: transparent url(images/uniplyt.png) center top no-repeat;
	width: 110px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
}


#flags_language_selector {
    text-align: center;
	margin: 0 auto 0;
	width: 100%;
}


#flags_language_selector img{
	  display: inline-block; 
      margin:13px 1px;
      border:1px solid #acacac;
}



	/* SEARCH */

#search {
	width:100%;
	margin:0 auto 0;
	position: relative;
	display: block;
	height: 40px;
}

#searchbox {
	font-size:12px;
	line-height: 22px;
	background-color: transparent; 
	color:#858585; 
	border: 1px solid #444;
	height:22px; 
	clear: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	width: 99%;
	}


.searchsubmit {
	width:16px; 
	height:16px; 
	border:none;
	background: transparent url("/wp-content/themes/uniplyt/images/search.png") center center no-repeat; 
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}






.tel {
	display: block;
	margin: 0 auto 20px 0;
	padding: 10px;
	height: 40px;
	width: auto;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight:300;	
	font-size: 12px;
	line-height: auto;
	letter-spacing: 1px;
	color: #666;
	clear: both;
}





.tel strong {
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}

nav {
	display: block;
	width: 100%;
	margin: 0 auto 0;
}

#accordion a {
	color: #fff;
}



#accordion p {
	display: none;
	}

#products { 
	z-index: 100;
	margin: 10px; 
}

#accordion { background-color: #52a625; width: 100%; }
#accordion ul {list-style:none;}


#accordion .frame-closed .frame-content {display:none;}
#accordion .frame-open .frame-content {display:block;}

#accordion ul  li {
   -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}


#accordion h2  {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 1;
	position: absolute; top: 0; left: 0; 
	width: 220px; 
	height: 70px; 
	margin: 0; 
	cursor: pointer; 
	text-align: right; 
	text-shadow: 0px 1px 1px #000;
   -moz-text-shadow: 0px 1px 1px #000;
   -webkit-text-shadow: 0px 1px 1px #000; 
	-webkit-transform: translateX(-100%) rotate(-90deg); -webkit-transform-origin: right top; 
	-moz-transform: translateX(-100%) rotate(-90deg); -moz-transform-origin: right top; 
	-o-transform: translateX(-100%) rotate(-90deg); 
	-o-transform-origin: right top; 
	transform: translateX(-100%) rotate(-90deg); 
	transform-origin: right top;
	}


	
#accordion h2 span {
	height: 70px; 
	display: block; 
	cursor: pointer; 
	padding-right: 5%; 
	text-align: right; 
	line-height: 28px;
	margin-top: 8px;
}



.block220 {
	width: 80%;
	margin: 10px auto 10px;
	font-size: 12px;
	line-height: 14px;
	position: relative;
}

h2.block_title {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	text-transform: uppercase;
	min-height: 40px;
	padding-left: 40px;
	position: relative;
}

.block220 .icon {
	background: left center transparent url(/wp-content/themes/uniplyt/images/icons.png) no-repeat;
	position: absolute;
	top: 4px; left: 0;
	width: 32px; 
	height: 32px;
	background-color: #ccc;
	border-radius: 16px;
}

h2.block_title a {
	color: #222;
	}

	h2.block_title a:hover {
	color: #52a625;
	}
	
h2.block_title span {
	display: block;
	position: absolute;
    top:4px;
    left:0;
	background: left center #52a625 url(/wp-content/themes/uniplyt/images/icons.png) no-repeat;
	width: 32px; 
	height: 32px;
	border-radius: 16px;
	opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}
	
h2.block_title:hover span {
	opacity: 1;
}
	
/* --- set of icons for blocks on home page --- */

.block220.company .icon, .company h2 span {
	background-position:-64px center !important;
}

.block220.quality .icon, .quality h2 span {
	background-position:-32px center !important;
}

.block220.ecology .icon, .ecology  h2 span {
	background-position:0 center !important;
}

.block220.partner .icon, .partner  h2 span {
	background-position:-96px center !important;
}




#news, #procurement {
	width: 100%;
	margin: 0px auto 0;
}



#news .title a
	{
	color: #222;
	text-decoration: underline;
	}

	
#news h2 a:hover,
#procurement h2 a:hover {
	color: #52a625;
	}

#news .entry {
	margin: 10px;
	font-size: 12px;
	line-height: 14px;
	float: left;
	clear: none;
	height: auto;
	width: 140px;
}

	
	
#procurement .entry {
	width: auto;
	height: auto;
	margin: 10px;
	font-size: 12px;
	line-height: 14px;
	clear: both;
	}

#procurement .entry p, #procurement .entry h2 {
	display: inline;
	}
	
.entry p {
	font-size: 12px;
	line-height: 14px;
}
	
.entry h2 {
	font-size: 12px;
	font-weight: 500;
}

.entry h2 a {
	color: #222;
	text-decoration: none;
	}

.entry h2 a:hover {
	color: #52a625;
	text-decoration: underline;
	}
	
#procurement .entry  a {
	color: #52a625;
	}

#procurement .entry a:hover {
	color: #222;
}	
	
	
#news h2.title,
#procurement h2.title {
	display: block;
	padding: 5px;
	margin: 10px;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	background-color: #cacdcb;
	font-weight: 300;
}

	
#procurement h2.title a {
	color: #222;
	text-decoration: underline;
	}

#procurement h2.title a:hover {
	color: #52a625;
	text-decoration: underline;
	}


	
#content .entry .post_thumb  {
	height: 140px;
	width: 140px;
	display: block;
	margin-right: 10px;
	float: left;
}

#news img {
	width: 140px;
	height: 140px;
}
	
#content .entry .post_thumb img {
	width: 140px;
	height: 140px;
}

#content .entry {
	display: block;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content .entry:hover {
	background-color: #fdfdfd;
}



#content .entry h2 {
	display: block;
	font-size: 14px;
}

#content .entry h2 a {
	color: #52a625;
}

#content .entry h2 a:hover {
	color: #868686;
}




footer {
	width: 100%;
	margin: 0 auto 0;
	background-color: #52a625;
	color: #fff;
}
	

footer a, footer a:visited{
	color: #fff;
}

footer a:hover{
	text-decoration: underline;
}

footer #logistics a:hover{
	text-decoration: none;
}

.col1 , .col2, .col3 {
	width: 140px;
	float: left;
	margin: 10px;
}

.col4, .col5 {
	width: 220px;
	float: left;
	margin: 10px;
	line-height: 14px;
	font-size: 12px;
}



footer .col5 a {
	text-decoration: underline;
}

footer .col5 a:hover {
	text-decoration: none;
}

footer .col1 ul, 
footer .col2 ul,
footer .col3 ul
 {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #454545;
	line-height: 14px;
	font-size: 12px;
}

footer .col1 ul  li,
footer .col2 ul  li,
footer .col3 ul  li
 {
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
}

footer ul.children {
	padding-left: 25px;
	list-style: square;
}

footer  h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	color: #fff;
}

#copy {
	font-size: 10px;
	padding: 10px;
}

footer #logo_white {
	display: block;
	width: 60px;
	height: 43px;
	margin-bottom: 10px;
	background: left top transparent url(/wp-content/themes/uniplyt/images/uniplyt-white.png) no-repeat;
}


footer .certification  div{
/*	background: left top transparent url(/wp-content/themes/uniplyt/images/certificates.png) no-repeat;
	width: 140px;
	height: 45px;*/
}

footer #logistics {
	background: transparent url(images/ukraine-map.png) center top no-repeat;
	width: 220px;
	height: 150px;
	position: relative;
}

footer #logistics {
	font-size: 10px;
	text-shadow:	-1px -1px 0 #52a625,
					-2px -2px 1px #52a625,
					 1px 1px 0 #52a625,
					 1px -1px 0 #52a625,
					-1px 1px 0 #52a625;
}

footer #logistics a {
	color: #fff;
}

footer #logistics a:hover {
	color: #f6f290;
}

footer #logistics #if {
	position: absolute;
	top: 66px;
	left: 0;
}

footer #logistics #if .officeicon {
	top: -6px; left: 27px;
}

footer #logistics #ky {
	position: absolute;
	top: 40px;
	left: 95px;
}

footer #logistics #ky .officeicon {
	top: -6px; left: 7px;
}

footer #logistics #kh {
	position: absolute;
	top: 46px;
	left: 165px;
}

footer #logistics #kh .officeicon {
	top: -5px; left: 10px;
}

.officeicon {
	display: block;
	cursor: pointer;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	background: #fff;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.officeicon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

footer #logistics div:hover .officeicon:after
 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 0.8;
}



h1.title  {
	margin: 10px 10px 30px 10px;
	width: auto;
	height: 220px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	position: relative;
}

h1.title a {
	color: #fff;
	background-color: #52a625;
	padding: 10px 10px 30px 10px;
	opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
	display: block;
	width: auto;
	position: absolute;
	bottom: -20px;
	left: 0px;
}


h1.title a:hover {
	opacity: 1;
}


h1.noimgh1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	margin: 10px;
}



#breadcrumbs {
	margin: 10px;
	font-size: 11px;
	color: #888;
}

#breadcrumbs  a {
	color: #888;
}

#breadcrumbs  a:hover {
	color: #52a625;
}


.dcjq-accordion, .dcjq-accordion * {
	display: none;
}


.sidebar
{
	width: 100%;
	margin: 10px;
}


.widget_title {
	width: auto;
	padding: 10px;
	background-color: #e8e8e8;
	color: #000;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
}

.widget  {
	margin: 0 20px 10px 0;
	width: auto;
}


#content {
	width: auto;
	min-width: 220px;
	margin: 10px;
}

nav .home {
	display: none;
}

.slimmenu
 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
	float: left;
}


/* ------------ item listings ------------- */

#content  ul.columns {
	width: 240px;
	list-style: none;
	margin: 0 auto 0; 
	padding: 0;
	font-size: 12px;
	text-align: center;
}

#content ul.columns li {
	width: 220px;
	margin: 10px auto 10px;
	padding: 0;
	position: relative;
	background: #e8e8e8;
	text-align: left;
	display: inline-block;
}



ul.columns li:hover {z-index: 99;}

ul.columns li img {
	width: 220px;
	height: 220px;
	position: relative;
}
ul.columns li:hover img{
z-index: 999;
}

ul.columns li .info {
	position: absolute;
	left: 0px; top: 0px;
	padding: 10px;
	width: 200px;
	height: 200px;
	overflow: hidden;
	display: none;
	background: #e8e8e8;
	font-size: 1.2em;
}
ul.columns li:hover .info {display: block;}

ul.columns li h2 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px 0;
}
ul.columns li p {padding: 0; margin: 0; font-size: 0.9em;}


ul.columns li  a {
	display: block;
	width: 220px;
	height: 220px;
	overflow: hidden;
	position: relative;
}


.rubriki h2.categories-title {
	position: absolute;
	bottom: 0;
	display: block;
	width: 200px;
	color: #fff;
	font-weight: 500;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	height: auto;
	padding: 20px 10px 20px 10px;
	z-index: 1000;
	text-shadow: 0px 1px 1px #000;
   -moz-text-shadow: 0px 1px 1px #000;
   -webkit-text-shadow: 0px 1px 1px #000;
}

.rubriki li a img {
	z-index: 10;
	position: relative;
    left: 0px;
    top: 0px;
	width: 940px;
	height: 220px;
}



.columns .zoom {
	display: block;
	width: 32px; 
	height: 32px;
	border-radius: 16px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: left top #52a625 url(/wp-content/themes/uniplyt/images/zoomin.png) no-repeat;
	z-index: 1111;
	opacity: 0;
}

.columns .fader {
	display: block;
	width: 220px;
	height: 220px;
	position: absolute;
	bottom: 0; left: 0;
	background: left top transparent url(/wp-content/themes/uniplyt/images/fader.png) repeat-x;
}




.sidebar ul, .sidebar ol {
	padding-left: 14px;
	font-size: 12px;
}

.sidebar  ul li, .sidebar  ol li {
	font-family:sans-serif;
	color:#222;
	padding-left: 0;
}

.sidebar  ul li a, .sidebar  ol li a {
	color: #52a625;
}


ul.download li {
	margin: 0;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image:url('images/pdf.gif');
}

ul.download,
ul.download li {
	margin-left: 10px;
}

.sidebar ul.download {
	padding-left: 0;
}

.sidebar li a:hover {text-decoration: underline;}


#map-canvas {
	width: 100%;
	min-height: 500px;
}





.szg-thumbs {
	width: auto;
	margin: 0 -10px auto -10px; 
	padding: 0px;
	text-align: center;
}


#content .szg-thumbs img {
	width: 220px;
	height: 220px;
	margin: 10px;
}


.sidebar .menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	font: 13px Roboto, sans-serif;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	background-color: #e8e8e8;
	cursor: pointer;
	border-bottom: 1px solid #b3b3b3;
}

.sidebar .menu, .sidebar .sub-menu  {
	margin: 0;
	padding: 0;
	border-top: 1px solid #b3b3b3;
	border-bottom: 0;
}

.sidebar .menu li a {
	padding: 10px 10px 10px 10px; 
	text-decoration:none; 
	display: block; 
	color: #222;
	font-weight: 300;
}
	
	
.sidebar .menu li.inactive-header {
	background: #e8e8e8 url(images/tria.png) right top no-repeat;
}

.sidebar .menu, .sidebar .sub-menu li.inactive-header {
	background: none;
}

.sidebar .menu li.active-header {
	background: #e8e8e8 url(images/tria.png) right top no-repeat;
	background-position: right -40px !important;
}

	
.sidebar .menu li:hover,
.sidebar .menu .current-menu-item
{
	background-color: #cecece;
}

.sidebar .menu li.current-menu-item ul.sub-menu li {
	background-color: #e8e8e8;
}

.sidebar .menu .current-menu-item:hover {
	background-color: #bcbcbc;
}

.sidebar .menu li.current-menu-parent {

}

.sidebar .menu li.current-menu-parent:hover {
	background-color: #e8e8e8;
}

.sidebar .accordion .sub-menu  {
	display: none;
}

.sidebar .accordion .open-content {
	display: block;
}

.sidebar .menu li.inactive-header > a,
.sidebar .menu li.active-header > a
{
	width: auto;
	margin-right: 40px;
	background-color: #d6d6d6;
}



.sidebar .menu li ul.sub-menu li a {
	width:auto;
}


.sidebar .menu li ul.sub-menu li:hover a

 {
	background-color: #cecece;
}


.sidebar .menu li.active-header {
	border-bottom: 0;
}

/* Media queries
---------------------------------------- */





@media only screen and (min-width: 480px) {
	/* Wide mobile (480px+) styles go here */

#logo  {
	display: block;
	margin: 0 auto 30px;
	z-index: 40;
	float: none;
	position: relative;
	background-color: white;
	width: 110px;
	height: 55px;
}
	
#logo #uniplyt {
	display: block;
	background: transparent url(images/uniplyt.png) center top no-repeat;
	width: 110px;
	height: 55px;
	overflow: hidden;
	text-indent: -9999px;
}

.wrapper {
	width:80%;
	margin:0 auto 0;
	position: relative;
}

	/* SEARCH */

#search {
	width:120px;
	margin:10px 15px;
	position: relative;
	display: block;
	float: right;
}

#searchbox {
	font-size:12px;
	line-height: 22px;
	background-color: transparent; 
	color:#858585; 
	border: 1px solid #444;
	height:22px; 
	clear: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	width: 100%;
	padding-left: 5px;
	}


.searchsubmit {
	width:16px; 
	height:16px; 
	border:none;
	background: transparent url("/wp-content/themes/uniplyt/images/search.png") center center no-repeat; 
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 5px;
}



#flags_language_selector {
    text-align: left;
	margin: 0;
	width: auto;
	float: left;
	margin: 0 10px 0 10px;
}
	
#accordion ul {
	margin: 0;
}
	
	
	
#accordion p {
	display: block;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
   -moz-text-shadow: 0px 1px 1px #000;
   -webkit-text-shadow: 0px 1px 1px #000;
	font-size: 12px;
	line-height: 14px;
}
	
#accordion .frame-content {
	display: block;
	width:80%;
	padding:10px 50px 10px;
	margin-left: 0px;
	height: 100%;
	float: left;
	position: relative;
	bottom: 0;
}




.sidebar {
	width: 100%;
	margin: 10px;
}




.block220 {
	min-width: 165px;
	width: 44%;
	margin: 10px;
	float: left;
}

h2.block_title {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}


.entry p, .entry h2 {
	display: inline;
	}

#procurement  .entry {
	margin: 10px;
	font-size: 12px;
	line-height: 14px;
	}

	

#content {
	width: auto;
	margin: 10px;
}

#content  ul.columns {
	width: auto;
	margin: 0 -10px auto -10px; 
}

#content  ul.columns li {
margin: 10px;
float: left; display: inline;
}


#content img.size-full {
	width: 480px;
}

#content .gallery .gallery-item {
	float: left;
	text-align: center;
	width: 220px;
	margin: 0px 10px 10px 10px;	
}


#content  ul.columns {
	width: 100%;
	list-style: none;
	margin: 0 auto 0; 
	padding: 0;
	font-size: 12px;
	text-align: center;
}

#content ul.columns li {
	width: 220px;
	margin: 10px;
	padding: 0;
	position: relative;
	background: #e8e8e8;
	text-align: left;
	display: block;
	float: left;
}








}



	
@media only screen and (min-width: 768px) { 
	/* Tablets/netbooks (768px+) styles go here */

nav .home {
	display: block;
}
	
.slimmenu,
nav ul.home {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
	float: left;
}
	
.dcjq-accordion, .dcjq-accordion * {
	display: block;
}
	
header {
	min-height: 95px;
}
	
	#logo  {
	display: block;
	margin: 0 auto 0;
	z-index: 40;
	float: none;
	position: relative;
	background-color: white;
	width: 110px;
	height: 55px;
}
	
	#logo #uniplyt {
	display: block;
	background: transparent url(images/uniplyt.png) center top no-repeat;
	width: 110px;
	height: 55px;
	overflow: hidden;
	text-indent: -9999px;
}


.wrapper, #fixed .wrapper  {
	width:750px;
	margin:0 auto 0;
	position: relative;
}


#top {
	margin: 0 auto 0;
	width: 100%;
	position: relative;
	height: 40px;
}


#fixed_in {
	margin: 0 auto 0;
	width: 800px;
	background: #52a625 url(images/green.png) center top;
	position: relative;
	height: 40px;
}

#logo  {
	display: block;
	margin: 0;
	margin-left: 10px;
	z-index: 40;
	float: none;
	float: left;
	background-color: white;
	width: 110px;
	height: 40px;
}


.tel {
	display: block;
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
	height: 40px;
	width: auto;
	text-align: right;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	font-weight:300;	
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #666;
	clear: none;
}



#flags_language_selector {
	height: 40px;
	text-align: left;
    margin-right: 10px;
	float: right;
	width: auto;
}



	/* SEARCH */

#search { 
	width: auto;
	display: block;
	float: right;
	height: 40px;
	margin: 0 10px 0 0;
}

#searchbox {
	font-size:12px;
	line-height: 22px;
	background-color: transparent; 
	color:#858585; 
	border: 1px solid #444;
	height:22px; 
	float: right;
	clear: none;
	font-family: Arial, Helevetica, sans-serif; 
	width: 140px;
	padding: 0 25px 0 5px;
	margin: 8px 0 0 0;
	}


.searchsubmit {
	width:16px; 
	height:16px; 
	border:none;
	background: transparent url("/wp-content/themes/uniplyt/images/search.png") center center no-repeat; 
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 12px;
}


.block220 {
	width: 166px;
	margin: 10px;
	float: left;
}

h2.block_title {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}

#news {
	width: 480px;
	float: left;
}

#procurement {
/*	width: auto;*/
	width: 268px;
	float: left;
}

#news .title,
#procurement .title {
	display: block;
	padding: 5px;
	margin: 10px;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	background-color: #cacdcb;
	font-weight: 300;
}

#news .entry, 
#procurement .entry {
	height: auto;
	float: left;
	clear: none;
	}

#news .entry {
	width: 140px;
}

#procurement .entry { 
	width: auto;
}

#news .entry .post_thumb  {
	height: 150px;
	min-width: 160px;
	display: block;
}

.sidebar {
	width: 220px;
	margin: 0px 10px 10px 10px
	float: left;
}

.widget  {
	margin: 0 0px 10px 0;
}

#content {
	width: 488px;
	margin: 10px 10px 10px 0px;
	float: right;
}


h1.title  {
	margin: 10px 10px 20px 10px;
	width: auto;
	height: 220px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	position: relative;
}

h1.title a {
	color: #fff;
	background-color: #52a625;
	padding: 10px 10px 30px 10px;
	opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
	display: block;
	width: 468px;
	position: absolute;
	bottom: -20px;
	left: 242px;
}

h1.noimgh1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	margin-left: 250px;
}


#breadcrumbs {
margin-left: 252px;
}

#content  ul.columns {
	width: 480px;
	margin: 0 -10px auto -10px;
	text-align: left;
}

#content  ul.columns li {
float: left; display: inline;
}

#content .gallery .gallery-item {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 220px;
	margin: 0 10px 10px 10px;
}

div.gal-small,
div.gal-wrap, 
div.gal-thumbnails
         { 
display: block;
}

.gallery {
/*	display: none; */
}




.szg-thumbs {
	width: 480px;
	margin: 0 -10px auto -10px; 
	padding: 0px;
	text-align: center;
}


#content .szg-thumbs img {
	width: 220px;
	height: 220px;
	margin: 10px;
	float: left;
}


#content ul.columns li {
	width: 220px;
	margin: 10px;
	padding: 0;
	position: relative;
	background: #e8e8e8;
	text-align: left;
	display: block;
	float: left;
}




}

@media only screen and (min-width: 1024px) { 
	/* Desktops (1024px+) styles go here */

#logo #uniplyt {
	display: block;
	background: transparent url(images/uniplyt.png) center top no-repeat;
	width: 110px;
	height: 55px;
	overflow: hidden;
	text-indent: -9999px;
}

.wrapper, #fixed .wrapper  {
	width:960px;
	min-width:960px;
	margin:0 auto 0;
	position: relative;
}


#top {
	margin: 0 auto 0;
	width: 100%;
	position: relative;
	height: 40px;
}


#fixed_in {
	margin: 0 auto 0;
	width: 960px;
	background: #52a625 url(images/green.png) center top;
	position: relative;
	height: 40px;
	-webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s; 
}

#logo  {
	display: block;
	margin: 0;
	margin-left: 10px;
	z-index: 40;
	float: none;
	float: left;
	background-color: white;
	width: 110px;
	height: 40px;
}


.block220 {
	width: 220px;
	margin: 10px 0 10px 10px;
	float: left;
}

h2.block_title {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}

#procurement {
	width: 480px;
	margin: 0;
	padding: 0;
	float: left;
}



#news .title,
#procurement .title {
	display: block;
	padding: 5px;
	margin: 10px;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	background-color: #cacdcb;
	font-weight: 300;
}


	
#news .entry, 
#procurement .entry {
	width: 140px;
	height: auto;
	float: left;
	margin: 10px;
	font-size: 12px;
	line-height: 14px;
	z-index: 0;
	}

#news .entry p, #news .entry h2,
#procurement .entry p, #procurement .entry h2
 {
	display: inline;
	}
	
.entry p {
	font-size: 12px;
	line-height: 14px;
}
	
#procurement .entry h2,
#news .entry h2 {
	font-size: 12px;
	font-weight: 500;
}

.entry h2 a {
	color: #222;
	text-decoration: none;
	}

.entry h2 a:hover {
	color: #52a625;
	text-decoration: underline;
	}
	
#procurement .entry  a {
	color: #52a625;
	}

#procurement .entry  a:hover {
	color: #222;
}


.entry .post_thumb  {
	height: 150px;
	width: 160px;
	display: block;
}


h1.title  {
	margin: 10px 10px 20px 10px;
	width: auto;
	height: 220px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	position: relative;
}

h1.title a {
	color: #fff;
	background-color: #52a625;
	padding: 10px 10px 30px 10px;
	opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
	display: block;
	width: 680px;
	position: absolute;
	bottom: -20px;
	left: 240px;
}

h1.noimgh1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	margin-left: 250px;
}


#breadcrumbs {
margin-left: 250px;
}

.sidebar {
	width: 220px;
	margin: 10px 10px 10px 10px;
	float: left;
}

#content {
	width: 700px;
	margin: 10px;
	float: right;
}

#content  ul.columns {
	width: 720px;
	margin: 0 -10px auto -10px; 
}


#content  ul.columns li {
float: left; display: inline;
}


#content .gallery .gallery-item {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 33%;
	margin-bottom: 5px;
}




.szg-thumbs {
	width: 720px;
	margin: 0 -10px auto -10px; 
	padding: 0px;
}

#content .szg-thumbs img {
	width: 220px;
	height: 220px;
	margin: 10px;
}




/* for high resolution display */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

#logo #uniplyt  {
    background: url(images/uniplyt@2x.png) no-repeat;
    background-size: 110px 55px;
}


footer #logo_white {
	display: block;
	width: 60px;
	height: 43px;
	margin-bottom: 10px;
	background: left top transparent url(/wp-content/themes/uniplyt/images/uniplyt-white@2x.png) no-repeat;
	background-size: 60px 43px;
}


footer .certification  div{
	background: left top transparent url(/wp-content/themes/uniplyt/images/certificates@2x.png) no-repeat;
	background-size: 140px 45px;
}

footer #logistics {
	background: transparent url(/wp-content/themes/uniplyt/images/ukraine-map@2x.png) center top no-repeat;
	background-size: 220px 150px;
}

.block220 .icon {
	background: left center #ccc url(/wp-content/themes/uniplyt/images/icons@2x.png) no-repeat;
	background-size: 128px 32px;
	position: absolute;
	top: 4px; left: 0;
	width: 32px; 
	height: 32px;
	background-color: #ccc;
	border-radius: 16px;
}
	
h2.block_title span {
	background: left center #52a625 url(/wp-content/themes/uniplyt/images/icons@2x.png) no-repeat;
	background-size: 128px 32px;
	display: block;
	position: absolute;
    top:4px;
    left:0;
	width: 32px; 
	height: 32px;
	border-radius: 16px;
	opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

.block220.company .icon, .company h2 span {
	background-position:-64px center !important;
}

.block220.quality .icon, .quality h2 span {
	background-position:-32px center !important;
}

.block220.ecology .icon, .ecology  h2 span {
	background-position:0 center !important;
}

.block220.partner .icon, .partner  h2 span {
	background-position:-96px center !important;
}





	
}



/* Print styles
---------------------------------------- */

/* Print styles inlined to avoid extra HTTP connection */

@media print {
	* {
		background: transparent !important;
		color: black !important; /* Black prints faster: sanbeiji.com/archives/953 */
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/* Do not show javascript and internal links */
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""; 
	}

	/* Printing Tables: css-discuss.incutio.com/wiki/Printing_Tables */
	thead {
		display: table-header-group;
	}

	tr, img {
		page-break-inside: avoid;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}

