/* Base styles (regardless of theme) */
.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.bs-callout h4 {
    margin-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dfb5b4;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.bs-callout-danger h4 {
    color: #b94a48;
}

.bs-callout-warning h4 {
    color: #c09853;
}

.bs-callout-info h4 {
    color: #3a87ad;
}

.bs-callout-info {
    /* background-color: #F4F8FA; */
    border-color: #bce8f1;
    direction: rtl;
}

.bs-callout {
    direction: rtl;
    margin: 10px 0;
    padding: 20px;
    border-right: 1px solid #532305;
}

.bs-callout2 {
    direction: rtl;
    margin: 30px 0;
    border-right: 1px solid #532305;
}

.bs-callout-my {
    /* background-color: #F4F8FA; */
    border-right: 1px dashed #bce8f1;
    padding-right: 30px;
    direction: rtl;
}

.social {
    float: left;
    padding-top: 30px;
}

.striptext {
    position: absolute;
    left: 10%;
    top: 300px;
    direction: rtl;
    width: 280px;
    height: 525px;
    float: left;
    /* background:#F16223; */
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 15px;
}

.striptext2 {
    width: 100%;
    direction: rtl;
    color: #000000;
    float: left;
    margin-top: 20px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    color: #532305;
    text-align: right;
    float: right;
    padding-right: 20px;
    padding-top: 20px;
}

@font-face {
    font-family: myFirstFont;
    src: url(OronYad.otf);
    font-weight: 100;
    font-style: normal;
}

.myfont {
    font-family: 'NarkisTamExtraLight';
    font-weight: 100;
    font-size: 22px;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'NarkisTamExtraLight';
    font-style: normal;
    font-weight: normal;
    src: url('NarkisTamExtraLight-Normal.otf') format('opentype');
}

body {
    background: #f9f7f5 url('/images/mainback.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: 'NarkisTamExtraLight', 'Roboto', Helvetica Neue, sans-serif;
    font-weight: bolder;
}

.rightmenu a {
    color: #542305;
    font-size: 1.2rem;
}

.rightmenu a:hover {
    color: #f26225;
}

.rightmenu {
    width: 145px;
    position: relative;
    float: right;
    margin-top: 30px;
    padding-right: 7px;
}

.rightmenu ul {
    width: 160px;
    height: 303px;
}

.rightmenu li {
    width: 160px;
}

.rightmenu li a {
    width: 160px;
    height: 39px;
    display: block;
}
/* 
#lnkHome {
  height: 39px;
  background-position: 0px 0;
}

#lnkHome:hover,
#lnkHome.selected {
  background-position: -152px 0;
}

#lnkMenu {
  height: 44px;
  background-position: 0px -43px;
}

#lnkMenu:hover,
#lnkMenu.selected {
  background-position: -152px -43px;
}

#lnkNesteziona {
  height: 44px;
  background-position: 0px -43px;
}

#lnkNesteziona:hover,
#lnkNesteziona.selected {
  background-position: -152px -43px;
}

#lnkProducts {
  height: 48px;
  background-position: 0px -90px;
}

#lnkProducts:hover,
#lnkProducts.selected {
  background-position: -152px -90px;
}

#lnkServiceplate {
  height: 42px;
  background-position: 0px -137px;
}

#lnkServiceplate:hover,
#lnkServiceplate.selected {
  background-position: -152px -137px;
}

#lnkActivites {
  height: 42px;
  background-position: 0px -177px;
}

#lnkActivites:hover,
#lnkActivites.selected {
  background-position: -152px -177px;
}

#lnkAbout {
  height: 42px;
  background-position: 0px -222px;
}

#lnkAbout:hover,
#lnkAbout.selected {
  background-position: -152px -222px;
}

#lnkBranches {
  height: 42px;
  background-position: 0px -270px;
}

#lnkBranches:hover,
#lnkBranches.selected {
  background-position: -152px -270px;
} */

#content {
    width: 80%;
    position: relative;
    float: right;
    color: #542305;
    min-height: 350px;
}

.Story #content img,
.eStory #content img {
    position: absolute;
    display: block;
    left: 50px;
}

