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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, center, ol, ul, li, fieldset, form, label, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  list-style: none;
  vertical-align: baseline;
  text-decoration: none;
  text-rendering: optimizelegibility;
}

article, aside, details, figure, footer, header, menu, nav, section {
  display: block;
}

.cf {
  clear: both;
  *zoom: 1;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

body {
  background: url(images/watermark.png) no-repeat right 460px;
  color: #222222;
  font: 16px "minion-pro", sans-serif;
  line-height: 1.3em;
}

a {
  color: #3678ea;
  outline: none;
  -webkit-transition: color 80ms ease-in-out;
  -moz-transition: color 80ms ease-in-out;
  -ms-transition: color 80ms ease-in-out;
  -o-transition: color 80ms ease-in-out;
  transition: color 80ms ease-in-out;
}
a:hover {
  color: #222222;
}

input[type="submit"] {
  border: none;
  cursor: pointer;
  -webkit-transition: background 80ms ease-in-out;
  -moz-transition: background 80ms ease-in-out;
  -ms-transition: background 80ms ease-in-out;
  -o-transition: background 80ms ease-in-out;
  transition: background 80ms ease-in-out;
}

h2 {
  font-size: 60px;
  line-height: 1em;
  margin: 10px 0 40px;
  text-transform: uppercase;
}

h3 {
  font-size: 60px;
  line-height: 1em;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

section {
  margin: 5px auto 50px;
  overflow: auto;
  width: 940px;
}

article {
  float: left;
  width: 600px;
}
article h3 {
  font-size: 28px;
  line-height: 1.2em;
  margin: 0 0 24px;
}
article p {
  padding: 0 0 15px;
}

header {
  height: 130px;
  margin: 0 auto;
  position: relative;
  width: 940px;
}

h1 a {
  background-image: url(images/dimovski-logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  float: left;
  height: 53px;
  margin: 40px 0 0;
  width: 280px;
}

nav {
  float: right;
  margin: 71px 0 0;
}
nav li {
  display: inline-block;
  float: left;
  margin: 0 0 0 16px;
}
nav li::before {
  border-left: 1px solid #ccc;
  color: #c7c7c7;
  content: '';
  font-size: 11px;
  padding: 0 0 0 16px;
}
nav li:first-child::before {
  border: none;
}
nav .current {
  color: #222222;
}

.lang {
  color: #c7c7c7;
  font-size: 14px;
  font-style: italic;
  position: absolute;
  right: 0;
  top: 20px;
}

.lead-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 350px;
  position: relative;
}
.lead-cover.big {
  height: 450px;
}

.lead-inner {
  margin: 0 auto;
  width: 940px;
}

.lead-info {
  color: #fff;
  letter-spacing: 7px;
  position: relative;
  top: 100px;
  width: 340px;
}
.lead-info p {
  display: inline-block;
  margin: 20px 0;
  text-shadow: 0 0 3px rgba(34, 34, 34, 0.4);
}
.lead-info span {
  background: #1e427e;
  display: inline-block;
  height: 26px;
  line-height: 1.6em;
  margin: 0 0 9px;
  padding: 6px 15px 7px;
}
.lead-info.left {
  float: right;
  top: 95px;
  width: 480px;
}
.lead-info.left span {
  font-size: 20px;
  height: 32px;
}

.page-insert {
  margin: 10px 140px 35px;
  width: 320px;
}
.page-insert h4 {
  font-size: 22px;
  line-height: 1em;
  margin: 0 0 26px;
}
.page-insert ol {
  border-left: 1px solid #222222;
  padding: 0 20px;
}
.page-insert ol li {
  padding: 4px 0;
}

.home {
  margin-top: 30px;
}
.home h3 {
  font-size: 20px;
  margin: 0 0 25px;
}
.home article {
  float: left;
  width: 600px;
}
.home aside {
  float: right;
  margin: 0;
  width: 300px;
}
.home aside li {
  background: url(images/list-ico.png) no-repeat center left;
  margin: 0 0 7px;
  padding: 0 25px;
}

.service {
  margin-bottom: 70px;
}
.service .page-insert {
  margin: 20px 0 30px 70px;
  width: auto;
}
.service .page-insert h4 {
  line-height: inherit;
  margin: 0 0 7px;
}
.service.options ol {
  padding-bottom: 17px;
}
.service.options ol.last {
  padding-bottom: 0;
}
.service.options h4 {
  display: inline-block;
  font-size: 22px;
}
.service ul {
  margin: 7px 0 0 35px;
}
.service ul li {
  padding: 3px 0;
}
.service aside ul {
  margin: 0;
}
.service aside li {
  padding: 5px 0 8px;
}

.client-inner h2 {
  bottom: 0;
  color: #fff;
  line-height: 0.6em;
  margin: 0;
  position: absolute;
}

.clients {
  width: 960px;
}
.clients h2 {
  margin-left: 10px;
}
.clients h3 {
  font-size: 28px;
  line-height: 1.2em;
  margin: 0 0 15px;
}
.clients h3 i {
  color: #3678ea;
  font-weight: 400;
}
.clients ul {
  overflow: auto;
}
.clients li {
  display: block;
  float: left;
  margin: 0 10px 30px;
  width: 300px;
}
.clients a {
  display: inline-block;
  margin: 15px 20px 15px 0;
}
.clients p {
  width: 280px;
}
.clients p a {
  margin: 0;
}

.careers {
  overflow: inherit;
}
.careers article {
  width: 640px;
}

.career-form {
  margin: 15px 0 40px;
  width: 725px;
}
.career-form label {
  float: left;
  line-height: 30px;
  margin: 7px 22px 0 0;
  text-align: right;
  width: 140px;
}
.career-form input {
  border: 1px solid #222222;
  font: 16px "minion-pro", sans-serif;
  height: 31px;
  line-height: 30px;
  margin: 7px 0 0;
  padding: 0 7px;
  width: 300px;
}
.career-form textarea {
  border: 1px solid #222222;
  font: 16px "minion-pro", sans-serif;
  height: 150px;
  resize: none;
  margin: 7px 0 12px;
  padding: 5px 7px;
  width: 447px;
}
.career-form .submit {
  background: #3678ea;
  border: none;
  color: #fff;
  font: 600 18px "minion-pro", sans-serif;
  height: 36px;
  margin: 20px 0 0 485px;
  width: 140px;
}
.career-form .submit:hover {
  background: #4d88ec;
}
.career-form #upload {
  cursor: inherit;
  display: block;
  height: 36px;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
}
.career-form .filelabel {
  background: #3678ea;
  border: none;
  color: #fff;
  cursor: pointer;
  float: left;
  font: 600 16px/35px "minion-pro", sans-serif;
  height: 36px;
  margin: 5px 0 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 160px;
}
.career-form .filelabel:hover {
  background: #4d88ec;
}
.career-form i {
  display: inline-block;
  font-size: 14px;
  padding: 13px 15px 0;
}
.career-form li .error {
  background: #fff;
  color: #3678ea;
  float: right;
  font-size: 13px;
  height: 22px;
  left: 162px;
  line-height: 1em;
  margin: 7px 0 0;
  padding: 9px 6px 0 8px;
  visibility: hidden;
  width: 220px;
}

.short_explanation {
  float: left;
  font-size: 12px;
  margin: 7px 0 0 162px;
  width: 400px;
}
.short_explanation p {
  float: left;
  margin: 0 6px 0 0;
}

.sendcv {
  padding: 11px 0 0;
}

iframe body {
  background: none;
}

#scaptcha_img {
  float: left;
  height: 55px;
}

