/* ---------- Overall Specifications ---------- */

body {
    line-height: 1.5;
    font-size: 13px;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1.0em 0 0.5em;
    font-weight: inherit;
}

h1 {
    font-size: 1.357em;
    color: #000;
}

h2 {
    font-size: 1.143em;
}

p {
    margin: 0 0 1.2em;
}

del {
    text-decoration: line-through;
}

tr.odd {
    background-color: #dddddd;
}

img {
    outline: 0;
}

code,
pre,
kbd,
samp,
var {
    padding: 0 0.4em;
    font-size: 0.857em;
    font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}

code {
    background-color: #f2f2f2;
    background-color: rgba(40, 40, 0, 0.06);
}

pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
    font-size: 100%;
    background-color: transparent;
}

pre code,
pre samp,
pre var {
    padding: 0;
}

.description code {
    font-size: 1em;
}

kbd {
    background-color: #f2f2f2;
    border: 1px outset #575757;
    margin: 0 3px;
    color: #666;
    display: inline-block;
    padding: 0 6px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

pre {
    background-color: #f2f2f2;
    background-color: rgba(40, 40, 0, 0.06);
    margin: 10px 0;
    overflow: hidden;
    padding: 15px;
    white-space: pre-wrap;
}

/* ------------------ Fonts ------------------ */

body,
#site-slogan,
.ui-widget,
.comment-form label {
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input,
textarea,
select,
a.button {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* ------------------ Reset Styles ------------------ */

caption {
    text-align: left; /* LTR */
    font-weight: normal;
}

blockquote {
    background: #f7f7f7;
    border-left: 1px solid #bbb;
    font-style: italic;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}

blockquote:before {
    color: #bbb;
    content: "\201C";
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -.4em;
}

blockquote:after {
    color: #bbb;
    content: "\201D";
    font-size: 3em;
    line-height: 0.1em;
    vertical-align: -.45em;
}

blockquote > p:first-child {
    display: inline;
}

a.feed-icon {
    display: inline-block;
    padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */

table {
    border: 0;
    border-spacing: 0;
    font-size: 0.857em;
    margin: 10px 0;
    width: 100%;
}

table table {
    font-size: 1em;
}

#footer-wrapper table {
    font-size: 1em;
}

table tr th {
    background: #acacac;
    border-bottom-style: none;
}

table tr th,
table tr th a,
table tr th a:hover {
    color: #FFF;
    font-weight: bold;
}

table tbody tr th {
    vertical-align: top;
}

tr td,
tr th {
    padding: 4px 9px;
    border: 1px solid #fff;
    text-align: left; /* LTR */
}

#footer-wrapper tr td,
#footer-wrapper tr th {
    border-color: #555;
    border-color: rgba(255, 255, 255, 0.18);
}

tr.odd {
    background: #e6e6e6;
}

tr,
tr.even {
    background: #f3f3f3;
}

table ul.links {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

table ul.links li {
    padding: 0 1em 0 0;
}

/* ------------------ List Styles ------------------ */

.block ol,
.block ul {
    margin: 0;
    padding: 0 0 0.25em 1em; /* LTR */
}

.contextual-links-wrapper {
    font-size: small !important;
}

ul.contextual-links {
    font-size: 0.923em;
}

.contextual-links-wrapper a {
    text-shadow: 0 0 0 !important;
}

.item-list .pager {
    font-size: 0.929em;
}

ul.menu li {
    margin: 0;
}

.region-content .jcarousel,
.region-content ol {
    margin: 1em 0;
    padding: 0 0 0.25em 2.5em; /* LTR */
   width: 1820px !important;
}

.item-list ul li {
    margin: 0;
    padding: 0.2em 0.5em 0 0; /* LTR */
}

ul.tips {
    padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */
#skip-link {
    left: 50%;
    margin-left: -5.25em;
    margin-top: 0;
    position: absolute;
    width: auto;
    z-index: 50;
}

#skip-link a,
#skip-link a:link,
#skip-link a:visited {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    font-size: 0.94em;
    line-height: 1.7;
    padding: 1px 10px 2px 10px;
    text-decoration: none;
    -khtml-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 0 0 10px 10px;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
    outline: 0;
}

#logo {
    float: left; /* LTR */
    padding: 33px 15px 15px 0px; /* LTR */
}

#name-and-slogan {
    float: left; /* LTR */
    padding-top: 34px;
    margin: 0 0 30px 15px; /* LTR */
    display: none;
}

#site-name {
    font-size: 1.821em;
    color: #686868;
    line-height: 1;
}

h1#site-name {
    margin: 0;
}

#site-name a {
    font-weight: normal;
}

#site-slogan {
    font-size: 0.929em;
    margin-top: 7px;
    word-spacing: 0.1em;
    font-style: italic;
}

/* Region header blocks. */
.region-header .block {
    font-size: 0.857em;
    float: left; /* LTR */
    margin: 0 10px;
    padding: 0;
}

.region-header .block .content {
    margin: 0;
    padding: 0;
}

.region-header .block ul {
    margin: 0;
    padding: 0;
}

.region-header .block li {
    list-style: none;
    list-style-image: none;
    padding: 0;
}

.region-header .form-text {
    background: #fefefe;
    background: rgba(255, 255, 255, 0.7);
    border-color: #ccc;
    border-color: rgba(255, 255, 255, 0.3);
    margin-right: 2px; /* LTR */
    width: 120px;

}

#block-views-exp-search-page {
    width: 470px;
    margin-left: -12px;
    height: 40px;
    margin-top: 19px;

}

#block-views-exp-search-page .views-exposed-form {
    padding: 0;
}

#block-views-exp-search-page .views-exposed-widgets {
    height: 50px;
}

#block-views-exp-search-page input.form-submit {
    margin-left: 2px;
    margin-right: 2px;
    height: 30px;
    float: right;
    width: 113px;
    padding: 3px 2px 2px 25px;
    cursor: pointer;
    border: none;
    background: none;
    overflow: hidden;
    position: relative;
    top: -64px;
    left: 0px;
    background: url(../images/lupa.png) 9px center no-repeat;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
}

#block-views-exp-search-page input.form-submit:hover {
    background: url(../images/lupa-h.png) 9px center no-repeat, url(../images/search-h.png) center bottom repeat-x;
}

#block-views-exp-search-page>.content {
    background: url(../images/search.png) center center no-repeat;
    height: 55px;
    margin-top: -15px;
}

#block-views-exp-search-page .content .form-text {
    background: none;
    width: 333px;
    margin-left: 6px;
    margin-top: 12px;
    padding: 7px;
}

}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
}

.region-header .form-required {
    color: #eee;
    color: rgba(255, 255, 255, 0.7);
}

/* Region header block menus. */
.region-header .block-menu {
    border: 1px solid;
    border-color: #eee;
    border-color: rgba(255, 255, 255, 0.2);
    padding: 0;
    width: 208px;
}

.region-header .block-menu li a {
    display: block;
    border-bottom: 1px solid;
    border-bottom-color: #eee;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    padding: 3px 7px;
}

.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.15);
}

.region-header .block-menu li.last a {
    border-bottom: 0;
}

/* User Login block in the header region */
.region-header #block-user-login {
    width: auto;
}

.region-header #block-user-login .content {
    margin-top: 2px;
}

.region-header #block-user-login .form-item {
    float: left; /* LTR */
    margin: 0;
    padding: 0;
}

.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
    font-size: 0.916em;
    margin: 0;
}

.region-header #block-user-login div.item-list {
    clear: both;
}

.region-header #block-user-login div.description {
    display: inline;
}

.region-header #block-user-login .item-list ul {
    padding: 0;
    line-height: 1;
}

.region-header #block-user-login .item-list li {
    list-style: none;
    float: left; /* LTR */
    padding: 3px 0 1px;
}

.region-header #block-user-login .item-list li.last {
    padding-left: 0.5em; /* LTR */
}

.region-header #block-user-login ul.openid-links li.last {
    padding-left: 0; /* LTR */
}

.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
    padding-left: 20px; /* LTR */
}

.region-header #block-user-login .form-actions {
    margin: 4px 0 0;
    padding: 0;
    clear: both;
}

.region-header #block-user-login input.form-submit {
    border: 1px solid;
    border-color: #ccc;
    border-color: rgba(255, 255, 255, 0.5);
    background: #eee;
    background: rgba(255, 255, 255, 0.7);
    margin: 4px 0;
    padding: 3px 8px;
}

.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}

/* Search block in region header. */
.region-header #block-search-form {
    width: 470px;
    margin-left: -12px;
}

.region-header #block-search-form .form-text {
    width: 345px;
    margin-left: 8px;
}

/* Language switcher block in region header. */
.region-header .block-locale ul li {
    display: inline;
    padding: 0 0.5em;
}

/* --------------- Main Menu ------------ */

#main-menu {
    clear: both;
    width: 100%;
}

#main-menu-links {
    font-size: 0.929em;
    margin: 0;
    padding: 0 15px;
}

#main-menu-links li {
    float: left; /* LTR */
    list-style: none;
    padding: 0 1px;
    margin: 0 1px;
}

#main-menu-links a {
    color: #333;
    float: left; /* LTR */
    height: 2.4em;
    line-height: 2.4em;
    padding: 0 0.8em;
    text-decoration: none;
    text-shadow: 0 1px #eee;
    -khtml-border-radius-topleft: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#main-menu-links a:hover,
#main-menu-links a:focus {
    background: #f6f6f2;
    background: rgba(255, 255, 255, 0.95);
}

#main-menu-links a:active {
    background: #b3b3b3;
    background: rgba(255, 255, 255, 1);
}

#main-menu-links li a.active {
    border-bottom: none;
}

.featured #main-menu-links li a:active,
.featured #main-menu-links li a.active {
    background: #f0f0f0;
    background: rgba(240, 240, 240, 1.0);
}

/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
    float: right; /* LTR */
    font-size: 0.929em;
    margin: 0 10px 10px 0;
}

#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
    text-decoration: underline;
}

/* ------------------- Main ------------------- */

#main {
    margin-top: 10px;
    margin-bottom: 40px;
}

/* ----------------- Featured ----------------- */
#block-views-special-slider-block-1{
    margin-right: 3px;
}
#featured {
    text-align: center;
    font-size: 1.643em;
    font-weight: normal;
    line-height: 1.4;
    padding: 20px 0 0px;
    margin: 0;
   /* background: #f0f0f0;
    background: rgba(30, 50, 10, 0.08);
    border-bottom: 1px solid #e7e7e7;*/
   /* text-shadow: 1px 1px #fff;*/
}

#featured h2 {
    font-size: 1.174em;
    line-height: 1;
}

