/* =Reset default browser CSS.
    Based on work by Eric Meyer:
      http://meyerweb.com/eric/tools/css/reset/index.html
----------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* =Global
----------------------------------------------------------------------------- */
html {
  overflow-y: scroll;
}
body {
  font: normal 11px/17px Verdana;
}
#wrap {
  margin: 0 auto;
  padding: 20px 0;
  width: 706px;
}
#main {
  border-right: 1px solid #0d0d0d;
}
a {
  color: #0d0d0d;
}

/* =Header
----------------------------------------------------------------------------- */
#header {
  height: 105px;
}
#logo {
  background: url(images/logo.png);
  text-indent: -999px;
  float: left;
  width: 103px;
  height: 72px;
  overflow: hidden;
}
#logo a {
  display: block;
  height: 100%;
}
#menu {
  background: #0d0d0d;
  margin-left: 190px;
  padding-left: 7px;
  height: 24px;
}
#menu li {
  float: right;
  height: 100%;
}
#menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 6px;
  height: 100%;
}
#menu li.item {
  float: left;
}
#menu li.item a {
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 15px;
}
.cufon-ready #menu li.item a {
  padding-top: 7px;
  line-height: 0;
  height: 17px;
}
#menu li.social {
  border-style: solid;
  border-color: #0d0d0d;
  border-width: 1px 0 1px 1px;
  background: #fff;
  height: 22px;
}
#menu li.social img {
  padding: 5px 0;
}
#menu li.lang {
  font: bold italic 10px/24px Georgia, sefir;
  text-align: center;
}
#menu li.lang a {
  padding: 0 0 0 1px;
  width: 30px;
}

/* =Sub header
----------------------------------------------------------------------------- */
#sub-header {
  height: 285px;
  padding-right: 31px;
}
#slider {
  border: 1px solid #0d0d0d;
  position: relative;
  height: 248px;
}
#slider .container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#slider .items {
  position: absolute;
  left: 0;
  top: 0;
  width: 9999%;
  height: 100%;
}
#slider .item {
  float: left;
  width: 672px;
  height: 100%;
}
#slider .preview {
  background: #0d0d0d;
  padding-right: 1px;
  position: relative;
  float: left;
  width: 441px;
  height: 248px;
  overflow: hidden;
}
#slider .preview > * {
  width: 441px;
  height: 100%;
}
#slider .preview img {
  position: absolute;
  left: 0;
  top: 0;
}
#slider .preview .play {
  background: url(images/play.png) no-repeat center center;
  cursor: pointer;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
#slider .preview:hover .play {
  display: block;
}
#slider .preview.images img {
  display: none;
}
#slider .preview.images img:first-child {
  display: block;
}
#slider .preview.video .player {
  visibility: none;
}
#slider .text {
  height: 248px;
  overflow: hidden;
}
#slider .text .container {
  display: table;
  height: 100%;
}
#slider .text .container > div {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}
#slider .nav {
  position: absolute;
  right: -1px;
  top: -26px;
  height: 26px;
}
#slider .nav li {
  border-style: solid;
  border-color: #0d0d0d;
  border-width: 1px 1px 0 0;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  padding: 0 6px;
  float: left;
  overflow: hidden;
}
#slider .nav li:first-child {
  border-left-width: 1px;
}
#slider .nav li.active {
  border-bottom-width: 1px;
}
.cufon-ready #slider .nav li {
  line-height: 0;
  padding-top: 3px;
  height: 21px;
}
#slider h3 {
  font-size: 40px;
  line-height: 35px;
  margin-bottom: 5px;
}
.cufon-ready #slider h3 {
  line-height: 0;
}
#slider p {
  margin-top: 10px;
}
#slider h3 + p {
  margin-top: 0;
}

