.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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #ff0000;
}
h1 {
  font-size: 44px;
  color: #303030;
  line-height: 52px;
  font-weight: normal;
  font-family: 'Pacifico', cursive;
  margin-bottom: 24px;
}
h2 {
  font-size: 34px;
  font-weight: normal;
  font-family: 'Pacifico', cursive;
  color: #f2f2f2;
  line-height: 40px;
  margin-bottom: 30px;
}
h3 {
  font-size: 30px;
  line-height: 52px;
  color: #303030;
  font-weight: normal;
  font-family: 'Pacifico', cursive;
  margin-bottom: 8px;
}
h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ff0000;
}
h4 a:hover {
  color: #303030;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 18px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 18px;
  background: #ffffff;
  color: #6c6c6c;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-primary {
  background: #ff0000;
  color: #ffffff;
  text-shadow: none;
  border: none;
  padding: 0 34px;
  line-height: 44px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary:hover {
  background: #303030;
  color: #ffffff;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #303030;
  color: #ffffff;
}
.btn-info {
  background: #ff0000;
  color: #ffffff;
  text-shadow: none;
  border: none;
  padding: 0 34px;
  line-height: 44px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-info:hover {
  background: #303030;
  color: #ffffff;
}
#searchForm .btn.btn-primary {
  height: 28px;
  line-height: 28px;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 20px;
}
.pagination .counter {
  padding-bottom: 10px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  display: inline-block;
  margin-right: 3px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  line-height: 44px;
  padding: 0 18px;
  font-size: 16px;
  text-transform: none;
  color: #ffffff;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #ffffff;
  background: #303030;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #ffffff;
  background: #ff0000;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #303030;
  color: #ffffff;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 18px;
}
.item_img img {
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 2, 0.6);
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 2, 0.6);
  box-shadow: 1px 1px 6px rgba(0, 0, 2, 0.6);
}
.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;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*======================= TOP =======================*/
#top-row {
  padding: 10px 0 12px;
}
.phone {
  padding-top: 3px;
  font-size: 16px;
  color: #303030;
}

.phone .mod-custom__phone {
  display: inline-block;
  background: url(/images/phone.png) 0 1px no-repeat;
  padding: 0 0 0 22px;
}

.member {
  text-align: right;
  padding-top: 3px;
  font-size: 16px;
  color: #303030;
}
.member a:link {
  padding-right: 5px;
}

