@font-face {
  font-family: 'PTSans-Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/PTSansNarrow.eot');
  src: url('../fonts/PTSansNarrow.eot?#iefix') format('embedded-opentype'),
  url('../fonts/PTSansNarrow.woff') format('woff');
}
@font-face {
  font-family: 'PTSans-Narrow-Bold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/PTSansNarrow-Bold.eot');
  src: url('../fonts/PTSansNarrow-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/PTSansNarrow-Bold.woff') format('woff');
}


@font-face {
  font-family: 'RobotoCondensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/RobotoCondensed.eot');
  src: url('../fonts/RobotoCondensed.eot?#iefix') format('embedded-opentype'),
  url('../fonts/RobotoCondensed.woff') format('woff');
}

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container{
	width:auto;
	margin-right:30px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
	margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools{
	width:16px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0; 
	height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:2px;
	height:100%;
	margin:0 auto;
	border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	height:100%;
	margin:0 auto;
	border-radius:10px;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display:block;
	position:relative;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
	top:100%;
	margin-top:-40px;
}
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container{
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
	margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
	width:100%;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:2px;
	margin:7px 0;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	display:block;
	position:relative;
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	margin-left:-40px;
	float:right;
}
.mCustomScrollBox{
}

/* default scrollbar colors and backgrounds (default theme) */
.mCSB_scrollTools .mCSB_buttonUp{
	background-position:0 0;
	/* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonDown{
	background-position:0 -20px;
	/* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:0 -40px;
	/* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonRight{
	background-position:0 -56px;
	/* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}
/*light-2*/
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	border-radius:1px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	border-radius:1px;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-32px 0;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-32px -20px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-40px -40px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-40px -56px;
}
/*dark-2*/
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	border-radius:1px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	border-radius:1px;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-112px 0;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-112px -20px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-120px -40px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-120px -56px;
}
/*light-thick*/
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	border-radius:2px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	border-radius:2px;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-16px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-16px -20px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-20px -40px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-20px -56px;
}
/*dark-thick*/
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	border-radius:2px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	border-radius:2px;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-96px 0;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-96px -20px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-100px -40px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-100px -56px;
}
/*light-thin*/
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
/*dark-thin*/
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}

/*
* Reset
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}
mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted black;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
body {
  font: 14px sans-serif;
  line-height: 1.22;
}
table {
  font-size: inherit;
  font: 100%;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: lighter;
}
html {
}
a:hover,
a:active {
  outline: none;
}
a,
a:active,
a:visited {
  color: #013973;
  text-decoration: none;
}
a:hover {
  color: #013973;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie6 input {
  vertical-align: text-bottom;
}
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
a:link {
}
html {
  overflow-y: scroll;
}
button {
  width: auto;
  overflow: visible;
}
.alignleft {
  float: left;
  margin: 0px 20px 10px 0px;
}
.alignright {
  float: right;
  margin: 0px 0px 10px 20px;
}
.clearfix:after,
.clear {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
input:focus,
textarea:focus {
  outline: none;
}
ul,
ul li,
ol,
ol li {
  display: block;
  list-style: none;
}
a:focus,
a:focus * {
  outline: none;
}
.css3 {
  position: relative;
}
label {
  cursor: default;
}
/* LESS shortcuts */

