@charset "utf-8";

/* CSS Document */


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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;
}


/* 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;
}


/* - */

.clear {
    clear: both;
    line-height: 0;
    height: 0;
}

.col-left,
.col-right {
    float: left;
}

.search input {
    border: 1px solid #93AF20;
}

.search .search-btn {
    color: #fff;
    cursor: pointer;
    background-color: #A4020F;
    background-image: url("../images/red-button.png");
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

h1 {
    font-size: 1.5em;
    padding: 0.5em 0;
    color: #B6020B;
    font-weight: bold;
}

h1 span {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

h2 {
    font-size: 1.4em;
    padding: 0.5em 0;
    color: #3c630e;
}

a {
    color: #3D640F;
    text-decoration: none;
}

a:hover {
    color: #568123;
}

p,
label {
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 0.5em 0px;
    color: #000;
}

form {
    color: #fff;
}

select,
option {
    color: #000;
}

strong {
    font-weight: bold;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #444c01;
    /* background-image: url(../images/bg_winter.jpg);*/ 
	background-image: url(../images/bg_new-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}

#header {
    width: 100%;
    height: 200px;
    background-image: url(../images/header-bgr.png);
    background-position: top;
    background-repeat: repeat-x;
    z-index: 101;
}

#header-inner {
    position: relative;
    width: 960px;
    height: 200px;
    margin: 0 auto;
}

#header .contact-us {
    width: 380px;
    margin: 20px 0 0 0;
    float: left;
    text-align: right;
    font-size: 20px;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-weight: bold;
}

#header .social-icons {
    width: 140px;
    float: left;
    margin: 5px 0 0 30px;
    text-align: right;
}

#header .last-update {
    position: absolute;
    right: 0;
    width: 183px;
    height: 50px;
    background-image: url(../images/red-button.png);
    background-repeat: no-repeat;
    overflow: hidden;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

#header p,
#header a {
    color: #fff;
}

#logo {
    float: left;
    margin: 40px 0 0 10px;
    display: block;
}

#wrapper {
    position: relative;
    width: 960px;
    min-height: 600px;
    margin: 0 auto;
    background-image: url(../images/wrapper-bgr.png);
    background-repeat: repeat-y;
}

#content {
    width: 944px;
    margin: 0px auto;
    padding: 65px 0 30px 0;
}

#content .col-left {
    width: 615px;
    padding: 0 0 0 15px;
}

#content .col-left h1,
#content .col-left h2,
#content .col-left p {
    padding-left: 10px;
}

#content .col-right {
    width: 300px;
    padding-left: 14px;
}

#content.one-column .col-left {
    width: 915px;
    float: none;
}

.full-description h1 {}

.full-description .image {
    float: left;
    width: 600px;
    margin-right: 10px;
    margin-left: 10px;
}

.full-description .image img {
    display: block;
    width: 600px;
    height: 450px;
}

.full-description .thumbs {}

.full-description .print-header,
.full-description .print-footer {
    display: none;
}

.thumbs .thumb {
    float: left;
    margin: 0 1px 1px 0;
    border: 1px solid #eee;
    padding: 3px;
}

.thumbs .thumb img {
    border: 0;
}

.paginate {
    background-color: #f6f6f6;
    overflow: hidden;
    padding: 5px 10px;
    width: 892px;
    margin: 0 auto;
}

.paginate .sort {
    float: left;
    font-size: 11px;
}

.paginate .items-per-page {
    float: right;
    font-size: 11px;
}

.paginate .pages {
    font-size: 14px;
}

.share {
    padding: 10px;
}

.share a {
    text-decoration: none;
}

.directions-title {
    display: none;
}

.col-left .item {
    float: left;
    width: 445px;
    height: 122px;
    overflow: hidden;
    margin: 2px 0 2px 2px;
    position: relative;
    border: 2px solid #69AA1C;
}

.col-left .item .left {
    float: left;
    width: 100%;
    background-color: #eee;
}

.col-left .item .left .info {
    float: left;
    width: 260px;
    font-size: 12px;
    color: #000;
    padding-top: 10px;
    position: relative;
}

.col-left .item .right {
    float: left;
    width: 370px;
}

