/* Header */
header {
  background: url(images/nav_bg.png) repeat-x;
  margin: auto;
  /*max-width: 1600px;*/
  min-width: 980px;
  min-height: 47px;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
#logo {
  left: 20px;
  position: absolute;
  top: 10px;
  z-index: 999999;
}
/* Nav */
header nav ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /*
    display: inline-flex;
    float: left;*/
  margin-top: 10px;
  position: relative;
  width: 100%;
}
header nav ul:after {
  clear: both;
  content: "";
  display: block;
}
header nav ul li {
  /*
		margin-right: 100px;
		*/
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
header nav ul li a {
  display: inline-block;
  line-height: 21px;
  padding: 0 10px 10px;
}
header nav ul li:last-child {
  margin-right: 20px;
}
header nav ul li:hover > ul {
  display: block;
}
header nav ul ul {
  display: none;
  left: -10px;
  position: absolute;
  top: 20px;
}
header nav ul ul li {
  display: block;
  margin-right: 0;
  padding-bottom: 0;
  z-index: 100;
}
header nav ul ul li a {
  background: url(images/nav_bg.png) repeat;
  border-bottom: 1px solid #4f4f4f;
  display: block;
  line-height: 1.75em;
  padding: 9px 10px;
  width: 80px;
}
header nav ul ul li a:hover {
  background-color: #d0cbbf;
  background-image: none;
  color: #000;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
header nav ul ul li:first-child a {
  border-bottom: 1px solid #4f4f4f;
  border-top: 1px solid #4f4f4f;
}
nav.main {
  margin: 0 auto;
  width: 650px;
}
.nav_home {
  /*background: url(images/home_icon.png) no-repeat center top;
	display: block;
	text-indent: -9999px;
	width:20px;*/
}
.nav_contact li a {
  width: 125px;
}
.languageSelect {
  float: right;
  margin-right: 10px;
}
.languageSelect li {
  display: block;
  margin-right: 20px;
  padding-bottom: 0;
  position: relative;
  z-index: 100;
}
.languageSelect li span.flag {
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 30px;
}
.languageSelect .nav_languages {
  left: 0;
}
.languageSelect .nav_languages li {
  display: block;
  margin-right: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 100;
}
.languageSelect .nav_languages li span.flag {
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 30px;
}
.languageSelect .nav_languages li a {
  padding-right: 20px;
}
.arrow-down {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  border-style: inset;
  content: " ";
  display: inline-block;
  margin-left: 4px;
  height: 0;
  width: 0;
  -webkit-transform: rotate(360deg);
}
/* Footer */
footer {
  background: #000;
}
footer nav {
  border-top: solid 1px #423a35;
  min-height: 60px;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 25px;
}
footer nav ul {
  float: left;
  margin-top: 20px;
}
footer nav ul li {
  display: inline;
  font-family: arial;
  line-height: 21px;
  margin-right: 20px;
}
/* Mega Menu */
.mega_menu {
  display: none;
  /*left: -410px;*/
  left: -150px;
  min-width: 775px;
  padding-top: 30px;
  position: absolute;
  top: 5px;
  z-index: 10000;
}
.mega_menu li {
  background: #000;
  clear: left;
  display: block;
  float: left;
  position: static;
}
.mega_menu li > a {
  display: block;
  line-height: 1.6em;
  padding: 10px;
  width: 70px;
}
.mega_menu li:first-child a {
  border-top: none;
}
.mega_menu li:last-child a {
  border-bottom: none;
}
.mega_menu li li {
  background-color: transparent;
  border: none;
  display: inline-block;
}
.mega_menu li li a {
  display: block;
  padding: 4px 0;
}
/*.mega_menu > li:hover > a,*/
.mega_menu > li.hover > a {
  background-color: #d0cbbf;
  background-image: none;
  color: #000;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.columns {
  display: block;
  float: left;
  left: 0;
  margin-right: 15px;
  margin-top: 0;
  padding: 0;
  position: relative;
  top: 5px;
  width: 120px;
}
.columns li a {
  background: none;
  border-bottom: 0 none !important;
  line-height: 1.75em;
  white-space: nowrap;
}
.columns li a:hover {
  background: none;
  color: #d0cbbf;
  text-decoration: underline;
}
.big_margin {
  margin-right: 50px;
}
.mega_menu_items {
  display: none;
  left: 100px;
  min-width: 710px;
  position: absolute;
  top: 30px;
}
.mega_menu li.hover > .mega_menu_items {
  display: block;
}
.s_c_column_1 {
  margin-left: 20px;
}
.mega_menu_container {
  background: url(images/nav_bg.png) repeat left top;
  border-bottom: 1px solid #423a35;
  display: none;
  left: 0;
  min-height: 360px;
  position: absolute;
  top: 41px;
  width: 100%;
  z-index: 1000;
}
#mega_menu_thumb {
  position: absolute !important;
  right: -590px;
  top: 40px;
  z-index: 1001;
}
#mega_menu_thumb img {
  border: 4px solid #565656;
  height: 148px;
  width: 255px;
}
#mega_menu_thumb .caption {
  bottom: 12px;
  font-size: 16px;
  margin-top: 10px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: 263px;
}
/*# sourceMappingURL=nav.css.map */