._rel {
  position: relative;
}
._abs {
  position: absolute;
}
._fix {
  position: fixed;
}
._blo {
  display: block;
}
._inb {
  display: inline-block;
}
._inl {
  display: inline;
}
._none {
  display: none;
}
._left {
  float: left;
}
._right {
  float: right;
}
._b {
  font-weight: 700;
}
._m {
  font-weight: 500;
}
._n {
  font-weight: 400;
}
._l {
  font-weight: 300;
}
._i {
  font-style: italic;
}
._up {
  text-transform: uppercase;
}
._upx {
  text-transform: none;
}
._lsx {
  list-style: none;
}
._xu {
  text-decoration: none;
}
._xu a {
  text-decoration: none;
}
._m0p0 {
  margin: 0;
  padding: 0;
}
._ovh {
  overflow: hidden;
}
._ovv {
  overflow: visible;
}
._ova {
  overflow: auto;
}
._all {
  text-align: left;
}
._alc {
  text-align: center;
}
._alr {
  text-align: right;
}
._vat {
  vertical-align: top;
}
._vam {
  vertical-align: middle;
}
._vab {
  vertical-align: bottom;
}
._cont {
  content: '';
}
._ti {
  text-indent: -9999px;
}
._collapse {
  border-collapse: collapse;
}
._separate {
  border-collapse: separate;
}
._wrapx {
  white-space: nowrap;
}
/* LESS shortcuts */
/*
* Custom style starts here
*/
.ptsansN {
  font-family: 'PTSans-Narrow', sans-serif, Arial, Helvetica;
}
.ptsansNB {
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
}
.robotoC {
  font-family: 'RobotoCondensed', sans-serif, Arial, Helvetica;
}
.pagecontent {
  width: 940px;
  margin: 0 auto;
}
body,
select,
input,
textarea {
  font-family: 'PTSans-Narrow', sans-serif, Arial, Helvetica;
  color: #737373;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PTSans-Narrow', sans-serif, Arial, Helvetica;
  color: #21201c;
  margin: 0;
  font-weight: 400;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 17px;
}
a,
a:active,
a:visited,
a:hover {
  color: #002768;
}
a:hover {
  color: #002768;
  text-decoration: underline;
}
html {
  background-image: url("../images/design/bg.png");
  background-color: transparent;
  background-repeat: repeat;
  background-position: 0 0;
  min-width: 980px;
}
body {
  min-width: 980px;
  overflow: hidden;
}
#pagecontent {
  background-image: url("../images/design/pagebg.png");
  background-color: transparent;
  background-repeat: repeat-y;
  background-position: center top;
  position: relative;
  padding-bottom: 56px;
}
#pagecontent.startpage {
  min-height: 875px;
}
#pagecontent #startbg {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 0;
}
#pagecontent #startbg span {
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  height: 875px;
  background-image: url("../images/design/x.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 0;
}
#pagecontent #startbg img {
  position: relative;
  left: -500%;
}
#pagecontent #startbg .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url("../images/design/start_over.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 0;
}
#header {
  position: relative;
  z-index: 2;
}
#header .logoline {
  padding: 21px 0 19px;
  height: 20px;
  line-height: 20px;
}
#header #logo {
  float: left;
  display: block;
  margin-left: -3px;
}
#header #logo #h1 {
  display: inline;
  position: relative;
  bottom: auto;
  line-height: inherit;
  width: auto;
}
#header #logo img {
  display: block;
}
#header .logotitle {
  display: block;
  float: left;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #89a8c4;
  color: white;
  font-size: 15px;
}
#header .share {
  float: right;
}
#header .share div,
#header .share section,
#header .share li {
  float: left;
}
#header .share div {
  color: white;
  font-size: 14px;
  float: right;
}
#header .share a {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: 100px 100px;
  text-indent: -9999px;
  margin-left: 1px;
  transition: all 0.1s 0s;
}
#header .share a:hover {
  margin-top: -2px;
  padding-bottom: 2px;
  transition: all 0.1s 0s;
}
#header .share a.dr {
  background-position: 0px -160px;
}
#header .share a.fb {
  background-position: -20px -160px;
}
#header .share a.tw {
  background-position: -40px -160px;
}
#header .share a.gp {
  background-position: -60px -160px;
}
#header .share a.in {
  background-position: -80px -160px;
}
#header .share ul {
  padding-left: 10px;
}
#header .share .icons {
  overflow: hidden;
  width: 0px;
  transition: all 0.5s 0s;
  float: right;
}
#header .share .icons:hover {
  transition: all 0.5s 0s;
}
#header .share div {
  overflow: hidden;
  cursor: default;
}
#header .menuline {
  height: 40px;
  margin: 0 -4px;
  padding: 0 4px;
  font-size: 14px;
  background-image: url("../images/design/menubg.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 35px;
  text-decoration: none;
  position: relative;
}
#header .menuline a {
  text-decoration: none;
}
#mainmenu {
  height: 36px;
  width: 889px;
  float: left;
}
#mainmenu > ul > li {
  float: left;
  padding-left: 20px;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  text-transform: uppercase;
  position: relative;
}
#mainmenu > ul > li:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left: 0px;
  top: 8px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: 0 -180px;
}
#mainmenu > ul > li.active > a {
  color: #c72323;
}
#mainmenu > ul > li:first-child {
  padding-left: 10px;
}
#mainmenu > ul > li:first-child:before {
  display: none;
}
#mainmenu > ul > li > a {
  display: block;
  height: 36px;
  padding: 0 10px;
  color: #21201c;
}
#mainmenu > ul > li > a:hover {
  color: #c72323;
}
#mainmenu .submenu {
  position: absolute;
  background-color: white;
  height: 36px;
  top: 51px;
  right: 0;
}
#mainmenu .submenu:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -8px;
  width: 16px;
  height: 8px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -523px -332px;
  margin-left: -7px;
}
#mainmenu .submenu ul {
  position: relative;
}
#mainmenu .submenu ul:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 0;
  width: 4px;
  height: 36px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -440px -340px;
}
#mainmenu .submenu ul:after {
  content: '';
  position: absolute;
  right: -4px;
  top: 0;
  width: 4px;
  height: 36px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: right -340px;
}
#mainmenu .submenu ul li {
  display: table-cell;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
}
#mainmenu .submenu ul li a {
  display: block;
  color: #21201c;
  padding: 0 19px;
  position: relative;
}
#mainmenu .submenu ul li a:hover {
  color: #c72323;
}
#mainmenu .submenu ul li.active > a {
  color: #c72323;
}
#mainmenu .submenu ul li + li {
  padding-left: 1px;
}
#mainmenu .submenu ul li + li a:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 22px;
  background-color: #d7d6d5;
  left: -1px;
  top: 7px;
}
.ie8 #mainmenu,
.chrome #mainmenu {
  line-height: 37px;
}
.langs {
  float: right;
  position: absolute;
  height: 36px;
  width: 50px;
  z-index: 999;
  right: 4px;
  top: 0;
}
.langs a {
  display: block;
  padding: 0 15px 0 13px;
  height: 36px;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  text-transform: uppercase;
}
.langs dt a {
  color: #21201c;
  position: relative;
}
.langs dt a:hover {
  color: #c72323;
}
.langs dt a:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 3px;
  right: 13px;
  top: 17px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: 0px -200px;
}
.langs.active dt a {
  color: #c72323;
}
.langs.active dt a:before {
  background-position: -10px -200px;
}
.langs dd {
  width: 55px;
  position: absolute;
  left: -4px;
  top: 33px;
  overflow: hidden;
  background-image: url("../images/design/langdrop.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right top;
  height: 0;
  transition: all 0.3s 0s;
}
.langs dd ul {
  background-image: url("../images/design/langdrop.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  margin-top: 3px;
  padding-bottom: 4px;
}
.langs dd li {
  padding: 0 2px;
}
.langs dd a {
  color: #7f7d79;
  padding: 0 13px 0 15px;
}
.langs dd a:hover {
  color: #21201c;
  background-color: #ebebeb;
}
.langs dd a.last {
  border-radius: 0 0 5px 5px;
}
.ie8 .langs a,
.chrome .langs a {
  line-height: 37px;
}
.startblock {
  height: 550px;
}
.startblock h2 {
  width: 670px;
  font-size: 50px;
  line-height: 54px;
  padding: 31px 0;
  color: #21201c;
}
.startblock h2 a {
  color: #c72323;
}
.startblock .watchthis {
  text-transform: uppercase;
  display: block;
  float: left;
  color: #002768;
  font-family: 'RobotoCondensed', sans-serif, Arial, Helvetica;
  font-size: 13px;
  line-height: 17px;
  position: relative;
  padding-left: 43px;
}
.startblock .watchthis:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -7px;
  width: 35px;
  height: 35px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -520px 0;
}
.startblock .watchthis:hover:before {
  background-position: -520px -40px;
}
.startblock .watchthis:active {
  top: 2px;
}
#wrapper {
  position: relative;
  z-index: 1;
}
.whyus {
  color: white;
  text-transform: uppercase;
}
.whyus .item {
  float: left;
  position: relative;
  margin-left: 55px;
  padding-top: 30px;
  height: 90px;
}
.whyus .item:first-child {
  margin-left: 0;
}
.whyus .item:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 91px;
  height: 90px;
}
.whyus .item.homes {
  padding-left: 30px;
}
.whyus .item.homes:before {
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: 0px -220px;
}
.whyus .item.people {
  padding-left: 55px;
}
.whyus .item.people:before {
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -100px -220px;
}
.whyus .item.years {
  padding-left: 40px;
}
.whyus .item.years:before {
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -200px -220px;
}
.whyus .item span {
  display: block;
  font-size: 14px;
  line-height: 16px;
}
.whyus .item span.number {
  font-size: 53px;
  line-height: 55px;
  float: left;
  position: relative;
  top: -3px;
}
.whyus .item span.text {
  font-size: 19px;
  line-height: 23px;
  float: left;
  padding-left: 5px;
  position: relative;
  top: 2px;
}
.newsline {
  padding: 9px 0 49px;
}
.newsline .startnews {
  float: left;
  width: 100%;
}
.newsline .startnews .item {
  padding: 20px 0;
  height: 127px;
  border-top: 2px solid #afb3b4;
  border-bottom: 2px solid #d5d5d5;
  position: relative;
}
.newsline .startnews .item .date {
  position: absolute;
  left: 10px;
  top: -2px;
  width: 29px;
  height: 57px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -200px -120px;
  color: white;
  cursor: default;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  text-align: center;
}
.newsline .startnews .item .date .num {
  display: block;
  font-size: 15px;
  padding-top: 14px;
}
.newsline .startnews .item .image {
  display: block;
  float: left;
  width: 220px;
  height: 127px;
  overflow: hidden;
}
.newsline .startnews .item .image img {
  display: block;
  min-width: 220px;
  min-height: 127px;
}
.newsline .startnews .item .image + .txt {
  /*float: right;*/
  /*width: 380px;*/
  /*padding-left: 0;*/
  position: relative;
  left: 30px;

}
.newsline .startnews .item .txt {
  padding-left: 60px;
}
.newsline .startnews .item .txt h2 {
  font-size: 20px;
  font-family: 'RobotoCondensed', sans-serif, Arial, Helvetica;
  line-height: 24px;
  padding-top: 6px;
  max-height: 48px;
  overflow: hidden;
}
.newsline .startnews .item .txt p {
  font-size: 15px;
  line-height: 18px;
  padding-top: 12px;
  max-height: 54px;
  overflow: hidden;
}
.newsline .startnews .allnews {
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  margin-top: 15px;
  display: inline-block;
}
.newsline .review {
  /*float: right;*/
  /*width: 300px;*/
  display: none;
}
.newsline .review .bubble {
  background-color: black;
  height: 171px;
  position: relative;
  color: white;
  display: block;
  text-decoration: none;
}
.newsline .review .bubble a {
  text-decoration: none;
}
.newsline .review .bubble:before {
  position: absolute;
  content: '';
  left: 25px;
  bottom: -13px;
  width: 13px;
  height: 13px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -20px -200px;
}
.newsline .review .bubble .bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.newsline .review .bubble .txt {
  padding: 15px 105px 0 20px;
  position: relative;
}
.newsline .review .bubble h2 {
  font-size: 24px;
  line-height: 28px;
  color: white;
  max-height: 56px;
  overflow: hidden;
}
.newsline .review .bubble h2 .red {
  color: #ef2b2d;
}
.newsline .review .bubble p {
  font-size: 17px;
  line-height: 21px;
  max-height: 42px;
  overflow: hidden;
  color: white;
  position: absolute;
  top: 113px;
  width: 230px;
}
.newsline .review .bubble p .red {
  color: #ef2b2d;
}
.newsline .review .who {
  padding: 14px 0 0 20px;
  font-size: 14px;
}
.newsline .review .who b {
  display: block;
  color: #21201c;
}
#footer {
  padding-top: 14px;
  background-image: url("../images/design/pagebottom.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 0;
  left: 0;
}
#footer .pagecontent {
  position: relative;
}
#footer .footsocs {
  position: absolute;
  right: -120px;
  top: 0;
  z-index: 2;
}
#footer .footsocs li {
  float: left;
  padding-left: 3px;
}
#footer .footsocs a {
  display: block;
  width: 29px;
  height: 45px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
}
#footer .footsocs a.fb {
  background-position: 0px 0px;
}
#footer .footsocs a.fb:hover {
  background-position: 0px -50px;
}
#footer .footsocs a.fb:hover:active {
  background-position: 0px -100px;
}
#footer .footsocs a.tw {
  background-position: -30px 0px;
}
#footer .footsocs a.tw:hover {
  background-position: -30px -50px;
}
#footer .footsocs a.tw:hover:active {
  background-position: -30px -100px;
}
#footer .footsocs a.gp {
  background-position: -60px 0px;
}
#footer .footsocs a.gp:hover {
  background-position: -60px -50px;
}
#footer .footsocs a.gp:hover:active {
  background-position: -60px -100px;
}
#footer .footsocs a.in {
  background-position: -90px 0px;
}
#footer .footsocs a.in:hover {
  background-position: -90px -50px;
}
#footer .footsocs a.in:hover:active {
  background-position: -90px -100px;
}
#footer .footsocs a.yt {
  background-position: -120px 0px;
}
#footer .footsocs a.yt:hover {
  background-position: -120px -50px;
}
#footer .footsocs a.yt:hover:active {
  background-position: -120px -100px;
}
#footer #bottommenu {
  border-bottom: 2px solid #cdc8bf;
  text-transform: uppercase;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  padding-top: 6px;
  text-decoration: none;
}
#footer #bottommenu a {
  text-decoration: none;
}
#footer #bottommenu ul {
  padding: 20px 0;
}
#footer #bottommenu li {
  float: left;
  padding-right: 15px;
  font-size: 13px;
  line-height: 14px;
}
#footer #bottommenu a {
  color: #77746f;
}
#footer #bottommenu a:hover {
  color: #54524e;
}
#footer .copys {
  padding: 25px 0 21px;
  color: #b0ada8;
  font-size: 13px;
  line-height: 16px;
}
#footer .contactsline {
  padding: 23px 0 18px;
}
#footer .contacts {
  color: #918d87;
  font-size: 13px;
  line-height: 15px;
  float: left;
}
#footer .contacts .mail {
  color: #918d87;
}
#footer .contacts .mail:hover {
  color: #77746f;
}
#footer .contacts .all {
  margin-left: 10px;
}
#footer .efumo {
  display: block;
  float: right;
  width: 145px;
  height: 17px;
  position: relative;
  overflow: hidden;
  top: -4px;
}
#footer .efumo img {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .efumo:hover img {
  bottom: 0;
  top: auto;
}
#certificates {
  width: 1000px;
  position: absolute;
  margin-top: -87px;
}
#certificates .cert {
  display: block;
  float: left;
  width: 300px;
  height: 112px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -200px 0;
}
#certificates .cert + .cert {
  margin-left: 20px;
}
#certificates + #bottommenu {
  padding-top: 26px;
}
#certificates .img {
  float: left;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  padding: 0 7px 0 21px;
}
#certificates .img img {
  vertical-align: middle;
}
#certificates h2 {
  font-size: 15px;
  line-height: 80px;
  vertical-align: middle;
  padding: 10px;
  float: left;
  width: 170px;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  position: relative;
  top: 2px;
}
#certificates h2 span {
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
}
/* Doclist */