.col-left .item .sold {
    width: 90px;
    height: 90px;
    background-image: url(../images/sold.png);
    background-repeat: no-repeat;
    z-index: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.col-left .item .sale-agreed {
    width: 90px;
    height: 90px;
    background-image: url(../images/sale_agreed.png);
    background-repeat: no-repeat;
    z-index: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.col-left .item .reserved {
    width: 160px;
    height: 28px;
    background-image: url(../images/reserved.png);
    background-repeat: no-repeat;
    z-index: 100px;
    position: absolute;
    top: 140px;
    left: 15px;
}

.col-left .item .let {
    width: 74px;
    height: 74px;
    background-image: url(../images/let.png);
    background-repeat: no-repeat;
    z-index: 100px;
    position: absolute;
    top: 47px;
    left: 102px;
}

.col-left .item .agreed {
    width: 85px;
    height: 86px;
    background-image: url(../images/agreed.png);
    background-repeat: no-repeat;
    z-index: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.col-left .item .image {
    width: 175px;
    float: left;
    height: 128px;
}

.col-left .item .image img {
    border: 0;
    display: block;
    padding: 1px;
}

.col-left .item .text {
    width: 370px;
    float: left;
    height: 145px;
    overflow: hidden;
    position: relative;
}

.col-left .item .text .links {
    position: absolute;
    left: 10px;
    top: 103px;
}

.col-left .item .read-more {
    display: block;
    padding: 0.5em 0;
    color: #69AA1C;
    font-weight: bold;
}

.col-left .item .text .read-more span {}

.col-left .item a {
    text-decoration: none;
    color: #193370;
}

.col-left .item h3 {
    font-size: 13px;
    margin: 0;
    color: #B6020B;
    font-weight: bold;
}

.col-left .item .text p {
    font-size: 12px;
    padding: 2px 10px;
}

.col-left .galleries .item,
.col-left .galleries .left {
    width: 180px;
    height: 160px;
}

.col-left .galleries .item .image {
    width: 100%;
    float: none;
}

#___plusone_0 {
    float: right!important;
}

#images {
    clear: both;
    width: auto;
    margin: 2px 10px 10px 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

#footer {
    width: 100%;
    min-height: 200px;
    z-index: 101;
    clear: both;
}

#footer #footer-inner {
    width: 960px;
    min-height: 200px;
    margin: 0 auto;
    position: relative;
    background-color: #78920b;
    background-image: url(../images/footer-bgr.png);
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
}

#footer .col-left {
    width: 600px;
    background-image: url(../images/footer-sep.png);
    background-position: right;
    background-repeat: no-repeat;
    margin: 20px 0 0 20px;
}

#footer .col-right {
    margin: 20px 0 0 10px;
}

#footer a {
    color: #FAFBED;
    text-decoration: underline;
}

#footer p {
    color: #445400
}

#footer img {
    vertical-align: middle;
}

#footer .copyrights p {
    color: #FAFBED;
    font-size: 11px;
}


/* home page icons */

.icons-container {
    width: 100%;
    height: 95px;
    margin-top: 15px;
}

.icons-container img {
    display: block;
    float: left;
}


/* latest items box */

#latest-items,
#side-contact-form {
    position: relative;
    width: 274px;
    min-height: 350px;
    border: 1px solid #666;
    background-image: url(../images/latest-items-bgr.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 0 10px 0;
}

#latest-items-header {
    width: 181px;
    height: 45px;
    margin: -8px auto 10px auto;
    display: block;
}

#latest-items .item {
    width: 260px;
    margin: 7px;
    border-bottom: 1px solid #cecece;
}

#latest-items .item .image {
    width: 80px;
    float: left
}

#latest-items .item .info {
    width: 170px;
    float: left;
    margin-left: 10px;
}

#latest-items .item .info h3 {
    font-size: 12px;
}

#latest-items .item .date,
#latest-items .item .read-more {
    font-size: 11px;
    color: #666;
}

#latest-items .view-all {
    font-size: 13px;
    padding: 10px;
}

#side-contact-form form {
    width: 90%;
    margin: 0 auto
}

#side-contact-form input,
#side-contact-form textarea {
    width: 99%;
    border: 1px solid #666;
}

#side-contact-form input[type=submit],
#side-contact-form input[type=reset] {
    width: 100px;
    background-image: url("../images/red-button.png");
    background-position: center;
    color: #fff;
    cursor: pointer;
}

#image-gallery-side {
    padding-top: 20px;
}