.Contact #content {
    background-color: #c7d3c3;
    min-height: 473px;
}

.Events #content {
    background: url('../css/events.png') no-repeat left top;
    min-height: 600px;
    color: #fff;
}

.Contact #content img,
.Events #content img {
    position: absolute;
    display: block;
    left: 0;
}

article {
    width: 700px;
    padding: 20px;
    position: relative;
    float: right;
    background-color: #fff;
}

.Story article {
    width: 500px;
}

.eStory article {
    background: #fff url('../css/ice_pic6.jpg') no-repeat right top;
}

.eStory article p {
    line-height: 1.3em;
}

.Recomend article {
    background: #fff url('../css/ice_pic2.png') no-repeat;
}

.Branches article {
    background: #fff url('../css/ice_pic3.png') no-repeat;
}

.Factory article {
    background: #fff url('../css/ice_pic4.png') no-repeat;
}

.Sub article {
    background: #fff url('../css/ice_pic5.png') no-repeat;
}

/* Home */
#homeCarousel {
    width: 807px;
    height: 352px;
    position: relative;
    float: right;
    overflow: hidden;
}

#homeCarousel ul,
#homeCarousel li {
    width: 807px;
    height: 352px;
    position: relative;
    float: left;
    list-style: none;
}

.carousel-previous,
.carousel-next {
    position: absolute;
    top: 120px;
    left: 20px;
    width: 70px;
    height: 70px;
    background: transparent url('../css/button_tint.png') no-repeat left -3px;
    text-indent: -1000em;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 10;
}

.carousel-previous:hover {
    background-position: left -69px;
}

.carousel-previous.disabled:hover {
    background-position: left -3px;
    cursor: default;
}

.carousel-next {
    background-position: left -142px;
    left: 720px;
}

.carousel-next:hover {
    background-position: left -208px;
}

.carousel-next.disabled:hover {
    background-position: left -142px;
    cursor: default;
}

.center-wrap {
    position: absolute;
    bottom: 10px;
    width: 807px;
    height: 30px;
}

.carousel-pagination {
    margin: 0 auto;
    position: relative;
    width: 173px;
}

.carousel-pagination a {
    width: 30px;
    height: 30px;
    display: block;
    background: transparent url('../css/1_5.png') no-repeat left -3px;
    cursor: pointer;
    float: left;
    margin-right: 3px;
}

.carousel-pagination a.active,
.carousel-pagination a:hover {
    background-position: left -47px;
}

.carousel-pagination a span {
    padding: 8px 0 0 10px;
    display: block;
    font-family: 'Architects Daughter', arial, serif;
    color: #532305;
}

#news,
#proposale,
#newsletter {
    position: relative;
    float: right;
    width: 371px;
    padding: 0 20px 10px 10px;
    margin: 10px 0 0 0;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0.9em;
    color: #542305;
    min-height: 110px;
}

#news li {
    margin: 0 10px 0 0;
    padding: 5px 0;
    border-top: 1px solid #c7d3c3;
    list-style-image: url('../css/dot.png');
}

#news li:first-child {
    border-top: none;
}

#newsletter {
    width: 778px;
    margin: 15px 135px 0 0;
}

#newsletter h2 {
    width: 360px;
    margin-bottom: 10px;
}

#newsletter p,
#newsletter fieldset {
    width: 360px;
    position: relative;
    float: right;
    line-height: 1.4em;
}

#newsletter fieldset {
    margin: -32px 46px 0 0;
}

#newsletter label {
    display: inline-block;
    clear: both;
    width: 250px;
    margin: 5px 0;
}

#newsletter label input {
    display: inline-block;
    position: relative;
    height: 14px;
    background-color: transparent;
    border: 1px solid #532305;
}

#newsletter .btnNSubmit {
    background: transparent url('../css/button.png') no-repeat left -560px;
    width: 70px;
    height: 70px;
    border: none;
    padding: 0;
    position: absolute;
    left: 0;
    top: 10px;
}

#newsletter .btnNSubmit:hover {
    background: transparent url('../css/button.png') no-repeat left -635px;
}