#featured p {
    margin: 0;
    padding: 0;
}

/* --------------- Highlighted ---------------- */

#highlighted {
    border-bottom: 1px solid #d3d7d9;
    font-size: 120%;
}

/* ------------------- Help ------------------- */

.region-help {
    border: 1px solid #d3d7d9;
    padding: 0 1.5em;
    margin-bottom: 30px;
}

/* ----------------- Content ------------------ */
#block-system-main {
    padding-top: 10px;
}

#block-views-infobanner-4-block {
    top: 20px;
    border: 1px solid #b7b7b7;
    padding: 2px;
    margin: 0 0 20px;
    box-shadow: 0px 2px 5px 1px #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 470px;
}

#block-views-infobanner-4-block h2 {
    margin: 0px;
    font-size: 15px !important;
    line-height: 26px !important;
    background: url('../images/h2-bg.png');
    border: 1px solid #009001;
    border-bottom: 1px solid #355a0f;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    padding: 1px 0 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px #1a3300;
}

#block-views-infobanner-4-block .views-row {
    width: 233px;
    display: inline-block;
    vertical-align: text-top;
}

.views-field-field-img-banner {
    text-align: center;

}

#block-views-infobanner-4-block {
    margin-left: 120px;
}

#block-views-infobanner-4-block .views-field-field-img-banner {
    height: 97px;

}

#block-views-infobanner-4-block .views-field-uc-product-image {
    height: 160px;
    width: 190px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    margin: 0 auto;
    box-shadow: 0px 2px 5px 1px #DDDDDD;
    text-align: center;
}

#block-views-infobanner-4-block .views-field-title {
    padding: 5px 0 5px 22px;
    width: 190px;
    text-align: center;
    font-weight: bold;
}

#block-system-main .node-page img {
    border: 1px solid #b7b7b7;
    box-shadow: 0px 2px 5px 1px #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#block-system-main .node img {
    border: 1px solid #b7b7b7;
    box-shadow: 0px 2px 5px 1px #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#block-system-main .content .field-name-field-img-140 img {
    border: 1px solid #b7b7b7;
    box-shadow: 0px 2px 5px 1px #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#block-system-main .field-name-field-img-140 {
    padding-bottom: 0px;
    margin-bottom: -10px;
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
}

#block-system-main .view-razd-catalog .views-row {
    display: inline-block;
    width: 235px;
    padding-bottom: 15px;
    vertical-align: top;
    border-bottom: 1px dotted #009001;
    height: 165px;
    padding-top: 15px;
}
.page-taxonomy-term-7 #block-system-main .view-razd-catalog .views-row{
    padding-top: 30px;
    padding-bottom: 30px;
}

#block-system-main .view-razd-catalog .views-field-uc-catalog-image {
    height: 100px;
    width: 180px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    margin: 0 auto;
    box-shadow: 0px 2px 5px 1px #DDDDDD;
    text-align: center;
}

#block-system-main .view-razd-catalog .views-field-name {
    text-align: center;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
}

.content {
    margin-top: 10px;
}

h1#page-title,
.field-name-field-cttest .field-label,
.field-name-field-rttest .field-label {
    margin: 0;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    background: url('../images/h2-bg.png');
    border: 1px solid #009001;
    border-bottom: 1px solid #355a0f;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    padding: 1px 50px 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px #1a3300;
    min-width: 177px;
    padding-right: 120px;
}

.field-name-field-cttest .field-label,
.field-name-field-rttest .field-label {
    margin-top: 15px;
    margin-bottom: 10px;
}

#content h2 {
    margin-bottom: 2px;
    font-size: 1.429em;
    line-height: 1.4;
}

.front #content .region-content {
    border-top: none;
    margin-top: 0;
}

#content .region-content {
   margin-top: -32px;
}

.node .content {
    font-size: 13px;
}

.node-teaser .content {
    font-size: 1em;
}

.node-teaser h2 {
    margin-top: 0;
    padding-top: 0.5em;
}

.node-teaser h2 a {
    color: #181818;
}

.node-teaser {
    border-bottom: 1px solid #d3d7d9;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.node-sticky {
    background: #f9f9f9;
    background: rgba(0, 0, 0, 0.024);
    border: 1px solid #d3d7d9;
    padding: 0 15px 15px;
}

.node-full {
    background: none;
    border: none;
    padding: 0;
}

.node-teaser .content {
    clear: none;
    line-height: 1.6;
}

.meta {
    font-size: 0.857em;
    color: #68696b;
    margin-bottom: -5px;
}

.submitted .user-picture img {
    float: left; /* LTR */
    height: 20px;
    margin: 1px 5px 0 0; /* LTR */
}

.field-type-taxonomy-term-reference {
    margin: 0 0 1.2em;
}

.field-type-taxonomy-term-reference .field-label {
    font-weight: normal;
    margin: 0;
    padding-right: 5px; /* LTR */
}

.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
    font-size: 0.8em;
}

.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
    font-size: 0.821em;
}

.field-type-taxonomy-term-reference ul.links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.field-type-taxonomy-term-reference ul.links li {
    float: left; /* LTR */
    padding: 0 1em 0 0; /* LTR */
    white-space: nowrap;
}

.link-wrapper {
    text-align: left;
    padding-top: 20px;
    margin-left: -4px;
}

.field-type-image img,
.user-picture img {
    margin: 0 0 1em;
}

ul.links {
    color: #68696b;
    font-size: 0.821em;
}

.node-unpublished {
    margin: -20px -15px 0;
    padding: 20px 15px 0;
}

.node-unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}

/* ----------------- Comments ----------------- */

.comment h2.title {
    margin-bottom: 1em;
}

.comment div.user-picture img {
    margin-left: 0; /* LTR */
}

.comment {
    margin-bottom: 20px;
    display: table;
    vertical-align: top;
}

.comment .attribution {
    display: table-cell;
    padding: 0 30px 0 0; /* LTR */
    vertical-align: top;
    overflow: hidden;
}

.comment .attribution img {
    margin: 0;
    border: 1px solid #d3d7d9;
}

.comment .attribution .username {
    white-space: nowrap;
}

.comment .submitted p {
    margin: 4px 0;
    font-size: 1.071em;
    line-height: 1.2;
}

.comment .submitted .comment-time {
    font-size: 0.786em;
    color: #68696b;
}

.comment .submitted .comment-permalink {
    font-size: 0.786em;
    text-transform: lowercase;
}

.comment .content {
    font-size: 0.929em;
    line-height: 1.6;
}

.comment .comment-arrow {
    background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
    border-left: 1px solid;
    border-right: 1px solid;
    height: 40px;
    margin-left: -47px; /* LTR */
    margin-top: 10px;
    position: absolute;
    width: 20px;
}

.comment .comment-text {
    padding: 10px 25px;
    border: 1px solid #d3d7d9;
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 100%;
}

.comment .indented {
    margin-left: 40px; /* LTR */
}

.comment ul.links {
    padding: 0 0 0.25em 0;
}

.comment ul.links li {
    padding: 0 0.5em 0 0; /* LTR */
}

.comment-unpublished {
    margin-right: 5px; /* LTR */
    padding: 5px 2px 5px 5px; /* LTR */
}

.comment-unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */
#block-block-11 {
    margin: 0 0 10px;
}

#block-block-18,
#block-block-11,
#block-block-9 {
    border: none;
    box-shadow: none;
}

#block-block-11 .content a {
    /* padding: 5px 84px 6px; */
    width: 100%;
    display: block;
    text-align: center;
}

#block-block-9 .content a {
    width: 100%;
    display: block;
    text-align: center;
}

#block-block-18 .content a {
    width: 100%;
    display: block; 
    text-align: center;
    /* line-height: 0.6em !important; */
}
#block-block-18{
    margin-top: -20px; 
}

#block-block-18 .content a,
#block-block-11 .content a,
#block-block-9 .content a {
    color: #ffffff;
    padding: 5px 0px !important; 
    background: #639432;
    border: 1px solid #009001;
    border-bottom: 1px solid #355a0f;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

a.link-to-inomix {
    color: #ffffff;
    padding: 7px;
    background: #009001;
    border: 1px solid #009001;
    border-bottom: 1px solid #355a0f;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#block-block-11 .content a:hover,
#block-block-9 .content a:hover,
a.link-to-inomix:hover {
    background: #355a0f;
    text-decoration: none;
    color: #FFFFFF;
}

.sidebar .section {
    padding-top: 10px;
}

.sidebar .block {
    border: 1px solid #b7b7b7;
    padding: 2px;
    margin: 0 0 20px;
    box-shadow: 0px 2px 5px 1px #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 219px;
}

.sidebar .block a:hover {
    color: #008798;
    text-decoration: none;
}

.sidebar .block .views-field-title {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 4px;
    padding-right: 7px;
}

.sidebar .block .views-field-field-image {
    float: left;
    padding-left: 2px;
    padding-right: 4px;
}

.sidebar .block .views-field-field-image img {
    border: 1px solid #b7b7b7;
    box-shadow: 0px 2px 5px 1px #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sidebar .block .views-field-created {
    font-size: 10px;
    color: #b7b7b7;
    text-align: left;
    padding: 3px 0 5px 5px;
}

.sidebar .block .views-field-body {
    font-size: 12px;
    color: #3e4439;
    text-align: left;
    padding-left: 4px;
    padding-right: 7px;
}

.sidebar .block .views-field-title a {
    color: #5c8a2d;
}

.sidebar .block .views-field-title a:hover {
    color: #008798;
    text-decoration: none;
}

.sidebar h2 {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    background: url('../images/h2-bg.png');
    border: 1px solid #009001;
    border-bottom: 1px solid #355a0f;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    padding: 1px 0 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px #1a3300;
}

.sidebar .block .content {
    font-size: 0.914em;
    line-height: 1.4;
}

.sidebar .block .content .more-link a:hover {
    text-decoration: underline;
}

.sidebar tbody {
    border: none;
}

.sidebar tr.even,
.sidebar tr.odd {
    background: none;
    border-bottom: 1px solid #d6d6d6;
}

/* ----------------- Triptych ----------------- */

#triptych-wrapper {
    background-color: #f0f0f0;
    background: rgba(30, 50, 10, 0.08);
    border-top: 1px solid #e7e7e7;
    background: #639432;
}

#triptych h2 {
    color: #fff;
    font-size: 1.714em;
    line-height: 1;
    margin: 10px 0;
}

#triptych .block {

    padding-bottom: 2em;

    line-height: 1.3;
}

#triptych h2 {
    border-bottom: 1px dotted #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #1a3300;
    font-size: 15px;
    padding-bottom: 10px;
}