#pagecontent.notstartpage #header .pagecontent {
  height: 300px;
  position: relative;
}
#pagecontent.notstartpage #header .pagecontent .logotitle {
  border-color: #858d9a;
}
#pagecontent.notstartpage #header .pagecontent h1 {
  position: absolute;
  bottom: 25px;
  width: 700px;
  line-height: 40px;
}
#pagecontent.notstartpage #pagebg {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 0;
}
#pagecontent.notstartpage #pagebg span {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  height: 295px;
  background-image: url("../images/design/pagebg.jpg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 0;
}
#pagecontent.notstartpage #pagebg.v2 span {
  background-image: url("../images/design/latlaft-contact.jpg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center 0;
  height: 660px;
}
#pagecontent.notstartpage #pagebg.v2 + #header .pagecontent {
  height: 685px;
}
#pagecontent.notstartpage #pagebgm {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 0;
}
#pagecontent.notstartpage #pagebgm span {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  height: 295px;
  background-image: url("../images/design/pagebg.jpg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 0;
}
#pagecontent.notstartpage #pagebgm.map {
  top: 685px;
}
#pagecontent.notstartpage #pagebgm.map span {
  background-image: url("../images/design/map.jpg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 0;
  height: 434px;
}
#pagecontent.notstartpage.specification #header .logotitle {
  border-color: #92b1ce;
}
#wrapper .rightcol {
  float: right;
  width: 220px;
}
#wrapper .rightcol + .body {
  float: left;
  width: 700px;
}
#rightmenu {
  background-image: url("../images/design/rightmenu.png");
  background-color: #f0efec;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  text-decoration: none;
}
#rightmenu a {
  text-decoration: none;
}
#rightmenu > ul {
  background-image: url("../images/design/rightmenu.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 7px 0 4px;
}
#rightmenu > ul > li {
  padding: 10px 20px;
}
#rightmenu > ul > li > a {
  color: #21201c;
  position: relative;
  top: -3px;
}
#rightmenu > ul > li > a:hover {
  color: black;
  text-decoration: underline;
}
#rightmenu > ul > li.active {
  text-decoration: none;
}
#rightmenu > ul > li.active a {
  text-decoration: none;
}
#rightmenu > ul > li.active > a {
  color: #c72323;
}
#rightmenu > ul > li.active ul {
  position: relative;
  top: 4px;
  background-color: white;
  margin: 0 -20px;
  padding: 5px 18px;
  border-left: 2px solid #f0efec;
  border-right: 2px solid #f0efec;
}
#rightmenu > ul > li.active li {
  padding: 6px 16px 5px;
  font-size: 13px;
}
#rightmenu > ul > li.active li a {
  color: #7f7d79;
}
#rightmenu > ul > li.active li a:hover {
  color: #21201c;
}
#rightmenu > ul > li.active li.active a {
  color: #c72323;
}
.doclist .item {
  padding: 20px 0 30px;
  border-top: 2px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
  position: relative;
  margin-top: -2px;
}
.doclist .item .date {
  position: absolute;
  left: 10px;
  top: -2px;
  width: 29px;
  height: 57px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -200px -120px;
  color: white;
  cursor: default;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  text-align: center;
}
.doclist .item .date .num {
  display: block;
  font-size: 15px;
  padding-top: 14px;
}
.doclist .item .image {
  display: block;
  float: left;
  width: 220px;
  height: 127px;
  overflow: hidden;
  margin-bottom: -10px;
}
.doclist .item .image img {
  display: block;
  min-width: 220px;
  min-height: 127px;
}
.doclist .item .image + .txt {
  float: right;
  width: 700px;
  padding-left: 0;
}
.doclist .item .txt {
  padding-left: 60px;
}
.doclist .item .txt h2 {
  font-size: 20px;
  font-family: 'RobotoCondensed', sans-serif, Arial, Helvetica;
  line-height: 24px;
  padding-top: 6px;
  max-height: 48px;
  overflow: hidden;
}
.doclist .item .txt p {
  font-size: 17px;
  line-height: 18px;
  padding-top: 12px;
  max-height: 90px;
  overflow: hidden;
}
.doclist .item:first-child {
  margin-top: 0;
}
.rightcol + .body .doclist .image + .txt {
  width: 460px;
}
.pager {
  padding-top: 27px;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
}
.pager * {
  display: block;
  float: left;
}
.pager .active {
  color: #c72323;
}
.pager .sep {
  width: 20px;
  height: 15px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: 0 -182px;
  margin: 0 5px;
}
.pager .page {
  padding: 0 7px;
  margin: 0 1px;
}
.pager .prev {
  margin-right: 8px;
}
.pager .next {
  margin-left: 8px;
}
.pager .sep2 {
  width: 0px;
  height: 22px;
  border-right: 1px solid #cdc8bf;
  margin: -3px 5px 0 0;
  padding: 0 0 0 5px;
}
/* Opendoc */

