@import url(reset.css);
@import url(normalize.css);
/* ~~~~ Basic Styles ~~~~ */
body {
  background-color: #0e050e;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  color: #fff;
  font-size: .625em;
  /* 10px */
  font-weight: normal;
  font-family: "Myriad Pro", Arial, sans-serif;
}

/* ~~~~ Common, row, column ~~~~ */
.align-left, .column {
  float: left;
  display: inline-block;
}

.align-right {
  float: right;
  display: inline-block;
}

.full-width {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
}

.hide {
  text-indent: -9999px;
  height: 0px;
  margin: 0px;
}

.container {
  margin: 0 auto;
  width: 980px;
  padding: 0px;
  position: relative;
}

.row {
  clear: both;
}

.clear {
  clear: both;
}

a {
  cursor: pointer;
}

a:focus {
  outline: none;
}

address {
  color: #959595;
  font-size: 1.2em;
  /* 12px */
  line-height: 14px;
}
address .name {
  color: #fff;
  font-size: 1;
  line-height: 16px;
}

/* ~~~~ HEADER ~~~~ */
h1, h2, h3, h4, h5, h6, nav#menu, #boxes .column > a, input[type="submit"] {
  font-weight: bold;
  -webkit-text-shadow: -1px -1px 0 #000;
  -o-text-shadow: -1px -1px 0 #000;
  -ms-text-shadow: -1px -1px 0 #000;
  text-shadow: -1px -1px 0 #000;
}

#contact h4, .details header h2, .details p.phone {
  font-size: 36px;
  line-height: 32px;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: bold;
  color: #fff;
}
#contact h4 span, .details header h2 span, .details p.phone span {
  font-size: 24px;
  line-height: 25px;
  font-weight: normal !important;
}

/* ~~~~ TOP ~~~~ */
#top {
  margin-top: 13px;
}

/* ~~~~ logo ~~~~ */
#logo {
  width: 186px;
  margin-left: 34px;
}
#logo a {
  display: block;
}

/* ~~~~ main navigation ~~~~ */
nav#menu {
  width: 644px;
  margin-right: 43px;
}
nav#menu ul {
  float: right;
}
nav#menu ul li {
  float: left;
  width: 87px;
  margin: 0;
  padding: 0;
  height: 82px;
}
nav#menu ul li.current a {
  background-image: url(../images/menu-item-hover.png);
  background-repeat: no-repeat;
  background-position: center center;
}
nav#menu a {
  display: block;
  font-size: 1.8em;
  /*18px*/
  color: #fff;
  width: 87px;
  height: 82px;
  line-height: 70px;
  text-align: center;
}
nav#menu a:hover {
  background-image: url(../images/menu-item-hover.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* ~~~~ main slider ~~~~ */
#slideshow {
  position: relative;
  top: 12px;
}
#slideshow .slider {
  position: absolute;
  left: 0;
  overflow: hidden;
  height: 518px;
  width: 1007px;
  top: 0;
  background-color: transparent !important;
}
#slideshow .slider .photo {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 1030px;
  height: 518px;
  float: left;
}
#slideshow .slider .header {
  position: absolute;
  width: 700px;
  top: 35px;
  float: right;
  right: 0;
  z-index: 999;
  text-align: right;
}
#slideshow .slider .header h2 {
  line-height: 40px;
  color: #fac40a;
  font-size: 4.8em;
  /* 48px */
}
#slideshow .slider .header h3 {
  line-height: 24px;
  font-size: 24px;
  color: #fff;
}

/* ~~~~ Content ~~~~ */
#content > .container {
  width: 1068px;
}
#content #main-content > .container {
  width: 943px;
}

body #boxes {
  margin-top: 26px;
}

body.home #boxes {
  margin-top: -130px;
}

