/* CSS Document */


/*
colors
brown - #5C4832
green - #87a52e
gray - #454545

*/

@font-face {
    font-family: 'Alef-Regular';
    src: url('../fonts/Alef-Regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Alef-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Alef-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Alef-Regular.svg#svgAlef-Regular') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Alef-Bold';
    src: url('../fonts/Alef-Bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Alef-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Alef-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Alef-Bold.svg#svgAlef-Bold') format('svg');
    /* Legacy iOS */
}


/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    direction: rtl;
    outline: none;
    font-family: Arial;
}

*:focus {
    outline: 0;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* GENERAL */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: url(../images/green_bg.jpg) repeat;
    font-family: Arial;
    color: #454545;
}

.body_wrapper {
    background: url(../images/body_bubbles_bg.jpg) 50% 113px no-repeat;
}

a {
    text-decoration: none;
}

.wrap {
    width: 980px;
    margin: 0 auto;
}

.clr,
.clear {
    clear: both !important;
    width: 100% !important;
    height: 1px !important;
    margin: 0 0 !important;
    padding: 0 0!important;
    line-height: 1px !important;
    float: none !important;
    background: none !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    background-color: transparent;
}


/* HEADER */

.header {
    background: url(../images/headerBg.png) 0 100% repeat-x;
    width: 100%;
    min-height: 400px;
}

.header .logo img {
    margin-top: 8px
}

.header .logo {
    float: left;
}

.small {
    font-size: 13px;
}

.header .headerLeft {
    width: 585px;
    float: right;
    padding: 10px 0;
}

.header .headerLeft .menu {
    list-style: none;
    padding: 8px 0;
    display: inline-block;
    float: right;
    margin-right: 12px;
}

.header .headerLeft .menu li {
    float: right;
    display: block;
    border-left: 1px solid #795e3e;
}

.header .headerLeft .menu li:last-child {
    border: 0 none;
}

.header .headerLeft .menu li a {
    display: block;
    padding: 0 10px;
    font-size: 12px;
    color: #795e3e;
}

.header .headerLeft .menu li a:hover {
    border-bottom: 1px dotted #748b05;
}

.header .headerLeft .loginButtns {
    background: #e6e5e2;
    float: right;
    border-radius: 15px;
    padding-left: 10px;
    display: inline-block;
}

.header .headerLeft .loginButtns a {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    color: #795e3e;
    height: 23px;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.header .headerLeft .loginButtns a.loginBtn {
    background: url(../images/userIcon.png) 100% 2px no-repeat;
    padding-right: 28px;
    height: 28px;
    line-height: 28px;
    border-left: 1px solid #fff;
}

.header .headerLeft .loginButtns a.myCollectionBtn {
    background: url(../images/collectionIcon.png) 100% 2px no-repeat;
    padding-right: 28px;
    height: 28px;
    line-height: 28px;
}
.header .bannergroup .banneritem{
    display: inline-block;
    width: 33%;
    text-align: center;
    overflow: hidden;
}
.header .bannergroup .banneritem img{
    max-width: 95%;
}
.header .wrap .moduletable{
    margin-bottom: 0;
}
.alert {
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 58%;
    right: 36%;
    max-width: 250px;
    background: #d9e6bc;
    color: #4f6228;
    border: 3px solid #4f6228;
    z-index: 2;
}

.alert,
.alert h4 {
    color: #4f6228;
}

.alert h4 {
    margin: 0;
    color: red;
    font-weight: bold;
    margin-bottom: 10px!important;
}

.alert .close {
    position: relative;
    top: 8px;
    right: -24px;
    line-height: 0px;
    float: right;
    font-weight: 900;
    cursor: pointer;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-info h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block>p,
.alert-block>ul {
    margin-bottom: 0;
}

.alert-block p+p {
    margin-top: 5px;
}


/* MAIN MENU */

.header .mainMenu .menu {
    list-style: none;
    margin-top: 7px;
}

.header .mainMenu .menu>li {
    float: right;
    width: 11.1%;
}

.header .mainMenu .menu>li>a {
    font-family: Alef-Bold;
    font-size: 19px;
    color: #87a52e;
    text-align: center;
    display: block;
    padding: 10px 0;
}

.header .mainMenu .menu>li.current>a {
    color: #5C4832;
}

.header .mainMenu .menu>li>a:hover {
    background: url(../images/main_menu_hover_bg.png) 0 0 no-repeat;
    color: #5C4832;
}
.header .mainMenu .menu > li:nth-child(2) > a {
    font-weight: bold;
}
div.maximenuckh div.maximenuck2 {
    float: right !important;
}

div.maximenuckh ul.maximenuck li.maximenuck {
    position: static !important;
}

div.maximenuckh ul.maximenuck li div.floatck {
    width: 950px !important;
    background: #F3EFDA !important;
    border-top: 9px solid #8fa23c;
    padding: 15px 15px 30px 15px !important;
    position: relative;
    border-bottom: 3px solid #fff;
    -moz-box-shadow: 0 8px 6px -6px #999;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.maximenuck .custom {
    width: 600px;
    font-size: 13px;
    color: #5e5e5f;
    background: url(../images/megaMenuSubMenuDevider.png) 100% 100% no-repeat;
    margin: 0 -15px;
    padding: 0 15px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    float: right;
}

.maximenuck .custom h3 {
    font-size: 26px;
    color: #654521;
    text-shadow: 1px 1px #FFFFFF;
    font-weight: normal;
    margin-bottom: 7px;
}

.maximenuck2.first {
    width: 100%;
}

.maximenuck2 a {
    padding-bottom: 10px !important;
}

.maximenuck2 a>.titreck {
    text-shadow: 1px 1px #FFFFFF;
    background: url(../images/megaMenuSubMenuLinkBg.png) 0 7px no-repeat;
    padding-left: 15px !important;
    width: auto;
    font-weight: bold;
    font-size: 16px;
    color: #7c8f30;
    display: table-cell !important;
    line-height: 23px;
}

.maximenuck2 a .descck {
    font-size: 11px;
    color: #5e5e5f;
    display: block;
    text-shadow: none;
    font-weight: normal;
    width: 150px;
    padding-bottom: 20px;
    line-height: 13px;
}

.maximenuck2 a img {
    float: right;
    margin: 2px 0 25px 7px !important;
}

.maximenuck2 .bgImage {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* END OF MAIN MENU */

.moduletable, .custom {
    margin-bottom: 35px;
}

.leftPos {
    float: left;
    width: 650px;
    min-height: 300px;
}

.leftPos .intro a,
.leftPos .fullText a {
    color: #87a52e;
    text-decoration: underline;
}

.leftPos .intro a:hover,
.leftPos .fullText a:hover {
    color: #5c4832;
    text-decoration: underline;
}

.leftPos .fullText object {
    margin-right: 26px;
}

.imgLeft2 {
    float: left;
    margin-top: 28px;
    margin-right: 34px;
    margin-bottom: 20px;
}

.imgCredit {
    cursor: pointer;
}

.imgRight2 {
    float: right;
    margin-top: 28px;
    margin-left: 34px;
    margin-bottom: 20px;
}

.leftPos .fullText img {
    max-width: 618px;
    border: 3px solid #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 28px;
}

table .imgWrapperRight,
table .imgWrapperLeft {
    margin-right: 0!important;
    margin-left: 0!important;
}

.fullText table.no-border,
.fullText table.no-border tr,
.fullText table.no-border td {
    border: 0;
}

.rightPos {
    float: right;
    width: 300px;
    -webkit-box-shadow: 0px 2px 18px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 2px 18px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 2px 18px -6px rgba(0, 0, 0, 1);
    border: #e0e4cc solid 1px;
    margin: 35px 13px 30px 0;
}

.rightPosContent {
    float: left;
    width: 264px;
    margin: 35px 0 30px 30px
}

.leftPosContent {
    float: right;
    width: 650px;
    margin: 35px 30px 30px 0
}

.mainContainer {
    background: url(../images/mainBg.png) repeat;
    box-shadow: 0px 1px 10px #999;
    -moz-box-shadow: 0px 1px 10px #999;
    -webkit-box-shadow: 0px 1px 10px #999;
}

.rightPos_inner>h3 {
    color: #5C4832;
    margin: 8px 8px 0;
    font-weight: bold;
    font-size: 14px;
}

.rightPos img,
.plant_item_left img,
.rightPosContent img {
    max-width: 300px;
}

.home_right img {
    max-width: 202px;
}

.rightPos .tooltipattributes img {
    max-width: none;
}


/*Scroll bar*/

.ps-container .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    display: none !important;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: opacity .2s linear;
    -webkit-transition: opacity.2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0;
    /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container:hover .ps-scrollbar-x,
.ps-container.hover .ps-scrollbar-x {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-x:hover,
.ps-container .ps-scrollbar-x.hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    cursor: default;
}

.ps-container .ps-scrollbar-x.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    left: 3px;
    /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
    background-color: #909484;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -o-transition: opacity .2s linear;
    -webkit-transition: opacity.2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.ps-container.ie .ps-scrollbar-y {
    font-size: 0;
    /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container:hover .ps-scrollbar-y,
.ps-container.hover .ps-scrollbar-y {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-y:hover,
.ps-container .ps-scrollbar-y.hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    cursor: default;
}

.ps-container .ps-scrollbar-y.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity=90);
}


/*End Scroll bar*/


/* START OF FOOTER */

.social_footer {
    float: left;
    margin-left: 8px;
}

.footer {
    height: 620px;
    position: relative;
    bottom: 0;
    width: 100%;
    background: url(../images/footer.jpg) 50% 100% repeat-x;
}

.footer .theMainFooter {
    height: 280px;
    width: 100%;
    position: absolute;
    bottom: 40px;
    padding: 20px 0;
}

.footer .copyrights {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: #020100;
    padding: 10px 0;
}

.footer .copyrights a {
    float: left;
    margin-top: 5px;
}

.footer .copyrights .center {
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.skeleton {
    position: absolute;
    left: 0;
    bottom: 40px;
}

.fotterTopMenu {
    float: left;
}

.fotterTopMenu .menu {
    list-style: none;
}

.fotterTopMenu .menu li {
    float: right;
    border-left: 1px solid #e3ddc0;
    height: 16px;
}

.fotterTopMenu .menu li:last-of-type {
    border: none 0;
}

.fotterTopMenu .menu li a {
    color: #e3ddc0;
    font-size: 13px;
    padding: 0 7px;
    line-height: 15px;
    display: block;
}


/* NEWSLETTER */

.newsletter {
    float: right;
}

.newsletterDiv {
    background: #f0f2eb;
    border-radius: 5px;
    padding: 3px;
    width: 258px;
    position: relative;
    height: 24px;
}

.newsletterDiv .input {
    padding-right: 7px;
    font-size: 12px;
    color: #5e5e5f;
    font-style: italic;
    border: 0 none;
    background: 0;
    width: 180px;
    height: 18px;
    margin: 3px 0;
    line-height: 17px;
}
.newsletterDiv .input.form-control{
    padding: 0 7px 0 0;
}

.newsletterDiv .submit {
    float: left;
    height: 24px;
    display: block;
    color: #fff;
    border-radius: 3px;
    width: 70px;
    font-weight: bold;
    line-height: 22px;
    background: #abc250;
    /* Old browsers */
    background: -moz-linear-gradient(top, #abc250 0%, #7c8f30 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #abc250), color-stop(100%, #7c8f30));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #abc250 0%, #7c8f30 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #abc250 0%, #7c8f30 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #abc250 0%, #7c8f30 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #abc250 0%, #7c8f30 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#abc250', endColorstr='#7c8f30', GradientType=0);
    /* IE6-9 */
}


/*checkbox | radio replacment*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.prettycheckbox,
.prettyradio {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
    width: 100%;
}

.inputs_form {
    padding: 15px 15px 11px 15px;
}

.inputs_form .div_inputs {
    float: right;
    width: 80%;
}

.inputs_form .prettycheckbox {
    width: 25%;
}

.inputs_form .div_inputs .prettycheckbox label {
    font-size: 16px;
}

.inputs_form .div_inputs .prettycheckbox:nth-child(3) {
    width: 25%;
}

.prettycheckbox>a,
.prettyradio>a {
    width: 18px;
    height: 18px;
    background: url(../images/prettyCheckable-gray.png) no-repeat;
    display: block;
    cursor: pointer;
    margin: 0;
    float: right;
}

.agree .prettycheckbox {
    width: auto;
}

.prettycheckbox.error * {
    color: red
}

.prettyradio a {
    background-position: 0 -120px;
}

.prettycheckbox a:focus,
.prettyradio a:focus {
    outline: 0 none;
}

.prettycheckbox a:focus {
    background-position: 0 -30px;
}

.prettyradio a:focus {
    background-position: 0 -150px;
}

.prettycheckbox a.checked {
    background-position: 0 -60px;
}

.prettyradio a.checked {
    background-position: 0 -180px;
}

.prettycheckbox a.checked:focus {
    background-position: 0 -90px;
}

.prettyradio a.checked:focus {
    background-position: 0 -210px;
}

.prettycheckbox label,
.prettyradio label {
    display: block;
    /* float: right; */
    margin: 1px 5px 5px;
    cursor: pointer;
    line-height: 14px;
    margin-right: 22px;
}

.has-pretty-child>label {
    float: right;
}

.prettycheckbox.disabled a,
.prettyradio.disabled a,
.prettycheckbox.disabled label,
.prettyradio.disabled label {
    cursor: not-allowed;
}

.prettycheckbox.disabled a {
    background-position: 0 -240px;
}

.prettyradio.disabled a {
    background-position: 0 -270px;
}


/* end checkbox | radio replacment*/


/*
Version: 3.4.1 Timestamp: Thu Jun 27 18:02:10 PDT 2013
*/

.select2-container {
    margin: 0;
    position: relative;
    display: block;
    width: 96%;
    padding: 2%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #a3a3a3;
    background: #fff;
    width: 96%;
    padding: 2%;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    /*
      Force border-box so that % widths fit the parent
      container without overlap because of margin/padding.

      More Info : http://www.quirksmode.org/css/box.html
    */
    -webkit-box-sizing: border-box;
    /* webkit */
    -khtml-box-sizing: border-box;
    /* konqueror */
    -moz-box-sizing: border-box;
    /* firefox */
    -ms-box-sizing: border-box;
    /* ie */
    box-sizing: border-box;
    /* css3 */
}

.select2-container .select2-choice {
    display: block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    line-height: 18px;
    color: #444;
    text-decoration: none;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice>.select2-chosen {
    display: block;
    overflow: hidden;
    font-size: 13px;
    color: #999;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url('../images/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-undermask {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    background-color: transparent;
    filter: alpha(opacity=0);
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #a3a3a3;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #a3a3a3;
}


/*.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;

    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}
*/

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url('../images/select2.png') no-repeat 100% -22px;
    background: url('../images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('../images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('../images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('../images/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('../images/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('../images/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('../images/select2-spinner.gif') no-repeat 100%;
    background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {}


/*.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
       -moz-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;

    -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
}*/

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #a3a3a3;
    border-top-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center top, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}


/* results */

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: auto;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub>li .select2-result-label {
    padding-left: 20px
}

.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 40px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 60px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 80px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 100px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 110px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 120px
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: bold;
    text-decoration: underline;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: white;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    font-size: 12px;
}


/*
disabled look for disabled choices in the results dropdown
*/

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
    display: none;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}


/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
    min-width: 216px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #a3a3a3;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-container-multi .select2-choices li {
    float: right;
    list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('../images/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 18px 3px 5px;
    margin: 6px 5px 3px 0;
    position: relative;
    font-size: 13px;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url('../images/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}


/* disabled styles */

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none;
}


/* end multiselect */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    outline: 0;
    left: 0px;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}


/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('../images/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }
    .select2-search input {
        background-position: 100% -21px !important;
    }
}


/* Home featured items */

.home_filters {
    float: right;
    width: 450px;
}

.home_filters h3 {
    font-size: 24px;
    color: #5C4832;
    margin: 10px 0
}

.home_top_left h3 {
    font-size: 24px;
    color: #5C4832;
    margin: 10px 0 4px
}

.home_top_left {
    float: left;
    width: 450px;
}

.home_right {
    float: right;
    width: 224px;
}

.home_featured {
    float: left;
    width: 756px;
}

.home_featured .moduletable,
.home_featured .custom
{
    width: 756px
}

.home_top_left .yellow_btns li {
    margin-left: 35px;
    width: 205px;
    float: right;
    margin-bottom: 11px;
}

.home_top_left .yellow_btns li.even {
    margin-left: 0;
}

.home_top_left .yellow_btns li>div>span {
    right: 5px;
}

.home_top_left .yellow_btns li>div a {
    padding: 23px 66px 23px 0;
}

.tokeep_home_search_box {
    margin-bottom: 19px;
    border: #e0dfc1 solid 1px;
    background: #FFF
}

.tokeep_home_search_box input {
    margin: 8px 14px;
    background: none;
    font-style: italic;
    border: none 0;
    width: 340px;
    font-size: 16px;
    text-indent: 5px;
}

.tokeep_home_search_box_inner .inputbox {
    margin: 5px;
    height: 35px;
    border-right: 1px solid #e2e4de;
    background: url(../images/search_inp_bg.png) 0 0 repeat-x;
}

.tokeep_home_search_box #submitTxt {
    float: left;
    background: url(../images/search_icon.png) 50% 50% no-repeat;
    width: 42px;
    height: 35px;
    border: 0 none;
    margin: 0 0;
    cursor: pointer;
}

.tokeep_home_search_box #filterPlantsOptions {
    background: #eceedc url(../images/border-horz.png) 0 0 repeat-x;
    padding: 16px 11px 11px;
}

.tokeep_home_search_box .filterHomeOptions {
    background: #eceedc url(../images/border-horz.png) 0 0 repeat-x;
    padding: 16px 11px 11px;
}

.tokeep_home_search_box #filterPlantsOptions>label,
.tokeep_home_search_box .filterHomeOptions>label {
    float: right;
    width: 75px;
}

.tokeep_home_search_box #filterPlantsOptions>ul,
.tokeep_home_search_box .filterHomeOptions>ul {
    float: left;
    width: 348px;
}

.tokeep_home_search_box #filterPlantsOptions>ul.radioGroup2 li {
    width: 80px;
    display: inline-block
}


/*.tokeep_home_search_box #filterPlantsOptions > ul.radioGroup2 li:nth-child(3){  width: 121px;}
.tokeep_home_search_box #filterPlantsOptions > ul.radioGroup2 li:nth-child(5){  width: 152px;}*/

.tokeep_home_search_box #filterPlantsOptions>ul.radioGroup2 li:nth-child(7) {
    width: 120px;
}

.tokeep_home_search_box #filterPlantsOptions>ul.radioGroup2 li:nth-child(8) {
    width: 164px;
}

.tokeep_home_search_box #filterPlantsOptions>ul.radioGroup2 li:nth-child(9) {
    width: 160px;
}

.tokeep_home_search_box .filterHomeOptions>ul.radioGroup2 li {
    width: 160px;
    display: inline-block
}

.tokeep_home_search_box #filterPlantsOptions>ul.radioGroup2 li.fourth {
    width: 94px;
}

.tokeep_home_search_box #filterPlantsOptions .clear {
    background: url(../images/home_search_border.png) !important;
    height: 3px !important;
    margin-bottom: 13px !important;
}

.tokeep_home_search_box .innerFilterTypes {
    padding: 15px 15px 9px 0;
    background: #eceedc;
}

.tokeep_home_search_box h4 {
    color: #5C4832;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 9px;
    margin-right: 12px;
    margin-top: 11px;
}

.tokeep_home_search_box label {
    font-size: 12px;
}

.tokeep_home_search_box #fiterTypesOptions li {
    float: right;
    width: 102px;
}

.advFilters {
    display: none;
}

.tokeep_home_search_box .color a,
.filter_wrapper .color a {
    background: url(../images/color_checkbox.png) no-repeat;
    width: 22px;
    height: 22px;
}

.tokeep_home_search_box .colors label {
    margin: 0 3px 0 4px
}

.tokeep_home_search_box .colors li {
    margin: 0 3px 0 4px;
    float: right
}

.filter_wrapper .colors label {
    margin: 0 3px 0 4px
}

.tokeep_home_search_box .color div.prettycheckbox {
    margin-top: -3px;
    padding-bottom: 8px;
}

.color.green a {
    background-position: -442px -32px
}

.color.lightblue a {
    background-position: -415px -32px
}

.color.purple a {
    background-position: -248px -32px
}

.color.pink a {
    background-position: -28px -32px
}

.color.red a {
    background-position: 0px -32px
}

.color.orange a {
    background-position: -111px -32px
}

.color.black a {
    background-position: -303px -32px;
}

.color.white a {
    background-position: -221px -32px;
}

.color.lightyellow a {
    background-position: -194px -32px;
}

.color.yellow a {
    background-position: -167px -32px;
}

.color.darkyellow a {
    background-position: -138px -32px
}

.color.blue a {
    background-position: -386px -32px
}

.color.bordo a {
    background-position: -470px -32px
}

.color.lightpink a {
    background-position: -56px -32px;
}

.color.lilah a {
    background-position: -276px -32px;
}

.color.gray a {
    background-position: -331px -32px
}

.color.brown a {
    background-position: -359px -32px
}

.color.green a.checked {
    background-position: -442px -1px
}

.color.lightblue a.checked {
    background-position: -415px -1px
}

.color.purple a.checked {
    background-position: -248px -1px
}

.color.pink a.checked {
    background-position: -28px -1px
}

.color.red a.checked {
    background-position: 0px -1px
}

.color.orange a.checked {
    background-position: -111px -1px
}

.color.black a.checked {
    background-position: -303px -1px;
}

.color.white a.checked {
    background-position: -221px -1px;
}

.color.lightyellow a.checked {
    background-position: -194px -1px;
}

.color.yellow a.checked {
    background-position: -167px -1px;
}

.color.darkyellow a.checked {
    background-position: -138px -1px
}

.color.blue a.checked {
    background-position: -386px -1px
}

.color.bordo a.checked {
    background-position: -470px -1px
}

.color.lightpink a.checked {
    background-position: -56px -1px;
}

.color.lilah a.checked {
    background-position: -276px -1px;
}

.color.gray a.checked {
    background-position: -331px -1px
}

.color.brown a.checked {
    background-position: -359px -1px
}

.filter_wrapper li.color label {
    margin: 1px 1px 11px
}

ul.medium li {
    width: 83px;
    display: inline-block
}

ul.long li {
    width: 165px;
    display: inline-block
}

.search_sub_btns {
    background: #eceedc url(../images/home_adv_search_btns.png) 0 0 no-repeat;
    height: 46px;
    clear: both
}

#search_green {
    float: left;
    width: 151px;
    height: 33px;
    cursor: pointer;
    background: none;
    border: none;
    margin: 0 0 0 226px
}

#search_adv_btn {
    float: right;
    width: 101px;
    height: 33px;
    cursor: pointer;
    background: none;
    border: none;
    margin: 0 18px 0 0
}

.nobg {
    background: none !important
}

.featuredItem {
    float: left;
    width: 200px;
    padding: 10px;
    background: #95ab63;
    margin: 0 19px 19px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tokeep_home_search_box_inner #search_green {
    margin-left: 62px
}

.tokeep_home_search_box_inner #search_adv_btn {
    margin-right: 154px;
    width: 151px;
}

.innerfeaturedItem {
    padding: 1px;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.featuredItem h3 a {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.77);
    margin-bottom: 9px;
    display: block;
}

.innerfeaturedItem img {
    width: 198px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 6px;
}

.innerfeaturedItem span {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
    float: right
}

.innerfeaturedItem span.typeTag {
    position: absolute;
    top: 3px;
    right: 3px;
    float: right;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px;
    color: #000;
    font-weight: bold;
    font-size: 11px;
}

.innerfeaturedItem span div {
    float: left;
    width: 134px;
    -ms-word-break: break-all;
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
}

.innerfeaturedItem label {
    width: 50px;
    display: inline-block;
    padding: 0 7px;
}

.addToFavHome {
    width: 114px;
    height: 83px;
    background: url(../images/homeAddToCollection.png) no-repeat;
    display: block;
    position: absolute;
    top: 30px;
    left: 43px;
    cursor: pointer;
    display: none
}

.addToFavHome.loginFirstHome {
    background-position: 0 100%
}

.home_slider,
.home_slider ul {
    position: relative;
    width: 444px;
    height: 273px;
}

.home_slider ul li {
    overflow: hidden;
    width: 448px;
    height: 273px;
}

.home_slider .cycle-next {
    background: url(../images/gallery_arrow.png);
    width: 58px;
    height: 58px;
    display: none;
    position: absolute;
    top: 38%;
    left: 10px;
    z-index: 101;
    display: block;
}

.home_slider .cycle-prev {
    background: url(../images/gallery_arrow.png) -68px 0;
    width: 58px;
    height: 58px;
    right: 10px;
    left: auto;
    position: absolute;
    top: 38%;
    display: block;
    z-index: 101;
}

.home_slider li span {
    position: absolute;
    bottom: 6px;
    right: 6px;
    float: right;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px;
    color: #454545;
    font-weight: bold;
    font-size: 11px;
    max-width: 95%;
}

.home_slider li img {
    border: #FFF solid 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

h2.last_updates {
    text-align: center;
    font-size: 22px;
    margin: 15px 0 22px;
    background: url(../images/last_updates_bg.png) 50% 50% no-repeat;
    line-height: 39px;
}

.home_right .moduletable,
.home_right .custom,
.moduletablebg {
    background: #f6f6f6;
    border: solid 1px #cbd5b0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
}

.home_right h3 {
    font-size: 17px;
    color: #5C4832;
    margin: 0 0 10px;
    font-weight: bold;
}

.hp_article {
    margin: 10px -10px;
    background: url(../images/border-horz.png) 0 100% repeat-x;
    padding: 0 10px 10px;
}

.hp_article.last {
    margin: 10px -10px;
    background: none;
    padding: 0 10px 0px;
}

.hp_article a {
    font-size: 16px;
    font-weight: bold;
    color: #87a52e
}

.hp_article a:hover {
    color: #5C4832
}

.hp_article span {
    font-size: 11px;
}

.moduletabletags {
    background: #fefdf7;
    height: 106px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.moduletabletags .moduleInner {
    border: solid 1px #cbd5b0;
    padding: 10px;
}

.home .moduletabletags .moduleInner {
    border: solid 0px #cbd5b0;
}

.moduletabletags h3,
.custom h3,
.moduletable h3,
.moduletablebg h3 {
    font-size: 17px;
    color: #5C4832;
    margin: 0 0 10px;
    font-weight: bold;
}

#tags_mod li {
    float: right;
    margin: 3px;
    background: url(../images/tags_bg.png) 100% 100% no-repeat;
    padding-right: 7px;
}

#tags_mod li a {
    display: block;
    background: url(../images/tags_bg.png) 0 0 no-repeat;
    padding-left: 10px;
    line-height: 27px;
    padding-right: 6px;
    color: #87a52e;
    font-size: 13px;
    font-weight: bold;
}

#tags_mod li a:hover,
div.maximenuckh ul.maximenuck li li.maximenuck a:hover,
div.maximenuckh ul.maximenuck li li.maximenuck a:hover span {
    color: #5c4832;
}

.home_top_left>.moduletable {
    margin-bottom: 44px;
}

.moduletablerecent {
    color: #454545;
    font-size: 12px;
    margin: 0 12px 20px;
    font-weight: bold;
}

.moduletablerecent a {
    color: #87a52e;
    font-weight: normal;
    display: inline-block;
    border-bottom: dotted #87a52e 1px;
    margin-right: 5px;
}

