@import url(http://fonts.googleapis.com/css?family=Special+Elite);
@import "jquery.displayer.css";
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Special Elite', cursive;
  font-size: 16px;
  color: #444;
  background: url(../img/body-bg.jpg);
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f1f1f1;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
a {
  text-decoration: none;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
p {
  font-family: 'Special Elite', cursive;
  font-size: 14px;
  line-height: 20px;
  color: #5c4027;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.sizer {
  width: 940px;
  position: relative;
  margin: 0 auto;
}
.err {
  border: 1px solid red !important;
}
.hidden {
  display: none !important;
  visibility: none !important;
}
.disabled {
  background: #eee !important;
}
.transparent {
  /* works for IE 5+. */
  filter: alpha(opacity=30);
  /* works for IE 8. */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* works for old school versions of the Mozilla browsers like Netscape Navigator. */
  -moz-opacity: 0.3;
  /* This is for old versions of Safari (1.x) with KHTML rendering engine */
  -khtml-opacity: 0.3;
  /* This is the "most important" one because it's the current standard in CSS. This will work in most versions of Firefox, Safari, and Opera. */
  opacity: 0.3;
}
@media all and (max-width: 480px) {
  #header {
    display: none !important;
  }
  #header-responsive-480 {
    display: block !important;
  }
  #content {
    width: auto;
    max-width: 480px;
    display: none !important;
  }
  #content-responsive-480 {
    width: auto;
    display: block !important;
  }
  #followUsContainerResponsive {
    display: block !important;
  }
  #otherAboutUsContainer {
    display: none !important;
  }
  #otherAboutUsContainerResponsive {
    display: block !important;
  }
  #footer {
    display: none;
  }
  #footer-responsive-480 {
    display: block !important;
  }
  .foodMenuItemDescResponsive{
    width: 140px !important;
  }
  #foodMenuListResponsive .withoutImage .foodMenuItemDescResponsive{
    width: 100% !important;
  }
  .foodMenuDescContResponsive{
    margin-left: -111px !important;
    width: 200px !important;
  }
  .withoutImage .foodMenuDescContResponsive{
    margin-left: 0px !important;
    width: 100% !important;
  }

  .wp-image-151{
    width: 100% !important;
  }

  #wpcf7-f134-p132-o2 input, #wpcf7-f217-p215-o2 input{
    width: 98%;
}

#wpcf7-f134-p132-o2 textarea, #wpcf7-f217-p215-o2 textarea{
  width: 98%;
}

  #wpcf7-f134-p132-o1 input, #wpcf7-f217-p215-o1 input{
    width: 211px !important;
  }

  #wpcf7-f134-p132-o1{
    width: 211px !important;
  }

  #wpcf7-f134-p132-o1 textarea, #wpcf7-f217-p215-o1 textarea{
    width: 211px !important;
  }

  #wpcf7-f134-p132-o1 h3{
    margin-bottom: -10px !important;
  }


}
#usContentResponsive img{
  max-width: 100% !important;
  width: 100%;
}
::-webkit-input-placeholder {
  font-family: 'Special Elite', cursive;
  font-weight: normal;
  color: #c0c0c0 !important;
}
:-moz-placeholder {
  font-family: 'Special Elite', cursive;
  font-weight: normal;
  color: #c0c0c0 !important;
}
::-moz-placeholder {
  font-family: 'Special Elite', cursive;
  font-weight: normal;
  color: #c0c0c0 !important;
}
:-ms-input-placeholder {
  font-family: 'Special Elite', cursive;
  font-weight: normal;
  color: #c0c0c0 !important;
}
#intro-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20000;
}
#intro-content #top {
  width: 100%;
  height: 150px;
  background-image: url(../img/header-bg.jpg);
  background-position: center center;
}
#intro-content #top #you-hungry {
  font-family: 'Special Elite', cursive;
  font-size: 100px;
  color: #5c4027;
  padding-top: 20px;
  display: none;
}
#intro-content #we-cook {
  font-family: 'Special Elite', cursive;
  font-size: 100px;
  color: #fff;
  padding-top: 20px;
  display: block;
  width: 940px;
  text-align: right;
  text-shadow: 0 2px 0 #000;
  display: none;
}
#intro-content #paleo {
  font-family: 'Special Elite', cursive;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  padding-top: 20px;
  display: block;
  width: 711px;
  height: 26px;
  padding: 35px 0 ;
  text-align: center;
  text-shadow: 0 2px 0 #000;
  text-transform: uppercase;
  background-image: url(../img/intro-description-bg.png);
  margin: 0 auto;
  display: none;
}
#after-intro {
  display: none;
}
#header {
  width: 100%;
  height: 150px;
  background-image: url(../img/header-bg.jpg);
  background-position: center center;
}
#headerInnerContainer {
  height: 150px;
}
#siteLogo {
  position: absolute;
  top: 15px;
  left: 0;
  background-image: url(../img/logo.png);
  background-position: center center;
  width: 388px;
  height: 146px;
  text-indent: -9999px;
}
#siteLogo h2 {
  margin: 0;
  padding: 0;
  display: none;
}
#followUsContainer {
  position: absolute;
  top: 43px;
  right: 0;
  width: 220px;
  height: 150px;
}
.big_header_follow_us{
  width: 200px !important;
}
#followUsContainer #followUsTitle{
  font-family: 'Special Elite', cursive;
  font-size: 22px;
  color: #5c4027;
  width: 100%;
  display: block;
  height: 22px;
  padding: 25px 0;
  text-align: center;
}
#followUsContainer #headerFacebook {
  background-image: url(../img/ico-facebook.png);
  width: 63px;
  height: 63px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
#followUsContainer #headerTwitter {
  background-image: url(../img/ico-twitter.png);
  width: 63px;
  height: 63px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
#followUsContainer #headerInstagram {
  background-image: url(../img/ico-instagram.png);
  width: 63px;
  height: 63px;
  display: inline-block;
  vertical-align: top;
}
#header-responsive-480 {
  width: 100%;
  height: 126px;
  background-image: url(../img/mobile/header-bg.jpg);
  background-position: center center;
  display: none;
  background-size: 480px 100%;
}
#headerInnerContainerResponsive {
  height: 126px;
  max-width: 480px;
  width: auto;
  position: relative;
  margin: 0 auto;
}
#siteLogoResponsive {
  position: absolute;
  top: 10px;
  left: 10px;
  background-image: url(../img/mobile/logo.png);
  background-position: center center;
  width: 212px;
  height: 81px;
  text-indent: -9999px;
}
#siteLogoResponsive h2 {
  margin: 0;
  padding: 0;
  display: none;
}
#dropDownMenuResponsive {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 60px;
  height: 60px;
  background-image: url(../img/mobile/dropdown-menu.png);
  background-position: center center;
  cursor: pointer;
}
#content {
  display: block;
  margin: 30px auto;
}
#content #sidebarMenuContainer {
  width: 260px;
  margin: 0 33px 0 20px;
  display: inline-block;
  vertical-align: top;
  height: 500px;
}
#content #sidebarMenuContainer .mainNavBorder {
  background-image: url(../img/main-nav-border.png);
  background-position: center center;
  width: 260px;
  height: 5px;
  margin: 20px 0 ;
}
#content #sidebarMenuContainer .sidebarLink {
  display: block;
  width: 260px;
  font-family: 'Special Elite', cursive;
  color: #5c4027;
  height: 40px;
  line-height: 52px;
  text-transform: uppercase;
}
#content #sidebarMenuContainer .sidebarLink:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  text-decoration: none;
}
#content #sidebarMenuContainer #usLink {
  font-size: 55px;
}
#content #sidebarMenuContainer #cateringLink {
  font-size: 55px;
}
#content #sidebarMenuContainer #cgiLink {
  //font-size: 31px;
  font-size: 38px;
}
#content #sidebarMenuContainer #productsLink {
  //font-size: 36px;
  font-size: 30px;
}
#content #sidebarMenuContainer #happyLink {
  font-size: 36px;
}
#content #sidebarMenuContainer #downloadLink {
  font-size: 32px;
}
#content #sidebarMenuContainer #sidebarSubMenuList {
  list-style-type: none;
  width: 260px;
  margin: 0;
  padding: 0;
}
#content #sidebarMenuContainer #sidebarSubMenuList .sidebarSubMenuListItem {
  height: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 7px 0;
}
#content #sidebarMenuContainer #sidebarSubMenuList .sidebarSubMenuListItem .sidebarSubMenuListItemLink {
  font-family: 'Special Elite', cursive;
  display: inline-block;
  font-size: 24px;
  padding: 0;
  height: 24px;
  color: #5c4027;
}
#content #sidebarMenuContainer #sidebarSubMenuList .sidebarSubMenuListItem .sidebarSubMenuListItemLink:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  text-decoration: underline;
}
#content #sidebarMenuContainerList {
  width: 300px;
  display: inline-block;
}
#content #homepageContent {
  width: 620px;
  display: inline-block;
  vertical-align: top;
}
#content #homepageContent #homeWhyPaleo {
  width: 620px;
  height: 188px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
#content #homepageContent #homeWhyPaleo img {
  width: 610px;
  height: 178px;
  padding: 5px;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
#content #homepageContent #homeWhyPaleo #whyPaleoFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 620px;
  height: 188px;
  background-image: url(../img/home-why-paleo.png?tlm);
  background-position: center center;
  z-index: 10000;
}
#content #homepageContent #homeWhyPaleo:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#content #homepageContent #homeWorkingLunch {
  width: 190px;
  height: 219px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px 20px 0;
  position: relative;
  overflow: hidden;
}
#content #homepageContent #homeWorkingLunch img {
  width: 180px;
  height: 209px;
  padding: 5px;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
#content #homepageContent #homeWorkingLunch #workingLunchFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 219px;
  background-image: url(../img/home-working-lunch.png?tlm);
  background-position: center center;
  z-index: 10000;
}
#content #homepageContent #homeWorkingLunch:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#content #homepageContent #homeOurPlace {
  width: 409px;
  height: 219px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}
#content #homepageContent #homeOurPlace img {
  width: 399px;
  height: 209px;
  padding: 5px;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