/* =Content
----------------------------------------------------------------------------- */
#content .section > h2 {
  background: #0d0d0d;
  color: #fff;
  font-size: 35px;
  line-height: 49px;
  text-transform: uppercase;
  padding: 0 10px;
  float: right;
  overflow: hidden;
}
.cufon-ready #content .section > h2 {
  line-height: 0;
  cursor: pointer;
  padding-top: 10px;
  height: 39px;
}
#content .section .container {
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 3px;;
  clear: both;
  position: relative;
  padding-bottom: 35px;
  padding-right: 28px;
}
#content .section.active .container {
  border-right-color: #0d0d0d;
}
#content .section .content {
  border: 1px solid #0d0d0d;
  display: none;
  position: relative;
  top: -1px;
  overflow: hidden;
}
#content .section p {
  margin: 10px 0;
}
#content .section p:first-child {
  margin-top: 0;
}
#content .section .content small {
  color: #666;
  font-size: 10px;
}
#content .section .panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 9999%;
  height: 100%;
  overflow: hidden;
}
#content .section .group {
  float: left;
  width: 672px;
  height: 100%;
  overflow: hidden;
}
#content .section .box {
  overflow: hidden;
}
#content .section .nav {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39px;
  height: 21px;
}
#content .section .nav > div {
  background: #0d0d0d url(images/arrow.png);
  cursor: pointer;
  width: 19px;
  height: 100%;
}
#content .section .nav > div.disabled {
  cursor: default;
}
#content .section .nav .prev {
  background-position: 0 -42px;
  float: left;
}
#content .section .nav .prev.disabled {
  background-position: 0 -63px;
}
#content .section .nav .next {
  background-position: -19px -42px;
  float: right;
}
#content .section .nav .next.disabled {
  background-position: -19px -63px;
}

/* =Projects
----------------------------------------------------------------------------- */
#section-projects .content {
  background: #0d0d0d;
  height: 378px;
}
#section-projects .box {
  padding: 5px;
  float: left;
  width: 214px; /* = 224px - 10px padding */
  height: 179px;
}
#section-projects .thumbnail {
  border: 1px solid #373737;
  position: relative;
  width: 212px; /* = 214px - 2px border */
  height: 119px;
}
#section-projects .thumbnail * {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}
#section-projects .thumbnail .play {
  background: url(images/play.png) no-repeat center center;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
#section-projects .thumbnail:hover .play {
  display: block;
}
#section-projects .tags {
  margin: 5px 0;
  width: 100%;
  height: 11px;
}
#section-projects .tags li {
  background: #727272;
  font-size: 10px;
  line-height: 11px;
  margin-right: 4px;
  padding: 0 2px;
  float: left;
}
.cufon-ready #section-projects .tags li {
  line-height: 0;
  padding-top: 1px;
  height: 10px;
}
#section-projects h4 {
  color: #fff;
  font-size: 14px;
  margin: 5px 0;
}
#section-projects p {
  line-height: 10px;
  margin: 5px 0 !important;
}
#section-projects .nav > div {
  background-color: #fff !important;
}
#section-projects .nav .prev {
  background-position: 0 0 !important;
}
#section-projects .nav .prev.disabled {
  background-position: 0 -21px !important;
}
#section-projects .nav .next {
  background-position: -19px 0px !important;
}
#section-projects .nav .next.disabled {
  background-position: -19px -21px !important;
}
#section-projects .previews {
  background: #0d0d0d;
  position: absolute;
  left: 0;
  top: -378px;
  width: 100%;
  height: 100%;
}
#section-projects .preview {
  display: none;
  height: 378px;
}
#section-projects .preview > * {
  width: 100%;
  height: 378px;
}
#section-projects .close {
  background: #0d0d0d url(images/close.png);
  cursor: pointer;
  display: none;
  position: absolute;
  left: 0;
  top: -21px;
  width: 23px;
  height: 21px;
}

/* =News
----------------------------------------------------------------------------- */
#section-news .content {
  height: 195px;
}
#section-news .group {
  width: 673px !important;
}
#section-news .box {
  border-right: 1px solid #0d0d0d;
  padding: 10px;
  float: left;
  width: 203px; /* = 224px - 20px padding - 1px border */
  height: 175px; /* = 195px - 20px padding */
}
#section-news .box:first-child {
  width: 204px;
}
#section-news h3 {
  font-size: 14px;
  margin-bottom: 10px;
}

/* =Offer
----------------------------------------------------------------------------- */
#section-offer .box {
  padding: 10px;
}
#section-offer h3 {
  font-size: 14px;
  margin-bottom: 10px;
}

/* =Contact
----------------------------------------------------------------------------- */
#section-contact .container {
  padding-bottom: 0 !important;
  padding-right: 29px !important;
  left: 1px;
}
#section-contact.active .container {
  border-right-color: #fff !important;
}
#section-contact .content {
  border: none !important;
  text-align: right;
}
#section-contact .logo {
  background: url(images/logo.png);
  text-indent: -999px;
  float: right;
  margin: 35px 0 20px;
  width: 103px;
  height: 72px;
  overflow: hidden;
}
#section-contact .social {
  margin-top: 20px;
  height: 15px;
}
#section-contact .social li {
  float: right;
  margin-left: 15px;
}
#section-contact p {
  clear: both;
}

/* =Footer
----------------------------------------------------------------------------- */
#footer {
  color: #7e7e7e;
  text-align: right;
  margin-top: 25px;
  padding-right: 32px;
}