.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: url(/img/body_texture.jpg) 50% 0 no-repeat;
  background-color: #eefafe;
}
/*======================= TYPOGRAPHY =======================*/
h2,
h3,
h4 {
  margin-top: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}
h1 {
  font-family: 'Open Sans Condensed', cursive;
  margin: 0 0 20px;
  font-weight: normal;
  color: #edab19;
  line-height: 37px;
  font-size: 42px;
  font-variant: small-caps;
}
h2,
.moduleTitle {
  font-size: 25px;
  line-height: 31px;
  color: #464646;
  margin: 0 0 25px;
}
h2.slide-titleslider {
  color: #ffffff;
}
.contacts h2.moduleTitle {
  color: #edab19;
}
h3 {
  font-size: 15px;
	line-height: 24px;
}
h4 {
  font-size: 16px;
  color: #edab19;
}
h5 {
  font-size: 13px;
  color: #464646;
  margin: 15px 0 0;
}
h5.slide-title {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}
h6 {
  margin: 0 0 20px;
}
p {
  margin-bottom: 18px;
}
p.p {
  margin-bottom: 6px;
}
p.p strong {
  color: #464646;
  font-size: 13px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 18px;
}
/*Buttons*/
.btn-primary,
.btn-info {
  font-size: 18px;
  background: url(../images/botoffarrow.gif) no-repeat right 5px;
  padding: 0 15px 0 0;
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  color: #edab19;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn-primary.active,
.btn-info.active,
.btn-primary:active,
.btn-info:active,
.btn-primary:focus,
.btn-info:focus,
.btn-primary:hover,
.btn-info:hover {
  outline: none;
  background: url(../images/botoffarrow.gif) no-repeat right -36px;
  color: #b2b2b2;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  box-shadow: none;
}
input.btn-primary {
  background: url(../images/botoffarrow.gif) no-repeat right 8px;
}
input.btn-primary.active,
input.btn-primary:active,
input.btn-primary:focus,
input.btn-primary:hover {
  background: url(../images/botoffarrow.gif) no-repeat right -33px;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.pagination ul li .pagenav {
  text-transform: none;
  border: none;
  box-shadow: none;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 8px 0 0;
  padding: 0;
  font-family: 'Open Sans Condensed', sans-serif;
}
.pagination ul li.pagination-start,
.pagination ul li.pagination-end {
  display: none;
}
.pagination ul li a.pagenav {
  color: #e19a00;
}
.pagination ul li a.pagenav:hover {
  background: none;
  color: #b2b2b2;
}
.pagination ul li.num span.pagenav {
  color: #b2b2b2;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 13px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 18px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  margin: 29px 0 22px 0;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  position: relative;
  margin: 0 0 0 -18px;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 5px 0 0 0;
  height: 63px;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  background: #edab19;
  color: #ffffff;
  padding: 2px 47px 3px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 15.2px;
  line-height: 63px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #edab19;
  height: 63px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: bold;
  display: block;
  padding: 13px 20px 0;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: #edab19;
  color: #ffffff;
  padding: 2px 47px 3px;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 63px;
}
.navigation ul.sf-menu ul {
  width: 155px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  left: 155px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu ul {
  background: #edab19;
  padding: 18px 0;
}
.navigation ul.sf-menu ul li {
  margin: 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #ffffff;
  background: #edab19;
  display: block;
  padding: 6px 12px 6px 45px;
  text-decoration: none;
  text-transform: uppercase;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #ffffff;
  color: #e19a00;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: #ffffff;
  color: #e19a00;
}
.navigation ul.sf-menu ul li ul {
  padding: 12px 0;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  padding: 9px 0 0;
}
#showcase-row .moduletable .slider {
  position: relative;
}
#showcase-row .moduletable .slider:before {
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: ' ';
  background: url(../images/slider_bg.png);
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.container-fluid {
  padding: 0 !important;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.body__home .page_header {
  position: relative;
}
.body__home .page_header :before {
  position: absolute;
  content: url(../images/home_logo.png);
  width: 54px;
  height: 47px;
  top: -50px;
  left: -4px;
}
.mod-custom__contacts,
.article_ins {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #464646;
}
.mod-custom__contacts span,
.article_ins span {
  color: #b2b2b2;
}
.article_ins {
  padding: 0 0 0 41px;
  line-height: 21px;
}
.mod-custom__contacts {
  background: url(../images/borderdot.gif) repeat-x bottom;
  padding: 0 0 29px 0;
}
#aside-left .contacts {
  margin: 9px 0 0 96px;
  line-height: 19px;
}
#aside-left .contacts h2.moduleTitle {
  margin: 0 0 4px 0;
}
.item_introtext p strong,
.item_fulltext p strong {
  color: #464646;
}
.mod-custom__quote img {
  margin: 0 15px 0 0;
}
#aside-right .moduletable {
  margin: 0 0 70px 0;
}
#aside-right .moduletable ul {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
}
#aside-right .moduletable ul li {
  line-height: 23px;
}
#aside-right .moduletable ul a {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  background: url(../images/footmenuarrow.gif) no-repeat 0 50%;
  padding: 0 0 0 18px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 -1%;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2%;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 18px 18px 0 !important;
}
ul.gallery h3.item_title {
  font-size: 16px;
  margin: 23px 0 7px;
  padding: 0;
  line-height: 16px;
}
ul.gallery .item_introtext {
  color: #464646;
  padding: 0 5px 0 0;
  font-weight: bold;
}
/* Team */
.mod-newsflash-adv__team {
  padding: 7px 0 0 0;
}
.mod-newsflash-adv__team .item_content {
  overflow: hidden;
  padding: 0 20px 0 0;
}
.mod-newsflash-adv__team .item_img {
  margin: 0 0 3px 0;
}
/*Our updates*/
#aside-left .updates {
  margin: 64px 0 0 0;
}
#aside-left .updates .item_content {
  float: right;
  width: 70%;
  line-height: 17px;
}
#aside-left .updates .item_content p,
#aside-left .updates .item_content h4 {
  display: inline;
}
#aside-left .updates .item_content p:after,
#aside-left .updates .item_content h4:after {
  content: ' ';
  display: block;
  height: 1px;
  width: 1px;
  line-height: 0;
  font-size: 0;
}
#aside-left .updates a {
  color: #b2b2b2;
}
#aside-left .updates a h4.item_title__updates {
  color: #464646;
  text-transform: none;
  font-size: 13px;
  margin: 0;
}
#aside-left .updates a .item_published {
  float: left;
  width: 38px;
  text-align: center;
  margin: 0 37px 0 0px;
  padding: 8px 0 0 20px;
  color: #e19a00;
  font-size: 18px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#aside-left .updates a .item_published .upd_month {
  font-size: 24px;
  text-transform: lowercase;
}
#aside-left .updates a .item_published .upd_day {
  font-size: 42px;
  line-height: 39px;
}
#aside-left .updates a:hover h4.item_title__updates,
#aside-left .updates a:hover .item_published {
  color: #b2b2b2;
}
#aside-left .updates h2.moduleTitle {
  color: #464646;
  margin-bottom: 22px;
  padding-left: 105px;
  font-size: 36px;
}
#aside-left .updates .item_num1 {
  margin: 20px 0 0 0;
}
#aside-left .updates .item_num1 .item_published,
#aside-left .updates .item_num1 .item_content {
  background: url(../images/borderdot.gif) repeat-x;
  padding-top: 20px;
}
#aside-left .updates .item_num1 .item_published {
  padding-top: 25px;
}
/*Good food*/
.mod-custom__quote {
  padding: 5px 0 0 0;
}
.mod-custom__quote h4 {
  line-height: 22px;
}
.mod-custom__quote blockquote {
  margin: 20px 0 0 0;
  padding: 0 25px;
  border: none;
  line-height: 16px;
}
.mod-custom__quote blockquote:before,
.mod-custom__quote blockquote:after {
  font-size: 36px;
}
.mod-custom__quote blockquote:before {
  content: '“';
  float: left;
  margin: 0 0 0 -25px;
}
.mod-custom__quote blockquote:after {
  content: '”';
  float: right;
  margin: 10px -25px 0 0;
}
/*Blog page*/
.page-blog .items-row {
  margin: 0 0 30px 0;
}
.page-blog .items-row h4.item_title {
  margin: 0;
}
.page-blog .items-row h4.item_title a {
  color: #464646;
}
.page-blog .items-row h4.item_title a:hover {
  color: #b2b2b2;
}
.page-blog .items-row .item_info_dl {
  margin: 0;
}
.page-blog .items-row .item_introtext {
  margin: 20px 0 0 0;
}
.page-item h4.item_title {
  margin: 0;
  color: #464646;
}
.page-item .item_info_dl {
  margin: 0;
}
.page-item .item_fulltext {
  margin: 20px 0 0 0;
}
.page-category .items-row .item {
  clear: both;
  margin: 0 0 15px 0;
}
#searchForm .hasTooltip {
  background: none;
  padding: 0;
}
#searchForm .hasTooltip .icon-search {
  margin: 5px 0 0 0;
  display: block;
}
/*======================= CONTENT BOTTOM =======================*/
.body__home #content-row #content-bottom-row {
  margin: 9px 0 0 0;
}
#content-bottom-row {
  margin: 56px 0 0 0;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*===== Offers ======*/