#content #homepageContent #homeOurPlace #ourPlaceFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 409px;
  height: 219px;
  background-image: url(../img/home-our-place.png?tlm);
  background-position: center center;
  z-index: 10000;
}
#content #homepageContent #homeOurPlace:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#content #homepageContent #homeInstaFeed {
  width: 406px;
  height: 345px;
  background-image: url(../img/home-instafeed.png?tlm);
  background-position: center center;
  display: block;
  position: relative;
}
#content #homepageContent #homeInstaFeed ul {
  list-style-type: none;
  width: 324px;
  height: 304px;
  padding: 20px;
}
#content #homepageContent #homeInstaFeed ul li {
  width: 90px;
  height: 90px;
  border: 3px solid #fff;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  margin-bottom: 7px;
}
#content #homepageContent #homeInstaFeed ul li a {
  width: 90px;
  height: 90px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
#content #homepageContent #homeInstaFeed #moreInstaPhotos {
  position: absolute;
  top: 268px;
  right: -20px;
  background-image: url(../img/instagra-more-photos-button.png);
  background-position: center center;
  width: 90px;
  height: 55px;
  display: block;
  z-index: 10000;
}
#content #staticContent {
  width: 560px;
  display: inline-block;
  vertical-align: top;
  min-height: 700px;
  background-image: url(../img/single-box-middle.jpg);
  background-position: center center;
  position: relative;
  padding: 30px;
}
#content #staticContent #staticContentHeader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/single-box-header.jpg);
  background-position: center center;
  width: 620px;
  height: 19px;
}
#content #staticContent h2 {
  font-size: 40px;
  color: #5c4027;
  margin: 0;
}
#content #staticContent .hrCustomRule {
  width: 540px;
  height: 16px;
  background-image: url(../img/single-hr.png);
  background-repeat: no-repeat;
}
#content #staticContent h3 {
  font-size: 20px;
  margin: 20px 0;
  color: #5c4027;
  margin-left: 13px;
}
#content #staticContent ul li {
  //font-family: 'Arial';
  font-family: 'Special Elite', cursive;
  //color: #5c4027;
  color: #4444;
  //font-size: 14px;
  font-size: 16px;
}

#content #staticContent .downloadMenuContent ul li {
  font-family: 'Special Elite', cursive !important;
  color: #5c4027 !important;
  font-size: 14px !important;
}

#staticContent .downloadMenuContent b{
    color: #5c4027 !important;
}

#staticContentResponsive .downloadMenuContent b{
    color: #5c4027 !important;
}

#staticContentResponsive .downloadMenuContent *{
    color: #5c4027 !important;
}

#content #staticContent .downloadMenuContent b{
    color: #5c4027 !important;
}
#staticContent #ship-to-different-address > label{
  margin-left: -13px;
}
#content #staticContent #staticContentFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/single-box-footer.jpg);
  background-position: center center;
  width: 620px;
  height: 14px;
}
#content #foodMenuContent {
  width: 560px;
  display: inline-block;
  vertical-align: top;
  min-height: 700px;
  background-image: url(../img/single-box-middle.jpg);
  background-position: center center;
  position: relative;
  padding: 30px;
}
#content #foodMenuContent #foodMenuContentHeader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/single-box-header.jpg);
  background-position: center center;
  width: 620px;
  height: 19px;
}
#content #foodMenuContent h2 {
  font-size: 40px;
  color: #5c4027;
  margin: 0;
}
#content #foodMenuContent .hrCustomRule {
  width: 540px;
  height: 16px;
  background-image: url(../img/single-hr.png);
  background-repeat: no-repeat;
}
#content #foodMenuContent h3 {
  font-size: 20px;
  margin: 20px 0;
  color: #5c4027;
}



















#staticContentResponsive #stockis_bg_holder{
  margin: 0 !important;
}


#staticContent .productImageHolder{
  position: relative;
}

#staticContent .products{
  list-style: none;
  padding-left: 0px;
}

#staticContent .product{
  position: relative;
  margin-bottom: 23px;
  min-height: 139px;
}

#staticContent .amount{
  color: #5c4027;
  font-size: 22px;
  font-family: 'Special Elite', cursive;
}

#staticContent .product:hover .product_title {
  color: #bc4206 !important;
}


#staticContent .viewProduct{
  right: 4px;
  position: absolute;
  background-image: url(../img/viewmorebg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 15px;
  padding: 6px 0 0 0;
  margin-top: -5px;
  text-align: center;
  font-family: 'Special Elite', cursive;
  font-weight: normal;
  color: #fff;
  width: 110px;
  height: 30px;
  text-transform: uppercase;
  display: block;
  top: 3px;
}

#staticContent .product_informations{
  vertical-align: top;
  display: inline-block;
  width: 355px;
}

#staticContent .product h3{
  width: 355px;
  font-size: 16px !important;
  font-weight: normal;
  font-family: 'Special Elite', cursive;
  margin-left: 20px !important;
  padding-bottom: 20px;
}

#staticContent .productImageHolder{
  display: inline-block;
}

#staticContent .priceButtonHolder{
  margin-left: 20px;
  margin-top: -23px;
  width: 100%;
  position: relative;
}

#staticContent .productImageHolder img{
  vertical-align: top;
  width: 170px;
  height: 130px;
  padding-left: 7px;
}

#staticContent .productImageHolder .foodMenuItemImageBack{
  background-size: 100%;
  width: 180px;
}


.products_page_heading h3{
  text-transform: uppercase;
  margin-left: 0 !important;
}


#staticContent .per_person_tag{
  font-size: 20px;
  font-family: 'Special Elite', cursive;
  position: absolute;
  left: 110px;
  color: #bc4206;
}

#staticContentResponsive .per_person_tag{
  font-size: 15px;
  font-family: 'Special Elite', cursive;
  position: absolute;
  left: 75px;
  color: #bc4206;
  top: -1px;
}








#staticContentResponsive .productImageHolder{
  position: relative;
}

#staticContentResponsive .products{
  list-style: none;
  padding-left: 0px;
  margin-top: 75px;
}

#staticContentResponsive .product{
  position: relative;
  margin-bottom: 23px;
  min-height: 139px;
}

#staticContentResponsive .amount{
  color: #5c4027;
  font-size: 16px;
  font-family: 'Special Elite', cursive;
}

#staticContentResponsive .product:hover .product_title {
  color: #bc4206 !important;
}


#staticContentResponsive .viewProduct{
  position: relative;
  background-image: url(../img/viewmorebg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 15px;
  padding: 6px 0 0 0;
  margin-top: 0px;
  text-align: center;
  font-family: 'Special Elite', cursive;
  font-weight: normal;
  color: #fff;
  width: 110px;
  height: 30px;
  text-transform: uppercase;
  display: block;
  top: 3px;
}

#staticContentResponsive .product_informations{
  vertical-align: top;
  display: inline-block;
  width: 130px;
}

#staticContentResponsive .product h3{
  font-size: 14px !important;
  font-weight: normal;
  font-family: 'Special Elite', cursive;
  margin-left: 15px !important;
  padding-bottom: 20px;
  margin: 0 0 0 15px !important;
}

#staticContentResponsive .productImageHolder{
  display: inline-block;
}

#staticContentResponsive .priceButtonHolder{
  margin-left: 15px;
  margin-top: -13px;
  width: 100%;
  position: relative;
}

#staticContentResponsive .productImageHolder img{
  vertical-align: top;
  width: 95px;
  height: 75px;
  padding-left: 5px;
}


#staticContentResponsive .productImageHolder .foodMenuItemImageBack{
  background-size: 100%;
  width: 104px;
}














#staticContent .singleProductImageHolder img{
  width: 520px;
  height: 345px;
  padding: 8px;
}

#staticContent .foodMenuItemImageProductFrame{
  background-image: url(../img/product_single_frame.png);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  width: 535px;
  height: 364px;
  z-index: 100;
}

#staticContent .product_title_single{
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  width: 536px;
  font-size: 26px;
  color: #5c4027;
  line-height: 28px;
  font-family: 'Special Elite', cursive;
}

#staticContent .product_price_add_to_cart{
  position: relative;
}

#staticContent .quantity{
  display: inline-block;
}

#staticContent .add_to_cart_part{
  position: absolute;
  right: 25px;
  display: inline-block;
}

#staticContent .single_add_to_cart_button{
  background-image: url(../img/add_to_cart.png);
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 22px;
  text-align: center;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: #fff;
  width: 176px;
  height: 45px;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  display: inline-block;
}

#staticContent .qty{
  width: 60px;
  height: 28px;
  text-align: center;
}

#staticContent .product_price_add_to_cart .amount{
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 32px;
  color: #bc4206;
  -webkit-font-smoothing: antialiased;
}

#staticContent .horizontal_liner{
  width: 542px;
  margin: 86px auto 0 auto;
  height: 2px;
  background-color: #cdcacd;
}

#staticContent .description_title{
  text-transform: uppercase;
  font-size: 22px;
  color: #5c4027;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;

}

#staticContent .description_byiteself p{
  color: #444444;
  font-size: 16px;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}


#staticContent .facebook_share_link, .google_share_link, .twitter_share_link{
  width: 29px;
  height: 29px;
  display: inline-block;
  margin-left: 10px;
}


#staticContent .facebook_share_link{
  margin-left: 0;
  background-image: url(../img/facebook_icon.png);
}

#staticContent .google_share_link{
  background-image: url(../img/google_plus_icon.png);
}

#staticContent .twitter_share_link{
  background-image: url(../img/twitter_icon.png);
}


#staticContent .share_links_product{
  position: relative;
  margin-top: 30px;
}








.cart_count{
  font-size: 25px;
  text-align: center;
  color: #808080;
  height: 42px;
  -webkit-border-radius: 50%px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  display: inline-block;
  width: 42px;
  vertical-align: top;
}








/*
CARTCSS
*/

#staticContent .shop_table .product-thumbnail{
  display: none;
}

#staticContent .shop_table .product-name{
  /*width: 240px;*/
}


#staticContent .shop_table .product-name a{
  color: #5c4027;
  font-size: 20px;
  line-height: 20px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}

#staticContent th.product-name, th.product-price, th.product-quantity, th.product-subtotal{
  text-transform: uppercase;
  color: #999999;
  font-weight: 100;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}

#staticContent th.product-name{
  text-align: left;
}

#staticContent td.actions{
  height: 90px;
}

#staticContent .product-quantity{
  text-align: right;
}

#staticContent .cart_item td{
  padding-top: 30px;
  padding-left: 20px;
}