.moduletablerecent a:hover {
    color: #5c4832;
    border-bottom: none;
}

.customlist ul {
    margin: 10px 3px;
}

.customlist ul li {
    margin: 9px 0px;
    background: url(../images/plus_icon.png) 100% 50% no-repeat;
    padding-right: 22px;
    font-size: 14px;
}

.home_right .register {
    display: block;
    background: url(../images/fb_login_reg.png) 0 0 no-repeat;
    width: 199px;
    height: 26px;
    cursor: pointer;
    margin: 15px -1px 10px;
}

.home_right .fbconnct_btn {
    display: block;
    background: url(../images/fb_login_reg.png) 0 -45px no-repeat;
    width: 199px;
    height: 26px;
    cursor: pointer;
    margin: 0 -1px 10px;
}

.fbconnct_btn_wrp {
    background: url(../images/border-horz.png) 0 0 repeat-x;
    padding-top: 10px;
}


/*pagination*/

.pagination {
    text-align: center;
    font-size: 11px;
}

.pagination .pageLinks ul {
    background: #CCC;
    margin: 10px auto 20px;
    display: inline-block;
    padding: 3px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.pagination .pageLinks li {
    display: inline-block;
    background: #FFF;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    margin-left: 4px;
    border: solid #dedede 1px;
}

.pagination .pageLinks li:hover {
    display: inline-block;
    background: #f3f0e1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 240, 225, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(243, 240, 225, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 240, 225, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 240, 225, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 240, 225, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 240, 225, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f0e1', GradientType=0);
    /* IE6-9 */
    margin-left: 4px;
    border: solid #dedede 1px;
}

.pagination .pageLinks li:active {
    display: inline-block;
    background: #f3f0e1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 240, 225, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(243, 240, 225, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 240, 225, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 240, 225, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 240, 225, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 240, 225, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f0e1', GradientType=0);
    /* IE6-9 */
    margin-left: 4px;
    border: solid #87a52e 1px;
}

.pagination .pageLinks li a {
    color: #6c8e06;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 5px;
    display: block;
}

.pagination .pageLinks li span {
    color: #5e5e5f;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 5px;
    display: block;
}

.pagination .pageLinks li.pagination-start {
    -webkit-border-radius: 25px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 25px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 25px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
    margin-right: 1px
}

.pagination .pageLinks li.pagination-end {
    -webkit-border-radius: 25px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 25px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    margin-left: 1px;
}


/*end pagination*/


/*plants view - popup*/

.plants_gallery {
    width: 636px;
    overflow: visible !important;
}

.plant_gallery_item {
    position: absolute;
    float: left;
    width: 175px;
    padding: 10px;
    background: #95ab63;
    margin: 0 17px 19px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 2;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.80);
}

.father_plants .plant_gallery_item {
    position: inherit;
}

.plant_gallery_item img {
    border: 0 none
}

.plant_gallery_inner_item {
    padding: 1px;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.plant_gallery_item h3 a {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.77);
    margin-bottom: 9px;
    display: block;
}

.plant_gallery_item img.itemImg {
    width: 173px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 6px;
}


/*top:39%*/

.plantPopupWrapper {
    position: fixed;
    left: 50%;
    margin-left: -490px;
    top: 53%;
    z-index: 999;
    width: 980px;
    border-top: #95ab63 solid 9px;
    background: #efe9ce;
    display: none;
    min-height: 250px;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.80);
    border-bottom: #fff solid 1px;
}

.plantPopArrow {
    width: 18px;
    height: 8px;
    background: url(../images/plant_arrow.png) 50% 0 no-repeat;
    margin: -17px auto 7px
}

.arrow_right .plantPopArrow {
    margin: -17px 79px 7px 0
}

.arrow_left .plantPopArrow {
    margin: -17px 508px 7px 0
}

.loading {
    background: #efe9ce url(../images/loading.gif) 50% 50% no-repeat;
}

.plantPopup {
    padding: 19px;
}

.plantPopup a,
.provider_desc a,
.collections_list a {
    color: #87a52e;
}

.plantPopup .related a {
    padding-right: 9px;
}

.plantPopup .related {
    font-size: 14px;
    margin-bottom: 7px;
}

.plantPopup a:hover,
.provider_desc a:hover,
.collections_list a:hover,
.plantList a:hover {
    text-decoration: underline;
}

.plantPopup .plantRightX {
    width: 235px;
    float: right;
}

.plantPopup .plantRight {
    width: 235px;
    position: relative;
}

.plantPopupWrapperGallery .plantPopup {
    padding: 25px 150px;
}

.gallery_items .plantPopup .plantRight,
.plantPopupWrapper .plantPopup .plantRight {
    float: right;
}

.plantPopup .plantRight img {
    width: 230px;
    border: solid 1px #fff;
    max-height: 360px
}

.plantPopup .plantRight a.enlargeImg,
.custom_img_art a.enlargeImg,
.div_main_image_provider a.enlargeImg,
.fullText_article a.enlargeImg {
    width: 93px;
    height: 150px;
    position: absolute;
    left: 0;
    background: url(../images/enlarge.png) 19% 85% no-repeat;
    background-size: 33% auto;
    bottom: 0;
}

.plantPopup .plantRight a.enlargeImg {
    height: 44px;
    top: 0;
    bottom: inherit
}

.ad-image a.enlargeImg {
    width: 148px;
    height: 136px;
    position: absolute;
    left: 50%;
    background: url(../images/enlarge.png) 19% 85% no-repeat;
    /* background-size: 33% auto; */
    top: 123px;
    margin-left: -75px;
    opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

.ad-image:hover a.enlargeImg {
    opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=100);
}

.plantPopup .plantRight .caption {
    position: absolute;
    bottom: 4px;
    right: 2px;
    float: right;
    padding: 3px;
    background: #efe9ce;
    font-size: 11px;
    font-weight: bold;
    color: #5e5e5f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.plantPopup .plantLeft {
    width: 325px;
    float: left;
    max-height: 280px;
    position: relative;
    overflow: hidden;
    padding: 6px 18px 0px 0px;
    /*border: 1px solid #868484;*/
    border-radius: 5px;
    background: #fff
}

.plantPopup .plantLeft h1 {
    color: #795e3e;
    font-size: 20px;
    margin-bottom: 12px;
}

.plantPopup .plantLeft h1 .title2 {
    display: block;
    font-size: 18px;
    margin-top: 10px;
}

.plantPopup .plantLeft h3 {
    clear: both;
    color: #795e3e;
    font-size: 14px;
    margin-bottom: 9px;
    font-weight: bold;
    margin-bottom: 12px;
}

.plantPopup .plantLeft .fatherTopics {
    display: block;
    color: #87a52e;
    font-size: 15px;
    margin-bottom: 7px;
}

.plantPopup .plantLeft .desc {
    font-size: 13.5px;
}

.plantLeft .details a:hover {
    text-decoration: underline;
}

.plant_gallery_inner_item h3 {
    margin: 3px;
    margin-bottom: 0;
}

.plant_gallery_inner_item h3 a {
    color: #654521;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 3px;
}

.plant_gallery_inner_item h4 {
    color: #654521;
    font-size: 13px;
    margin: 0 3px 6px;
    font-weight: bold
}

.galCaption {
    float: right;
    /*width:235px;*/
    width: 170px;
    font-size: 12px;
    color: #858786;
    word-wrap: break-word;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.plantPopup .plantLeft .addToFav {
    background: url(../images/addToFav.png) 0 0 no-repeat;
    width: 116px;
    height: 40px;
    padding-right: 44px;
    line-height: 36px;
    color: #87a52e;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
}

.item_plant_hover_ .addToFav {
    background: url(../images/addToFav.png) 0 0 no-repeat;
    width: 116px;
    height: 40px;
    padding-right: 44px;
    line-height: 36px;
    color: #87a52e;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
}


/*.plantPopup .plantLeft .addToFav:hover{ background-position:0 -47px}*/

.plantPopup .plantLeft .addToCart {
    background: url(../images/addToCart.png) 0 0 no-repeat;
    width: 105px;
    height: 40px;
    padding-right: 54px;
    line-height: 36px;
    color: #FFF;
    text-shadow: 1px 1px 1px #87a52e;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 41px;
}

.goToPlant {
    background: url(../images/plantViewBtn.png) 0 0 no-repeat;
    width: 115px;
    height: 40px;
    padding-right: 44px;
    line-height: 36px;
    color: #87a52e;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
}

.mainFeatures {
    height: 122px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.mainFeaturesWrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #a3a3a3;
}

.mainFeatures ul {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
}

.mainFeatures ul li:nth-child(even) {
    display: block;
    background-color: #efe7c1
}

.mainFeatures ul li:nth-child(odd) {
    display: block;
    background-color: #f2ebcb
}

.mainFeatures ul li label {
    color: #807e70;
    font-size: 13px;
    display: inline-block;
    width: 90px;
    padding: 7px 0;
    padding-right: 8px;
    line-height: 14px;
    float: right;
    clear: right;
}

.mainFeatures ul li .value {
    color: #454545;
    font-size: 13px;
    line-height: 27px;
    display: inline-block;
    width: 200px;
    padding: 7px 0;
    padding-right: 3px;
    line-height: 14px;
}

.gallery_item .plantPopup .plantLeft {
    font-style: italic
}

.gallery_item .plantPopup .plantLeft ul,
.plantPopupWrapperGallery .plantPopup .plantLeft ul {
    margin: 14px 0;
}

.gallery_item .plantPopup .plantLeft li,
.plantPopupWrapperGallery .plantPopup .plantLeft li {
    font-size: 11px;
    color: #868686;
    margin-bottom: 7px;
    word-wrap: break-word;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.gallery_item .plus_img {
    width: 87px;
    height: 150px;
    position: absolute;
    left: 7px;
    background: url(../images/enlarge.png) 19% 85% no-repeat;
    background-size: 33% auto;
    top: -87px;
}

.gallery_item .plantPopup .plantLeft li a,
.plantPopupWrapperGallery .plantPopup .plantLeft li a {
    color: #87a52e;
    direction: ltr;
    display: inline-block
}

.plantPopupWrapperGallery .plantPopup .plantLeft li a {
    direction: rtl
}

.gallery_item .plantPopup .plantLeft label,
.plantPopupWrapperGallery .plantPopup .plantLeft label {
    display: inline-block;
    width: 56px;
}

.plantPopupWrapperGallery .close_popup {
    background-image: url('../images/fancybox_sprite.png');
    position: absolute;
    top: -22px;
    right: -17px;
    width: 36px;
    height: 36px;
    cursor: pointer
}

.plantPopupWrapperGallery .arrow_right {
    position: absolute;
    background: url(../images/gallery_arrow_large.png) -68px 47% no-repeat;
    width: 58px;
    height: 100%;
    top: 0;
    right: 10px;
    left: auto;
    opacity: 0.7;
    cursor: pointer;
}

.plantPopupWrapperGallery .arrow_left {
    position: absolute;
    background: url(../images/gallery_arrow_large.png) 0 47% no-repeat;
    width: 58px;
    height: 100%;
    top: 0;
    left: 10px;
    right: auto;
    opacity: 0.7;
    cursor: pointer;
}

.plantPopupWrapperGallery .arrow_left:hover,
.plantPopupWrapperGallery .arrow_right:hover {
    display: block;
}


/*plants list view*/

.plant_list_item {
    background: url(../images/articls-dots.png) 0 100% repeat-x;
    padding: 8px 0 14px;
    width: 625px;
}

.plant_list_item h3 a {
    color: #5C4832;
    font-weight: normal;
    font-size: 19px;
    margin-bottom: 7px;
    cursor: pointer;
}

.plant_list_item .fatherTopics {
    display: block;
    color: #87a52e;
    font-size: 18px;
    margin-bottom: 22px;
}

.plant_top_right {
    float: right;
    width: 486px;
}

.plant_top_left {
    float: left;
    border: 3px solid #dadec7;
    width: 87px;
    margin-bottom: 5px;
}

.plant_top_left a.bottom_plant_add {
    color: #638342;
    font-weight: bold;
    padding-right: 3px;
    text-align: center;
    height: 100%;
    line-height: 18px;
    font-size: 12px;
}

.plant_top_left .addToFav {
    background: url(../images/addToCart_fav_sml.png) -71px -9px no-repeat;
    width: 69px;
    height: 54px;
    float: left;
}

.plant_top_left .addToCart {
    background: url(../images/addToCart_fav_sml.png) -68px -9px no-repeat;
    width: 58px;
    height: 49px;
    float: left;
}

.plant_top_left .addToFav:hover {
    background: url(../images/addToCart_fav_sml.png) -71px -59px no-repeat;
}

.plant_top_left .addToCart:hover {
    background: url(../images/addToCart_fav_sml.png) -68px -59px no-repeat;
}

.plant_top_left .addToFav:active {
    background: url(../images/addToCart_fav_sml.png) -71px -108px no-repeat;
}

.plant_top_left .addToCart:active {
    background: url(../images/addToCart_fav_sml.png) -68px -109px no-repeat;
}

.plant_list_item table td {
    padding: 2px 10px;
}

.plant_list_item table td.label {
    font-size: 13px;
    color: #807e70;
}

.plant_list_item table td.value {
    font-size: 13px;
    color: #454545;
    border-left: #CCC solid 1px;
}

.plant_list_item table td.value.num_5,
.plant_list_item table td.value.num_2 {
    border-left: #CCC solid 0px
}

.plant_list-img_item table td.value.numx_3,
.plant_list-img_item table td.value.numx_1,
.plant_list-img_item table td.value.numx_5 {
    border-left: #CCC solid 0px
}

.plant_list-img_item {
    padding: 0px 0 14px;
    width: 500px;
    float: left;
    margin: -3px 0 0 22px;
}

.plant_list-img_item h3 {
    margin-bottom: 4px;
    display: inline-block;
}

.plant_list-img_item h3 a {
    color: #5C4832;
    font-weight: normal;
    font-size: 19px;
    margin-bottom: 7px;
    cursor: pointer;
}

.supplier_preview .plant_list-img_item h3 a {
    color: #5C4832;
    font-weight: normal;
    font-size: 32px;
    margin-bottom: 17px;
    cursor: pointer;
}

.plant_list-img_item h3 a span {
    font-weight: bold;
}

.prolist .plant_list-img_item h3 a:hover {
    color: #718d04;
}

.plant_list-img_item .fatherTopics {
    display: block;
    color: #87a52e;
    font-size: 16px;
    margin-bottom: 22px;
}

.plant_list-img_item .plant_top_right {
    float: right;
    width: 100%;
}

.plant_list-img_item table td {
    padding: 2px 10px;
}

.plant_list-img_item table td.label {
    font-size: 13px;
    color: #807e70;
}

.plant_list-img_item table td.value {
    font-size: 13px;
    color: #454545;
    border-left: #CCC solid 1px;
}

.plant_list-img_item table td.value.num_5,
.plant_list-img_item table td.value.num_2 {
    border-left: #CCC solid 0px
}

.plant_list_img_img {
    float: right;
    width: 95px;
    padding: 3px;
    background: #95ab63;
    margin: 0 0px 10px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0 none !important
}

.img_not_show {
    opacity: 0.3;
}

.span_not_show {
    position: absolute;
    color: #5C4832;
    left: 29%;
    bottom: 19px;
    font-weight: bold;
}

.plants_list_img hr,
.collection_list hr,
.colls hr,
.hr_banners,
.hr_provider {
    background: url(../images/articls-dots.png) 0 100% repeat-x;
    display: block;
    width: 625px;
    height: 5px;
    margin-bottom: 19px;
    clear: left
}

.plant_btn_links {
    margin: 12px 0
}

.plant_btn_links li {
    margin-left: 20px;
    display: inline-block;
}

.plant_btn_links a {
    color: #87a52e;
    font-size: 12px;
}


/*plant page*/

.plant_item {
    padding: 25px 16px;
}

.plant_item_right {
    float: right;
    width: 610px;
}

.plant_item_left {
    float: left;
    width: 300px;
}

.plant_item .plantRight {
    width: 235px;
    float: right;
    position: relative;
}

.plant_item .plantRight img {
    width: 230px;
    border: solid 1px #fff
}

.plant_item .plantRight .caption {
    position: absolute;
    bottom: 4px;
    right: 2px;
    float: right;
    padding: 3px;
    background: #efe9ce;
    font-size: 11px;
    font-weight: bold;
    color: #5e5e5f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.plant_item .plantLeft {
    width: 325px;
    float: right;
    margin-right: 27px;
}

.plant_item .plantLeft .intro {
    color: #5e5e5f;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 12px;
    text-align: justify;
}

.plant_item .plantLeft .details ul {
    margin: 0 0 14px;
}

.plant_item .plantLeft .details li {
    font-size: 11px;
    color: #868686;
}

.plant_item .plantLeft .details label {
    display: inline-block;
    width: 44px;
}

.plant_item .plantLeft h1 {
    color: #795e3e;
    font-size: 24px;
    margin-bottom: 12px;
}

.plant_item .plantLeft h2 {
    color: #795e3e;
    font-size: 19px;
    margin-bottom: 9px;
}

.plant_item .plantLeft h3 {
    color: #795e3e;
    font-size: 14px;
    margin-bottom: 9px;
    font-weight: bold;
    margin-bottom: 12px;
}

.plant_item .plantLeft .fatherTopics {
    display: block;
    color: #87a52e;
    font-size: 18px;
    margin-bottom: 22px;
}

.plant_item .plantLeft .addToFav {
    background: url(../images/addToFav.png) 0 0 no-repeat;
    width: 116px;
    height: 40px;
    padding-right: 44px;
    line-height: 36px;
    color: #87a52e;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
}

.plant_item .plantLeft .addToCart {
    background: url(../images/addToCart.png) 0 0 no-repeat;
    width: 105px;
    height: 40px;
    padding-right: 54px;
    line-height: 36px;
    color: #FFF;
    text-shadow: 1px 1px 1px #87a52e;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 41px;
}

.features ul {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
}

.features ul li:nth-child(even) {
    display: block;
    background-color: #e3e7d0
}

.features ul li:nth-child(odd) {
    display: block;
    background-color: #d7dac5
}

.features ul li label {
    color: #807e70;
    font-size: 13px;
    display: inline-block;
    width: 90px;
    padding: 4px 8px 4px 0;
    line-height: 18px;
    float: right;
    clear: right;
}

.features ul li .value {
    color: #454545;
    font-size: 13px;
    line-height: 27px;
    display: inline-block;
    width: 472px;
    padding-right: 3px;
    line-height: 27px;
}

#filter_attr {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #a3a3a3;
    background: #fefdf7;
    width: 95%;
    padding: 1%;
    margin: 9px;
}

#related_plants #related_items {
    position: relative;
    z-index: 1
}

#related_plants {
    position: relative;
    background: #fefdf7;
    padding: 2px;
    -webkit-box-shadow: 0px 2px 18px -6px rgba(0, 0, 0, 1);
    margin-bottom: 45px;
    -moz-box-shadow: 0px 2px 18px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 2px 18px -6px rgba(0, 0, 0, 1);
}

#related_plants li {
    text-align: center;
    display: block;
    width: 100%;
    z-index: 2
}

#related_plants h3 {
    font-size: 14px;
    font-weight: bold;
    color: #5C4832;
    margin: 11px 3px;
}

#related_plants li h4 {
    font-size: 20px;
    color: #FFF;
    background: #483d10;
    opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 240px;
    text-align: right;
    padding: 10px;
}

#related_plants .cycle-prev {
    cursor: pointer;
    left: 4px;
    bottom: 7px;
    z-index: 9;
    height: 33px;
    position: absolute;
    width: 33px;
    display: block;
    background: url(../images/gallery_arrow.png) -53px 100%;
}

#related_plants .cycle-next {
    cursor: pointer;
    left: 38px;
    bottom: 7px;
    z-index: 9;
    height: 33px;
    position: absolute;
    width: 33px;
    display: block;
    background: url(../images/gallery_arrow.png) -91px -62px;
}


/*galleries*/

.gallery_items {
    overflow: visible !important;
    padding: 0 0 20px 41px
}

.gallery_item,
.f_gallery_item {
    float: left;
    width: 175px;
    padding: 10px;
    background: #95ab63;
    margin: 0 17px 19px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 2;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.80);
}

.gallery_inner_item {
    cursor: pointer;
    padding: 1px;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.f_gallery_item h3 a,
.gallery_item h3 a {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.77);
    margin-bottom: 9px;
    display: block;
}

.f_gallery_item img.itemImg,
.gallery_item img.itemImg {
    width: 173px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 0px;
}

.galleries_list .sorting {
    background: #e3e7d0;
    padding: 6px 10px;
    width: 891px;
    margin: 22px auto;
}

.galleries_list .sorting .counter {
    float: left;
    font-size: 12px;
    margin-top: 7px;
    color: #5e5e5f
}

.galleries_list .categories_list li {
    width: 186px;
    display: inline-block
}

.galleries_list .categories_list li label {
    font-size: 12px;
    font-weight: bold;
}

.gallery_item h3,
.f_gallery_item h3 {
    margin: 3px;
    margin-bottom: 0;
    color: #654521;
    font-size: 17px;
    font-weight: bold;
}

.gallery_item h3 a,
.f_gallery_item h3 a {
    color: #654521;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 3px;
}

.gallery_item h4,
.f_gallery_item h4 {
    color: #654521;
    font-size: 13px;
    margin: 0 3px 6px;
    font-weight: bold;
    direction: ltr;
}


/*END plant page*/

.sorting {
    border: #e2e6d0 solid 1px;
    padding: 1px;
    background: #fefdf7;
    margin: 35px 0 30px 15px;
    -webkit-box-shadow: 0px 2px 18px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 2px 18px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 2px 18px -6px rgba(0, 0, 0, 1);
}

.sorting .top {
    padding: 16px 10px 9px;
    color: #5e5e5f;
    font-size: 12px;
}

.sorting .top .counter {
    float: left;
    line-height: 16px;
}

.sorting .bottom {
    background: url(../images/mainBg.png) repeat;
}

.sorting.soting_collection .bottom {
    background-image: none;
    background: #a6c225;
}

.sorting .bottom .bor-horz {
    padding: 8px;
}

.bor-horz {
    background: url(../images/border-horz.png) 0 0 repeat-x;
}

.sorting label {
    color: #454545;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
}