.opendoc {
  position: relative;
  border-top: 2px solid #d5d5d5;
  padding-top: 35px;
}
.opendoc .date {
  position: absolute;
  width: 80px;
  height: 29px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -240px -120px;
  top: -15px;
  padding-right: 18px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  font-size: 12px;
  line-height: 29px;
}
.opendoc .date .num {
  font-size: 15px;
}
.opendoc .mainimg {
  float: left;
  margin: 25px 20px 20px 0;
}
.opendoc p {
  font-size: 17px;
  line-height: 20px;
  padding-top: 20px;
}
.opendoc h1 {
  line-height: 40px;
}
.opendoc h2 {
  line-height: 30px;
  padding: 50px 0 10px;
}
.opendoc h3 {
  line-height: 26px;
  padding: 32px 0 11px;
}
.opendoc iframe,
.opendoc object {
  width: 651px;
  height: 400px;
  margin-top: 30px;
}
.opendoc ul,
.opendoc ol {
  padding: 10px 0 0;
}
.opendoc li {
  font-size: 17px;
  line-height: 20px;
  padding: 3px 0 3px 40px;
  position: relative;
  overflow: hidden;
}
.opendoc ul li:before {
  position: absolute;
  left: 21px;
  top: 11px;
  width: 7px;
  height: 5px;
  content: '';
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -40px -200px;
}
.opendoc ol li {
  counter-increment: myIndex;
}
.opendoc ol li:before {
  position: absolute;
  left: 0;
  top: 0px;
  width: 28px;
  content: counter(myIndex);
  padding-top: 4px;
  text-align: right;
  color: #c72323;
  font-size: 13px;
  font-weight: 700;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
}
.opendoc ol li:after {
  position: absolute;
  left: 28px;
  top: 0px;
  width: 3px;
  content: ".";
  padding-top: 4px;
  text-align: left;
  color: #c72323;
  font-size: 13px;
  font-weight: 700;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
}
.opendoc table {
  border-collapse: collapse;
  margin: 20px 0 6px;
}
.opendoc table th {
  border-bottom: 2px solid #d5d5d5;
  text-align: left;
  font-size: 13px;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  color: #21201c;
  text-transform: uppercase;
  padding: 10px 10px 10px 0;
}
.opendoc table td {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  font-size: 17px;
  line-height: 20px;
  padding: 9px 10px 10px 0;
}
#addons {
  padding-top: 55px;
  width: 700px;
}
#addons .addon {
  border-top: 2px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
  float: right;
  width: 340px;
  padding: 24px 0 23px;
}
#addons .addon:first-child {
  float: left;
}
#addons .addon ul {
  font-size: 15px;
  line-height: 20px;
  padding: 7px 0 0;
}
#addons .addon ul li {
  padding: 3px 0;
}
.backshare {
  padding-top: 25px;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
}
.backshare .back {
  display: block;
  float: left;
}
.backshare .back + .share {
  padding-left: 44px;
}
.backshare .back + .share:before {
  position: absolute;
  content: '';
  left: 12px;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -20px -180px;
}
.backshare .share {
  float: left;
  position: relative;
}
.backshare .share span,
.backshare .share ul,
.backshare .share li {
  display: block;
  float: left;
}
.backshare .share ul {
  padding-left: 16px;
}
.backshare .share li {
  padding: 0 2px;
}
.backshare .share a {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  transition: all 0.1s 0s;
}
.backshare .share a:hover {
  margin-top: -2px;
  padding-bottom: 2px;
  transition: all 0.1s 0s;
}
.backshare .share a.dr {
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -100px -160px;
}
.backshare .share a.fb {
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -120px -160px;
}
.backshare .share a.tw {
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -140px -160px;
}
.backshare .share a.gp {
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -160px -160px;
}
.backshare .share a.in {
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -180px -160px;
}
/* Contacts */