#staticContent .product-price .amount, .product-subtotal .amount{
  font-size: 18px !important;
  color: #bc4206 !important;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}

#staticContent .product-remove{
  padding-left: 0px !important;
}

#staticContent .quantity .minus, .quantity .plus{
  display: none;
}

#staticContent .cart_item td{
  vertical-align: top;
  padding-bottom: 30px;
}

#staticContent .buttons_added .qty{
  margin-top: -10px;
  width: 60px;
  height: 28px;
  text-align: center;
}

#staticContent .quantity-cuca{
  text-align: right;
}

#staticContent .checkout-button{
  top: 20px;
  padding-top: 8px;
  background-image: url(../img/proceed_to_checkout.png);
  background-color: transparent;
  border: none;
  color: white;
  font-size: 22px;
  text-align: center;
  width: 288px;
  height: 40px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
}

#staticContent .update-cart-button{
  padding-top: 8px;
  background-image: url(../img/updatecartbutton.png);
  background-color: transparent;
  border: none;
  color: white;
  font-size: 22px;
  text-align: center;
  width: 190px;
  height: 40px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0px;
  top: 70px;
}

#staticContent .product-name{
  padding-left: 20px;
}

#staticContent .product-remove a{
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../img/remove_from_cart.png);

}

#staticContent .cart_totals{
  height: 90px;
  margin-top: -53px;
  margin-bottom: 30px;
}

#staticContent .shop_table .actions{
  position: relative;
}

#staticContent .shop_table{
  width: 536px;
  margin-left: 11px;
}

#staticContent .cart_totals{
  position: relative;
}

#staticContent .cart_totals table{
  right: 0;
  position: absolute;
}

#staticContent .cart-collaterals{
  margin-top: 67px;
}

#staticContent .cart_totals{
  text-align: left;
  text-transform: uppercase;
}

#staticContent .cart_totals .cart-subtotal th, .cart_totals .shipping th, .cart_totals .order-total th{
  font-size: 20px;
  color: #5c4027;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}

#staticContent .cart_totals .cart-subtotal td, .cart_totals .shipping td, .cart_totals .order-total td{
  font-size: 20px !important;
  color: #5c4027;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  color: #bc4206 !important;
  padding-right: 16px;
  text-align: right;
}

#staticContent .cart_totals .order-total td .amount{
  font-size: 20px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  color: #bc4206 !important;
}

#staticContent #cart_total .amount{
  font-size: 20px !important
}

#staticContent #cart_total .amount{
  color: #bc4206 !important;
}

#staticContent .cart_totals th{
  padding-right: 70px;
}

#staticContent .shop_table .cart_item{
  border-bottom-color: #d0cecd;
  border-bottom-style: solid;
}

#staticContent .shop_table .cart_item:last-of-type{

}

#staticContent .continue_shopping{
  display: block;
  color: #5c4027;
  font-size: 20px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  margin-top: -5px;
}



#staticContent .cart_totals  tr.shipping, #staticContentResponsive .cart_totals  tr.shipping{
  display: none;
}

.woocommerce-message{
  margin-bottom: 30px;
}

.cart-subtotal th, .cart-subtotal td{
  padding-top: 30px;
}

#staticContentResponsive #check_deliver_label{
  color: #5c4027;
  font-size: 16px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}

.woocommerce-error{
  list-style: none;
  margin-left: 0px;
  padding-left: 11px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}

.woocommerce-error li{
  font-weight: 100 !important;
  font-family: 'Special Elite', cursive !important;
  -webkit-font-smoothing: antialiased !important;
}

#staticContentResponsive #check_deliver_label{
  font-size: 15px;
}

#billing_state_field{
  display: none !important;
}

.woocommerce .clear{
  display: none;
}

#delivery_address_title, #youraddress{
  font-size: 20px;
  color: #5c4027;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}

#youraddress{
  margin-top: 70px;
}

#display_schools_company{
  position: relative;
}














/*  CART RESPONSIVE */

#staticContentResponsive .shop_table .product-thumbnail{
  display: none;
}

#staticContentResponsive .shop_table .product-name{
  width: 115px;
}


#staticContentResponsive .shop_table .product-name a{
  color: #5c4027;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}

#staticContentResponsive th.product-name, #staticContentResponsive th.product-price, #staticContentResponsive th.product-quantity, #staticContentResponsive th.product-subtotal{
  text-transform: uppercase;
  color: #999999;
  font-weight: 100;
  font-size: 16px;
  text-align: left;
  padding-left: 7px;
  -webkit-font-smoothing: antialiased;
}

#staticContentResponsive th.product-name{
  text-align: left;
}

#staticContentResponsive td.actions{
  height: 90px;
}

#staticContentResponsive .product-quantity{
  text-align: right;
}

#staticContentResponsive .cart_item td{
  padding-top: 30px;
  padding-left: 7px;
}

#staticContentResponsive .product-price .amount,#staticContentResponsive .product-subtotal .amount{
  font-size: 14px !important;
  color: #bc4206 !important;
  font-weight: 100;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

#staticContentResponsive .product-subtotal{
  display: none;
}

#staticContentResponsive .product-remove{
  padding-left: 0px !important;
}

#staticContentResponsive .quantity .minus, .quantity .plus{
  display: none;
}

#staticContentResponsive .cart_item td{
  vertical-align: top;
  padding-bottom: 30px;
}

#staticContentResponsive .cart .buttons_added .qty{
  position: absolute;
  margin-top: -10px;
  width: 45px;
  height: 28px;
  text-align: center;
  right: -21px;
  top: 13px;
}

#staticContentResponsive .shop_table .buttons_added .qty{
  margin-top: -10px !important;
  width: 45px !important;
  height: 28px !important;
  text-align: center !important;
  position: static !important;
}

#staticContentResponsive .quantity-cuca{
  text-align: right;
}

#staticContentResponsive .checkout-button{
  padding-top: 8px;
  background-image: url(../img/proceed_to_checkout_r.png);
  background-color: transparent;
  border: none;
  color: white;
  font-size: 20px;
  text-align: center;
  width: 252px;
  height: 40px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  margin: 20px auto 0 4px;
  -webkit-font-smoothing: antialiased;
}

#staticContentResponsive .update-cart-button{
  padding-top: 8px;
  background-image: url(../img/updatecartbutton.png);
  background-color: transparent;
  border: none;
  color: white;
  font-size: 20px;
  text-align: center;
  width: 190px;
  height: 40px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  margin: 20px auto 0px 32px;
  -webkit-font-smoothing: antialiased;
}

#staticContentResponsive .product-name{
  padding-left: 7px;
}

#staticContentResponsive .product-remove a{
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../img/remove_from_cart.png);

}

#staticContentResponsive .product-remove{
  width: 13px !important;
}

#staticContentResponsive .cart_totals{
  height: 90px;
  margin-top: 80px;
  margin-bottom: 30px;
}

#staticContentResponsive .shop_table .actions{
  position: relative;
}

#staticContentResponsive .shop_table{
  width: 263px;
  margin-left: -12px;
}

#staticContentResponsive .cart_totals{
  position: relative;
}

#staticContentResponsive .cart_totals table{
  right: 0;
  position: absolute;
}

#staticContentResponsive .cart-collaterals{
  margin-top: -70px;
  margin-bottom: -55px;
}

#staticContentResponsive .cart_totals{
  text-align: left;
  text-transform: uppercase;
}

#staticContentResponsive .cart_totals .cart-subtotal th, #staticContentResponsive .cart_totals .shipping th, #staticContentResponsive .cart_totals .order-total th{
  font-size: 16px;
  width: 200px;
  color: #5c4027;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}

#staticContentResponsive .cart_totals .cart-subtotal td, #staticContentResponsive .cart_totals .shipping td, #staticContentResponsive .cart_totals .order-total td{
  font-size: 16px;
  color: #5c4027;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  color: #bc4206 !important;
}

#staticContentResponsive .cart_totals .order-total td .amount{
  font-size: 16px !important;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  color: #bc4206 !important;
}

#staticContentResponsive #cart_total .amount{
  color: #bc4206 !important;
}

#staticContentResponsive .cart_totals th{

}

#staticContentResponsive .shop_table .cart_item{
  border-bottom-color: #d0cecd;
  border-bottom-style: solid;
}

#staticContentResponsive .shop_table .cart_item:last-of-type{
  border-style: none;
}

#staticContentResponsive .continue_shopping{
  display: block;
  color: #5c4027;
  font-size: 20px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  margin-top: -5px;
  text-align: center;
  margin-top: 20px;
}

















/* CHECKOUT */

#staticContent .form-row{
  display: inline-block;
  width: 260px;
}

#staticContent #billing_country_field{
  display: none;
}

#staticContent .checkout .form-row label{
  display: block;
}

#staticContent .checkout .form-row{
  margin: 10px 0;
  color: #5c4027;
  font-size: 15px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}

#staticContent .checkout .form-row label{
  margin-bottom: 5px;
  font-size: 16px;
}

#staticContent .checkout .form-row .input-text{
  padding: 12px 9px 8px 9px;
  font-size: 16px;
  width: 238px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}

#staticContent #billing_state_field{
  margin-right: 5px;
}

#staticContent #shipping_state_field{
  margin-right: 5px;
}

#staticContent #shipping_country_field{
  display: none;
}

#staticContent .chosen-container-single .chosen-single span{
  padding-top: 3px;
}


.checkout .form-row .input-text::-webkit-input-placeholder { /* WebKit browsers */
  color:    #999;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}
.checkout .form-row .input-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #999;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}
.checkout .form-row .input-text::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #999;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}
.checkout .form-row .input-text:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #999;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}

/*.checkout .shop_table .cart_item, .checkout .shop_table .product-name, .checkout .shop_table .product-total{
  display: none;
}*/




#staticContent .checkout .shop_table .product-total{
  text-align: right;
}

#staticContent .checkout .shop_table .product-name{
  text-align: left;
}


#staticContent .checkout .shop_table th.product-name, #staticContent .checkout .shop_table th.product-total {
  text-transform: uppercase;
  color: #999999;
  font-weight: 100;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}

#staticContent .checkout .shop_table .cart-subtotal th, #staticContent .checkout .shop_table .shipping th, #staticContent .checkout .shop_table .order-total th{
  text-transform: uppercase;
  color: #999999;
  font-weight: 100;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}