#image-gallery-side p {
    text-align: center;
}


/* navigation */

.menu-header {
    position: absolute;
    top: -5px;
    left: 8px;
    width: 944px;
    font-size: 0.9em;
    z-index: 10;
    min-height: 50px;
    background-image: url(../images/menu-bgr.png);
    background-repeat: no-repeat;
}

ul.menu li {
    position: relative;
    float: left;
}

ul.menu li a {
    padding: 22px 9px;
    display: block;
    text-decoration: none;
    color: #fff;
    background-image: url(../images/menu-sep.png);
    background-position: right;
    background-repeat: no-repeat;
    font-weight: bold;
}

ul.menu li.last a {
    background-image: none;
}

ul.menu li:hover a {
    color: #A1020F;
}

ul.menu li:hover ul {
    display: block;
}

ul.menu li ul {
    position: absolute;
    display: none;
    width: 200px;
    height: auto;
    background-color: #3d620e;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

ul.menu li ul li {
    background-image: none;
}

ul.menu li ul li a {
    border-bottom: 1px dotted #fafaee;
    padding: 0.5em 0;
    margin: 0 15px;
    width: 170px;
    color: #fafaee;
}

ul.menu li ul li a:hover {
    color: #cee1b7;
}

ul.menu li ul li:hover {
    background: none;
}

.top-menu {
    padding-top: 10px;
    float: left;
}

.top-menu ul li {
    position: relative;
    float: left;
}

.top-menu ul li a {
    padding: 2px 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 11px;
}

.top-menu ul li a:hover {
    color: #4e5f06!important;
}

select.select-menu {
    width: 80%;
    margin-top: 15px;
}

@media only screen and (max-width: 1200px),
only screen and (max-device-width: 1200px) {}

@media only screen and (max-width: 1024px),
only screen and (max-device-width: 1024px) {
    #images {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 768px),
only screen and (max-device-width: 768px) {
    body {
        background-image: url(../images/bgr-img-mobile.jpg);
        background-color: #2185db;
    }
    #banner,
    .col-right,
    #header .top-menu,
    #header .social-icons,
    #header .select-menu,
    #header .last-update,
    .no-mobile {
        display: none;
    }
    #content,
    #content.one-column .col-left,
    #wrapper,
    #header-inner,
    .menu-header,
    #footer #footer-inner,
    #footer-inner .col-left {
        width: auto;
    }
    #logo {
        width: 95%;
        max-width: 95%;
        height: auto;
        margin: 5px auto;
        float: none;
    }
    #header {
        background-image: none;
    }
    #header,
    #header-inner {
        height: auto;
    }
    #header .contact-us {
        width: 100%;
        text-align: center;
        margin: 0;
        float: none;
    }
    #header .contact-us p {
        text-align: center;
    }
    #header .contact-us br {
        display: none;
    }
    #header .contact-us strong {
        display: none;
    }
    #wrapper {
        background-image: none;
        min-height: inherit;
    }
    #content {
        padding-top: 0;
    }
    #content .col-left {
        width: 100%;
        padding: 0;
        background-color: #fff;
    }
    #content.one-column .col-left {
        float: left;
    }
    .menu-header {
        position: static;
        margin-top: 5px;
        text-align: center;
        height: auto;
    }
    #footer #footer-inner {
        border-radius: 0;
    }
    #footer-inner .col-left {
        background: none;
    }
    .paginate {
        width: 92%;
    }
    #map_canvas {
        width: 85%!important;
    }
    .icons-container {
        height: auto;
    }
    .icons-container img {
        float: none;
        display: inline;
    }
    /* items */
    .col-left .item {
        width: 100%;
        margin-left: 0;
        border-left: 0;
        border-right: 0;
    }
    .col-left .item .image {
        width: 45%;
    }
    .col-left .item .image img {
        max-width: 160px;
        width: 100%;
    }
    .col-left .item .left .info {
        width: 54%;
        padding-left: 1%;
    }
    /* products page */
    .full-description .image {
        width: 100%;
        margin: 0;
        float: none;
    }
    .full-description .image img {
        width: 100%;
        margin: 0;
        max-width: 100%;
        height: auto;
    }
}

ul.menu li:nth-child(4) a{
    color:#B6020B;
}
ul.menu li:nth-child(4) a:hover{
    color:white;
}