#scaptcha {
  float: left;
  margin: 11px 14px 0 25px;
  text-align: center;
  width: 70px;
}

#contactus_scaptcha_errorloc {
  border: none;
  float: left;
  left: auto;
  margin: 11px 0 0;
  position: relative;
  width: 150px;
}

form input[type="text"]:focus,
form textarea:focus {
  border: 1px solid #3678EA;
}

.contactus_scaptcha_errorloc {
  margin: 15px 0 0;
  width: 250px;
}

#contactus_upload_errorloc {
  border: none;
  height: auto;
  left: auto;
  margin: 7px 20px 9px;
  padding: 0;
  position: relative;
  width: 442px;
}

#contactus fieldset#antispam {
  padding: 2px;
  border-top: 1px solid #EEE;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  width: 350px;
}

#contactus fieldset#antispam legend {
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  color: #333;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip {
  display: none;
  width: 10px;
  height: 3px;
}

#fg_crdiv {
  font-family: Arial, sans-serif;
  font-size: 0.3em;
  opacity: .2;
  -moz-opacity: .2;
  filter: alpha(opacity=20);
}

#fg_crdiv p {
  display: none;
}

.contacts article {
  width: 100%;
}
.contacts .page-insert {
  border-left: 1px solid #222222;
  float: right;
  margin: 10px 0 45px;
  padding: 0 0 0 30px;
  position: relative;
  width: 810px;
}
.contacts .page-insert h3 {
  line-height: 1em;
  margin: 0 0 10px;
}
.contacts .page-insert ol {
  border: none;
  margin: 0 18px;
}
.contacts .page-insert li {
  padding: 4px 0 3px;
}

.map {
  position: absolute;
  right: 0px;
  top: 10px;
}

aside {
  float: left;
  margin: 3px 20px 0 0;
  width: 300px;
}
aside li {
  padding: 5px 0 8px;
}
aside .current {
  background: url(images/current-ico.png) no-repeat center left;
  color: #222222;
  padding: 0 0 0 30px;
}

.contact-fixed {
  background: url(images/fixed-btn.png) no-repeat;
  display: block;
  height: 41px;
  position: fixed;
  right: 0;
  top: 400px;
  width: 53px;
}

footer {
  background: url(images/foot-bg.png) no-repeat center top;
  font-size: 14px;
  margin: 0 auto;
  padding: 60px 0;
  width: 940px;
}
footer strong {
  float: left;
}

.foot-nav {
  float: right;
}
.foot-nav a {
  color: #222222;
  float: left;
  font-style: italic;
  margin: 0 0 0 13px;
}
.foot-nav a:hover {
  color: #3678ea;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  h1 a {
    background-image: url(images/dimovski-logo@2x.png);
  }
}