/* ~~~~ main content ~~~~ */
#main-content {
  margin-top: 30px;
}
#main-content .row address {
  margin-bottom: 33px;
  margin-left: 36px;
}
#main-content .row.details {
  margin-left: 50px;
  width: 929px;
  line-height: 18px;
  font-family: Arial, sans-serif;
  color: #959595;
  font-size: 1.2em;
  /* 12px */
  margin-bottom: 30px;
  float: left;
}
#main-content .row.details h1, #main-content .row.details h2, #main-content .row.details h3, #main-content .row.details h4, #main-content .row.details h5, #main-content .row.details h6 {
  color: #fff;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: bold;
}
#main-content .row.details h2, #main-content .row.details h3, #main-content .row.details h4, #main-content .row.details h5, #main-content .row.details h6 {
  margin-bottom: 5px;
  line-height: 1;
}
#main-content .row.details h1 {
  font-size: 36px;
}
#main-content .row.details h2 {
  font-size: 30px;
}
#main-content .row.details h3 {
  font-size: 24px;
}
#main-content .row.details h4 {
  font-size: 18px;
}
#main-content .row.details h5 {
  font-size: 16px;
}
#main-content .row.details h6 {
  font-size: 14px;
}
#main-content .row.details header {
  margin-bottom: 39px;
}
#main-content .row.details header > h2 {
  padding-bottom: 6px;
  line-height: 30px;
  display: table;
  width: auto;
  padding-left: 15px;
  padding-right: 8px;
  background-image: url(../images/line-header.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#main-content .row.details .desc {
  width: 444px;
}
#main-content .row.details .photo {
  float: right;
  background-repeat: no-repeat;
  margin-top: 32px;
  width: 468px;
  height: 246px;
  background-image: url(../images/image-other_subpage.png);
}
#main-content .row.details .photo.contact {
  background-image: url(../images/image-contact.png);
  width: 423px;
  height: 239px;
}
#main-content .row.formular {
  width: 713px;
  margin: 30px auto 0;
}
#main-content .row.formular .column {
  width: 353px;
}
#main-content .row.formular .column.last {
  float: right;
}
#main-content .row.formular .column.last input {
  float: right;
}
#main-content .row.formular .column input {
  width: 297px;
}
#main-content .row.formular .row {
  width: 100%;
}
#main-content .row.formular .row input, #main-content .row.formular .row textarea {
  width: 657px;
}
#main-content .row.formular section {
  margin-bottom: 5px;
  width: 100%;
  position: relative;
}
#main-content .row.formular label {
  text-indent: -9999px;
  padding: 0;
  position: absolute;
  z-index: 999;
  margin: 0;
  width: 42px;
  line-height: 36px;
  height: 36px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 12px center;
}
#main-content .row.formular label.name {
  background-image: url(../images/icon-name.png);
}
#main-content .row.formular label.email {
  background-image: url(../images/icon-email.png);
}
#main-content .row.formular label.phone {
  background-image: url(../images/icon-phone.png);
}
#main-content .row.formular label.message {
  background-image: url(../images/icon-message.png);
}
#main-content .row.formular input[type='text'], #main-content .row.formular input[type='password'],
#main-content .row.formular input[type='email'], #main-content .row.formular textarea {
  background-image: url(../images/input-textarea-bg.png);
  padding: 10px 14px 9px 41px;
  background-repeat: repeat;
  line-height: 14px;
  z-index: 1;
  background-color: transparent;
  position: relative;
  border: solid 1px #57090b;
  font-family: Arial, sans-serif;
  color: #959595;
  font-size: 1.2em;
  /* 12px */
}
#main-content .row.formular input[type='submit'] {
  background-image: url(../images/button-bg.jpg);
  background-repeat: no-repeat;
  width: 168px;
  height: 42px;
  line-height: 18px;
  color: #fff;
  padding: 8px 0 10px;
  border: none;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 1.8em;
  /* 18px */
}

/* ~~~~ boxes ~~~~ */
#boxes {
  position: relative;
  z-index: 999;
  height: 224px;
  overflow: hidden;
}
#boxes .container {
  width: 1068px;
}
#boxes .column {
  padding-top: 150px;
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0 auto;
}
#boxes .column > a {
  width: 237px;
  height: 67px;
  display: block;
  line-height: 60px;
  overflow: hidden;
  border: solid 1px #3b3b3b;
  font-size: 2.8em;
  color: #d50f02;
  text-align: center;
}
#boxes .column.first {
  width: 283px;
  background-image: url(../images/cat-1.png);
}
#boxes .column.first > a {
  margin-left: 38px;
}
#boxes .column.second {
  width: 240px;
  background-image: url(../images/cat-2.png);
}
#boxes .column.third {
  width: 245px;
  background-image: url(../images/cat-3.png);
}
#boxes .column.third > a {
  margin-left: 4px;
}
#boxes .column.fourth {
  width: 300px;
  background-image: url(../images/cat-4.png);
}
#boxes .column.fourth > a {
  margin-left: 3px;
}

/* ~~~~ Footer ~~~~ */
footer {
  margin-top: 35px;
}
footer .row {
  width: 953px;
}
footer .row.first {
  background-repeat: no-repeat;
  background-image: url(../images/line.png);
  background-position: center 88px;
  min-height: 101px;
}
footer .row.second {
  margin-top: 33px;
  color: #959595;
  font-size: 1.2em;
  font-family: Arial, sans-serif;
  line-height: 25px;
}
footer .row.second section {
  margin-bottom: 23px;
}
footer #contact {
  padding-top: 50px;
  padding-left: 58px;
  width: 290px;
  background-image: url(../images/icon-info.png);
  background-repeat: no-repeat;
  background-position: 19px 73px;
}
footer #contact h4 {
  color: #d50f02;
}
footer #contact h5 {
  line-height: 30px;
  color: #fff;
  font-size: 1.8em;
}
footer #contact h5 a {
  color: inherit;
}
footer #contact h5 a:hover {
  color: #d50f02;
}
footer #address {
  padding-right: 152px;
  text-align: right;
  padding-top: 28px;
  min-height: 72px;
  background-image: url(../images/address.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-family: Arial, sans-serif;
}
footer #copy {
  width: 50%;
}
footer #copy a {
  font-weight: bold;
  color: inherit;
}
footer #copy a:hover {
  color: #fff;
}