.cblocks {
  position: absolute;
  width: 100%;
  bottom: 117px;
  left: 0;
}
.cblocks .block {
  float: left;
  width: 300px;
  margin-left: 20px;
  background-color: #ebe9e6;
}
.cblocks .block:first-child {
  margin-left: 0;
}
.cblocks .block .inn {
  margin: 12px 20px 10px;
  position: relative;
  color: #37332d;
}
.cblocks .block h2 {
  color: #37332d;
  margin-bottom: -5px;
}
.cblocks .block .ctacts {
  color: #737373;
  font-size: 15px;
  line-height: 21px;
  padding-top: 19px;
}
.cblocks .block .ctacts .line {
  padding: 2px 0;
}
.cblocks .block .ctacts .line div {
  float: left;
  width: 65px;
  margin-right: 10px;
}
.cblocks .block .ctacts .line span {
  display: block;
  overflow: hidden;
}

.cblocks .block2 {
  float: left;
  width: 800px;
  margin-left: 70px;
  background-color: #ebe9e6;
}
.cblocks .block2 .inn {
  margin: 15px 20px 10px;
  position: relative;
  color: #37332d;
}
.cblocks .block2 .bleft {
  width: 345px;
  margin-left: 10px;
  float: left;
}
.cblocks .block2 .bleft span {
  font-size: 15px;
}
.cblocks .block2 .bleft .red {
  display: block;
  padding-top: 2px;
}
.cblocks .block2 h2 {
  color: #37332d;
  margin-bottom: 4px;
}
.cblocks .block2 .ctacts2 {
  width: 400px;
  float: left;
  font-size: 15px;
  line-height: 21px;
  padding: 5px 0 20px 0;
}
.cblocks .block2 .ctacts2 .line {
  padding: 2px 0;
}
.cblocks .block2 .ctacts2 .line div {
  float: left;
  font-weight: bold;
  width: 80px;
  margin-right: 10px;
}
.cblocks .block2 .ctacts2 .line span {
  display: block;
  overflow: hidden;
}


.cblocks .red {
  color: #c72323;
}
.cblocks.loaded .ctacts {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
#map {
  height: 434px;
  position: relative;
  background-image: url("../images/design/web.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#map .states li {
  position: absolute;
  color: #c72323;
  text-transform: uppercase;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  font-size: 13px;
}
#map .cities li {
  position: absolute;
  color: black;
  text-transform: uppercase;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  font-size: 15px;
}
#map .cities li span {
  display: block;
  font-size: 12px;
}
#map .textr {
  text-align: right;
}
.bigform {
  position: relative;
  padding-top: 31px;
}
.bigform h2 {
  color: #37332d;
  padding-bottom: 10px;
}
.bigform form > div:first-child {
  position: relative;
  margin-left: -20px;
}
.bigform form .lcol {
  float: left;
  width: 640px;
}
.bigform form .rcol {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 280px;
  font-size: 14px;
  line-height: 22px;
}
.bigform .input {
  padding-top: 14px;
  padding-left: 20px;
  width: 300px;
  float: left;
}
.bigform .input.textarea {
  width: 620px;
}
.bigform .input.textarea div {
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: 0 -380px;
}
.bigform .input input,
.bigform .input textarea {
  width: 100%;
  border: none;
  background: transparent;
  resize: none;
  height: 19px;
  line-height: 19px;
  font-size: 15px;
  padding: 0;
  margin: 0;
  color: #737373;
}
.bigform .input div {
  border: 1px solid #d5d5d5;
  border-top-color: #afafaf;
  padding: 8px 10px;
  cursor: text;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: 0 -340px;
}
.bigform .input textarea {
  height: 100px;
  overflow: auto;
}
.bigform .input.no_ok div {
  border-color: #d98585;
  border-top-color: #b67070;
}
.bigform .submit {
  height: 26px;
  line-height: 26px;
  color: #37332d;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  float: left;
  margin: 20px 30px 0 0;
  padding: 0 0 0 38px;
  position: relative;
  text-decoration: none;
}
.bigform .submit a {
  text-decoration: none;
}
.bigform .submit:before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -360px -120px;
  left: -2px;
  top: 0;
}
.bigform .submit:hover:before {
  background-position: -360px -160px;
}
.bigform .submit:hover:active {
  top: 2px;
}
.bigform .ok_msg,
.bigform .err_msg {
  font-size: 15px;
  margin-top: 20px;
  line-height: 26px;
  float: left;
  width: 410px;
  padding: 0 0 0 30px;
  display: none;
  border-left: 1px solid #d5d5d5;
}
.bigform.no_ok .err_msg {
  display: block;
  color: #c72323;
}
.bigform.is_ok .ok_msg {
  display: block;
  color: #539e49;
}
/* Process */