#staticContent .checkout .shop_table .cart-subtotal td, #staticContent .checkout .shop_table .shipping td, #staticContent .checkout .shop_table .order-total td{
  text-align: right;
}

#staticContent #shipping_method{
  list-style: none;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: #bc4206 !important;
}

#staticContent #shipping_method label, #staticContent #shipping_method > li:nth-child(1) > label > span, #staticContent #order_review > table > tfoot > tr.cart-subtotal > td > span, #order_review > table > tfoot > tr.order-total > td > strong > span{
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: #bc4206 !important;
}


#staticContent #order_review .shop_table tbody tr td, #staticContent #order_review .shop_table thead tr th{
  padding-left: 0px;
}

#staticContent .display_schools_company{
  margin-bottom: 15px;
}

#staticContent .display_schools_company label{
  color: #5c4027;
  font-size: 20px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}

#staticContent #payment .payment_methods{
  display: none;
}


#staticContent #customer_details p.form-row.form-row-wide.create-account label{
  display: inline;
}


#staticContent #customer_details .create-account p, #staticContent #customer_details .create-account label{
  color: #444444;
  font-size: 16px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}

#staticContent #customer_details .create-account label{
  margin-left: 15px;
}

#staticContent #place_order{
  padding-top: 8px;
  background-image: url(../img/proceed_to_checkout.png);
  background-color: transparent;
  border: none;
  color: white;
  font-size: 22px;
  text-align: center;
  width: 288px;
  height: 40px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
  margin-top: 20px;
}

#staticContent #shipping_address_1_field,
#staticContent #shipping_city_field,
#staticContent #shipping_phone_field,
#staticContent #billing_address_1_field,
#staticContent #billing_city_field,
#staticContent #billing_email_field{
  margin-right: 20px;
}

#staticContent #billing_first_name_field{
  margin-right: 14px;
}

#cuca_thankyou_table{

}

#staticContentResponsive #thankupage_by_craved h2, #staticContentResponsive #thankupage_by_craved #thank_you_class_title{
  color: #5c4027 !important;
  font-size: 20px !important;
  font-weight: 100 !important;
  font-family: 'Special Elite', cursive !important;
}

#staticContent #thankupage_by_craved h2, #staticContent #thankupage_by_craved #thank_you_class_title{
  color: #5c4027 !important;
  font-size: 20px !important;
  font-weight: 100 !important;
  font-family: 'Special Elite', cursive !important;
}


#cuca_thankyou_table{
  margin-left: 0px !important;
}







#staticContent #cuca_thankyou_table tfoot tr th{
  text-transform: uppercase;
  color: #5c4027;
  font-size: 14px;
  font-family: 'Special Elite', cursive !important;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 100;
}

#staticContentResponsive #cuca_thankyou_table tfoot tr th{
  text-transform: uppercase;
  color: #5c4027;
  font-size: 14px;
  font-family: 'Special Elite', cursive !important;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 100;
}

#staticContentResponsive #cuca_thankyou_table tbody tr td .amount{
  font-size: 14px !important;
  font-family: 'Special Elite', cursive !important;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 100;
}

#staticContentResponsive #cuca_thankyou_table tfoot tr td, #staticContentResponsive #cuca_thankyou_table tfoot tr td .amount{
  font-size: 14px !important;
  font-family: 'Special Elite', cursive !important;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 100;
}

#staticContentResponsive #cuca_thankyou_table tfoot tr td small{
  display: none;
}

#staticContentResponsive #cuca_thankyou_table{
  width: 243px !important;
}

#staticContent #cuca_thankyou_table{
  width: 560px;
}

#cuca_thankyou_table tbody{

}


.border_shop{
  margin-top: 30px;
  margin-bottom: 30px;
  height: 2px;
  background-color: #cac6ca;
  width: 100%;
}



#staticContent > div.woocommerce .order_details li,
#staticContent > div.woocommerce .order_details li .amount {
  font-weight: 100 !important;
  font-family: 'Special Elite', cursive !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 14px !important;
}

.thank_you_class_title{
  color: #5c4027;
  font-size: 20px;
  font-weight: 100 !important;
  font-family: 'Special Elite', cursive !important;
  -webkit-font-smoothing: antialiased !important;
}

#staticContent > div.woocommerce > p{
  font-weight: 100 !important;
  font-family: 'Special Elite', cursive !important;
}

#staticContent > div.woocommerce > h2{
  color: #5c4027 !important;
  font-size: 20px !important;
  font-weight: 100 !important;
  font-family: 'Special Elite', cursive !important;
}

.shop_table.order_details{

}

.shop_table.order_details thead .product-total, .shop_table.order_details tbody .product-total{
  text-align: right;
}

.shop_table.order_details tbody .product-name{
  text-align: left;
}

.shop_table.order_details tfoot tr th{
  text-align: left;
}

.shop_table.order_details tfoot tr td{
  text-align: right;
}

.shop_table.order_details thead .product-total{
  text-transform: uppercase;
  color: #999999;
  font-weight: 100;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}

.shop_table.order_details thead tr td, .shop_table.order_details tbody tr td, .shop_table.order_details thead tr th .product-name{
  padding-left: 0 !important;
  padding-bottom: 20px;
  padding-top: 20px;
}

.shop_table.order_details > thead > tr > th.product-name{
  padding-left: 0 !important;
}

.shop_table.order_details tbody tr{

}

.shop_table.order_details td .amount{
  color: #bc4206 !important;
}

.shop_table.order_details .amount, .shop_table.order_details small{
  color: #bc4206 !important;
  font-size: 19px !important;
}

.woocommerce header h2{
  display: none;
}














.order_details{
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}

#staticContent .t_some_title, #staticContent .t_some_des{
  display: inline-block;
  width: 180px;
  margin-bottom: 10px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  margin: 0px 0px 2px 0px;
  color: #444444;
}

#staticContentResponsive .t_some_title, #staticContentResponsive .t_some_des{
  display: inline-block;
  width: auto !important;
  margin-bottom: 10px;
  font-weight: 100;
  margin-right: 10px;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin: 0px 0px 2px 0px;
  color: #444444;
}

.t_some_title{
  width: 180px;
}












#staticContentResponsive .checkout .form-row{
  margin: 10px 0 20px 0;
  color: #5c4027;
  font-size: 15px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}

#staticContentResponsive .checkout .form-row label{
  margin-bottom: 5px;
  font-size: 16px;
}

#staticContentResponsive .checkout .form-row .input-text{
  padding: 12px 9px 8px 9px;
  font-size: 16px;
  width: 217px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}

#billing_country_field{
  display: none;
}

#staticContentResponsive .woocommerce, #staticContentResponsive .woocommerce p{
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}

#staticContentResponsive #order_review table tbody tr td.product-total{
  text-align: right;
}

#staticContentResponsive #order_review > table > thead > tr > th.product-total{
  text-align: right;
  text-transform: uppercase;
  color: #999999;
  font-weight: 100;
  font-size: 16px;
  padding-left: 7px;
  -webkit-font-smoothing: antialiased;
}

#staticContentResponsive #order_review table tfoot tr th{
  text-align: left;

  text-transform: uppercase;
  color: #999999;
  font-weight: 100;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}


#staticContentResponsive #order_review table tfoot tr td,
#staticContentResponsive #order_review > table > tfoot > tr.order-total > td > strong > span,
#staticContentResponsive #order_review > table > tfoot > tr.cart-subtotal > td > span,
#shipping_method > li > label, #shipping_method > li > label span{
  text-align: right;

  color: #bb4426 !important;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}

#staticContentResponsive .shop_table #shipping_method{
  width: 146px;
  padding: 0;
  list-style: none;
}


#staticContentResponsive #payment ul{
  display: none;
}

#staticContentResponsive #place_order {
  padding-top: 8px;
  background-image: url(../img/proceed_to_checkout_r.png);
  background-color: transparent;
  border: none;
  color: white;
  font-size: 20px;
  text-align: center;
  width: 252px;
  height: 40px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  margin: 20px auto 0 -4px;
  -webkit-font-smoothing: antialiased;
}

.wc-backward{
  color: #bc4206;
}

.customer_details dt, .customer_details dd{
  display: inline-block;
}

.customer_details dd{
  margin-left: 10px;
}

.customer_details{
  width: 300px;
}

#staticContent .col2-set.addresses p{
  font-weight: 100;
  font-family: 'Special Elite', cursive !important;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  color: black;
  font-size: 18px;
  padding-right: 20px;
  font-style: normal;
  color: #444444;
}

#staticContentResponsive .col2-set.addresses p{
  font-weight: 100;
  font-family: 'Special Elite', cursive !important;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  color: black;
  font-size: 14px;
  padding-right: 20px;
  font-style: normal;
  color: #444444;
}

#staticContent .col2-set.addresses .col-1, #staticContent .col2-set.addresses .col-2{
  display: inline-block;
  vertical-align: top;
  width: 45%;
}

ul.order_details .order,
ul.order_details .date,
ul.order_details .total,
ul.order_details .method{
  font-weight: 100 !important;
  font-family: 'Special Elite', cursive !important;
  -webkit-font-smoothing: antialiased !important;
}

.cart_totals .order-total{
  display: none;
}


#logout_menu, #login_menu{
  font-size: 30px !important;
}

.loginpage .input{
  padding: 12px 9px 8px 9px !important;
  font-size: 16px !important;
  width: 217px !important;
  font-weight: 100 !important;
  font-family: 'Special Elite', cursive !important;
  -webkit-font-smoothing: antialiased !important;
}

.loginpage .login-remember{
  margin-left: 0;
}

.loginpage .login-submit{
  margin-top: 0;
}

#cartlink_header_icon{
  position: absolute;
  top: 25px;
  right: 70px;
  width: 60px;
  height: 60px;
  background-image: url(../img/mobile/dropdown-menu.png);
  background-position: center center;
  cursor: pointer;
  display: block;

  background-image: url(../img/cart_header_icon.png);
  background-repeat: no-repeat;
}

.cart_count_header{
  margin-top: -6px;
  margin-left: 33px;
  padding-top: 4px;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  height: 23px;
  -webkit-border-radius: 50%px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #aa762b;
  display: inline-block;
  width: 26px;
  vertical-align: top;

}


