/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
.small-padding {
	padding-right: 25px;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
.uk-lightbox {
	background: #000000b5 !important;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.pie {
  behavior: url('../js/PIE.htc') !important;
}
/* FRONTEND LESS
*********************************************/
html {
  overflow-y: scroll;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fdfcfc;
  font-size: 14px;
  font-weight: 500;
}
/* HELPER
*********************************************/
.bronze {
  background-color: #fdfcfc;
}
.dark {
  background-color: #282425;
}
a[href="http://www.chronoengine.com"],
a[href="http://www.faboba.com"] {
  display: none !important;
}
a:focus,
a:active {
  background-color: transparent !important;
}
a,
input,
select,
textarea {
  outline: 0 !important;
}
iframe {
  border: 0px;
}
.left_column .logo_container {
  background-color: #282425;
}
.left_column .logo_container img {
  height: 134px;
  width: auto;
}
.left_column a {
  color: #aa8a5f;
}
.left_column .moduletable {
  padding: 25px;
  padding-bottom: 0px;
}
.left_column .moduletable h3 {
  font-family: 'EB Garamond', serif;
  font-size: 2em;
  border-bottom: 1px solid #a2845b;
  margin: 0 0 15px 0;
  padding: 0;
}
.left_column .moduletable table {
  max-width: 352px;
  margin: 0 auto;
}
.left_column .moduletable table,
.left_column .moduletable table img {
  width: 100%;
  padding: 5px;
}
.left_column .moduletable.logo {
  padding: 0px;
  padding-top: 23px;
  margin: 0 auto;
  width: 148px;
  height: 184px;
}
.left_column .moduletable.logo p {
  margin: 0;
}
.left_column .moduletable.logo img {
  width: 100%;
}
.left_column .moduletable.left_menu {
  font-family: 'EB Garamond', serif;
  text-align: center;
  text-transform: uppercase;
  padding: 0px;
}
.left_column .moduletable.left_menu ul {
  padding: 0px 25px;
}
.left_column .moduletable.left_menu li {
  border-bottom: 1px solid #bf9e72;
}
.left_column .moduletable.left_menu li a {
  font-size: 1.28em;
  line-height: 15px;
  padding: 13px 0px;
  color: #010101;
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
}
.left_column .moduletable.left_menu li a .image-title {
  margin-right: 15px;
}
.left_column .moduletable.left_menu li a:hover {
  background-color: transparent;
}
.left_column .moduletable.left_menu li:hover a,
.left_column .moduletable.left_menu li.active a {
  text-decoration: underline;
}
.left_column {
  margin-bottom: 25px;
}
.left_column table img {
  width: auto;
  max-width: none;
}
.finder .word {
  display: none;
}
.moduletable.search {
  text-align: center;
  padding: 0px;
  padding-top: 20px;
  width: 85%;
  margin: 0 auto;
}
.moduletable.search .search-query {
  padding: 10px;
  color: #aa8a5f;
  margin-right: 10px;
  width: 48%;
}
.moduletable.search .btn {
  border-radius: 0px;
  padding: 10px 20px;
  vertical-align: inherit;
}
.moduletable.search .icon-search {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.moduletable.search .icon-search:after {
  content: "\f002";
}
.front .right_column .content_container {
  padding: 0px;
}
.btn-custom {
  background-color: #282425 !important;
  font-family: 'EB Garamond', serif;
  color: #ffffff !important;
  line-height: normal !important;
  border-radius: 0px !important;
  padding: 10px 30px !important;
  -webkit-transition: all 200ms ease-in-out !important;
  -moz-transition: all 200ms ease-in-out !important;
  -o-transition: all 200ms ease-in-out !important;
  transition: all 200ms ease-in-out !important;
}
.wines .article_image {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.wines .article_image:hover {
  opacity: 0.7;
}
.wines .wines_list {
  list-style-type: none;
  white-space: nowrap;
  text-align: center;
}
.wines .fa-angle-left,
.wines .fa-angle-right {
  color: #aa8a5f;
  font-size: 7em;
}
.wines .fa-angle-left,
.wines .fa-angle-right {
  position: absolute;
  top: 40%;
}
.wines .fa-angle-left {
  left: 0;
}
.wines .fa-angle-right {
  right: 0;
}
.wines #wine_content img {
  display: none;
}
.wines #wine_content {
  padding-top: 30px;
}
.wines #wine_content h2 {
  font-family: 'EB Garamond', serif;
  border-bottom: 1px solid #aa8a5f;
  margin-bottom: 20px;
}
.wines .scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #ccc;
  line-height: 0;
}
.wines .scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #292a33;
  cursor: pointer;
}
.wines .scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}
.wines #wine_category {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.wines #wine_category .wines_list_container {
  list-style: none;
  height: 100%;
}
.wines #wine_category .wines_list_container .wines_list li {
  float: left;
  height: 100%;
  margin: 0 5px 0 0;
  text-align: center;
  cursor: pointer;
}
.wines #wine_category .wines_list_container h3 {
  font-family: 'EB Garamond', serif;
}
.wines #wine_category,
.wines .article_image {
  height: 360px;
}
.wines .active {
  opacity: 0.7 !important;
}
.wines .active .item-title {
  color: #cda55c !important;
}
.wines .padding-25 {
  padding: 10px;
}
.wines .category-desc {
  padding-bottom: 0px !important;
}
.wines .cat-children {
  padding-top: 20px !important;
}
.wines .first {
  margin-left: 0px !important;
}
.wines .category_container {
  text-align: center;
  margin-bottom: 30px !important;
  margin-left: 0px;
  max-width: 144px;
  display: inline-block;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.wines .category_container:hover {
  opacity: 1;
}
.wines .category_container:hover .item-title {
  color: #cda55c !important;
}
.wines .category_container .active .item-title {
  color: #cda55c !important;
}
.wines .category_container .category_bg {
  background-color: #010101;
  padding: 15px;
}
.wines .category_container .category_bg img {
  max-width: 100%;
}
.wines .category_container h3 {
  font-size: 1.4em !important;
  color: #fdfcfc !important;
  text-decoration: none;
}
.wines .category_container h3 {
  margin: 0px;
  padding: 0px;
}
.gbs3 [type="text"] {
  min-width: 250px;
}
#recaptcha_logo,
#recaptcha_privacy {
  display: none;
}
#recaptcha_response_field {
  padding: 6px;
}
.languages .lang-inline {
  padding-right: 25px;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
.languages .lang-inline li {
  border-right: 1px solid #fdfcfc;
  padding-right: 4px;
}
.languages .lang-inline li a {
  font-family: 'EB Garamond', serif;
  font-size: 1.28em;
  font-style: italic;
  text-transform: lowercase;
  line-height: 45.5px;
  color: #010101;
}
.languages .lang-inline li.lang-active a {
  border-bottom: 1px solid #aa8a5f;
  color: #aa8a5f;
}
.languages .lang-inline li.last {
  border-right: 0px none transparent;
  padding-right: 0;
}
.blog .items-row {
  margin-bottom: 20px;
}
.blog .article-info-term,
.blog .item-image {
  display: none;
}
.article-info-term {
  display: none;
}
.article-info {
  margin-bottom: 10px;
}
.published {
  font-weight: bold;
}
.pagination {
  width: 100%;
  border-top: 1px solid #bf9e72;
  padding-top: 10px;
}
.pagination ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: block;
  text-align: center;
}
.pagination ul li {
  display: inline;
  padding: 4px 10px;
}
.right_column .search-pages-counter {
  text-align: center;
}
.right_column h1,
.right_column h2 {
  font-family: 'EB Garamond', serif;
  font-size: 2em;
  border-bottom: 1px solid #a2845b;
  margin: 0px;
}
.right_column div.akeeba-bootstrap .page-header,
.right_column .page-header {
  font-family: 'EB Garamond', serif;
  margin: 0px;
  padding: 0px 0px 18px 0px;
  border-bottom: 0px;
}
.right_column div.akeeba-bootstrap .page-header h2,
.right_column .page-header h2 {
  font-size: 2em;
  border-bottom: 1px solid #a2845b;
  margin: 0px;
}
.right_column .content_container {
  padding: 25px;
}
.right_column .content_container a {
  color: #282425;
}
.right_column .content_container a:hover {
  color: #aa8a5f;
}
.right_column .content_container .mod-articles-category-title {
  color: #fdfcfc !important;
  margin-top: 20px !important;
}
.right_column .content_container .mod-articles-category-title:focus {
  background-color: #aa8a5f !important;
  color: #fdfcfc !important;
}
.right_column .moduletable.main_menu ul {
  display: table;
  width: 100%;
}
.right_column .moduletable.main_menu ul li {
  display: table-cell;
  text-align: center;
  background-image: url(../images/menu_separator.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
.right_column .moduletable.main_menu ul li a,
.right_column .moduletable.main_menu ul li .separator {
  font-family: 'EB Garamond', serif;
  font-size: 1.28em;
  color: #010101;
  padding: 0px 15px;
  line-height: 55px;
}
.right_column .moduletable.main_menu ul li a:hover,
.right_column .moduletable.main_menu ul li .separator:hover {
  background: transparent;
}
.right_column .moduletable.main_menu ul li.active a span,
.right_column .moduletable.main_menu ul li:hover a span {
  border-bottom: 1px solid #282425;
}
.right_column .moduletable.main_menu ul li.last {
  background-image: none;
}
.right_column .moduletable.main_menu ul li .nav-child {
  display: none;
  position: absolute;
  width: auto;
  background-color: #282425;
  padding: 0;
  z-index: 10;
}
.right_column .moduletable.main_menu ul li .nav-child li {
  display: block;
  background-image: none;
}
.right_column .moduletable.main_menu ul li .nav-child li a {
  padding: 10px 20px;
  white-space: nowrap;
  color: #fdfcfc;
}
.right_column .moduletable.main_menu ul li:hover .nav-child {
  display: block;
}
.right_column .moduletable .wk-slideshow .slides {
  /*max-height: 590px !important;
			li {
				max-height: 590px !important;
			}*/
}
.right_column .moduletable .wk-slideshow .slides img {
  width: 100%;
}
.right_column .moduletable.slideshow {
  position: relative;
}
.right_column .moduletable.slideshow form {
  text-align: center;
  padding: 20px 0px;
  padding-bottom: 5px;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  width: auto;
  margin: 0 auto;
}
.right_column .moduletable.slideshow form label {
  font-family: 'EB Garamond', serif;
  font-size: 1.6em;
}
.right_column .moduletable.slideshow form input {
  padding: 9px;
  min-width: 200px;
  border: 0px solid #aa8a5f;
  color: #282425;
}
.right_column .moduletable.slideshow form button {
  padding: 6px 20px;
  font-size: 1.2em;
  font-family: 'EB Garamond', serif;
  background: #aa8a5f;
  color: #fdfcfc;
  border: 0px;
  text-transform: uppercase;
  margin-left: 5px;
}
.right_column .moduletable.slideshow form p {
  width: auto;
  display: inline-block;
  margin: 0px;
  color: #FFFFFF;
  padding: 11px;
  background-color: rgba(40, 36, 37, 0.65);
}
.right_column .moduletable.slideshow .adp-text {
  font-family: 'EB Garamond', serif;
  font-size: 1.6em;
  padding-left: 10px;
}
.right_column .moduletable.slideshow .adp {
  width: 75%;
  margin: 0 auto;
}
.right_column .moduletable.slideshow .adp-directions {
  width: 100%;
}
.right_column .moduletable.slideshow .alert {
  padding: 15px;
  font-family: 'EB Garamond', serif;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 2em;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
}
.right_column .moduletable.slideshow .adp-legal {
  display: none;
}
.right_column #article-carousel.carousel {
  margin: 0;
}
.right_column #article-carousel.carousel .carousel-control {
  width: 40px;
  height: 65px;
  top: 177px;
  opacity: 0;
  background: transparent;
  border: 0px none transparent;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('../js/PIE.htc') !important;
}
.right_column #article-carousel.carousel .carousel-control.left {
  background-image: url(../images/left_arrow.png);
  background-size: 100% 100%;
  left: 10px;
}
.right_column #article-carousel.carousel .carousel-control.right {
  background-image: url(../images/right_arrow.png);
  background-size: 100% 100%;
  right: 10px;
}
.right_column #article-carousel.carousel .item {
  line-height: 20px;
}
.right_column #article-carousel.carousel .item .article {
  position: relative;
  overflow: hidden;
}
.right_column #article-carousel.carousel .item .article .article_image {
  text-align: center;
  font-size: 1.429em;
  line-height: 35px;
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
}
.right_column #article-carousel.carousel .item .article .article_image a.img {
  background: transparent;
  background-image: none !important;
  display: block;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.right_column #article-carousel.carousel .item .article .article_image img {
  width: 100%;
  height: 260px;
}
.right_column #article-carousel.carousel .item .article .article_content {
  position: absolute;
  top: 0;
  z-index: 10;
  min-height: 210px;
  width: 100%;
  padding: 44px 23px;
  padding-top: 30px;
  background-color: rgba(40, 36, 37, 0.06);
  color: #010101;
}
.right_column #article-carousel.carousel .item .article .article_content h2 {
  font-family: 'EB Garamond', serif;
  font-size: 1.6em;
  color: #010101;
  padding-bottom: 5px;
  margin: 0 0 2px 0;
  border-bottom: 1px solid #a2845b;
}
.right_column #article-carousel.carousel .item .article .article_content .mod-articles-category-readmore {
  text-align: right;
}
.right_column #article-carousel.carousel .item .article:nth-child(even) .article_content {
  bottom: auto;
  top: 0;
  background-color: #fdfcfc;
}
.right_column #article-carousel.carousel .item .article:hover .article_image {
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(5deg) scale(1.25);
  -o-transform: rotate(5deg) scale(1.25);
  -moz-transform: rotate(5deg) scale(1.25);
  -ms-transform: rotate(5deg) scale(1.25);
  transform: rotate(5deg) scale(1.25);
}
.right_column #article-carousel.carousel:hover .carousel-control {
  opacity: 1;
}
.right_column #article-carousel.carousel,
.right_column #article-carousel.carousel .item .article_image a.img {
  height: 210px;
}
.wk-accordion .toggler {
  font-family: 'EB Garamond', serif;
  font-size: 1.6em;
  padding: 10px;
}
.wk-accordion .content {
  padding-bottom: 30px;
}
.footer {
  height: 60px;
  padding: 20px 45px;
  font-family: 'EB Garamond', serif;
  color: #a9895e;
}
.footer .moduletable.footer_middle {
  text-align: center;
}
.footer .moduletable.footer_middle ul li {
  display: inline-block;
  border-right: 1px solid #fdfcfc;
}
.footer .moduletable.footer_middle ul li a {
  padding: 0 10px;
  color: #fdfcfc;
}
.footer .moduletable.footer_middle ul li a:hover {
  background-color: transparent;
}
.footer .moduletable.footer_middle ul li:hover a,
.footer .moduletable.footer_middle ul li.active a {
  text-decoration: underline;
}
.footer .moduletable.footer_middle ul li.last {
  border-right: 0 none transparent;
}
.footer .moduletable_social a {
  padding-left: 20px;
}
.footer .moduletable_social a:first-child {
  padding-left: 0px;
}
.btn-primary {
  border: 0px none transparent;
  padding: 4px 10px;
}
.logo_container .languages {
  display: none;
}
img {
	max-width: 100%;
}
@media (max-width: 991px) {
  .left_column_menu {
    border-bottom: 0px;
  }
  .left_column .moduletable.left_menu ul {
    padding: 0px;
  }
  .left_column .moduletable.left_menu li a {
    padding: 20px 0px;
  }
  .right_column .moduletable.main_menu ul li .nav-child {
    position: relative;
  }
  .right_column .moduletable.main_menu > ul li > a {
    padding: 0px !important;
  }
  .right_column .moduletable.main_menu .nav-child li a {
    padding: 4px 0px !important;
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .right_column .moduletable.main_menu ul li .nav-child {
    position: relative;
  }
  .right_column .moduletable.main_menu ul li .nav-child li a {
    display: block;
  }
  .right_column .moduletable.main_menu ul li .separator {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
	.left_column .moduletable.left_menu li a {
		font-size: 1em !important;
	}
  table td {
    width: 100%;
    display: block;
  }
  .left_column_menu,
  .menu_top {
    display: none;
  }
  .right_column .moduletable.main_menu ul .last {
    border-bottom: 0px;
  }
  .right_column .moduletable.main_menu ul .active a {
    background-color: #997c56;
  }
  .right_column .moduletable.main_menu ul .active span {
    border-bottom: 0px !important;
  }
  .right_column .moduletable.main_menu ul li {
    display: block;
    border-bottom: 1px solid #bf9e72;
    text-transform: uppercase;
  }
  .right_column .moduletable.main_menu ul li a {
    -webkit-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
    padding: 10px 0px;
    font-size: 1.1em;
  }
  .right_column .moduletable.main_menu ul li a:hover {
    background-color: #997c56;
  }
  .right_column .moduletable.main_menu ul li a:hover span {
    border-bottom: 0px;
  }
  .imgslideshow {
    height: 100%;
  }
  .wk-slideshow .slides {
    height: auto;
  }
  .left_column .moduletable.left_menu li a {
    font-size: 1.1em;
  }
  .left_column .moduletable.left_menu li a .image-title {
    margin-right: 0px;
  }
  .left_column .moduletable.left_menu li img {
    display: none;
  }
  .top_container .languages {
    display: none;
  }
  .footer {
    height: auto;
    text-align: center;
  }
  .moduletable_social p {
    text-align: center !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .right_column #article-carousel.carousel {
    height: auto;
  }
  .item .article_image {
    display: none;
  }
  .carousel-inner .item {
    display: block;
  }
  .right_column #article-carousel.carousel .item .article .article_content {
    position: relative;
    padding-top: 25px;
    padding-bottom: 0px;
    max-width: 400px;
    margin: 0 auto;
  }
  .left_column .moduletable.logo {
    height: 184px;
  }
  .logo_container {
    text-align: center;
  }
  .menu_toggle {
    color: #fdfcfc;
    font-weight: bold;
    font-size: 1.2em;
    display: block !important;
    padding: 15px 0px;
    padding-top: 0px;
    margin-top: 15px;
    margin-bottom: 0px !important;
  }
  .menu_toggle:hover {
    color: #aa8a5f !important;
  }
  .logo_container .languages {
    padding: 0px;
    display: block !important;
  }
  .logo_container .languages .lang-inline {
    text-align: center;
    padding-right: 0px;
  }
  .logo_container .languages .lang-inline li {
    padding: 10px;
    border-right: 0px;
  }
}
.importers .importers_search {
  text-align: center;
  display: inline-block;
}
.importers .select_container {
  position: relative;
}
.importers .btn-custom,
.importers .select_container {
  display: inline-block;
  vertical-align: top;
}
.importers .fa-arrow-down {
  font-size: 1.2em;
  position: absolute;
  right: 35px;
  top: 10px;
}
div.akeeba-bootstrap label {
  float: left;
  font-size: 1.4em;
  line-height: 33px;
}
div.akeeba-bootstrap select {
  height: 37px;
  width: auto;
  padding-left: 10px;
  padding-right: 50px;
  border-radius: 0px !important;
  border-color: #112a40;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 27px;
  color: #112a40;
  font-family: 'EG-Garamond' !important;
  margin: 0px 25px;
  margin-bottom: 0px !important;
}
@media (min-width: 980px) and (max-width: 1200px) {
  table td {
    width: 100%;
    display: block;
    padding: 6px 0px;
  }
  .left_column .moduletable.left_menu li img {
    display: none;
  }
  .left_column .moduletable h3 {
    font-size: 1.7em;
  }
  .top_container .col-md-2 {
    display: none;
  }
  .top_container .col-md-10 {
    width: 100%;
  }
  .logo_container .languages {
    padding: 0px;
    display: block !important;
  }
  .logo_container .languages .lang-inline {
    text-align: center;
    padding-right: 0px;
  }
  .left_column .moduletable.logo {
    height: 184px;
  }
}

.wk-slideshow .next,    
.wk-slideshow .prev {    
background-image: url("../../../media/widgetkit/widgets/slideshow/styles/full_background/images/buttons.png") !important;   
height: 50px !important;    
margin-top: -25px !important;    
top: 50% !important;    
width: 50px !important;     
}    

.wk-slideshow .next {    
background-position: 0 0px !important;    
right: 30px !important;    
}    

.wk-slideshow .prev {    
background-position: 0 50px !important;    
left: 30px !important;    
}

.events .item-image {
	display: inline-block;
	margin-right: 20px;
	max-width: 380px;
	float: none !important;
}

.events h2, 
.events p, {
	display: inline-block;
}

.events .row {
	margin-bottom: 30px;
}