#newsletter #lblApproveMail {
    width: 340px;
    font-size: 0.9em;
    padding-right: 20px;
    position: relative;
    display: block;
}

#newsletter #lblApproveMail input {
    position: absolute;
    top: 0;
    right: 0;
}

#proposale {
    margin-right: 24px;
    background: url('../css/hatzaa.jpg');
    padding: 0 180px 10px 30px;
    width: 172px;
    line-height: 1.2em;
}

#vision {
    background: url('../css/hazon_background.png') no-repeat right top;
    width: 800px;
    padding-left: 17px;
    height: 159px;
    margin: 15px 130px 0 0;
    position: relative;
    clear: both;
    float: right;
}

#vision h2 {
    position: relative;
    float: right;
    color: #542305;
    margin: 15px 15px 0 0;
}

#vision li {
    list-style: none;
    position: relative;
    float: right;
    font-size: 0.9em;
    line-height: 1.1em;
    color: #542305;
    margin: 0 17px 0 0;
    padding: 5px 15px 0 0;
    background: url('../css/bullet.png') no-repeat right 10px;
}

.newsImage {
    margin-top: 20px;
}

/* Contact */
.Contact article {
    background: none;
    padding-right: 30px;
    font-size: 0.9em;
}

.Contact article p {
    margin: 5px 0;
    width: 400px;
    position: relative;
}

.Contact article p.test {
    margin: -40px 0 5px;
    width: 300px;
}

.Contact article div {
    background: url('../css/contact_background.png') no-repeat;
    width: 385px;
    height: 79px;
    padding: 10px 20px;
    position: relative;
    line-height: 1.2em;
}

fieldset {
    width: 430px;
}

.Contact label {
    display: block;
    width: 400px;
    position: relative;
    float: right;
    min-height: 20px;
    clear: both;
    margin: 5px 0;
}

.Contact label input,
.Contact label textarea {
    display: block;
    position: relative;
    float: left;
    width: 270px;
    background-color: #c7d3c3;
    border: 1px solid #542305;
}

.btnSubmit {
    width: 70px;
    height: 70px;
    background: transparent url('../css/button.png') no-repeat left -280px;
    border: none;
    padding: 0;
    position: relative;
    float: left;
}

.btnSubmit:hover {
    background: transparent url('../css/button.png') no-repeat left -360px;
}

article h1 {
    width: 350px;
}

article p {
    width: 350px;
    margin: 10px 0;
    line-height: 1.2em;
    font-size: 0.9em;
    position: relative;
}

article ul {
    width: 380px;
    display: inline-block;
}

article li {
    width: 380px;
    list-style: none;
    margin: 10px 0;
    padding: 5px 5px 5px 30px;
    background-color: rgba(186, 226, 246, 0.6);
    line-height: 1.2em;
    font-size: 0.9em;
}

.Branches #center img {
    position: relative;
    display: inline-block;
    margin: 0 57px 10px 0;
    vertical-align: bottom;
}

.lblError {
    display: inline-block;
}

/* events */
.Events article {
    background: none;
    padding: 70px 50px 0 0;
    font-size: 0.9em;
}

.Events a {
    color: #bae3f7;
}

.Events article li {
    padding: 0 15px 0 0;
    margin: 0;
    line-height: 1.3em;
    background: url('../css/bullet2.png') no-repeat right 6px;
}

.Branches span {
    display: block;
    width: 380px;
}

/* buttons*/
#btnNext,
#btnPrev {
    width: 70px;
    height: 70px;
    background: transparent url('../css/button.png') no-repeat left -10px;
    border: none;
    position: absolute;
    left: 25px;
    padding: 0;
    top: 20px;
    cursor: pointer;
}

#btnPrev {
    background-position: left -140px;
    left: 710px;
}

#btnPrev:hover {
    background-position: left -206px;
}

#btnNext:hover {
    background-position: left -76px;
}

/* Notebook */
.Notebook #content {
    background: transparent url('../css/notebook.png') no-repeat left top;
    min-height: 557px;
    overflow: hidden;
}

