/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

p {
	text-align:justify;
	text-indent:20px;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.container {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
body {
  font-family: Arial, sans-serif;
  min-width: 1180px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #fff;
  background-color: #ffffff;
  font-weight:bold;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #D4FFFF;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
  margin: 30px 0 15px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
small {
  font-size: 85%;
}
body {
  background: #324c5b url('images/bg.jpg') 0 0 repeat-x fixed;
}
#menu-header-nav {
  width: 950px;
  margin: 0 auto;
  padding: 0;
}
#menu-header-nav .active  > a, .header-nav .active {
  background: #030d28;
  color: #DB2B35!important;
  border-bottom: 1px solid #DB2B35;
}
.main-logo {
  width: 950px;
  padding-top:20px;
  height: 130px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.logo {
  background: url('images/logo.png') 0 0 no-repeat;
  float:left;
  width: 230px;
  height: 115px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-nav {
  background: url('images/header_bg.png') 0 0 repeat;
  min-height: 59px;
  border-bottom: 1px solid #DB2B35;
}
.wrapper {
  width: 1045px;
  margin: 0 auto;
}
.content {
  background: url('images/page_bg.png') 0 0 repeat;
  position: relative;
  width: 950px;
  margin: 0 auto;
  padding: 0px 40px 40px 40px;
  min-height: 530px;
  border-top: 4px solid #0e1c38;
  margin-bottom: 35px;
}
#menu-header-nav {
  list-style: none;
}
#menu-header-nav li {
  float: left;
  border-bottom: 1px solid transparent;
}
#menu-header-nav a {
  font-size: 13px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  height: 59px;
  border-right: 1px solid #112342;
  letter-spacing: 0px;
  line-height: 59px;
  width: 158px;
  text-shadow: #27272d 1px 1px 1px;
  text-align: center;
  font-weight: 700;
}
.main-image-set {
  margin-top: 10px;
  list-style: none;
  width:100%;
  overflow:hidden;
}
.main-image-set li {
  width: 230px;
  height: 567px;
  position: relative;
  float: left;
  margin-left: 9px;
  overflow: hidden;
  z-index: 10;
}
.main-image-set li img {
  width: 230px;
  height: 567px;
  opacity: .7;
  position: relative;
  z-index: -1;
  overflow: hidden;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.main-image-set li .slogan-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #000b29;
}
.main-image-set li:hover .slogan-box {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.main-image-set li:hover .slogan-another {
  opacity: 1;
  filter: alpha(opacity=100);
}
.entry-title {
  display: none;
}
.contact-one {
  width: 310px;
  float: left;
}
.contact-one h2 {
  font-size: 18px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.contact-two {
  width: 535px;
  float: left;
  margin-left: 20px;
}
.contact-two h2 {
  font-size: 18px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 23px;
}
.contact-two input,
.contact-two textarea {
  margin: 0;
  margin-bottom: 4px;
  padding: 10px 10px 9px 15px;
  width: 322px;
  outline: none;
  border: none;
  border-radius: 0;
  background: #21364c;
  color: #fff;
  line-height: 21px;
}
.contact-two textarea {
  width: 526px;
  height: 246px;
  resize: none;
}
.color1 {
  color: #fff;
  font-weight: 700;
}
.clear {
  clear: both;
}
.title {
  font-size: 18px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 23px;
}
.autopark .autopark-one {
  width: 575px;
  float: left;
}
.autopark .autopark-two {
  width: 270px;
  float: left;
  margin-left: 25px;
}
.tabl1 {
  border: 1px solid #152039;
  width: 575px;
  margin-top: 7px;
  display: inline-block;
}
.tabl1 .tr1 td {
  padding-top: 11px;
  padding-bottom: 13px;
  background: #071833;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #152039;
}
.tr2 {
  width: 182px;
  padding-left: 30px !important;
}
.tr3 {
  width: 148px;
}
.tr4 {
  width: 142px;
}
.tr5 {
  width: 152px;
}
.tabl1 tr {
  background: none;
  height: 30px;
}
.tabl1 tr1 {
  height: 37px;
}
.tr1 {
  background: none !important;
}
.blue {
  background: #1d3248 !important;
}
.pad1 {
  padding-left: 14px !important;
}
.txt_cntr {
  text-align: center;
}
.listWithMarker {
  position: relative;
  z-index: 1;
  margin: 0;
  margin-top: 150px;
  padding-left: 0;
}
.listWithMarker.v2 {
  margin-top: 25px;
  padding-left: 0;
}
.listWithMarker.v2 li {
  padding-bottom: 10px;
}
.listWithMarker.v2 .icon_1 {
  position: relative;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(images/list_marker2.png) 0 0 no-repeat;
  top: 3px;
}
.listWithMarker li {
  display: block;
  padding-bottom: 10px;
  padding-left: 18px;
  background: url(images/list_marker.png) 0 6px no-repeat;
}
.listWithMarker li a {
  display: inline-block;
  color: #db2b35;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 13px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.listWithMarker li a:hover {
  padding-left: 12px;
  color: #b0b0b0;
}
a,
.more {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.partner {
  background: url('images/page_bg.png') 0 0 repeat;
  width: 945px;
  margin: 0 auto;
  padding: 33px 15px;
  height: 150px;
  /*border-top: 4px solid #0e1c38;*/
  margin-bottom: 13px;
}
.partner ul {
  margin: 0;
  opacity: .5;
  filter: alpha(opacity=50);
}
.services-one {
  float: left;
  width: 310px;
}
.services-one h2 {
  display: block;
  margin: 0;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 24px;
  line-height: 28px;
}
.services-two {
  float: left;
  width: 290px;
  margin-left: 15px;
}
.services-two h2 {
  display: block;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 22px;
  color: #db2b35;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 18px;
}
.services-tree {
  float: left;
  width: 228px;
  margin-left: 25px;
}
.bold {
  font-weight: bold;
}
.map_img {
  width: 312px;
  height: 186px;
  position: absolute;
  top: 226px;
  left: 28px;
  z-index: 0;
  background: url('images/map_img.png') 0 0 no-repeat;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.banner {
  position: relative;
  margin-top: 6px;
  margin-bottom: 14px;
  padding: 23px 5px 40px 30px;
  width: 225px;
  border: 1px solid #101e38;
  background: #061632;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font: 18px/24px Arial, sans-serif;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
a.banner_link:hover {
  color: #fff;
  text-decoration: none;
}
.slider li .corner,
.corner {
  width: 11px;
  height: 11px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  display: inline-block;
  background: url('images/splash_corner.png') 0 0 no-repeat;
}
.address_section {
  margin-top: 39px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.address_section .phone_txt {
  display: inline-block;
  color: #db2b35;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 700;
}
.marTop1 {
  margin-top: 10px;
  display: inline-block;
}
.banner_link:hover .banner {
  border: 1px solid #e00000;
  background: #071f39;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.slogan {
  position: absolute;
  top: 480px;
  z-index: 3;
  padding-left: 26px;
  color: #B3B3B3;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 19px;
  left: 0;
  font-weight: 700;
}
.slogan-another {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 410px;
  z-index: 3;
  padding-left: 26px;
  color: #db2b35;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 19px;
  left: 0;
  font-weight: 700;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.slog1 {
  top: 330px !important;
}
#menu-header-nav .sub-menu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 10;
  padding: 15px 0 15px;
  background: #071733;
  list-style: none;
  z-index: 100;
}
#menu-header-nav .sub-menu a {
  display: block;
  width: 176px;
  height: auto;
  line-height: 18px;
  border-right: 0;
  padding: 8px 15px 8px 25px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0px;
}
#menu-header-nav .sub-menu a:hover {
  background: #030d28;
  color: #DB2B35;
  text-decoration: none;
}
.menu-item-has-children {
  position: relative;
}
.main-desc {
  background: url('images/page_bg.png') 0 0 repeat;
  width: 945px;
  margin: 0px auto 22px auto;
  padding: 15px 30px 15px 30px;
  border-top: 0px solid #0e1c38;
}
.main-desc p {
  text-align:justify;
  margin-top: 0;
}
.main-sub-title {
  margin-left: 50px;
  color: #B3B3B3;
  background: url('images/page_bg.png') 0 0 repeat;
  margin-bottom: 0;
  padding: 8px 18px 7px;
  font-size: 17px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight:bold;
}
.money-icon {
  background: url('images/money-icon.png') 0 0 no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 19px;
  width: 64px;
  height: 64px;
}
.prof-icon {
  background: url('images/prof-icon.png') 0 0 no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 19px;
  width: 64px;
  height: 64px;
}
.exp-icon {
  background: url('images/exp-icon.png') 0 0 no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 19px;
  width: 64px;
  height: 64px;
}
.open-icon {
  background: url('images/open-icon.png') 0 0 no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 19px;
  width: 64px;
  height: 64px;
}
.personal-icon {
  background: url('images/personal-icon.png') 0 0 no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 19px;
  width: 64px;
  height: 64px;
}
.tech-icon {
  background: url('images/tech-icon.png') 0 0 no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 19px;
  width: 64px;
  height: 64px;
}
.phone {
  float: right;
  font-family: Arial;
  text-shadow: 0 0 3px #000;
  color: #fff;
  font-size: 24px;
  padding: 30px 20px;
}
.front-main-list section {
  float: left;
  width: 363px;
  margin-right: 71px;
  margin-bottom: 43px;
}
.front-desc {
  display: inline-block;
  width: 271px;
}
.front-main-list h3 {
  margin: 0;
  font-size: 16px;
}
.front-main-list section font {
  p-size: 11px;
  margin: 5px 0;
}
.head-phones {
  font-size:14px;
  padding:30px;
  color: #fff;
  position:relative;
  right: 300px;
}

.maincont img {
	margin: 10px 10px 10px 0;
}

.btm_links {
	width: 945px;
	margin: 0px auto 10px;
	text-align: center;
}


#dle-question {
color:#fff!important;
} 

.feddBack {
float:left;
margin:0;
}

.specTeh {
overflow:hidden;
}

.specTeh li {
list-style:none;
float:left;
}

/**/
.bnnavi {
overflow:hidden;
display:inline-block;
}

.basenavi {
text-align:center;
}

.navigation {
overflow:hidden;
}

.navPage span, .prevNav > span, .prevNav > span > span, .nextNav > span, .nextNav > span > span {
color:#93928F!important;
}



.prevNav, .navPage, .nextNav {
float:left;
margin-right:15px;
}

.nextNav {
position:relative;
left:-4px;
}

.navPage > a {
margin-right:4px;
}

.navPage > span {
margin-right:4px;
}

.upSait {
text-align:center;
}

.up {
margin-top:5px;
}

.rekl > p {
margin:0!important;
}

.reklZag {
text-indent:20px;
font-size:16px;
}

.footerWrap {
border-top:1px solid #db2b35;
background:#071632;
margin-top:35px;
padding:15px 0;
}
.footer {
width:1045px;
margin:0 auto;
border:0px solid red;

}

.footNav {
overflow:hidden;
margin:0!important;
}

.footNav li p {
	text-align:left!important;
	text-indent:0!important; 
}

.footNav li  {
float:left;
list-style:none;
width:200px;
margin-left:68px;
}

.footNav li:first-child {
margin-left:0px;
}

.imgWrap img {
margin: 5px 19px 0 19px;
}