#pagecontent.processpage {
  min-height: 666px;
}
#pagecontent.processpage #pagebg span {
  background: transparent;
  height: 600px;
  position: relative;
  width: 100%;
  text-align: center;
}
#pagecontent.processpage #pagebg span b {
  position: relative;
  width: 1280px;
  height: 166px;
  background-image: url("../images/design/processtop.png");
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto -166px;
  display: block;
}
#pagecontent.processpage #pagebg span u {
  position: relative;
  display: block;
  width: 550px;
  height: 600px;
  background-image: url("../images/design/poverlay.png");
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  bottom: 0;
  z-index: 1;
  margin: 0 auto;
  left: 365px;
}
#pagecontent.processpage #pagebg span i {
  position: absolute;
  top: 100%;
  width: 100%;
  clear: both;
  left: 0;
  background-image: url("../images/design/");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 0;
  height: 100%;
}
#pagecontent.processpage #pagebg span i img {
  display: block;
  margin: 0 auto;
}
#pagecontent.processpage #pagebg span i.active,
#pagecontent.processpage #pagebg span i.over {
  top: 0;
}
#pagecontent.processpage #pagebg span i.over {
  z-index: 1;
}
#pagecontent.processpage #header .pagecontent {
  height: 137px;
}
.ie8 #pagecontent.processpage #pagebg span i img {
  position: relative;
  left: -999%;
}
#process {
  height: 545px;
  margin-bottom: -40px;
  position: relative;
  z-index: 5;
}
#process #stages {
  position: absolute;
  width: 100%;
  top: 443px;
  left: 0;
  text-align: center;
}
#process #stages .item {
  display: inline-block;
  width: 25%;
  margin: 0 -2px;
  vertical-align: top;
}
#process #stages .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  vertical-align: top;
  text-decoration: none;
}
#process #stages .item a a {
  text-decoration: none;
}
#process #stages .item .number {
  position: absolute;
  left: 98px;
  width: 38px;
  height: 38px;
  font-size: 18px;
  line-height: 38px;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  top: 0;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -400px -120px;
  color: #c72323;
  text-decoration: none;
}
#process #stages .item .number a {
  text-decoration: none;
}
#process #stages .item.active h2,
#process #stages .item a:hover h2 {
  color: #37332d;
}
#process #stages .item.active .number {
  color: white;
  background-position: -400px -160px;
}
#process #stages .item h2 {
  display: inline-block;
  max-width: 180px;
  margin-top: 46px;
  font-size: 20px;
  line-height: 24px;
  color: #002768;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  text-transform: uppercase;
}
#process #stages .item h2 span {
  display: block;
  color: #9f9f9f;
  font-size: 13px;
  line-height: 19px;
  font-family: 'PTSans-Narrow', sans-serif, Arial, Helvetica;
}
#process #steps {
  width: 350px;
  float: right;
}
#process #steps .scrollfield {
  padding-right: 15px;
}
#process #steps .scrollfield .mCSB_container *:first-child {
  padding-top: 0;
  margin-top: 0;
}
#process #steps h2 {
  font-size: 40px;
  line-height: 44px;
  color: white;
  padding: 14px 0 20px;
}
#process #steps p {
  color: #9e9e9e;
  font-size: 17px;
  line-height: 20px;
  padding-top: 20px;
}
#process #steps .items {
  height: 360px;
  overflow: hidden;
  position: relative;
}
#process #steps .item {
  max-height: 360px;
  position: absolute;
  width: 100%;
  top: 300%;
}
#process #steps .item.active {
  top: 0;
  z-index: 2;
}
#process #steps .item.over {
  top: 0;
  z-index: 3;
}
#process #steps .controls {
  position: absolute;
  right: 0;
  top: 370px;
  font-size: 13px;
  line-height: 25px;
  height: 25px;
  width: 350px;
  text-align: center;
  font-family: 'PTSans-Narrow-Bold', sans-serif, Arial, Helvetica;
  color: white;
  text-transform: uppercase;
}
#process #steps .controls .prev,
#process #steps .controls .next {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 0;
  text-decoration: none;
}
#process #steps .controls .prev a,
#process #steps .controls .next a {
  text-decoration: none;
}
#process #steps .controls .prev:before,
#process #steps .controls .next:before {
  content: '';
  position: absolute;
  top: 7px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: 100px 100px;
  width: 16px;
  height: 16px;
}
#process #steps .controls .prev {
  left: 0;
  padding-left: 17px;
}
#process #steps .controls .prev:before {
  background-position: -440px -120px;
  left: -2px;
}
#process #steps .controls .prev:hover:before {
  background-position: -440px -140px;
}
#process #steps .controls .next {
  right: 0;
  padding-right: 17px;
}
#process #steps .controls .next:before {
  background-position: -460px -120px;
  right: -2px;
}
#process #steps .controls .next:hover:before {
  background-position: -460px -140px;
}
#process.first #steps .controls .prev {
  display: none;
}
#process.last #steps .controls .next {
  display: none;
}
/* Specification */