#notebookContainer {
    width: 700px;
    height: 540px;
    position: relative;
    overflow: hidden;
    margin-right: 50px;
}

.Notebook #scrollContainer {
    position: absolute;
    height: 540px;
    width: 1600px;
    top: 0;
    right: 0;
}

.Notebook article {
    background: transparent;
    height: 500px;
    width: 700px;
    overflow: hidden;
    padding: 20px 50px 20px 50px;
    position: relative;
    float: right;
}

.Notebook h1,
.Notebook h2,
.Notebook h3 {
    width: 300px;
    margin: 30px 0 10px;
    position: relative;
}

.Notebook h2 {
    margin: 0;
    height: 18px;
    width: 83px;
    font-size: 0.9em;
    padding: 3px 3px 0 0;
    background: url('../css/headline_background.png') no-repeat right top;
}

.Notebook h3 {
    margin: 10px 0 10px;
}

.Notebook article ul {
    float: right;
    position: relative;
    margin: 0 0 10px;
}

ol {
    margin-right: 20px;
}

.Notebook article li {
    background: transparent;
    line-height: 1em;
    margin: 0;
    width: 280px;
}

.Notebook article ol li {
    list-style-type: decimal;
}

.Notebook article p {
    width: 280px;
}

.Notebook section img {
    margin: -10px -60px 0 0;
}

.Notebook section {
    position: relative;
    float: right;
    width: 250px;
    margin-left: 90px;
}

/* Deserts and Flavors */
.Deserts #content,
.Flavors #content {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
}

.Deserts #desertScroll,
.Flavors #desertScroll {
    position: absolute;
    width: 550px;
    height: 350px;
    top: 70px;
    right: 120px;
    overflow: hidden;
}

.Deserts #btnNextCont,
.Deserts #btnPrevCont,
.Flavors #btnNextCont,
.Flavors #btnPrevCont {
    position: absolute;
    background: url('../css/button.png') no-repeat left -10px transparent;
    width: 70px;
    height: 70px;
}

.Deserts #btnNextCont,
.Flavors #btnNextCont {
    top: 200px;
    left: 30px;
    background-position: left -432px;
}

.Deserts #btnPrevCont,
.Flavors #btnPrevCont {
    top: 200px;
    right: 30px;
    background-position: left -497px;
}

.Deserts #btnNext,
.Flavors #btnNext {
    top: 0;
    left: 0;
}

.Deserts #btnPrev,
.Flavors #btnPrev {
    top: 0;
    right: 0;
    display: none;
}

.Deserts #scrollContainer {
    position: absolute;
    left: 0;
    top: 0;
    height: 350px;
}

.Deserts article {
    position: relative;
    float: right;
    height: 350px;
    width: 550px;
    padding: 0;
    background-color: #fdfac6;
}

.Deserts article img,
.Deserts article h1,
.Deserts article p {
    position: relative;
    float: right;
}

.Deserts h1,
.Deserts p {
    width: 185px;
    padding: 15px 15px 0 0;
}

/* Flavors */
.Flavors #content {
    min-height: 450px;
}

.Flavors #desertScroll {
    top: 40px;
}

.Flavors #scrollContainer {
    position: absolute;
    left: 0;
    top: 0;
    height: 350px;
}

.Flavors article {
    position: relative;
    float: right;
    height: 350px;
    margin: 0 37px 0 38px;
    width: 200px;
    padding: 0;
}

.Flavors article img,
.Flavors article h1,
.Flavors article p {
    position: relative;
    float: right;
}

.Flavors h1,
.Flavors article p {
    width: 175px;
    padding: 15px 15px 0 0;
}

.Flavors article p {
    padding-top: 0;
}

#flavorsText {
    position: relative;
    clear: both;
    margin: 10px 130px 0 0;
}

.Story article div {
    background: url('../css/dr.png') no-repeat top right;
    width: 389px;
    height: 350px;
    padding: 30px 20px 0 0;
}

.desc {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    padding: 10px;
    font-family: 'NarkisTamExtraLight', 'Roboto', Helvetica Neue, sans-serif;
    font-weight: lighter;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    display: block;
    line-height: normal !important;
    font-size: 20px;
}

