/*!
Theme Name: Noxudol
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: noxudol
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Noxudol is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

/*
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
*/

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}










/*background: url('../images/head_bck.png') repeat-x;*/
/*div {margin: -1px; border:1px red solid;}*/

body {background:#ffffff; font-family:myriad pro, arial, sans-serif; font-size:14px; color:#333333;}
h1, h2, h3, h4, h5, h6, p {margin:0; padding:0;}
div.clear {clear:both; height:0px; width:100%; overflow:hidden;}
a {color:#0095d7; text-decoration:underline;}
a:visited {color:#6a00e2; text-decoration:underline;}
a:hover {opacity:0.9;}





@media only screen and (min-width: 982px) {
	div#top {width:100%; background: url('images/top.gif') repeat-x top;}
	div#middle {margin:auto; width:982px;}
	div#header {width:982px; height:86px;}
	div#header_left {float:left; width:380px; height:86px; padding:0;}
	div#header_left_top {height:54px; padding:5px 0 0 0;}
	div#header_left_bot {height:27px;}
	div#header_left_bot h1 {color:#ffffff; font-size:15px; font-weight:normal;}
	div#header_right {float:left; width:602px; height:86px;}
	div#header_right_top {width:592px; height:34px; text-align:right; padding:0 10px 25px 0;}
	div.menu-menu-1-container {width:100%;}
	div#header_right_top ul.menu {margin:0; padding:0; list-style-type:none; display:inline-block; text-align:right;}
	div#header_right_top ul.menu li {display:inline; font-family:arial; font-size:12px; color:#cccccc; margin:0 8px;}
	div#header_right_top ul.menu li a {font-family:arial; font-size:12px; color:#cccccc; text-decoration:none;}
	div#header_right_bot {width:584px; height:27px; text-align:right; padding:0 18px 0 0;}
/*	div#header_right_bot h1 {color:#ff0000; text-transform:uppercase; font-weight:bold; font-size:21px; font-family:arial;}*/
	div#header_right_bot div#headphones {font-size:12px; color:#cccccc; padding:3px 0 0 0;}
	div#header_right_bot div#headphones a {font-size:12px; color:#cccccc; text-decoration:none;}
	
	div#topmenu {width:972px; height:57px; padding:0 5px 18px 5px; background: url('images/topmenu.png') no-repeat;}
	div#topmenu ul.menu {margin:0; padding:0; list-style-type:none; display:flex; justify-content:center;}
	div#topmenu ul.menu li {text-align:center;}
	div#topmenu ul.menu li span {display:block; background: url('images/topmenu_span.gif') no-repeat; width:2px; height:57px;}
	div#topmenu ul.menu li hr.mhm-menu-separator {display:block; background: url('images/topmenu_span.gif') no-repeat; width:2px; height:57px; margin:0;}
	div#topmenu ul.menu li a {color:#000000; font-size:14px; text-decoration:none; font-family:arial; padding:15px 30px 0 30px; display:block; height:42px;}
	div#topmenu ul.menu li.current-menu-item a, div#topmenu ul.menu li.current-menu-parent a {font-weight:bold;}
	
	div.noxudol-cart {text-align:right; padding:0 0 10px 0;}
	a.noxudol-cart {display:inline-block; background:#000000; color:#ffffff; text-decoration:none; padding:5px 10px;}

	div#slider {width:982px; height:409px; padding:0 0 30px 0; position:relative;}
	div#slides img {border-radius:5px; overflow:hidden;}
	div#slides ul.slidesjs-pagination {margin:0; padding:0; list-style-type:none; position:relative; bottom:90px; left:90%; z-index:999;}
	div#slides ul.slidesjs-pagination li {display:block; float:left; width:14px; height:14px; margin:0 3px;}
	div#slides ul.slidesjs-pagination li a {display:block; float:left; width:14px; height:14px; background: url('images/slider/pagination.png') no-repeat 0px 0px; text-indent:-9999999px;}
	div#slides ul.slidesjs-pagination li a.active {background-position:0px -14px;}
	div#slides div.oneslide {position:relative; border-radius:5px; overflow:hidden;}
	div#slides div.oneslide span {position:absolute; display:block; border-bottom-left-radius:5px; border-bottom-right-radius:5px; overflow:hidden; bottom:0px; width:942px; background: url('images/slider/span.png') repeat; color:#ffffff; font-size:21px; text-transform:uppercase; font-weight:bold; font-family:arial; padding:10px 20px 10px 20px;}

	div#homemenu {width:982px; padding:0 0 23px 0; text-align:center;}
	div#homemenu ul.menu {margin:0; padding:0; list-style-type:none;}
	div#homemenu ul.menu li {display:inline-block; margin:0 15px 2px 0; width:317px; height:158px;}
	div#homemenu ul.menu li a {display:block; float:left; width:175px; height:130px; padding:22px 0 6px 142px; text-decoration:none; text-transform:uppercase; font-size:16px; font-weight:bold; color:#000000; text-align:center;}
	div#homemenu ul.menu li a span {}
	div#homemenu ul.menu li.item1 a {background: url('images/item1.png') no-repeat 0px 22px; width:205px; height:95px; padding:57px 0 6px 112px;}
	div#homemenu ul.menu li.item2 a {background: url('images/item2.png') no-repeat 0px 21px; width:175px; height:95px; padding:57px 0 6px 142px;}
	div#homemenu ul.menu li.item3 a {background: url('images/item3.png') no-repeat 0px 15px; width:187px; height:85px; padding:67px 0 6px 130px;}
	div#homemenu ul.menu li.item4 a {background: url('images/item4.png') no-repeat 0px 0px; width:205px; height:95px; padding:57px 0 6px 112px;}
	div#homemenu ul.menu li.item5 a {background: url('images/item5.png') no-repeat 0px 15px; height:85px; padding:67px 0 6px 142px;}
	div#homemenu ul.menu li.item6 {margin:0;}
	div#homemenu ul.menu li.item6 a {background: url('images/item6.png') no-repeat 0px 15px; width:197px; height:85px; padding:67px 0 6px 120px;}

	div#nosolvents {width:982px; height:82px; padding:0 0 22px 0; background: url('images/nosolvents.png') no-repeat;}

	div#introduce {background:#f0f0f0; border-radius:5px; padding:29px 17px 3px 17px; margin:0 0 23px 0;}
	div#introduce img {margin:0 0 0 10px; float:right;}
	div#introduce h3 {font-weight:bold; font-size:16px; color:#cc0000;}
	div#introduce p {margin:5px 0 25px 0;}
	div#introduce p.introduce-image {height:0px; margin:0; padding:0;}



	/*Catalogue*/
	div#central {margin:0; padding:0;}
	div#central h1 {text-align:center; text-transform:uppercase; color:#ff0000; font-weight:bold; font-size:21px; margin:10px 0 20px 0;}
	div.onetype h2 {display:block; background:#000000; color:#ffffff; font-size:16px; font-weight:bold; text-transform:uppercase; font-family:arial; padding:0 0 0 18px; cursor:pointer; margin:0 0 23px 0;}
	div.onetype h2.red {color:#ff0000;}
	div.onetype h2 span {display:inline-block; background: url('images/onetype_left.png') no-repeat left center; padding:0 0 0 35px;}
	div.onetype h2 span span {display:inline-block; background: url('images/onetype_right.gif') no-repeat right center; padding:7px 45px 7px 0;}
	div.onetype h2.red span span {background: url('images/onetype_right_red.gif') no-repeat right center;}

	div.onetype_good {width:472px; height:196px; float:left; border:1px #ff0000 solid; border-radius:5px; margin-right:34px; margin-bottom:25px;}
	div.onetype_good_right {margin-right:0px;}
	div.onetype_good_photo {float:left; width:140px; height:168px; padding:4px 5px 4px 5px; text-align:center;}
	div.onetype_good h3 {color:#ff0000; font-size:16px; font-weight:bold; text-transform:uppercase; font-family:arial; margin:10px 0 10px 0;}
	div.onetype_good h3 a {color:#ff0000; font-size:16px; font-weight:bold; text-transform:uppercase; font-family:arial; text-decoration:none;}
	div.onetype_good_text {color:#000000; font-size:14px; font-family:arial; padding:0 10px 0 0;}
	div.onetype_good_price {color:#006600; font-size:14px; font-family:arial; padding:0;}
	a.onetype_good_readmore {display:inline-block; margin:7px 0 3% 0; padding:7px 10px; border-radius:5px; font-size:14px; background:#ff0000; color:#ffffff; font-style:italic; font-family:arial; text-decoration:none;}



	div#map_canvas {width:100%; height:400px;}



	/*Product*/
	div#product_left {float:left; width:236px; padding:0 0 50px 0;}
	div#product_left ul.menu {margin:0; padding:0; list-style-type:none;}
	div#product_left ul.menu > li {display:block; width:236px; margin:0 0 12px 0;}
	div#product_left ul.menu > li > span {display:block; width:212px; background:#000000; color:#ff0000; text-transform:uppercase; font-size:12px; font-family:arial; font-weight:bold; padding:10px 12px 10px 12px; cursor:pointer;}
	div#product_left ul.menu li ul {margin:10px 12px 10px 12px; padding:0; list-style-type:none;}
	div#product_left ul.menu li ul li a {text-transform:uppercase; text-decoration:none; font-family:arial; font-size:12px; color:#333333; font-weight:bold;}
	div#product_left ul.menu li ul li.active a {text-transform:uppercase; color:#ff0000;}
	div#product_right {float:left; width:726px; padding:0 0 50px 20px;}
	div#product_right_left {float:left; width:217px; padding:0 15px 0 0;}
	div#product_right_right {float:left; width:494px; font-family:arial; font-size:15px; color:#000000;}
	div#product_right_right h2 {margin:0 0 10px 0; padding:0; color:#ff0000; font-size:16px; text-transform:uppercase; font-weight:bold; font-family:arial;}
	div#product_right_right p {margin:0 0 10px 0;}
	div#product_right_right p.nalichie {margin:0; color:#006600; font-weight:bold;}
	div#product_right_right p.nalichie_net {margin:0; color:#ff0000; font-weight:bold;}
	div#product_right_right p.nalichie_code {margin:0; font-weight:bold;}
	td.nalichie_table_code {font-weight:bold; padding:0 0 0 20px;}



	div.list_partnership_partner {border:1px #ff0000 solid; border-radius:7px; padding:20px 30px; font-size:16px;}
	div.list_partnership_partner_name {color:#ff0000; font-size:21px; font-weight:bold; margin:0 0 10px 0;}
	div.list_partnership_partner_url {margin:15px 0 0 0;}
	div.list_partnership_partner_url a {font-style:italic; color:#ff0000; text-decoration:none;}
	h4.partnership {color:#ff0000; font-weight:bold; font-size:20px; margin:0 0 15px 0;}


	a.shop {display:inline-block; margin:0 0 15px 0; text-decoration:none; color:#ffffff; text-transform:uppercase; background:#990000; padding:7px 15px; border-radius:5px;}
	a.shop_inside {display:inline-block; margin:10px 0 15px 0; text-decoration:none; color:#ffffff; background:#990000; padding:7px 15px; border-radius:5px;}


	div#footer_top_wide {width:100%; background:#f0f0f0; padding:0; border-top:6px #ff0000 solid;}
	div#footer_top {margin:auto; width:982px; background:#f0f0f0; display:flex; justify-content:center;}
	div#footer_top ul.menu {margin:0 20px 0 20px; padding:0; list-style-type:none; display:flex; justify-content:center;}
	div#footer_top ul.menu ul {margin:5px 0 0 0; padding:0; list-style-type:none;}
	div#footer_top ul.menu li {line-height:13px; text-align:center;}
	div#footer_top ul.menu li hr.mhm-menu-separator {display:block; background:#ffffff; width:2px; height:57px; margin:0;}
	div#footer_top ul.menu li a {color:#000000; font-size:14px; text-decoration:none; font-family:arial; padding:15px 30px 0 30px; display:block; height:42px;}
	div#footer_top ul.menu li.current-menu-item a, div#topmenu ul.menu li.current-menu-parent a {font-weight:bold;}
	div#footer_bot_wide {padding:8px 0px; background:#000000;}
	div#footer_bot {margin:auto; width:982px; background:#000000; text-align:left; font-size:14px; font-family:arial; color:#ffffff;}
	div#footer_bot a {font-size:14px; font-family:arial; color:#ffffff; text-decoration:none;}
}


@media only screen and (max-width: 981px) {
	div#header {background:#000000;}
	div#header_in {background: url('images/top.gif') repeat-x bottom;}
	div#header_left {width:100%; text-align:center;}
	div#header_left_top {height:74px; padding:5px 0 0 0;}
	div#header_left_top a {width:267px; height:46px; display:block; margin:auto;}
	div#header_left_bot {height:47px;}
	div#header_left_bot h1 {color:#ffffff; font-size:15px; font-weight:normal;}
	div#header_right {text-align:center;}
	div#header_right_top, div.menu-menu-1-container {text-align:center;}
	div.menu-menu-1-container {margin:0 auto;}
	div#header_right_top ul.menu {margin:0 auto; padding:0; list-style-type:none; text-align:center;}
	div#header_right_top ul.menu li {display:inline; font-family:arial; font-size:12px; color:#cccccc; margin:0 8px;}
	div#header_right_top ul.menu li a {font-family:arial; font-size:12px; color:#cccccc; text-decoration:none;}
	div#header_right_bot {text-align:center; padding:20px 10px;}
/*	div#header_right_bot h1 {color:#ff0000; text-transform:uppercase; font-weight:bold; font-size:21px; font-family:arial;}*/
	div#header_right_bot div#headphones {font-size:12px; color:#cccccc; padding:5px 0 0 0;}
	div#header_right_bot div#headphones a {font-size:12px; color:#cccccc; text-decoration:none;}
	
	div#topmenu {padding:0 0 18px 0; background: url('images/topmenu.png') no-repeat center top; text-align:center;}
	div#topmenu ul.menu {margin:0 auto; padding:0; list-style-type:none; display:flex;}
	div#topmenu ul.menu li {display:inline-block; text-align:center;}
	div#topmenu ul.menu li span {display:none;}
	div#topmenu ul.menu li hr.mhm-menu-separator {display:none;}
	div#topmenu ul.menu li a {color:#000000; font-size:14px; text-decoration:none; font-family:arial; padding:14px 10px 0 10px; display:inline-block; height:35px;}
	div#topmenu ul.menu li.current-menu-item a, div#topmenu ul.menu li.current-menu-parent a {font-weight:bold;}
	
	div.noxudol-cart {text-align:right; padding:0 0 10px 0;}
	a.noxudol-cart {display:inline-block; background:#000000; color:#ffffff; text-decoration:none; padding:5px 10px;}
	
	div#slider {padding:0 0 30px 0; position:relative;}
	div#slides img {border-radius:5px; overflow:hidden;}
	div#slides ul.slidesjs-pagination {margin:0; padding:0; list-style-type:none; position:relative; bottom:60px; left:80%; z-index:999;}
	div#slides ul.slidesjs-pagination li {display:block; float:left; width:14px; height:14px; margin:0 3px;}
	div#slides ul.slidesjs-pagination li a {display:block; float:left; width:14px; height:14px; background: url('images/slider/pagination.png') no-repeat 0px 0px; text-indent:-9999999px;}
	div#slides ul.slidesjs-pagination li a.active {background-position:0px -14px;}
	div#slides div.oneslide {position:relative; border-radius:5px; overflow:hidden;}
	div#slides div.oneslide span {position:absolute; display:block; border-bottom-left-radius:5px; border-bottom-right-radius:5px; overflow:hidden; bottom:0px; width:942px; background: url('images/slider/span.png') repeat; color:#ffffff; font-size:17px; text-transform:uppercase; font-weight:bold; font-family:arial; padding:5px 10px 5px 10px;}
	
	div#homemenu {padding:0 0 23px 0; text-align:center;}
	div#homemenu ul.menu {margin:0; padding:0; list-style-type:none;}
	div#homemenu ul.menu li {display:inline-block; margin:0 7px 2px 7px; width:317px; height:158px;}
	div#homemenu ul.menu li a {display:block; width:175px; height:130px; padding:22px 0 6px 142px; text-decoration:none; text-transform:uppercase; font-size:16px; font-weight:bold; color:#000000; text-align:center;}
	div#homemenu ul.menu li a span {}
	div#homemenu ul.menu li.item1 a {background: url('images/item1.png') no-repeat 0px 22px; width:205px; height:95px; padding:57px 0 6px 112px;}
	div#homemenu ul.menu li.item2 a {background: url('images/item2.png') no-repeat 0px 21px; width:175px; height:95px; padding:57px 0 6px 142px;}
	div#homemenu ul.menu li.item3 a {background: url('images/item3.png') no-repeat 0px 15px; width:187px; height:104px; padding:48px 0 6px 130px;}
	div#homemenu ul.menu li.item4 a {background: url('images/item4.png') no-repeat 0px 0px; width:205px; height:85px; padding:67px 0 6px 112px;}
	div#homemenu ul.menu li.item5 a {background: url('images/item5.png') no-repeat 0px 15px; height:85px; padding:67px 0 6px 142px;}
	div#homemenu ul.menu li.item6 a {background: url('images/item6.png') no-repeat 0px 15px; width:197px; height:85px; padding:67px 0 6px 120px;}
	
	div#middle button.navbar-toggler {margin:10px 0;}
	
	div#nosolvents {padding:0 0 22px 0;}
	
	div#introduce {background:#f0f0f0; border-radius:5px; padding:29px 17px 3px 17px; margin:0 0 23px 0;}
	div#introduce img {margin:0 0 0 10px; float:right;}
	div#introduce h3 {font-weight:bold; font-size:16px; color:#cc0000;}
	div#introduce p {margin:5px 0 25px 0;}
	div#introduce p.introduce-image {height:0px; margin:0; padding:0;}
	
	/*Catalogue*/
	div#central {margin:0; padding:0;}
	div#central h1 {text-align:center; text-transform:uppercase; color:#ff0000; font-weight:bold; font-size:21px; margin:10px 0 20px 0;}
	div.onetype h2 {display:block; background:#000000; color:#ffffff; font-size:16px; font-weight:bold; text-transform:uppercase; font-family:arial; padding:0 0 0 18px; cursor:pointer; margin:0 0 23px 0;}
	div.onetype h2.red {color:#ff0000;}
	div.onetype h2 span {display:inline-block; background: url('images/onetype_left.png') no-repeat left center; padding:0 0 0 35px;}
	div.onetype h2 span span {display:inline-block; background: url('images/onetype_right.gif') no-repeat right center; padding:7px 45px 7px 0;}
	div.onetype h2.red span span {background: url('images/onetype_right_red.gif') no-repeat right center;}

	div.onetype_good {width:90%; height:196px; border:1px #ff0000 solid; border-radius:5px; margin:0 auto 25px auto;}
	div.onetype_good_photo {float:left; width:140px; height:168px; padding:4px 5px 4px 5px; text-align:center;}
	div.onetype_good h3 {color:#ff0000; font-size:16px; font-weight:bold; text-transform:uppercase; font-family:arial; margin:10px 0 10px 0;}
	div.onetype_good h3 a {color:#ff0000; font-size:16px; font-weight:bold; text-transform:uppercase; font-family:arial; text-decoration:none;}
	div.onetype_good_text {color:#000000; font-size:14px; font-family:arial; padding:0 10px 0 0;}
	div.onetype_good_price {color:#006600; font-size:14px; font-family:arial; padding:0;}
	a.onetype_good_readmore {display:inline-block; margin:7px 0 3% 0; padding:7px 10px; border-radius:5px; font-size:14px; background:#ff0000; color:#ffffff; font-style:italic; font-family:arial; text-decoration:none;}
	
	
	
	div.entry-content {margin-left:auto; margin-right:auto; width:95%;}



	div#map_canvas {width:100%; height:400px;}
	
	
	
	/*Product*/
	div#product_left {display:none;}
	div#product_right {width:90%; padding:0 0 50px 0; margin:0 auto;}
	div#product_right_left {padding:0; text-align:center;}
	div#product_right_right {font-family:arial; font-size:15px; color:#000000;}
	div#product_right_right h2 {margin:0 0 10px 0; padding:0; color:#ff0000; font-size:16px; text-transform:uppercase; font-weight:bold; font-family:arial;}
	div#product_right_right p {margin:0 0 10px 0;}
	div#product_right_right p.nalichie {margin:0; color:#006600; font-weight:bold;}
	div#product_right_right p.nalichie_net {margin:0; color:#ff0000; font-weight:bold;}
	div#product_right_right p.nalichie_code {margin:0; font-weight:bold;}
	td.nalichie_table_code {font-weight:bold; padding:0 0 0 20px;}
	
	div#footer_top_wide {width:100%; background:#f0f0f0; border-top:6px #ff0000 solid; padding:0 0 20px 0; text-align:center;}
	div#footer_top {display:flex; justify-content:center;}
	div#footer_top ul.menu {margin:12px 20px 0 20px; padding:0; list-style-type:none;}
	div#footer_top ul.menu ul {margin:5px 0 0 0; padding:0; list-style-type:none;}
	div#footer_top ul.menu li {line-height:14px;}
	div#footer_top ul.menu > li > a {font-size:14px; color:#000000; font-weight:bold; text-decoration:none;}
	div#footer_top ul.menu > li ul li a {font-size:14px; color:#cccccc; text-decoration:none;}
	
	div#footer_bot_wide {padding:8px 0px; background:#000000;}
	div#footer_bot {margin:auto; background:#000000; text-align:left; font-size:12px; font-family:arial; color:#ffffff;}
	div#footer_bot a {font-size:12px; font-family:arial; color:#ffffff; text-decoration:none;}
}

@media only screen and (max-width: 991px) and (min-width: 982px) {
	div#slides ul.slidesjs-pagination {left:85%;}
}

@media only screen and (max-width: 767px) {
	div#topmenu {margin:0 0 18px 0; padding:0; text-align:center; background:#f0f0f0;}
	div#topmenu ul.menu {margin:0 auto; padding:0; list-style-type:none; display:block;}
	div#topmenu ul.menu li {display:block; text-align:center; border-bottom:1px #ffffff solid;}
	div#topmenu ul.menu li span {display:none;}
	div#topmenu ul.menu li.menu-item-type-custom {display:none;}
	div#topmenu ul.menu li hr.mhm-menu-separator {display:none;}
	div#topmenu ul.menu li a {color:#000000; font-size:16px; text-decoration:none; font-family:arial; padding:10px 10px 10px 10px; display:block; height:auto;}
	div#topmenu ul.menu li.current-menu-item a, div#topmenu ul.menu li.current-menu-parent a {font-weight:bold;}
	
	div.noxudol-cart {text-align:center; padding:0 0 10px 0;}
	a.noxudol-cart {display:inline-block; background:#000000; color:#ffffff; text-decoration:none; padding:15px 25px;}
	
	div#footer_top {flex-wrap:wrap;}
	div#footer_top ul.menu {margin:20px 20px 20px 20px;}
	div#footer_top ul.menu li {line-height:14px;}
	div#footer_top ul.menu > li > a {font-size:14px; color:#000000; font-weight:bold; text-decoration:none;}
	div#footer_top ul.menu > li ul li {padding:7px 0;}
	div#footer_top ul.menu > li ul li a {font-size:14px; color:#cccccc; text-decoration:none;}
	
	div#footer_bot_wide {padding:8px 0px; background:#000000;}
	div#footer_bot {margin:auto; background:#000000; text-align:left; font-size:12px; font-family:arial; color:#ffffff;}
	div#footer_bot a {font-size:12px; font-family:arial; color:#ffffff; text-decoration:none;}
}

@media only screen and (max-width: 575px) {
	div#header_left_top {height:60px;}
	div#header_left_bot {height:auto;}
	div#header_right {}
	div#header_right_top {margin-bottom:50px;}
	div#header_right_bot {margin-top:-50px;}
	div#header_right_top ul.menu {margin:0; padding:0; list-style-type:none; text-align:center;}
	div#header_right_top ul.menu li {display:list-item; font-family:arial; font-size:15px; color:#cccccc; margin:12px 0;}
	div#header_right_top ul.menu li span {display:none;}
	div#header_right_top ul.menu li a {font-family:arial; font-size:15px; color:#cccccc; text-decoration:none;}
	
	div#slides ul.slidesjs-pagination {left:70%;}
	div#slides div.oneslide span {font-size:14px;}
	
	div#introduce img {margin:0 auto; float:none; text-align:center;}
	div#introduce p.introduce-image {height:auto; margin:0 auto; padding:0; float:none; text-align:center;}
	
	/*Catalogue*/
	div.onetype_good {width:90%; padding-left:3%; min-height:176px; height:auto; border:1px #ff0000 solid; border-radius:5px; margin:0 auto 25px auto;}
	div.onetype_good_photo {float:left; width:140px; height:168px; padding:4px 5px 4px 0px; text-align:center;}
	div.onetype_good h3 {color:#ff0000; font-size:14px; font-weight:bold; text-transform:uppercase; font-family:arial; margin:10px 0 10px 0;}
	div.onetype_good h3 a {color:#ff0000; font-size:14px; font-weight:bold; text-transform:uppercase; font-family:arial; text-decoration:none;}
	div.onetype_good_text {color:#000000; font-size:12px; font-family:arial; padding:0 10px 0 0;}
	div.onetype_good_price {color:#006600; font-size:12px; font-family:arial; padding:0;}
	a.onetype_good_readmore {display:inline-block; margin:7px 0 3% 0; padding:7px 10px; border-radius:5px; font-size:14px; background:#ff0000; color:#ffffff; font-style:italic; font-family:arial; text-decoration:none;}
	
	div#footer_bot_wide {padding:8px 0px; background:#000000;}
	div#footer_bot {margin:auto; background:#000000; text-align:left; font-size:12px; font-family:arial; color:#ffffff;}
	div#footer_bot a {font-size:12px; font-family:arial; color:#ffffff; text-decoration:none;}
}

@media only screen and (max-width: 335px) {
	div#homemenu ul.menu li {display:block; margin:0; width:auto; height:auto;}
	div#homemenu ul.menu li a {display:block; margin:5px 0; padding:10px 0 10px 0; width:auto; height:auto; border:1px #ff0000 solid; border-radius:5px;}
	div#homemenu ul.menu li.item1 a {background:none; padding:10px 0 10px 0; width:auto; height:auto;}
	div#homemenu ul.menu li.item2 a {background:none; padding:10px 0 10px 0; width:auto; height:auto;}
	div#homemenu ul.menu li.item3 a {background:none; padding:10px 0 10px 0; width:auto; height:auto;}
	div#homemenu ul.menu li.item4 a {background:none; padding:10px 0 10px 0; width:auto; height:auto;}
	div#homemenu ul.menu li.item5 a {background:none; padding:10px 0 10px 0; width:auto; height:auto;}
	div#homemenu ul.menu li.item6 a {background:none; padding:10px 0 10px 0; width:auto; height:auto;}
	
	div#central h1 {font-size:17px;}
	div.onetype_good {min-height:0px; padding-left:3%;}
	div.onetype_good_photo {float:none; margin:0 auto;}
	
	div#footer_bot_wide {padding:8px 0px; background:#000000;}
	div#footer_bot {margin:auto; background:#000000; text-align:left; font-size:12px; font-family:arial; color:#ffffff;}
	div#footer_bot a {font-size:12px; font-family:arial; color:#ffffff; text-decoration:none;}
}

@media only screen and (max-width: 325px) {
	div#header_right_bot {text-align:right;}
	div#header_right_bot div#headphones a {font-size: 10px;}
}

@media only screen and (max-width: 268px) {
	div#header_left_top a {width:auto; height:auto;}
}





/*Responsive*/
*, ::after, ::before {box-sizing:content-box;}
#middle .container {padding:0px;}
.navbar {padding:0px;}
body {line-height:1.2;}
p.stock {display:none;}
p.price {font-size:2em; margin:10px 0!important; color:#ff0000;}
td.label {font-weight:bold;}
div.woocommerce-variation-price {font-size:2em; margin:10px 0!important; color:#cc0000;}
a.reset_variations {padding:0 0 0 15px; color:#660000;}
button.single_add_to_cart_button {margin:15px 0 0 0!important; width:200px; height:20px; font-size:1.3em; background:#ff0000!important; color:#ffffff!important; border:1px #660000 solid!important;}
div.woocommerce-message {background:#ff0000; color:#ffffff; border-radius:5px;}
div.woocommerce-message a {display:inline-block; margin:0 15px 0 0; background:#ffffff; color:#660000; border-radius:5px; padding:5px 10px; text-decoration:none;}
.woocommerce-message::before {color:#ffffff!important;}
.woocommerce-message {border-top-color:#ffffff!important;}
form.checkout div.col-1 {max-width:48%; padding-right:0; padding-left:0;}
form.checkout div.col-2 {max-width:48%; padding-right:0; padding-left:0;}
div.woocommerce-billing-fields p.form-row {display:block!important;}
div.woocommerce-additional-fields__field-wrapper p.form-row {display:block!important;}
section.woocommerce-columns div.col-1 {max-width:48%; padding-right:0; padding-left:0;}
section.woocommerce-columns div.col-2 {max-width:48%; padding-right:0; padding-left:0;}



@media only screen and (max-width: 770px) {
	form.checkout div.col-1 {width:100%; max-width:100%;}
	form.checkout div.col-2 {width:100%; max-width:100%;}
}
@media only screen and (max-width: 300px) {
	.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {float:none; width:100%;}
	.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {float:none; width:100%;}
}

p.woocommerce-thankyou-order-received {text-align:center; font-size:25px; margin:0 0 55px 0;}

div#buyoneclick input::placeholder {opacity:0.3;}
div#buyoneclick input::-webkit-input-placeholder {opacity:0.3;}
div#buyoneclick input:focus::-webkit-input-placeholder {opacity:0;}
div#buyoneclick input:hover::-webkit-input-placeholder {opacity:1;}
/* Firefox < 19 */
div#buyoneclick input:-moz-placeholder {opacity:0.3;}
div#buyoneclick input:focus:-moz-placeholder {opacity:0;}
div#buyoneclick input:hover:-moz-placeholder {opacity:1;}
/* Firefox > 19 */
div#buyoneclick input::-moz-placeholder {opacity:0.3;}
div#buyoneclick input:focus::-moz-placeholder {opacity:0;}
div#buyoneclick input:hover::-moz-placeholder {opacity:1;}
/* Internet Explorer 10 */
div#buyoneclick input:-ms-input-placeholder {opacity:0.3;}
div#buyoneclick input:focus:-ms-input-placeholder {opacity:0;}
div#buyoneclick input:hover:-ms-input-placeholder {opacity:1;}