#triptych .block.last {
    border-bottom: none;
}

#triptych p {
    color: #afd687;
    font-size: 12px;
}

#triptych .block ul li,
#triptych .block ol li {
    list-style: none;
}

#triptych .block ul,
#triptych .block ol {
    padding-left: 0;
}

#triptych #block-user-login .form-text {
    width: 185px;
}

#triptych #block-user-online p {
    margin-bottom: 0;
}

#triptych #block-node-syndicate h2 {
    overflow: hidden;
    width: 0;
    height: 0;
}

#triptych-last #block-node-syndicate {
    text-align: right;
}

#triptych #block-search-form .form-type-textfield input {
    width: 185px;
}

#triptych-middle #block-system-powered-by {
    text-align: center;
}

#triptych-last #block-system-powered-by {
    text-align: right;
}

/* ------------------ Footer ------------------ */

#footer-wrapper {
    color: #c0c0c0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.857em;
}

#footer-wrapper a {
    color: #fcfcfc;
    color: rgba(255, 255, 255, 0.8);
}

#footer-wrapper a:hover,
#footer-wrapper a:focus {
    color: #fefefe;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: underline;
}

#footer-wrapper .block {
    margin: 20px 0;
    border: 1px solid #444;
    border-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
}

#footer-columns .block-menu,
#footer .block {
    margin: 0;
    padding: 0;
    border: none;
}

#footer .block {
    margin: 0.5em 0;
}

#footer .block .content {
    padding: 0.5em 0;
    margin-top: 0;
}

#footer .block h2 {
    margin: 0;
}

#footer-columns h2 {
    border-bottom: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 3px;
    text-transform: uppercase;
}

#footer-columns .content {
    margin-top: 0;
}

#footer-columns p {
    margin-top: 1em;
}

#footer-columns .content ul {
    list-style: none;
    padding-left: 0; /* LTR */
    margin-left: 0;
}

#footer-columns .content li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-columns .content li a {
    display: block;
    border-bottom: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
    line-height: 1.2;
    padding: 0.8em 2px 0.8em 20px; /* LTR */
    text-indent: -15px;
}

#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
    background-color: #1f1f21;
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
}

#footer {
    letter-spacing: 0.2px;
    margin-top: 30px;
    border-top: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
}

#footer .region {
    margin-top: 20px;
}

#footer .block {
    clear: both;
}

#footer ul,
#footer li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer li a {
    float: left; /* LTR */
    padding: 0 12px;
    display: block;
    border-right: 1px solid #555; /* LTR */
    border-color: rgba(255, 255, 255, 0.15);
}

#footer li.first a {
    padding-left: 0; /* LTR */
}

#footer li.last a {
    padding-right: 0; /* LTR */
    border-right: none; /* LTR */
}

#footer-wrapper tr.odd {
    background-color: transparent;
}

#footer-wrapper tr.even {
    background-color: #2c2c2c;
    background-color: rgba(0, 0, 0, 0.15);
}

/* --------------- System Tabs  --------------- */

.tabs {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 30px;
    padding-top: 14px;
    margin-top: -13px;
    /*border-top: 1px dotted #009001;*/
}

.tabs ul.primary {
    padding: 0 3px;
    margin: 0;
    overflow: hidden;
    border: none;
}

.tabs ul.primary li {
    display: block;
    float: left; /* LTR */
    vertical-align: bottom;
    margin: 0 5px 0 0; /* LTR */
}

ul.primary li a {
    border-color: #005763;
}

ul.primary li a:hover {
    border-color: #005763;
}

.tabs ul.primary li.active a {

}

.tabs ul.primary li a {
    color: #fff;
    background-color: #008798;
    line-height: 13px;
    display: block;
    font-size: 0.929em;
    float: left; /* not LTR */
    padding: 7px 10px 7px 10px;
    margin: 0;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.tabs ul.primary li a:hover {
    background-color: #005763;
}

.tabs ul.primary li.active a {
    background-color: #ffffff;
}

.tabs ul.secondary {
    border-bottom: none;
    padding: 0.5em 0;
}

.tabs ul.secondary li {
    display: block;
    float: left; /* LTR */
}

.tabs ul.secondary li:last-child {
    border-right: none; /* LTR */
}

.tabs ul.secondary li:first-child {
    padding-left: 0; /* LTR */
}

.tabs ul.secondary li a {
    padding: 0.25em 0.5em;
}

.tabs ul.secondary li a.active {
    background: #f2f2f2;
    border-bottom: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

ul.action-links {
    list-style: none;
    margin: 5px;
    padding: 0.5em 1em;
}

ul.action-links li {
    display: inline-block;
    margin-left: 10px;
}

ul.action-links li a {
    padding-left: 15px;
    background: url(../images/add.png) no-repeat left center;
    margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */

#messages {
    padding: 20px 0 5px;
    margin: 0 auto;
}

.featured #messages {
    background: #f0f0f0;
    background: rgba(30, 50, 10, 0.08);
}

div.messages {
    margin: 8px 15px;
}

/* -------------- Breadcrumbs   -------------- */

.breadcrumb {
    font-size: 0.929em;
}

/* -------------- User Profile   -------------- */

.profile .user-picture {
    float: none;
}

/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
    width: 34em;
}

.password-parent,
div.form-item div.password-suggestions {
    position: relative;
}

.password-strength-text,
.password-strength-title,
div.password-confirm {
    font-size: 0.82em;
}

.password-strength-text {
    margin-top: 0.2em;
}

div.password-confirm {
    margin-top: 2.2em;
    width: 20.73em;
}

/* ---------------- Buttons    ---------------- */

input.form-submit,
a.button {

    border: 1px solid #33b9cc;
    border-bottom: 2px solid #005763;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1em;
    margin-right: 0.6em; /* LTR */
    padding: 6px 22px 4px 22px;
    font-family: open sans condensed, arial, serif;
    background: #008798;
    font-weight: bold;
}

a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
    text-decoration: none;
    color: #5a5a5a;
}

#uc-cart-view-form .form-actions a {
    float: left;
    border: 1px solid #33b9cc;
    border-bottom: 2px solid #005763;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 6px 22px 4px 22px;
    font-family: open sans condensed, arial, serif;
    background: #008798;
    line-height: 22px;
    font-weight: bold;
    margin-top: 2px;
}

/* -------------- Form Elements   ------------- */

fieldset {
    background: #ffffff;
    border: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 32px;
    padding: 0 0 10px;
    position: relative;
    top: 12px; /* Offsets the negative margin of legends */
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.fieldset-wrapper {
    margin-top: 25px;
}

.node-form .vertical-tabs .fieldset-wrapper {
    margin-top: 0;
}

.filter-wrapper {
    top: 0;
    padding: 1em 0 0.2em;
    -khtml-border-radius-topright: 0;
    -khtml-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.filter-help a {
    font-size: 0.857em;
    padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
    margin-right: 10px;
}

.filter-wrapper .form-item {
    padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
    padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
    background: transparent;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

fieldset legend {
    background: #5c8a2d !important;
    border: 1px solid #93c461;
    border-bottom: 1px solid #355a0f;
    color: #fff;
    display: block;
    height: 2em;
    left: -1px; /* LTR */
    font-family: Arial, sans-serif;
    line-height: 2;
    padding: 0;
    position: absolute;
    text-indent: 10px;
    top: -12px;
    width: 100%;
    -khtml-border-radius-topleft: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -khtml-border-radius-topright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

fieldset.collapsed legend {
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

fieldset legend a {
    color: #3b3b3b;
}

fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
    color: #000;
}

fieldset .fieldset-wrapper {
    padding: 0 10px;
}

fieldset .fieldset-description {
    margin-top: 5px;
    margin-bottom: 1em;
    line-height: 1.4;
    color: #3c3c3c;
    font-style: italic;
}

input {
    margin: 2px 0;
    padding: 4px;
}

input,
textarea {
    font-size: 0.929em;
}

textarea {
    line-height: 1.5;
}

textarea.form-textarea,
select.form-select {
    padding: 4px;
}

input.form-text,
textarea.form-textarea,
select.form-select {
    border: 1px solid #ccc;
}

input.form-submit:hover,
input.form-submit:focus {
    background: #005763;
}

.password-suggestions ul li {
    margin-left: 1.2em; /* LTR */
}

.form-item {
    margin-bottom: 1em;
    margin-top: 2px;
}

.form-item label {
    font-size: 12px;
    color: #3e4439;
    padding: 0px 50px 0px 2px;
}

.form-type-radio label,
.form-type-checkbox label {
    margin-left: 4px;
}

.form-type-radio .description,
.form-type-checkbox .description {
    margin-left: 2px;
}

.form-actions {
    padding-top: 10px;
}

/* Contact Form */
.contact-form #edit-name {
    width: 75%;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.contact-form #edit-mail {
    width: 75%;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.contact-form #edit-subject {
    width: 75%;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.contact-form #edit-message {
    width: 76.3%;
    -khtml-border-top-left-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.contact-form .resizable-textarea .grippie {
    width: 76%;
    -khtml-border-bottom-left-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
    background: #ededed;
    border-color: #bbb;
    color: #717171;
}

.form-disabled .grippie {
    background-color: #ededed;
    border-color: #bbb;
}

.form-disabled label {
    color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
    background-position: 100% 4px; /* LTR */
}

html.js input.throbbing {
    background-position: 100% -16px; /* LTR */
}

/* Comment form */
.comment-form label {
    float: left; /* LTR */
    font-size: 0.929em;
    width: 120px;
}

.comment-form input,
.comment-form .form-select {
    margin: 0;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.comment-form .form-type-textarea label {
    float: none;
}

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
    margin-bottom: 10px;
    overflow: hidden;
}

.comment-form .form-type-checkbox,
.comment-form .form-radios {
    margin-left: 120px; /* LTR */
}

.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
    float: none;
    margin-top: 0;
}

.comment-form input.form-file {
    width: auto;
}

.no-sidebars .comment-form .form-text {
    width: 800px;
}

.one-sidebar .comment-form .form-text {
    width: 500px;
}

.two-sidebars .comment-form .form-text {
    width: 320px;
}

.comment-form .form-item .description {
    font-size: 0.786em;
    line-height: 1.2;
    margin-left: 120px; /* LTR */
}

#content h2.comment-form {
    margin-bottom: 0.5em;
}

.comment-form .form-textarea {
    -khtml-border-radius-topleft: 4px;
    -khtml-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
    margin-top: 0;
    margin-bottom: 0;
}

.filter-wrapper label {
    width: auto;
    float: none;
}

.filter-wrapper .form-select {
    min-width: 120px;
}

.comment-form fieldset.filter-wrapper .tips {
    font-size: 0.786em;
}

#comment-body-add-more-wrapper .form-type-textarea label {
    margin-bottom: 0.4em;
}

#edit-actions input {
    margin-right: 0.6em; /* LTR */
}