#custom_dropdown{
  padding: 10px 10px 6px 10px;
  background-color: white;
  width: 517px;
  border: solid 1px #aaaaaa;
  font-size: 16px;
  color: #999999;
  position: relative;
  cursor: pointer;
}

#dropdown_icon{
  position: absolute;
  top: 16px;
  right: 18px;
  width: 10px;
  height: 9px;
  background-image: url(../img/dropdown_ico.png);
}

#custom_dropdown_items{
  left: 0px;
  top: 39px;
  width: 537px;
  background-color: white;
  border: solid 1px #aaaaaa;
  position: absolute;
  display: none;
}

.one_select{
  padding: 8px 10px 4px 10px;
  border-bottom: solid 1px #aaaaaa;
  cursor: pointer;
}

.one_select:hover{
  background-color: #d9bc9a;

}

#all_dropdown_holder{
  position: relative;
}

.shipping_address{
  position: relative;
}

#staticContentResponsive #schools_companies{
  position: absolute;
  height: 40px;
  z-index: 1000;
  top: 33px;
  left: 0px;
  width: 100%;
  opacity: 1;
  margin-top: 0px;
  opacity: 0;

}

#staticContentResponsive #custom_dropdown{
  padding: 10px 10px 6px 10px;
  background-color: white;
  width: 216px;
  border: solid 1px #aaaaaa;
  font-size: 14px;
  color: #999999;
  position: relative;
  cursor: pointer;
}

#staticContent #schools_companies{
  display: none;
}

.required{
  border: none !important;
}

input[type="text"]:disabled, .readonly_input
{
  background: #ddd;
  border: none;
}

#staticContent #customer_details{
  margin-left: 10px;
}

.woocommerce-billing-fields h3{
  margin-left: 0px !important;
}


.woocommerce-message a{
  color: #bc4206 !important;
}

.woocommerce-message{
  background-image: url(../img/infobox.png);
  display: block;
  background-repeat: no-repeat;
  padding: 16px 10px 16px 23px;
  background-size: 100% 100%;
  color: #5c4027;
}

.cart_page_border{
  margin-bottom: 20px;
}

#ship-to-different-address{
  display: none;
}

.woocommerce-shipping-fields{
  display: none;
}

#all_dropdown_holder{
  display: none;
}

#shipping_method_0_flat_rate, #shipping_method_0_free_shipping{
  display: none;
}

#display_schools_company_holder{
  position: relative;
}





.col2-set.addresses h3{
  margin-left: 0px !important;
}




















#content-responsive-480 #sidebarMenuContainer{
  display: none;
}











#user_info_p,#logout_button{
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  display: inline-block;
}

#user_info_p{
  color: #5c4027;
}

#logout_button{
  color: #bc4206;
}

#login_form_header{
  width: 429px;
  height: 355px;
  background-image: url(../img/loginform.png);
  padding-top: 70px;
  padding-left: 53px;

  z-index: 100000000;
  left: -260px;
  top: -455px;
  position: absolute;
}

#login_title{
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: #5c4027;
  font-size: 40px;
  margin: 20px 0 40px 0;
}

#user_login, #user_pass{
  display: block;
  width: 355px;
  margin-top: 2px;
  padding: 10px;
  padding-top: 12px;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  font-weight: 100
}

.login-username label, .login-password label{
  font-size: 16px;
  color: #5c4027;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
}

.login-submit #wp-submit{
   font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
   background-image: url(../img/login_button_bg.png);
   background-repeat: no-repeat;

  background-color: transparent;
  border-style: none;
  width: 160px;
  height: 41px;
  color: white;
  padding-top: 7px;
  text-transform: uppercase;

}


.login-remember{
  margin-left: 261px;
  width: 118px;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  margin-top: 30px;
}


.login-submit{
  margin-top: -43px;
}

#login_button{
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  display: block;
  color: #5c4027;
}





























#staticContentResponsive .singleProductImageHolder img{
  width: 226px;
  height: 183px;
  padding: 8px;
}

#staticContentResponsive .foodMenuItemImageProductFrame{
  background-image: url(../img/product_single_frame.png);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  width: 535px;
  height: 364px;
  z-index: 100;
  display: none;
}

#staticContentResponsive .product_price_add_to_cart .amount{
  color: #bc4206;
  -webkit-font-smoothing: antialiased;
}

#staticContentResponsive .product_title_single{
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  width: 100%;
  font-size: 20px;
  color: #5c4027;
  line-height: 28px;
  font-family: 'Special Elite', cursive;
}

#staticContentResponsive .product_price_add_to_cart{
  position: relative;
}

#staticContentResponsive .quantity{
  display: inline-block;
}

#staticContentResponsive .add_to_cart_part{
  position: absolute;
  right: 25px;
  display: inline-block;
}

#staticContentResponsive .single_add_to_cart_button{
  margin: 57px auto;
  background-image: url(../img/add_to_cart.png);
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 22px;
  text-align: center;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: #fff;
  width: 176px;
  height: 45px;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  display: inline-block;
}

#staticContentResponsive .qty{
  width: 60px;
  height: 28px;
  text-align: center;
}

#staticContentResponsive .product_price_add_to_cart .amount{
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 22px;
}

#staticContentResponsive .horizontal_liner{
  width: 230px;
  margin: 140px auto 0 auto;
  height: 3px;
  background-color: #cdcacd;
}

#staticContentResponsive .description_title{
  text-transform: uppercase;
  font-size: 22px;
  color: #5c4027;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;

}

#staticContentResponsive .description_byiteself p{
  color: #444444;
  font-size: 14px;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}


#staticContentResponsive .facebook_share_link, .google_share_link, .twitter_share_link{
  width: 29px;
  height: 29px;
  display: inline-block;
  margin-left: 10px;
}


#staticContentResponsive .facebook_share_link{
  margin-left: 0;
  background-image: url(../img/facebook_icon.png);
}

#staticContentResponsive .google_share_link{
  background-image: url(../img/google_plus_icon.png);
}

#staticContentResponsive .twitter_share_link{
  background-image: url(../img/twitter_icon.png);
}


#staticContentResponsive .share_links_product{
  position: relative;
  margin-top: 30px;
}
