/*======================= HEADER =======================*/
#header-row .container {
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 2, 0.37);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 2, 0.37);
  box-shadow: 1px 1px 3px rgba(0, 0, 2, 0.37);
}
#logo {
  float: left;
  max-width: 100%;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation {
  float: right;
}
.navigation ul.sf-menu {
  position: relative;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  height: 76px;
}
.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 {
  color: #ff0000;
}
.navigation ul.sf-menu > li.active > a:after,
.navigation ul.sf-menu > li.sfHover > a:after,
.navigation ul.sf-menu > li.current > a:after,
.navigation ul.sf-menu > li.active > span:after,
.navigation ul.sf-menu > li.sfHover > span:after,
.navigation ul.sf-menu > li.current > span:after {
  border-top: 6px solid #ff0000 !important;
}
.navigation ul.sf-menu > li + li {
  border-left: 1px solid #dedede;
}
.navigation ul.sf-menu > li.parent > a:after,
.navigation ul.sf-menu > li.parent > span:after {
  position: absolute;
  right: 38px;
  top: 50%;
  margin-top: -3px;
  border-top: 6px solid #303030;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: '';
  -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 > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 76px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #303030;
  height: 76px;
  display: block;
  padding: 0 51px 0 50px;
  text-transform: uppercase;
  position: relative;
  -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 > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: #ff0000;
}
.navigation ul.sf-menu > li > a:hover:after,
.navigation ul.sf-menu > li > span:hover:after {
  border-top: 6px solid #ff0000;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 77px;
}
.navigation ul.sf-menu ul {
  width: 100%;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -5px;
  left: 100%;
  margin-left: 1px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -5px;
  left: 100%;
  margin-left: 1px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 5px 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 13px;
  line-height: 31px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #6c6c6c;
  display: block;
  text-align: center;
  text-decoration: none;
  -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 a:hover,
.navigation ul.sf-menu ul li span:hover {
  color: #ff0000;
}
.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 {
  color: #ff0000;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 155px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 157px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 76px;
  padding-bottom: 76px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 78px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 155px;
  top: 76px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
.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 =======================*/
#feature-row {
  background: url(/images/texture.jpg) 50% 0;
  padding: 20px 0 0;
}
#feature-row h1,
#feature-row h3 {
  color: #f2f2f2;
}
.slogan {
  background: url(/images/border.gif) 0 100% repeat-x;
  text-align: center;
  margin-bottom: 8px;
  padding-bottom: 4px;
}
.slogan .mod-custom__slogan {
  display: none;
}
.moduletable.carousel {
  position: relative;
}
.mod_caroufredsel .img-intro__none {
  border: 3px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 2, 0.6);
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 2, 0.6);
  box-shadow: 1px 1px 6px rgba(0, 0, 2, 0.6);
}
.mod_caroufredsel .img-intro__none a {
  display: block;
  background: #000;
}
.mod_caroufredsel .img-intro__none a img {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mod_caroufredsel .img-intro__none a:hover img {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
#content-top-row .moduletable {
  background: url(/images/border_light.gif) 0 100% repeat-x;
  padding-bottom: 42px;
  margin-bottom: 25px;
}
.news .readmore {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: inherit;
  text-transform: uppercase;
  font-size: 13px;
  color: #3b9bd8;
  background: none !important;
}
.news .readmore:hover {
  text-decoration: underline !important;
}
.news p {
  padding-bottom: 4px;
}
.news .item_title {
  margin-bottom: 0;
}
.page-category__events .btn-info {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: inherit;
  text-transform: uppercase;
  font-size: 13px;
  color: #3b9bd8;
  background: none !important;
}
.page-category__events .btn-info:hover {
  text-decoration: underline !important;
}
.page-category__events .item_introtext p {
  padding-bottom: 4px;
}
/*======================= CONTENT =======================*/
#content-row {
  padding: 38px 0 17px;
}
#component {
  min-height: 0;
}
.page-featured .page_header h1 {
  line-height: 36px;
}
.page-featured .img-intro__none {
  margin-bottom: 14px;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 18px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 18px;
}
.item_info_dl dd {
  margin: 0 10px 0 0;
  display: inline-block;
}
.item_info_dl dd > * {
  display: inline;
}
.item_published {
  color: #ff0000;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  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;
}
.gallery-item .view .content * {
  color: inherit;
}
.gallery-item .view .content a:hover {
  color: #999;
}
.gallery-item .view {
  border: 3px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 2, 0.6);
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 2, 0.6);
  box-shadow: 1px 1px 6px rgba(0, 0, 2, 0.6);
}
.gallery-item .view img {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0 0 0 41px;
  margin: 0;
  border-left: none;
  position: relative;
}
blockquote:before {
  content: '\f10d';
  font-family: FontAwesome;
  color: #181718;
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 0;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:after {
  content: '"';
}
blockquote small {
  color: #ff0000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: inherit;
}
blockquote small:before {
  display: none;
}
blockquote a {
  color: inherit;
  text-decoration: underline !important;
}
blockquote a:hover {
  text-decoration: none !important;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-blog .item {
  background: url(/images/border_light.gif) 0 100% repeat-x;
  padding-bottom: 33px;
  margin-bottom: 28px;
}
.page-item {
  padding-bottom: 40px;
}
.tags {
  clear: both;
}
.page-item__slider img,
.page-item__recipes img {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  list-style: none;
  position: relative;
  padding: 0 0 12px 27px;
}
.archive-module li:before,
.categories-module li:before,
.mod-menu .nav.menu li:before,
.list1 ul li:before {
  content: '\f0a9';
  color: #ff0000;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 15px;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
  background: none !important;
  color: #6c6c6c;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  color: #ff0000;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
#aside-right {
  padding-bottom: 20px;
}
#aside-right .moduletable + .moduletable {
  background: url(/images/border_light.gif) repeat-x;
  padding-top: 25px;
  margin-top: 40px;
}
.recent_posts .item_img {
  width: 52px;
  margin-right: 12px;
}
.recent_posts .readmore {
  background: none !important;
  color: #3b9bd8;
  padding: 0;
  line-height: inherit;
  vertical-align: top;
}
.recent_posts .readmore:before {
  content: '>>';
}
.recent_posts .readmore span {
  display: none;
}
.recent_posts .readmore:hover {
  text-decoration: underline !important;
}
.recent_posts .item {
  background: url(/images/border_light.gif) 0 100% repeat-x;
  margin-bottom: 3px;
  padding-bottom: 12px;
}
.recent_posts .item + .item {
  padding-top: 8px;
}
.recent_posts .mod-newsflash-adv_custom-link .btn-info {
  background: none !important;
  color: #3b9bd8;
  padding: 0;
  line-height: inherit;
  font-size: 13px;
  text-transform: uppercase;
}
.recent_posts .mod-newsflash-adv_custom-link .btn-info:hover {
  text-decoration: underline !important;
}
.events h4 {
  margin-bottom: 3px;
}
.events .readmore {
  background: none !important;
  color: #3b9bd8;
  padding: 0;
  line-height: inherit;
  font-size: 13px;
  text-transform: uppercase;
}
.events .readmore:hover {
  text-decoration: underline !important;
}
.events .item_img {
  margin-right: 14px;
}
.events p {
  padding-bottom: 0;
}
.events .item {
  margin-bottom: 12px;
}
.events .mod-newsflash-adv_custom-link {
  padding-top: 10px;
}
.item_introtext img,
.item_fulltext img {
  border: 3px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 2, 0.6);
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 2, 0.6);
  box-shadow: 1px 1px 6px rgba(0, 0, 2, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.recipes .item_img img {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.recipes .readmore {
  background: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  line-height: inherit;
  text-transform: uppercase;
  color: #3b9bd8;
  font-size: 13px;
}
.recipes .readmore:hover {
  text-decoration: underline !important;
}
.recipes .item_content {
  overflow: hidden;
}
.recipes .row + .row .item {
  background: url(/images/border_light.gif) repeat-x;
  padding: 22px 0 0;
}
.recipes .item {
  margin-bottom: 14px;
}
.recipes .item .item_title {
  margin-bottom: 0px;
}
.recipes .item p {
  padding-bottom: 4px;
}
#content-bottom .moduletable {
  background: url(/images/border_light.gif) repeat-x;
  padding: 27px 0 0;
}
#content-bottom .moduletable + .moduletable {
  margin-top: 23px;
}
.team .item_title {
  margin-bottom: 0px;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row {
  padding: 46px 0 0;
}
#copyright-row .moduletable {
  margin-bottom: 20px;
}
#copyright {
  margin-bottom: 20px;
  color: #b8b8b8;
  text-transform: uppercase;
  font-size: 14px;
}
#copyright .year:after {
  content: '|';
  color: #000;
  padding: 0 4px 0 8px;
}
#copyright a {
  color: inherit;
  display: inline-block;
}
#copyright a:hover {
  color: #fff;
}
#copyright h2 {
  text-transform: none;
}
.mod-custom__contacts {
  color: #b8b8b8;
  text-transform: uppercase;
  font-size: 14px;
}
.mod-custom__contacts a {
  color: inherit;
}
.contacts span {color:#e5e5e5;}
.contacts a {color:#e5e5e5;}
.contacts a:hover {color:#ff6600;text-decoration:underline;}
#footer-wrapper {
  background: url(/images/texture.jpg) 50% 0;
}
/*===== Social Media ======*/
.social_top ul {
  margin: 0;
}
.social_top ul li {
  margin: 0 3px 0 0;
}
.social_top ul li a {
  width: 27px;
  height: 27px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: 9999px;
}
.social_bottom ul {
  margin: 0;
}
.social_bottom ul li {
  margin: 0 1px 0 0;
}
.social_bottom ul li a {
  width: 29px;
  height: 29px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: 9999px;
}


.gal { overflow: hidden; width: 100%;float:center;margin-top:20px; }
.gal img {margin:0;}
.gal li { float: left; width:178px;height:178px;list-style-type: none }
.gal li a { position: relative; float: left; padding: 3px; border: 1px solid #004000;border-radius: 1px;	-moz-border-radius: 1px; 	-webkit-border-radius: 1px; }
.gal li a:hover, .gal li a:focus, .gal li a:active { border-color: #000; }



.pizzaobj {width:100%}
.pizzaobj td {width:33%; text-align:center;}
.pizzaobj div {clear:both;float:center;text-align:center;}
.pizzaobj img {margin:0;float:none;padding:0;}

.nabidka {
	width:50%;}

.nabidka th {
	padding-top:30px;
	padding-bottom:20px;
	text-align:left;
	font-size:21px;}

.nabidka th.main1 {
	padding-bottom:0px;
	margin-bottom:0px;}

.nabidka td {
	padding:2px 0 2px 10px;}


.nabidka strong {
	line-height:30px;color:#800000;}

.inputpolicko {width:80px;text-align:right;}

.page-featured a {text-decoration: underline}

.lokality {margin-bottom:15px;}
.lokality td,.lokality th {border-bottom:1px solid #c0c0c0;padding:5px 0;}
.lokality td.p {text-align:center;}