/* -------------- Other Overrides ------------- */

div.password-suggestions {
    border: 0;
}

.ui-widget-overlay {
    background: #222222;
    opacity: 0.7;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
    padding: 1em;
}

#forum .name {
    font-size: 1.083em;
}

#forum .description {
    font-size: 1em;
}

/* --------------- Search Form ---------------- */

#block-search-form {
    padding-bottom: 7px;
}

#block-search-form .content {
    margin-top: 0;
}

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
    float: left; /* LTR */
    font-size: 1em;
    margin: 0;
    padding: 0;
    margin-top: 13px;
    margin-left: 7px;
    height: 32px;
    width: 344px;
    border: none;
}

#search-block-form input.form-submit,
#search-form input.form-submit {
    margin-left: 2px;
    margin-right: 0;
    height: 30px;
    width: 113px;
    padding: 3px 2px 2px 25px;
    cursor: pointer;
    border: none;
    background: none;
    overflow: hidden;
    position: relative;
    top: 11px;
    left: 1px;
    background: url(../images/lupa.png) 9px center no-repeat;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
    background: url(../images/lupa-h.png) 9px center no-repeat, url(../images/search-h.png) center bottom repeat-x;
}

#search-form .form-item-keys label {
    display: block;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus {

}

/* --------------- Search Results ---------------- */
ol.search-results {
    padding-left: 0;
}

.search-results li {
    border-bottom: 1px solid #d3d7d9;
    padding-bottom: 0.4285em;
    margin-bottom: 0.5em;
}

.search-results li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1em;
}

.search-results .search-snippet-info {
    padding-left: 0;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
    margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}

.shortcut-wrapper h1#page-title {
    float: left; /* LTR */
    margin: 0;
}

div.add-or-remove-shortcuts {
    padding-top: 0.9em;
}

.overlay div.add-or-remove-shortcuts {
    padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
    margin-right: 15px; /* LTR */
}

.page-admin #content .simpletest-image img {
    margin: 0;
}

.page-admin-structure-block-demo .block-region {
    background: #ffff66;
    border: 1px dotted #9f9e00;
    color: #000;
    font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    margin: 5px;
    padding: 5px;
    text-align: center;
    text-shadow: none;
}

.page-admin-structure-block-demo #featured .block-region {
    font-size: 0.55em;
}

.page-admin-structure-block-demo #header .block-region {
    width: 500px;
}

.page-admin #admin-dblog img {
    margin: 0 5px;
}

/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
    padding: 0;
}

#system-theme-settings fieldset .fieldset-legend {
    margin-top: 0;
}

/* Configuration. */
div.admin .right,
div.admin .left {
    width: 49%;
    margin: 0;
}

div.admin-panel {
    background: #fbfbfb;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 0 5px 5px;
}

div.admin-panel h3 {
    margin: 16px 7px;
}

div.admin-panel dt {
    border-top: 1px solid #ccc;
    padding: 7px 0 0;
}

div.admin-panel dd {
    margin: 0 0 10px;
}

div.admin-panel .description {
    margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
    width: auto;
    float: none;
}

.overlay #page {
    padding: 0 2em;
}

.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
    display: none;
}

.overlay-processed .field-type-image {
    display: block;
    float: none;
}

.overlay #messages {
    width: auto;
}

/* ---------- Poll ----------- */

.node .poll {
    margin: 2em 0;
}

.node .poll #edit-choice {
    margin: 0 0 1.5em;
}

.poll .vote-form {
    text-align: left; /* LTR */
}

.poll .vote-form .choices {
    margin: 0;
}

.poll .percent {
    font-size: 0.857em;
    font-style: italic;
    margin-bottom: 3em;
    margin-top: -3.2em;
    float: right;
    text-align: right;
}

.poll .text {
    clear: right;
    margin-right: 2.25em;
}

.poll .total {
    font-size: 0.929em;
    font-style: italic;
    text-align: right; /* LTR */
    clear: both;
}

.node .poll {
    margin: 1.8em 0 0;
}

.node .poll .text {
    margin-right: 6.75em;
}

.node .poll #edit-choice {
    margin: 0 0 1.2em;
}

.poll .bar .foreground {
    background-color: #666;
}

#footer-wrapper .poll .bar {
    background-color: #666;
}

#footer-wrapper .poll .bar .foreground {
    background-color: #ddd;
}

#block-menu-menu-catalog-menu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    border: 1px solid #b7b7b7;
}

#block-menu-menu-catalog-menu ul {
    padding: 0 0 0 3px;
}

#block-menu-menu-catalog-menu ul li ul {
    padding-left: 5px;
}

#block-menu-menu-catalog-menu ul li ul li {
    background: url(../images/p.png) left top no-repeat;
    padding-left: 10px;
}

#block-menu-menu-catalog-menu ul li ul li a {
    font-size: 11px;
    line-height: 1;
}

ul li.leaf,
ul li.expanded,
ul li.collapsed {
    list-style-image: none;
    list-style-type: none;
}

#block-menu-menu-catalog-menu ul li a {
    font-size: 12px;
    line-height: 20px;
    color: #5c8a2d;
    font-weight: bold;
}

.view-uc-catalog .views-field-uc-product-image,
.view-search .views-field-uc-product-image,
.view-filter-spyt .views-field-uc-product-image {
    width: 198px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    margin: 0 auto;
    box-shadow: 0px 2px 5px 1px #DDDDDD;
}

.view-news.view-display-id-block_1 .views-row {
    display: inline-block;
    width: 225px;
    vertical-align: top;
    text-align: center;
    margin-bottom: 15px;
}

.view-uc-catalog .views-field-title,
.view-search .views-field-title,
.view-filter-spyt .views-field-title {
    height: 45px;
    overflow: hidden;
    font-size: 16px;
    padding-top: 10px;
}

.view-uc-catalog .views-field-field-descrioption,
.view-filter-spyt .views-field-field-descrioption,
.view-search .views-field-field-descrioption {
    padding-top: 6px;
    height: 144px;
    overflow: hidden;
}

.view-uc-catalog .views-field-entity-id {
    height: 194px;
    width: 194px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    margin: 0 auto;
    box-shadow: 0px 2px 5px 1px #DDDDDD;
}

.views-field-buyitnowbutton .form-actions {
    padding: 0;
    margin: 0;
}

.views-field-buyitnowbutton .form-actions .form-submit:hover {
    background: #005763;
    background: url('../images/cart-h.png') -15px no-repeat #005763 !important;
}

.views-field-buyitnowbutton .form-actions .form-submit {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    background: url(../images/cart.png) -15px no-repeat #008798;
    padding: 2px 7px 1px 39px;
    float: right;
    margin-top: -43px;
    margin-right: 27px;
}

span.uc-price {
    color: #F81200;
}

.view-display-id-page .views-field-created {
    color: #b7b7b7;
    font-size: 12px;
}

.view-display-id-page .views-field-field-image {
    padding-top: 5px;
}

.view-display-id-page .views-field-field-image img {
    border: 1px solid #b7b7b7;
    box-shadow: 0px 2px 5px 1px #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.view-display-id-page .views-field-body {
    border-bottom: 1px dotted #009001;
}

#block-menu-menu-catalog-menu ul li a:hover {
    color: #008798;
}

#block-menu-menu-catalog-menu ul li.active-trail li a:hover {
    color: #00c3a9;
}

.views-field-field-descrioption .field-content {
    display: block;
    text-align: justify;
    font-size: 11px;
    padding: 0 13px;
}

.views-field-display-price {
    font-size: 18px;
    padding: 8px 0px 8px;
    text-align: center;
}

#block-menu-menu-catalog-menu li.expanded ul {
    display: none;

}

#block-menu-menu-catalog-menu li.active-trail.expanded ul {
    display: block;
}

ul.nice-menu li:hover {
    /*background: url(../../../../sites/all/modules/nice_menus/dot.png) no-repeat left center, #355a0f;*/
}

ul.nice-menu li.first:hover {
    background-image: none;
}
/*
ul.nice-menu li.last {
    width: 141px;
}*/

div#main-menu a {
    text-transform: uppercase;

}

ul.nice-menu a {
    padding: 0.6em 30px 1em 30px;
    font-size: 16px;
    font-weight: bold;
}
.phones .item1 {
    display: inline-block;
    color: #008798;
    font-size: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}

ul.nice-menu a:hover {
    text-decoration: none;
    background: url(../images/menu-h.png);
    border: 1px solid #3A6E04;
    margin-left: -1px;
    margin-right: -1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 15px;
}

ul.nice-menu a.active {
    text-decoration: none;
    background: url(../images/menu-h.png);
    border: 1px solid #3A6E04;
    margin-left: -1px;
    margin-right: -1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 15px;
}

.sidebar .section {
    padding-left: 0;
}

.field-name-field-usb2 .field-item {
    display: inline;
}

.field-name-field-usb2 .field-item + .field-item:before {
    content: ", ";
}

.view-razd-catalog .views-field.views-field-name a {
    padding-top: 122px;
}

#footerstuff {
    margin: 0 auto;
    width: 960px;
    color: #afd687;
    font-size: 13px;
    height: 7px;
}

#footerstuff a {
    color: #00c3a9;
    text-decoration: underline;
}

#footerstuff a:hover {
    text-decoration: none;
    color: #00c3a9;
}

#copy {
    float: left;
}

#count {
    float: left;
    padding-left: 87px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /*filter: url(grayscale.svg#greyscale); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}

#sign {
    float: right;
}

.view-uc-catalog tr,
.view-filter-spyt tr,
.view-search tr {
    background: none;
}

.view-uc-catalog tr td,
.view-filter-spyt tr td,
.view-search tr td {
    padding: 4px 9px;
    vertical-align: top;
    text-align: center;
    padding: 15px 0 16px 0;
    border-bottom: 1px solid #009001;
    border-style: dotted;
    width: 33%;
}

.jcarousel-clip .views-field-buyitnowbutton .form-actions .form-submit {
    padding: 6px 22px 4px 35px;
    background: url('../images/cart.png') -15px no-repeat #008798;
}

.jcarousel-clip .views-field-buyitnowbutton {

}

.jcarousel-skin-default .jcarousel-item-horizontal {
    position: relative;
}

#block-views-new-slider-block h2,
#block-views-new-slider-block-1 h2,
#block-views-new-slider-block-3 h2{
    margin: 0;
    padding: 0;
    position: absolute;
    top: -15px;
    font-size: 15px;
    line-height: 26px;
    background: url('../images/h2-bg.png');
    border: 1px solid #009001;
    border-bottom: 1px solid #355a0f;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    padding: 1px 90px 0 9px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px #1a3300;
}

#block-views-new-slider-block,
#block-views-new-slider-block-1,
#block-views-new-slider-block-3{
    border-top: 1px dotted #009001;
   /* border-bottom: 1px dotted #009001;*/
    padding-top: 10px;
    margin-bottom: 687px;
}