.sortBtn,
.edit_plant_editor {
    background: #FFF;
    z-index: 99;
    position: relative;
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    border: solid 1px #c6c6c6;
    padding: 5px;
    min-height: 10px;
    min-width: 10px;
    display: inline-block;
    color: #6c8e06;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sortBtn.active {
    background: #f6f0d3;
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246, 240, 211, 1) 0%, rgba(229, 223, 194, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 240, 211, 1)), color-stop(100%, rgba(229, 223, 194, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(246, 240, 211, 1) 0%, rgba(229, 223, 194, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(246, 240, 211, 1) 0%, rgba(229, 223, 194, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(246, 240, 211, 1) 0%, rgba(229, 223, 194, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(246, 240, 211, 1) 0%, rgba(229, 223, 194, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    border: solid 1px #c6c6c6;
    padding: 5px;
    min-height: 10px;
    min-width: 10px;
    display: inline-block;
    color: #6c8e06;
    font-size: 12px;
}

.sortBtn .icon {
    background-image: url(../images/sort-icons.png);
    display: block;
    background-repeat: no-repeat;
}

.sortBtn.gallery .icon {
    background-position: -95px 2px;
}

.sortBtn.imglist .icon {
    background-position: -72px 2px;
}

.sortBtn.list .icon {
    background-position: -49px 2px;
}

.sortBtn.desc .icon {
    background-position: -24px 2px;
}

.sortBtn.asc .icon {
    background-position: -1px 2px;
}

.sortBtn.gallery.active .icon {
    background-position: -95px -15px;
}

.sortBtn.imglist.active .icon {
    background-position: -72px -15px;
}

.sortBtn.list.active .icon {
    background-position: -49px -15px;
}

.sortBtn.desc.active .icon {
    background-position: -24px -15px;
}

.sortBtn.asc.active .icon {
    background-position: -1px -15px;
}

.select_list {
    background: #FFF;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    border: solid 1px #c6c6c6;
    padding: 5px;
    min-height: 10px;
    min-width: 80px;
    display: inline-block;
    color: #6c8e06;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.select_list.open {
    -webkit-border-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 3px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.select_list>a {
    background: url(../images/select_arrows.png) 1px 1px no-repeat;
    display: block;
    font-weight: bold;
    padding: 0 5px 0 17px;
    color: #6c8e06;
    font-size: 12px;
    line-height: 14px;
}

.select_list>a.active {
    background: url(../images/select_arrows.png) 1px -23px no-repeat;
    color: #5e5e5f;
    font-size: 12px;
}

.select_list ul {
    border: solid 1px #c6c6c6;
    width: 165px;
    position: absolute;
    right: -1px;
    top: 22px;
    background: #e7e7e7;
    -webkit-border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
    display: none;
    -moz-box-shadow: 0px 4px 19px -4px #999;
    -webkit-box-shadow: 0px 4px 19px -4px #999;
    box-shadow: 0px 4px 19px -4px #999;
    z-index: 991;
}

.select_list.last ul {
    right: auto;
    left: -1px;
}

.select_list ul.triple {
    width: 453px;
}

.select_list ul.triple li {
    display: block;
    margin-bottom: 5px;
    float: right;
    width: 150px;
    clear: none
}

.select_list ul.double {
    width: 270px;
}

.select_list ul.double li {
    display: block;
    margin-bottom: 5px;
    float: right;
    width: 135px;
    clear: none
}

.select_list ul.colors li.btn {
    width: 99%
}

.select_list ul.colors {
    width: 477px;
}

.select_list ul.colors li {
    display: block;
    margin-bottom: 5px;
    float: right;
    width: 25px;
    clear: none
}

.sorting .select_list ul {
    padding: 2px 0
}

.sorting .select_list ul li {
    height: 19px;
}

.sorting .select_list ul li a {
    display: block;
    line-height: 19px;
    color: #87a52e;
    padding-right: 36px;
    background: url(../images/sort_icon.png) no-repeat;
}

.sorting .select_list ul li:hover {
    background: url(../images/sort_list_hover.png) no-repeat;
}

.sorting .select_list ul li a.sort_b_alefbet {
    background-position: 95% -2px;
}

.sorting .select_list ul li a.sort_b_alefbet.active {
    color: #454545;
    background-position: 95% -37px;
}

.sorting .select_list ul li a.sort_b_alefbet:hover {
    color: #FFF;
    background-position: 95% -20px;
}

.sorting .select_list ul li a.sort_b_aTOz {
    background-position: 95% -67px;
}

.sorting .select_list ul li a.sort_b_aTOz.active {
    color: #454545;
    background-position: 95% -106px;
}

.sorting .select_list ul li a.sort_b_aTOz:hover {
    color: #FFF;
    background-position: 95% -87px;
}

.sorting .select_list ul li a.sort_b_date {
    background-position: 93% -139px;
}

.sorting .select_list ul li a.sort_b_date.active {
    color: #454545;
    background-position: 93% -182px;
}

.sorting .select_list ul li a.sort_b_date:hover {
    color: #FFF;
    background-position: 93% -161px;
}

.toggle_select .title {
    background: url(../images/sort_icon.png) 95% -5px no-repeat;
    display: inline-block;
    width: 20px;
    height: 10px;
}

.toggle_select .title_en {
    background: url(../images/sort_icon.png) 95% -71px no-repeat;
    display: inline-block;
    width: 20px;
    height: 10px;
}

.toggle_select .date {
    background: url(../images/sort_icon.png) 95% -142px no-repeat;
    width: 16px;
    height: 12px;
    margin-top: 0px;
    float: left;
}

.select_list ul li.btn {
    display: block;
    clear: both;
    width: auto !important;
    height: 24px;
    background: url(../images/green_btn.png) 100% -24px no-repeat;
    padding-right: 1%;
    float: none;
    margin-left: 60px;
}

.select_list ul li.btn a {
    display: block;
    clear: both;
    height: 24px;
    background: url(../images/green_btn.png) 0 0 no-repeat;
    padding-left: 8px;
    text-align: center;
    color: #FFF;
    line-height: 22px;
    font-size: 14px;
}

.select_list ul li.btn2 {
    float: left;
    width: 53px;
    margin-top: -29px;
}

.select_list ul li.btn2 a {
    display: block;
    clear: both;
    height: 24px;
    background: url(../images/clearSmallTop.png) 0 0 no-repeat;
    text-align: center;
    color: #FFF;
    line-height: 22px;
    font-weight: bold;
    padding-right: 16px;
}

.topFilter {
    border: #e2e6d0 solid 1px;
    padding: 1px;
    min-height: 90px;
    background: #fefdf7;
    padding: 18px 17px 4px 0;
}

.topFilter h3 {
    color: #5C4832;
    margin: 0 0 14px;
    font-weight: bold;
    font-size: 14px;
}

.filter_wrapper {
    float: right;
    margin-left: 18px;
    /*max-width: 98px;*/
}

.filter_wrapper .select_list {
    min-width: 86px;
}

.selected_items_list ul {
    padding: 4px 10px 4px 0
}

.selected_items_list ul li {
    display: block;
    color: #454545;
    font-size: 12px;
}

.items_tip {
    font-size: 10px;
    display: block;
    margin-right: 10px;
    color: #6c8e06;
}

.select_list ul {
    padding: 11px 5px 5px;
}

.select_list li {
    display: block;
    margin-bottom: 5px;
    clear: right
}

.select_list.open img {
    display: block !important;
    position: absolute;
    bottom: -4px;
    right: 0px;
}

.popup-items {
    position: absolute;
    background: #241e12;
    padding: 10px;
    font-size: 12px;
    min-width: 38px;
    line-height: 16px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 4px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 4px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 4px 5px rgba(50, 50, 50, 0.75);
    z-index: 9999
}

.popup-items img {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -3px;
}

.home .popup-items {
    margin-left: 6px;
}


/*plants right filter */

.right_filter_item {
    background: url(../images/border-horz-green.png) 0 100% repeat-x;
    padding: 9px 8px;
    clear: both;
}

.right_filter_item:last-child {
    padding-bottom: 0;
}

.right_filter_group .right_filter_item {
    margin-left: -8px;
}

.right_filter_group .right_filter_item:last-child {
    background: none !important
}

.right_filter_group .right_filter_inner {
    margin-top: 17px;
}

.right_filter_groupXX .right_filter_item {
    margin-left: -8px;
}

.right_filter_groupXX .right_filter_item:last-child {
    background: none !important
}

.right_filter_groupXX .right_filter_inner {
    margin-top: 17px;
}

.right_filter_item h3 {
    color: #718d04;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 7px;
    cursor: pointer;
}

.right_filter_item h3:hover {
    background: url(../images/select_arrows.png) 0 -23px no-repeat
}

.right_filter_item h3.toggle {
    background: url(../images/select_arrows.png) 0 -23px no-repeat
}

.right_filter_item h3.toggle.closed {
    background: url(../images/select_arrows.png) 0 1px no-repeat;
    margin: -2px 0px 0
}

.right_filter_item li {
    clear: both;
    font-size: 12px;
}

.right_filter_item .right_filter_shortlist li {
    display: inline-block;
    width: 49%
}

.div_atts_filter .right_filter_item .right_filter_shortlist li {
    display: block;
    width: 100%;
    color: #5C4832;
    margin-bottom: 7px;
    font-size: 14px
}

.div_atts_filter .right_filter_item .right_filter_shortlist .back_attr_0 li {
    font-weight: bold;
    font-size: 14px;
}

.right_filter_longlist {
    height: 117px;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #a3a3a3;
    background: #fefdf7;
}

.right_filter_longlist ul {
    padding: 9px;
}

.right_filter_longlist .ps-scrollbar-y {
    left: 1px;
}

.right_filter_group {
    background: url(../images/border-horz-green.png) 0 100% repeat-x;
    padding: 13px 8px;
    clear: both;
}

.right_filter_group>h3 {
    color: #5C4832;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 7px;
    cursor: pointer;
}

.right_filter_group>h3:hover {
    background: url(../images/select_arrows.png) 0 -23px no-repeat
}

.right_filter_group>h3.toggle {
    background: url(../images/select_arrows.png) 0 -45px no-repeat
}

.right_filter_group>h3.toggle.closed {
    background: url(../images/select_arrows.png) 0 1px no-repeat;
    margin: -2px 0px 0
}

.right_filter_groupXX {
    background: url(../images/border-horz-green.png) 0 100% repeat-x;
    padding: 13px 8px;
    clear: both;
}

.right_filter_groupXX>h3 {
    color: #5C4832;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 7px;
    cursor: pointer;
}

.right_filter_groupXX>h3:hover {
    background: url(../images/select_arrows.png) 0 -23px no-repeat
}

.right_filter_groupXX>h3.toggle {
    background: url(../images/select_arrows.png) 0 -45px no-repeat
}

.right_filter_groupXX>h3.toggle.closed {
    background: url(../images/select_arrows.png) 0 1px no-repeat;
    margin: -2px 0px 0
}

.right_filter_ico_desc_list li {
    line-height: 27px;
}

.right_filter_ico_desc_list li img {
    float: right;
    margin: 0 4px;
}

.right_filter_ico_desc_list li a {
    margin-top: 8px;
}

.right_filter_ico_list li {
    float: right;
    margin: 6px;
    clear: none;
    text-align: center;
}

.right_filter_ico_list li img {
    margin-bottom: 2px;
}

.right_filter_ico_list li label {
    display: none;
}

.right_filter_ico_list li * {
    float: none !important
}

#filtersSubmit {
    display: block;
    margin: 7px 58px -5px;
    clear: both;
    height: 24px;
    background: url(../images/green_btn.png) 100% -24px no-repeat;
    padding-right: 1%;
    width: 134px;
}

#filtersSubmit span {
    display: block;
    clear: both;
    height: 24px;
    background: url(../images/green_btn.png) 0 0 no-repeat;
    padding-left: 8px;
    text-align: center;
    color: #FFF;
    line-height: 22px;
    font-weight: bold;
}

.right_filter_inner input[type=text] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #a3a3a3;
    background: #fefdf7;
    width: 96%;
    padding: 2%;
}

.right_filter_groupXX.filterTxt h2 {
    margin-bottom: 11px;
    font-weight: bold;
    font-size: 22px;
    color: #5C4832;
}

.right_filter_groupXX .select2-container {
    margin-right: 5px;
    width: 94%;
    height: 31px;
}

.supplierFilter {
    margin-right: 3px;
    font-size: 15px;
}

.search_topics li {
    float: right;
    margin: 10px 23px;
    text-align: center;
    border: 2px solid #fff;
    padding-bottom: 4px;
}

.search_topics li:hover {
    border: 2px solid #87a52e;
}

.search_topics li:nth-child(7) {
    margin-left: 0;
}

.search_topics li:first-child {
    margin-right: 0;
}

.search_topics li a,
.search_topics li span {
    display: block;
}

.search_topics li img {
    /*opacity:0.3;-khtml-opacity: 0.3;-moz-opacity: 0.3;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter: alpha(opacity=30);*/
    border: 1px #87a52e solid
}

.search_topics li.noResults img {
    opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    border: 1px #87a52e solid
}

.search_topics li:hover img {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.search_topics li.active img {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.search_topics li a {
    color: #87a52e;
    font-size: 13px;
    font-weight: bold;
}

.search_topics li.active {
    background: #87a52e;
    padding: 2px;
}

.search_topics li.active a {
    color: white;
    text-decoration: underline;
}


/*end plants right filter */


/*share this custom icons*/

.shareBar {
    background: #e5e8d2;
    padding: 5px;
    border: #d3d9be solid 1px;
    width: 243px;
    margin-bottom: 16px;
}

.st_facebook_custom {
    background: url(../images/sharethis.png) -5px -35px no-repeat;
    width: 57px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 5px;
}

.st_twitter_custom {
    background: url(../images/sharethis.png) -66px -35px no-repeat;
    width: 57px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 5px;
}

.st_googleplus_custom {
    background: url(../images/sharethis.png) -128px -35px no-repeat;
    width: 57px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 5px;
}

.st_pinterest_custom {
    background: url(../images/sharethis.png) -191px -35px no-repeat;
    width: 57px;
    height: 22px;
    display: block;
    float: left;
}

.printPage {
    background: url(../images/buttons_collections_new2.png) -0px -35px no-repeat;
    width: 67px;
    height: 25px;
    display: block;
    float: right;
}

.st_facebook_custom:hover {
    background: url(../images/sharethis.png) -5px -5px no-repeat;
}

.st_twitter_custom:hover {
    background: url(../images/sharethis.png) -66px -5px no-repeat;
}

.st_googleplus_custom:hover {
    background: url(../images/sharethis.png) -128px -5px no-repeat;
}

.st_pinterest_custom:hover {
    background: url(../images/sharethis.png) -191px -5px no-repeat;
}

.printPage#openCollectionSender {
    background-position: 0 -70px!important;
    width: 90px;
    margin-left: 4px;
}

.export_to_excel {
    background: url("../images/buttons_collections_new.png") 0 0 no-repeat;
    float: left;
    width: 95px;
    height: 26px;
    margin-top: 2px;
    margin-left: 4px;
}

.export_to_excel:hover {
    background: url("../images/buttons_collections_new.png") 0 0 no-repeat;
}


/*! jQuery UI - v1.10.4 - 2015-12-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */


/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/


/* Overlays */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    /* padding: .2em; */
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    /* padding: .2em .2em 0; */
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    /* float: left; */
    /* padding: .5em 1em; */
    /* text-decoration: none; */
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}


/* Component containers
----------------------------------*/

.ui-widget {
    /* font-family: Verdana,Arial,sans-serif; */
    /* font-size: 1.1em; */
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    /* border: 1px solid #aaaaaa; */
    /* background: #ffffff; */
    /* color: #222222; */
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    /* background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x; */
    /* color: #222222; */
    /* font-weight: bold; */
}

.ui-widget-header a {
    color: #222222;
}


/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    /* border: 1px solid #d3d3d3; */
    background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    /* border: 1px solid #999999; */
    background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    /* border: 1px solid #aaaaaa; */
    background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}


/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* For IE8 - See #6059 */
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cd0a0a_256x240.png");
}


/* positioning */

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}


/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/


/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    /* border-top-left-radius: 4px; */
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    /* border-top-right-radius: 4px; */
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    /* border-bottom-left-radius: 4px; */
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    /* border-bottom-right-radius: 4px; */
}


/* Overlays */

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}


/*end share this custom icons*/


/*! jQuery UI - v1.10.3 - 2013-10-07
/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/


/* Overlays */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-tabs {
    position: relative;
    margin: 20px 0/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: right;
    position: relative;
    top: 0;
    margin: 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    width: 119px;
    height: 40px;
    background: url(../images/plants_tabs.png) 0 0 no-repeat;
}

.ui-tabs .ui-tabs-nav li:last-child {
    background: url(../images/new_tab_s.png) 0 -2px no-repeat;
    width: 240.5px;
}

.ui-tabs .ui-tabs-nav li a {
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #87a52e;
    font-size: 16px;
    font-weight: bold;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: url(../images/plants_tabs.png) 100% 0 no-repeat;
}

.ui-tabs .ui-tabs-nav li:last-child.ui-tabs-active {
    background: url(../images/new_tab_s.png) -240px -2px no-repeat;
    width: 238px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
    color: #FFF;
}

.ui-tabs .ui-tabs-nav li a,

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 0;
    background: #FFF;
    width: 589px;
    min-height: 390px;
    max-height: 600px;
    overflow: hidden;
    position: relative;
    padding: 2px;
    border: #c3c3c3 solid 1px;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ui-tabs .ui-tabs-panel#tabs-5,
.ui-tabs .ui-tabs-panel#tabs-3 {
    max-height: 500px;
}


/*slider gallery*/

.ad-gallery,
.ad-gallery * {
    margin: 0;
    padding: 0;
}

.ad-gallery {
    width: 600px;
    padding: 0 0 6px;
}

.ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.ad-gallery .ad-image-wrapper .ad-loader {
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
}

.ad-gallery .ad-image-wrapper .ad-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 200;
}

.ad-gallery .ad-image-wrapper .ad-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 200;
}

.ad-gallery .ad-image-wrapper .ad-prev,
.ad-gallery .ad-image-wrapper .ad-next {
    /* Or else IE will hide it */
    background: url(../images/trans.gif);
}

.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image,
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(../images/gallery_arrow.png);
    width: 58px;
    height: 58px;
    display: none;
    position: absolute;
    top: 47%;
    left: 10px;
    z-index: 101;
}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(../images/gallery_arrow.png) -68px 0;
    width: 58px;
    height: 58px;
    right: 10px;
    left: auto;
}

.ad-gallery_plant .ad-image-wrapper .ad-image>img {
    /*max-width:588px;max-height: 416px; */
    width: 588px !important;
    height: auto !important;
}

.ad-gallery_projects.ad-gallery .ad-image-wrapper .ad-image>img {}

.ad-gallery .ad-image-wrapper .ad-image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0 !important;
    width: 588px !important;
    text-align: center;
    /* z-index: 9; */
}

.ad-gallery .ad-image-wrapper .ad-image a img {
    border: 0;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description strong {
    font-size: 20px;
    line-height: 22px;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description span {
    font-size: 12px;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description span a {
    color: #FFF;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    position: absolute;
    bottom: 10px;
    float: right;
    /*right: 0px;*/
    padding: 10px 13px;
    text-align: right;
    width: auto !important;
    z-index: 302;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #FFF;
}

.credit_pop.smaller {
    font-size: 13px;
    color: #87a52e;
    display: inline-block;
    padding: 3px;
    word-break: break-word;
}

* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: none;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block;
}

.credit_pop {
    color: #87a52e;
    text-decoration: underline
}

.credit_pop:hover {
    color: #5c4832 !important
}

.ad-gallery .ad-controls {
    height: 20px;
}

.ad-gallery .ad-info {
    float: left;
}

.ad-gallery .ad-slideshow-controls {
    float: right;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start,
.ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
    padding-left: 5px;
    cursor: pointer;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    padding-left: 5px;
    font-size: 0.9em;
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
    cursor: default;
    font-style: italic;
}

.ad-gallery .ad-nav {
    width: 100%;
    position: relative;
}

.ad-gallery .ad-forward,
.ad-gallery .ad-back {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}


/* IE 6 doesn't like height: 100% */

* html .ad-gallery .ad-forward,
.ad-gallery .ad-back {
    height: 35px;
    margin-top: 40px;
}

.ad-gallery .ad-back {
    cursor: pointer;
    left: 0px;
    width: 33px;
    display: block;
    background: url(../images/gallery_arrow.png) -53px 100%;
}

.ad-gallery .ad-forward {
    cursor: pointer;
    display: block;
    right: 0px;
    width: 33px;
    height: 35px;
    margin-top: 40px;
    background: url(../images/gallery_arrow.png) -91px -62px;
}

.ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    width: 88%;
    margin: 0 6%;
}

.ad-gallery .ad-thumbs .ad-thumb-list {
    float: right;
    width: 9000px;
    list-style: none;
}

.ad-gallery .ad-thumbs li {
    float: right;
    padding-right: 5px;
}

.ad-gallery .ad-thumbs li a {
    display: block;
}

.ad-gallery .ad-thumbs li a img {
    border: 3px solid #CCC;
    display: block;
    height: 125px;
}

.ad-gallery .ad-thumbs li a.ad-active img {
    border: 3px solid #616161;
}


/* Can't do display none, since Opera won't load the images then */

.ad-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px;
}


/* side menu */

.rightPos {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.wedgit>.outline {
    border: #e0e4cc solid 1px;
}

.wedgit {
    background-image: url(../images/bottom-shadow.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding-bottom: 25px;
    width: 100%;
}

.side_menu_list {
    padding-top: 6px;
}

.side_menu_list li.parent ul {
    display: none;
    margin-top: 6px;
    ;
    margin-right: 20px
}

.side_menu_list li.parent ul li a {
    display: block;
    color: #718d04;
    padding-right: 9px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.side_menu_list>li>a:hover,
.side_menu_list>li.opend>a,
.side_menu_list>li>a {
    display: block;
    line-height: 23px;
    font-size: 14px;
    color: #718d04;
    font-weight: bold;
    padding-right: 9px;
    padding-left: 13px;
}

.side_menu_list>li {
    background: url(../images/articls-dots.png) 0 100% repeat-x;
    padding: 0px 0 5px
}

.side_menu_list>li.li_my_plant_edit_space {
    padding: 0;
    height: 6px;
    background: url(../images/border-horz-green.png) 0 100% repeat-x!important;
    margin-bottom: 11px;
}

.side_menu_list>li.active>a {
    color: #684822;
}

.side_menu_list li.parent ul li.activeChild a {
    color: #684822;
}

.side_menu_list li.parent ul li a:hover {
    color: #684822;
}

.side_menu_list>li>a {
    background: url(../images/hover_cat_1.png) 0 -229px no-repeat;
}

.side_menu_list>li:hover>a {
    background: url(../images/hover_cat_1.png) 0 0px no-repeat;
    color: #FFF
}

.side_menu_list>li>a:hover .span_h {
    background: url(../images/hover_cat_2.png) 100% 100% no-repeat;
    color: #FFF;
    display: block;
}


/*.side_menu_list>li>a:hover{ background-position: 0 0; color:#FFF}*/

.side_menu_list>li.active>a {
    background-position: 0 -382px;
    color: #684822
}

.side_menu_list>li.active>a:hover .span_h {
    background: none;
    color: #684822
}


/* articles list */

.articles_list {
    padding-bottom: 30px;
}

.articles_list .article_item,
.collection_list .article_item {
    width: 624px;
    background: url(../images/articls-dots.png) 0 100% repeat-x;
    padding-top: 21px;
    padding-bottom: 25px;
    position: relative;
}

.articles_list .article_item {
    padding-bottom: 10px
}

.article_item.no-image {
    margin-right: 36px;
    width: 91%;
}

.Articles_items p {
    padding-bottom: 10px;
    text-align: justify;
}

.Articles_items p,
.Articles_items ul,
.Articles_items ol,
.Articles_items td {
    color: #5f5e64;
    font-size: 13px;
    line-height: 16px;
}

.articles_list .article_item:first-child {
    padding-top: 0;
}

.articles_list .article_item:after {
    content: " ";
    display: block;
    clear: both;
}

.article_img {
    width: 170px;
    float: right;
    padding-left: 28px;
    margin-right: -2px;
}

.plant_item_right .article_img {
    width: calc(100% - 360px);
    height: 90px;
    max-width: 170px;
}

.plant_item_right .article_img img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.article_img img {
    width: 100%;
    height: auto;
}

.article_body {
    width: 424px;
    float: right;
}

.article_item.no-image .article_body {
    width: 100%;
}

.one_articale .article_body {
    width: 427px;
}

#tabs-3 .article_body,
#tabs-5 .article_body {
    width: 360px
}

#tabs-3 .article_item,
#tabs-5 .article_item {
    background: url(../images/articls-dots.png) 0 100% repeat-x;
    padding: 12px;
    position: relative;
}

#tabs-5 .article_item {
    position: relative;
}

.article_body h1,
.article_body h1 a,
.article_body h3,
.article_body h3 a {
    color: #614223;
    font-size: 20px;
    line-height: 22px;
    max-width: 404px;
    padding-bottom: 8px;
    margin-top: -8px;
}

.article_body a:hover,
.fatherTopics a:hover,
.father_topics a:hover {
    text-decoration: underline;
}

.one_articale .article_body h1,
.one_articale .article_body h1 a,
.one_articale .article_body h3,
.one_articale .article_body h3 a,
.order_details .top h3 {
    color: #614223;
    font-size: 26px;
    line-height: 28px;
    margin-top: -8px;
    max-width: 404px;
    padding-bottom: 8px;
}

.article_body .father_topics {
    color: #6a8e08;
    padding-bottom: 11px;
    font-size: 17px;
}

.one_articale .article_body .father_topics {
    color: #6a8e08;
    padding-bottom: 11px;
    font-size: 17px;
}

.one_articale .article_body .colls .father_topics {
    color: #614223;
    padding-bottom: 11px;
    font-size: 17px;
    margin-top: 30px
}

.article_body .intro,
.article_body .intro p {
    color: #5e5f5a;
    font-size: 16px;
    padding-bottom: 12px;
    line-height: 19px;
    font-style: italic;
    text-align: justify;
}

.article_body .info {
    padding-bottom: 16px;
}

.article_body .info span {
    display: block;
    color: #858786;
    font-size: 14px;
    line-height: 16px;
}

.article_body .info span a {
    font-size: 14px;
    color: #858786;
    margin-bottom: 10px;
}

.article_body .info span.authorCredita a {
    color: #87a52e
}

.article_body .info .authorCredit a {
    color: #858786;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}

.leftPos .info a:hover {
    color: #5c4832;
    text-decoration: underline;
}

.article_body .info span strong {
    display: inline-block;
    width: 64px;
}

.article_body .addToFav {
    background: url(../images/addToFav.png) 0 0 no-repeat;
    width: 116px;
    height: 40px;
    padding-right: 42px;
    line-height: 36px;
    color: #87a52e;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
}


/*.articles_list .leftPos .pagination{ background-color:#ccd0bf; width:auto; border-radius:15px; height:24px; padding:2px;}
*/


/* atricle */

.articles_list.one_articale .leftPos {
    padding-top: 35px;
}

.articles_list.one_articale .article_item {
    background-image: none
}

.articles_list.one_articale .fullText p {
    padding-bottom: 10px;
    text-align: justify;
}

.articles_list.one_articale .fullText p,
.articles_list.one_articale .fullText {
    color: #5f5e64;
    max-width: 620px;
    font-size: 13px;
    line-height: 16px
}

.fullText ul,
.fullText ol {
    margin-bottom: 24px;
}

.fullText table,
.fullText tr,
.fullText td {
    border: 1px solid #c5c4c8;
    padding: 4px 10px;
}

.fullText table {
    margin-bottom: 10px;
}

.articles_list.one_articale .fullText {
    color: #5e5e5f;
    font-size: 13px;
}

.articles_list.one_articale .fullText h1 {
    color: #684822;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 20px;
}

.articles_list.one_articale .fullText h2 {
    color: #684822;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 16px;
}

.articles_list.one_articale .fullText h3 {
    color: #684822;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 14px;
}

.articles_list.one_articale .fullText h4 {
    color: #684822;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 14px;
}

.articles_list.one_articale .fullText ul li {
    margin: 0 10px 2px 0;
    padding-right: 18px;
    background: url(../images/article_bullet.png) 100% 4px no-repeat
}

br {
    line-height: 4px;
}

.articles_list.one_articale .shareBar {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 18px;
}

.articles_list.one_articale .related_articles {
    padding-bottom: 32px;
    background: url(../images/related-shadow.png) no-repeat 0 100%;
    width: 622px;
    position: relative;
}

.related_providers {
    margin-top: 20px
}

.articles_list.one_articale .related_articles>.warp h3 {
    color: #684822;
    padding: 0 9px 8px;
    font-weight: bold;
    font-size: 14px;
}

.articles_list.one_articale .related_articles>.warp h3 a {
    color: #684822;
}

.articles_list.one_articale .related_articles>.warp {
    background: #fff;
    padding: 14px 0 9px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #d4d8bf;
    height: 148px;
}

.slidesArea {
    width: 522px;
    overflow: hidden;
    position: relative;
    height: 130px;
}

.related_articles .warp ul li {
    float: right;
    width: 522px !important;
    height: 125px;
}

.related_articles a#articles_2left {
    background: url(../images/gallery_arrow.png) -54px -67px no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    top: 45px;
    left: 20px;
    display: block;
}

.related_articles a#articles_2right {
    background: url(../images/gallery_arrow.png) -93px -67px no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    top: 92px;
    left: 20px;
    display: block;
}

.related_articles .warp ul:after,
.related_articles .warp ul li:after {
    content: " ";
    display: block;
    clear: both;
}

.img_holder,
.content_holder {
    float: right
}

.img_holder {
    width: 120px;
    padding: 0 12px 0 10px;
}

.content_holder {
    width: 380px;
}

.articles_list.one_articale .related_articles>.warp .content_holder h3 {
    font-size: 16px;
    padding-bottom: 16px;
}

.content_holder span {
    display: block;
    padding-bottom: 12px;
    color: #868580;
    font-size: 12px;
}

.content_holder div {
    color: #5f5e64;
    max-width: 620px;
    font-size: 14px;
}

.articles_list.one_articale .related_articles>.warp img {
    width: 120px;
    height: auto;
    max-height: 98px;
}

.Articles_items .fullText .imgWrapper {
    position: relative;
}

.imgWrapperLeft {
    float: left;
    margin-right: 34px;
    clear: both;
    margin-bottom: 20px;
}

.imgWrapperRight {
    float: right;
    margin-left: 34px;
    clear: both;
    margin-bottom: 20px;
}

.imgWrapperCenter {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: auto;
    clear: both;
}


/*right:5px*/

.Articles_items .fullText .imgWrapper span,
.content_article_page .imgCredit {
    position: absolute;
    bottom: 9px;
    right: 20px;
    float: right;
    padding: 0 3px;
    background: #efe9ce;
    font-size: 11px;
    font-weight: bold;
    color: #5e5e5f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 5px;
}

.articles_list.one_articale .fullText .image-side-text {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}


/*  side links */

#side_links li a {
    margin-bottom: 20px;
    display: block;
    width: 266px;
    height: 54px;
    background: url(../images/side_link_small.png) 0 0 no-repeat;
}

#side_links li a.big {
    background: url(../images/side_link_big.png) 0 0 no-repeat;
    height: 84px;
}

.yellow_btns li {
    background: url(../images/yellow_btn_shdw_top.png) 50% 0 no-repeat;
    padding-top: 9px;
    cursor: pointer
}

.rightPos .yellow_btns li,
.plant_item_left .yellow_btns li {
    float: right;
    width: 47%;
}

.rightPos .yellow_btns li.even,
.plant_item_left .yellow_btns li.even {
    margin-right: 11px;
}

.yellow_btns li>div,
.div_add_item {
    background: url(../images/yellow_btn_shdw_btm.png) 50% 100% no-repeat;
    padding-bottom: 9px;
    position: relative;
}

.div_add_item_buttom {
    background: url(../images/yellow_btn_shdw_btm.png) 50% 100% no-repeat;
    padding-bottom: 10px;
    position: relative;
}

._div_add_item_top {
    background: url(../images/yellow_btn_shdw_top.png) 0 0 no-repeat;
    padding-top: 10px;
}

._div_add_item_buttom {
    background: url(../images/yellow_btn_shdw_top.png) 50% 0 no-repeat;
    padding-top: 10px;
}

.div_add_item_ {
    background: #ffd800 url(../images/yellow_btn_bg.png) 0 100% repeat-x;
    cursor: pointer;
}

.yellow_btns li>div>span {
    width: 51px;
    height: 67px;
    position: absolute;
    top: 9px;
    right: 30px;
    background-repeat: no-repeat;
    background-position: 0 0
}

.rightPos .yellow_btns li>div>span,
.plant_item_left .yellow_btns li>div>span {
    display: none;
    top: -4px;
    left: -9px;
}