.nav li {
    float: right;
}

.dropdown-menu {
    right: 0;
    float: right;
}

.dropdown-menu li {
    float: right;
}

.logo {
    position: absolute;
    float: right;
    right: 13%;
    top: 20;
    z-index: 999999;
}

.logo2 {
    top: 0;
    float: right;
    z-index: 999999;
    clear: both;
}

.navbar-default {
    background-color: #f9f4eb;
    border-color: #ccbf9f;
}

#footer2 {
    background-color: #f9f4eb;
    border-color: #ccbf9f;
}

#footerBottom .copy-right {
    color: #cecece !important;
    direction: rtl;
    position: relative;
    float: right;
    font-family: arial;
}

.spacer {
    clear: both;
    display: block;
    margin: auto;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    /*make it centered*/
}

#hours p {
    color: #ffffff;
    font-family: arial;
}

#address p {
    color: #ffffff;
    font-family: arial;
}

.slideshow img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #532305;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
    clear: both;
}

.ui-dialog-buttonset {
    float: left;
}

#KosherModal .modal-dialog {
    width: 50%;
}

.lnk_kosher {
    background: #542305;
    padding: 3px;
    margin: 2px;
    cursor: pointer;
    color: white;
    text-align: right;
}

.hrefclear a {
    color: #cecece !important;
}

.social img:last-of-type:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(226, 135, 93, 0.48);
    -moz-box-shadow: 0px 0px 30px 0px rgba(226, 135, 93, 0.48);
    box-shadow: 0px 0px 30px 0px rgba(226, 135, 93, 0.48);
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.menuitem {
    vertical-align: top;
    text-align: center;
    width: 33%;
}

.our-customers {
    /*

     background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
     background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
     background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
     background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
     background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
     
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
     background: rgb(222, 153, 121);
     background: linear-gradient(273deg, rgba(222, 153, 121, 0.9108018207282913) 0%, rgba(244, 221, 211, 0.32816876750700286) 67%, rgba(255, 255, 255, 0) 100%);
     */

    text-align: right;
    margin-top: 20px;
    padding-right: 15px 10px 15px;
    font-size: 20px;
}

/* Helpers */

.float-right {
    float: right;
}

ul.products {
    line-height: 1.618;
    -webkit-font-smoothing: antialiased;
    color: #60646c;
    font-size: 17px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 0;
    list-style: disc;
    margin-right: 0;
    clear: both;
}

ul.products li {
    line-height: 1.618;
    -webkit-font-smoothing: antialiased;
    color: #60646c;
    font-weight: 400;
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 4.236em;
    text-align: center;
    position: relative;
    clear: none;
    float: right;
    font-size: 0.857em;
    width: 31%;
    margin-left: 2.1%;
    border: none;
}

ul.products li img {
    line-height: 1.618;
    -webkit-font-smoothing: antialiased;
    list-style: none;
    text-align: center;
    font-size: 0.857em;
    color: #542305;
    font-weight: 500;
    width: 700px;
    box-sizing: border-box;
    border: 0;
    height: auto;
    max-width: 100%;
    margin: 0 auto 1.618em;
    display: block;
}

ul.products li a {
    line-height: 1.618;
    -webkit-font-smoothing: antialiased;
    list-style: none;
    text-align: center;
    font-size: 0.857em;
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    color: #542305;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

ul.products li h2 {
    line-height: 1.618;
    -webkit-font-smoothing: antialiased;
    list-style: none;
    text-align: center;
    box-sizing: border-box;
    clear: both;
    margin: 0 0 0.618em;
    font-size: 1.618em;
    letter-spacing: -1px;
    color: #484c51;
    font-weight: 700;
}

.image-wrap {
    line-height: 1.618;
    -webkit-font-smoothing: antialiased;
    list-style: none;
    text-align: center;
    font-size: 0.857em;
    color: #542305;
    box-sizing: border-box;
}


.ourproducts {
  background-color: #fdfdfdcf;
  padding: 30px;
}
 