#block-views-new-slider-block img,
#block-views-popular-slider-block img,
#block-views-new-slider-block-1 img,
#block-views-new-slider-block-3 img{
    padding: 5px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
}

#block-views-popular-slider-block {
    border-top: 1px dotted #009001;
    /*border-bottom: 1px dotted #009001;*/
    padding-top: 10px;
    height: 290px;
    margin-bottom: 380px;
    padding-bottom: 20px;
}
#block-views-popular-slider-block .jcarousel-skin-default .jcarousel-item-horizontal{
    padding-bottom: 71px;
}

.block-uc-cart-cart h2{
    background: none !important;
}

#block-views-new-slider-block .views-field-buyitnowbutton .form-actions .form-submit:hover,
#block-views-popular-slider-block .views-field-buyitnowbutton .form-actions .form-submit:hover {
    background: url('../images/cart-h.png') -15px no-repeat #005763 !important;
}

#block-views-popular-slider-block h2 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -15px;
    font-size: 15px;
    line-height: 26px;
    background: url('../images/h2-bg.png');
    border: 1px solid #93c461;
    border-bottom: 1px solid #355a0f;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    padding: 1px 49px 0 9px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px #1a3300;
}

.sidebar .section {
    padding-top: 0;
}

.cart-block-summary td {
    display: block;
    color: #000;
    text-align: right;
}

.cart-block-checkout a {
    padding: 2px 24px 5px;
    background: #008798;
    border: 1px solid #5cbecc;
    border-bottom: 1px solid #005763;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.cart-block-checkout a:hover {
    text-decoration: none;
    background: #005763;
}

.block-search {
    background: url(../images/search.png) center center no-repeat;
}

#triptych .block ul li, #triptych .block ol li {
    list-style: none;
    display: inline-block;
    width: 47%;
    padding-bottom: 2px;
}

#triptych .block ul li a {
    color: #fff;
    text-shadow: 1px 1px 2px #1a3300;
    font-size: 12px;
}

#triptych .block a {
    color: #fff;
    text-shadow: 1px 1px 2px #1a3300;
    font-size: 12px;
}

#block-block-2 .content {
    padding-top: 1px;
    line-height: 20px;
}

.view-catalog-page ul li {
    display: inline-table;
    padding-bottom: 15px;
    width: 47%;

}

.view-catalog-page ul li li {
    display: inline-block;
    width: auto;
    padding-bottom: 0;
}

.view-catalog-page ul li .views-field-name a {
    text-transform: uppercase;
    font-weight: bold;
}

.view-catalog-page ul li li .views-field-name a {
    text-transform: none;
    font-weight: normal;
}

.view-catalog-page ul {
    margin: 0;
    padding: 10px;
}

.cart-block-summary-links ul.links li.first {
    display: none;
}

#block-views-special-slider-block h2,
#block-views-special-slider-block-1 h2{
    margin: -1px 0 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 27px;
    background: #669733;
    border: 1px solid #93c461;
    border-bottom: 1px solid #355a0f;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px #1a3300;
    text-align: center;
}

#block-views-special-slider-block .jcarousel-skin-default .jcarousel-container-horizontal{
    height: 140px;
    margin-left: -4px !important;
}


#block-views-special-slider-block-1 .jcarousel-skin-default .jcarousel-container-horizontal{
    height: 140px;
    margin-left: -2px !important;
}

ul.nice-menu, ul.nice-menu ul{
    background: #679537 !important;
}
h2{
 /*   background: #009601 !important;*/
}
#block-views-special-slider-block .jcarousel-skin-default .jcarousel-container-horizontal,
#block-views-special-slider-block-1 .jcarousel-skin-default .jcarousel-container-horizontal{
    height: 140px;
    margin-left: 7px;
}

#block-views-special-slider-block .jcarousel-skin-default .jcarousel-item{
    height: 110px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    width: 468px !important;
    margin-right: 20px;
}
#block-views-special-slider-block-1 .jcarousel-skin-default .jcarousel-item{
    height: 110px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    width: 467px !important;
    margin-right: 20px;
}

#block-views-special-slider-block .views-field-title,
#block-views-special-slider-block-1 .views-field-title{
    position: relative;
    top: -45px;
    background: rgba(0, 0, 0, 0.8);
}

#block-views-special-slider-block .views-field-title a,
#block-views-special-slider-block-1 .views-field-title a{
    font-size: 13px;
    color: #FFF;
}

#page {
    border-top: 6px solid #009001;
}

.jcarousel-skin-default .jcarousel-next, .jcarousel-skin-default .jcarousel-prev {
    width: 24px;
    height: 46px;
    display: none;
}
#block-views-special-slider-block .jcarousel-skin-default .jcarousel-next,
#block-views-special-slider-block .jcarousel-skin-default .jcarousel-prev,
#block-views-special-slider-block-1 .jcarousel-skin-default .jcarousel-next,
#block-views-special-slider-block-1 .jcarousel-skin-default .jcarousel-prev{
    display: block !important;
}

.jcarousel-skin-default .jcarousel-next {
    background: url(../images/arr-r.png) center center no-repeat transparent;
}

.jcarousel-skin-default .jcarousel-prev {
    background: url(../images/arr-l.png) center center no-repeat transparent;
}

.jcarousel-skin-default .jcarousel-next:hover {
    background: url(../images/arr-r-a.png) center center no-repeat transparent;
}

.jcarousel-skin-default .jcarousel-prev:hover {
    background: url(../images/arr-l-a.png) center center no-repeat transparent;
}

#block-views-special-slider-block,
#block-views-special-slider-block-1{
    background: #e6e6e6;
    width: 49%;
    float: left;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    margin-bottom: 25px;
   /* margin-top: -30px;*/
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
}
@-moz-document url-prefix()
{
    #block-views-special-slider-block,
    #block-views-special-slider-block-1{
        background: #e6e6e6;
        width: 49%;
        float: left;
        padding: 3px;
        border-radius: 3px;
        border: 1px solid #dbdbdb;
        margin-bottom: 25px;
        margin-top: 0px;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
        -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
        box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    }
}
#block-views-special-slider-block .jcarousel-skin-default .jcarousel-clip-horizontal{
    width: 480px !important;
}

.jcarousel-skin-default .jcarousel-navigation li {
    display: inline-block;
}

.jcarousel-skin-default .jcarousel-navigation li a {
    height: 10px;
    width: 10px;
    float: left;
    margin-right: 7px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -999em;
    background: #fff;
    margin: 5px;
    border-radius: 8px;
}

.jcarousel-skin-default .jcarousel-navigation li.active a {
    background: #777;
}

#block-views-special-slider-block .jcarousel-skin-default .jcarousel-next,
#block-views-special-slider-block-1 .jcarousel-skin-default .jcarousel-next{
    background: url(../images/arr-spec-r.png) center center no-repeat transparent;
    z-index: 99;
}

#block-views-special-slider-block .jcarousel-skin-default .jcarousel-prev,
#block-views-special-slider-block-1 .jcarousel-skin-default .jcarousel-prev {
    background: url(../images/arr-spec-l.png) center center no-repeat transparent;
}

#block-views-special-slider-block .jcarousel-skin-default .jcarousel-next:hover,
#block-views-special-slider-block-1 .jcarousel-skin-default .jcarousel-next:hover{
    background: url(../images/arr-spec-r-h.png) center center no-repeat transparent;
}

#block-views-special-slider-block .jcarousel-skin-default .jcarousel-prev:hover,
#block-views-special-slider-block-1 .jcarousel-skin-default .jcarousel-prev:hover{
    background: url(../images/arr-spec-l-h.png) center center no-repeat transparent;
}

.phones {
    width: 320px;
    margin-bottom: 3px;
    margin-top: -9px;
    text-align: justify;
}

.social {
    float: right;
    margin-right: 5px;
	margin-top: 2px;
}

.social,
.phones {
    display: inline-block;
}

.social a {
    display: inline-block;
    padding: 0 4px;
}

.phones .item {
    display: inline-block;
    color: #008798;
    font-size: 22px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    width: 148px;
}

#block-block-3 {
    display: block;
    width: 475px;
    margin-left: -10px;
    padding-bottom: 6px;
}

#block-block-3 .social img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#secondary-menu .element-invisible {
    display: none;
}

#secondary-menu li a {
    color: #000 !important;
}

#block-uc-cart-cart {

    width: 187px;
    position: absolute;
    right: 0;
    border: 1px solid #b7b7b7;
    box-shadow: 0px 2px 5px 1px #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    padding-bottom: 10px;
    margin-right: 0;
    height: 101px;
}

#block-uc-cart-cart table {
    margin: -2px 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #block-block-3 {

    }

    #logo {
        padding: 33px 15px 15px 0px;
    }
}

@-moz-document url-prefix() {
    #block-uc-cart-cart table {
        margin: 10px 0;
    }
    .cart-block-checkout a {
        padding: 2px 20px 5px;
    }
    .jcarousel-clip .views-field-buyitnowbutton .form-actions .form-submit {
        padding: 0 22px 4px 35px;
    }

}

.field-name-body {
    text-align: justify;

}

.field-name-uc-product-image {
    float: left;
    padding: 0 10px 10px 0;
}

.display-price {
    /* position: relative; */
    position: absolute;
    /* top: -46px; */
    right: -6px;
    background: #fff;
    top: 30px;
}

.node .add-to-cart {
    float: right;
    margin: 0 0 15px 63px;
    clear: right;
}


input.node-add-to-cart {
    padding: 6px 22px 4px 44px;
    text-transform: uppercase;
    background: url('../images/cart.png') -15px no-repeat #008798;
}

input.node-add-to-cart:hover {
    background: url('../images/cart-h.png') -15px no-repeat #005763 !important;
}

.field-type-list-text,
.field-type-number-integer {
    border: 1px solid #b7b7b7;
    margin-top: -1px;
    background: #EDFCDD;
    padding: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0px 2px 5px 1px #DDDDDD;
}

.field-type-list-text .field-label,
.field-type-number-integer .field-label {
    width: 50%;
    float: left;
}

.field-type-list-text .field-items,
.field-type-number-integer .field-items {
    width: 50%;
    float: right;
}