.yellow_btns li:hover>div>span {
    background-position: 0 -84px
}

.yellow_btns li>div a,
.yellow_btns_title {
    display: block;
    padding: 18px 111px 16px 0;
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    background: #ffd800 url(../images/yellow_btn_bg.png) 0 100% repeat-x;
}

.rightPos .yellow_btns li>div a,
.plant_item_left .yellow_btns li>div a {
    padding: 9px 5px;
    font-size: 14px;
}

.yellow_btns li:hover>div a {
    color: #5C4832
}

.yellow_btns .subtitle {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.rightPos .yellow_btns .subtitle,
.plant_item_left .yellow_btns .subtitle {
    font-size: 12px;
}

.tokeep_search_box {
    padding: 5px;
    margin-bottom: 19px;
    border: #e0dfc1 solid 1px;
    background: #FFF
}

.tokeep_search_box input {
    margin: 8px 7px 8px 9px;
    background: none;
    font-style: italic;
    border: none 0;
    width: 630px;
    font-size: 16px;
    text-indent: 4px;
}

.tokeep_search_box_inner {
    border-right: 1px solid #e2e4de;
    background: url(../images/search_inp_bg.png) 0 0 repeat-x;
    height: 35px;
    position: relative;
}

.tokeep_search_box #submitTxt {
    float: left;
    background: url(../images/search_btn.png);
    width: 58px;
    height: 35px;
    border: 0 none;
    margin: 0 0;
    cursor: pointer;
}

.tokeep_search_box #toggleSearchFilter {
    float: left;
    background: url(../images/srch_btn_tgl.png) 0 0 no-repeat;
    width: 238px;
    height: 35px;
    border: 0 none;
    margin: 0 0;
    cursor: pointer;
    line-height: 35px;
    color: #FFF;
    font-size: 13px;
    /* font-weight:bold; */
    padding-right: 25px;
}

.tokeep_search_box #toggleSearchFilter.opened {
    background-position: 0 100%
}

#fiterOptions {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    background: #eceedc;
    top: 40px;
    left: -5px;
    padding: 5px;
}

.innerFilter {
    display: none;
    padding: 13px;
}

.innerFilterTypes {
    padding: 15px;
}

.tokeep_search_box h4 {
    color: #5C4832;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 19px;
}

.tokeep_search_box label {
    font-size: 12px;
}

#fiterTypesOptions li {
    float: right;
    width: 137px;
}

.advFilters {
    display: none;
}

.main_search_submit {
    background: url(../images/home_adv_search_btns.png) 77px -1px no-repeat;
    height: 38px;
    border-top: 1px solid #ccc;
}

.main_search_submit #search_adv_btn {
    float: left;
    margin-left: 30px;
    width: 148px;
}

#plants_filters .w50r {
    float: right;
    width: 49%
}

#plants_filters .w50l {
    float: left;
    width: 49%
}

#plants_filters hr {
    width: 100%;
    margin: 12px auto;
    background: url(../images/top_filter_divider.png) 50% 50% no-repeat;
    display: block;
    height: 8px;
    float: right;
}

#plants_filters .w50r>label {
    float: right;
    width: 77px;
}

#plants_filters .w50r .radioGroup2 {
    float: left;
    width: 384px;
}

#plants_filters .w50r .radioGroup2 li {
    float: right;
    width: 32%
}

#plants_filters .w50l>label {
    float: right;
    width: 59px;
}

#plants_filters .w50l .checkGroup {
    float: left;
    width: 399px;
}

#plants_filters .w50l .checkGroup li {
    float: right;
    width: 33%
}


/*#plants_filters .w50r ul.colors li{ float:right;margin: 0 3px; }*/

#plants_filters .w50l ul.colors li {
    margin: 0 3px;
    width: initial;
}

.breadcrumb {
    margin: 20px 0;
}

.breadcrumb li {
    display: inline-block;
    margin-left: 5px;
}

.breadcrumb li span {
    display: inline-block;
    margin-left: 5px;
    font-size: 17px;
    color: #5C4832
}

.breadcrumb li a {
    color: #6a8e08;
    margin-left: 5px;
    font-size: 12px;
    display: inline-block;
    line-height: 14px;
}

.breadcrumb li a:hover {
    text-decoration: underline
}

.breadcrumb li .divider {
    color: #454545;
    font-size: 12px;
    display: inline-block;
    vertical-align: text-top;
    padding-top: 4px
}


/*FAQ*/

.Faq_items {
    width: 625px;
}

.Faq_items>h3 {
    background: #fefdf7 url(../images/faq_arrows.png) 11px -82px no-repeat;
    padding: 10px 10px 10px 30px;
    color: #87a52e;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 17px;
    cursor: pointer;
}

.Faq_items>h3.active {
    background-position: -60px 17px;
    color: #5C4832;
}

.tip_item {
    display: none;
    background: url(../images/articls-dots.png) 0 100% repeat-x;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.tip_item .father_topics {
    color: #6a8e08;
    margin-bottom: 15px;
    font-size: 16px;
}

.tip_item .intro {
    color: #5e5f5a;
    font-size: 16px;
    font-style: italic;
    padding-bottom: 18px;
    line-height: 19px;
    text-align: justify;
}

.tip_item .info {
    padding-bottom: 14px;
}

.tip_item .info span {
    display: block;
    color: #858786;
    font-size: 11px;
}

.tip_item .info span label {
    display: inline-block;
    width: 55px
}

.tip_item .addToFav {
    background: url(../images/addToFav.png) 0 0 no-repeat;
    width: 116px;
    height: 40px;
    padding-right: 44px;
    line-height: 36px;
    color: #87a52e;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
}

#tabs-4 .Faq_items {
    width: 569px;
    margin: 10px;
}

.footerMenu .nav {
    margin: 35px 0
}

.footerMenu .nav li a {
    margin-bottom: 4px;
}

.footerMenu .nav>li {
    display: inline-block;
    width: 122px;
    float: right;
}

.footerMenu .nav li a,
.footerMenu .nav li span {
    color: #FFF;
    font-size: 13px;
    display: block;
    padding-left: 8px;
}

.footerMenu .nav li a:hover,
.footerMenu .nav li a span:hover {
    text-decoration: underline;
    color: #87a52e;
}

.footerMenu .nav>li>a,
.footerMenu .nav>li>span {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.rightPos .shdw {
    margin-bottom: 12px;
    padding-bottom: 21px;
    background: url(../images/right_pos_shdw.png) 50% 100% no-repeat;
}

.rightPos .filters.shdw .moduleInner {
    padding-bottom: 14px;
}

.rightPos .filters.shdw .mod_tooltipattributes .moduleInner {
    padding-bottom: 0
}

.rightPos .shdw .moduleInner {
    border: #FFF solid 1px;
    background: #e3e7d0;
    border-bottom: 0
}

.rightPos .shdw .mod_tooltipattributes .moduleInner {
    border: none;
    background: none
}

.rightPos .moduleInner p,
.rightPos .moduleInner .banneritem {
    text-align: center;
}

.plant_item_left .moduleInner,
.plant_item_left .moduleInner p,
.plant_item_left .moduleInner .banneritem {
    text-align: center;
}

.rightPos .moduletabletags {
    height: auto
}

.moduletabletags.shdw2 .outerShdw {
    height: 21px;
    background: url(../images/right_pos_shdw.png) 50% 100% no-repeat;
    margin: 0px -10px 0px
}

.rightPos .banneritem img {
    width: 300px;
}

.moduletable.filters.shdw .moduleInner>h3 {
    margin: 8px;
    font-size: 14px;
    color: #5C4832;
    font-weight: bold;
}

.top_component .moduletable,
.top_component .custom {
    margin-bottom: 12px;
}

.serviceprovider_form {
    margin: 0 180px 100px;
    background: #FFF;
    border: #e2e6d0 solid 1px;
    padding: 27px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.serviceprovider_form a {
    color: #87a52e;
}

.serviceprovider_form a:hover {
    text-decoration: underline;
}

.serviceprovider_form textarea {
    width: 100%;
    height: 60px;
    font-family: Arial;
    resize: none;
}

.serviceprovider_form .controls.padding1 {
    padding: 1px 7px
}

.serviceprovider_form .controls.select select {
    width: 100%
}

.control-labelX label {
    display: block;
    font-weight: bold;
    text-decoration: underline;
    margin: 9px 0;
}

.controlsX label {
    display: block;
    margin: 4px;
    font-size: 13px;
}

.serviceprovider_form h2 {
    margin: 7px 0;
    border-bottom: 1px solid #000
}

.chosen-choices {
    border: 0 !important
}

.mainContainer.reg {
    padding-top: 45px;
}

.mainContainer.reg>h1 {
    margin: 0 180px 4px 0;
    color: #5C4832;
    font-size: 26px;
}

.serviceprovider_form h3 {
    color: #5C4832;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.control-group {
    margin-bottom: 8px;
    border: 1px solid #a3a3a3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: right;
}

.control-group.radio {
    width: 100%;
    height: 30px;
    border: 0;
}

.control-group.radio>label {
    margin: 0 0 0 10px;
}

.control-group.radio .prettyradio label {
    margin: 0 0;
}

.contact .control-group {
    position: relative;
}

.contact .control-group {
    position: relative;
}

.contact .control-group select {
    width: 136px;
}

.formError {
    position: absolute;
    bottom: 0;
    right: 50%;
}

.newsletterDiv .formError {
    color: #FFF
}

.control-group.half {
    float: right;
    width: 263px;
}

.collectionsItems .control-group.half {
    float: right;
    width: 221px;
}

.collectionsItems .control-group.half.width_150 {
    width: 150px;
}

.control-group.half_sku {
    width: 164px!important;
}

.control-group.half_new {
    width: 363px!important;
}

.control-group.half_note {
    width: 456px!important
}

.control-group.half2 {
    float: left;
    width: 268px;
}

.control-group.error {
    border: 1px solid red
}

.control-group .control-label {
    float: right;
    width: 100px;
    font-size: 15px;
    padding-right: 10px;
    line-height: 32px;
    background: #efeeef;
    border-left: 1px solid #a3a3a3;
    position: relative;
}

.collectionsItems .control-group .control-label {
    width: 49px;
}

.control-group.half_new .control-label {
    width: 120px;
    line-height: 35px;
}

.control-group.half_note .control-label {
    line-height: 49px;
}

.control-group .control-label .star,
.star_register {
    position: absolute;
    right: -17px;
    top: 1px;
    color: #ed2e2f;
    font-size: 21px;
    font-weight: bold;
}

.control-group .controls {
    width: 436px;
    padding: 7px;
    background: none;
    border: none;
    float: left;
}

.control-group.half_note .controls {
    width: 380px!important
}

.control-group .controls_half_sku {
    width: 88px!important;
}

.control-group .controls_half_new {
    width: 216px!important;
    border: 1px solid white;
}

.new_item_to_collection .error {
    border: 1px solid red;
    line-height: 19px;
}

.control-group .controls input,
.area_collection_note {
    width: 99%;
    font-family: Arial;
}

.area_collection_note {
    max-height: 30px;
    max-width: 391px;
}

.control-group.half .controls {
    width: 138px;
}

.control-group.half2 .controls {
    width: 138px;
}

.control-group.select .controls {
    padding: 0;
    width: 451px;
}

.control-group.file .controls {
    position: relative;
    padding: 5px;
}

#recaptcha_response_field.error {
    border: 1px solid red
}

.control-group.file div.fakefile input {
    width: 95px !important;
    float: right;
    height: 31px;
    margin-left: 4px
}

.control-group.file div.fakefile img {
    margin: -1px;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#jform_logo,
#jform_image,
#jform_main_image,
#jform_image_gallery {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.serviceprovider_form .select2-container,
.area_settlemen_providers .select2-container {
    margin: 0;
    position: relative;
    display: block;
    width: auto;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: solid 0px #a3a3a3;
    background: url(../images/select_arrows.png) 7px -13px no-repeat;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.serviceprovider_form .select2-container-multi .select2-choices,
.area_settlemen_providers .select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 0px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: transparent;
    background-image: none;
}

.serviceprovider_form .select2-container-multi.select2-container-active .select2-choices,
.area_settlemen_providers .select2-container-multi.select2-container-active .select2-choices {
    border: 0px
}

#s2id_jform_country {
    height: 32px;
}

.serviceprovider_form .select2-container .select2-choice>.select2-chosen,
.area_settlemen_providers .select2-container .select2-choice>.select2-chosen {
    display: block;
    line-height: 32px;
    padding: 0 5px;
    font-size: 14px;
}

.control-group.textarea {
    height: 32px;
    margin-bottom: 86px;
}

.control-group.textarea .controls {
    position: relative;
}

.control-group.textarea textarea {
    height: 70px;
    width: 440px;
    margin: 0 -8px 0 0;
    border: 1px solid #a3a3a3;
    border-top: 0px;
    padding: 5px;
    font-family: arial;
    color: #454545;
    resize: none;
}

#textCounter {
    position: absolute;
    top: 88px;
    left: -1px;
    background: #f2f2f2;
    font-size: 12px;
    width: 442px;
    padding: 4px;
    border: 1px solid #a3a3a3;
    border-top: 0px;
    -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;
}

.control-group.checkbox {
    border: 0px;
    width: 100%;
    padding: 0 0
}

.control-group.captcha {
    border: 0px;
    width: 60%;
    margin-right: 19%
}

#recaptcha_area,
#recaptcha_area * {
    direction: ltr
}

.serviceprovider_form button,
.btn-project,
.drag_stticy button,
#btn-sale {
    background: url(../images/reg_btn.png) no-repeat;
    width: 267px;
    height: 47px;
    float: left;
    cursor: pointer;
    margin-top: 23px;
}

.serviceprovider_form button span,
.btn-project span,
.drag_stticy span {
    display: block;
    line-height: 47px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}

.prolist_table {
    float: right;
    width: 300px;
}

.prolist_about {
    float: left;
    width: 189px;
    font-size: 13px;
    color: #454545
}

.prolist_items hr {
    background: url(../images/articls-dots.png) 0 100% repeat-x;
    display: block;
    width: 625px;
    height: 5px;
    margin-bottom: 19px;
    clear: both
}

.serviceprovider_form button {
    margin-top: 0px;
}

.serviceprovider_form .control-group.captcha {
    float: left;
    width: auto;
}

#serviceproviders_cycle {
    position: relative
}

#serviceproviders_cycle .imgWrapper {
    text-align: center;
    border: #95ab63 solid 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 240px;
    height: 155px;
    overflow: hidden;
    cursor: pointer;
}

#serviceproviders_cycle li {
    width: 242px;
}

#serviceproviders_cycle li img {
    margin-bottom: -2px;
    max-height: 255px;
}

#serviceproviders_cycle .title {
    font-size: 19px;
    color: #5C4832;
    font-weight: normal;
    margin: 8px 0;
    display: block;
}

#serviceproviders_cycle table td.label {
    font-size: 13px;
    color: #807e70;
    padding-bottom: 4px;
    width: 77px
}

#serviceproviders_cycle table td.value {
    font-size: 13px;
    color: #454545;
    padding-bottom: 4px
}

#serviceproviders_cycle table td a {
    color: #87a52e;
}

#serviceproviders_left {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 68px;
    left: 3px;
    cursor: pointer;
    background: url(../images/pro_mod_arrows.png) 0 0 no-repeat;
    z-index: 999;
}

#serviceproviders_right {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 68px;
    right: 0;
    cursor: pointer;
    background: url(../images/pro_mod_arrows.png) 100% 0 no-repeat;
    z-index: 999;
}

.related_providers .img_holder {
    width: 95px;
    padding: 10px;
    background: #95ab63;
    margin: 0 10px 10px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.related_providers .img_holder img {
    width: 95px !important;
}

.related_providers .slidesArea {
    margin-top: 10px;
}

.serviceprovider .intro {
    font-style: italic;
    text-align: justify;
}

.serviceprovider_table span {
    font-size: 13px;
    padding: 0 0 4px 0px;
    line-height: 16px;
}

.serviceprovider_table .label {
    color: white;
}

.serviceprovider_table span a {
    color: white;
    text-decoration: underline;
}

.overlay {
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -o-transition: opacity .2s linear;
    -webkit-transition: opacity.2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9998;
    top: 0;
    display: none;
}

#collection-popup-wrapper {
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -125px;
    width: 280px;
    border-top: solid 9px #87a52e;
    background: #efe9ce;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 12px 25px 25px;
    z-index: 9999;
    display: none;
}

#collection-popup-wrapper h3 {
    margin: 12px 0 2px color: #5C4832;
    font-size: 19px;
    font-weight: normal;
}

.collectionPopupBottom {
    margin-top: 20px;
    padding-top: 20px;
    background: url(../images/border-horz.png) 0 0 repeat-x
}

.collection_list li {
    background: #fefdf7;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    position: relative
}

.addToCollection {
    color: #454545;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 10px 10px 0 34px;
}

.addToCollection.selected {
    color: #87a52e;
    /*background:url(../images/addedToCollections.png) 20px 50% no-repeat;*/
}

.inputWrapper {
    height: 32px;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #fefdf7
}

#addNewCollectionName,
#EMailreciepient,
#EMailSubject {
    width: 206px;
    margin: 4px;
    height: 24px;
    font-size: 16px;
    ;
}

#addNewCollectionBtn {
    float: left;
    width: 51px;
    height: 34px;
    cursor: pointer;
    margin: -1px;
    background: url(../images/addToCollectionsBtn.png)
}

.regPreview {
    padding: 13px 50px;
    /* height: 706px; */
    position: relative
}

.regBoxGreen {
    background: #97b916;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 86px;
    width: 215px;
    padding: 12px 10px 8px;
    float: right;
    cursor: pointer;
    box-shadow: 0px 1px 1px #999;
    -moz-box-shadow: 0px 1px 1px #999;
    -webkit-box-shadow: 0px 1px 1px #999;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
}

.regBoxGreen:hover {
    background: #567203;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.regBoxLogin .txt1 {
    color: #5C4832;
    font-size: 20px;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.regBoxLogin .txt2 {
    font-size: 15px;
    display: block;
    margin-bottom: 10px
}

.regBoxGreen .txt1 {
    color: #FFF;
    font-size: 13px;
    display: block
}

.regBoxGreen .txt2 {
    color: #FFF;
    font-size: 26px;
    display: block;
    margin: 3px 0 10px;
}

.regBoxLogin {
    /*background:#fefdf7; border:#e0e5cc solid 1px; -webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px; width:186px; padding:21px 25px 5px; float:left;*/
}

.regBoxLogin .fbconnct_btn {
    display: block;
    background: url(../images/fb_login_reg.png) 0 -45px no-repeat;
    width: 199px;
    height: 26px;
    cursor: pointer;
    margin: 0 -1px 10px;
}

#modlgn-username,
#modlgn-passwd {
    width: 313px;
    height: 26px;
    /* background:url(../images/loginField.jpg) no-repeat; */
    border: 0;
    padding: 4px;
    margin-bottom: 0px;
    margin-left: 16px;
    font-size: 15px;
}

.regBoxLogin .btn-primary {
    width: 233px;
    height: 38px;
    background: url(../images/loginBtn.png) no-repeat;
    border: 0;
    float: left;
    cursor: pointer;
    margin-bottom: 0;
}

.regBoxLogin a {
    width: 100px;
    /* float:right; */
    color: #87a52e;
    font-size: 13px;
    line-height: 20px;
    margin-right: 338px;
}

.control-label.jform_captcha {
    height: 144px;
}

.serviceprovider_form p {
    margin-bottom: 12px;
    font-size: 13px;
}

#saveCollectionPopup,
#sendCollectionPopup,
#saveCollectionPopupTop {
    width: 195px;
    height: 46px;
    background: url(../images/submit_195.png) no-repeat;
    cursor: pointer;
    display: inline-block;
    margin-right: 37px;
    color: #FFF;
    line-height: 46px;
    text-align: center;
    float: left;
}

#closeCollectionPopup {
    height: 46px;
    cursor: pointer;
    display: none;
    color: #5e5e5f;
    font-weight: bold;
    font-size: 16px;
    line-height: 46px;
    margin-right: 15px
}

.popupMessage {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: bold;
    color: #87a52e;
    text-align: center;
}

#collectionList.loading {
    padding: 30px 0;
    background: url(../images/loading.gif) 50% 50% no-repeat;
}

.userPages .rightPos .shdw .moduleInner {
    background: #e3e7d0 url(../images/user_menu_bg.png) bottom left no-repeat;
    border: 0;
    padding-bottom: 13px;
    border: #FFF solid 1px;
}

.userPages .rightPos .shdw .explain_edit_article .moduleInner {
    background: none;
    border: none;
}

.custom.explain_edit_article {
    line-height: 18px;
    font-size: 13px;
}

.moduletable.explain_edit_article,
.custom.explain_edit_article {
    margin-bottom: 10px;
    width: 258px;
}

.userPages .rightPos .shdw .moduleInner .side_menu_list {
    padding-top: 15px;
    margin: 0px 1px 0px 0;
}

.mainContainer.userPages .rightPos .shdw {
    background: none !important
}

.userPages .side_menu_list li {
    background: none
}

.userPages .side_menu_list li a.active {
    color: #5C4832
}

.userPages .side_menu_list li:hover {
    background: url(../images/hover_cat.png) no-repeat !important
}

.userPages .side_menu_list li.li_my_plant_edit_space:hover {
    background: url(../images/border-horz-green.png) 0 100% repeat-x !important;
}

.userPages .side_menu_list li a {
    padding-right: 38px;
    background: url(../images/user_menu_icons.png) no-repeat;
}

.userPages .side_menu_list li.edituser a {
    background-position: 97% 5px
}

.userPages .side_menu_list li.mycollections a {
    background-position: 97% -29px;
}

.userPages .side_menu_list li.pricequote a {
    background-position: 97% -62px;
}

.userPages .side_menu_list li.upgrade a {
    background-position: 97% -94px;
}

.userPages .side_menu_list li.upgrade {
    display: none
}

.userPages .side_menu_list li.edituser:hover a,
.userPages .side_menu_list li.edituser a.active {
    background-position: 97% -132px
}

.userPages .side_menu_list li.mycollections:hover a,
.userPages .side_menu_list li.mycollections a.active {
    background-position: 97% -166px;
}

.userPages .side_menu_list li.pricequote:hover a,
.userPages .side_menu_list li.pricequote a.active {
    background-position: 97% -200px;
}

.userPages .side_menu_list li.upgrade:hover a,
.userPages .side_menu_list li.upgrade a.active {
    background-position: 97% -232px;
}

.userPages h1 {
    font-size: 26px;
    color: #5C4832;
    margin: 39px 0 0
}

.control-group.jform_password1,
.control-group.jform_email1 {
    float: right;
    width: 268px;
}

.control-group.jform_password2,
.control-group.jform_email2 {
    float: left;
    width: 268px;
}

.control-group.jform_email1 .controls,
.control-group.jform_email2 .controls,
.control-group.jform_password1 .controls,
.control-group.jform_password2 .controls {
    width: 138px;
}

.control-group.params {
    position: absolute;
    top: -99999px;
}

.collections_list li {
    padding: 25px 0;
    background: url(../images/articls-dots.png) 0 100% repeat-x;
    position: relative;
    width: 93%
}

.collections_list li .removeCollection {
    position: absolute;
    left: 0;
    top: 10px;
    width: 22px;
    height: 16px;
    background: url(../images/delete_collection_item.png) no-repeat;
    cursor: pointer;
}

.collections_list li:last-child {
    background: none;
    margin-bottom: 30px;
}

.collections_list li a {
    color: #87a52e;
    display: block;
    font-size: 20px;
}

.collections_list li .noteToColl {
    font-size: 15px;
}

.link_to_coll {
    color: #95ab63;
    font-weight: normal;
    font-size: 19px;
    margin-bottom: 7px;
    padding-top: 9px;
    display: block;
}


/* .link_to_coll:hover{    color: #5C4832;} */

.collections_list li span {
    display: block;
    font-size: 13px;
    margin-top: 6px;
}

.collectionNameForm {
    width: 318px;
    margin: 15px 0 3px 10px;
    float: right;
}

.inputWrappertop,
.inputWrapperbottom {
    color: #5C4832;
}

.inputWrappertop {
    margin-bottom: 5px;
    display: inline-block;
}

.collectionNameForm.loading {
    padding-left: 50px;
    background: url(../images/loading.gif) 0 50% no-repeat;
}

.inputWrapper {
    border: 1px solid #a3a3a3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#collectionTitleBtn,
#collectionNoteBtn {
    float: left;
    margin: -1px;
    background: url(../images/saveBtn.png) no-repeat;
    width: 50px;
    height: 34px;
    cursor: pointer;
}

#collectionTitle,
#collectionNote {
    width: 203px;
    padding: 5px;
    margin: 2px;
    color: #a3a3a3;
    font-size: 16px;
    font-style: italic;
}

#izotopCont.collection_list {
    margin-right: -30px;
}

.article_item .removeCollectionItem {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 22px;
    height: 16px;
    background: url(../images/delete_collection_item.png) no-repeat;
    cursor: pointer;
}

.Faq_items .title {
    position: relative;
}

.Faq_items .title .removeCollectionItem {
    position: absolute;
    display: block;
    top: 14px;
    left: 24px;
    width: 22px;
    height: 16px;
    background: url(../images/delete_collection_item.png) no-repeat;
    cursor: pointer;
}

.gallery_inner_item .removeCollectionItem {
    position: absolute;
    display: block;
    top: 3px;
    left: -1px;
    width: 22px;
    height: 16px;
    background: url(../images/delete_collection_item.png) no-repeat;
    cursor: pointer;
}

.sp_item_collection {
    position: relative;
}


/*.sp_item_collection .removeCollectionItem{ position:absolute; display:block; top: 3px; left: -1px; width:22px; height:16px; background:url(../images/delete_collection_item.png) no-repeat; cursor:pointer;}*/

.sp_item_collection .removeCollectionItem {
    top: 0px;
    cursor: pointer;
}

.bottomBanners {
    margin: 12px;
}

.bottomBanners .w100 {
    margin: 0 auto 12px;
    max-width: 100%;
    width: auto;
}

.bottomBanners .w100 .moduleInner {
    max-height: 300px;
    overflow: hidden;
    text-align: center
}

.bottomBanners .w50_1 {
    width: 45%;
    float: left;
    margin: 0 5% 12px 0;
    max-height: 250px;
    overflow: hidden;
    text-align: center
}

.bottomBanners .w50_2 {
    width: 45%;
    float: right;
    margin: 0 0 12px 5%;
    max-height: 250px;
    overflow: hidden;
    text-align: center
}