#content #foodMenuContent #foodMenuList {
  list-style-type: none;
  width: 560px;
  margin: 20px 0;
  padding: 0;
}
#content #foodMenuContent #foodMenuList .foodMenuItem {
  width: 560px;
  display: inline-block;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemImage {
  position: relative;
  width: 193px;
  height: 153px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  z-index: 100;
  cursor: pointer;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemImage img, .foodMenuItemImageHover img {
  width: 180px;
  height: 140px;
  padding: 6px;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemImage .foodMenuItemImageBack, .foodMenuItemImageBack {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/menu-thumb-frame.png);
  background-repeat: no-repeat;
  width: 193px;
  height: 153px;
  z-index: 100;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemImage .foodMenuItemImageHover, .foodMenuItemImageHover {
  position: absolute;
  top: 6px;
  left: 6px;
  background: rgba(255,255,255, 0.2) url(../img/logo.png) center center no-repeat;
  background-size: 130px 50px;
  width: 181px;
  height: 141px;
  z-index: 10;
  display: none;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemDesc {
  display: inline-block;
  vertical-align: top;
  width: 331px;
  font-size: 20px;
  cursor: pointer;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemDesc .foodMenuDescCont {
  margin-top: 30px;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemDesc .foodMenuDescCont .plDesc {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-image: url(../img/menu-stone.png);
  width: 48px;
  height: 20px;
  padding: 6px 0 16px 0;
  cursor: pointer;
  position: relative;
  text-align: center;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemDesc .foodMenuDescCont .plDesc .tooltip {
  position: absolute;
  top: -41px;
  right: -63px;
  width: 176px;
  background-image: url(../img/menu-description.png);
  font-size: 16px;
  height: 16px;
  padding: 10px 0 14px 0;
  text-align: center;
  display: none;
  margin: 0;
  font-family: 'Special Elite', cursive;
  color: #fff;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemDesc .foodMenuDescCont .plDesc:hover {
  background-image: url(../img/menu-stone.png);
  background-position: -48px 0;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemDesc .foodMenuDescCont .plDesc:hover .tooltip {
  display: block !important;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemDesc .foodMenuDescCont .dfDesc {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-image: url(../img/menu-stone.png);
  width: 48px;
  height: 20px;
  padding: 6px 0px 16px 0px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemDesc .foodMenuDescCont .dfDesc .tooltip {
  position: absolute;
  top: -41px;
  right: -166px;
  width: 176px;
  background-image: url(../img/menu-description.png);
  font-size: 16px;
  height: 16px;
  padding: 10px 0 14px 0;
  text-align: center;
  display: none;
  margin: 0;
  font-family: 'Special Elite', cursive;
  color: #fff;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemDesc .foodMenuDescCont .dfDesc:hover {
  background-image: url(../img/menu-stone.png);
  background-position: -48px 0;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemDesc .foodMenuDescCont .dfDesc:hover .tooltip {
  display: block !important;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemDesc .foodMenuDescCont .nfDesc {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-image: url(../img/menu-stone.png);
  width: 48px;
  height: 20px;
  padding: 6px 0px 16px 0px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemDesc .foodMenuDescCont .nfDesc .tooltip {
  position: absolute;
  top: -41px;
  right: -166px;
  width: 176px;
  background-image: url(../img/menu-description.png);
  font-size: 16px;
  height: 16px;
  padding: 10px 0 14px 0;
  text-align: center;
  display: none;
  margin: 0;
  font-family: 'Special Elite', cursive;
  color: #fff;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemDesc .foodMenuDescCont .nfDesc:hover {
  background-image: url(../img/menu-stone.png);
  background-position: -48px 0;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuItemDesc .foodMenuDescCont .nfDesc:hover .tooltip {
  display: block !important;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuGalleryCont {
  width: 560px;
  height: 360px;
  position: relative;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuGalleryCont .foodMenuGalleryLeft {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Special Elite', cursive;
  font-size: 72px;
  line-height: 72px;
  width: 32px;
  height: 48px;
  color: #5c4027;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuGalleryCont .foodMenuGalleryLeft:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  cursor: pointer;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuGalleryCont .foodMenuGalleryRight {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Special Elite', cursive;
  font-size: 72px;
  line-height: 72px;
  width: 32px;
  height: 48px;
  color: #5c4027;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuGalleryCont .foodMenuGalleryRight:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  cursor: pointer;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuGalleryCont .foodMenuGallery {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  width: 485px;
  height: 320px;
  padding: 0;
  margin: 20px 0;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuGalleryCont .foodMenuGallery .foodMenuGalleryItem {
  width: 485px;
  height: 320px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .foodMenuGalleryCont .foodMenuGallery .foodMenuGalleryItem img {
  max-width: 485px;
  max-height: 320px;
}
#content #foodMenuContent #foodMenuList .foodMenuItem .hrCustomRuleList {
  background-color: #f1f1f1;
  width: 560px;
  height: 3px;
  margin: 20px 0;
}
#content #foodMenuContent #foodMenuList .withoutImage .foodMenuItemDesc {
  width: 100%;
}
#content #foodMenuContent #foodMenuContentFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/single-box-footer.jpg);
  background-position: center center;
  width: 620px;
  height: 14px;
}
#content #usContent {
  width: 560px;
  display: inline-block;
  vertical-align: top;
  min-height: 700px;
  background-image: url(../img/single-box-middle.jpg);
  background-position: center center;
  position: relative;
  padding: 30px;
}
#content #usContent #usContentHeader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/single-box-header.jpg);
  background-position: center center;
  width: 620px;
  height: 19px;
}
#content #usContent h2 {
  font-size: 20px;
  margin: 20px 0;
  color: #5c4027;
}
#content #usContent ul li {
  font-family: 'Special Elite', cursive;
  color: #5c4027;
  font-size: 14px;
}
#content #usContent #usContentFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/single-box-footer.jpg);
  background-position: center center;
  width: 620px;
  height: 14px;
}
#content #hcContent {
  width: 540px;
  display: inline-block;
  vertical-align: top;
  min-height: 610px;
  background-image: url(../img/single-box-middle.jpg);
  background-position: center center;
  position: relative;
  padding: 40px;
}
#content #hcContent h2 {
  font-size: 40px;
  color: #5c4027;
  margin: 0;
}
#content #hcContent .hrCustomRule {
  width: 540px;
  height: 16px;
  background-image: url(../img/single-hr.png);
  background-repeat: no-repeat;
}
#content #hcContent #hcContentHeader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/single-box-header.jpg);
  background-position: center center;
  width: 620px;
  height: 19px;
}
#content #hcContent #hcContentFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/single-box-footer.jpg);
  background-position: center center;
  width: 620px;
  height: 14px;
}
#content #hcContent #hcLeft {
  position: absolute;
  top: 220px;
  left: 50px;
  font-family: 'Special Elite', cursive;
  font-size: 72px;
  line-height: 72px;
  width: 32px;
  height: 48px;
  color: #5c4027;
}
#content #hcContent #hcLeft:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  cursor: pointer;
}
#content #hcContent #hcRight {
  position: absolute;
  top: 220px;
  right: 50px;
  font-family: 'Special Elite', cursive;
  font-size: 72px;
  line-height: 72px;
  width: 32px;
  height: 48px;
  color: #5c4027;
}
#content #hcContent #hcRight:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  cursor: pointer;
}
#content #hcContent #hcContentList {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  width: 540px;
  list-style-type: none;
}
#content #hcContent #hcContentList li {
  width: 540px;
  height: 250px;
}
#content #hcContent #hcContentList li .happyThumb {
  width: 138px;
  height: 138px;
  margin: 56px auto;
  position: relative;
}
#content #hcContent #hcContentList li .happyThumb .happyThumbFrame {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/testimonials-thumb-border.png);
  width: 138px;
  height: 138px;
}
#content #hcContent #hcContentList li .happyThumb img {
  behavior: url(/assets/css/PIE.htc);
  border-radius: 67px;
  -moz-border-radius: 67px;
  -webkit-border-radius: 67px;
  z-index: 0;
  width: 130px;
  height: 130px;
  padding: 4px;
}
#content #hcContent #hcContentList li h2 {
  font-size: 30px;
  margin: 20px 0 0 0;
  text-align: center;
}
#content #hcContent #hcContentList li p {
  text-align: center;
}
#content-responsive-480 {
  display: none;
  margin: 10px auto;
}
#content-responsive-480 #sidebarMenuContainerResponsive {
  width: 260px;
  display: block;
  vertical-align: top;
  margin: 20px auto;
}
#content-responsive-480 #sidebarMenuContainerResponsive .mainNavBorderResponsive {
  background-image: url(../img/main-nav-border.png);
  background-position: center center;
  width: 260px;
  height: 5px;
  margin: 10px 0 ;
}
#content-responsive-480 #sidebarMenuContainerResponsive .sidebarLinkResponsive {
  display: block;
  width: 260px;
  font-family: 'Special Elite', cursive;
  color: #5c4027;
  font-size: 52px;
  height: 40px;
  line-height: 52px;
  text-transform: uppercase;
}
#content-responsive-480 #sidebarMenuContainerResponsive .sidebarLinkResponsive:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  text-decoration: underline;
}
#content-responsive-480 #sidebarMenuContainerResponsive #cateringLinkResponsive {
  font-size: 55px;
}
#content-responsive-480 #sidebarMenuContainerResponsive #cgiLinkResponsive {
  //font-size: 31px;
  font-size: 38px;

}
#content-responsive-480 #sidebarMenuContainerResponsive #productsLinkResponsive {
  //font-size: 36px;
  font-size: 30px;
}
.downloadMenuContent p{
    font-family: 'Special Elite', cursive !important;
}
#content-responsive-480 #sidebarMenuContainerResponsive #happyLinkResponsive {
  font-size: 36px;
}
#content-responsive-480 #sidebarMenuContainerResponsive #downloadLinkResponsive {
  font-size: 32px;
}
#content-responsive-480 #sidebarMenuContainerResponsive #sidebarSubMenuListResponsive {
  list-style-type: none;
  width: 260px;
  margin: 0;
  padding: 0;
}
#content-responsive-480 #sidebarMenuContainerResponsive #sidebarSubMenuListResponsive .sidebarSubMenuListItemResponsive {
  height: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 7px 0;
}
#content-responsive-480 #sidebarMenuContainerResponsive #sidebarSubMenuListResponsive .sidebarSubMenuListItemResponsive .sidebarSubMenuListItemLinkResponsive {
  font-family: 'Special Elite', cursive;
  display: inline-block;
  font-size: 24px;
  padding: 0;
  height: 24px;
  color: #5c4027;
}
#content-responsive-480 #sidebarMenuContainerResponsive #sidebarSubMenuListResponsive .sidebarSubMenuListItemResponsive .sidebarSubMenuListItemLinkResponsive:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  text-decoration: underline;
}
#content-responsive-480 #sidebarMenuContainerListResponsive {
  width: 300px;
  display: inline-block;
}
#content-responsive-480 #homepageContentResponsive {
  width: 300px;
  display: block;
  margin: 0 auto;
}
#content-responsive-480 #homepageContentResponsive #homeWhyPaleoResponsive {
  width: 300px;
  height: 149px;
  background-image: url(../img/mobile/home-why-paleo.jpg?tlm2);
  background-position: center center;
  display: block;
  margin-bottom: 10px;
}
#content-responsive-480 #homepageContentResponsive #homeWorkingLunchResponsive {
  width: 300px;
  height: 149px;
  background-image: url(../img/mobile/home-working-lunch.jpg?tlm2);
  background-position: center center;
  display: block;
  margin-bottom: 10px;
}
#content-responsive-480 #homepageContentResponsive #homeOurPlaceResponsive {
  width: 300px;
  height: 149px;
  background-image: url(../img/mobile/home-our-place.jpg?tlm2);
  background-position: center center;
  display: block;
  margin-bottom: 10px;
}
#content-responsive-480 #homepageContentResponsive #homeInstaFeedResponsive {
  width: 300px;
  height: 326px;
  background-image: url(../img/mobile/home-instagram.jpg);
  background-position: center center;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
#content-responsive-480 #homepageContentResponsive #homeInstaFeedResponsive ul {
  list-style-type: none;
  width: 264px;
  height: 304px;
  padding: 20px;
}
#content-responsive-480 #homepageContentResponsive #homeInstaFeedResponsive ul li {
  width: 85px;
  height: 85px;
  border: 3px solid #fff;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  margin-bottom: 7px;
}
#content-responsive-480 #homepageContentResponsive #homeInstaFeedResponsive ul li a {
  width: 85px;
  height: 85px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
#content-responsive-480 #staticContentResponsive {
  width: 240px;
  display: block;
  min-height: 266px;
  background-image: url(../img/mobile/box-middle.jpg);
  background-position: center center;
  position: relative;
  padding: 30px;
  margin: 0 auto;
}
#content-responsive-480 #staticContentResponsive #staticContentHeaderResponsive {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/mobile/box-header.jpg);
  background-position: center center;
  width: 300px;
  height: 13px;
}
#content-responsive-480 #staticContentResponsive h2 {
  font-size: 30px;
  color: #5c4027;
  margin: 0;
}
#content-responsive-480 #staticContentResponsive .hrCustomRuleResponsive {
  width: 240px;
  height: 16px;
  background-image: url(../img/mobile/box-hr.png);
  background-repeat: no-repeat;
}
#content-responsive-480 #staticContentResponsive h3 {
  font-size: 20px;
  margin: 20px 0;
  color: #5c4027;
}
#content-responsive-480 #staticContentResponsive ul li {
  font-family: 'Special Elite', cursive;
  color: #5c4027;
  font-size: 14px;
}
#staticContentResponsive{
    color: #5c4027;
    font-size: 14px;
}