#pagecontent.specification {
  min-height: 658px;
}
#pagecontent.specification #pagebg span {
  background-image: url("../images/design/pagebg4.jpg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 0;
  height: 592px;
}
#pagecontent.specification #header .pagecontent {
  height: 137px;
}
#specification {
  height: 500px;
  width: 984px;
  margin: 13px -21px 0;
}
#specification.exterior {
  background-image: url("../images/design/exterior.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#specification.interior {
  background-image: url("../images/design/interior.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#specification .pin {
  width: 30px;
  height: 30px;
  position: absolute;
  margin: -13px 0 0 -15px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -480px -120px;
  text-decoration: none;
  white-space: nowrap;
}
#specification .pin a {
  text-decoration: none;
}
#specification .pin:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 8px;
  left: 7px;
  top: -12px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -480px -250px;
}
#specification .pin:hover {
  background-position: -480px -160px;
}
#specification .pin:hover:before {
  background-position: -480px -290px;
}
#specification .pin:hover span {
  background-position: -460px -260px;
}
#specification .pin:hover span:before {
  background-position: right -260px;
}
#specification .pin span {
  padding: 0 7px 0 11px;
  margin-right: 4px;
  position: absolute;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  color: white;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -460px -220px;
  top: -42px;
}
#specification .pin span:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 30px;
  right: -4px;
  top: 0;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: right -220px;
}
.specpopup {
  position: absolute;
  top: 111px;
  width: 940px;
  height: 587px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  left: -100%;
  margin-left: -470px;
}
.specpopup.active {
  left: 50%;
}
.specpopup .texts {
  position: absolute;
  height: 100%;
  width: 380px;
  right: 0;
  top: 0;
  background-image: url("../images/design/poptextbg.png");
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  border-radius: 0px 4px 4px 0px;
  overflow: hidden;
}
.specpopup .texts .item {
  height: 100%;
  width: 100%;
  left: -100%;
  position: absolute;
}
.specpopup .texts .item.active {
  left: 0;
}
.specpopup .texts .item .inner {
  padding: 35px 0px 35px 30px;
}
.specpopup .texts .item h2 {
  color: white;
  font-size: 40px;
  line-height: 40px;
  padding: 0 0 8px;
  padding-right: 30px;
}
.specpopup .texts .item .scrollfield {
  color: #9e9e9e;
  font-size: 16px;
  line-height: 20px;
  height: 490px;
  padding-right: 30px;
  overflow: hidden;
}
.specpopup .texts .item .scrollfield p {
  padding-top: 10px;
}
.specpopup .texts .item .scrollfield ul,
.specpopup .texts .item .scrollfield ol {
  padding: 10px 0 0;
}
.specpopup .texts .item .scrollfield li {
  font-size: 17px;
  line-height: 20px;
  padding: 3px 0 3px 18px;
  position: relative;
  overflow: hidden;
}
.specpopup .texts .item .scrollfield ul li:before {
  position: absolute;
  left: 0px;
  top: 11px;
  width: 7px;
  height: 5px;
  content: '';
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -40px -200px;
}
.specpopup .images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #c7cad0;
  border-radius: 4px 4px 4px 4px;
}
.specpopup .images img {
  display: block;
  min-width: 940px;
  min-height: 587px;
  position: absolute;
  top: 200%;
  border-radius: 4px 4px 4px 4px;
}
.specpopup .images img.active {
  top: 0;
}
.specpopup .close {
  position: absolute;
  right: 20px;
  top: 0;
  text-indent: -9999px;
  width: 29px;
  height: 40px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -520px -120px;
}
.specpopup .close:hover {
  background-position: -520px -160px;
}
.specpopup .controls {
  position: absolute;
  left: 0;
  top: 0;
  width: 560px;
  height: 100%;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: 9999px 9999px;
}
.specpopup .controls a {
  position: absolute;
  height: 100%;
  top: 0;
  text-indent: -9999px;
  opacity: 0;
  transition: opacity 0.2s 0s;
}
.specpopup .controls a:hover {
  opacity: 1;
  transition: opacity 0.2s 0s;
}
.specpopup .controls a:before {
  position: absolute;
  content: '';
  top: 272px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: 100px 100px;
  width: 20px;
  height: 43px;
}
.specpopup .controls a.prev {
  width: 185px;
  left: 0;
  border-radius: 4px 0px 0px 4px;
}
.specpopup .controls a.prev:hover {
  background-image: url("../images/design/prevbg.png");
  background-color: transparent;
  background-repeat: repeat-y;
  background-position: 0 0;
}
.specpopup .controls a.prev:hover:before {
  left: 30px;
  background-position: -560px -120px;
}
.specpopup .controls a.next {
  width: 375px;
  right: 0;
}
.specpopup .controls a.next:hover {
  background-image: url("../images/design/nextbg.png");
  background-color: transparent;
  background-repeat: repeat-y;
  background-position: right 0;
}
.specpopup .controls a.next:hover:before {
  right: 30px;
  background-position: -580px -120px;
}
.scrollfield {
  overflow: hidden;
}
.mCSB_container {
  margin-right: 0;
}
.mCSB_container:after {
  position: relative;
  display: block;
  content: '';
  width: 100%;
  height: 10px;
}
.mCustomScrollBox {
  overflow: visible!important;
}
.mCustomScrollBox > .mCSB_scrollTools {
  right: -11px;
  width: 4px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0 0 0 0;
  width: 4px;
  background-color: #6d6b6a;
}
.mCSB_scrollTools .mCSB_dragger {
  width: 10px;
  left: -3px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #cb3e3e;
  border-radius: 0 0 0 0;
  left: 3px;
  margin: 0;
}
/* References */

#pagecontent.references_page {
  min-height: 355px;
}
#pagecontent.references_page #pagebg span {
  background-image: url("../images/design/pagebg4.jpg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 0;
  height: 355px;
}
#pagecontent.references_page #header .pagecontent {
  height: 150px;
}
#pagecontent.references_page #header .pagecontent h1 {
  width: 300px;
  z-index: 51;
  bottom: -69px;
}
#pagecontent.references_page #header .pagecontent .logotitle {
  border-color: #95b1c7;
}
#pagecontent.references_page #wrapper.pagecontent {
  position: relative;
  min-height: 729px;
}
#pagecontent.references_page .ref_additional {
  width: 230px;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  z-index: 51;
  top: 89px;
}
#pagecontent.references_page #ref_map {
  width: 783px;
  height: 729px;
  top: 0;
  left: -26px;
  position: absolute;
  z-index: 2;
}
#pagecontent.references_page #ref_map .tip_cont {
  position: absolute;
  font-size: 18px;
  line-height: 22px;
  color: white;
  z-index: 30;
  display: none;
  width: 250px;
}
#pagecontent.references_page #ref_map .tip_cont .box {
  background-image: url("../images/design/bl_0.7.png");
  background-color: transparent;
  background-repeat: repeat;
  background-position: 0 0;
  padding: 6px 15px 7px 15px;
  bottom: 10px;
  max-width: 250px;
  left: 0;
  position: absolute;
  border-radius: 5px 5px 5px 5px;
}
#pagecontent.references_page #ref_map .tip_cont .box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 7px;
  bottom: -7px;
  left: 0;
  background-image: url("../images/design/tip_edge.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 0;
}
#pagecontent.references_page #ref_map .map_bg,
#pagecontent.references_page #ref_map .map_empty {
  width: 783px;
  height: 729px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#pagecontent.references_page #ref_map .map_bg {
  z-index: 4;
}
#pagecontent.references_page #ref_map .map_empty {
  z-index: 7;
}
#pagecontent.references_page #ref_map .map_area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}
#pagecontent.references_page #ref_map map {
  width: 783px;
  height: 729px;
  display: block;
  position: relative;
  z-index: 2;
}
#pagecontent.references_page #ref_map .big_pins {
  position: relative;
  z-index: 12;
}
#pagecontent.references_page #ref_map .big_pins div {
  position: absolute;
  width: 62px;
  height: 45px;
  background-image: url("../images/design/ref_map_pin_big.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#pagecontent.references_page #ref_map .big_pin_areas {
  position: relative;
  z-index: 15;
}
#pagecontent.references_page #ref_map .big_pin_areas a {
  position: absolute;
  width: 62px;
  height: 45px;
}
#pagecontent.references_page #ref_map .small_pins {
  position: relative;
  z-index: 9;
}
#pagecontent.references_page #ref_map .small_pins div {
  position: absolute;
  width: 13px;
  height: 11px;
  background-image: url("../images/design/ref_map_pin_small.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#pagecontent.references_page #ref_map .small_pin_areas {
  position: relative;
  z-index: 18;
}
#pagecontent.references_page #ref_map .small_pin_areas a {
  position: absolute;
  width: 13px;
  height: 11px;
}
#pagecontent.references_page #ref_accordion {
  /*width: 490px;*/
  margin-top: 170px;
  float: right;
  position: relative;
  z-index: 51;
  /* ron */
  overflow: auto;
  width: 510px;
  height: 470px;
}
#pagecontent.references_page #ref_accordion .item {
  border-bottom: 2px solid #c3c3c1;
  margin-top: 2px;
}
#pagecontent.references_page #ref_accordion .item .trigger_line {
  cursor: pointer;
}
#pagecontent.references_page #ref_accordion .item .img {
  width: 80px;
  height: 63px;
  position: relative;
  float: left;
}
#pagecontent.references_page #ref_accordion .item .img img {
  display: block;
  width: 80px;
  height: 65px;
  position: relative;
  z-index: 1;
}
#pagecontent.references_page #ref_accordion .item .img .colored {
  display: none;
}
#pagecontent.references_page #ref_accordion .item .img .desaturated {
  display: block;
  width: 80px;
  height: 65px;
  position: relative;
  z-index: 1;
}
#pagecontent.references_page #ref_accordion .item .name {
  float: left;
  padding: 21px 50px 19px 20px;
  width: 340px;
  font-size: 20px;
  line-height: 23px;
  font-family: 'RobotoCondensed', sans-serif, Arial, Helvetica;
  color: #002768;
  position: relative;
}
#pagecontent.references_page #ref_accordion .item .name:before {
  content: '';
  position: absolute;
  top: 28px;
  right: 20px;
  width: 13px;
  height: 6px;
  background-image: url("../images/design/accordion_arrow.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#pagecontent.references_page #ref_accordion .item .expand {
  display: none;
  font-size: 17px;
  line-height: 20px;
  padding: 12px 0 26px;
  overflow: hidden;
}
#pagecontent.references_page #ref_accordion .item .expand div {
  color: #37332d;
  margin-bottom: 21px;
}
#pagecontent.references_page #ref_accordion .item .expand p {
  margin-top: 10px;
}
#pagecontent.references_page #ref_accordion .item:hover .img .colored,
#pagecontent.references_page #ref_accordion .item.hover .img .colored {
  display: block;
}
#pagecontent.references_page #ref_accordion .item:hover .img .desaturated,
#pagecontent.references_page #ref_accordion .item.hover .img .desaturated {
  display: none;
}
#pagecontent.references_page #ref_accordion .item:hover .name,
#pagecontent.references_page #ref_accordion .item.hover .name {
  color: #00173e;
}
#pagecontent.references_page #ref_accordion .item.active .img .colored {
  display: block;
}
#pagecontent.references_page #ref_accordion .item.active .img .desaturated {
  display: none;
}
#pagecontent.references_page #ref_accordion .item.active .name {
  color: #c72323;
}
#pagecontent.references_page #ref_accordion .item.active .name:before {
  background-position: 0 -20px;
}
#pagecontent.references_page #ref_accordion .item.active .expand {
  display: block;
}
/* Gallery */