#content .block {
    position: relative;
}

#block-menu-menu-catalog-menu a.active-trail {
    color: #008798;
}

.view-special-slider .jcarousel-prev-horizontal {
    position: absolute;
    left: 21%;
    top: 103px;
}

.view-special-slider .jcarousel-next-horizontal {
    position: absolute;
    right: 56%;
    top: 103px;
}

.jcarousel-skin-default .jcarousel-navigation {
    padding-top: 5px;
    margin-left: -1275px;
}

.front #content .views-field-title {
    min-height: 57px;
    max-height: 57px;
    overflow: hidden;
    text-align: center;
    width: 87%;
}

.front.views-field-display-price {
    color: #005763;
}

#quote {
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    margin-top: 0px;
    padding-top: 0px;
}

#quote .flatrate-type-class {
    font-size: 13px;
    line-height: 22px;
    background: #5c8a2d;
    border: 1px solid #93c461;
    border-bottom: 1px solid #355a0f;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    padding: 1px 50px 0 10px;
    margin: 0px -3px 3px -3px;
}

#block-uc-cart-cart h2 {
    color: #6d6d6d;
    font-family: Arial, serif;
    font-size: 16px;
    width: 145px;
    padding: 0;
    margin: 0;
    background: none !important;
}

.cart-block-icon-empty,
.cart-block-icon-full {
    background: transparent url(../images/cart1.png) no-repeat left center;
    padding-left: 15px;
    float: left;
    height: 31px;
    margin: 2px 6px 0 9px;

}

.cart-block-summary td {
    display: block;
    font-size: 13px;
    color: #6d6d6d;
    text-align: right;
    padding-bottom: 1px;
    padding-top: 0;
}

.cart-block-summary-total .uc-price {
    font-size: 18px;
    color: #6d6d6d;
}

.cart-block-summary-total label {
    display: none;
}

.cart-block-title-bar {
    display: inline;
    padding: 0;
    position: relative;
    top: 7px;
}

.cart-block-summary-links ul.links li {
    padding: 0;
}

.node .field-name-field-instock {
    display: none;
}

div#block-block-4 {
    margin: 40px 0px 0px 0px;
    background: #FDFFDF;
    padding: 12px;
    border: 1px solid #EBE799;
}

.field.field-name-field-reltd.field-type-node-reference.field-label-above {
    padding-bottom: 30px;
    border-bottom: 1px dotted #009001;
}

.field.field-name-field-recom.field-type-node-reference.field-label-above {
    margin-top: -15px;
}

.field.field-name-field-reltd.field-type-node-reference.field-label-above .field-label,
.field.field-name-field-recom.field-type-node-reference.field-label-above .field-label {
    margin: 0 0 5px 0px;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    background: url('../images/h2-bg.png');
    border: 1px solid #009001;
    border-bottom: 1px solid #355a0f;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    padding: 1px 50px 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px #1a3300;
    min-width: 177px;
}

div#block-block-4 .content {
    margin: 0;
}

div#block-block-4 ul {
    font-size: 11px;
    margin: 4px;
}

.form-type-uc-addresses-address-select {
    display: none;
}

#block-views-sravnenie-block .content {
    padding-left: 3px;
}

.co-msg {
    font-size: 18px;
}

.banners, .cats {
    display: inline-block;
    width: 300px;
}

.view-uc-catalog .views-field-php .views-field-delivery-date .value,
.view-uc-catalog .views-field-php .views-field-expected-price .value {
    display: inline-block;

}

.view-uc-catalog .views-field-php .views-field-delivery-date,
.view-uc-catalog .views-field-php .views-field-expected-price {
    font-size: 15px;
    color: #005763;
    font-weight: bold;
}

.node .field.field-name-field-expected-price,
.node .field.field-name-field-delivey-time {
    display: block;
    font-size: 15px;
    color: #008798;
    text-align: right;
    margin-left: 93px;
    float: right;
    clear: right;
    margin-top: -143px;
}

#secondary-menu {

}

#secondary-menu li a {
    padding: 0px 5px 4px;
    background: #679537;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fff !important;
}
.phones span{
    color: #ff4040 !important;
}

#secondary-menu li a:hover {
    text-decoration: none;
    background: #506D32;
}

#secondary-menu li {
    padding: 0;
    display: inline-block;
    margin-left: 7px;
}

#secondary-menu li.reges {
    display: none;
}

#secondary-menu-links {
    margin: 0;
    line-height: 12px;
}

/*#secondary-menu li.login a{
	padding: 1px 21px 4px;
}*/
#secondary-menu li.login a {
    padding: 6px 83px 8px 82px;
    font-size: 14px;
}

#secondary-menu li.reges a {
    padding: 2px 17px 4px;
}

.field-name-field-exp-price .field-label {
    display: none;
}

.field-name-field-exp-price .field-item {
    display: block;
    float: right;
    font-size: 15px;
    position: relative;
    font-weight: bold;
    color: #005763;
    width: 91px;
}

.node .field-name-field-exp-price {
    float: right;
    margin-left: 40px;
    clear: right;
   /* margin-top: -182px;*/
    margin-top: 111px;
}


.node .field-name-field-delivey-time {
    clear: right;
}

.field-name-field-delivey-time span {
    font-weight: bold;
}

.node .add-to-cart .form-actions {
    margin: 0;
    padding: 0;
}

.node .add-to-cart #edit-actions input {
    margin: 0;

}

.node .views-field-display-price {
    font-size: 13px;
}

.field-name-field-cttest .field-items {
    border-top: 1px dotted #009001;
    padding-top: 25px;
    margin-top: -25px;
}

.field-name-field-rttest .field-items {
    border-top: 1px dotted #009001;
    padding-top: 25px;
    margin-top: -25px;
}

#quotes-pane legend {
    margin-top: -15px;
}

.view-news .more-link {
    margin: 0 5px 5px 0;
}

#export-list-form .fieldset-wrapper {
    display: inline-block;
}

.field-name-field-cttest .field-item div,
.field-name-field-rttest .field-item div {
    border: 1px solid #b7b7b7;
    margin-top: -1px;
    background: #EDFCDD;
    padding: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0px 2px 5px 1px #DDDDDD;
}

#delivery-pane .messages.error {
    /*width: 250px;*/
}

.your-code {
    width: 180px;
    display: inline;
}

.group-harakter {
    float: left;
}

.field-name-field-cttest {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.add-to-cart-bottom{
    margin: -25px 0px 0px 0px !important;
}
#comments {
    margin-top: 115px !important;
}

.field-name-field-rttest {
    float: left;
}

#block-block-17 p {
    margin: 0;
}

.mps-logo {
    display: inline;
}

.view-news .views-field-body img {
    display: none;
}

.views-exposed-form .views-exposed-widget {
    float: none;
    padding: 0;
}

#edit-opt-price-form table {
    border: 1px solid #B7B7B7;
}

#edit-opt-price-form thead th {
    background-color: #009001;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

#edit-opt-price-form .taxonomy-term-in-opt-price,
.taxonomy-term-in-opt-price {
    background-color: #CEE6B6;
    color: #244E25;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

#block-block-21 input, #block-block-21 select {
    max-width: 219px;
}

#views-exposed-form-filter-spyt-page select {
    width: 100%;
}

#block-views-special-slider-block .jcarousel-skin-default .even,
#block-views-special-slider-block-1 .jcarousel-skin-default .even{
    margin-right: 20px;
}

.jcarousel-navigation-after ul{
    width: 3000px !important;
}

#block-views-recomend-product-block{
    width: 58%;
    float: right;
    /* left: -141px; */
    margin-right: 148px;
    margin-top: -34px;
    z-index: 99;
}
.node .add-to-cart {
    float: right;
    margin: 3px 0px 0px 0px ;
    clear: right;
}
.page-node .node .add-to-cart {
    float: right;
    margin: -20px 0px 0px 0px ;
    clear: right;
}



@media all and ( width )	 {
    .node-type-other .display-price, .page-node .display-price {
        /* position: relative; */
        position: absolute;
        /* top: -46px; */
        right: -6px;
        background: #fff;
        top: 56px;
    }
}

.node-type-other .node .add-to-cart {
    float: right;
    margin: 14px 0px 0px 0px ;
    clear: right;
}
.node-type-other .node .add-to-cart {
    float: right;
   /* margin: 110px 0px 0px 0px ;*/
    clear: right;
}

#block-views-recomend-product-block table{
    margin-top: 55px;
}
.uc-product-node #block-views-recomend-product-block table{
    margin-top: 0px;
}
#block-views-recomend-product-block thead {

    font-size: 15px;
    line-height: 26px;
    background: url(../images/h2-bg.png) !important;
    border: 1px solid #009001 !important;
    border-bottom: 1px solid #355a0f !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    color: #fff;

    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px #1a3300;

}
#block-views-recomend-product-block thead tr th{
  background-color:#639432 ;
}

#block-views-recomend-product-block th {
    border-bottom: none;
    padding-right: 0px;
    text-align: left;
}

#block-views-recomend-product-block tr td,
#block-views-recomend-product-block tr th {
    /*padding: 0px 6px !important;*/
    border: none;
    text-align: left;
}
#block-views-recomend-product-block tr{
    border: 1px solid #ccc;
}

#block-views-recomend-product-block .showNextForm{
    float: right;
    margin-bottom: -6px;
    margin-top: 10px;
}
#block-views-recomend-product-block .form-type-uc-quantity input{
    float: left;
    margin-right: 20px;
  /* margin-top: -15px;*/
}
.node-type-other #block-views-recomend-product-block .form-type-uc-quantity input,
.node-type-satellite-receiver #block-views-recomend-product-block .form-type-uc-quantity input{
    float: left;
    margin-right: 20px;
   /* margin-top: 0px;*/
}
#block-views-recomend-product-block .form-actions{
    display: none;
}
#block-views-recomend-product-block .form-item label{
    display: none;
}


#block-system-main .node .field-type-image .field-item a:hover:before{
    content: ' ';
    background: url(../images/lupa_tovar.png) no-repeat;
    background-position: 39px;
    height: 140px;
    left: 1px;
    opacity: 0.6;
    position: absolute;
    top: 21px;
    width: 140px;
    z-index: 9;
}
#block-system-main .node .field-type-image .field-item a:hover:after {
    content: ' ';
    background-color: #000;
    height: 140px;
    left: 1px;
    opacity: 0.6;
    position: absolute;
    top: 21px;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 140px;

}

#block-system-main .node .field-item img:hover:after {
    opacity: 0;
}