#content-responsive-480 #staticContentResponsive #staticContentFooterResponsive {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/mobile/box-footer.jpg);
  background-position: center center;
  width: 300px;
  height: 13px;
}
#content-responsive-480 #usContentResponsive {
  width: 240px;
  display: block;
  min-height: 266px;
  background-image: url(../img/mobile/box-middle.jpg);
  background-position: center center;
  position: relative;
  padding: 10px 30px;
  margin: 0 auto;
}
#content-responsive-480 #usContentResponsive #usContentHeader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/mobile/box-header.jpg);
  background-position: center center;
  width: 300px;
  height: 13px;
}
#content-responsive-480 #usContentResponsive h2 {
  font-size: 20px;
  margin: 20px 0;
  color: #5c4027;
}
#content-responsive-480 #usContentResponsive ul li {
  font-family: 'Special Elite', cursive;
  color: #5c4027;
  font-size: 14px;
}
#content-responsive-480 #usContentResponsive #usContentFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/mobile/box-footer.jpg);
  background-position: center center;
  width: 300px;
  height: 13px;
}
#content-responsive-480 #hcContentResponsive {
  width: 240px;
  min-height: 610px;
  background-image: url(../img/mobile/box-middle.jpg);
  background-position: center center;
  position: relative;
  padding: 30px;
  margin: 0 auto;
}
#content-responsive-480 #hcContentResponsive h2 {
  font-size: 40px;
  color: #5c4027;
  margin: 0;
}
#content-responsive-480 #hcContentResponsive .hrCustomRuleResponsive {
  width: 240px;
  height: 16px;
  background-image: url(../img/mobile/box-hr.png);
  background-repeat: no-repeat;
}
#content-responsive-480 #hcContentResponsive #hcContentHeaderResponsive {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/mobile/box-header.jpg);
  background-position: center center;
  width: 300px;
  height: 13px;
}
#content-responsive-480 #hcContentResponsive #hcContentFooterResponsive {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/mobile/box-footer.jpg);
  background-position: center center;
  width: 300px;
  height: 14px;
}
#content-responsive-480 #hcContentResponsive #hcLeftResponsive {
  position: absolute;
  top: 230px;
  left: 30px;
  font-family: 'Special Elite', cursive;
  font-size: 72px;
  line-height: 72px;
  width: 32px;
  height: 48px;
  color: #5c4027;
}
#content-responsive-480 #hcContentResponsive #hcLeftResponsive:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  cursor: pointer;
}
#content-responsive-480 #hcContentResponsive #hcRightResponsive {
  position: absolute;
  top: 230px;
  right: 30px;
  font-family: 'Special Elite', cursive;
  font-size: 72px;
  line-height: 72px;
  width: 32px;
  height: 48px;
  color: #5c4027;
}
#content-responsive-480 #hcContentResponsive #hcRightResponsive:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  cursor: pointer;
}
#content-responsive-480 #hcContentResponsive #hcContentListResponsive {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  width: 240px;
  list-style-type: none;
}
#content-responsive-480 #hcContentResponsive #hcContentListResponsive li {
  width: 240px;
}
#content-responsive-480 #hcContentResponsive #hcContentListResponsive li .happyThumbResponsive {
  width: 138px;
  height: 138px;
  margin: 26px auto;
  position: relative;
}
#content-responsive-480 #hcContentResponsive #hcContentListResponsive li .happyThumbResponsive .happyThumbResponsiveFrame {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/testimonials-thumb-border.png);
  width: 138px;
  height: 138px;
}
#content-responsive-480 #hcContentResponsive #hcContentListResponsive li .happyThumbResponsive img {
  behavior: url(/assets/css/PIE.htc);
  border-radius: 67px;
  -moz-border-radius: 67px;
  -webkit-border-radius: 67px;
  z-index: 0;
  width: 130px;
  height: 130px;
  padding: 4px;
}
#content-responsive-480 #hcContentResponsive #hcContentListResponsive li h2 {
  font-size: 24px;
  margin: 20px 0 0 0;
  text-align: center;
}
#content-responsive-480 #hcContentResponsive #hcContentListResponsive li p {
  text-align: center;
}
#content-responsive-480 #foodMenuContentResponsive {
  width: 260px;
  min-height: 266px;
  margin: 0 auto;
  min-height: 700px;
  background-image: url(../img/mobile/box-middle.jpg);
  background-position: center center;
  position: relative;
  padding: 20px;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuContentHeaderResponsive {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/mobile/box-header.jpg);
  background-position: center center;
  width: 300px;
  height: 13px;
}
#content-responsive-480 #foodMenuContentResponsive h2 {
  font-size: 40px;
  color: #5c4027;
  margin: 0;
  line-height: 40px;
}
#content-responsive-480 #foodMenuContentResponsive .hrCustomRuleResponsive {
  width: 260px;
  height: 16px;
  background-image: url(../img/mobile/box-hr.png);
  background-repeat: no-repeat;
}
#content-responsive-480 #foodMenuContentResponsive h3 {
  font-size: 20px;
  margin: 20px 0;
  color: #5c4027;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive {
  list-style-type: none;
  width: 260px;
  margin: 20px 0;
  padding: 0;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive {
  width: 260px;
  display: inline-block;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemImageResponsive {
  position: relative;
  width: 100px;
  height: 85px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  z-index: 100000;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemImageResponsive img {
  width: 90px;
  height: 75px;
  padding: 5px;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemImageResponsive .foodMenuItemImageBackResponsive {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/menu-thumb-frame.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100px;
  height: 85px;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemDescResponsive {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  font-size: 14px;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemDescResponsive .foodMenuDescContResponsive {
  margin-top: 30px;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemDescResponsive .foodMenuDescContResponsive .plDescResponsive {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-image: url(../img/menu-stone.png);
  width: 20px;
  height: 20px;
  padding: 8px 13px 14px 14px;
  cursor: pointer;
  position: relative;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemDescResponsive .foodMenuDescContResponsive .plDescResponsive .tooltipResponsive {
  position: absolute;
  top: -41px;
  left: -66px;
  width: 176px;
  background-image: url(../img/menu-description.png);
  font-size: 16px;
  height: 16px;
  padding: 10px 0 14px 0;
  text-align: center;
  display: none;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemDescResponsive .foodMenuDescContResponsive .plDescResponsive:hover {
  background-image: url(../img/menu-stone.png);
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemDescResponsive .foodMenuDescContResponsive .plDescResponsive:hover .tooltipResponsive {
  display: block !important;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemDescResponsive .foodMenuDescContResponsive .dfDescResponsive {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-image: url(../img/menu-stone.png);
  width: 20px;
  height: 20px;
  padding: 8px 13px 14px 14px;
  cursor: pointer;
  position: relative;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemDescResponsive .foodMenuDescContResponsive .dfDescResponsive .tooltipResponsive {
  position: absolute;
  top: -41px;
  left: -166px;
  width: 176px;
  background-image: url(../img/menu-description.png);
  font-size: 16px;
  height: 16px;
  padding: 10px 0 14px 0;
  text-align: center;
  display: none;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemDescResponsive .foodMenuDescContResponsive .dfDescResponsive:hover {
  background-image: url(../img/menu-stone.png);
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemDescResponsive .foodMenuDescContResponsive .dfDescResponsive:hover .tooltipResponsive {
  display: block !important;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemDescResponsive .foodMenuDescContResponsive .nfDescResponsive {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-image: url(../img/menu-stone.png);
  width: 20px;
  height: 20px;
  padding: 8px 13px 14px 14px;
  cursor: pointer;
  position: relative;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemDescResponsive .foodMenuDescContResponsive .nfDescResponsive .tooltipResponsive {
  position: absolute;
  top: -41px;
  left: -166px;
  width: 176px;
  background-image: url(../img/menu-description.png);
  font-size: 16px;
  height: 16px;
  padding: 10px 0 14px 0;
  text-align: center;
  display: none;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemDescResponsive .foodMenuDescContResponsive .nfDescResponsive:hover {
  background-image: url(../img/menu-stone.png);
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuItemDescResponsive .foodMenuDescContResponsive .nfDescResponsive:hover .tooltipResponsive {
  display: block !important;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuGalleryContResponsive {
  width: 260px;
  height: 210px;
  position: relative;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuGalleryContResponsive .foodMenuGalleryLeftResponsive {
  position: absolute;
  top: 85px;
  left: 10px;
  font-family: 'Special Elite', cursive;
  font-size: 72px;
  line-height: 72px;
  width: 32px;
  height: 48px;
  color: #5c4027;
  z-index: 10000;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuGalleryContResponsive .foodMenuGalleryLeftResponsive:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  cursor: pointer;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuGalleryContResponsive .foodMenuGalleryRightResponsive {
  position: absolute;
  top: 85px;
  right: 10px;
  font-family: 'Special Elite', cursive;
  font-size: 72px;
  line-height: 72px;
  width: 32px;
  height: 48px;
  color: #5c4027;
  z-index: 10000;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuGalleryContResponsive .foodMenuGalleryRightResponsive:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  cursor: pointer;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuGalleryContResponsive .foodMenuGalleryResponsive {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  width: 260px;
  height: 170px;
  padding: 0;
  margin: 20px 0;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuGalleryContResponsive .foodMenuGalleryResponsive .foodMenuGalleryItemResponsive {
  width: 260px;
  height: 170px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .foodMenuGalleryContResponsive .foodMenuGalleryResponsive .foodMenuGalleryItemResponsive img {
  max-width: 260px;
  max-height: 170px;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuListResponsive .foodMenuItemResponsive .hrCustomRuleListResponsive {
  background-color: #f1f1f1;
  width: 260px;
  height: 3px;
  margin: 20px 0;
}
#content-responsive-480 #foodMenuContentResponsive #foodMenuContentFooterResponsive {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/mobile/box-footer.jpg);
  background-position: center center;
  width: 300px;
  height: 13px;
}
#otherAboutUsContainer {
  width: 750px;
  height: 330px;
  position: relative;
  z-index: 1000000;
  margin-top: 40px;
}
#otherAboutUsContainer #otherAboutUsLeft {
  font-family: 'Special Elite', cursive;
  font-size: 72px;
  line-height: 72px;
  margin: 0 44px 0 0;
  width: 32px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  color: #5c4027;
}
#otherAboutUsContainer #otherAboutUsLeft:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  cursor: pointer;
}
#otherAboutUsContainer #otherAboutUsRight {
  font-family: 'Special Elite', cursive;
  font-size: 72px;
  line-height: 72px;
  width: 32px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  color: #5c4027;
  margin: 0 0 0 44px;
}
#otherAboutUsContainer #otherAboutUsRight:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  cursor: pointer;
}
#otherAboutUsContainer #otherAboutUsContentList {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  width: 550px;
  list-style-type: none;
}
#otherAboutUsContainer #otherAboutUsContentList li {
  width: 550px;
}
#otherAboutUsContainer #otherAboutUsContentList li h2 {
  font-size: 30px;
  margin: 20px 0 0 0;
  color: #5c4027;
}
#otherAboutUsContainer #otherAboutUsLogo {
  width: 259px;
  height: 49px;
  background-image: url(../img/other-about-us.png);
}
#otherAboutUsContainerResponsive {
  width: 320px;
  position: relative;
  z-index: 1000000;
  margin: 0 auto;
  display: none;
}
#otherAboutUsContainerResponsive #otherAboutUsLeftResponsive {
  font-family: 'Special Elite', cursive;
  font-size: 50px;
  line-height: 72px;
  margin: 0 10px 0 0;
  width: 26px;
  height: 58px;
  display: inline-block;
  vertical-align: middle;
  color: #5c4027;
}
#otherAboutUsContainerResponsive #otherAboutUsLeftResponsive:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  cursor: pointer;
}
#otherAboutUsContainerResponsive #otherAboutUsRightResponsive {
  font-family: 'Special Elite', cursive;
  font-size: 50px;
  line-height: 72px;
  width: 26px;
  height: 58px;
  display: inline-block;
  vertical-align: middle;
  color: #5c4027;
  margin: 0 0 0 10px;
}
#otherAboutUsContainerResponsive #otherAboutUsRightResponsive:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  cursor: pointer;
}
#otherAboutUsContainerResponsive #otherAboutUsContentListResponsive {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  width: 240px;
  list-style-type: none;
  text-align: center;
}
#otherAboutUsContainerResponsive #otherAboutUsContentListResponsive li {
  width: 240px;
}
#otherAboutUsContainerResponsive #otherAboutUsContentListResponsive li h2 {
  font-size: 20px;
  margin: 20px 0 0 0;
  color: #5c4027;
}
#otherAboutUsContainerResponsive #otherAboutUsLogoResponsive {
  width: 259px;
  height: 49px;
  background-image: url(../img/other-about-us.png);
  margin: 60px auto 0 auto;
}
#followUsContainerResponsive {
  width: 200px;
  height: 150px;
  margin: 0 auto;
  display: none;
}
#followUsContainerResponsive #followUsTitle {
  font-family: 'Special Elite', cursive;
  font-size: 22px;
  color: #5c4027;
  width: 100%;
  display: block;
  height: 22px;
  padding: 25px 0;
  text-align: center;
}
#followUsContainerResponsive #headerFacebook {
  background-image: url(../img/ico-facebook.png);
  width: 63px;
  height: 63px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
#followUsContainerResponsive #headerTwitter {
  background-image: url(../img/ico-twitter.png);
  width: 63px;
  height: 63px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
#followUsContainerResponsive #headerInstagram {
  background-image: url(../img/ico-instagram.png);
  width: 63px;
  height: 63px;
  display: inline-block;
  vertical-align: top;
}
#footer {
  background-image: url(../img/footer-bg.jpg);
  background-position: center center;
  width: 100%;
  height: 209px;
  position: relative;
  margin-top: 200px;
}
#footer #footerInnerContainer {
  height: 209px;
  display: block;
}
#footer #footerInnerContainer #footerMenuList {
  position: absolute;
  top: -160px;
  left: 0;
  list-style-type: none;
  width: 920px;
  height: 76px;
  margin: 0;
  padding: 0 10px;
  background-image: url(../img/footer-menu-bg.png);
  background-position: center center;
}
#footer #footerInnerContainer #footerMenuList .footerMenuListItem {
  height: 76px;
  display: inline-block;
  vertical-align: top;
}
#footer #footerInnerContainer #footerMenuList .footerMenuListItem .footerMenuListItemLink {
  font-family: 'Special Elite', cursive;
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
  padding: 25px 10px 25px 25px;
  height: 26px;
  color: #5c4027;
}
#footer #footerInnerContainer #footerMenuList .footerMenuListItem .footerMenuListItemLink:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  text-decoration: underline;
}
#footer #footerInnerContainer #footerStone1 {
  position: absolute;
  top: -42px;
  left: 410px;
  background-image: url(../img/footer-stones.png);
  width: 306px;
  height: 156px;
}
#footer #footerInnerContainer #footerStone2 {
  position: absolute;
  top: -28px;
  left: 0;
  background-image: url(../img/footer-stones-2.png);
  width: 216px;
  height: 90px;
}
#footer #footerInnerContainer #footerTitle {
  position: absolute;
  top: 80px;
  left: 0;
  color: #fff;
  font-family: 'Special Elite', cursive;
  font-size: 16px;
}
#footer #footerInnerContainer #footerTitle span {
  display: block;
}
#footer #footerInnerContainer #devojce {
  position: absolute;
  top: -570px;
  right: -105px;
  background-image: url(../img/home-girl.png);
  width: 356px;
  height: 681px;
}
#footer #footerInnerContainer #devojce-vislje {
  position: absolute;
  top: -730px;
  right: -65px;
  background-image: url(../img/home-girl.png);
  width: 356px;
  height: 681px;
}
#footer-responsive-480 {
  background-image: url(../img/mobile/footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 320px;
  width: auto;
  height: 682px;
  display: none;
  margin: 0 auto;
  position: relative;
}
#footer-responsive-480 #footerMenuListResponsive {
  position: absolute;
  top: 100px;
  left: 15px;
  list-style-type: none;
  width: auto;
  max-width: 320px;
  height: auto;
  margin: 0;
  padding: 0;
  background-position: center center;
}
#footer-responsive-480 #footerMenuListResponsive .footerMenuListItemResponsive {
  height: 42px;
  display: block;
}
#footer-responsive-480 #footerMenuListResponsive .footerMenuListItemResponsive .footerMenuListItemLinkResponsive {
  font-family: 'Special Elite', cursive;
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  padding: 10px;
  height: 22px;
  color: #5c4027;
}
#footer-responsive-480 #footerMenuListResponsive .footerMenuListItemResponsive .footerMenuListItemLinkResponsive:hover {
  behavior: url(/assets/css/PIE.htc);
  -moz-transition: all 0.25s ease-in-out;
  /* Firefox */
  -webkit-transition: all 0.25s ease-in-out;
  /* WebKit */
  -o-transition: all 0.25s ease-in-out;
  /* Opera */
  transition: all 0.25s ease-in-out;
  /* Standard */
  color: #bc4206;
  text-decoration: underline;
}
#footer-responsive-480 #footerTitle {
  position: absolute;
  top: 450px;
  left: 0;
  color: #fff;
  font-family: 'Special Elite', cursive;
  font-size: 14px;
  width: 320px;
  text-align: center;
}
#footer-responsive-480 #footerTitle span {
  display: block;
}