#gallery {
  margin-left: -20px;
  padding: 5px 0 8px;
}
#gallery .item {
  display: block;
  width: 220px;
  height: 150px;
  overflow: hidden;
  float: left;
  margin: 20px 0 0 20px;
  position: relative;
}
#gallery .item:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/design/imgover.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#gallery .item img {
  display: block;
  min-width: 220px;
  min-height: 150px;
}
#gallery .item:hover:before {
  display: none;
}
.pager + .backshare {
  margin-top: 25px;
  border-top: 2px solid #d5d5d5;
}
#gallerypopup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 999999999;
}
#gallerypopup.active {
  left: 0;
}
#gallerypopup .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/design/b50p.png");
  background-color: transparent;
  background-repeat: repeat;
  background-position: 0 0;
}
#gallerypopup .content {
  position: absolute;
  top: 50%;
  width: 940px;
  height: 587px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  left: 50%;
  margin-left: -470px;
  margin-top: -290px;
}
#gallerypopup .images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#gallerypopup .images img {
  display: block;
  min-width: 940px;
  min-height: 587px;
  border-radius: 4px 4px 4px 4px;
}
#gallerypopup .images [data-item] {
  position: absolute;
  top: 200%;
}
#gallerypopup .images [data-item].active {
  top: 0;
}
#gallerypopup .images [data-item].over {
  top: 0;
  z-index: 2;
}
#gallerypopup .close {
  position: absolute;
  right: 20px;
  top: 0;
  text-indent: -9999px;
  width: 29px;
  height: 40px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: -520px -120px;
  z-index: 4;
}
#gallerypopup .close:hover {
  background-position: -520px -160px;
}
#gallerypopup .controls {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: 9999px 9999px;
  z-index: 3;
}
#gallerypopup .controls a {
  position: absolute;
  height: 100%;
  top: 0;
  text-indent: -9999px;
  opacity: 0;
  transition: opacity 0.2s 0s;
}
#gallerypopup .controls a:hover {
  opacity: 1;
  transition: opacity 0.2s 0s;
}
#gallerypopup .controls a:before {
  position: absolute;
  content: '';
  top: 272px;
  background-image: url("../images/design/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: 100px 100px;
  width: 20px;
  height: 43px;
}
#gallerypopup .controls a.prev {
  width: 310px;
  left: 0;
  border-radius: 4px 0px 0px 4px;
}
#gallerypopup .controls a.prev:hover {
  background-image: url("../images/design/prevbg.png");
  background-color: transparent;
  background-repeat: repeat-y;
  background-position: 0 0;
}
#gallerypopup .controls a.prev:hover:before {
  left: 30px;
  background-position: -560px -120px;
}
#gallerypopup .controls a.next {
  width: 630px;
  right: 0;
  border-radius: 0px 4px 4px 0px;
}
#gallerypopup .controls a.next:hover {
  background-image: url("../images/design/nextbg.png");
  background-color: transparent;
  background-repeat: repeat-y;
  background-position: right 0;
}
#gallerypopup .controls a.next:hover:before {
  right: 30px;
  background-position: -580px -120px;
}
#gallerypopup .controls a.disabled {
  top: 9999%;
}
/*.katalogs {
  display: none;
}
.katalogs:first-child {
  display: none;
}*/

.cf_gdpr_notice {
margin-top: 20px;
font-size: 12px;
width: 600px;
}

p img:nth-child(2) {
    width:700px!important;
}

.newsline .review .bubble .bg{
    width:275px!important;
    bottom:-65px;
    right:23px;
}

.newsline .review .bubble h2, .review span {
    color:#000;
}

.newsline .review .bubble p .red {
    color:#ef2b2d;
}

.newsline .review .bubble{
    background:#fff;
}

.newsline .review .bubble:before {
    display:none;
}

.newsline .review .who {
    padding:70px 0 0 10px;
}

.newsline .review .bubble p {
    top:44px;
}

#certificates {
    display: none !important;
}

#pagecontent {
    padding-bottom: 0 !important;
}