.bottomBanners .w50_1 img,
.bottomBanners .w100 img,
.bottomBanners .w50_2 img {
    max-width: 100%;
    height: auto;
    max-height: 221px;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
    width: 100%!important;
    height: 100%!important;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: -20px;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
    width: 100%;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: normal;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../images/fancybox_sprite@2x.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('../images/fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}


/** Site map CSS added by Yossi.*/

.mainContainer.sitemap .itemWrap {
    width: 265px;
    float: right;
    text-align: right;
}

.mainContainer.sitemap .top {
    background: url('../images/top_shadow.png') top no-repeat;
    height: 11px;
}

.mainContainer.sitemap .bottom {
    background: url('../images/bottom_shadow.png') bottom no-repeat;
    height: 18px;
}

.mainContainer.sitemap .item {
    border: 1px solid #e1e5ce;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fefdf7;
}

.mainContainer.sitemap .item .title {
    color: #654521;
    font-size: 18px;
    margin-top: 18px;
    margin-right: 18px;
    margin-left: 10px;
}

.mainContainer.sitemap .item .descritpion {
    color: #654521;
    font-size: 11px;
    margin-top: 9px;
    margin-right: 18px;
    width: 85%;
    margin-bottom: 15px;
    line-height: 14px;
}

.mainContainer.sitemap .item .links {
    color: #654521;
    font-size: 11px;
    margin-top: 9px;
    margin-right: 18px;
    width: 85%;
    margin-bottom: 15px;
    line-height: 18px;
}

.mainContainer.sitemap .item .links a {
    color: #6c8e06;
    font-size: 13px;
}

.mainContainer.sitemap .item .links a:hover {
    text-decoration: underline;
}

.mainContainer.sitemap .line {
    width: 100%;
    background: url('../images/dots.jpg');
    height: 4px;
}

.mainContainer.sitemap .sitemaph1 {
    color: #5c4832;
    font-size: 20pt;
    margin-right: 70px;
    padding-top: 50px;
    margin-bottom: 15px;
}

.mainContainer.sitemap {
    padding-bottom: 60px;
    padding-left: 55px;
}

.filterSmall {
    width: 49px;
    height: 24px;
    background: url(../images/filterSmall.png) no-repeat;
    border: none;
    cursor: pointer;
    margin: 10px 0 0 10px;
    display: inline-block;
    float: right;
}

.clearSmall,
.clearAuto,
.clearAuto2,
.clearSupAuto {
    display: inline-block;
    background: url(../images/clearSmall.png) 100% -1px no-repeat;
    padding-right: 20px;
    line-height: 19px;
    color: #7b8f30;
    cursor: pointer;
    font-size: 13px;
    margin-top: 13px;
    float: right;
}

.clearAllBtn {
    width: 152px;
    height: 40px;
    background: url(../images/grn_btn_h40.png) 0 0 no-repeat;
    cursor: pointer;
    margin: -7px 0 0 10px;
    display: inline-block;
    float: right;
    color: #FFF;
    line-height: 38px;
}

.clearAllBtn span {
    height: 40px;
    background: url(../images/grn_btn_h40_r.png) 100% 0 no-repeat;
    display: block;
    padding-right: 35px;
    position: relative
}

.clearAllBtn span:after {
    position: absolute;
    top: 11px;
    right: 10px;
    background: url(../images/clearAll.png) 0 0 no-repeat;
    width: 16px;
    height: 17px;
    content: ' '
}

.clearAllBtn:hover,
.totalwithadd2fav:hover {
    opacity: 0.8;
}

.totalwithadd2fav {
    height: 40px;
    line-height: 38px;
    background: url(../images/grn_btn_h40.png) 0 0 no-repeat;
    float: right;
    margin-top: -7px;
    cursor: pointer;
}

.totalwithadd2fav2 {
    height: 40px;
    background: url(../images/grn_btn_h40_r.png) 100% 0 no-repeat;
    padding: 0 13px;
    color: #FFF;
    display: block
}

.addAll2fav {
    height: 24px;
    display: inline-block;
    background: #ffd800;
    padding-right: 29px;
    margin: 8px 10px 0 0;
    line-height: 25px;
    padding-left: 8px;
    position: relative;
    color: #718d04 !important;
    border-radius: 5px;
}

.addAll2fav:after {
    position: absolute;
    top: 5px;
    right: 6px;
    background: url(../images/add2fav_icon.png) 0 0 no-repeat;
    width: 16px;
    height: 17px;
    content: ' '
}

.collection_quantity {
    width: 30px !important;
    margin: 1px;
    height: 30px;
    padding: 0 0;
    background: white;
    text-align: center;
}

.plantNum {
    float: right;
    width: 60px;
    height: 60px;
    background: url(../images/collectionPlantNum.png) no-repeat;
    text-align: center;
    line-height: 60px;
    margin-left: 6px;
}

.plantNum_ {
    margin-left: 6px;
    float: right;
    background: #FFF;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border: solid 1px #c6c6c6;
    padding: 5px;
    min-height: 10px;
    min-width: 10px;
    display: inline-block;
    color: #6c8e06;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.title_add_item {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 13px 16px 0;
}

.div_add_item_buttom .title_add_item {
    float: right;
}

.title_add_item span:first-child {
    display: block;
}

.div_add_item_buttom .title_add_item span:first-child {
    display: inline-block;
    float: right;
    margin-left: 7px;
}

.div_add_item:hover .title_add_item,
.div_add_item_buttom:hover .title_add_item {
    color: #5C4832;
}

.plantNum.loading {
    background: url(../images/ajax-collection.gif) 50% 50% no-repeat;
}

.plantNum_.loading {
    background: url(../images/ajax-collection.gif) 50% 50% no-repeat;
    background-size: cover;
}

.plantList h3 a,
.h3_coll {
    color: #5C4832;
    font-weight: normal;
    font-size: 19px;
    margin-bottom: 7px;
    cursor: pointer;
    display: block;
    margin-top: -5px;
}

.h3_coll {
    cursor: context-menu;
}

.makat {
    display: block;
    color: #868686;
    font-size: 12px;
    line-height: 12px;
}

.collectionFormItem .controls input {
    color: #5e5e5f;
    font-style: italic;
    font-size: 15px;
    text-align: center
}

.quantityMinus,
.quantityPlus,
.add_item_to_collection,
.save_items_to_collection,
.duplicate_collection {
    background: #abc250;
    /* Old browsers */
    background: -moz-linear-gradient(top, #adc927 0%, #819f19 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adc927), color-stop(100%, #819f19));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #adc927 0%, #819f19 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #adc927 0%, #819f19 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #adc927 0%, #819f19 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #adc927 0%, #819f19 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#adc927', endColorstr='#819f19', GradientType=0);
    /* IE6-9 */
    width: 52px !important;
    height: 34px;
    border: #899253 solid 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: -1px -1px;
    float: left;
    color: #FFF !important;
    font-size: 18px !important;
    cursor: pointer;
}

.duplicate_collection {
    width: 91px !important;
    height: 25px;
    font-size: 15px !important;
}

.last_update_dup {
    float: right;
}

.add_item_to_collection {
    font-size: 17px !important;
    width: 89px !important;
    margin-right: 80px;
    margin-bottom: 18px;
    float: none;
}

.div_add_item_buttom .add_item_to_collection {
    float: left;
    margin: 10px 0 0 14px;
}

.wrap_new_item {
    display: none;
}

.save_items_to_collection {
    display: none;
    width: 113px !important;
    height: 51px;
    font-size: 26px !important;
}

.fatherTopic .article_body h1 {
    font-size: 26px;
}

.fatherTopic .article_body h3 {
    font-size: 16px;
    font-weight: bold;
}

.fatherTopic .article_body .intro,
.fatherTopic .article_body .intro p {
    font-size: 16px;
    font-style: italic;
}

h3.titleBlock {
    height: 73px;
    background: url(../images/father_topic_title.png) 100% 0 no-repeat;
    line-height: 60px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #614223
}

.fatherTopic.articles_list .article_item {
    background: url(../images/articls-dots.png) 0 100% repeat-x !important;
}

.father_rm {
    display: block;
    height: 48px;
    background: url(../images/father_topic_readmore.png) 50% 0 no-repeat;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 40px;
}

.f_gal_cont {
    margin: 0 0 0 25px;
}

.f_gallery_item.count3 {
    margin-right: 0;
}

.innerfeaturedItem span div a {
    color: #666
}

.innerfeaturedItem span div a:hover {
    color: #87a52e;
    text-decoration: underline
}

.right_filter_ico_desc_list .prettycheckbox {
    width: auto
}

.mainContainer.contact .prettyradio {
    width: auto !important
}

#collection-popup-wrapper .error {
    font-size: 12px;
    color: red;
    margin: -5px 0 10px;
}

.innerFilterTypes .radioGroup2 li {
    float: right;
    width: 25%
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

span.mark {
    font-weight: bold;
    text-decoration: underline;
    background: #FBCC00
}

.printOnly {
    display: none;
}

#verifyAddress {
    display: inline-block;
    padding: 6px 17px;
    background-color: gray;
    color: white;
}
.latlong .opac.on{
    opacity: 0.2;
}
#verifyAddress.go {
    background-color: #87a52e;
}

#verifyAddress.error {
    background-color: #e69419;
}

#collection-email-wrapper,
#collection-max-size {
    position: absolute;
    top: 300px;
    left: 40%;
    margin-left: -125px;
    width: 280px;
    border-top: solid 9px #87a52e;
    background: #efe9ce;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 12px 25px 25px;
    z-index: 9999;
    display: none;
}

#collection-email-wrapper h3,
#collection-max-size h3 {
    margin: 0 0 12px;
    color: #5C4832;
    font-size: 19px;
    font-weight: normal;
}

p[dir="ltr"] {
    direction: ltr;
}


/* Editing styles */

.wine-color {
    color: #993300;
}

em {
    font-style: italic;
}

.fullText hr {
    background: #684822;
    height: 2px;
}

.tableCenter {
    margin: 0 auto;
}

.tableLeft {
    float: left;
    margin: 28px 28px 28px 0;
}

.tableRight {
    float: right;
    margin: 28px 0 28px 28px;
}

.table {
    width: 100%;
}

.table tr th,
.table tr td {
    padding: 4px 5px;
    border: 1px solid #d7cfa9;
    font-style: normal;
}

.table tr th {
    background: #f0dfa8;
    font-weight: bold;
}

.table tr.odd td {
    background: #fefbed;
}

.table tr.even td {
    background: #fef9e1;
}

.fullText {
    text-align: justify;
    padding: 0 35px;
}

.articles_list.one_articale .fullText p.link-size,
.link-size {
    font-size: 16px;
}

.font-8pt-bold {
    font-size: 8pt;
    font-weight: bold;
}

.font-8pt {
    font-size: 8pt;
}

.font-11pt-bold {
    font-size: 11pt;
    font-weight: bold;
}

.font-11pt {
    font-size: 11pt;
}

.brown {
    color: #684822;
}


/* END of Editing styles */

.provider_desc {
    margin: 15px 0;
    padding-top: 26px;
}

.provider_desc,
.provider_desc p,
.collections_list p {
    color: #5f5e64;
    max-width: 620px;
    font-size: 13px;
    line-height: 16px;
}

.buttonDeleteCollections,
.collections_list span.buttonDeleteCollections,
.button_inputs {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    border: solid 1px #c6c6c6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 10px;
    padding: 3px 11px;
    color: #6c8e06;
    font-size: 12px;
    line-height: 14px;
    margin-right: 10px;
}

.shadowTopCollection {
    background: url(../images/yellow_btn_shdw_top.png) 50% 0 no-repeat;
    padding-top: 2px;
}

.shadowBottomCollection {
    background: url(../images/yellow_btn_shdw_btm.png) 50% 100% no-repeat;
    padding-bottom: 2px;
}

.buttonCollectionPage {
    min-height: 45px;
    text-align: center;
    color: #FFF;
    margin: 10px 0 10px 26px;
    font-weight: bold;
    font-size: 24px;
    background: #ffd800 url(../images/yellow_btn_bg.png) 0 100% repeat-x;
}

.results_not_found {
    direction: rtl;
    right: 0!important;
    border: 1px solid #f7bc00;
    background: #fdf4d5;
    padding: 24px 24px 0;
    border-radius: 10px;
}

.results_not_found p {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 21px;
}

.results_not_found a {
    color: #87a52e;
}

.results_not_found a:hover {
    text-decoration: underline;
}

.add2plants {
    padding-right: 26px;
    margin-top: 12px;
    background: url(../images/user_menu_icons.png) 100% -61px no-repeat;
    font-size: 15px!important;
    display: inline-block!important;
    line-height: 22px;
}

a.add2plants,
a.removefromplants {
    color: #fff;
}

.collections_list a.add2plants:hover,
.collections_list a.removefromplants:hover,
a.add2plants:hover,
a.removefromplants:hover {
    color: #5C4832;
}

.removefromplants {
    padding-right: 26px;
    margin-top: 12px;
    background: url(../images/delete_collection_item.png) 100% 85% no-repeat;
    font-size: 15px!important;
    display: inline-block!important;
    line-height: 22px;
}

.filterTxt input[type=text] {
    width: 89%;
    padding: 7px;
    margin-right: 5px;
    border-radius: 6px;
    border-radius: 5px;
    border: solid 1px #a3a3a3;
    background: #fefdf7;
    color: #999 !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}

.filterTxt h3 {
    color: #718d04;
    font-weight: bold;
    font-size: 12px;
}

.right_filter_group.filterTxt {
    display: block !important
}


/* Friendly SEO */

#easyfrontendseo h1 {
    margin: 10px auto 20px;
}

#easyfrontendseo label {
    width: 154px;
    text-align: right!important;
    padding: 8px 0;
    margin-bottom: 8px;
}

#easyfrontendseo input,
#easyfrontendseo textarea {
    border: 1px solid #e2e4de;
    padding: 8px 10px;
    background: #f1f2ec;
    margin-bottom: 8px;
}

#easyfrontendseo input.btn-primary {
    background: #a4c425;
    padding: 6px 20px;
    border-radius: 8px;
    margin-right: 152px!important;
}


/*.a_gallery{ color:#666!important;}*/


/*.a_gallery:hover{ color:#87a52e!important; text-decoration:underline!important;}*/

.item_plant_hover,
.item_plant_hover_ {
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.item_plant_hover_ a.goToPlant,
.item_plant_hover_ a.addToFav {
    position: absolute;
    right: 20px;
    top: 37px;
}

.item_plant_hover_ a.addToFav {
    top: 78px;
    right: 18px;
}

.item_plant_hover_:hover {
    opacity: 1;
    display: block;
}

.item_plant_hover_:hover .item_plant_hover {
    opacity: 0.6;
    background: black;
    display: block;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.title_ul_side_mobile {
    display: none
}

.banneritem {
    margin-top: 25px;
}

.banneritem:first-child {
    margin-top: 0px;
}


/*my plant*/

li.li_my_plant {
    list-style: none;
    float: right;
    display: block;
    padding: 8px 0;
}

a.a_my_plant {
    display: block;
    padding: 0 10px;
    font-size: 12px;
    color: #795e3e;
    border-right: 1px solid #795e3e;
}

li.li_my_plant a:hover {
    border-bottom: 1px dotted #748b05;
}

.edit_plant_editor {}

.move_provider_page {
    float: left;
    color: #614223;
    text-decoration: underline;
}

#tabs-5 .article_item .move_provider_page {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.expl_register {
    margin: 10px 37px 14px 28px;
    display: inline-block;
    color: #6c8e06;
    text-decoration: underline;
}

.expl_register:hover {
    color: #5C4832;
}

.ui-tabs .ui-tabs-panel#tabs-2 {
    max-height: inherit;
}

.ui-tabs .ui-tabs-panel#tabs-2 .ps-scrollbar-x,
#tabs-2 .ps-scrollbar-y {
    display: none;
}

.banner_register_mod {
    float: right;
    margin-right: 12px;
}

.div_float_register {
    /*float: right;*/
    /*width: 70%;*/
}

.banner_register_mod .moduletable,
.banner_register_mod .custom,
.banner_register_mod .moduletable .banneritem,
.banner_register_mod .custom .banneritem {
    margin-bottom: 4px;
}

.float_form_register {
    /*text-align: center;*/
}

.float_form_register #btn-userform,
.float_form_register #btn-serviceprovider {
    /*float: none;*/
}

.banner_register_mod_provider {
    padding-top: 0;
}

.span_provider_type {
    font-size: 13px;
    color: #454545;
    display: block;
    margin-bottom: 10px;
}

.serviceprovider_form_banner {
    float: right;
    width: 58%;
    margin: 0 37px 100px 28px;
}

.mainContainer.reg>h1.serviceprovider_form_banner_title {
    margin: 0 38px 4px 0;
}

.expl_register .siman {
    display: inline-block;
    width: 20px;
    height: 20px;
    /* background: #6a8e08; */
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    font-weight: bold;
    margin-left: 10px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border: solid 1px #c6c6c6;
    color: #6c8e06;
    cursor: pointer;
}

.quantityPlus,
.quantityMinus {
    display: none;
}

.one_related_interestplants {
    float: right;
    width: 220px;
    width: 170px;
    padding: 10px;
    background: #95ab63;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.one_related_interestplants h3 {
    font-size: 17px;
    color: #5C4832;
    margin: 0 0 10px;
    font-weight: bold;
}

.one_related_interestplants h3 a {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.77);
    margin-bottom: 9px;
    display: block;
}

.inerinterestplants {
    padding: 1px;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.one_related_interestplants img {
    width: 168px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: -3px;
}

div.related_interestplants .addToFavHome {
    background-position: 0 100%;
}

div.related_interestplants .addToFavHome.collectItem {
    background-position: 0 0;
}

div.related_interestplants .one_related_interestplants:nth-child(2) {
    margin: 0 11px;
}

.related_interestplants_wrap.related_interesarticles_wrap {
    margin-top: 65px;
    margin-bottom: 54px;
}

.related_interestplants_wrap h3 {
    font-size: 18px;
    font-weight: bold;
    color: #5C4832;
    display: block;
}

.inerinterestplants .addToFavHome {
    left: 28px;
}

.related_interestplants_wrap>h3 {
    background: #95ab63;
    color: white;
    padding: 5px;
    margin: 11px 0 18px 58px;
}

.related_interestplants_wrap h3.margin_interest_p {
    margin-left: 18px;
}

.expl_colls_provider {
    float: left;
    margin: 32px 0 39px 53px;
}

.userPages .side_menu_list li.li_my_plant_edit a {
    background: url(../../../images/icons/treesicons/ico_trees_01_zafuf.png) 96% 0 no-repeat;
}

.userPages .side_menu_list li.li_my_article_edit a {
    background: url('../images/li_my_article_edit.png') 95% 0px no-repeat;
    /*background-size: 27px;*/
}

.userPages .side_menu_list li.li_my_article_edit a:hover,
.userPages .side_menu_list li.li_my_article_edit a.active {
    background: url('../images/li_my_article_edit.png') 95% -31px no-repeat;
}

.textarticleform {
    margin-top: 20px;
    padding-left: 15px;
    margin-bottom: 17px;
}

span.tooltip_hover {
    display: none;
}

span.tooltip_hover {
    position: absolute;
    right: -6px;
    top: -16px;
    color: #87a52e;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #eceedc;
    cursor: help;
    line-height: 19px;
}

.titleBlock span.tooltip_hover {
    top: -3px;
}

span.tooltip_hover.show {
    display: inline-block;
}

.tooltip_article,
.mod_tooltipattributes {
    /* max-width: 300px; */
    /* max-height: 200px; */
    overflow: hidden;
    padding: 20px;
    background: gray;
    color: white;
    position: absolute;
    margin-bottom: 10px;
    display: none;
    z-index: 999;
}

.tooltip_article img:not(.arrow_tooltip) {
    max-width: 100%;
}

.drag_stticy {
    position: absolute;
    width: 234px;
}

.hidden_drag {
    display: none;
    position: relative;
    background: white;
}

div.droppable.hover {
    background: #cccccc;
}

.droppable {
    min-height: 700px;
    border-style: solid;
    border: 2px dashed #ccc;
    padding: 20px;
    padding-bottom: 100px;
    background: url('../images/etid_stage_text.png')50% 50% no-repeat;
}

.draggable {
    display: block;
    float: right;
    cursor: pointer;
    margin-left: 7px;
}

.rectangular_image_drag .hidden_drag {
    width: 518px;
    height: 150px;
}

.port_image_drag .hidden_drag {
    width: 235px;
    height: 303px;
    float: none;
    margin-left: 0;
    margin-right: 141.5px;
}

.span3 {
    border-style: solid;
    border-width: 1px;
    margin-bottom: 15px;
}

#editor-container .control-group .controls {
    width: 391px;
}

span.name_drag {
    display: block;
    margin-bottom: 10px;
    background: url('../images/sprite_drag_icons.png');
    width: 109px;
    height: 99px;
}

.title_drag span.name_drag {
    background-position: 0px -216px;
}

.title_drag2 span.name_drag {
    background-position: 0px -108px;
}

.title_drag3 span.name_drag {
    background-position: 0px 0px;
}

.text_drag span.name_drag {
    background-position: 0px -324px;
}

.rectangular_image_drag span.name_drag {
    background-position: 0px -432px;
}

.rectangular_image_drag1 span.name_drag {
    background-position: 0px -432px;
}

.port_image_drag span.name_drag {
    background-position: 0px -540px;
}

.rectangular_image_drag2 span.name_drag {
    background-position: 0px -648px;
}

.port_image_drag2 span.name_drag {
    background-position: 0px -756px;
}

.link_drag span.name_drag {
    background-position: 0px -974px;
}

.youtube_drag span.name_drag {
    background-position: 0px -865px;
}

.text_drag .control-group .control-label {
    height: 65px;
}

.text_drag .control-group .controls input[type="textarea"] {
    width: 100%;
    height: 60px;
    font-family: Arial;
    resize: none;
}

.hiddenFile {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
    top: -999px;
}

input.button_upload_img {
    position: absolute;
    top: 40%;
    left: 42%;
    display: block;
    border: 1px solid #a3a3a3;
    padding: 7px;
    font-family: Arial;
    border-radius: 4px;
    z-index: 99;
}

input.button_upload_img.change_image {
    left: 41%;
    color: #87a52e;
    background: #eceedc;
    border-color: #87a52e;
    max-width: 74%;
    word-wrap: break-word;
}

input.button_upload_img.error {
    border-color: red;
}

.rectangular_image_drag2 input.button_upload_img {
    left: 34%;
}

.port_image_drag input.button_upload_img.change_image,
.wrap_rectangular_image_drag2 input.button_upload_img.change_image,
.wrap_port_image_drag2 input.button_upload_img.change_image {
    left: 34%;
}

.wrap_rectangular_image_drag2 input.button_upload_img.change_image {
    top: 30%;
}

.remove_drag {
    position: absolute;
    z-index: 999;
    top: -9px;
    right: -10px;
    cursor: pointer;
    color: #87a52e;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #eceedc;
    line-height: 22px;
}

a.remove_drag:hover {
    text-decoration: none;
}

.portlet-header {
    position: absolute;
    z-index: 999;
    top: 7px;
    left: 5px;
    cursor: -moz-grab;
    cursor: -moz-grabbing;
    cursor: -webkit-grab;
    cursor: -webkit-grabbing;
    cursor: move;
    cursor: -webkit-grab;
    /* NOT WORKING */
    background: url('../images/sprite_drop_icons.png')0px 0px no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
}


/*.rectangular_image_drag2 .portlet-header, .wrap_port_image_drag2 .portlet-header{*/


/*left: -32px;*/


/*}*/

.rectangular_image_drag2 .hidden_drag {
    width: 235px;
    height: 150px;
}

.port_image_drag2 .hidden_drag {
    height: 301px;
    width: 235px;
}

.rectangular_image_drag2 .hidden_drag:nth-child(2) {}

.wrap_rectangular_image_drag2,
.wrap_port_image_drag2 {
    position: relative;
    display: none;
}

.div_credit {
    position: absolute;
    bottom: -37px;
}

.div_credit input {
    border: 1px solid #a3a3a3;
    padding: 4px;
    width: 96.5%;
    border-radius: 4px;
}

.div_credit {
    bottom: 8px;
    z-index: 999;
    margin-right: 8px;
}

.rectangular_image_drag {
    position: relative;
}

#article-form #jform_categories_chosen .chosen-drop,
#article-form #jform_father_chosen .chosen-drop,
#gallery-form #jform_categories_chosen .chosen-drop,
#gallery-form #jform_father_chosen .chosen-drop,
#gallery-form #jform_garden_chosen .chosen-drop {
    left: 9999px;
}

#article-form #jform_categories_chosen.chosen-container.chosen-with-drop .chosen-drop,
#article-form #jform_father_chosen.chosen-container.chosen-with-drop .chosen-drop,
#gallery-form #jform_categories_chosen.chosen-container.chosen-with-drop .chosen-drop,
#gallery-form #jform_father_chosen.chosen-container.chosen-with-drop .chosen-drop,
#gallery-form #jform_garden_chosen.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

#editor-container .control-group .control-label-link {
    border-bottom: 1px solid #a3a3a3;
}

#editor-container .control-group .controls.controls-link {
    padding-bottom: 9px;
    border-bottom: 1px solid #a3a3a3;
}

.port_image_drag .div_credit {
    width: 217px;
}

.wrap_rectangular_image_drag2 .div_credit {
    width: 217px;
}

.rectangular_image_drag .div_credit {
    width: 510px;
}

.wrap_port_image_drag2 .div_credit {
    width: 217px;
}

.control-group .controls.controls-link input,
.control-group .controls.controls-url input {
    width: 388px;
}

.droppable.ui-state-hover {
    background: #CCCCCC;
}

.droppable.ui-state-active {
    background: #CCCCCC;
}

.wrap_port_image_drag2 .input.button_upload_img,
.port_image_drag .input.button_upload_img {
    left: 32%;
}

.sortable-placeholder {
    /*height: 1.5em; line-height: 1.2em;*/
    margin-bottom: 28px;
    height: 75px;
    border: 1px dashed #ffffff;
    line-height: 75px;
}

.text_drag textarea {
    width: 391px;
}

.div_click {
    width: 94%;
    height: 78%;
    cursor: pointer;
}

.port_image_drag .div_click,
.wrap_port_image_drag2 .div_click {
    height: 88%;
}

.button_upload_img {
    cursor: pointer;
}

.port_image_drag .button_upload_img,
.wrap_port_image_drag2 .button_upload_img {
    left: 33%;
}

#editor-container .hidden_drag {
    display: block;
}

#editor-container .name_drag {
    display: none;
}

#editor-container .wrap_rectangular_image_drag2,
#editor-container .wrap_port_image_drag2 {
    display: block;
}

.wrap_main_image_art {
    width: 220px;
    margin-bottom: 27px;
}

.wrap_main_image_art img,
.controls_image img {
    max-width: 100%;
}

.rectangular_image_drag .controls_image img,
.wrap_rectangular_image_drag2 .controls_image img {
    max-height: 150px;
}

.port_image_drag .controls_image img {
    max-height: 221px;
}

.wrap_port_image_drag2 .controls_image img {
    max-height: 221px;
}

.controls.error {
    border: 1px solid red;
}

.controls_image {
    text-align: center;
}

.to_edit_article,
.custom_link_article {
    float: left;
    color: #6c8e06;
    text-decoration: underline;
}

.custom_link_article2 {
    display: block;
    padding-top: 19px;
    font-weight: bold;
    font-size: 18px;
}

.custom_link_article {
    float: none;
}

.to_edit_article:hover,
.custom_link_article:hover {
    color: #5C4832;
}

.select_list_ {
    margin-right: 231px;
}

.select_list_editor {
    margin-right: 140px;
}

.edit_article_editor {
    float: left;
    margin-right: 20px;
}

.custom_img_art {
    position: relative;
    margin-bottom: 42px;
}

.content_article_page {
    text-align: justify;
    padding: 20px 35px;
    padding-top: 0;
}

img.img_edit_article {
    max-width: 100%;
    max-height: 300px;
}

.c_2port_image_right_type img.img_edit_article,
.c_2port_image_left_type img.img_edit_article,
.c_2rectangular_image_right_type img.img_edit_article,
.c_2rectangular_image_left_type img.img_edit_article,
.c_port_image_type img.img_edit_article {
    max-height: inherit;
}

.custom_img_art {
    text-align: center;
}

.custom_img_art.c_2port_image_right_type,
.custom_img_art.c_2rectangular_image_right_type {
    width: 45%;
    float: right;
}

.custom_img_art.c_2port_image_left_type,
.custom_img_art.c_2rectangular_image_left_type {
    width: 45%;
    float: left;
}