.view-id-new_slider .views-row,
.view-id-popular_slider .views-row{
    float: left;
    width: 25%;
    margin-bottom: 25px;
}
.views-field-buyitnowbutton .form-type-uc-quantity .required{
    width: 18px;
    height: 18px;
    border-radius: 2px;
}
.minus:before{
    content: "";
    position: absolute;
    background: url(../images/argooddown.png) no-repeat;
    width: 12px;
    height: 12px;
    margin-left: 30px;
    margin-top: 19px;
}
.minus:hover:before{
    content: "";
    position: absolute;
    background: url(../images/argooddown-h.png) no-repeat;
    width: 12px;
    height: 12px;
    margin-left: 30px;
    margin-top: 19px;
    cursor: pointer;
}
.plus:before{
    content: "";
    position: absolute;
    background: url(../images/argoodup.png) no-repeat;
    width: 12px;
    height: 12px;
    margin-left: 2px;
    margin-top: 6px;
}
.plus:hover:before{
    content: "";
    position: absolute;
    background: url(../images/argoodup-h.png) no-repeat;
    width: 12px;
    height: 12px;
    margin-left: 2px;
    margin-top: 6px;
    cursor: pointer;
}
.view-id-popular_slider .views-row-1{
    width: 23%;
    margin-right: 14px;
}
.form-type-uc-quantity label{
    display: none;
}

.page-taxonomy-term .required{
    width: 18px;
    height: 18px;
    border-radius: 2px;
    margin-left: -180px;
}

.page-taxonomy-term .minus:hover:before,
.page-taxonomy-term .minus:before{
    margin-left: -150px;
}

.page-taxonomy-term .views-field-buyitnowbutton .form-actions .form-submit{
    margin-right: 13px;
}

.page-node .add-to-cart .form-type-uc-quantity{
    margin-left: -45px;
    float: left;
    margin-top: -1px;
}

.page-node input.node-add-to-cart {
    padding: 2px 6px 1px 37px;
    text-transform: uppercase;
    background: url(../images/cart.png) -15px no-repeat #008798;
    float: right;
}

.page-node td .form-type-uc-quantity .plus,
.page-node td .form-type-uc-quantity .minus{
    display: none;
}
.page-node .field-type-text-with-summary .field-item{
    clear: both;
}
.not-logged-in .display-price{
 /*   top: -27px;*/
}
.view-display-id-block_1 .jcarousel-navigation{
   /* margin-top: -110px;*/
}

.field-name-uc-product-image .field-item:first-child{
    display: block !important;
}
.field-name-uc-product-image .field-item{
    display: none;
}
#user-login .required{
    width: 467px;
}

#user-login .minus,
#user-login .plus,
.form-item-panes-customer-primary-email .minus,
.form-item-panes-customer-primary-email .plus{
    display: none;
}
#edit-panes-customer-primary-email{
    width: 30%;
    margin-left: 36px;
}
.form-item-panes-delivery-address-delivery-postal-code button{
    padding: 2.7px 0px;
    margin-top: 2px;
    background: #008798;
    border: 1px solid #005763;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff !important;
}

.page-search .form-type-uc-quantity{
    text-align: left;
    margin-left: 15px;
}
div#block-block-4 {
    margin: 40px 0px 0px 0px;
    background: #e9ffd2;
    padding: 12px;
    border: 1px solid #5c8a2d;
    border-radius: 2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}
.co-msg {
    text-align: center;
    padding: 0 0 15px 0;

}
 .video-filter {
     width: 480px;
     float: left;
     position: relative;
 }
.modal_form{
    width: 1200px !important;
    float: left;
    height: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    margin-top: -300px;
    margin-left: -600px !important;

}
.video-filter>img{
    background: url(../images/exit.png) no-repeat;
    width: 79px;
    height: 73px;
    display: none;
    position: absolute;
    top: 0;
    z-index: 9999;
    right: 0;
}
.video-filter iframe{
    width: 460px;
    margin-left: 10px;
}

#block-block-24>.content>img{
    width: 475px;
    height: 185px;
    position: absolute;
    /* float: left; */
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    left: 0px;
    cursor: pointer;
    z-index: 99;
    background: url("../images/previos.jpg") no-repeat;
}

.page-taxonomy-term .required {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    margin-left: -180px;
}

.page-taxonomy-term .views-field-buyitnowbutton .form-actions .form-submit{
    margin-right: 13px;
}

.page-catalog .required {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    margin-left: -180px;
}
.page-catalog .views-field-buyitnowbutton .form-actions .form-submit{
    margin-right: 13px;
}

.page-catalog .minus:before{
    margin-left: -149.6px;
}
.node-type-other .node .field.field-name-field-delivey-time,
.page-node .node .field.field-name-field-delivey-time{
    display: block;
    font-size: 15px;
    color: #008798;
    text-align: right;
    margin-left: 93px;
    float: right;
    clear: right;
    margin-top: 21px;
}
.page-node .node .field.field-name-field-delivey-time{
    display: block;
    font-size: 15px;
    color: #008798;
    text-align: right;
    /* margin-left: 93px; */
    float: right;
    clear: right;
    /* margin-top: -83px; */
    position: absolute;
    right: 0px;
    margin-top: 59px;
}
.node-type-other .field-name-field-exp-price .field-item,
.page-node .field-name-field-exp-price .field-item{
    display: block;
    float: right;
    text-align: right;
    font-size: 15px;
    position: relative;
    font-weight: bold;
    color: #005763;
    width: 91px;

}
.form-type-uc-quantity .required {
    width: 18px;
    height: 18px;
    border-radius: 2px;
} 
.minus:before {
    content: "";
    position: absolute;
    background: url(../images/argooddown.png) no-repeat;
    width: 12px;
    height: 12px;
    margin-left: 30px;
    margin-top: 19px;
}
.plus:before {
    content: "";
    position: absolute;
    background: url(../images/argoodup.png) no-repeat;
    width: 12px;
    height: 12px;
    margin-left: 2px;
    margin-top: 6px;
}
.node-type-other .node .field.field-name-field-delivey-time {
    display: block;
    font-size: 15px;
    color: #008798;
    text-align: right;
    margin-left: 93px;
    float: right;
    clear: right;
    margin-bottom: -61px;
    margin-top: 109px;
}
.node-type-other .node .field.field-name-field-delivey-time {
    display: block;
    font-size: 15px;
    color: #008798;
    text-align: right;
    margin-left: 93px;
    float: right;
    clear: right;
    margin-bottom: 52px;
    margin-top: -14px;
}
/*
.node-type-other .display-price ,
.page-node .display-price{
    position: relative;
    position: absolute;
     top: -46px;
    right: -6px;
    background: #fff;
   top: 30px;
}
*/
.form-textarea-wrapper .minus,
.form-textarea-wrapper .plus{
    display: none;
}

.node-type-other .node .field-name-field-exp-price,
.page-node .node .field-name-field-exp-price{
    float: right;
    margin-left: 40px;
    clear: right;
    /* margin-top: -182px; */
    margin-top: -7px;
}
.page-node .node .field-name-field-exp-price{
    float: right;
    /* margin-left: 40px; */
clear: right;
    /* margin-top: -182px; */
    /* margin-top: -150px; */
    position: absolute;
    right: 0;
}

#block-views-recomend-product-block h2{
    background-color: #639432;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    padding: 0 6px;
    width: 97%;
    line-height: 26px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #1a3300;
    margin-bottom: -10px;
    margin-top: 54px;
}

#block-block-24 .content{
    position: relative;
}
/*
.node-type-other .node .field.field-name-field-delivey-time{
    display: block;
    font-size: 15px;
    color: #008798;
    text-align: right;
    margin-left: 93px;
    float: right;
    clear: right;
    margin-bottom: -61px;
    margin-top: 19px;
}*/
.node-type-other .node .field-name-field-exp-price {
    min-height: 80px;
    float: right;
    margin-left: 40px;
    clear: right;
    /* margin-top: -182px; */
    margin-top: -46px;
}
.page-user-password .required{
    width: 467px;
}
.page-user-password .minus,
.page-user-password .plus{
    display: none;
}

#block-system-main .node .add-to-cart{

    position: absolute;
    right: 0;
    margin-top: 112px;
}

.front #content .block {
    position: relative;
    clear: both;
} 

.address-pane-table .item{
    margin-bottom: 15px;
    margin-top: 5px;
}
.address-pane-table .item a{
    cursor: pointer; 
}

.region-content img{
    width: 140px;
    height: 140px; 
}

.page-news .view-id-news img{
    width: 140px;
    height: auto !important; 
}

.node-type-article .node-article .field-name-field-image img{
    width: 210px;
    height: auto !important; 
}

.page-taxonomy-term .region-content .view-razd-catalog img{
    width: 100px;
    height: 100px;     
}

.page-cart .region-content img {
    width: 50px;
    height: auto;
} 


  