#wpcf7-f134-p132-o1 input, #wpcf7-f217-p215-o1 input{
  width: 455px;
  border-style: solid;
  border-width: 4px;
  border-color: rgb(205, 205, 206);
  font-size: 20px;
  padding: 8px 10px 8px 10px;
  outline: none;
  color: #5c4027;
}

#wpcf7-f134-p132-o1 textarea, #wpcf7-f217-p215-o1 textarea{
  width: 455px;
  border-style: solid;
  border-width: 4px;
  border-color: rgb(205, 205, 206);
  font-size: 20px;
  padding: 8px 10px 8px 10px;
  outline: none;
  height: 170px;
  color: #5c4027;
}

#wpcf7-f134-p132-o1 h3{
  margin-bottom: -10px !important;
}

#staticContent h4{
  color: #5c4027 !important;
}

.wpcf7-submit{
  width: 187px !important;
  border-style: none !important;
  height: 54px;
  background-image: url(../img/send-button.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top;
}

.wpcf7-submit:hover{
  background-position: bottom;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}









/* MY ACCOUNG */
.my_account_orders{
  font-size: 14px;
  margin-left: 0px !important;
  margin-bottom: 20px;
}

.my_account_orders .amount{
  font-size: 14px !important;
}

.my_account_orders tr th{
  text-align: left;
}

.my_account_content a{
  color: #bc4206;
}

.my_account_content address{
  font-weight: 100;
  font-family: 'Special Elite', cursive !important;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  font-size: 14px;
  padding-right: 20px;
  font-style: normal;
  color: #444444;
}

#staticContent.my_account_content .form-row label{
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 100;
  font-family: 'Special Elite', cursive !important;
  -webkit-font-smoothing: antialiased;
}

#staticContent.my_account_content .input-text{
  padding: 12px 9px 8px 9px;
  font-size: 16px;
  width: 238px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}

#staticContentResponsive.my_account_content .input-text{
  padding: 12px 9px 8px 9px;
  font-size: 16px;
  width: 217px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}

.my_account_content #billing_company_field,
.my_account_content #billing_address_2_field,
.my_account_content #billing_postcode_field,
.my_account_content #shipping_first_name_field,
.my_account_content #shipping_company_field,
.my_account_content #shipping_address_2_field,
.my_account_content #shipping_postcode_field
{
  margin-right: 14px;
}

.my_account_content input[name="save_address"]{
  padding-top: 8px;
  background-image: url(../img/updatecartbutton.png);
  background-color: transparent;
  border: none;
  color: white;
  font-size: 22px;
  text-align: center;
  width: 190px;
  height: 40px;
  font-weight: 100;
  font-family: 'Special Elite', cursive;
  -webkit-font-smoothing: antialiased;
}

.my_account_content #shipping_address_1_field,
.my_account_content #shipping_city_field,
.my_account_content #billing_address_1_field,
.my_account_content #billing_city_field,
.my_account_content #billing_email_field{
  margin-right: 0px !important;
}

#staticContent.my_account_content h3{
  margin-left: 0px !important;
}

#staticContent.my_account_content form{
  margin-left: 12px;
}

.my_account_content .order_details{
  margin-left: 0px !important;
}

#staticContent.my_account_content .order_details tfoot tr td{
  color: #bc4206 !important;
  font-size: 19px !important;
}

#staticContentResponsive.my_account_content .order_details tfoot tr td{
  color: #bc4206 !important;
  font-size: 14px !important;
}

#staticContentResponsive.my_account_content .order_details{
  width: 240px !important;
  font-size: 14px !important;
}

#staticContentResponsive.my_account_content .order_details .amount{
  font-size: 14px !important;
}



#staticContentResponsive.my_account_content .my_account_orders .order-total,
#staticContentResponsive.my_account_content .my_account_orders .order-status{
  display: none;
}

#staticContentResponsive.my_account_content .my_account_orders{
  width: 250px;
}






#my_acc_link{
  color: #bc4206;
}


#myaccount_menu{
  font-size: 30px !important;
}