.offers {
  background: url(../images/borderdot.gif) repeat-x;
  margin: 4px 0 0 0;
  padding: 45px 0;
}
.offers a p {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  color: #b2b2b2;
  display: inline;
}
.offers a p.offers_title {
  color: #464646;
  font-size: 31px;
  line-height: 27px;
	margin-left:104px;
}
.offers a p.offers_title span.offers_or {
  color: #e19a00;
}
.offers a:hover p,
.offers a:hover p.offers_title span.offers_or {
  color: #b2b2b2;
}
.offers .mod_readmore {
  width: 5px;
  height: 9px;
  background: url(../images/botoffarrow.gif) no-repeat;
  display: inline-block;
  margin: 0 0 2px 3px;
}
.offers .mod_readmore:hover {
  background: url(../images/botoffarrow.gif) no-repeat 0 -41px;
}
.offers:hover .mod_readmore {
  background: url(../images/botoffarrow.gif) no-repeat 0 -41px;
}
/*======================= FOOTER =======================*/
/*===== Social Media ======*/
.social li {
  margin: 0 0 0 33px;
}
.social li a {
  height: 15px;
  line-height: 0;
  font-size: 0;
  text-indent: -9999px;
  color: #fff;
}
.social li a:hover {
  background-position: left bottom;
}
/*======================= COPYRIGHT =======================*/
#copyright-row #copyright {
  background: url(../images/borderdot.gif) repeat-x;
  padding: 45px 0 30px 0;
}
.footer_list a {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  background: url(../images/footmenuarrow.gif) no-repeat 0 50%;
  padding: 0 0 0 18px;
}
.footer_list ul li {
  line-height: 23px;
}
.footer_list ul li a {
  display: inline;
}
.footer_list ul li a:hover {
  background: url(../images/footmenuarrow.gif) no-repeat 0 50%;
}
.siteName {
  background: url(../images/footer_logo.png);
  width: 197px;
  height: 49px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
	margin-top: -18px;
}