h2.title_custom_article {
    color: #684822;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

h3.title_custom_article {
    color: #684822;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

h4.title_custom_article {
    color: #684822;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px
}

p.text_custom_article {
    color: #5f5e64;
    font-size: 13px;
    line-height: 16px;
    margin: 10px 0;
}

h3.title_attrs {
    margin: 11px;
}

.right_filter_item_atts {
    padding: 0px 14px 10px 8px;
}

.div_atts_filter_inner {
    padding-bottom: 11px;
    margin-top: 17px
}

.tooltip_div_atts_filter {
    position: absolute;
    right: 12px;
    top: 7px;
    color: #87a52e;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #eceedc;
    cursor: help;
    line-height: 19px;
}

.div_atts_filter {
    position: relative;
    padding-top: 20px;
}

.mod_tooltipattributes {
    display: none;
}

.mod_tooltipattributes.show {
    display: block;
    top: 34px;
    right: -49px;
}

.moduletable.tooltipattributes,
.custom.tooltipattributes {
    margin-bottom: 0;
}

#serviceprovider_form_left {
    margin: 16px 0 50px 29px;
}

span.title_group_name {
    display: block;
    font-weight: bold;
    text-decoration: underline;
    margin: 9px 0;
    font-size: 18px;
    color: #718d04;
    margin-top: 30px;
}

a.custom_link_article {
    display: block;
    margin-bottom: 15px;
}

.title_special_atts {
    background: #7b8f30 url(../images/border-horz-green.png) 0 100% repeat-x;
    color: white;
    padding: 11px 0;
    text-align: center;
}

.articles_list.one_articale .fullText h2.title_main_custom_article {
    margin-bottom: 15px;
    font-size: 20px;
}

.div_youtube {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 42px
}

.div_youtube iframe {
    width: 420px;
    height: 315px;
}

.custom.register_provider {
    width: 62%;
    margin: 0 37px 0 28px;
}

.custom.why_register {
    width: 62%;
    margin-right: 41px;
}

.div_loader {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 50%;
    top: 50%;
    width: 108px;
    z-index: 9999;
    height: 99px;
    background-color: white;
    text-align: center;
    color: #65854e;
}

.div_loader img {
    margin-top: 12px;
}

.div_loader span {
    display: block;
}

.div_loader.show {
    display: block;
}

.drag_stticy .btn-addArticle,
.drag_stticy .btn_send_mail_article,
.drag_stticy .btn_preview,
.drag_stticy .btn-addPlant,
.drag_stticy .btn_send_mail {
    background: url(../images/reg_btn.png) no-repeat;
    width: 259px;
    height: 47px;
    cursor: pointer;
    background-size: 100%;
    margin-bottom: 6px;
    line-height: 47px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}

.div_buttons_artform {
    text-align: center;
}

.div_buttons_artform .btn_preview {
    margin-top: 6px;
    float: none;
}

.div_buttons_artform .btn_preview a,
.drag_stticy .btn_preview a {
    display: block;
    color: white;
}

.div_buttons_artform .btn_preview a:hover,
.drag_stticy .btn_preview a:hover {
    text-decoration: none;
}

.img_edit_article_,
.rotate_image {
    display: none;
}

.img_edit_article.img_edit_article_ {
    display: inline-block;
}

.rotate_image {
    position: absolute;
    left: 10px;
    top: 3.4px;
    cursor: pointer;
    width: 23px;
    height: 18px;
    background: url('../images/sprite_drop_icons.png')0px -29px;
}

.img_edit_article_.rotate90 {
    transform: rotate(90deg) translateY(-100%);
    -webkit-transform: rotate(90deg) translateX(18%);
    -ms-transform: rotate(90deg) translateY(-100%);
}

.img_edit_article_.rotate180 {
    transform: rotate(180deg) translate(-100%, -100%);
    -webkit-transform: rotate(180deg) translate(0%, 0%);
    -ms-transform: rotate(180deg) translateX(-100%, -100%);
}

.img_edit_article_.rotate270 {
    transform: rotate(270deg) translateX(-100%);
    -webkit-transform: rotate(270deg) translateX(-18%);
    -ms-transform: rotate(270deg) translateX(-100%);
}

.rectangular_image_drag .rotate90,
.rectangular_image_drag .rotate270 {
    max-width: 149px;
}

.fullText a {
    color: #87a52e;
    text-decoration: underline;
}

.fullText a:hover {
    color: #5c4832;
    text-decoration: underline;
}

.componentheading {
    color: #795e3e;
    font-size: 24px;
    margin-bottom: 12px;
    display: none;
}

.aec-planlist-item {
    margin-bottom: 0;
    -moz-border-radius: 10px;
    color: white;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    transition: all 0.2s ease-in;
    margin-right: 0;
}

.btn-processor {
    cursor: pointer;
}

.aec-planlist {
    margin-bottom: 80px;
}

#aec-plans {
    margin: 0 auto;
    max-width: 582px;
    width: 582px;
}

.aec-planlist-item .title_plan {
    color: white;
    font-size: 22px;
    margin-bottom: 9px;
    font-weight: bold;
}

.wrap_plans {
    background: #97b916;
    color: white;
}

.aec-planlist .prettyradio {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 181px;
    z-index: 2;
}

.aec-planlist .prettyradio a {
    width: 100%;
    background: url(../images/sprite_plans.png) 101% -36px no-repeat;
    height: 181px;
}

.aec-planlist .prettyradio a.checked {
    background-position: 101% -214px;
}

.left_plan {
    float: left;
    width: 84%;
}

.top_plans {
    text-align: center;
    padding: 13px 0;
    border-bottom: solid 1px #FFF;
}

.top_plans h2 {
    color: white;
    font-size: 28px;
    margin-bottom: 9px;
    font-weight: bold;
}

.price_plan {
    padding: 39px 0;
    font-size: 36px;
    font-weight: bold;
    background: #9b5c0d;
    text-align: center;
}

span.simbol_plan {
    margin-right: -5px;
}

.lbl_price {}

.btn-processor {
    background: url("../images/btn_register_plan.png")no-repeat;
    color: white;
    font-size: 32px;
    margin: 0 auto;
    width: 402px;
    padding: 24px;
    height: 72px;
}

.form_plan {
    text-align: center;
}

.div_confirm {
    display: none;
}

#aec-thanks {
    font-size: 16px;
    max-width: 80%;
    line-height: 21px;
}

.checkout-list-item .alert {
    display: none;
}

.aec_checkout {
    padding: 27px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url(../images/mainBg.png) repeat;
    box-shadow: 0px 1px 10px #999;
    -moz-box-shadow: 0px 1px 10px #999;
    -webkit-box-shadow: 0px 1px 10px #999;
}

.aec_checkout h4,
.aec_checkout h5 {
    line-height: 40px;
}

.aec_checkout td {
    background: none;
    border: none;
}

#form-coupons {
    padding: 6px 0 25px 0;
}

#form-coupons .inputbox,
#aec-password-prompt .inputbox {
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    height: 30px;
}

#form-coupons .button,
#upgrade-button .button,
#aec-password-prompt .button {
    background: linear-gradient(to bottom, #abc250 0%, #7c8f30 100%);
    padding: 8px;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px;
}

p.collection_p {
    font-size: 16px;
}

.aec_overview li a {
    display: inline-block;
    color: #6c8e06;
    text-decoration: underline;
    margin-bottom: 10px;
}

.aec_overview li a:hover,
.aec_overview li.active a {
    color: #5C4832;
}

.aec_overview_subc {
    margin-top: 10px;
}

.aec_overview_subc .subscription-info p {
    line-height: 23px;
}

.aec_overview_subc h4 {
    /* margin-bottom: 6px; */
}

.aec_overview_subc .subscription-info {
    margin-top: 0px;
}

#upgrade-button {
    margin-top: 10px;
}

.table_invoice {
    margin: 0px auto;
    clear: both;
}

.tablerow {
    width: 100%;
    display: table;
}

.tablerow>span.theader {
    background-color: #52abcc;
    font-size: 14px;
}

.tablerow>span {
    background-color: #fefbed;
    color: #58595b;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    padding: 8px;
    border: 1px solid #d7cfa9;
    width: 19%;
}

.div_invoice {
    margin-bottom: 10px;
}

.div_invoice span:first-child {
    display: inline-block;
    width: 114px;
}

.div_invoice .btn-group {
    display: inline-block;
}

.div_invoice .btn-group a {
    color: #6c8e06;
}

.div_invoices {
    margin-bottom: 15px;
}

#aec-subscriptiondetails-invoices hr {
    background: url(../images/articls-dots.png) 0 100% repeat-x;
    display: block;
    width: 98%;
    height: 5px;
}

.userPages #aec-subscriptiondetails h1 {
    margin: 31px 0 12px 0;
}

span.right_detail {
    display: inline-block;
    width: 143px;
}

.p_detail.p_detail_desc p {
    display: inline-block;
}

.p_detail {
    line-height: 26px;
}

.aec-processor-buttons.disable_btn-processor {
    opacity: 0.4;
}

.aec-processor-buttons.disable_btn-processor .btn-processor {
    cursor: no-drop;
}

.well.coupons-info {
    margin-top: 15px;
}

.h1_checkout {
    font-size: 26px;
    color: #5C4832;
}

.hide_invoice {
    display: none;
}

.show_invoices,
.pending_checkout a,
.pending_sub {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 19px;
    color: #6c8e06;
    text-decoration: underline;
    cursor: pointer;
}

.show_invoices:hover,
.pending_checkout a:hover,
.pending_sub:hover {
    color: #5C4832;
}

.mainContainerPending {
    padding: 35px;
}

#aec-pending .expired_date {
    line-height: 23px;
}

.pending_checkout a,
.pending_sub {
    font-size: 18px;
    text-align: right;
}

.pending_sub {
    margin-top: 10px;
}

.text_password_prompt {
    margin-bottom: 10px;
}

.well_pending {
    padding: 35px;
}

.regBoxLogin.regBoxLoginthank {
    float: right;
    margin-top: 16px;
}

.mainContainerlogin {
    padding: 12px 20px;
    margin-bottom: 25px;
}

.custom.mod_top_plans,
.moduletable.mod_top_plans {
    text-align: center;
    margin-bottom: 0px;
}

.custom.mod_top_plans p {
    font-size: 18px;
    color: #704e24;
}

.custom.mod_top_plans .p_mod_top_plan {
    background: url("../images/title_plans.png")0 0 no-repeat;
    color: white;
    background-size: cover;
    width: 582px;
    margin: 0 auto;
    height: 114px;
    font-size: 61px;
    font-weight: bold;
    line-height: 98px;
}


/*plans*/

.plan_opacity {
    position: absolute;
    width: 100%;
    height: 100%;
}

.plan_opacity.plan_hover {
    background-color: #567203!important;
    -webkit-transition: background-color 500ms linear!important;
    -moz-transition: background-color 500ms linear!important;
    -o-transition: background-color 500ms linear!important;
    -ms-transition: background-color 500ms linear!important;
    z-index: 1;
    opacity: 0.7;
}

.top_plan,
.bottom_plan {
    position: relative;
}

.desc_plan_top {
    cursor: pointer;
}

.desc_plan_full,
.desc_plan_top {
    position: relative;
    z-index: 2;
}

.maslul_plan {
    position: absolute;
    left: 13px;
    top: 20px;
    font-size: 20px;
    z-index: 0;
    text-align: center;
}

.desc_plan_full {
    font-size: 18px;
    padding: 19px;
    line-height: 21px;
}

.arrow_plan {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    left: 28px;
    z-index: 1;
    transition: all 0.2s ease-in;
}

.open_full_plan {
    background: url('../images/sprite_plans.png')-1px -2px;
    position: absolute;
    width: 34px;
    height: 34px;
    bottom: 13px;
    right: 19px;
    cursor: pointer;
    z-index: 100;
}

.open_full_plan.open {
    background: url('../images/sprite_plans.png')36px -2px;
}

.img_plan_icon {
    position: absolute;
}

.bottom_plan {
    border-bottom: solid 1px #FFF;
    display: none;
}

.bottom_plan.show_bottom {
    display: block;
}

p.link_see_plan {
    margin-top: 13px;
    display: block;
    margin-bottom: 10px;
}

.link_see_plan a {
    text-decoration: underline;
    cursor: pointer;
}

div#price_plan_val {
    font-size: 51px;
    margin-bottom: 31px;
}

.aec_one .clear {
    height: 0px !important;
}


/* For all plans */

.enlarged_text {
    font-size: 1.4em;
}

p.enlarged_text {
    margin: 6px 0;
}

.text_margin {
    margin: 12px 0;
}

.link_see_plan a {
    color: #fff;
}


/*plan 0*/

.plan_0 {
    background-color: #ebb902;
    background-image: url("../images/icon_forma.png");
    background-position: 22px 86px;
    background-repeat: no-repeat;
}

.plan_0 .bottom_plan {
    background-color: #e6b504;
}

.plan_0 .desc_plan_top {
    padding: 19px 75px 36px 0;
}

.plan_0 .title_plan_small {
    font-size: 29px;
    padding-right: 30px;
    font-weight: bold;
    font-size: 34px;
    line-height: 33px;
}

.plan_0 .title_plan {
    font-size: 61px;
    padding-right: 52px;
    line-height: 65px;
}

.plan_0 .desc_plan_intro {
    font-size: 20px;
}

.plan_0 .arrow_plan {
    border-top: 23px solid #ebb902;
}

.plan_0 .maslul_plan {
    color: #7a6003;
}


/*plan 1*/

.plan_1 {
    background-color: #cccc03;
    background-image: url("../images/icon_forma2.png");
    background-position: 379px 82px;
    background-repeat: no-repeat;
}

.plan_1 .bottom_plan {
    background: #c7c703;
}

.plan_1 .desc_plan_top {
    padding: 5px 79px 20px 0;
}

.plan_1 .title_plan_small {
    font-size: 30px;
    padding-right: 128px;
    margin-top: 8px;
    display: block;
}

.plan_1 .title_plan {
    font-size: 52px;
    padding-right: 0px;
    line-height: 51px;
    margin-bottom: 11px;
    margin-top: 6px;
}

.plan_1 .desc_plan_intro {
    font-size: 20px;
}

.plan_1 .arrow_plan {
    border-top: 23px solid #cccc03;
}

.plan_1 .title_plan_small_bottom {
    font-size: 37px;
    padding-right: 141px;
    line-height: 31px;
}

.plan_1 .maslul_plan {
    color: #828203;
}


/*plan 2*/

.plan_2 {
    background-color: #99cc03;
    background-image: url("../images/icon_forma3.png");
    background-position: 466px 76px;
    background-repeat: no-repeat;
}

.plan_2 .bottom_plan {
    background-color: #93c402;
}

.plan_2 .title_plan_small {
    font-size: 30px;
    padding-right: 27px;
    margin-top: -6px;
    display: block;
}

.enlarged_text.margin {
    margin-top: 0.6em;
}

.plan_2 .title_plan {
    padding-right: 31px;
    font-size: 50px;
    line-height: 33px;
    margin-top: 19px;
    margin-bottom: 13px;
}

.plan_2 .title_plan span {
    font-size: 27px;
}

.plan_2 .desc_plan_intro {
    font-size: 20px;
    float: left;
    line-height: 22px;
    width: 401px;
    padding-left: 2px;
}

.plan_2 .arrow_plan {
    border-top: 23px solid #99cc03;
}

.plan_2 .title_plan_small_bottom {
    font-size: 22px;
    padding-right: 23px;
    line-height: 22px;
    float: right;
}

.plan_2 .maslul_plan {
    color: #425802;
}

.plan_2 .link_see_plan {
    margin-top: 10px;
    display: block;
    margin-bottom: 16px;
}

.plan_2 .desc_plan_top {
    padding: 26px 75px 19px 0;
}

.plan_2 p.link_see_plan {
    margin-bottom: 24px;
}


/*plan 3*/

.plan_3 {
    background-color: #b0cd39;
    background-image: url("../images/icon_forma4.png");
    background-position: 267px 19px;
    background-repeat: no-repeat;
}

.plan_3 .bottom_plan {
    background-color: #abc738;
}

.plan_3 .smallText.displayBlock {
    padding-right: 12%;
}

.plan_3 .title_plan_small {
    font-size: 20px;
    padding-right: 27px;
    margin-top: -12px;
    display: block;
}

.plan_3 .title_plan {
    padding-right: 8px;
    font-size: 58px;
    line-height: 51px;
    float: right;
    width: 161px;
    margin-top: -26px;
}

.plan_3 .desc_plan_intro {
    font-size: 20px;
    float: left;
    line-height: 22px;
    width: 283px;
    padding-left: 2px;
    float: right;
}

.plan_3 .arrow_plan {
    border-top: 23px solid #b0cd39;
}

.plan_3 .title_plan_small_bottom {
    font-size: 22px;
    padding-right: 23px;
    line-height: 12px;
    float: right;
}

.plan_3 .maslul_plan {
    color: #556319;
}

.plan_3 .link_see_plan {
    margin-top: 10px;
    display: block;
    margin-bottom: 6px;
}

.plan_3 .desc_plan_top {
    padding: 24px 81px 24px 0;
}


/*plan 4*/

.plan_4 {
    background-color: #8cb20e;
    background-image: url("../images/icon_forma5.png");
    background-position: 91px 87px;
    background-repeat: no-repeat;
}

.plan_4 .bottom_plan {
    background-color: #87ab0e;
}

.plan_4 .title_plan_small {
    font-size: 20px;
    padding-right: 27px;
    margin-top: -12px;
    display: block;
}

.plan_4 .title_plan {
    padding-right: 8px;
    font-size: 58px;
    line-height: 42px;
    float: right;
    width: 250px;
    margin-top: -15px;
    ;
}

.plan_4 .title_plan_enlarged {
    padding-right: 8px;
    font-size: 28px;
    line-height: 24px;
    float: right;
    width: 250px;
    margin-top: 0;
}

.plan_4 .desc_plan_intro {
    font-size: 20px;
    float: left;
    line-height: 22px;
    width: 242px;
    padding-left: 2px;
    float: right;
    margin-top: 48px;
}

.plan_4 .arrow_plan {
    border-top: 23px solid #8cb20e;
}

.plan_4 .title_plan_small_bottom {
    font-size: 22px;
    padding-right: 23px;
    line-height: 12px;
    float: right;
}

.plan_4 .maslul_plan {
    color: #536a05;
}

.plan_4 .link_see_plan {
    margin-top: 22px;
    display: block;
    margin-bottom: 4px;
}

.plan_4 .desc_plan_top {
    padding: 42px 79px 17px 0;
}


/*plan 5*/

.plan_5 {
    background-color: #607d00;
    background-image: url("../images/icon_forma6.png");
    background-position: 423px 51px;
    background-repeat: no-repeat;
}

.plan_5 .bottom_plan {
    background-color: #5b7600;
}

.plan_4 .title_plan_small {
    font-size: 20px;
    padding-right: 27px;
    margin-top: -12px;
    display: block;
}

.plan_5 .title_plan {
    padding-right: 48px;
    font-size: 61px;
    line-height: 57px;
    margin-top: 0;
    margin-bottom: 0px;
    z-index: 3;
    position: relative;
}

.plan_5 .desc_plan_intro {
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 5px;
}

.plan_5 .arrow_plan {
    border-top: 23px solid #607d00;
}

.plan_5 .title_plan_small_bottom {
    font-size: 22px;
    padding-right: 23px;
    line-height: 12px;
    float: right;
}

.plan_5 .maslul_plan {
    color: #3f5102;
}

.plan_5 .link_see_plan {
    margin-top: 22px;
    display: block;
    margin-bottom: 4px;
}

.plan_5 .desc_plan_top {
    padding: 39px 79px 31px 0;
}

.arrow_hover {
    display: none;
    border-top: 23px solid #567203;
    -webkit-transition: background-color 500ms linear!important;
    -moz-transition: background-color 500ms linear!important;
    -o-transition: background-color 500ms linear!important;
    -ms-transition: background-color 500ms linear!important;
    z-index: 2;
    opacity: 0.7;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    left: 28px;
}

.arrow_hover.show {
    display: block;
}


/*.aec-planlist-item{*/


/*margin-bottom: 0;*/


/*padding: 16px 12px 19px 24px;*/


/*-moz-border-radius: 10px;*/


/*color: white;*/


/*border-bottom: solid 1px #FFF;*/


/*position: relative;*/


/*margin-top: 0;*/


/*margin-left: 0;*/


/*transition: all 0.2s ease-in;*/


/*margin-right: 0;*/


/*}*/


/*.aec_one:hover .desc_plan_full{*/


/*background-color: #567203!important;*/


/*-webkit-transition: background-color 500ms linear!important;*/


/*-moz-transition: background-color 500ms linear!important;*/


/*-o-transition: background-color 500ms linear!important;*/


/*-ms-transition: background-color 500ms linear!important;*/


/*}*/

div#div_alert {
    background: #efeeef;
    position: fixed;
    top: 30%;
    left: 50%;
    z-index: 99999;
    border-radius: 5px;
    -webkit-box-shadow: 2px 3px 8px #444;
    -moz-box-shadow: 2px 3px 8px #444;
    padding: 2px;
    width: 350px;
    margin-left: -175px;
}

div#div_alert.div_alert_timer {
    cursor: pointer;
}

.link_timer {
    text-align: left;
    margin-top: 8px;
    color: white;
    background: #718d04;
    padding: 5px;
    border-radius: 5px;
    float: left;
}

.top_alert {
    height: 25px;
    background: #718d04;
    border-radius: 5px 5px 0 0;
}

.text_alert {
    padding: 43px 68px 68px 68px;
    border: 1px solid #a3a3a3;
    /* border-radius: 0 0 5px 5px; */
    border-bottom: none;
    padding-bottom: 18px;
}

.close_alert {
    background-image: url('../images/fancybox_sprite.png');
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 99999;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}


/*gallery*/

.gallery_projects {
    text-align: center;
}

h3.titleBlock.title_gallery_projects {
    background-size: 100%;
    line-height: 53px;
    text-align: right;
    position: relative;
}

#btn-projects {
    background: url(../images/reg_btn.png) no-repeat;
    width: 267px;
    height: 47px;
    cursor: pointer;
    display: block;
    line-height: 47px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    float: left;
    margin-top: 12px;
}

a#btn-projects:hover {
    text-decoration: none;
}

.banners_provider {
    margin-top: 20px;
}

.div_image_project,
.div_image_banner {
    width: 30%;
    float: right;
    position: relative;
    margin-left: 4%;
    border: 1px solid #a3a3a3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 4%;
}

.div_click_project,
.div_click_banner {
    position: relative;
    height: 100px;
    cursor: pointer;
    overflow: hidden;
}

.div_image_project_3 {
    margin-left: 0;
}

.div_click_project .button_upload_img,
.div_click_banner .button_upload_img {
    top: 34%;
    left: 27%;
}

.img_title_project,
.img_credit_project,
.img_desc_project {
    border: 1px solid #a3a3a3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 28px;
    margin-top: 10px;
    padding: 0 4px;
    width: 89%;
    margin-right: 2.5%;
    position: relative;
}

.serviceprovider_form textarea.img_desc_project {
    height: 60px;
    width: 89%;
    padding: 4px;
    margin-bottom: 1%;
}

.div_click_project input.button_upload_img.change_image,
.div_click_banner input.button_upload_img.change_image {
    top: 34%;
    left: 27%;
}

a.rotate_image.rotate_image_project {
    left: -9px;
    top: -10px;
    z-index: 2;
    width: 25px;
    height: 24px;
    background-image: url('../images/sprite_drop_icons.png');
    /* background-size: 30px 18px; */
    background-position: 1px -26px;
    background-repeat: no-repeat;
    border: 1px solid;
    border-radius: 50%;
    background-color: #eceedc;
}

.img_edit_article_.rotate90,
.img_edit_article_.rotate180,
.img_edit_article_.rotate270 {
    max-height: 169px;
}

.div_click_banner .img_edit_article_ {
    max-height: 145px;
}

.div_click_banner .img_edit_article_.rotate90,
.div_click_banner .img_edit_article_.rotate180,
.div_click_banner .img_edit_article_.rotate270 {
    max-height: 72px;
}

.opacity_img_edit_article {
    opacity: 0.2;
}

.del_project_in_list {
    float: left;
    cursor: pointer;
    color: #ff2a00!important;
    height: 33px;
    line-height: 33px;
    padding: 0 13px;
    border-radius: 4px;
    text-decoration: none!important;
    margin-right: 1%;
    border: 1px solid #ff2a00;
}

.edit_project_in_list {
    float: left;
    margin-left: 0;
    background: url("../images/bg_gar.png")no-repeat;
    height: 35px;
    color: white!important;
    line-height: 36px;
    padding: 0 13px;
    border-radius: 4px;
    text-decoration: none!important;
}

a.title_project_in_list {
    color: #454545;
    height: 33px;
    display: inline-block;
    line-height: 33px;
    text-align: right;
    border: 1px solid #a3a3a3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 12px;
    width: 75.5%;
    padding: 0 1%;
}

.btns_alert {
    border-radius: 0 0 5px 5px;
    border: 1px solid #a3a3a3;
    border-top: none;
    padding: 0 68px;
    padding-bottom: 49px;
    text-align: center;
}

a.btn_yes.confirm {
    background: white;
    padding: 4px 15px;
    border-radius: 5px;
    border: 1px solid #a3a3a3;
    cursor: pointer;
}

a.btn_no.cancel {
    background: #718d04;
    color: white;
    padding: 4px 21px;
    border-radius: 5px;
    border: 1px solid #a3a3a3;
    cursor: pointer;
    margin-right: 20px;
}

.div_project_in_list .clear {
    height: 0!important;
}

#btn-projects.disable {
    opacity: 0.8;
    cursor: not-allowed;
}

.div_image_banner {
    padding-bottom: 1%;
}

.wrap_galllery_projects_provider {
    margin-top: 35px;
    margin-left: 14px;
    margin-bottom: 40px;
}

.projects_items_title {
    background: #95ab63;
    color: white;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
    margin-left: 17px;
}

.plant_gallery_item.project_item {
    float: right;
    cursor: pointer;
    opacity: 0.7;
    margin: 0 0 19px 17px;
}

.plant_gallery_item.project_item:hover {
    opacity: 1;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}


/*.plant_gallery_item.project_item.project3{*/


/*margin-left: 0;*/


/*}*/

h3.project_item_title_provider {
    color: #654521;
    font-size: 16px;
    font-weight: bold;
}

.plant_gallery_item.project_item.not_opacirty {
    opacity: 1;
}

#title_projects_provider {
    line-height: 58px;
    font-size: 24px;
}

.wrap_gallery_project_provider {
    margin-left: 28px;
    color: #614223;
}

.ad-gallery.ad-gallery_projects,
.ad-gallery.ad-gallery_projects .ad-image-wrapper {
    width: 619px!important;
}

.ad-gallery.ad-gallery_projects .ad-image-wrapper .ad-image {
    width: 619px!important;
    right: 0!important;
    left: inherit!important;
}

.desc_project_pro {
    margin-bottom: 5px;
    padding-right: 15px;
    margin-top: 0;
}

.ad-gallery_projects.loading {
    height: 569px!important;
    background: url("../images/loader_art.gif") 50% 50% no-repeat;
}

span.name_project_pro_key,
span.desc_project_pro_key {
    font-size: 18px;
    font-weight: bold;
    width: 102px;
    vertical-align: top;
    float: right;
}

.name_project_pro {
    padding-right: 15px;
    margin-bottom: 12px;
}

span.name_project_pro_val {
    font-size: 18px;
}

span.desc_project_pro_val {
    display: inline-block;
    color: #5e5e5f;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 12px;
    text-align: justify;
    width: 472px;
}

