html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	
}

.product_youtube {
    margin-top: 20px;
    margin-bottom: 80px;
}

.popmake-5294 {
    background: #358e35;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 30px;
    display: block;
    margin: 20px 0px 20px;
}
#content {
	
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
/*pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}*/


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	
}


/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff ;
}
body
{
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E8CAA1;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 5px;
	  text-align: justify;
}
div.page-inner > ul {list-style: inherit;   margin-left: 30px;}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #9e9a32;
}
a:visited {
	color: #9e9a32;
}
a:active,
a:hover {
	color: #9e9a32;
	text-decoration:underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: ;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {

}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	/*margin: 0 0 36px 0;*/
}
.page-title {
	
}
.page-title span {
	
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	
}
.entry-meta {
	font-size: 10px;
	text-align:right;

}
.entry-meta a {

	text-transform: uppercase;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0px;
	text-align:justify;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	
	border-top: 1px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	font-size: 11px;
	line-height: 23px;
	height:23px;
	border-top: 1px #c6c13f dotted;
	
	
}
.entry-meta a,
.entry-utility a {
	
	text-decoration:none;
}
.entry-meta a:hover,
.entry-utility a:hover {
	
	text-decoration:underline;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.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
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
    margin: 20px auto !important;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
	text-align: left;
	font-style: italic;
	text-indent: 0 !important;
}
.wp-caption p.wp-caption-text a {
    color: #888;
    font-size: 10px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #;
	font-size: 11px;
	line-height: 18px;
	overflow: hidden;

	margin: 5px 10px 5px 10px;
}
.navigation a:link,
.navigation a:visited {

}
.navigation a:active,
.navigation a:hover {
	color: #;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	
}
h3#comments-title {
	
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

