html {
  background-color: black;
  font-weight: 300;
  letter-spacing: 1.5px; }

body {
  font-family: "Lato", sans-serif;
  background-color: black; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul {
  list-style: none;
  padding-left: 0; }

li {
  text-decoration: none; }

a {
  text-decoration: none;
  color: #b2b2b2; }

p {
  line-height: 24px;
  font-weight: 100;
  color: #dddddd; }

b {
  font-weight: 400;
  color: white; }

.center {
  text-align: center; }

.hide {
  display: none; }

a:link {
  color: #b2b2b2; }

a:hover, a:visited {
  color: #b2b2b2; }

.cf:before, .main-nav ul:before, .cf:after, .main-nav ul:after {
  content: " ";
  display: table; }

.cf:after, .main-nav ul:after {
  clear: both; }

.cf, .main-nav ul {
  zoom: 1; }

.left, .main-nav, .brand-profile, .brand-list, .brand-profile .pages li, .brand-image {
  float: left; }

.right {
  float: right; }

.body {
  margin: 0px;
  background: black;
  color: #dddddd; }

.wraper {
  width: 100%;
  margin-bottom: 40px; }

.container {
  width: 960px;
  height: auto;
  margin: 20px auto; }

.main-nav {
  margin: 0 0 50px; }
  .main-nav ul {
    display: block; }
    .main-nav ul li {
      display: block;
      line-height: 21px; }
      .main-nav ul li a {
        font-size: 12px;
        margin-right: 30px; }

.brand-profile, .brand-list {
  width: 230px; }

.brand-profile {
  height: 610px;
  margin-right: 30px;
  position: relative;
  width: 250px; }
  .brand-profile h3 {
    margin-bottom: 5px;
    argin-top: 0;
    font-size: 18px;
    clear: both;
    width: 230px;
    color: #eeeeee;
    font-weight: 100; }
  .brand-profile h5 {
    font-size: 12px;
    color: #b2b2b2;
    margin-top: 0;
    font-weight: 300; }
  .brand-profile .pages {
    margin: 5px 0;
    left: 0;
    position: absolute; }
    .brand-profile .pages li {
      font-size: 15px;
      margin-right: 5px; }
      .brand-profile .pages li.active a {
        color: #b2b2b2; 
        font-weight: bold;
        color: white;
      }

.transition, a, a:link, a:hover, a:visited, .main-nav ul li a, .brand-list li a, .brand-list .more a, .brand-list li a:hover, .brand-list li.active a, .brand-list .more a:hover, .brand-list .more.active a {
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }

.brand-image {
  margin-right: 20px;
  position: relative;
  width: 400px;
  height: 718px;
  display: inline-block; }
  .brand-image img.normal {
    z-index: 0; }
  .brand-image img {
    position: absolute;
    background-color: transparent; }
  .brand-image img.big {
    z-index: 1;
    width: 160%;
    top: -55%;
    left: -30%;
    opacity: 0; }
  .brand-image img.big-old {
    width: 100%;
    top: 0%;
    left: 0; }
  .brand-image .wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute; }

.brand-list {
  position: relative; }
  .brand-list h4 {
    margin: 0; }
  .brand-list li, .brand-list .more {
    font-size: 12px;
    margin-bottom: 1px; }
    .brand-list li a:hover, .brand-list li.active a, .brand-list .more a:hover, .brand-list .more.active a {
      font-size: 15px;
      color: white; }
  .brand-list .more {
    position: absolute;
    margin-left: 72px;
    top: 707px; }
  .brand-list .list {
    min-height: 671px; }

.accolades, .contact {
  width: 380px;
  height: 700px;
  float: left; }

.contact a {
  color: white; }

.profile {
  margin-top: 20px;
  width: 298px;
  display: inline-block; }
  .profile.left-side {
    float: left; }
    .profile.left-side p {
      text-align: left; }
  .profile.right-side {
    float: right; }
    .profile.right-side p {
      text-align: right; }

.profile-description {
  text-align: center; }

.cover {
  text-align: center;
  width: 960px;
  height: 760px;
  margin: 0 auto;
  background: black url(../images/bottle-bg.jpg) 240px 0 no-repeat; }
  .cover .title {
    width: auto;
    margin: 215px 220px;
    position: absolute; }
  .cover .sub-title {
    margin: 490px 257px;
    position: absolute;
    color: white;
    min-width: 450px; }
    .cover .sub-title h3 {
      font-weight: 300;
      font-size: 12px;
      color: #dddddd;
      letter-spacing: 4px; }
  .cover .top-menu {
    margin: 50px 275px;
    position: absolute;
    min-width: 450px; }
    .cover .top-menu li {
      float: left;
      margin-right: 34px; }
      .cover .top-menu li a {
        font-weight: 300;
        font-size: 12px;
        color: #dddddd; }

.arrows {
  position: absolute;
  top: 696px; }
  .arrows a {
    cursor: pointer;
    opacity: 0.5;
    background: url("../images/arrows.png") no-repeat;
    width: 14px;
    height: 19px;
    display: block;
    position: absolute; }
    .arrows a.arrow-left {
      background-position: -1px -1px;
      left: -18px; }
    .arrows a.arrow-right {
      background-position: -16px -1px;
      left: 404px; }