.div_main_image_provider {
    margin-bottom: 20px;
    position: relative;
    /*margin-left: 28px;*/
    margin-top: 20px;
}

.div_banner_provider {
    margin-bottom: 25px;
    text-align: center;
}

.colls {
    margin-left: 28px;
}

#title_colls_provider {
    line-height: 58px;
    font-size: 24px;
    margin-left: 28px;
    margin-top: 14px;
}

.coll_provider_form_right {
    width: 95px;
}

.coll_provider_form_right img {
    float: right;
    width: 50px;
    padding: 3px;
    background: #95ab63;
    margin: 0 0px 10px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0 none !important;
}

.coll_provider_form_left {
    float: right;
}

img.img_main_image_provider {
    max-width: 100%;
}

.colls hr:last-of-type {
    display: none;
}

.related_providers.margin_top {
    margin-top: 20px;
}

.maslul_plan.plan_hover,
.aec-planlist-item:hover .maslul_plan {
    color: #f7f1df;
}

.plan_0:hover,
.plan_0.plan_hover {
    background-color: #838703
}

.plan_0:hover .arrow_plan,
.plan_0 .arrow_plan.plan_hover {
    border-top: 23px solid #838703;
}

.plan_0:hover .bottom_plan,
.plan_0 .bottom_plan.plan_hover {
    background-color: #818503
}

.plan_1:hover,
.plan_1.plan_hover {
    background-color: #798c03
}

.plan_1:hover .arrow_plan,
.plan_1 .arrow_plan.plan_hover {
    border-top: 23px solid #798c03;
}

.plan_1:hover .bottom_plan,
.plan_1 .bottom_plan.plan_hover {
    background-color: #788b03
}

.plan_2:hover,
.plan_2.plan_hover {
    background-color: #6a8c03
}

.plan_2:hover .arrow_plan,
.plan_2 .arrow_plan.plan_hover {
    border-top: 23px solid #6a8c03;
}

.plan_2:hover .bottom_plan,
.plan_2 .bottom_plan.plan_hover {
    background-color: #688a03;
}

.plan_3:hover,
.plan_3.plan_hover {
    background-color: #718d13
}

.plan_3:hover .arrow_plan,
.plan_3 .arrow_plan.plan_hover {
    border-top: 23px solid #718d13;
}

.plan_3:hover .bottom_plan,
.plan_3 .bottom_plan.plan_hover {
    background-color: #6f8b13;
}

.plan_4:hover,
.plan_4.plan_hover {
    background-color: #668506
}

.plan_4:hover .arrow_plan,
.plan_4 .arrow_plan.plan_hover {
    border-top: 23px solid #668506;
}

.plan_4:hover .bottom_plan,
.plan_4 .bottom_plan.plan_hover {
    background-color: #658206;
}

.plan_5:hover,
.plan_5.plan_hover {
    background-color: #597502
}

.plan_5:hover .arrow_plan,
.plan_5 .arrow_plan.plan_hover {
    border-top: 23px solid #597502;
}

.plan_5:hover .bottom_plan,
.plan_5 .bottom_plan.plan_hover {
    background-color: #577202;
}

.steps_plans div {
    background-image: url("../images/steps.png");
    float: right;
    width: 108px;
    height: 66px;
    position: relative;
}

.step_1_plan {
    background-position: 0px 0px;
    opacity: 0.7;
}

.step_2_plan {
    background-position: 0px -152px;
    margin-right: -5px;
    opacity: 0.7;
}

.step_2_plan_active {
    background-position: 0px -228px;
    margin-right: -5px;
    margin-top: -1px;
}

.step_3_plan {
    background-position: 0px -304px;
    margin-right: -1px;
    opacity: 0.7;
}

.step_3_plan_active {
    background-position: 0px -380px;
    margin-right: -1px;
    margin-top: -1px;
}

.step_3_plan_free {
    background-position: 0px -683px;
    margin-right: -27px;
}

.step_3_plan_free_active {
    margin-right: -22px;
    background-position: 0px -606px;
}

.step_4_plan {
    background-position: 0px -456px;
    margin-right: -26px;
    opacity: 0.7;
}

.step_4_plan_active {
    background-position: 0px -532px;
    margin-right: -22px;
}

.steps_plans_reg {
    margin-right: 37px;
    margin-top: -13px;
}

.steps_plans {
    margin: 0 auto;
    margin-bottom: 55px;
}

.steps_plans div span {
    position: absolute;
    width: 53px;
    text-align: center;
    top: 71px;
}

.smallText {
    font-size: 24px;
}

.mediumText {
    font-size: 44px;
}

.largeText {
    font-size: 58px;
    font-weight: bold;
}

.sentenceText {
    font-size: 16px;
}

.displayBlock {
    display: block;
}

.smallText.margin_right,
.sentenceText.margin_right {
    margin-right: 11%;
}

.steps_plans div span.active_step {
    font-weight: bold;
}

.steps_plans div.step_3_plan_free span,
.steps_plans div.step_3_plan_free_active span {
    right: 32px;
}

.steps_plans div.step_4_plan span,
.steps_plans div.step_4_plan_active span {
    right: 29px;
}

.drag_stticy .btn-project {
    float: none;
}

.title_banners_provider {
    margin-left: 0;
    text-align: center;
    /* margin-top: 11px; */
    padding-top: 13px;
}

.hr_banners {
    max-width: 100%;
}

.serviceprovider_form .btn-serviceprovider_page {
    float: right;
}

.serviceprovider_form .btn-serviceprovider_page a,
.drag_stticy a {
    color: white;
    text-decoration: none;
    display: block;
}

.drag_stticy button {
    float: none;
    margin-bottom: 8px;
}

.drag_stticy button:nth-child(2),
.drag_stticy button:nth-child(3) {
    margin-top: 0
}

.leftproject .expl_register {
    margin-right: 0
}

.hr_provider {
    max-width: 100%;
    margin-top: 18px;
}

.control-group.half3 {
    width: 173px;
    margin-left: 20px;
}

.control-group.half3.half3_last {
    margin-left: 0;
}

.control-group.half3 .controls {
    width: 48px;
}

.wrap_banners_provider_page {
    background: #95ab63;
    padding-bottom: 3px;
    margin-bottom: 22px;
}

.mainContainer.serviceprovider .customx {
    text-align: center;
}

.new_menu>div {
    background: #e3e7d0;
    padding: 13px 10px;
    border: #FFF solid 1px;
    margin-bottom: 10px;
    color: #6b8d0b;
}

.new_menu a {
    color: #6b8d0b;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
}

.new_menu a:hover {
    text-decoration: underline
}

.new_menu span {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    background: url("../images/sprite_menu_new.png") no-repeat;
    padding-right: 31px;
    display: block;
    height: 24px;
    margin-bottom: 5px;
}

.new_menu li {
    margin-bottom: 3px;
    padding-right: 30px;
}

.new_menu span.new_menu_user {
    background-position: 100% 0;
}

.new_menu span.new_menu_collections {
    background-position: 100% -34px
}

.new_menu span.new_menu_provider {
    background-position: 100% -63px
}

.new_menu span.new_menu_plant {
    background-position: 100% -93px
}

.new_menu span.new_menu_article {
    background-position: 100% -130px
}

.new_menu span.new_menu_galerry {
    background-position: 100% -161px
}

.active_new_menu,
.active_new_menu a {
    color: #5C4832;
    font-weight: bold;
}

.serviceprovider_table .label {
    max-width: 52px;
    font-weight: bold;
    /* margin-bottom: 20px; */
    display: block;
    float: right;
    margin-left: 6px;
    width: 36%;
}

.serviceprovider_table .value {
    float: right;
    width: 60%;
}

.serviceprovider_table .wrap_fb_web .value {
    width: 43%;
}

.wrap_fb_web {
    margin: 7px 0 0 0;
}

.clocks_time {
    margin-top: 11px;
}

.serviceprovider_table2 {
    margin-top: 6px
}

.collectionPopupTop {
    background: none;
    margin-bottom: 20px;
    padding-top: 0;
}

.collection_list_input_note {
    margin: 0 2%;
    width: 96%;
    height: 30px;
}

.inner_popup_module {
    padding: 10px;
}

.container_popup_module {
    width: 0px;
    position: fixed;
    top: 110px;
    left: -13px;
    z-index: 99999;
    transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
}

.container_popup_module.active_pop {
    width: 650px;
}

#closePopUp {
    top: -12px;
    right: -8px;
}

.hidePopUp {
    position: absolute;
    bottom: -30px;
    right: 264px;
    cursor: pointer;
    z-index: 8040;
    color: white;
    background: black;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    border: 2px solid white;
}

.container_popup_module img {
    max-width: 100%;
}

.control-group.half.half_sku_small {
    width: 95px;
    margin-left: 7px;
    margin-bottom: 8px;
}

.control-group.half.half_sku_small .control-label {
    line-height: 25px;
}

.control-group.half.half_sku_small .controls.controls_half_sku_big {
    padding: 4px;
}

.control-group.half.half_sku_small .collection_quantity {
    height: 22px;
}

.control-group .controls_half_sku_smal {
    width: 34px!important;
    margin-left: 1px
}

.controls_half_sku_big {
    width: 46px!important;
}

.collectionFormItem_sum {
    float: left;
}

.collectionsItems .collectionFormItem_sum .control-group .control-label {
    width: 227px;
}

.text_confirm_note {
    margin-top: 13px;
}

.div_top_details_pro {
    border-bottom: 1px solid white;
    padding-bottom: 8px;
    margin-top: 0px;
    padding-top: 0px;
}

.div_bottom_details_pro {
    border-bottom: 1px solid white;
    padding-bottom: 4px;
}

.div_speciality_pro {
    margin: 10px;
    background: #e3e7d0;
    padding: 17px;
    width: 91%;
    border-radius: 10px;
    font-size: 13px;
    /* float: right; */
    /* width: 40%; */
    margin-right: 0;
}

.div_speciality_pro2 {
    float: none;
    margin-right: 0;
    width: 90%;
}

.div_speciality_pro .label {
    color: #868686;
    font-weight: bold;
}

.sale_product .div_speciality_pro img {
    max-width: 100%;
    height: auto;
}

.sale_product .div_speciality_pro ul {
    list-style: disc;
    padding-right: 20px;
}

.right_filter_group.VV_closed>h3.toggle.closed {
    background: url(../images/select_arrows.png) 0 -67px no-repeat;
}

.right_filter_item.VV_closed h3.toggle.closed {
    background: url(../images/select_arrows.png) 0 -106px no-repeat;
}

.addToCollection:before {
    content: "";
    background: url(../images/addedToCollections.png) 0 -16px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 9px;
    top: 10px;
}

.addToCollection.selected:before {
    content: "";
    background: url(../images/addedToCollections.png) 0 0;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 9px;
    top: 12px;
}

.bg_choose_coll {
    background: url(../images/addedToCollections.png) 0 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 4px;
}

#collection-popup-wrapper h3.title_section2_cools {
    background: url(../images/border-horz.png) 0 0 repeat-x;
    margin-top: 20px;
    padding-top: 10px;
    font-weight: bold;
}

#EMailreciepient,
#EMailSubject {
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    width: 100%;
    margin: 4px 0;
    height: 32px;
    background: #fefdf7;
}

#EMailbody {
    display: block;
    width: 100%;
    height: 100px;
    margin-top: 10px;
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    font-size: 16px;
    font-family: Arial;
    padding: 1% 0;
}

.inputWrappersend {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.expl_collection {
    margin: 0 0 8px 0;
}

.div_show_image_gallery {
    width: 282px;
}

.div_show_image_gallery.height_div {
    height: 274px;
}

.div_show_image_gallery img {
    max-width: 100%;
    height: auto;
}

.group_file_gallery {
    position: relative;
}

.group_file_gallery .rotate_image {
    left: 53px;
    top: 7px;
}

.inputWrapper.inputWrappertitle {
    margin-bottom: 4px;
}

.search_topics li a.span_search_count {
    font-size: 11px;
    color: #87a52e;
    margin-top: 4px;
    font-weight: normal;
    text-decoration: inherit;
}

.search_topics li.active a.span_search_count {
    color: white;
}

.search_topics li:hover a {
    text-decoration: underline;
}

.div_profile_text {
    margin-top: 15px
}

.div_profile_text .custom
.div_profile_text .moduletable {
    margin-bottom: 15px;
}

.div_profield {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 2;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.80);
    padding: 28px 10px 10px 10px;
    float: right;
    margin-left: 18px;
    margin-bottom: 20px;
    cursor: pointer;
}

.div_white_profield {
    background: white;
    padding: 6px 5px 11px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.width_white.width_white {
    max-width: 110px;
    text-align: right;
}

img.img_profield_item {
    display: block;
    margin-bottom: 15px;
}

span.title_profield_item {
    font-size: 16px;
    font-weight: bold;
    color: #654521;
    line-height: 18px;
}

h1.title_profields {
    font-size: 18px;
    font-weight: bold;
    color: #654521;
    margin: 38px 0;
    text-align: center;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    /* margin-top: 10px; */
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
    display: none;
}

.popover>.arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.form-control {
    display: block;
    width: 27%;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    float: right;
    margin-left: 15px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.clockpicker .input-group-addon {
    cursor: pointer;
}

.clockpicker-moving {
    cursor: move;
}

.clockpicker-align-left.popover>.arrow {
    left: 25px;
}

.clockpicker-align-top.popover>.arrow {
    top: 17px;
}

.clockpicker-align-right.popover>.arrow {
    left: auto;
    right: 25px;
}

.clockpicker-align-bottom.popover>.arrow {
    top: auto;
    bottom: 6px;
}

.clockpicker-popover .popover-title {
    background-color: #fff;
    color: #999;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.clockpicker-popover .popover-title span {
    cursor: pointer;
}

.clockpicker-popover .popover-content {
    background-color: #f8f8f8;
    padding: 12px;
}

.popover-content:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.clockpicker-plate {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: visible;
    position: relative;
    /* Disable text selection highlighting. Thanks to Hermanya */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clockpicker-canvas,
.clockpicker-dial {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -1px;
    top: -1px;
}

.clockpicker-minutes {
    visibility: hidden;
}

.clockpicker-tick {
    border-radius: 50%;
    color: #666;
    line-height: 26px;
    text-align: center;
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
}

.clockpicker-tick.active,
.clockpicker-tick:hover {
    background-color: rgb(192, 229, 247);
    background-color: rgba(0, 149, 221, .25);
}

.clockpicker-button {
    background-image: none;
    background-color: #fff;
    border-width: 1px 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    padding: 10px 0;
}

.clockpicker-button:hover {
    background-image: none;
    background-color: #ebebeb;
}

.clockpicker-button:focus {
    outline: none!important;
}

.clockpicker-dial {
    -webkit-transition: -webkit-transform 350ms, opacity 350ms;
    -moz-transition: -moz-transform 350ms, opacity 350ms;
    -ms-transition: -ms-transform 350ms, opacity 350ms;
    -o-transition: -o-transform 350ms, opacity 350ms;
    transition: transform 350ms, opacity 350ms;
}

.clockpicker-dial-out {
    opacity: 0;
}

.clockpicker-hours.clockpicker-dial-out {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.clockpicker-minutes.clockpicker-dial-out {
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    -o-transform: scale(.8, .8);
    transform: scale(.8, .8);
}

.clockpicker-canvas {
    -webkit-transition: opacity 175ms;
    -moz-transition: opacity 175ms;
    -ms-transition: opacity 175ms;
    -o-transition: opacity 175ms;
    transition: opacity 175ms;
}

.clockpicker-canvas-out {
    opacity: 0.25;
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
    stroke: none;
    fill: rgb(0, 149, 221);
}

.clockpicker-canvas-bg {
    stroke: none;
    fill: rgb(192, 229, 247);
}

.clockpicker-canvas-bg-trans {
    fill: rgba(0, 149, 221, .25);
}

.clockpicker-canvas line {
    stroke: rgb(0, 149, 221);
    stroke-width: 1;
    stroke-linecap: round;
    /*shape-rendering: crispEdges;*/
}

.clockpicker-button.am-button {
    margin: 1px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
}

.clockpicker-button.pm-button {
    margin: 1px 1px 1px 136px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
}

.day_clock {
    margin-bottom: 15px;
    width: 48%;
    float: right;
    margin-left: 4%;
}

.day_clock:nth-child(even) {
    margin-left: 0;
}

.day_clock .form_clock.form-control:nth-child(3) {
    margin-left: 0;
}

.label_day {
    float: right;
    width: 21%;
    line-height: 29px;
}

.wrap_clocks h4 {
    margin: 14px 0;
}

.wrap_clocks {
    padding-bottom: 18px;
}

.day_clock_sat {
    margin: 0 auto;
    float: none;
}

.wrap_clocks_provider {
    /* margin-top: 8px; */
    font-size: 14px;
    background: #95ab63;
    margin: 10px 0;
    padding: 17px 10px;
    width: 88%;
    border-radius: 10px;
    float: right;
    color: white;
    padding: 20px 10px!important;
}

span.title_clocks_prov {
    font-weight: bold;
    color: white;
    display: block;
    margin-bottom: 5px;
    background: rgb(235, 185, 2);
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    border: 1px solid white;
    margin-bottom: 11px;
}

.one_day_prov {
    /* float: right; */
    width: 75%;
    margin-bottom: 4px;
    font-size: 13px;
    padding-right: 19px;
    padding-left: 26px;
}

span.prov_start {
    float: left;
    direction: ltr;
    width: 42%;
}

span.prov_end {
    float: left;
    width: 25%;
}


/*.one_day_prov_left{
    margin-right: 11%;
}*/

.one_day_prov_sat {
    float: none;
    /* margin: 0 auto; */
}

.day_prov_close {
    width: 71%;
    display: block;
    float: left;
    text-align: center;
}

.wrap_categories_list_providers {
    background: white;
    margin: 35px 0 30px 15px;
}

.wrap_categories_list_providers h3 {
    font-size: 22px;
    text-align: center;
    background: #fdd900;
    line-height: 34px;
}

.wrap_categories_list_providers ul {
    padding: 10px;
}

ul.categories_list_providers li {
    float: right;
    width: 205px;
    height: 20px;
}

.categories_list_providers a {
    background: url(../images/prettyCheckable-gray.png) 100% -120px no-repeat;
    padding-right: 25px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    line-height: 14px;
    color: #454545;
}

.categories_list_providers a.activeChild,
.categories_list_providers a:focus {
    background: url(../images/prettyCheckable-gray.png) 100% -210px no-repeat;
}

.area_settlemen_providers .select2-container {
    border: 1px solid #a3a3a3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 160px;
    float: right;
}

.area_settlemen_providers {
    margin: 15px 0;
}

.area_settlemen_providers>span {
    float: right;
    line-height: 33px;
    margin: 0 15px;
    color: #454545;
    font-size: 12px;
    font-weight: bold;
}

.one_articale .article_body h1.h1_provider_new {
    max-width: 100%;
    border-bottom: 2px solid #6a8e08;
    margin-bottom: 9px;
}

.text_under_city {
    margin-bottom: 20px;
}

.text_under_city span {
    display: block;
}

.latlong .text2,
.text_under_city .text2 {
    font-size: 12px;
}

.balon_plan {
    position: absolute;
    width: 110px;
    height: 85px;
    cursor: pointer;
    color: #87a52e;
    right: -153px;
    top: 53px;
    line-height: 13px;
    font-size: 13px;
}

.balon_plan:hover {
    color: #5C4832;
    font-weight: bold;
}

.balon_paln_1 {
    background: url(../images/comments6.png) no-repeat;
}

.balon_paln_1:hover {
    background-color: #ffe891;
}

.balon_paln_2 {
    background: url(../images/comments5.png) no-repeat;
}

.balon_paln_2:hover {
    background-color: #d3d366;
}

.balon_paln_3 {
    background: url(../images/comments4.png) no-repeat;
}

.balon_paln_3:hover {
    background-color: #bee34f;
}

.balon_paln_4 {
    background: url(../images/comments3.png) no-repeat;
}

.balon_paln_4:hover {
    background-color: #c8d97f;
}

.balon_paln_5 {
    background: url(../images/comments2.png) no-repeat;
}

.balon_paln_5:hover {
    background-color: #aaba76;
}

.balon_paln_6 {
    background: url(../images/comments1.png) no-repeat;
}

.balon_paln_6:hover {
    background-color: #aaba76;
}

.aec-planlist .siman,
.balon_register .siman {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    font-weight: bold;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border: solid 1px #c6c6c6;
    color: #6c8e06;
    cursor: pointer;
    float: right;
    margin-top: 22px;
    margin-right: 10px;
}

.balon_register .siman {
    float: none;
    display: block;
    margin: 13px auto 2px;
}

.text_balon {
    display: inline-block;
    max-width: 74px;
    margin-top: 25px;
    margin-right: 2px;
    font-weight: bold;
}

.bottom_plan .btn-processor_ {
    position: relative;
    z-index: 999;
    text-align: center;
    background: #f7f1df;
    color: #5C4832;
    border-radius: 42px;
    padding: 16px;
    font-size: 16px;
    line-height: 18px;
    font-style: italic;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto 27px;
    display: block;
}

.bottom_plan .btn-processor_:hover {
    background: #e8d59d;
    color: #35291c;
    font-size: 18px;
}

.small_maslul {
    display: block;
    font-size: 11px
}

.balon_katalog {
    position: absolute;
    width: 137px;
    height: 86px;
    background: #fff url(../images/balon_katalog.png) no-repeat;
    color: #5b7128;
    background-size: cover;
    top: -87px;
    left: -57px;
    cursor: pointer;
}

.text_balon_katalog {
    display: block;
    margin-top: 14px;
    max-width: 66%;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    margin-right: 26px;
    text-align: center;
    line-height: 17px;
}

.text_balon_katalog .under {
    text-decoration: underline;
}

.balon_katalog:hover {
    background-color: #c4cf33;
}

.wrap_img_register {
    display: none;
}

.balon_register {
    position: absolute;
    width: 159px;
    height: 136px;
    background: url(../images/balon_register.png) no-repeat;
    color: #5b7128;
    background-size: cover;
    top: 43px;
    left: 24px;
    text-align: center;
    font-size: 15px;
}

.text_balon_reg {
    max-width: 102px;
    margin-top: 0;
    display: inline-block;
}

.balon_register:hover {
    background-color: #f8f9dc;
    color: #5C4832;
    font-weight: bold;
}

#img_register {
    position: relative;
}

#img_register img {
    max-width: 100%;
}

#img_register a {
    position: absolute;
    line-height: 38px;
    background: #d9e6bc;
    color: #4f6228;
    font-weight: bold;
    font-size: 29px;
    padding: 5px 22px;
    border-radius: 18px;
    bottom: 31px;
    right: 82px;
    border: 1px solid #c3d0a6;
}

#img_register a:hover {
    background: #afbd90;
}

.serviceprovider_table .value.mail_b.mail_block {
    display: block;
    float: none;
}

.show_clocks {
    margin: 15px 0;
}

.not_enable,
#saveCollectionPopup.not_enable,
#saveCollectionPopupTop.not_enable {
    display: none
}

@media print {
    .headerLeft,
    .mainMenu,
    .custom,
    .moduletable,
    .rightPos,
    .footer,
    .topFilter,
    .collectionNameForm,
    .collectionFormItem .controls input[type=button],
    .sp_item_collection .removeCollectionItem,
    .backtotop,
    #filter_attr,
    .shareBar,
    .addToFav,
    .plant_item_left,
    #tabs>ul,
    #tabs>div,
    .sorting {
        display: none !important;
    }
    .ui-tabs .ui-tabs-panel,
    .printOnly {
        display: block !important
    }
    .userPages .leftPos {
        width: 770px;
        margin-left: 92px;
    }
    .collection_list hr {
        height: 0;
        margin-bottom: 0;
    }
    #tabs div#tabs-2 {
        overflow: visible;
        display: block !important
    }
    .ui-tabs .ui-tabs-panel {
        max-height: 99999999999999px
    }
}


/**
** This file assume the good working conditions
** No styling (color, background,...) should be made here, only positionning and management
**/

div.maximenuckh ul.maximenuck {
    clear: both;
    position: relative;
    z-index: 999;
}

div.maximenuckh ul.maximenuck>ul {
    clear: both;
    padding: 0;
    margin: 0;
}

div.maximenuckh ul.maximenuck .moduletable {}

div.maximenuckh ul.maximenuck li.maximenuck {
    /*float:right;*/
    display: inline-block !important;
    float: none !important;
    position: relative;
    text-align: right;
    padding: 0;
    margin: 0;
}

div.maximenuckh ul.maximenuck li.maximenuck img {}

div.maximenuckh ul.maximenuck li.maximenuck a,
div.maximenuckh ul.maximenuck li.maximenuck span.separator {
    display: block;
    float: none !important;
    float: right;
    position: relative;
}

div.maximenuckh ul.maximenuck2 li.maximenuck a,
div.maximenuckh ul.maximenuck2 li.maximenuck span.separator {
    float: none !important;
}

div.maximenuckh ul.maximenuck li ul.maximenuck2 {
    display: block;
    z-index: 11000;
    clear: left;
    margin: 0;
    padding: 0;
    text-align: right;
    position: static;
}

div.maximenuckh ul.maximenuck li ul li.maximenuck {
    text-align: right;
    position: relative;
    z-index: 11001;
    padding: 0;
    display: block !important;
}

div.maximenuckh ul.maximenuck li li.maximenuck a {
    display: block;
    padding: 0;
    margin: 0;
}

div.maximenuckh div.maximenuck2 {
    float: right;
    margin: 0;
    padding: 0;
    /*width : 180px;*/
    /* A TESTER */
}

div.maximenuckh div.clr {
    clear: both;
    visibility: hidden;
}


/* child items */

div.maximenuckh ul.maximenuck li div.floatck {
    position: absolute;
    right: -999em;
    /* a supprimer pour effet slide */
    padding: 0;
    margin: 0;
    background-position: 0 100%;
    background-repeat: no-repeat;
}

div.maximenuckh div.floatck ul,
div.maximenuckh div.floatck ul li {
    position: static;
    /*height : 100%;*/
}

div.maximenuckh ul.maximenuck li.maximenuck div.floatck.fixRight {
    right: 0;
}

div.maximenuckh ul.maximenuck li.maximenuck div.floatck div.floatck.fixRight {
    right: 0;
}


/**
** fancy parameters
**/

div.maximenuckh li.maxiFancybackground {
    z-index: 8;
    position: absolute;
    top: 0;
}


/**
** Show sub menu if mootools is off - horizontal style
**/

div.maximenuckh ul.maximenuck li.maximenuck:hover div.floatck div.floatck,
div.maximenuckh ul.maximenuck li.maximenuck:hover div.floatck:hover div.floatck div.floatck,
div.maximenuckh ul.maximenuck li.maximenuck:hover div.floatck:hover div.floatck:hover div.floatck div.floatck,
div.maximenuckh ul.maximenuck li.sfhover div.floatck div.floatck,
div.maximenuckh ul.maximenuck li.sfhover div.floatck.sfhover div.floatck div.floatck,
div.maximenuckh ul.maximenuck li.sfhover div.floatck.sfhover div.floatck.sfhover div.floatck div.floatck {
    right: -999em;
}