.wrapper {width:1020px; margin: 0 auto; overflow:hidden}
@font-face {
    font-family: PfDinTextCompPro; /* имя шрифта для CSS правил */
    src: local("PfDinTextCompPro"), /* проверяем наличие шрифта в ОС пользователя */
         url(/wp-content/themes/Clock/font/pfdintextcomppro-thin.ttf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
  }
  @font-face {
    font-family: PfDinTextCompProitalic; /* имя шрифта для CSS правил */
    src: local("PfDinTextCompProitalic"), /* проверяем наличие шрифта в ОС пользователя */
         url(/wp-content/themes/Clock/font/pfdintextcomppro-italic.ttf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
  }
  @font-face {
    font-family: PfDinTextCompProLight; /* имя шрифта для CSS правил */
    src: local("PfDinTextCompProLight"), /* проверяем наличие шрифта в ОС пользователя */
         url(/wp-content/themes/Clock/font/pfdintextcomppro-light.ttf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
  }
div.header {
    width: 1020px;
    height: 190px;
    position: relative;
    border-bottom: 2px solid #727270;
    padding-top: 10px;
}
.logo {
    width:150px;  
    float:left;
    margin-top: 41px;
}
.logo img{
	width: 100%;
}
.headright {
    width: 870px;
    float: right;
}
.headrighttop {
    width:860px;
    height:110px;
    margin-bottom: 41px;
}


/*** Menu ***/
div.menu {
    /*width: 670px; height: 90px;
    margin-right: 0px;*/
    margin-left: 25px;
}

div.menu ul {
	display: inline-block;
	width: auto;
	float: left;
	/*margin-top: -27px;*/
	*display: inline;
	*zoom: 1;
}
div.menu ul li {
	display: inline;
	/*text-align: center;
	height: 90px;
	cursor:pointer;
	background:  url(images/nav1.png) no-repeat top ;
	float: left;
	text-transform: lowercase;*/
}
div.menu ul li a{
	color: #727270;
	font-size: 18pt;
	/*font-style:italic;*/
	text-decoration:none;
	float: left;
	cursor: pointer;
	/*height: 90px;*/
	margin:0px;
	padding: 0px 22px ;
	font-family: PfDinTextCompPro;
	text-transform: lowercase;

}
div.menu ul li a:hover{
	color: #d9dc01;
}
/*.menu ul li.nav1, .menu ul li.menu-item-3277  {background:  url(images/nav1.png) no-repeat top ;}
.menu ul li.nav1:hover, .menu ul li.nav1active, .menu ul li.menu-item-2210:hover {
    background:  url(images/nav1h.png) no-repeat top ;
}

.menu ul li.nav2, .menu ul li.menu-item-3276 {
    background:  url(images/nav2.png) no-repeat top ;
    color: #D9DC01;
}

.menu ul li.nav2:hover, 
.menu ul li.nav2active, 
.menu ul li.menu-item-3276:hover,
.menu ul li.menu-item-3276.current-menu-item,
.menu ul li.menu-item-3276.current-menu-parent,
.menu ul li.menu-item-3276.current-category-ancestor {
    background:  url(images/nav2h.png) no-repeat top ;
}

.menu ul li.nav3, .menu ul li.menu-item-3321 {
    background:  url(images/nav9.png) no-repeat top ;
}
.menu ul li.nav3:hover, 
.menu ul li.nav3active, 
.menu ul li.menu-item-3321:hover,
.menu ul li.menu-item-3321.current-menu-item,
.menu ul li.menu-item-3321.current-menu-parent {
    background:  url(images/nav9h.png) no-repeat top ;
}

.menu ul li.nav4, .menu ul li.menu-item-3278 {
    background:  url(images/nav4.png) no-repeat top ;
}
.menu ul li.nav4:hover, 
.menu ul li.nav4active, 
.menu ul li.menu-item-3278:hover,
.menu ul li.menu-item-3278.current-menu-item,
.menu ul li.menu-item-3278.current-menu-parent {
    background:  url(images/nav4h.png) no-repeat top ;
}

.menu ul li.nav5, .menu ul li.menu-item-3320 {
    background:  url(images/nav5.png) no-repeat top ;
}
.menu ul li.nav5:hover, 
.menu ul li.nav5active, 
.menu ul li.menu-item-3320:hover,
.menu ul li.menu-item-3320.current-menu-item,
.menu ul li.menu-item-3320.current-menu-parent {
    background:  url(images/nav5h.png) no-repeat top ;
}

.menu ul li.nav6, .menu ul li.menu-item-3279 {
    background:  url(images/nav6.png) no-repeat top ;
}
.menu ul li.nav6:hover, 
.menu ul li.nav6active, 
.menu ul li.menu-item-3279:hover,
.menu ul li.menu-item-3279.current-menu-item,
.menu ul li.menu-item-3279.current-menu-parent {
    background:  url(images/nav6h.png) no-repeat top ;
}

.menu ul li.nav7, .menu ul li.menu-item-2949 {
    background:  url(images/nav7.png) no-repeat top ;
}
.menu ul li.nav7:hover, 
.menu ul li.nav7active, 
.menu ul li.menu-item-2949:hover,
.menu ul li.menu-item-2949.current-menu-item,
.menu ul li.menu-item-2949.current-menu-parent {
    background:  url(images/nav7h.png) no-repeat top ;
}

.menu ul li.nav8, .menu ul li.menu-item-2211 {
    background:  url(images/nav8.png) no-repeat top ;
}
.menu ul li.nav8:hover, 
.menu ul li.nav8active, 
.menu ul li.menu-item-2211:hover, 
.menu ul li.menu-item-2211.current-menu-item,
.menu ul li.menu-item-2211.current-menu-parent {
    background:  url(images/nav8h.png) no-repeat top ;
}

.menu ul li.menu-item-3624 {
    background:  url(images/nav10.png) no-repeat top ;
}
.menu ul li.menu-item-3624:hover,
.menu ul li.menu-item-3624.current-menu-item,
.menu ul li.menu-item-3624.current-menu-parent {
    background:  url(images/nav10h.png) no-repeat top ;
}
*/


div.menu ul li a:hover {
	text-decoration: none;
}

div.menu ul li div.sep {
	background: ;
}
input.searsh {width:80px; height:22px;   padding:0px 0px 0px 10px; margin:0px; float: left;  font-size:13px; box-shadow: none;  border:none; }
/*input.btn_search {width:22px; height:22px; background: url(images/btn_search.png) no-repeat; border: none; padding:0px; margin:0px;  float: left; }

#search {
    background: #fff; 
    margin: -5px 5px 0px 0px;  
    border: 1px #cecece solid; 
    overflow:hidden; float: right
}*/
div.header .search {
	float: left;
	position: relative;
}
div.header .search-form {
	position: absolute;
	right: 15px;

}
div.header .search .search-field {
	background-color: transparent;
	background-image: url(images/search.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 24px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

div.header .search .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
	z-index: 999;
	height: 35px;
}
.search-form
.search-submit { 
display:none;
}


div.header .shop{
	background: url(images/shopping-cart.png) no-repeat;
	font-family: PfDinTextCompPro;
	font-size: 21pt;
	padding-left: 30px;
	padding-top: 3px;
	height: 24px;
	float: right;
	position: relative;
}
div.header .shop .amount_text{
	font-size: 12pt;
}
div.header .shop .cart-content {
    position: absolute;
    width: 245px;
    right: 0;
    top: 40px;
    background: gainsboro;
    font-size: 12pt;
    z-index: 999;
}
.contaner { width: 1020px; overflow:hidden; margin:10px 0px;}
.content {/*width:760px; float: left;*/}
.sitebar {width: 250px; float: left; padding-left:10px}

.footer { 
	width: 1020px; 
	height: 107px; 
	background-color: #727270;
	display: block;
    padding: 20px 0;
}
.footer .adress{

	 color: #3C3B3B;
    padding: 0 30px 0 30px;
    font-family: PfDinTextCompPro;
    font-size: 12pt;
    float: left;
    width: 340px;

}
.footer .socnetworks{
	padding: 21px 0;

}
.footer .socnetworks img{
	width: 30px;
    margin-left: 2px;
}
.footer .socnetworks img:hover{
	background: #9e9a32;
	border-radius: 5px;
}
.footer .phone-number{
	color: #3C3B3B;
    padding: 0 18px 0 60px;
    font-family: PfDinTextCompPro;
    font-size: 12pt;
    float: right;
    width: 340px;
    text-align: right;
}
.footer .phone-number p{
	text-align: right;
}
.footer ul li a:hover{
	color: #fff;
}
.footer-menu{
	width: 265px;
	float: left;
	margin-left: 150px;
}
.footer-icons{
	width: 440px;
	float: left;
	color: #d9dc01;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}

.footer-chm{
	width: 300px;
	float: right;
	margin-right: 150px;

}
.icolink1{
	background: url(images/1.jpg) no-repeat;
	height: 85px;
    width: 92px;
 
}
.icolink2{
	background: url(images/2.jpg) no-repeat;
	height: 85px;
	 width: 92px;
}
.icolink3{
	background: url(images/3.jpg) no-repeat;
	height: 85px;
	 width: 92px;
}
.icolink4{
	background: url(images/4.jpg) no-repeat;
	height: 87px;
    width: 92px;
    margin: 39px 0 0 0;
}
.icolink5{
	background: url(images/5.jpg) no-repeat;
	height: 92px;
    width: 92px;
    margin: 33px 0 0 0;
}

.icolink6{
	background: url(images/6.jpg) no-repeat;
	height: 85px;
    width: 92px;
    margin: 41px 0 0 0;
}
.chm{
	background: url(images/7.jpg) no-repeat;
	width: 233px;
    height: 164px;
   
}

.soc {
	width: 155px;
	height: 34px; 
	clear:both; 
	margin-left:29px;
}
.socset {width: 34px; height:34px; float: left;}
.socset.vk{
	background: url(images/vk-reproductor.png) no-repeat;
	background-color: #1c75da;
    border-radius: 5px;
}
.socset.tw{
		background: url(images/twitter-logo.png) no-repeat;
}
.socset.fc{
	background: url(images/facebook-logo.png) no-repeat;
}
.socset.in{
	background: url(images/instagram.png) no-repeat;
}
.soc h3{
    color: #d9dc01;
    text-align: center;
    text-transform: uppercase;
}
.copy {width: 1000px; height: 50px; font-size: 14px; color:#333;line-height: 50px; padding:0px 10px;float: left;}
.footer ul {
	display: table;
	float: left;
	margin-left:10px;
	margin-bottom: 35px;
}
.footer ul li {
	display: inline;
	text-align: center;
	height: 55px;
	cursor:pointer;
	float: left;
	text-transform:uppercase;
	margin: 0px 15px ;
}
.footer ul li a{
	color: #d9dc01;
	font-size: 14px;
	padding:0px 5px;
	text-decoration:none;
	float: left;
	cursor: pointer;
	height: 55px;
	margin:0px;

	line-height:39px;
}
.partner {width: 140px; height: 40px; float:left; margin:37px 0px 0px 10px;}

h1.entry-title {
    height:34px;  
    font-size:15px;  
    line-height:34px;  
    font-weight:bold; 
    background:#c6c13f url(images/bg_h.png) no-repeat left;  
    padding-left: 25px; 
    color:#000; 
    margin:10px 0px;
    text-align: left;
}
h2.entry-title {height:34px;  font-size:15px;  line-height:34px;  font-weight:bold; background:#c6c13f url(images/bg_h.png) no-repeat left;  padding-left: 25px; color:#000; margin:10px 0px;}
h3.entry-title {height:34px;  font-size:15px;  line-height:34px;  font-weight:bold; background:#c6c13f url(images/bg_h.png) no-repeat left;  padding-left: 25px; color:#000; margin:10px 0px;}
h4.entry-title {height:34px;  font-size:15px;  line-height:34px;  font-weight:bold; background:#c6c13f url(images/bg_h.png) no-repeat left;  padding-left: 25px; color:#000; margin:10px 0px;}
h2.entry-title a {font-size:15px; color:#000;  font-weight:bold}

.yd {padding: 5px ; border-top: 5px #000 solid; border-bottom: 5px #000 solid;}
.yd_rp_widget ul li {border: none; margin:20px 0px;}	
.ydcon {}
.yd_rp_widget h4 { color:#000; background: url(images/h4yd.png) no-repeat left top; padding-left:15px; margin:5px opx;}
.yd_rp_widget h4 a {color:#000; font-size:15px; text-decoration:none}
.contentimg img {margin: 10px; border-radius: 5px;}
.yd_rp_excerpt {font-size:11px; font-style: italic; line-height:15px;}


/*.chm {float: right; width: 160px; height: 85px; margin:86px 62px 0px 0px;}*/
.footcontaner {float: left; width: 700px; height: 220px;}
.icons {/*width: 700px;*/ height: 85px; clear:both; margin:17px 0px 0px 9px; display: inline-block;}
.icolink {width: 85px; height: 85px; float: left; margin-left:24px;}



h2.content_tovar {
  font-size: 22px;
  padding: 10px 0px 10px 0px;
}




/*-------------------------------------------------------------------------------------------------------------/*









.fl {float:left !important;}
.fr {float:right !important;}

.cl {clear:left;}
.cr {clear:right;}
.cb {clear:both;}

.center {text-align: center;}

.upper {text-transform: uppercase;}

strong {font-weight: bold;}

.georgia {font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;}
.century {font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;}

/* Structure Styles */
div.w970 {
	width: 970px;
	margin: 0 auto;
	margin-bottom: 40px;
}

div.w900 {
	width: 900px;
	margin: 0 auto;
}

div.w1200 {
	width: 1200px;
	margin: 0 auto;
}

/*** Sign ***/
div.sign {
	background: url(images/sign.png) no-repeat top right;
	height: 99px;
	width: 400px;
	float: right;
	margin-top: -30px;
	margin-right: -45px;
}

div.sign h1 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 22px;
	text-align: right;
	position: relative;
	top: 32px;
	right: 172px;
}





/*** Catalog ***/
/*.wpsc_default_product_list .default_product_display {
	margin-top: 40px;
}
*/
div.serial {
	margin-bottom: 40px;
	display: table;
	width: 100%;
}

div.serial h2 span {
	font-size: 20px;
	padding-right: 5px;
	color: #c7d331;
}

div.serial h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	background: #000;
}

div.clockBox {
	display: table-cell;
	width: 25%;
	float: left;
	text-align: center;

	font-size:15px;
}
div.clockBox a {text-decoration: none}

div.clockBox a.clockName {
	color: #000;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

div.clockBox a.clockName:hover {
	color: #c7d331;
	text-decoration: none;
}

div.clockBox div.colors {
	width: 100%;
	text-align: center;
}

div.clockBox div.colors img {
	margin-right: 2px;
}


/*** Watch Item ***/
div.watchItem {
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}

div.watchItem div.leftCol, div.watchItem div.rightCol {display: block; float: left;}

div.watchItem div.leftCol {
	width: 510px;
	margin-right: 50px; 
}

div.watchItem div.rightCol {
	width: 345px;
}

p.note {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

p.only-one{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: #c7d331;
	font-size: 16px;
}

.green {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: #c7d331;
	font-size: 22px;
}

/* Right Col */

div.watchItem div.rightCol p {
	margin-bottom: 7px;
	line-height: 15px;
}

div.watchItem div.rightCol h2 {
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.watchItem div.rightCol p.art {
	margin-bottom: 25px;
}

div.watchItem div.rightCol div.sep {
	display: block;
	width: 100%;
	height: 4px;
	background: url(images/dots-green.png) repeat-x -17px 0;
	margin: 15px 0 8px 0;
	color: #fff;
}

div.watchItem ul {margin-left: -9px;}

div.watchItem ul li {
	margin-bottom: 15px;
	background: url(images/li.png) no-repeat 0 6px;
	padding-left: 9px;
	line-height: 15px;
}

div.watchItem ul li.diameter img {
	margin-right: 15px;
	margin-top: 10px;
}

div.watchItem ul li.colors img {
	margin-right: 5px;
	margin-top: 10px;
}

div.watchItem ul li.time img {
	margin-right: 25px;
	margin-top: 10px;
}

div.watchItem div.rightCol h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 15px 0;
}

/* Left Col */
div.watchItem div.leftCol div.watch {
	text-align: center;
}

#bigPhoto {
	margin-bottom: 10px;
}

div.watchItem div.leftCol p, #bigPhoto {
	display: block;
	width: 100%;
	text-align: center;
}

div.watchItem div.leftCol p.price {
	height: 30px;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 22px;
	background: url(images/price.png) no-repeat center top;
	padding-top: 10px;
	margin-top: 10px;
}

div.watchItem div.leftCol p.priceOld {
	height: 30px;
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 22px;
	color: #ff0000;
	padding-top: 10px;
	margin-top: 10px;
	text-decoration: line-through;
display: none;
}

#photos {
	margin-top: 20px;
	width: 525px;
}


/*** Contacts ***/
div.contacts {
	margin-top: 50px;
	margin-bottom: 20px;
	overflow: hidden;
}

div.contacts div.leftCol, div.watchItem div.rightCol {display: block; float: left;}

div.contacts div.contacts-info {
	width: 900px;
	height: 545px;
	background: url(images/map.png) no-repeat 0 0;
	text-align: right;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 20px;
}

div.contacts div.contacts-info p {
	margin-bottom: 30px;
}

div.contacts div.contacts-info p a {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 20px;
	color: #000;
}

div.contacts div.contacts-info a.studio {
	display: block;
	margin-bottom: 20px;
}

div.contacts div.contacts-info p a:hover {
	color: #c7d331;
	text-decoration: none;
}

div.contacts #photos {
	margin-top: 5px;
	width: 100%;
}

div.contacts #photos p, div.contacts p.bottom {	
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 20px;
	color: #000;
}


/*** About ***/
div.about {
	margin-top: 50px;
	margin-bottom: 20px;
	overflow: hidden;
}

div.about p {
	margin-bottom: 20px;
	text-align: justify;
	font-size: 16px;
}

div.about p a img {
	margin-top: -10px;
}


/*** Exclusive ***/
div.exclusive {
	margin-top: 50px;
	margin-bottom: 20px;
	overflow: visible;
}

div.exclusive a {
	display: block;
	width: 910px;
	height: 317px;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
	text-align: right;
}

div.exclusive a:hover {
	color: #c7d331;
	text-decoration: none;
}

div.exclusive a img {
position: relative;
top: -25px;
}
	
div.exclusive a span {
position: relative;
line-height: 25px;
top: 292px;
right: 35px;
z-index: 9999999;
}



span.error, p.error {color:red;}
div.entry h3 {
font-size: 16px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 5px;
}


/*.down {margin: 20px 0 !important;}*/


div.slide-box {
display: block;
float: left;
width: 100%;
margin-bottom: 20px;
}


div.slide-name {
background: #000;
text-align: right;
color: #fff;
padding-right: 20px;
}


.clockBox img {border-bottom: 4px solid #000;}

.colors img {border: none !important;}
.feedback {
    display: block;     
    width: auto; 
    height: 18px; 
    margin: 0px 8px 0px 0px;
    float: right;
    background: #dada16;
    line-height: normal;
    text-decoration: none;
    color: #19190f !important;
    /*font-family: Verdana;*/
    font-weight: bold;
    padding: 4px 8px 3px 8px;
}

.feedback:hover {
    text-decoration: none;
}


/**-----------------sidebar------------------**/
    .sidebar {
        
        height: 456px;
        border-top: solid 9px #353839;
        border-bottom: solid 9px #353839;
        padding: 5px 0px;
        overflow: hidden;
    }
    
    .sidebar .item {
        
        margin: 0px 0px 17px 0px;
        /*font-family:georgia;*/
        font-size:11px;
        text-align: left;
        font-style: italic;
    }
    
    .sidebar .item h2 {
        
        /*font-family:georgia;*/
        font-size:10pt;
        padding: 5px 0px 0px 10px;
        background: url('images/h4yd.png') left top no-repeat;
        margin: 0px 0px 3px 0px;
        font-style: normal;
        
    }
    
    .sidebar .item p {
        font-style:italic;
        margin: 0px;
    }
    
    .sidebar .item p.more a {
        display: block;
        width: 22px;
        height: 34px;
        background: url('images/bg_h.png') center center no-repeat;
        float: right;
        margin-top: -19px;
    }

.clear {
    clear: both;
    display: block;
    height: 0px;
    line-height: 0em;
    overflow: hidden;
}

/**
 *  Äíåâíèê   
 * /
 */
.post.category-dairy {
    
    margin: 50px 0px 20px 0px; 
    color: #393d40;
    /*font-family: georgia;*/
    font-size: 8pt;
}

.post.category-dairy .thumb-wrapper {
    display: inline-block;
    float: left;
}

.post.list.category-dairy .thumb-wrapper {
    width: 185px;    
}
.post.single.category-dairy .thumb-wrapper {
    width: 320px;    
}        

.post.list.category-dairy .entry-wrapper {
    margin: 0px 0px 0px 210px;    
}

.post.category-dairy h1.entry-title {
    clear: none;
    background: url("images/h4yd.png") no-repeat scroll left top;
    /*font-family: georgia;*/
    font-size: 10pt !important;
    margin: 0 0 3px;
    padding: 0 0 0 10px;    
    color: #393d40;
    line-height: normal !important; 
    font-weight: normal !important;
}
.post.category-dairy h1 a {
    color: #393d40;
}
.post.category-dairy h1 a:hover {
    color: #9E9A32 ;
}

.post.category-dairy .entry-content {
    clear: none;
    font-style: italic;
}

.post.category-dairy .entry-content p {
    
    margin-bottom: 0px !important;
    text-indent:1.5em;
}

.post.category-dairy .entry-content p.date {
    margin-top: 20px !important;
    /*font-family: Verdana;*/
    color: #9E9A32;
    font-style: normal;
    text-indent:0;
    font-size: 7pt;
}

.to-category {
    text-indent:0 !important;
    margin: 20px 0px;
}

.paging-navigation {
    margin: 15px 0px !important;
    font-size: 10pt !important;
    /*font-family: verdana !important;*/
}

.paging-navigation a {
    font-size: 10pt !important;
}

/**
 *     Ñòàòüè
 */
.post.category-article.list {
    
    width: 250px;
    height: 253px;
    overflow: hidden;
    background: #c9c7c8;
    float: left;
    margin: 0px 6px 6px 0px;

}

.category-article .post.list.last {
    margin-right: 0px !important;
}

.post.category-article.list .post-thumbnail img {
    margin: 12px 0px 0px 0px;
}
.post.category-article.list h1.entry-title {
    margin: 13px 10px 0px 15px;
    padding: 0px 0px 0px 40px;
    background: url('images/article-h1-bg.gif') left top no-repeat ;
    line-height: normal;
   /* font-family: Verdana;*/
    font-size: 8pt;
}
.post.category-article.list h1.entry-title small {
    font-weight: normal;
}
.post.category-article.list h1.entry-title a {
    color: #161300;
    font-size: 8pt;
}
.post.category-article.list .more {
    text-align: right;
   /*font-family: georgia;*/
    font-style: italic;
    font-size: 7pt;
    margin: 0px 15px;
}
.post.category-article.list .more a {
    color: #161300;
    font-size: 7pt;        
}


.post.category-article.single h1.entry-title {
    padding: 10px 5px 8px 40px !important;
    background: #dadada url('images/article-h1-bg-2.gif') 5px 5px no-repeat ;
    line-height: normal;
    /*font-family: Verdana;*/
    font-size: 10pt;
    height: auto !important;
}
.post.category-article.single h1.entry-title small {
    font-weight: normal;
    font-size: 8pt;
}

.post.category-article.single {
    margin: 40px 200px 0px 45px;
    /*font-family: Georgia;*/
}

.post.category-article.single p {
    text-indent: 1.5em;
    line-height: 1.8em;
}

.post.category-article.single .intro {
    margin: 10px 0px 0px 0px;
    padding-top: 1px;
}

.post.category-article.single .intro p {
    margin:5px 0px 15px 0px;
    text-indent: 0 !important;
    line-height: normal;
}

.post.category-article.single .intro {
    margin: 10px 0px 0px 0px;
}

.post.category-article.single .intro blockquote {
    font-size: 11pt;
}

.post.category-article h2 {
    font-weight: bold;
    color: #515151;
    text-transform: uppercase;
    font-size: 13pt; 
    margin: 20px 0px;
   /* font-family: Verdana;*/
}

.watchItem #photos img {
    height: 110px;
    width: auto;
} 
.main-slider{
	margin-top: 15px;
	margin-bottom: 50px;
}
.banners-block {
    margin:0px 0px 20px 0px; 
    /*background: url('images/tch.png') repeat-x bottom;*/ 
    padding-bottom:20px    
}

.banners-block img {
    width: 331px;
}
.banners-block a.banner2 {
	margin: 0 10px 0 10px;
    
}
.banners-block a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.banners-block a:hover img {
	opacity: .5;
}
.widget_tag_cloud .widgettitle{
	display: none;
}
.widget_tag_cloud .tagcloud a{
	font-family: PfDinTextCompPro;
	font-size: 13pt !important;
	text-decoration: none;
	color: #727270;
	padding: 5px;
}
.widget_tag_cloud .tagcloud a:hover{
	color: #9e9a32;
	font-weight:500;
}
.headrighttop .right-group {
    margin-top: 8px;
    float: right;
}

.headrighttop .right-group .col {
    float: right;
}
.headrighttop .right-group .col.first {
    width: 515px;
    margin-top: -40px;
}
.headrighttop .right-group .col.second {
    width: 0px;
}

.headrighttop .right-group .col .controls {
    width: 500px;
    height: 37px;
}

.headrighttop .right-group .top-contacts { 
    font-size: 14pt;    
    font-family: PfDinTextCompPro;
    color: #727270;
    line-height: 20px;
}
.headrighttop .right-group .top-contacts .call-text{
	font-size: 11pt;
	text-transform: lowercase;
	font-family: PfDinTextCompProitalic;
	margin-bottom: 12px;
}
.headrighttop .right-group .top-contacts .top-contacts-1,
.headrighttop .right-group .top-contacts .top-contacts-2 {
    float: right;
}
.headrighttop .right-group .top-contacts .top-contacts-1 {
    /*width: 299px;*/
}
.headrighttop .right-group .top-contacts .top-contacts-2 {
    width: 249px;
}
.headrighttop .right-group .top-contacts p {
    margin: 0px 0px 3px 0px;
	  text-align: right;
}
.headright .menu p.last {
    margin: 6px 0px 3px 0px;
	text-align: right;
    display: inline-block;
    float: right;
    /*clear: both;
    position: relative;
    top: 6px;*/
}
.headright .menu p.last em {
    font-style: italic;
    font-size: 11pt;
    color: #000000;
    text-transform: uppercase;
}

.headrighttop .right-group .top-contacts span{
    /*font-size: 12pt;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    letter-spacing: 0.02em;*/
}
.headrighttop .right-group .top-contacts .ua span {
    font-size: 12pt;
}
.headrighttop .right-group .top-contacts em {
    font-style: italic;
    text-transform: uppercase;
    /*font-family: serif;*/
}

.in-catalog.category .contaner,
.page-template-page-catalog-php .page-inner,
.tax-wpsc_product_category .page-inner,
.tax-product_tag .page-inner {
    width: 1020px !important;  
    padding: 10px 0;
    float: left;
}

.category-catalog.list,
.default_product_display {
    /*width: 255px;*/
    height: 280px;
    float: left;
    /*margin: 12px;
    padding: 0px 0px 0px 10px;*/
    text-align: left;
}

.category-catalog.list .thumb-wrapper,
.default_product_display .thumb-wrapper {
   width: 255px;
    height: 280px;
    overflow: hidden;
   /* border: solid 1px #c8c8c8;*/
    position: relative;
    z-index: 1; 
   /* text-align: justify; */
    text-align: center;
}
.default_product_display.product_view_3098 .thumb-wrapper a img,
.default_product_display.product_view_4393 .thumb-wrapper a img,
.default_product_display.product_view_3446 .thumb-wrapper a img{
	margin-left: 0;
}
.default_product_display .thumb-wrapper a img{
	width: 235px;
	margin-left: 26px;
}
 

.category-catalog.list .price-label,
.default_product_display .price-label {
    background: #dfdb1a url('images/price-label.gif') left top no-repeat;
    /*width: 50px;*/
    display: inline-block;
    width: auto;
    height: 20px;
    position: relative;
    top: -64px;
    left: -9px;
    font-size: 14px;
    padding: 0px 5px 0px 10px;
    text-align: center;
    z-index: 2;
    /*font-family: verdana;*/
    *display: inline;
    *zoom: 1;
}

.category-catalog.list .price-label-old,
.default_product_display .price-label-old {
    width: 50px;
    height: 20px;
    position: relative;
    top: -85px;
    left: 52px;
    font-size: 14px;
    padding: 1px 0px 0px 0px;
    text-align: center;
    z-index: 2;
    background: url('images/price-label-old.gif') left top no-repeat;
    /*font-family: verdana;*/
}

.category-catalog.list .price-label span,
.default_product_display .price-label span {

}

.category-catalog.list .price-label span i,
.category-catalog.list .price-label-old span i,
.default_product_display .price-label span i,
.default_product_display .price-label-old span i {
     display: inline-block; 
     font-size: 14px; 
     line-height: 3px; 
     border-bottom: 1px solid #8a8a8a; 
     width:0.4em;
     font-style: normal;
     margin: 0px 5px 0px 1px;
     /*font-family: Georgia;*/
    *border: none;
    *line-height: normal;
}

.category-catalog.single,
.single-wpsc-product .page-inner {
    margin-top: 10px;
    text-align: left;
}
.category-catalog.single .left,
.single-wpsc-product .left {
    width: 510px;
    margin-right: 40px;
    float: left;
   
}

.category-catalog.single .right,
.single-wpsc-product .right {
    width: 470px;
    float: left;
    position: relative;
    min-height: 530px;
}
.price-btn{
	position: absolute;
	bottom: 30px;
	right: 0;
}
.category-catalog.single .left .img-wrapper,
.single-wpsc-product .left .img-wrapper {
    /margin: 0px 0px;
}

.category-catalog.single .left .img-wrapper img,
.single-wpsc-product .left .img-wrapper img {
    display: block;
    margin: 0px auto;
    width: 450px;
    height: auto;
    float: left;
    z-index: 1;
}
.category-catalog.single h1,
.single-wpsc-product h1 {
    /*background: url(images/catalog-h1-bg.gif) left top no-repeat;
    
    font-family: Verdana;*/
    background: none;
    font-weight: normal;
    margin: 0px 0px 30px 0px;
    line-height: normal;
    padding: 0px 0px 10px 0;
    height: auto;
    font-family: PfDinTextCompPro;
    font-size: 25pt;
    color: #727270;
}
/*.single-wpsc-product h1 span{
	text-transform: uppercase;
}*/

.category-catalog.single h1 small,
.single-wpsc-product h1 small {
    text-transform: none;
}

.category-catalog.single .text,
.single-wpsc-product .text {
    font-family: PfDinTextCompPro;
    font-size: 14pt;
      
    margin: 0px 0px 25px 0;
}

/*.category-catalog.single .text p,
.single-wpsc-product .text p {
    text-indent: 1.1em;
}*/

.category-catalog.single .params,
.single-wpsc-product .params,
.single_sku {
   font-family: PfDinTextCompPro;
    font-size: 17pt;
}
.single_additional_description.params strong,
.single_sku span{
	font-family: PfDinTextCompProLight;
	font-weight: 400;
	text-transform: lowercase;
}
.category-catalog.single .params p,
.single-wpsc-product .params p {
    margin: 0px;
    line-height: normal;
    text-transform: lowercase;
}

.category-catalog.single .sizes,
.single-wpsc-product .vars {
    margin: 30px 0px 20px 0px;
    /*font-family: Verdana;*/
    font-size: 11px;   
}
.category-catalog.single .sizes h4,
.single-wpsc-product .vars h4 {
    font-family: PfDinTextCompProLight;
    font-size: 16pt;
    margin-bottom: 18px;
    text-transform: uppercase;   
}
.category-catalog.single .size-select li,
.watchItem .size-select li {
    float: left;
    height: 60px;
    margin-right: 5px;
    width: 80px;
}
.category-catalog.single .size-select li.size-32 a,
.watchItem .size-select li.size-32 a {
    padding-left: 33px;
    background: url(images/sizes.gif) 0px 0px no-repeat;
}
.category-catalog.single .size-select li.size-49 a,
.watchItem .size-select li.size-49 a {
    padding-left: 47px;
    background: url(images/sizes.gif) 0px -60px no-repeat;
}
.category-catalog.single .size-select li.size-60 a,
.watchItem .size-select li.size-60 a {
    padding-left: 50px;
    background: url(images/sizes.gif) 0px -120px no-repeat;
}
.category-catalog.single .size-select li.size-70 a,
.watchItem .size-select li.size-70 a {
    padding-left: 55px;
    background: url(images/sizes.gif) 0px -180px no-repeat;
}
.category-catalog.single .size-select li.size-80 a,
.watchItem .size-select li.size-80 a {
    padding-left: 60px;
    background: url(images/sizes.gif) 0px -240px no-repeat;
}
.category-catalog.single .size-select li.size-90 a,
.watchItem .size-select li.size-90 a {
    padding-left: 65px;
    background: url(images/sizes.gif) 0px -300px no-repeat;
}
.category-catalog.single .size-select li a,
.watchItem .size-select li a {
    display: block;
    height: 37px;
    margin-right: 5px;
    padding-top: 23px;
    width: 32px;
    font-size: 10px !important;
    color: #777777;  
    text-decoration: none;  
}
.category-catalog.single .size-select li a:hover,
.watchItem .size-select li a:hover {
    text-decoration: none;
}
.category-catalog.single .size-select li.size-32,
.watchItem .size-select li.size-32 {
    width: 65px;
}
.category-catalog.single .size-select li.size-49,
.watchItem .size-select li.size-49 {
    width: 80px;
}
.category-catalog.single .size-select li.size-60,
.watchItem .size-select li.size-60 {
    width: 80px;
}


.category-catalog.single .size-select li.size-32 a.selected,
.category-catalog.single .size-select li.size-32 a:hover,
.watchItem .size-select li.size-32 a.selected,
.watchItem .size-select li.size-32 a:hover  {
    background: url(images/sizes.gif) 0px -360px no-repeat;
}
.category-catalog.single .size-select li.size-49 a.selected,
.category-catalog.single .size-select li.size-49 a:hover,
.watchItem .size-select li.size-49 a.selected,
.watchItem .size-select li.size-49 a:hover {
    background: url(images/sizes.gif) 0px -421px no-repeat;
}
.category-catalog.single .size-select li.size-60 a.selected,
.category-catalog.single .size-select li.size-60 a:hover,
.watchItem .size-select li.size-60 a.selected,
.watchItem .size-select li.size-60 a:hover {
    background: url(images/sizes.gif) 0px -480px no-repeat;
}
.category-catalog.single .size-select li.size-70 a.selected,
.category-catalog.single .size-select li.size-70 a:hover,
.watchItem .size-select li.size-70 a.selected,
.watchItem .size-select li.size-70 a:hover {
    background: url(images/sizes.gif) 0px -540px no-repeat;
}
.category-catalog.single .size-select li.size-80 a.selected,
.category-catalog.single .size-select li.size-80 a:hover,
.watchItem .size-select li.size-80 a.selected,
.watchItem .size-select li.size-80 a:hover {
    background: url(images/sizes.gif) 0px -600px no-repeat;
}
.category-catalog.single .size-select li.size-90 a.selected,
.category-catalog.single .size-select li.size-90 a:hover,
.watchItem .size-select li.size-90 a.selected,
.watchItem .size-select li.size-90 a:hover {
    background: url(images/sizes.gif) 0px -660px no-repeat;
}

.category-catalog.single .price,
.single-wpsc-product .price {
    text-align: right;
    font-family: PfDinTextCompProLight;
    font-size: 28pt;
    /*color: #727270;*/
    color: #358e35;

}
.category-catalog.single .price big span.rub,
.single-wpsc-product .price big span.rub {
     display: inline-block; 
     line-height: 19px; 
     border-bottom: 2px solid #727270; 
     width:0.3em;
     font-style: normal;
     margin: 0px 5px 0px 1px;
    font-family: PfDinTextCompProLight;
    font-size: 37pt;        
}

.wpsc_buy_button_container {
    margin-top: 15px;
}
.buy-button,
.wpsc_buy_button {
    background: #727270;
    border: none;
    text-transform: lowercase;
    margin-top: 5px;
    padding: 5px 10px;
    cursor: pointer;
    color: #fff!important;
    font-style: italic;
    font-family: PfDinTextCompPro;
    cursor: pointer;
    transition: 0.9s;
 
}
.wpsc_buy_button:hover{
	background: rgba(216, 219, 147, 0.95) !important;
    border-color: none !important;
    color: #333 !important;
}

.buy-button.disabled,
.wpsc_buy_button.disabled,
.buy-button.disabled:hover,
.wpsc_buy_button.disabled:hover { 
    background: rgba(216, 219, 147, 0.95) !important;
    border-color: none !important;
    color: #333 !important;
}

#TB_window img#TB_Image {
    border: none !important;
}

#TB_window a, #TB_window a:link, #TB_window a:hover {
    color: #9e9a32 !important;
}
#TB_closeWindowButton {
    text-decoration: none;
}
.tb-close-icon:before {
    color: #9e9a32 !important;
}

.tb-close-icon:hover:before {
    color: #ccc !important;
}

.category-catalog.list.inner,
.default_product_display.joko {
    width: 732px;
    height: auto;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.category-catalog.list.inner .images,
.default_product_display.joko .images {
    width: 730px;
    height: 215px;
    border: solid 1px #c3c3c3;    
}
.category-catalog.list.inner .images .thumb-wrapper,
.default_product_display.joko .images .thumb-wrapper {
    width: 215px;
    height: 215px;
    overflow: hidden;
    float: left;
    border: none;
}
.category-catalog.list.inner .images .thumb-wrapper.last,
.default_product_display.joko .images .thumb-wrapper.last {
    width: 300px;
}
.category-catalog.list.inner .images .thumb-wrapper.last img,
.default_product_display.joko .images .thumb-wrapper.last img {
    width: 300px;
    height: auto;
} 
.category-catalog.list.inner .text,
.default_product_display.joko .text {
    background: #5a5a5a;
    color: #fff;
    padding: 6px 10px 6px 15px;
    /*font-family: Georgia;*/
    height: 26px;
}

.category-catalog.list.inner .text h1,
.default_product_display.joko .text h1 {
    margin: 0px 50px 0px 0px;
    line-height: normal;
    text-transform: lowercase;
    background: url(images/inner-catalog-h1-bg.gif) left top no-repeat;
    padding: 0px 0px 0px 20px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    float: left;
    height: auto;
}
.category-catalog.list.inner .text h1 small,
.default_product_display.joko .text h1 small {
    font-style: italic;
    margin-left: 5px;
    font-size: 12px;
}
.category-catalog.list.inner .text h1 a,
.default_product_display.joko .text h1 a {
    color: #fff;
    text-decoration: none;
}

.category-catalog.list.inner .text .color-code,
.default_product_display.joko .text .color-code {
    display: inline-block;
    background: #dddf00;
    float: right;
    padding: 3px 5px;
    color: #5a5a5a;
    text-decoration: none;
    font-size: 14px;
    height: 20px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;        
}

.in-catalog.list-view .catalog-sidebar,
.catalog-sidebar {
    width: 180px;
    float: left;
    margin: 22px 0px 0px 0px;
    color: #1c1c1c;
}

.in-catalog .catalog-sidebar h4,
.catalog-sidebar h4 {
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.in-catalog .catalog-sidebar .catalog-promo-one,
.catalog-sidebar .catalog-promo-one {
    margin: 25px 0px 15px 0px;
}
.in-catalog .catalog-sidebar .catalog-promo-one img,
.catalog-sidebar .catalog-promo-one img {
    display: block;
    margin: 0px auto;
}
.in-catalog .catalog-sidebar .catalog-promo-one p,
.catalog-sidebar .catalog-promo-one p {
    text-align: center;
    /*font-family: Georgia;
    font-style: italic;*/
    font-size: 10pt;
    margin: 5px 0px 0px 0px;
    font-weight: bold;

}
.in-catalog .catalog-sidebar .catalog-promo-one p a,
.catalog-sidebar .catalog-promo-one p a {
    text-decoration: none;
    color: #1C1C1C;
}
.in-catalog .catalog-sidebar .catalog-promo-one p a:hover,
.catalog-sidebar .catalog-promo-one p a:hover {
    text-decoration: underline;
}
.in-catalog .catalog-sidebar .catalog-promo-one.price-list,
.catalog-sidebar .catalog-promo-one.price-list {
    background:#dfdb1a; 
    padding: 10px 0px 15px 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;      
}
.in-catalog .catalog-sidebar .catalog-promo-one.price-list a,
.catalog-sidebar .catalog-promo-one.price-list a {
    color:#1C1C1C;
    text-decoration:none;
}
.in-catalog .catalog-sidebar .catalog-promo-one.price-list a:hover,
.catalog-sidebar .catalog-promo-one.price-list a:hover {
    text-decoration:underline;
}
.category-catalog.list .label,
.default_product_display .label {
    height: 52px;
    width: 52px;
    position: relative;
    z-index: 2;
    top: -236px;
    left: 184px;
    color: #fff;
    /*font-family: arial,"Bitstream Charter",serif;*/
    font-size:20px;
}

.category-catalog.list .label span,
.default_product_display .label span {
    display: block;
    width: 52px;
    padding-top: 17px;
    text-align: center;
}

.category-catalog.list .label.new,
.default_product_display .label.new {
    background: url(images/labels.png) -135px 0px no-repeat;
}

.category-catalog.list .label.hit,
.default_product_display .label.hit {
    background: url(images/labels.png) -204px 0px no-repeat;
}

.category-catalog.list .label.discount,
.default_product_display .label.discount {
    background: url(images/labels.png) 0px 0px no-repeat;
}

.category-catalog.list .label.colors,
.default_product_display .label.colors {
    background: url(images/labels.png) -67px 0px no-repeat;
}

.lang-ua .category-catalog.list .label.new,
.lang-ua .default_product_display .label.new {
    background: url(images/labels-ua.png) -135px 0px no-repeat;
}

.lang-ua .category-catalog.list .label.hit,
.lang-ua .default_product_display .label.hit {
    background: url(images/labels-ua.png) -204px 0px no-repeat;
}

.lang-ua .category-catalog.list .label.discount,
.lang-ua .default_product_display .label.discount {
    background: url(images/labels-ua.png) 0px 0px no-repeat;
}

.lang-ua .category-catalog.list .label.colors,
.lang-ua .default_product_display .label.colors {
    background: url(images/labels-ua.png) -67px 0px no-repeat;
}

#bigPhoto img,
.single-wpsc-product .img-wrapper img {
    display: block;
    margin: 40px auto 0px auto;
}
.category-catalog.single .label,
#bigPhoto .label,
.single-wpsc-product .img-wrapper .label {
    height: 100px;
    width: 100px;
    position: relative;
    z-index: 2;
    top: 60px;
    left: 340px;
    color: #fff;
    /*font-family: arial,"Bitstream Charter",serif;*/
    font-size:20px;
    margin-top: -100px;
}

#bigPhoto .label,
.single-wpsc-product .img-wrapper .label {
    top: 60px;
    left: 340px;
}


.category-catalog.single .label.new,
#bigPhoto .label.new,
.single-wpsc-product .img-wrapper .label.new {
    background: url(images/labels-big.png) -260px 0px no-repeat;
}

.category-catalog.single .label.hit,
#bigPhoto .label.hit,
.single-wpsc-product .img-wrapper .label.hit {
    background: url(images/labels-big.png) -394px 0px no-repeat;
}

.category-catalog.single .label.discount,
#bigPhoto .label.discount,
.single-wpsc-product .img-wrapper .label.discount {
    background: url(images/labels-big.png) 0px 0px no-repeat;
}

.category-catalog.single .label.colors,
#bigPhoto .label.colors,
.single-wpsc-product .img-wrapper .label.colors {
    background: url(images/labels-big.png) -128px 0px no-repeat;
}

.lang-ua .category-catalog.single .label.new,
.lang-ua #bigPhoto .label.new,
.lang-ua .single-wpsc-product .img-wrapper .label.new {
    background: url(images/labels-big-ua.png) -260px 0px no-repeat;
}

.lang-ua .category-catalog.single .label.hit,
.lang-ua #bigPhoto .label.hit,
.lang-ua .single-wpsc-product .img-wrapper .label.hit {
    background: url(images/labels-big-ua.png) -394px 0px no-repeat;
}

.lang-ua .category-catalog.single .label.discount,
.lang-ua #bigPhoto .label.discount,
.lang-ua .single-wpsc-product .img-wrapper .label.discount {
    background: url(images/labels-big-ua.png) 0px 0px no-repeat;
}

.lang-ua .category-catalog.single .label.colors,
.lang-ua #bigPhoto .label.colors,
.lang-ua .single-wpsc-product .img-wrapper .label.colors {
    background: url(images/labels-big-ua.png) -128px 0px no-repeat;
}

.count_down_timer {
    text-align: center;
    font-size: 24px;
    margin: 20px 0px;
    /*font-family: Georgia;*/
    text-transform: lowercase;
    background: #5a5a5a;
    color: #ffffff;
    padding: 10px 10px 15px 10px;    
}
.count_down_timer p {
    font-size: 16px;
    /*font-family: Georgia;*/
    font-style: italic;
    line-height: normal;
}
.count_down_timer #count_down_timer {
    font-style: normal;
}
.in-catalog .count_down_timer {
    font-size: 16px;
    padding: 10px 5px;
    margin: 0px;
    text-transform: lowercase;
    background: #5a5a5a;
    color: #ffffff;
}
.category-catalog.single .count_down_timer,  .in-catalog .watch .count_down_timer {
    margin: 10px 0px;
    padding: 5px 20px;
    display: inline-block;
    width: 330px; 
    *display: inline;
    *zoom: 1;    
}

.in-catalog .count_down_timer p {
    margin: 0px;
} 


.page-template-page-new-version-php .contaner {
    margin: 10px 35px 50px 35px;
    /*font-family: Verdana;*/
    font-size: 8pt;
    color: #323232;
    width: 950px;
}
.page-template-page-new-version-php .entry-header {
    margin: 0px 0px 50px 0px;
}
.page-template-page-new-version-php h1 {
    height: auto;
    background: none;
    /*font-family: Verdana;*/
    font-weight: bold;
    font-size: 11pt !important;
    line-height: normal;
    padding: 0px;
    color: #323232 !important;
    margin-bottom: 15px;
    border: none !important;
}

.page-template-page-new-version-php h2 {
    font-weight: bold;
    font-size: 12pt;
    margin: 2px 0px 14px 0px;
}

.page-template-page-new-version-php .post-382 h2 {
    margin: 20px 0px 20px 0px;
}

.page-template-page-new-version-php h3 {
    font-weight: bold;
    font-size: 11pt;
    /*margin: 50px 0px 10px 0px;*/
}

.page-template-page-new-version-php .entry-content {
    margin: 10px 0px 0px 0px;
}
.page-template-page-new-version-php .entry-content p {
    margin-bottom: 12px;
    font-size: 11pt;
}
.page-template-page-new-version-php .entry-content em {
    font-style: italic;
    /*font-family: Georgia;*/
    font-size: 11pt;
}
.page-template-page-new-version-php .entry-content i {
    font-style: italic;
    /*font-family: Georgia;*/
    font-size: 10pt;    
}
.page-template-page-new-version-php .entry-content i small {
    font-size: 8pt;
}

.page-template-page-new-version-php .entry-content ol {
    margin: 10px 0px;
    font-size: 10pt;
}
.page-template-page-new-version-php .entry-content ol li span {
    display: inline-block;
    width: 16px;
    height: 13px;
    background: #d7db00;
    color: #fff;
    margin: 0px 20px 0px 0px;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
    text-align: center;
    padding: 0px 0px 3px 0px;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;         
}

.entry-content .col {
    float: left;
    width: 45%;
}

p.button {
    width: auto;
    display: inline-block;
    background:#dfdb1a; 
    padding: 10px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;   
    margin-bottom: 30px !important;
    text-align: center;
    /*font-family: Georgia;
    font-style: italic;*/
    font-size: 9pt;    
    *display: inline;
    *zoom: 1;  
    transition: 0.4s;  
}
p.button a {
    color: #1C1C1C;
    text-transform: uppercase;
    text-decoration: none ;
    font-weight: bold;
}
p.button a:hover {
    text-decoration: none;

}
p.button:hover {
	background: rgba(216, 219, 147, 0.95);
	transition: 0.4s;

}


span.show-hide-controller {
    cursor: pointer; 
    border-bottom: dashed 1px #000;
}
span.show-hide-controller.active {
    border: none;
}

.show-hide-content {
    display: none;
}
.post-382 big {
    /*font-weight: bold;*/
    font-size: 18px;
    /*font-style: italic;*/
}

/*****SlidesJS Required: These styles are required if you'd like a responsive slideshow***/
#wpcontent_slider {
    height: 484px;
    width: 760px;
    overflow: hidden;
}
.slidesjs-navigation.slidesjs-play, 
.slidesjs-navigation.slidesjs-stop {
    display: none !important;
}
.slidesjs-navigation.slidesjs-next,
.slidesjs-navigation.slidesjs-previous {
    position: relative;
    z-index: 10;
    top: -257px;    
    display: block;
    width: 28px;
    height: 30px;
    margin: 0px 5px;
    overflow: hidden;
}
.slidesjs-navigation.slidesjs-previous {
    float: left;
    background: url(images/slider-navigation.gif) 0px 0px no-repeat;    
}
.slidesjs-navigation.slidesjs-next {
    float: right;
    background: url(images/slider-navigation.gif) -30px 0px no-repeat;
}
.slidesjs-pagination {
    margin: 0px 20px 0px 0px;
    padding: 10px 20px;
    background: url(images/semi-transparent.png);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;      
    float: right;
    list-style: none;
    position: relative;
    z-index: 10;
    top: -50px;
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(images/slider-pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}

/**left menu on main**/
.left_menu {
    width: 259px; 
    float: left;
    height: 482px;
    background: #4c4c4c;
    border: solid 1px #898989;
    border-right: none;
}
.left_menu_inner {
    border: solid 1px #212121;
    border-right: none;
    width: 258px;
    height: 480px;
    overflow: hidden;
}
.left_menu .side_menu ul li {
    height: 69px;
    width: 253px;
    margin: 0px 5px 0px 0px;
    background: url(images/left_menu_bg.gif) left bottom repeat-x;
    text-transform: none;
    font-size: 14pt;    
    /*font-family: verdana;*/
}
.left_menu .side_menu ul li a span:hover{
	color: #d9dc01;
}
.left_menu .side_menu ul li.last {
    background: none;
}     

.left_menu .side_menu ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 43px;
    width: 253px;
    text-align: center;
    padding-top: 22px;
    outline: none;
}
.left_menu .side_menu ul li a span {
    display: inline-block;
    padding: 0px 25px 0px 0px;
    background: url(images/left_menu_arrow.gif) right 4px no-repeat !important;
}


.single_product_display .wpsc_variation_forms label {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: PfDinTextCompProLight;
    font-size: 14pt;
    text-transform: lowercase;
  
  
}

.single_product_display ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.single_product_display .variation-group-size li {
    float: left;
    height: 60px;
    margin-right: 5px;
    width: 80px;
}

.single_product_display .variation-group-size li a {
    color: #777777;
    display: block;
     font-family: PfDinTextCompPro;
    font-size: 12pt;
    height: 37px;
    margin-right: 5px;
    padding-top: 23px;
    text-decoration: none;
    width: 32px;
}

.single_product_display .variation-group-size li.variation-33-sm a,
.single_product_display .variation-group-size li.variation-32-sm a {
    background: url("images/sizes.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 33px;
   
}
.single_product_display .variation-group-size li.variation-33-sm a:hover,
.single_product_display .variation-group-size li.variation-33-sm a.active,
.single_product_display .variation-group-size li.variation-32-sm a:hover,
.single_product_display .variation-group-size li.variation-32-sm a.active {
    background: url("images/sizes.gif") no-repeat scroll 0 -360px rgba(0, 0, 0, 0);
}

.single_product_display .variation-group-size li.variation-50-sm a,
.single_product_display .variation-group-size li.variation-49-sm a {
    background: url("images/sizes.gif") no-repeat scroll 0 -60px rgba(0, 0, 0, 0);
    padding-left: 47px;
}
.single_product_display .variation-group-size li.variation-50-sm a:hover,
.single_product_display .variation-group-size li.variation-50-sm a.active,
.single_product_display .variation-group-size li.variation-49-sm a:hover,
.single_product_display .variation-group-size li.variation-49-sm a.active {
    background: url("images/sizes.gif") no-repeat scroll 0 -421px rgba(0, 0, 0, 0);
}

.single_product_display .variation-group-size li.variation-60-sm a {
    background: url("images/sizes.gif") no-repeat scroll 0 -120px rgba(0, 0, 0, 0);
    padding-left: 50px;
}
.single_product_display .variation-group-size li.variation-60-sm a:hover,
.single_product_display .variation-group-size li.variation-60-sm a.active {
    background: url("images/sizes.gif") no-repeat scroll 0 -480px rgba(0, 0, 0, 0);
}

.single_product_display .variation-group-size li.variation-70-sm a {
    background: url("images/sizes.gif") no-repeat scroll 0 -180px rgba(0, 0, 0, 0);
    padding-left: 55px;
}
.single_product_display .variation-group-size li.variation-70-sm a:hover,
.single_product_display .variation-group-size li.variation-70-sm a.active {
    background: url("images/sizes.gif") no-repeat scroll 0 -540px rgba(0, 0, 0, 0);
}

.single_product_display .variation-group-size li.variation-80-sm a {
    background: url("images/sizes.gif") no-repeat scroll 0 -240px rgba(0, 0, 0, 0);
    padding-left: 60px;
}
.single_product_display .variation-group-size li.variation-80-sm a:hover,
.single_product_display .variation-group-size li.variation-80-sm a.active {
    background: url("images/sizes.gif") no-repeat scroll 0 -600px rgba(0, 0, 0, 0);
}

.single_product_display .variation-group-size li.variation-90-sm a {
    background: url("images/sizes.gif") no-repeat scroll 0 -300px rgba(0, 0, 0, 0);
    padding-left: 65px;
}
.single_product_display .variation-group-size li.variation-90-sm a:hover,
.single_product_display .variation-group-size li.variation-90-sm a.active {
    background: url("images/sizes.gif") no-repeat scroll 0 -660px rgba(0, 0, 0, 0);
}

.single_product_display .variation-group-color li {
    float: left;
    height: 41px;
    margin-right: 10px;
    width: 41px;
}

.single_product_display .variation-group-color li a {
    display: block;
    height: 41px;
    width: 41px;
    font-size: 0px;
    border: solid 1px #fff;
}

.single_product_display .variation-group-color-gioko li {
    height: 60px;
    width: 60px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.single_product_display .variation-group-color-gioko li a {
    display: block;
    height: 60px;
    width: 60px;
    font-size: 0px;
    border: solid 1px #fff;
}

.single_product_display .variation-group-color li a.active,
.single_product_display .variation-group-color-gioko li a.active {
    border: solid 1px #dcde01;
}

.single_product_display .variation-group-color li.variation-white a {
    background: url("images/colors.png") 0 0 no-repeat;
}

.single_product_display .variation-group-color li.variation-gold a {
    background: url("images/colors.png") 0 -41px no-repeat;
}

.single_product_display .variation-group-color li.variation-black a {
    background: url("images/colors.png") 0 -82px no-repeat;
}

.single_product_display .variation-group-color li.variation-magenta a {
    background: url("images/colors.png") 0 -123px no-repeat;
}

.single_product_display .variation-group-color li.variation-cyan a {
    background: url("images/colors.png") 0 -164px no-repeat;
}

.single_product_display .variation-group-color li.variation-chocolate a {
    background: url("images/colors.png") 0 -205px no-repeat;
}

.single_product_display .variation-group-color li.variation-silver a {
    background: url("images/colors.png") 0 -451px no-repeat;
}

.single_product_display .variation-group-color li.variation-green a {
    background: url("images/colors.png") 0 -246px no-repeat;
}

.single_product_display .variation-group-color li.variation-coral a {
    background: url("images/colors.png") 0 -492px no-repeat;
}

.single_product_display .variation-group-color li.variation-gaugin a {
    background: url("images/colors-pallete.png") 0 0 no-repeat;
}

.single_product_display .variation-group-color li.variation-matisse a {
    background: url("images/colors-pallete.png") 0 -82px no-repeat;
}

.single_product_display .variation-group-color li.variation-renoir a {
    background: url("images/colors-pallete.png") 0 -41px no-repeat;
}

.single_product_display .variation-group-color li.variation-black-gold a {
    background: url("images/colors.png") 0 -287px no-repeat;
}

.single_product_display .variation-group-color li.variation-black-silver a {
    background: url("images/colors.png") 0 -328px no-repeat;
}

.single_product_display .variation-group-color li.variation-white-gold a {
    background: url("images/colors.png") 0 -369px no-repeat;
}

.single_product_display .variation-group-color li.variation-white-silver a {
    background: url("images/colors.png") 0 -410px no-repeat;
}

.single_product_display .variation-group-color-gioko li.variation-gh a {
    background: url("images/colors-joko.jpg") 0 0px no-repeat;
}
.single_product_display .variation-group-color-gioko li.variation-rh a {
    background: url("images/colors-joko.jpg") 0 -60px no-repeat;
}
.single_product_display .variation-group-color-gioko li.variation-oh a {
    background: url("images/colors-joko.jpg") 0 -120px no-repeat;
}
.single_product_display .variation-group-color-gioko li.variation-mh a {
    background: url("images/colors-joko.jpg") 0 -180px no-repeat;
}
.single_product_display .variation-group-color-gioko li.variation-bh a {
    background: url("images/colors-joko.jpg") 0 -240px no-repeat;
}
.single_product_display .variation-group-color-gioko li.variation-fh a {
    background: url("images/colors-joko.jpg") 0 -300px no-repeat;
}
.single_product_display .variation-group-color-gioko li.variation-gc a {
    background: url("images/colors-joko.jpg") 0 -360px no-repeat;
}
.single_product_display .variation-group-color-gioko li.variation-tc a {
    background: url("images/colors-joko.jpg") 0 -420px no-repeat;
}

.single_product_display .variation-group-time li {
    float: left;
    height: 60px;
    margin-right: 30px;
    width: 60px;
}

.single_product_display .variation-group-time li a {
    display: block;
    padding-top: 40px;
    height: 20px;
    width: 60px;
    text-decoration: none;
    color: #777777;
    font-size: 10px;
}
.single_product_display .variation-group-time li a.active,
.single_product_display .variation-group-time li a:hover {
    color: #dcde01;
}

.single_product_display .variation-group-time li.variation-digits a {
    background: url("images/time.png") 0 0 no-repeat;
}

.single_product_display .variation-group-time li.variation-serifs a {
    background: url("images/time.png") 0 -60px no-repeat;
}

/** jcarousel **/
.product-gallery-wrapper {
    position: relative;
   /* margin: 65px 0px 120px 0px;*/
    width: 100%;
}
.gallery.wide .product-gallery-wrapper {
    width: 100%;
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.product-gallery {
    position: relative;
    overflow: hidden;
    width: auto;
    /*height: 150px;*/
    margin: 0px;
}

.product-gallery img {
    border: 1px solid #f1f1f1;
    width: 255px;
}

.gallery.wide .product-gallery img {
    border: 1px solid #f1f1f1;
    width: 255px;
    /*width: 148px;
    height: 148px;*/
}

.product-gallery-carousel {
   /* width: 450px !important;
    margin: 0px 50px !important;*/
}

.gallery.wide .product-gallery-carousel {
    /*width: 900px !important;*/
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.product-gallery ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.product-gallery li {
    /* Required only for block elements like <li>'s */
    float: left;
}

/** Carousel Controls **/

.product-gallery-carousel-control-prev,
.product-gallery-carousel-control-next {
    position: absolute;
    top: 60px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.product-gallery-carousel-control-prev {
    left: 10px;
}

.product-gallery-carousel-control-next {
    right: 10px;
}

.product-gallery-carousel-control-prev:hover,
.product-gallery-carousel-control-next:hover {
    text-decoration: none;
}

.product-gallery-carousel-control-prev:hover span,
.product-gallery-carousel-control-next:hover span {
    display: block;
}

.product-gallery-carousel-control-prev.inactive,
.product-gallery-carousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}
/** jcarousel end **/



/** cart **/

.headrighttop .right-group .cart {
    margin: 0px 0px 0px 50px;
    text-align: right;
}
.headrighttop .right-group .cart .amount {
    /*height: 35px;*/
    font-size: 24pt;
	text-align: left;
    margin-bottom: 5px;
}
.headrighttop .right-group .cart .amount_text {
    text-align: left;
}

.headrighttop .right-group .cart .amount .empty {
    display: inline-block;
    margin-top: 10px;
    margin-left: 47px;
}
.headrighttop .right-group .cart .amount a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    border-bottom: dashed 1px #9e9a32;
}

.headrighttop .cart .cart-content .cart-content-inner {
    background: #fff;
    border: solid 1px #4c4c4c;
    margin: 0px 0px 0px 0px;
}

.headrighttop .shoppingcart table th,
.headrighttop .shoppingcart table td {
    text-align: left;
}

.headrighttop .shoppingcart table tfoot td {
    padding: 10px 2px 2px 2px;
}
/** cart end **/

.checkout_cart {
    font-size: 10pt;
}

.checkout_cart th,
.wpsc-purchase-log-transaction-results th {
    border-bottom: 1px solid #ccc;
}
.checkout_cart th,
.checkout_cart td,
.wpsc-purchase-log-transaction-results th,
.wpsc-purchase-log-transaction-results td {
    padding: 5px 10px;
}
.checkout_cart input {
    margin: 0px;
}

.checkout_cart .wpsc_total_before_shipping td {
    padding: 10px !important;
    font-style: italic;
    font-size: 12pt;
}

.checkout_cart .wpsc_total_amount_before_shipping {
    font-weight: bold;
}
#wpsc_shopping_cart_container {
    margin-top: 10px;
}
.wpsc_checkout_table_totals {
    font-size: 11pt;
}
.pricedisplay.checkout-total {
    font-weight: bold;
}
.shipping_notice {
    margin: 10px 10px;
}
.wpsc_checkout_table td {
    padding: 5px 10px;
}
.wpsc_checkout_table input,
.wpsc_checkout_table textarea {
    border: 1px solid #ccc;
    padding: 3px 5px;
   /* font-family: 'Open Sans',sans-serif;*/
    font-size: 12px;
    margin-bottom: 10px !important;
}
.wpsc_checkout_table h3 {
    margin: 10px 0px;
}
.wpsc_checkout_table h4 {
    font-size: 10pt;
    font-weight: bold;
}
.wpsc_checkout_forms {
    margin-bottom: 20px;
}
.wpsc_make_purchase {
    margin: 10px;
}


.wpsc_gateway_container img.custom_gateway_image {
    display: block;
}
.wpsc_gateway_container .custom_gateway {
    margin-bottom: 20px;
}
.wpsc_error_msg_field_name {
    font-weight: 700;
}

.old-price {
    position: absolute;
    bottom: 68px;
    right: 120px;
    text-decoration: line-through;
    text-decoration-color: #bf1010;
}

.show-old-price{
    display: block;
}

.hide-old-price{
    display: none;
}

#product_discount {
    display: none;
    position: absolute;
    font-size: x-large;
    color: #4a4a4a;
}

.show-discount{
    display: block !important;
}


.offer-data {
    position: absolute;
    top: 228px;
    height: 30px;
    width: 229px;
    background: #C1C1C1;
    padding: 7px 4px;
    box-sizing: border-box;
    margin-left: 26px;
    z-index: 10;
}

#offer-data_3098, #offer-data_4393, #offer-data_3446 {
    margin-left: 10px;
    width: 235px;
}

.offer-data .title {
   /*float:right;*/
   overflow: hidden;
   max-width: 230px;
   height: 17px;
}

.offer-data .price-label {
    top: -44px;
    left: -15px;
}


/** cforms **/
.cform {
    width: 900px !important;
    border: none !important;
    background: none !important;
    /*font-family: 'Open Sans', sans-serif !important;*/
    font-size: 14px !important;
}

span.reqtxt,
span.emailreqtxt {
    color: red !important;
    font-weight: 700;
    display: inline !important;
    margin: 0px !important;
    padding-left: 10px !important;
    background: none !important;
    width: 16px !important;
}

.cform label {
    width: 28% !important;
}

.cform input.cf_upload  {
    border: none !important;
    background: none !important;
    width: auto !important;
}
.cf-sb {
    margin: 20px !important;
}

.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton {
    border: solid 1px #575757 !important;
    padding: 5px 10px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    font-size: 16px !important;
}
.linklove {
    display: none;
}

.cform label span {
    width: auto !important;
    background: none !important;
    color: inherit !important;
    font-size: inherit !important;
}

#product_select_error {
    font-weight: bold;
    color: #CC3333;
    text-align: right;
    margin-top: 47px;
}

input[type=button].button {
    background:#dfdb1a;
    padding: 10px 0px 15px 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #000000;
    /*font-style: italic;*/
    border: none;
    padding: 20px 30px;
    margin: 20px auto;
    display: block;
    cursor: pointer;
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.4s;
}
input[type=button].button:hover{
	background: rgba(216, 219, 147, 0.95);
	transition: 0.4s;
}
.green_button {
    display: inline-block;
    background: rgba(216, 219, 147, 0.95);
    padding: 10px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #1c1c1c !important;
    text-decoration: none !important;
    /*font-style: italic;*/
    margin: 20px auto;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.4s;
}
.green_button:hover{
	background: #dddf01;
	transition: 0.4s;
}

.design_help {
    text-align: center;
}

.catalog-sidebar.jhome {
    background: #4c4c4c;
    margin: 50px 0px 0px 0;
    padding: 4px 9px 0 15px;
    width: 160px;
}

.catalog-sidebar.jhome h3 {
    color: #dadd00;
    /*font-family: "Verdana" , "sans-serif";*/
    font-size: 11pt;
    margin-bottom: 20px;
    font-weight: bold;
}

.catalog-sidebar.jhome a {
    color: #939393;
    /*font-family: Georgia;*/
    font-size: 8pt;
    /*font-style: italic;*/
    text-decoration: none;
     color: #fff;
     margin-left: 20px;
}

.catalog-sidebar.jhome a:hover,
.catalog-sidebar.jhome a.active {
    text-decoration: none;
    color: #dadd00;
}

.catalog-sidebar.jhome li {
    margin: 0px 0px 10px 0px;
    background: url(images/wall-clock.png) left 1px no-repeat;
    border-bottom: 1px dotted #dadd00;

}

h1.big {
    font-size: 15pt !important;
}

.wpsc_default_product_list.jhome {
    margin-top: 40px;
}
.wpsc_default_product_list.jhome .images{
    height: 212px;
}
.wpsc_default_product_list.jhome .text {
    font-style: italic;
}
.wpsc_default_product_list.jhome .text h1 {
    font-size: 11pt;
    height: 20px;
    padding-top: 2px; 
    text-transform: none;
}
.wpsc_default_product_list.jhome .text h1 a:hover{
	color: #dadd00;
}
.wpsc_default_product_list.jhome .wpsc_category_grid_item {
    width: 730px;
    height: 212px;
    margin: 0;
    text-align: left;
    border: none;
    background: none;
}

.wpsc-breadcrumbs {
    margin: 0px 0px 60px 0;
    font-family: PfDinTextCompProLight;
    font-size: 14pt;
    text-transform: lowercase;
}
.wpsc-breadcrumbs a {
    color: #777;
}

.wpsc-product-old-price {
    text-decoration: line-through;
    display: inline-block;
    height: 20px;
    background: #eeeeee;
    padding: 0px 3px;
    font-style: italic;
    *display: inline;
    *zoom: 1;
}

.socials {
   /* margin: 0px 40px 10px 20px;*/
    padding: 15px 0px;
    border-top: solid 1px #eeeeee;
}

.at-share-tbx-element {
    text-align: right;
}

.at-share-btn {

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");

    margin: 0 4px !important;
}

.at-share-btn:hover {
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: none;
    filter: none;
    filter: none;
}

.warning {
    font-style: italic;
    margin: 20px 0px;
    background: #FAFAFA;
    padding: 10px;
    font-size: 8pt;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.main-page-text {
    text-align: justify;
    /*font-family:verdana;*/
    font-size:10pt;
}

.footer_menu a {
    /*font-family:verdana;*/
    font-size:11pt;
    text-transform: uppercase;
}

.qtranxs_widget {
    margin: 0px 0px 6px 0px;
}

.qtranxs_widget ul {
    margin: 0;
}
.qtranxs_widget ul li
{
    display: inline; /* horizontal list, use "list-item" or other appropriate value for vertical list */
    list-style-type: none; /* use "initial" or other to enable bullets */
    margin: 0px 0px 0px 10px;
    opacity: 0.5;
    -o-transition: 1s ease opacity;
    -moz-transition: 1s ease opacity;
    -webkit-transition: 1s ease opacity;
    transition: 1s ease opacity;
}
/* .qtranxs_widget ul li span { margin: 0 5px 0 0; } */ /* other way to control spacing */
.qtranxs_widget ul li.active {
    opacity: 1;
    /*text-decoration: none;*/
    font-weight: bold;
}
.qtranxs_widget ul li:hover { opacity: 1; }
.qtranxs_widget img { box-shadow: none; vertical-align: middle; display: initial; }
.qtranxs_flag { height:12px; width:18px; display:block; }
.qtranxs_flag_and_text { padding-left:20px; }
.qtranxs_flag span { display:none; }


.qtranxs_flag_ru {background-image: url(http://jclock3.ru/wp-content/plugins/qtranslate-x/flags/ru.png); background-repeat: no-repeat;}
.qtranxs_flag_ua {background-image: url(http://jclock3.ru/wp-content/plugins/qtranslate-x/flags/ua.png); background-repeat: no-repeat;}


/*.icons h3 {
    color: #ffffff;
    text-transform: lowercase;
    font-family: Georgia, Arial, Tahoma;
    font-style: italic;
    font-weight: normal;
    font-size: 14pt;
    margin: 0px 0px 0px 20px;
}*/
.phone{
	background: url(images/phone.png);
	background-repeat: no-repeat;
	display: inline-block;
    height: 25px;
    width: 25px;
}
.num-phone{
	background: url(images/arrow.png);
	background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 22px;
    cursor: pointer;
}


  #contacts-effect{
    display: none;
    padding: 9px;
    position: absolute;
    z-index: 120;
    background: #fff;
    margin: 10px 0 0 132px;
    border: 2px #d9dc01 dotted;
    font-size: 11pt;
  }
.new-contacts-effect{
        display: inherit !important;
}
.new-contacts-effect span{
	margin-left: 5px;
	float: right;

}
ul.menu-text{
	list-style: inherit !important;
	text-align: justify;
}
ul.menu-text li{
	margin-left: 45px;
}
.footer-icons h3,
.soc h3{
	margin: 10px 0px 5px 0px !important;
	font-size: 14px !important;
	font-weight: normal;
}
.soc a,
.soc{
	display: inline-block;
	text-align: center;
}
.img-wrapper{
	margin-bottom: 30px;
	cursor: pointer;

}

/*.img-wrapper img{
	-moz-transition: all 1s ease-out;
	 -o-transition: all 1s ease-out;
	 -webkit-transition: all 1s ease-out;

}
.img-wrapper img:hover{
	-webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 -o-transform: scale(1.1);

}*/
.contact-block{
	border: 1px dotted #dfdb1a;
    box-sizing: border-box;
    padding: 12px;
    width: 420px;
    display: inline-block;
    float: left;
    margin: 10px 0 0 10px;
    text-align: center;
}
.pomoshh-dizajnera-text{
	font-size: 8pt !important;
    font-style: italic;
}
.header-right{
	float: right;
}
.header-right p{
	text-align: right;
}
.strong-view.default .testimonial-heading{
	height: 25px;

}
#wpmtst_submit_testimonial{
	cursor: pointer;
	padding: 10px 20px;
}
/*#wpmtst_submit_testimonial{
	background: #dfdb1a;
    padding: 10px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    font-size: 9pt;
    transition: 0.4s;
    border: none;
    cursor: pointer;
}
#wpmtst_submit_testimonial:hover{
	background: rgba(216, 219, 147, 0.95);
    transition: 0.4s;
}*/
ul.variation-group.variation-group-color-fittings li,
ul.variation-group.variation-group-color-les li{
	float: left;
	margin: 10px;
	padding: 5px;
}
ul.variation-group.variation-group-color-fittings li a{
	text-decoration:none;
	font-family: PfDinTextCompProLight;
    font-size: 14pt;
    text-transform: lowercase;
    transition: 0.8s;
}
ul.variation-group.variation-group-color-fittings li a.active{
	letter-spacing: 1px;
}
ul.variation-group.variation-group-color-fittings li:nth-child(1){
	background: #DBBB70;
}
ul.variation-group.variation-group-color-fittings li:nth-child(2){
	background: #C6C6C6;
}
ul.variation-group.variation-group-color-fittings li:nth-child(3){
	background: #1D1917;
}
ul.variation-group.variation-group-color-les li a{
	display: block;
    height: 50px;
    width: 50px;
    font-size: 0px;
    border: solid 1px #fff;
}
ul.variation-group.variation-group-color-les li.variation-blue a{
	background-image: url(images/color-blue.png);
}
ul.variation-group.variation-group-color-les li.variation-yellow a{
	background-image: url(images/color-yellow.png);
}
ul.variation-group.variation-group-color-les li.variation-gray a{
	background-image: url(images/color-grey.png);
}
ul.variation-group.variation-group-color-les li a.active{
	border: solid 1px #dcde01;
}

.consultsystems_button_right-bottom {
	left: 0!important;
	right: initial !important;
}

#consultsystems {
left: 0!important
}

.callback_form {
    width: 100%;
    padding: 10px 15px !important;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;	
}

.callback_form_label {
	color: #727271
}

.callback_form_submit {
    width: 50%;
    background-color: #727271;
    color: white !important;
    padding: 14px 20px;
    margin-top: 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 85px;
}

.pum-theme-5257 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
    background-color: #727271 !important;
}