@media screen and (min-width:1370px){
    .region-content img{
        width: 233px;
        height: 233px;  
    }
    .node-type-article .node-article .field-name-field-image img {
        width: 240px !important;
        height: auto !important; 
    }

    .page-news .view-id-news img{
        width: 233px;
        height: auto !important;    
    }
    /* body {
        line-height: 1.5;
        font-size: 14px;
        word-wrap: break-word;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
    } */
    .front #content .views-field-title {
        min-height: 57px;
        max-height: 57px;
        overflow: hidden;
        font-size: 17px;
        text-align: center;
        width: 87%;
    }
    #block-system-main .view-razd-catalog .views-field-name {
        text-align: center;
        padding: 8px;
        font-size: 20px;
        font-weight: bold;
    }
    .view-display-id-page,
    #block-system-main p{  
        font-size: 17px; 
    }
    .view-uc-catalog .views-field-title, .view-search .views-field-title, .view-filter-spyt .views-field-title {
        height: 60px;
        overflow: hidden;
        font-size: 19px;
        padding-top: 10px;
    } 
    #block-menu-menu-catalog-menu ul li a {
        font-size: 15px;
        line-height: 24px;
        color: #5c8a2d;
        font-weight: bold;
    }
    .views-field-field-descrioption .field-content {
        display: block;
        text-align: justify;
        font-size: 14px;
        padding: 0 13px;
    } 
    #block-views-infobanner-4-block .views-field-title {
        padding: 5px 0 5px 22px;
        width: 233px;
        text-align: center;
        font-weight: bold;
    }
    #block-views-infobanner-4-block .views-field-uc-product-image {
        height: 233px;
        width: 233px;
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 5px;
        margin: 0 auto;
        box-shadow: 0px 2px 5px 1px #DDDDDD;
        text-align: center;
    }
    #block-views-recomend-product-block h2 {
        background-color: #639432;
        color: #FFF;
        font-weight: bold;
        font-size: 15px;
        padding: 0 6px;
        width: 98.1%;
        line-height: 26px;
        text-transform: uppercase;
        text-shadow: 1px 1px 2px #1a3300;
        margin-bottom: -10px;
        margin-top: 54px;
    }
    #block-views-infobanner-4-block .views-row {
        width: 303px;
        display: inline-block;
        vertical-align: text-top;
    } 
    #block-views-infobanner-4-block {
        top: 20px;
        border: 1px solid #b7b7b7;
        padding: 2px;
        margin: 0 0 20px;
        box-shadow: 0px 2px 5px 1px #DDDDDD;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 610px;
    }
    .view-uc-catalog .views-field-uc-product-image, .view-search .views-field-uc-product-image, .view-filter-spyt .views-field-uc-product-image {
        width: 233px;
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 5px;
        margin: 0 auto;
        box-shadow: 0px 2px 5px 1px #DDDDDD;
    }
    #block-system-main .view-razd-catalog .views-row {
        display: inline-block;
        width: 235px;
        padding-bottom: 15px;
        vertical-align: top;
        border-bottom: 1px dotted #009001;
        height: 233px;
        padding-top: 15px;
    }
    #block-system-main .view-razd-catalog .views-field-uc-catalog-image {
        height: 166px;
        width: 214px;
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 5px;
        margin: 0 auto;
        box-shadow: 0px 2px 5px 1px #DDDDDD;
        text-align: center;
    }  

    .page-taxonomy-term .region-content .view-razd-catalog img{
        width: 166px;
        height: 166px;   
    }
    #block-block-24>.content>img {

        width: 669px;
    height: 185px;
    position: absolute;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.4);
    box-shadow: 0px 1px 5px 0px rgba(50,50,50,0.4);
    left: 0px;
    cursor: pointer;
    z-index: 99;
    background: url(/sites/all/themes/unisat/images/previos.jpg) no-repeat;
    background-color: black;
    background-position: 102px;
    }
    .section,
    #triptych{ 
     max-width: 1400px;   
     width: 100% !important;
     margin: 0 auto;
    }
    .video-filter {
        float: left;
        width: 660px !important;
        margin-right: 25px;  
    }

    #main {
        margin-top: 10px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1400px;   
     width: 100% !important;
    }
    #sidebar-first {
        width: 350px;
    }
    .one-sidebar #content {
        width: 1050px;
        padding-top: 3px;
    }

    .sidebar .block {
        border: 1px solid #b7b7b7;
        padding: 2px;
        margin: 0 0 20px;
        box-shadow: 0px 2px 5px 1px #DDDDDD;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 300px;
    }
    #block-block-11 .content a
{
        padding: 5px 125px 6px;
    }

    #block-block-9 .content a
{
        padding: 5px 102px 6px;
    }

    #block-block-18 .content a{
        padding: 5px 53px 6px;
    }

    #breadcrumb {
        margin: 0 15px;
        padding-left: 350px;
    }
    #block-views-new-slider-block img, #block-views-popular-slider-block img, #block-views-new-slider-block-1 img, #block-views-new-slider-block-3 img{
        width: 221px;
        height: auto; 
    }

    #block-block-20 img,
    #block-block-14 img{ 
        height: 137px !important;
        width: 302px !important;   
    }
    #triptych-wrapper {
        background-color: #f0f0f0;
        background: rgba(30, 50, 10, 0.08);
        border-top: 1px solid #e7e7e7;
        background: #639432;
    }
    
    #triptych h2 {
        color: #fff;
        font-size: 1.714em;
        line-height: 1;
        margin: 10px 0;
    }
    
    #triptych .block {
    
        padding-bottom: 2em;
    
        line-height: 1.3;
    }
    
    #triptych h2 {
        border-bottom: 1px dotted #fff;
        text-transform: uppercase;
        text-shadow: 1px 1px 2px #1a3300;
        font-size: 19px;
        padding-bottom: 10px;
    }
    
    #triptych .block.last {
        border-bottom: none;
    }
    
    #triptych p {
        color: #afd687;
        font-size: 17px;
    }
    
    #triptych .block ul li,
    #triptych .block ol li {
        list-style: none;
    }
    
    #triptych .block ul,
    #triptych .block ol {
        padding-left: 0;
    }
    
    #triptych #block-user-login .form-text {
        width: 185px;
    }
    
    #triptych #block-user-online p {
        margin-bottom: 0;
    }
    
    #triptych #block-node-syndicate h2 {
        overflow: hidden;
        width: 0;
        height: 0;
    }
    
    #triptych-last #block-node-syndicate {
        text-align: right;
    }
    
    #triptych #block-search-form .form-type-textfield input {
        width: 185px;
    }
    
    #triptych-middle #block-system-powered-by {
        text-align: center;
    }
    
    #triptych-last #block-system-powered-by {
        text-align: right;
    }

    .region-triptych-first {
        margin: 20px 20px 0 0;
        width: 350px;
       }
      .region-triptych-last {
        margin: 20px 0 0 20px;
        width: 300px;
       }
       .region-triptych-middle{width: 700px;margin: 20px 0;height: 250px;}
       #triptych .block ul li a {
        color: #fff;
        text-shadow: 1px 1px 2px #1a3300;
        font-size: 17px;
        line-height: 30px;
    }
    #triptych .block a {
        color: #fff;
        text-shadow: 1px 1px 2px #1a3300;
        font-size: 17px;
        line-height: 30px;
    }
    #triptych p { 
        color: #afd687;
        font-size: 17px;
        line-height: 30px;
    } 
    .region-triptych-middle {
        width: 700px;
        margin: 20px 0; 
        height: 461px;
    }
    ul.nice-menu a {
        padding: 0.6em 45px 1em 45px;
        font-size: 18px;
        font-weight: bold;
    }
    #block-system-main .node img {
        border: 1px solid #b7b7b7;
        box-shadow: 0px 2px 5px 1px #DDDDDD;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 221px;
        height: auto;
    }
    .page-node .field-type-text-with-summary .field-item {
        clear: both;
        font-size: 15px;
    }
    .node .content {
        font-size: 16px;
    }
    #block-views-recomend-product-block tr {
        border: 1px solid #ccc;
        font-size: 15px;
    }
    #block-views-special-slider-block .jcarousel-skin-default .jcarousel-clip-horizontal {
        width: 687px !important;
    }
    .jcarousel-navigation-after ul {
        width: 3506px !important;
    }
    #block-views-special-slider-block .jcarousel-skin-default .jcarousel-item-horizontal {
        margin: 0 84px;
    }
    .view-special-slider .jcarousel-next-horizontal {
        position: absolute;
        right: 35%;
        top: 103px;
    }
    .view-special-slider .jcarousel-prev-horizontal { 
        position: absolute;
        left: 35%; 
        top: 103px;
    }
    .jcarousel-skin-default .jcarousel-navigation {
        padding-top: 5px;
        margin-left: -1405px; 
    }
    #block-views-special-slider-block .jcarousel-skin-default .jcarousel-item{
        width: 529px !important;
    }   
    ul.nice-menu a:hover {
        text-decoration: none;
        background: url(/sites/all/themes/unisat/images/menu-h.png);
        border: 1px solid #3A6E04;
        margin-left: -1px;
        margin-right: -1px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        height: 12px;
    }
    ul.nice-menu a.active {
        text-decoration: none;
        background: url(/sites/all/themes/unisat/images/menu-h.png);
        border: 1px solid #3A6E04;
        margin-left: -1px;
        margin-right: -1px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        height: 12px;
    }

} 
.page-user-orders .region-content img{
    width: 16px;
    height: 16px;
}
#block-views-exp-filter-spyt-page{
    cursor: pointer;
}
#block-views-exp-filter-spyt-page .content{
    display:none;
}

#block-views-exp-filter-spyt-page.active .content{
    display:block;
}

#block-views-new-slider-block .views-row-5{
    clear: both;
}
.views-field.views-field-buyitnowbutton fieldset.form-wrapper {
    display: none;
}


.order-review-table .title-col {
    font-weight: bold;
    padding-left: 3em; 
    text-align: right;
    white-space: pre-wrap !important; 
}

.node-product-kit .add-to-cart fieldset{
    display: none;  
} 

#block-block-27{
    border-top: 1px dotted #009001;
    /* border-bottom: 1px dotted #009001; */
    padding-top: 10px;
    height: 290px;
    margin-bottom: 380px;
    padding-bottom: 20px;
}

#block-block-27 h2{
    margin: 0;
    padding: 0;
    position: absolute;
    top: -15px;
    font-size: 15px;
    line-height: 26px;
    background: url(../images/h2-bg.png);
    border: 1px solid #93c461;
    border-bottom: 1px solid #355a0f;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    padding: 1px 49px 0 9px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px #1a3300;
}

#block-block-27 .views-row{
    width: 25%; 
    /* margin-right: 14px; */
    float: left;
    /* width: 25%; */
    margin-bottom: 25px; 
}

/* #block-block-27 .views-row img {
    padding: 5px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
}  */


 
#block-block-27 .views-row .views-field-uc-product-image{
    width: 140px;
    height: 140px;
    position: relative;
    margin-bottom: 5px;   
    padding: 5px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
}

#block-block-27 .views-row .views-field-uc-product-image img{
    width: 100%;
    height: auto;
    vertical-align: middle;  
    /* margin-top: 45%;  */ 
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;    
}

.page-node-3000 .region-content img {
    width: 100% !important;
    height: auto !important;
}

#block-webform-client-block-3071 {
    display: none;
    position: fixed!important;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 100000;
}

#block-webform-client-block-3071 .content {
    margin: 0 auto;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#payment-pane .fieldset-wrapper .fieldset-description>div:first-child {
    color: #ff4040 !important;
    font-weight: bold;
    line-height: 25px;
}
#payment-pane .fieldset-wrapper .fieldset-description>div:nth-child(2) {
    margin-bottom: 20px;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content
{
    background: rgba(0, 0, 0, 0.7);
}
.fac-result {
    z-index: 10000;
	margin-top: -8px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #355a0f;
}
.fac-result li{
    border-bottom: 1px dotted #009001;
}
.fac-result .selected {
    background-color: #efefef;
}
.fac-result .display-price {
	position: relative!important;
	font-size: 14px;
    right: 3px;
    margin-left: 3px;
    top: 20px;
}
.fac-result .field-name-uc-product-image {
    padding: 5px 10px 0 5px;
}
.fac-result .field-name-uc-product-image img{
	margin: 0
}
.fac-result .content {
	font-size: 12px;
	line-height: 20px;
}
.fac-result .content a{
	color: #008798;
}
li.see-all-link a {
    color: black;
	padding-left: 5px;
}