div.maximenuckh ul.maximenuck li.maximenuck:hover>div.floatck,
div.maximenuckh ul.maximenuck li.maximenuck:hover>div.floatck li.maximenuck:hover>div.floatck,
div.maximenuckh ul.maximenuck li.maximenuck:hover>div.floatck li.maximenuck:hover>div.floatck li.maximenuck:hover>div.floatck,
div.maximenuckh ul.maximenuck li.maximenuck:hover>div.floatck li.maximenuck:hover>div.floatck li.maximenuck:hover>div.floatck li.maximenuck:hover>div.floatck,
div.maximenuckh ul.maximenuck li.sfhover>div.floatck,
div.maximenuckh ul.maximenuck li.sfhover>div.floatck li.sfhover>div.floatck,
div.maximenuckh ul.maximenuck li.sfhover>div.floatck li.sfhover>div.floatck li.sfhover>div.floatck,
div.maximenuckh ul.maximenuck li.sfhover>div.floatck li.sfhover>div.floatck li.sfhover>div.floatck li.sfhover>div.floatck {
    right: auto;
}

div.maximenuckh div.maximenuck_mod ul {
    right: auto;
}

.wrap_banners_provider_page .link_banner_provider img {
    max-width: 258px;
    border: solid 3px #95ab63;
}

.wrap_banners_provider_page .link_banner_provider:hover img {
    border: solid 3px #FFF;
}

span[data-pin-log="embed_pin"] {
    margin: 10px;
}

.srvprovcoll h3#title_colls_provider,
.wrap_gallery_project_provider #title_projects_provider {
    margin-left: 0;
    margin-top: 0;
}

.srvprovcoll,
.wrap_gallery_project_provider {
    padding: 10px;
    background: url(../images/trans_wht_1px.png) repeat;
    margin-bottom: 50px;
}

.srvprovcoll hr {
    width: 100%
}

.wrap_gallery_project_provider #gallery,
.wrap_gallery_project_provider .ad-gallery.ad-gallery_projects .ad-image-wrapper .ad-image,
.wrap_gallery_project_provider .ad-gallery.ad-gallery_projects .ad-image-wrapper {
    width: 590px!important;
}

.wrap_gallery_project_provider .ad-gallery .ad-thumbs li a img {
    height: 60px;
}

.wrap_gallery_project_provider .ad-gallery .ad-back,
.wrap_gallery_project_provider .ad-gallery .ad-forward {
    margin-top: 11px;
}


/*Map*/

#map-canvas {
    width: s50px;
    height: 800px;
}

.wrapInput {
    text-align: right;
    margin: 0;
    margin-left: 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    float: right;
}

.wrapInput .sClosed .wrapChecks {
    display: none!important;
}

.wrapInput .wrapFilter .h3 {
    font-size: 12pt;
    font-weight: bold;
    width: 130px;
    line-height: 21px;
    color: #7c9b29;
    background: url(../images/sArrowesSprite.png)3px 5px no-repeat;
}

.wrapInput .wrapFilter.sClosed .h3 {
    background: url(../images/sArrowesSprite.png)3px -25px no-repeat;
}

.mainContainer.wrapMap {
    padding: 33px 0 33px 15px;
}

.wrapAllInputs {
    background: #fff;
    padding: 15px 10px 25px;
    margin-bottom: 22px;
}

span.sTitle {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 12pt;
}

.wrapChecks {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 9;
}

.wrapInput .wrapChecks {
    display: block!important;
    width: 130px;
    top: 30px;
    border-top: 1px solid #e7e7e7;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #7c9b29;
}

.wrapChecks .prettycheckbox {
    margin: 3px 0;
}

.wrapChecks.triple .prettycheckbox {
    margin: 0;
}

.clearSelectBtn {
    font-size: 12pt;
    font-weight: bold;
    width: 130px;
    line-height: 21px;
    float: left;
    text-align: center;
    color: #49494a;
    cursor: pointer;
    margin-bottom: 15px;
}

.wrapInput.sMobile {
    display: none;
}

.IWscrollFix {
    /*line-height: 1.35;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    padding-top: 10px;
}

.gm-style .gm-style-iw+div {
    right: 12px;
    width: 24px!important;
    height: 24px!important;
}

.IWImg {
    /*max-width: 100px!important;*/
}

.IWscrollFix span {
    /*display: block;*/
}

.IWscrollFix span a {
    color: #454545;
    text-decoration: underline;
    display: block;
}

.IWscrollFix .article_img {
    width: 165px;
}

.IWscrollFix .article_body {
    /* width: 350px; */
    width: calc(100% - 192px);
}

.IWscrollFix .div_speciality_pro {
    width: auto;
}

.wrapInput .select2-container {
    background: #FFF;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border: solid 1px #c6c6c6;
    padding: 5px;
    min-height: 10px;
    min-width: 80px;
    width: auto;
}

.wrapInput .select2-container a.select2-choice {
    font-size: 12pt;
    font-weight: bold;
    width: 130px;
    line-height: 21px;
    color: #7c9b29;
    background: url(../images/sArrowesSprite.png)3px -25px no-repeat;
}

.wrapInput .select2-container.select2-dropdown-open a.select2-choice {
    background-position: 3px 5px;
}

.wrapInput .select2-container a.select2-choice span#select2-chosen-2 {
    line-height: 21px;
    font-size: 12pt;
    color: #7c9b29;
}

.wrapInput .select_list .right_filter_inner ul {
    display: block!important;
    position: static;
}

.sSpeciality ul {
    border: none;
    width: auto;
    top: auto;
    box-shadow: none;
}

.sSpeciality .right_filter_item_d h3.toggle.closed {
    background: url(../images/select_arrows.png) 103% 3px no-repeat;
    margin: -2px 0 0;
    padding-right: 20px;
}

.sSpeciality .right_filter_item_d h3.toggle {
    background: url(../images/select_arrows.png) 103% -21px no-repeat;
    padding-right: 20px;
    margin: -2px 0px 0;
}

.sSpeciality h3.toggle.isRow {
    font-weight: bold;
    line-height: 18px;
}

.right_filter_item_d {
    /*background: url(../images/border-horz-green.png) 0 100% repeat-x;*/
    padding: 9px 8px;
    clear: both;
}

.sSpeciality .wrapChecks {
    width: 466px;
}

.IWscrollFix span.title_clocks_prov a {
    color: #fff;
    text-decoration: none;
}

.area_settlemen_providers a.showMap.disable {
    background: #e8e7e7;
    border-radius: 5px;
    pointer-events: none;
}

.area_settlemen_providers a.showMap {
    padding: 6px 36px;
    color: #000;
    font-size: 22px;
    float: right;
    margin-right: 15px;
    background: url(../images/mapLinkBG.jpg) -2px -2px no-repeat;
}

.liBtn input.clearSelectBtn.select_list {
    float: none;
    margin-bottom: 0;
}

.select_list ul.triple li.liBtn {
    width: 100%;
}

.markers_sum {
    float: right
}

.plan2_desc2 {
    margin-top: 3px;
    font-size: 18px
}

.list_banner_holder.plant_gallery_inner_item {
    overflow: hidden;
    max-height: 600px;
}

.list_banner_holder .custom,
.list_banner_holder .moduletable {
    margin-bottom: 0
}

.list_banner_holder {
    min-height: 150px;
}

.list_banner_holder img {
    max-width: 100%;
    height: auto;
}

.article_inner_item.list_banner_holder,
.faq_list_banner .list_banner_holder,
.plant_list-img_item .flatlist_banner_holder,
.plant_list_item .flatlist_banner_holder,
.plant_list-img_item_inner_item.list_banner_holder {
    max-height: 224px;
    overflow: hidden;
    text-align: center
}

.article_inner_item.list_banner_holder {
    margin-bottom: 10px;
}

.article_inner_item.list_banner_holder img,
.faq_list_banner .list_banner_holder img,
.plant_list-img_item .flatlist_banner_holder img,
.plant_list_item .flatlist_banner_holder img,
.plant_list-img_item_inner_item.list_banner_holder img {
    max-width: 100%;
    height: auto;
    max-height: 220px;
}

.gallery_inner_item.list_banner_holder .moduleInner {
    max-height: 600px;
    overflow: hidden;
    text-align: center
}

.green_bg {
    padding: 10px;
    background: #95ab63;
    border-radius: 3px;
}

.list_banner_bg {
    background: #fff;
}

.supplier_preview {
    padding: 17px;
}

.supplier_preview .supp_logo {
    float: right;
    margin: 0 0 20px 20px
}

.supplier_preview .plant_list-img_item {
    padding: 0 0;
    width: 770px;
    float: left;
    margin-left: 0;
}

.supplier_preview .prolist_about {
    width: 346px;
    float: right;
    border-left: 1px solid #CCC;
    min-height: 124px;
}

.supplier_preview .prolist_about a {
    display: block;
    color: #87a52e;
    line-height: 32px;
    text-align: left;
    margin-left: 13px;
}

.supplier_preview .prolist_table {
    width: 400px;
    float: left;
}

.supplier_preview .plant_list-img_item table td.value {
    border-left: none
}

.supplier_preview .plant_list-img_item table td.value a {
    color: #87a52e;
}

div.sup_filters label {
    font-size: 12px;
    margin-right: 0;
    text-align: center;
    margin-bottom: 12px;
}

div.sup_filters a {
    background: url(../images/filter_suppier_sprite.jpg) 0 0 no-repeat;
    width: 83px;
    height: 63px;
    opacity: 0.6;
    border: 1px solid #87a52e;
    border-radius: 5px;
}

div.sup_filters a:hover {
    opacity: 1
}

div.sup_filters a.checked,
div.sup_filters a.checked:focus {
    opacity: 1;
    background-position: 0 0;
}

div.sup_filters .prettyradio:nth-child(1) a,
div.sup_filters .prettyradio:nth-child(1) a.checked {
    background-position: 0 -132px;
}

div.sup_filters .prettyradio:nth-child(2) a,
div.sup_filters .prettyradio:nth-child(2) a.checked {
    background-position: 0 -67px;
}

div.sup_filters .prettyradio:nth-child(4) a,
div.sup_filters .prettyradio:nth-child(4) a.checked {
    background-position: 0 0;
}

div.sup_filters .prettyradio:nth-child(3) {
    display: none;
}

div.sup_filters .prettyradio {
    width: 33%;
}

.right_filter_groupXX:first-child {
    background: #FFF
}

div.sup_filters a.checked+label {
    font-weight: bold
}

.supplierFilterBlock .supplierFilter:hover {
    background: none;
}

.supplierFilterBlock {
    background: #FFF
}

.go2supplier {
    display: block;
    font-weight: bold;
    margin: 13px 0 0 10px;
    float: left;
    color: #638342;
}

.search_title {
    margin-bottom: 10px;
}

.search_title span {
    text-decoration: underline;
}

.search_filter_title {
    font-size: 14px
}

.clear_filter_popup {
    text-align: center;
    padding: 19%;
}

.clear_filter_popup h3 {
    margin-bottom: 34px;
    font-size: 18px;
    font-weight: bold;
}

.clear_filter_popup a.filter_yes {
    float: right;
    font-weight: bold;
    color: #000;
    height: 22px;
    text-decoration: underline;
}

.clear_filter_popup a.filter_no {
    float: left;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

.pop_timer_sup .text_alert,
.pop_timer_sup_col .text_alert {
    padding-bottom: 45px;
}

.plant_list-img_item .sup_collect {
    color: #5C4832;
    font-weight: normal;
    font-size: 21px;
    margin-bottom: 6px;
}

.wrapDup {
    float: left;
    width: 460px;
    margin-top: 1px;
    border-top: 1px solid;
    padding-top: 3px;
    font-size: 14px;
    padding-bottom: 5px;
}

.control-group.half_note .controls {
    width: 245px!important;
}

.collectionsItems .control-group.half_note {
    width: 319px!important;
    float: left;
}

.item_plant_hover_ .prettycheckbox {
    position: absolute;
    top: 77px;
    right: 22px;
    padding: 11px 14px 5px 0;
    cursor: pointer;
}

.item_plant_hover_ .prettycheckbox>a {
    width: 20px;
    height: 20px;
    background-size: cover;
}

.wrapDup a.sortBtn {
    margin-left: 6px;
}

.item_plant_hover_ .prettycheckbox>a.checked {
    background-position: 0 -70px;
}

span.addAll2fav.fixedBtn {
    position: fixed;
    bottom: 51%;
    right: 3px;
    margin-right: 0;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid;
    cursor: pointer;
    z-index: 9;
}


/*.wrapDupBtns{margin-right: 54px}*/

.opacCG .control-group {
    opacity: 0.5
}

.updateAllPrice:hover {
    text-decoration: underline;
    color: #6c8e06;
}

.updateAllPrice {
    float: right;
    margin: 8px 5px;
    display: inline-block;
    color: #525252;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
}


/*Order Quickly*/

span.addAll2fav.fixedBtn:after {
    background: none;
    content: '(8)';
    top: 0;
}

span.OrderQuickly a {
    color: #718d04;
    font-size: 15px;
}

span.OrderQuickly {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    z-index: 9;
    /* height: 24px; */
    display: inline-block;
    background: #fff;
    margin: 0 auto;
    line-height: 19px;
    padding: 4px;
    color: #718d04;
    width: 100%;
    margin: -5px;
    border: 1px solid;
    border-bottom: 2px solid;
    border-radius: 5px 5px 0 0;
    /*background: url(../images/select_arrows.png) 10px 12px no-repeat;*/
    text-align: right;
}

.myOrderList {
    position: fixed;
    bottom: 0;
    right: 3px;
    width: 200px;
    background: #fff;
    color: #718d04;
    border: 2px solid;
    padding: 4px;
    border-radius: 5px;
    z-index: 9;
}

.orderPlants {
    position: relative;
    margin-top: 12px;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.orderPlants .prettycheckbox label {
    margin-bottom: 7px;
    font-size: 13px;
    margin: 0;
}

.myOrderList.opened .orderPlants {
    display: block;
}

.notDrop span.OrderQuickly span {
    background: none;
}

.myOrderList.notDrop {
    /*width: auto;*/
}

.myOrderList .addAll2fav {
    float: left;
    font-size: 13px;
    border: 1px solid;
    cursor: pointer;
    padding-right: 8px;
}

.notDrop .addAll2fav {
    display: none;
}

.myOrderList .addAll2fav:after {
    background: none;
}

.myOrderList span.addAll2fav.clearAll {
    float: right;
    margin-right: 0;
}

.item_plant_hover_ .prettycheckbox a.checked:focus {
    background-position: 0 -70px;
}

.item_plant_hover_ .prettycheckbox a:focus {
    background-position: 0 0px;
}

.OrderQuickly .siman {
    display: inline-block;
    width: 14px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border: solid 1px #c6c6c6;
    color: #6c8e06;
    cursor: pointer;
    position: absolute;
    top: -6px;
    left: -2px;
}

.myOrderList.opened.notDrop .orderPlants {
    display: none;
}

div#explanation {
    font-size: 13px;
    text-align: center;
    padding: 10px 5px 0 5px;
    width: 182px;
    display: none;
}

.notDrop div#explanation {
    display: block;
}

.OrderQuickly span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    line-height: 12px;
    background: url(../images/select_arrows.png) 0px 0px no-repeat;
    padding-left: 8px;
}

span.closeList {
    background-image: url(../images/fancybox_sprite.png);
    display: inline-block;
    position: absolute;
    width: 29px;
    height: 24px;
    right: -9px;
    top: -10px;
    background-size: cover;
    cursor: pointer;
}

.notDrop:not(.minimize) span.OrderQuickly:hover {
    background: #a6c427;
    color: #fff;
    border-color: #718d04;
}

.notDrop:not(.minimize) span.OrderQuickly:hover a:nth-child(2) {
    color: #fff;
}

#collection-email-wrapper h3.sendMail {
    margin-top: 14px;
    font-weight: bold;
    text-decoration: underline;
}

a.expl_register.expl_colls_priview {
    float: left;
    margin: 0 53px;
    font-size: 16px;
    font-weight: bold;
    color: #718d04;
    border: 2px solid;
    border-radius: 5px;
    text-decoration: none;
    background: #fff;
    max-width: 212px;
    text-align: center;
}

a.expl_register.expl_colls_priview_ {
    float: right;
    margin: 10px 0;
}

a.expl_register.expl_colls_priview p {
    font-size: 14px;
    font-weight: normal;
    padding: 4px 7px 7px;
}

a.expl_register.expl_colls_priview span {
    display: block;
    padding: 7px 7px 4px;
    border-bottom: 2px solid;
}

a.expl_register.expl_colls_priview:hover {
    background: #a6c427;
    color: #fff;
    border-color: #718d04;
}

.showInMap {
    cursor: pointer;
    float: left;
    background: #a6c427;
    color: #fff;
    border: 1px solid #718d04;
    font-weight: bold;
    margin: 10px 0 0 11px;
    padding: 2px 8px;
    border-radius: 4px;
}

.orderPlants.has-pretty-child>label {
    margin-top: -20px;
    margin-right: 20px;
    display: block;
    float: none;
}

.orderPlants.has-pretty-child a {
    color: #718d04;
    font-size: 14px;
}

.orderPlants label a {
    color: #718d04;
    max-width: 165px;
    display: inline-block;
}

.orderPlants label:hover {
    /*border-bottom: 1px solid;*/
    /*text-decoration: underline;*/
}

.orderPlants label:hover a {
    text-decoration: underline;
}

.orderPlants label a:hover {
    /*text-decoration: underline;*/
}

.orderPlants .prettycheckbox {
    margin-top: 5px;
    float: none;
    /*width: 20%;*/
}

.pagination li {
    display: inline-block;
    /*margin: 7px 3px;*/
    color: #000;
}

.pagination li span,
.pagination li a {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.popUpEdit {
    position: fixed;
    top: 130px;
    left: 50%;
    margin-left: -240px;
    width: 433px;
    background: #efe9ce;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 12px 25px 25px;
    z-index: 9999;
    display: none;
    border: solid 9px #87a52e;
    border-radius: 15px;
}

.popUpEdit .wrapSection {
    margin-top: 10px;
}

.collection_list .control-label {
    width: 24%;
    display: inline-block;
    /*font-weight: bold;*/
}

.collection_list .control-label.note {
    width: 100%;
    display: block;
    margin-top: 8px;
}

.collection_list .control-label span {
    font-weight: normal;
}

.wrapDup.opacCG {
    opacity: 0.5;
}

.wrapAllSec {
    max-height: 400px;
    overflow-y: scroll;
    border: 1px solid #6c8e06;
    overflow-x: hidden;
}

.plantList.opacCG {
    opacity: 0.5;
}

.collectionItemWrap.opacCG .wrapDup {
    opacity: 0.5;
}

.collectionsItems .wrapSection:nth-child(n+4) .control-group.half_note {
    margin-left: -17px;
}

.collectionsItems .wrapSection:nth-child(n+4) .control-group.half_note .control-label {
    margin-right: -17px;
}

.collectionsItems .wrapSection:nth-child(n+5) .control-group.half.half_sku_small .control-label {
    margin-right: -17px;
}

.collectionsItems .wrapSection:nth-child(n+5) .control-group.half.half_sku_small {
    margin-right: 17px;
}

.opacCG .notOpacCG .control-group {
    opacity: 1;
}

.wrapSection textarea {
    padding: 6px;
}

.wrapSection input,
.wrapSection select {
    width: 21.3%!important;
    display: inline-block;
    padding: 6px;
    /*width: 29%!important;*/
}

.tableHeader span {
    width: 24%;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    /*text-decoration: underline;*/
}

textarea#collection_note_ID {
    width: calc(100% - 104px);
    margin-top: 5px;
    float: left;
    margin-left: 4px;
}

.opacCG input,
.opacCG textarea {
    opacity: 0.5
}

.popUpEdit .collection_quantity {
    height: 15px
}

.popUpEdit .plantName {
    font-size: 18px;
}

.popUpEdit .control-group.half.half_sku_small.half_sku_small_sku {
    /*width: 100%!important;*/
    /*height: 38px;*/
    /*margin: 5px 0!important;*/
}

.popUpEdit .tableHeader {
    border: 1px solid #6c8e06;
    background: #efeeef;
    padding: 3px 0;
}

.popUpEdit .mainBtns {
    margin-bottom: 5px;
}

.collectionsItems .wrapSection:nth-child(n+4) textarea#collection_note_ID {
    margin-left: -13px;
}

.opacCG .opacCG .show_item_coll {
    display: none!important;
}

.colNote p {
    display: inline
}

.colNote {
    margin-top: 8px;
    font-weight: bold;
    color: #5C4832;
}

.rectangular_image_drag1 input.button_upload_img {
    top: 30%;
}

.rectangular_image_drag1 .jformCustomLink {
    width: 47%;
    margin-top: 4px;
}

span.dragTextAbs {
    position: absolute;
    font-size: 12px;
    bottom: 15px;
    right: 15px;
    left: 0;
    width: 87px;
    background: #8faf1b;
    height: 24px;
    line-height: 24px;
    color: #eef0e0;
}

.custom_img_art.c_link_text2 {
    background: #e5e8d2;
    padding: 20px 20px 15px;
    border: #d3d9be solid 1px;
}

.custom_img_art.c_link_text2 a.enlargeImg {
    bottom: 27px;
    margin-left: 15px;
}

.custom_img_art.c_link_text2 span.imgCredit {
    bottom: 60px;
    margin-right: 5px;
}

.custom_img_art.c_link_text2 a.custom_link_article {
    margin-bottom: 0;
    margin-top: 5px;
}

.wrapSection select {
    height: 27px!important;
    border: none;
}

.select2-container.collection_size {
    width: 150px!important;
    display: inline-block;
    padding: 6px;
    border: none;
    border-radius: 0;
    height: 27px;
    /*margin-left: 4px;*/
    color: #000;
}

div#select2-drop.colSizeList {
    left: 50%!important;
    margin-left: -196px;
    width: 414px!important;
}

.popUpEdit #quant_ID,
.popUpEdit #price_ID {
    width: 58px!important;
}

.control-label.sizeLabel {
    max-height: 30px!important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.control-group.half.half_sku_small.wrapSize {
    width: 115px;
}

select.collection_quantity.collection_size {
    width: 130px!important;
    vertical-align: top;
    border: 1px solid #a3a3a3;
}

.collectionFormItem.collectionFormItem_note {
    display: inline-block;
}

.sp_item_collection .select2-container.collection_size {
    width: 110px!important;
    vertical-align: top;
    border: 1px solid #a3a3a3;
    height: 32px;
}

.colSizeListNew {
    width: 437px!important;
    margin-left: -327px;
}


/*Share collection*/

a.expl_register.expl_colls_priview.duplicate_coll_mail {
    margin-top: 10px;
    cursor: pointer;
}

.collectionItemWrap .plantList h3 a {
    max-width: 87%;
}


/*Plant - edit*/

.popUpEdit .first_text {
    color: #6c8e06;
    font-size: 22px;
}

.popUpEdit .first_text,
.popUpEdit .second_text {
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.popUpEdit.plantPage a.saveBtn {
    float: left;
    font-weight: bold;
    font-size: 18px;
    margin-top: 8px;
    border: 1px solid;
    padding: 5px 10px;
}

.orderPlants .prettycheckbox {
    position: relative;
}

.orderPlants .prettycheckbox .editPlant {
    left: 0;
    top: 5px;
    position: absolute;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid;
    cursor: pointer;
}

.orderPlants .prettycheckbox.parentPlant label a {
    font-weight: bold;
    font-size: 14px;
}

.orderPlants .prettycheckbox.parentPlant {
    border-top: 2px dotted;
    padding-top: 8px;
}

.popUpEdit.plantPage,
#collection-email-wrapper,
#collection-max-size,
#collection-popup-wrapper {
    border: solid 9px #87a52e;
    border-radius: 15px;
}

#collection-email-wrapper .fancybox-close,
#collection-popup-wrapper .fancybox-close,
.popUpEdit .fancybox-close {
    right: -15px;
}

.myOrderList .shopCart {
    background: url(../images/shopping-cart.png) right 2px top 4px no-repeat;
    background-size: 25px;
    display: inline-block;
    padding-right: 30px;
}

.notDrop:not(.minimize) span.OrderQuickly:hover i.shopCart {
    background-position: right 2px top -67px;
}

.lineProp span {
    font-weight: 600;
    font-size: 12px;
}

.wrapCollBtns {
    margin-top: 275px;
    text-align: center;
}

.wrapCollBtns .eventBtn {
    background: linear-gradient(to bottom, #adc927 0%, #819f19 100%);
    padding: 7px;
    color: #fff;
    border: #899253 solid 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    float: none;
    font-size: 15px;
    height: auto;
    margin-left: 10px;
}

.selectCollections.select2-container {
    width: 100%;
}

.collections_list_wrapper {
    border: 1px solid gray;
    border-radius: 5px;
    padding-bottom: 10px;
    width: 96%;
}

.selectClose .wrapCollBtns {
    margin-top: 25px;
}

.userPages h1.myCollections {
    margin-top: 32px;
}

.collectionPage.provider_desc,
.collectionPage.provider_desc .moduletable {
    margin-bottom: 0;
}

.selectCollections span#select2-chosen-1 {
    font-size: 17px;
    color: #000;
    font-weight: bold;
}

.selectCollection_list ul li {
    color: #6b8d0b;
    font-weight: bold;
}

.selectCollection_list.select2-drop.select2-drop-above.select2-drop-active {
    margin-top: 287px;
}

.select2-container.select2-drop-above.selectCollections .select2-choice {
    border: none;
    background: transparent;
}

.selectCollection_list.select2-drop.select2-drop-active {
    min-height: 240px!important;
}

span.GC_noResult {
    right: 32px;
}

.error_page_mess {
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 26px;
    color: #4a5820;
    /* text-shadow: 1px 1px #FFFFFF; */
}

.srvprovcoll .wrapBtns {
    float: left;
    /* width: 150px; */
}

#collection-max-size {
    position: fixed;
}


/*Minimize quick order*/

.myOrderList.minimize *,
.myOrderList.minimize.opened * {
    visibility: hidden;
}

.myOrderList.minimize {
    width: 30px;
    height: 150px;
    overflow: hidden;
}

.myOrderList .show_minimize {
    display: none;
}

.myOrderList.minimize .OrderQuickly a.close {
    visibility: visible;
}

.myOrderList.minimize .show_minimize {
    display: block;
    visibility: visible;
    width: 28px;
    padding: 28px 0 0;
}

img[src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt6.png"] {
    content: url(../images/fancybox_sprite.png);
    height: 121px!important;
    top: -3px!important;
    width: 36px!important;
}


/* START - sale product*/

.sale_product .article_body {
    width: 623px;
}

.sale_product .titleBlock {
    max-width: 614px;
}

.order_details .bottom p {
    line-height: 28px;
}

.order_details .bottom {
    padding: 20px;
}

.order_details .product.sorting {
    margin: 30px
}

.order_details iframe {
    margin: 30px;
}

.sale_product h1 {
    /* width: 100%; */
    text-align: right;
    /* max-width: 614px; */
}

.sale_product .sorting .bottom {
    display: flex;
    justify-content: space-evenly;
}

.sale_product .prettyradio {
    width: auto;
    float: none;
}

.sale_product .sorting .bottom {
    padding: 10px;
}

.sale_product .sorting .bottom .has-pretty-child {
    margin-bottom: 8px;
}

.sale_product .drag_stticy {
    width: auto;
    position: unset;
    text-align: center;
}

.sale_product .article_img img {
    /* height: 200px;
    width: auto; */
}

.order_details #btn-sale {
    font-size: 19px;
}

.sale_product .leftPos {
    padding-right: 37px;
    width: 621px;
    float: right;
}

.sale_product .rightPos {
    float: left;
    /* border-right: 1px solid #5C4832; */
}

.sale_product .rightPos .shop {
    padding-right: 20px;
}

.yellow_btns_title {
    color: #5C4832;
    text-align: center;
    padding-right: 0;
    margin-left: 16px;
}

.more_products {
    padding-top: 10px;
}


/* END - sale product*/