/* --------------------
         UTILS
----------------------- */
.noBorder {
  border: none !important;
}
/******* Displays ********/
.inline {
  display: inline !important;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.column {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  vertical-align: top;
}
.column.one-whole {
  width: 100%;
}
.column.one-half {
  width: 50%;
}
.column.one-third {
  width: 33.333%;
}
.column.two-thirds {
  width: 66.666%;
}
.column.one-quarter {
  width: 25%;
}
.column.two-quarters {
  width: 50%;
}
.column.three-quarters {
  width: 75%;
}
.column.one-fifth {
  width: 20%;
}
.column.two-fifths {
  width: 40%;
}
.column.three-fifths {
  width: 60%;
}
.column.four-fifths {
  width: 80%;
}
.ie6 .column.one-whole,
.ie7 .column.one-whole {
  width: 99%;
}
.ie6 .column.one-half,
.ie7 .column.one-half {
  width: 49%;
}
.ie6 .column.one-third,
.ie7 .column.one-third {
  width: 33%;
}
.ie6 .column.one-quarter,
.ie7 .column.one-quarter {
  width: 24%;
}
/* --------------------
	TOP MENU LAYER
	----------------------- */
#header.diorcom-full-header .header-top-menu {
  width: 100%;
  position: absolute;
  left: 0px !important;
  top: 32px;
  background-color: #fff;
}
#header.diorcom-full-header .header-top-menu .arrow-topMenu {
  display: none;
  -webkit-transition: right 0.4s linear;
  -moz-transition: right 0.4s linear;
  -o-transition: right 0.4s linear;
  transition: right 0.4s linear;
}
#header.diorcom-full-header .header-top-menu.opened-topMenu .arrow-topMenu {
  width: 0px;
  height: 0px;
  display: none;
  position: absolute;
  top: -5px;
  right: 50%;
  z-index: 15;
  line-height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ffffff transparent;
  _border-color: #000000 #000000 #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  -webkit-transition: right 0.4s linear;
  -moz-transition: right 0.4s linear;
  -ms-transition: right 0.4s linear;
  -o-transition: right 0.4s linear;
  transition: right 0.4s linear;
}
#header.diorcom-full-header .header-top-menu .nav-content {
  width: 100%;
  height: 0px;
  overflow: hidden;
}
#header.diorcom-full-header .header-top-menu .nav-content.open {
  height: auto;
  overflow: hidden;
  position: relative;
}
#header.diorcom-full-header .header-top-menu .nav-content .container {
  background-color: #fff;
}
#header.diorcom-full-header .header-top-menu .nav-content .content {
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
  font-family: 'HelveticaNeueLTS-condensed', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
#header.diorcom-full-header .header-top-menu .nav-content .content .column-wrapper {
  width: 735px;
}
#header.diorcom-full-header .header-top-menu .nav-content .content.no-insert .column-wrapper {
  width: 960px;
}
#header.diorcom-full-header .header-top-menu .nav-content .content.multiple-lines {
  width: 960px;
}
#header.diorcom-full-header .header-top-menu .nav-content .content.multiple-lines .column-wrapper {
  float: left;
}
#header.diorcom-full-header .header-top-menu .nav-content .content.multiple-lines .column {
  float: left;
}
#header.diorcom-full-header .header-top-menu .nav-content .content.multiple-lines .insert {
  float: left;
}
#header.diorcom-full-header .header-top-menu .column-wrapper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  vertical-align: top;
  overflow: hidden;
}
#header.diorcom-full-header .header-top-menu .column {
  margin-bottom: 36px;
  text-align: left;
}
#header.diorcom-full-header .header-top-menu .column.last-col {
  margin-right: 0;
}
#header.diorcom-full-header .header-top-menu .column.last-line {
  margin-bottom: 0;
}
#header.diorcom-full-header .header-top-menu .column ul {
  padding: 0 10px 0 0;
}
#header.diorcom-full-header .header-top-menu .insert {
  width: 215px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  vertical-align: top;
  overflow: hidden;
  text-align: left;
}
#header.diorcom-full-header .header-top-menu .insert ul {
  margin: 0 0 60px;
}
#header.diorcom-full-header .header-top-menu .insert ul.last {
  margin: 0;
}
#header.diorcom-full-header .header-top-menu h4 {
  height: 33px;
  padding: 1px 0 0;
  line-height: 16px;
  font-family: 'HelveticaNeueLTS-condensed', Arial, sans-serif;
  font-size: 18px;
  font-weight: normal !important;
  color: #000;
}
#header.diorcom-full-header .header-top-menu li {
  margin: 7px 0 0;
  display: block !important;
  font-size: 14px;
}
#header.diorcom-full-header .header-top-menu li.separator {
  width: 45px;
  height: 1px;
  display: block;
  font-size: 1px;
  margin: 20px 0 10px;
  background-color: #636261;
}
#header.diorcom-full-header .header-top-menu li.first {
  margin: 0;
}
#header.diorcom-full-header .header-top-menu li a {
  line-height: 12px;
  color: #636261;
}
#header.diorcom-full-header .header-top-menu li a:hover {
  color: #000 !important;
}
#header.diorcom-full-header .header-top-menu img {
  display: block;
  margin: 0 0 20px;
}
#header.diorcom-full-header .header-top-menu li {
  line-height: 14px;
  margin-bottom: 0px;
}
/* IE */
.ie7 #header.diorcom-full-header .header-top-menu,
.ie6 #header.diorcom-full-header .header-top-menu {
  left: 0px !important;
  right: 0px;
  zoom: 1;
  z-index: 99;
}
.ie7 #header.diorcom-full-header .header-top-menu .nav-content,
.ie6 #header.diorcom-full-header .header-top-menu .nav-content {
  zoom: 1;
}
.ie7 #header.diorcom-full-header .header-top-menu .nav-content .content,
.ie6 #header.diorcom-full-header .header-top-menu .nav-content .content {
  font-family: Arial, sans-serif;
}
.ie7 #header.diorcom-full-header .header-top-menu li,
.ie6 #header.diorcom-full-header .header-top-menu li {
  margin: 7px 0 0;
}
.ie7 #header.diorcom-full-header .header-top-menu li.separator,
.ie6 #header.diorcom-full-header .header-top-menu li.separator {
  margin: 20px 0 0;
}
/* TABLET */
.tablet #header.diorcom-full-header .header-top-menu li.separator {
  margin: 15px 0 10px;
}
