﻿﻿/* ---- RESET START ---- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ---- RESET END ---- */
html, body{ width: 100%; padding: 0; margin: 0; }
html{ height: 100%; }

body{
  font: normal normal 10pt/14pt 'Trebuchet MS', Arial, Verdana, sans-serif;
  background: #fcfcfc url(../images/bg/bg.jpg) 50% 0 no-repeat;
  position: relative;
  color: #333333;
  height: auto;
  min-height: 100%;
}

body.waiting, body.waiting * {
    cursor: wait!important;
}


/* ---- COMMON STYLES ---- */
a { color: #14316b; }
a:hover { color: #e22914; /*#fefefe;*/ }

.ov{ overflow: hidden; }
.br{ clear:both; font-size:0; overflow:hidden; }
.hd{ display: none; }

.clfx:before, .clfx:after {
  content: ".";
  display: block;
  height: 0px;
  visibility: hidden;
}

.clfx:after {
  clear: both;
}

/* ---- COMMON STYLES ---- */


@font-face {
    font-family: 'DINCondensedC';
    src: url('../fonts/dincondc-webfont.eot');
    src: url('../fonts/dincondc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dincondc-webfont.woff') format('woff'),
         url('../fonts/dincondc-webfont.svg#DINCondensedC') format('svg'),
         url('../fonts/dincondc-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 
/* ---- TEXT STYLES ---- */

.text{ font-size: 10.2pt; line-height: 1.456; }

h1 {
    /*font-size: 20pt;*/
    line-height: 24pt;
    margin-bottom: 14pt;
    font-family: 'DINCondensedC', 'Trebuchet MS', Arial, sans-serif;
    font-size: 22.6pt;
    text-transform: uppercase;
    font-weight: normal;
}

h2 {
    font-size: 14.3pt;
    line-height: 16.3pt;
    margin: 11pt 0 14pt;
    font-family: 'DINCondensedC', 'Trebuchet MS', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

h2:first-child {
    margin-top: 0;
}

h1+h2, h2+h3, h3+h4 {
    margin-top: 0;
}

h3 {
    font-size: 12pt;
    line-height: 15pt;
    text-transform: uppercase;
    margin: 11pt 0 14pt;
    font-family: 'DINCondensedC', 'Trebuchet MS', Arial, sans-serif;
    font-weight: normal;
    color: #1f2e4d;
}

h4 {
    margin: 11pt 0 4pt;
    font-family: 'DINCondensedC', 'Trebuchet MS', Arial, sans-serif;
    font-weight: bold;
}

h5, h6 {
    font-size: 1em;
    font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
    font-weight: bold;
}

.text ul, .text ol {
    list-style-position: outside;
    padding-left: 24pt;
}
.text p, .text ol, .text ul {
    margin-bottom: 6pt;
    margin-top: 4pt;
}
.text ul {
    list-style-image: url(../images/bg/typ-dot.png);
}
.text ul ul {
    margin-bottom: 0;
    list-style: circle;
}
.text ol {
    counter-reset:li;
    padding:0;
    margin: 0;
    list-style:none;
}

.text ol li {
    position:relative;
    margin:0 0 0 2em;
    padding: 2px 0;
}

.text ol li:before {
    content:counter(li);
    counter-increment:li;
    position:absolute;
    top: -1px;
    left:-2em;
    width: 2em;
    font: 8pt 'Trebuchet MS', Arial, Verdana, sans-serif;
    padding: 4px 0;
    color:#969696;
    text-align:center;
}
.text ul li, .text ol li {
  margin-bottom: 8px;
}
.text a {
    text-decoration: underline;
}
a.pseudo {
    text-decoration: none;
    border-bottom: 1px dotted;
    vertical-align: middle;
}

a.marked{
    text-decoration: none;
    color: #000000;
    display: inline-block;
    background-color: #dfeaf4;
    padding: 10px;
    vertical-align: middle;
}

.text hr {
    display: block;
    line-height: 1px;
    height: 1px;
    border: none;
    border-bottom: 1px solid;
}
.text td {
    vertical-align: top;
}

.text table td, .text table th {
    padding: 3pt 6pt;
    /*border: 1px solid #333333;*/
}

.text table th{
  text-align: left;
  font-weight: bold;
  color: #000000;
  font-size: 10.5pt;
  border-bottom: 1px solid #000000;
}

.text table td{
  color: #4a4a4a;
}

.text p.more-link {
    text-align: right;
}

.text p.more-link a{
    color: #0055cc;
}

.text p+p.more-link, .text ol+p.more-link, .text ul+p.more-link {
    margin-top: -5px;
}

.text img.fleft {
    float: left;
    margin: 0 12pt 12pt 0;
}
.text img.fright {
    float: right;
    margin: 0 0 12pt 12pt;
}

.text sub, .text sup {
    position: relative;
    font-size: 75%;
}
.text sub {
    top: .5ex;
}
.text sup {
    bottom: 1ex;
}
.text strong {
    font-weight: bold;
}
.text em {
    font-style: italic;
}

@-moz-document url-prefix() {
    .text{ padding: 0 1px; }
}
/* ---- TEXT STYLES ---- */

/* ---- FORM STYLES ---- */
.form{ }
.form .p{ margin-bottom: 15px;
  margin-left: 120px;
  clear: left;
}
.form .p .label{
  margin-left: -120px;
  float: left;
  /*width: 115px;*/
  width: 95px;
  color: #000000;
  font-weight: bold;
}

.form .error{ color: #cc0000; }
.form .p .label span{ }
.form .p input, .form .p textarea{
  padding: 3px;
  border: 1px solid #c8c9cc;
  border-top: 1px solid #9d9ea9;
  color: #4c4c4c;
}

.form .p input{
  width: 60%;
}

.form .p textarea{ height: 100px; line-height: 1.3; width: 97%; }
.form .p select{ width: 80%; }

.form .captcha{ text-align: center; margin-top: 3pt;}
.form .captcha input{ }
.form .captcha .label{ float: none; width: auto; display: block; margin-bottom: 3pt;}
.form .captcha img{ vertical-align: middle;}
.form .sbm{
  margin-top: 5pt;
  margin-left: 120px;
  margin-bottom: 20px;
  padding: 10px 0;

}

.form .sbm .ff-submit{
  border: 1px solid #d1d5d9;
  background: #ffffff;
  color: #14316b;
  font-weight: bold;
  font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
  padding: 3px 15px;
  box-shadow: 0 0px 10px #ebebeb;
  cursor: pointer;
}

.form .sbm .ff-submit:hover{
  border-color: #b4bdce;
  box-shadow: 0 0 10px #b5becf;
}

.form .sbm .ff-submit:active{
  border-color: #d1d5d9;
  border-top: 1px solid #9ca1a6;
  box-shadow: 0 0 10px #b5becf;
}

/* ---- FORM STYLES ---- */
body{

}

.top-cn{
  position:absolute;
  top: -58px;
  left: 50%;
  width: 643px;
  height: 663px;
  background: url(../images/bg/top-cn.png) 0 0 no-repeat;
  z-index: -1;
  margin-left: -305px;
}

.bottom-cn{
  position:absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -167px;
  /*width: 742px;*/
  right: 0;
  height: 588px;
  background: url(../images/bg/bottom-cn.png) 0 0 no-repeat;
  z-index: -1;
}

.wrap{
  width: 956px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 180px;
}

#header{
  height: 100px;
  margin-bottom: 30px;
}

#header .logo{
  position: absolute;
  top: 25px;
  left: 20px;
}

#header .phone{
  position: absolute;
  top: 50px;
  left: 569px;
  font-family: 'DINCondensedC', 'Trebuchet MS', Arial, sans-serif;
  font-size: 14.5pt;
  text-transform: uppercase;
  line-height: 1.3;
  padding-left: 20px;
  background: url(../images/bg/ic-phone.png) 0 7px no-repeat;
  letter-spacing: 0.036em;

}

.container{
  margin-left: 350px;
}

#left{
  float: left;
  width: 360px;
  margin-left: -345px;
  padding-top: 42px;
}

#left .org-description{
  font-family: 'DINCondensedC', 'Trebuchet MS', Arial, sans-serif;
  font-size: 14.6pt;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 58px;
  letter-spacing: 0.033em;
}

#left .org-description .la{
  margin-left: -0.53em;
}

#left .menu{
  margin-left: 25px;
  font-family: 'DINCondensedC', 'Trebuchet MS', Arial, sans-serif;
  font-size: 13.2pt;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: 0.036em;
  width: 240px;
}

#left .menu li{
  position: relative;
  padding-left: 30px;
  padding-bottom: 7px;
  padding-right: 10px;
  margin-bottom: 3px;

}

#left .menu li.spl{
  margin-bottom: 18px;
  z-index: 50;
}



#left .menu li a{
  /*text-decoration: none;
  border-bottom: 1px solid;*/
  /*color: #14316b;*/
  color: #12326b;
}

#left .menu li a:hover{
  color: #e22914;
}

#left .menu li.act, #left .menu li.active{
    background-color: #DDE6F2;
}

#left .menu li.act .a-cn, #left .menu li.active .a-cn{
  position: absolute;
  right: -90px;
  width: 90px;
  height: 100%;
  top: 0;
  background: url(../images/bg/mm-i-a.png) 0 100% no-repeat;
  /*background-size: 100% 100%;*/
  z-index: -1;
}



#left .menu li.act .smenu a, #left .menu li.active .smenu a{
  /*color: #14316B;*/
  color: #12326b;
  text-decoration: underline;
}

#left .menu li.act .smenu a:hover, #left .menu li.active .smenu a:hover{
  color: #e22914;
}

#left .menu li.act a, #left .menu .smenu li.act a, #left .menu .smenu li.act a:hover{
  text-decoration: none;
  color: #000000;
}

#left .menu li.active a, #left .menu .smenu li.active a, #left .menu .smenu li.active a:hover{
  text-decoration: none;
  color: #000000;
}

#left .menu .smenu{
  width: 230px;
  position: absolute;
  left: 265px;
  z-index: 50;
  top: 0;
  line-height: 1.1;
}

#left .menu .smenu li{
  padding-left: 10px;
}

#left .menu .smenu li.act .s-cn{
  position: absolute;
  left: -90px;
  width: 90px;
  height: 100%;
  top: 0;
  z-index: -1;
  background: url(../images/bg/mm-si-a.png) 100% 0 no-repeat;
  /*background-size: 100% 100%;*/
}


#center{
  min-height: 400px;
  /*height: 500px;*/
}

#content{
  min-height: 210px;
  margin-top: 20px;
}


/*  footer */
#footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 75px;
  background: url(../images/bg/f-bg.png) 50% 0 no-repeat;
}

#footer .f-cnt{
  width: 958px;
  margin: 0 auto;
  position: relative;
  font-size: 8.8pt;
}

#footer .f-cnt .f-cl{
  display: inline-block;
  margin-right: 80px;
  margin-top: 17px;
  margin-left: 5px;
}

#footer .f-cnt .webit{
  position: absolute;
  top: 12px;
  right: 30px;
  color: #333333;
  text-decoration: none;
  width: 150px;
}

#footer .f-cnt .webit span{
  display: inline-block;
}

#footer .f-cnt .webit .webit-logo{
  width: 41px;
  height: 39px;
  background: url(../images/ic/webit.png) 0 0 no-repeat;
  overflow: hidden;
  text-indent: -1000px;
  position: relative;
  top: 7px;
  margin-left: 10px;
}

.perfect{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/img/delta_main3.jpg) 50% -107px no-repeat;
  z-index: 200;
  opacity: .3;
  /*display: none;*/
}

.b-shadow{
  padding-bottom: 50px;
  background: url(../images/bg/b-shadow.png) 50% 100% no-repeat;
}

.ct-col{
  float: left;
  width: 47%;
  margin-right: 40px;
}

.ct-r{
  float: none;
  margin-right: 0;
}

.ct-col .ctc-l{
  float: left;
  width: 125px;
  margin-right: 20px;
}

.ct-col .ctc-l .ct-title{
  font-size: 14.3pt;
  line-height: 1.2;
  margin-top: 3px;
  text-transform: uppercase;
  font-family: 'DINCondensedC', 'Trebuchet MS', Arial, sans-serif;
  margin-bottom: 40px;
}

.ct-imp{
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
}

.img-w-title{

}

.img-w-title .img-title{
  margin-top: 5px;
  font-style: italic;
  font-size: 10pt;
  color: #12326b;
}



.center-text{
  margin-top: 37px;
  margin-right: 120px;
  margin-left: 10px;
}

.center-text  .ct-col{
  width: 340px;
  margin-right: 80px;
}

.center-text  .ct-r{
  margin-right: 0;
}

.center-text  .ct-col .ctc-l{
  /*float: left;
  width: 125px;
  margin-right: 10px;*/
}


/*
.center-text  .ct-col .ctc-l .ct-title{
  font-size: 14.3pt;
  line-height: 1.2;
  margin-top: 3px;
  text-transform: uppercase;
  font-family: 'DINCondensedC', Arial, sans-serif;
  margin-bottom: 40px;
}*/

.center-text  .ct-col .ctc-l .ct-img{

}

.rnd-gallery{
  height: 525px;
  width: 525px;
  position: relative;
  margin-top: 20px;
  float: right;
  right: -7px;
  /*margin-left: 3px;*/
}

.rnd-gallery .bx-pager{
  position: absolute;
  top: -44px;
  right: 30px;
  z-index: 100;
}

.rnd-gallery .bx-pager .pager-link{
  display: inline-block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: 50px;
  margin-left: 10px;
  background: url(../images/bg/pages.png) 0 -17px no-repeat;
  position: relative;
  cursor: pointer;
}

.rnd-gallery .bx-pager .pager-active{
  background-position: 0 0;
  top: -5px;
}

.rnd-gallery .bx-prev, .rnd-gallery .bx-next{
  display: none;
}

/*

.rnd-gallery .rnd-pages{
  position: absolute;
  top: -44px;
  right: 30px;
  z-index: 100;
}

.rnd-gallery .rnd-pages .rnd-page{
  display: inline-block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: -1000px;
  margin-left: 10px;
  background: url(../images/bg/pages.png) 0 -17px no-repeat;
  position: relative;
  cursor: pointer;
}

.rnd-gallery .rnd-pages .rnd-page-act{
  background-position: 0 0;
  top: -5px;
}
*/

.rnd-gallery .rnd-bg{
  width: 525px;
  height: 525px;
  background: url(../images/bg/round.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  /*left: 85px;*/
  z-index: 20;
  left: 0;
}

.rnd-gallery .rnd-label{
  position: absolute;
  top: 283px;
  right: -9px;
  width: 622px;
  height: 158px;
  background: url(../images/bg/rnd-label.png) 0 0 no-repeat;
  z-index: 22;
}

.rnd-gallery .rnd-label-txt{
  position: absolute;
  top: 283px;
  left: 100px;
  width: 340px;
  z-index: 24;
  font-family: 'DINCondensedC', 'Trebuchet MS', Arial, sans-serif;
  font-size: 22.6pt;
  text-transform: uppercase;
  line-height: 1.2;
  height: 135px;
  padding: 0;
  letter-spacing: 0.036em;
}

.rnd-gallery .rnd-label-txt .rnd-lbl{
  display: inline-block;
  vertical-align: middle;
  width: 99%;
}

.rnd-gallery .rnd-label-txt .rnd-spn{
  display: inline-block;
  width: 1px;
  height: 135px;
  vertical-align: middle;
}

.rnd-gallery .rnd-cnt{
  width: 525px;
  height: 525px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 85px;
}

.rnd-gallery .rnd-cnt .rnd-img{
  /*display: none;*/
  width: 525px;
  overflow: hidden;
}

.rnd-gallery .rnd-cnt .rnd-img div{
  display: none;
}

.rnd-gallery .rnd-cnt .screen{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 525px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 525px;
    z-index: 10;
}

.rnd-gallery .rnd-cnt .front{
  background-repeat: no-repeat;
  z-index: 11;
}

.accent{
  margin-left: 190px;
  min-height: 480px;
}

.accent .acc-h1{
  font-size: 24pt;
  line-height: 1.3;
  margin-bottom: 50px;
}

.accent .acc-with-line{
  border-top: 2px solid;
  margin-top: 80px;
}

.accent .acc-text{
  margin-left: 40px;
  font-size: 11pt;
  margin-right: 60px;
}

.accent .acc-text .acc-blue{
  font-style: italic;
  color: #12326b;
  margin-bottom: 30px;
}

.accent .acc-h2{
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 10px;
}

.accent .acc-h3{
  font-size: 12pt;
  margin-bottom: 10px;

}

.accent .acc-h4{
  font-size: 10pt;
  font-style: italic;
}

.imp-text{
  border-left: 1px solid #eeeef0;
  border-right: 1px solid #eeeef0;
  position: relative;
  background-color: #fbfbfb;
  padding: 40px;
  margin-bottom: 50px;
}

.imp-text .it-st{
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: url(../images/bg/typ-txt.png) 0 0 no-repeat;

}

.imp-text .it-sb{
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
  height: 23px;
  background: url(../images/bg/typ-txt.png) 0 -15px no-repeat;

}

.three-cols{
  margin: 0 80px 40px 80px;
}

.three-cols .th-cl{
  width: 30%;
  float: left;
  margin-right: 35px;
}

.three-cols .th-lst{
  float: none;
  margin-right: 0;
}

.bnr-cols{
  margin-bottom: 30px;
}

.bnr-cols .bnr-cl{
  width: 220px;
  float: left;
  margin-right: 20px;
}

.bnr{
  border: 1px solid #abadad;
  padding: 30px 30px 30px 30px;
}

.bnr .bnr-title{
  font-size: 12pt;
  line-height: 14pt;
  text-transform: uppercase;
  margin: 0 0 14pt;
  font-family: 'DINCondensedC', 'Trebuchet MS', Arial, sans-serif;
  font-weight: normal;
  color: #006346;
}

.bnr .bnr-img{
  margin-left: -15px;
}

.bnr-blue{
  background-color: #dfeaf4;
  border: 0;
}

.bnr-blue .bnr-title{
  color: #26221f;
}

.form{
  margin-right: 380px;
}

.form .form-comment{
  width: 160px;
  padding: 20px 20px;
  font-style: italic;
  float: right;
  margin-right: -245px;
  border: 1px solid #abadad;
  position: relative;
  background-color: #fbfbfb;
}

.form .form-comment .f-cmt-arr{
  width: 9px;
  height: 9px;
  position: absolute;
  left: -9px;
  top: 35px;

  background: url(../images/bg/cmt-arr.png) 0 0 no-repeat;
}

.form .p-content{
  margin-bottom: 30px;
}

.form .p-org{
  margin-bottom: 30px;
}

.form .p-org input{
  width: 80%;
}

.form .p-phone input{
  width: 40%;
}

.acc-contacts{
  height: auto;
  margin-top: 80px;
}

.acc-contacts .acc-cont-item{
  padding: 15px 40px;
  margin-bottom: 10px;
  border: 1px solid #ffffff;
}

.acc-contacts .acc-cont-active, .acc-contacts .acc-cont-item:hover{
  border: 1px solid #abadad;
}

.acc-contacts .acc-cont-item .acc-c-i-head{
  margin-bottom: 5px;
}

.acc-contacts .acc-cont-item .acc-c-i-head span{
  font-size: 14.3pt;
  line-height: 16.3pt;
  margin: 0;
  font-family: 'DINCondensedC', 'Trebuchet MS', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: middle;
  margin-right: 20px;
  display: inline-block;
  padding-bottom: 5px;
}

.acc-contacts .acc-cont-item .acc-c-i-head a{
  vertical-align: middle;
}

.acc-contacts .acc-cont-item .acc-c-i-addr{
  font-style: italic;
  color: #646160;
}

.map-cnt{
  padding: 15px;
}

.map-cnt .map{
  height: 400px;
  margin: 0 auto;
  position: relative;
}

.map-mark{
  width: 124px;
  height: 97px;
  position: absolute;
  background: url(../images/ic/map-mark.png) 0 0 no-repeat;
}

.about-block{
  padding: 0px 40px;
  margin-bottom: 40px;
}

.about-block .ct-col{
  float: left;
  width: 54%;
  margin-right: 80px;
  margin-top: 20px;
}

.about-block .bnr{
  padding: 20px 20px;
}

.about-block .bnr .bnr-title{
    font-size: 14.3pt;
    line-height: 1.2;
}

.act-text{
  font-style: italic;
  color: #12326b;
  margin-bottom: 40px;
  font-size: 10pt;
}

.act-types{
  text-align: justify;
}

.act-types .act-col{
  display: inline-block;
  width: 270px;
  vertical-align: top;
  text-align: left;
}

.act-types:after{
  width: 100%;
  display: inline-block;
  content: "";
  height: 0;
}

.act-types .ac-t{
  margin-bottom: 30px;
  margin-left: 70px;
}

.act-types .ac-t .ac-t-img{
  float: left;
  margin-left: -70px;
  margin-top: 5px;
}

.act-types .ac-t .ac-t-title{
  font-weight: bold;
}

.add-block{
  margin-left: 110px;
}

.add-block .add-col{
  float: left;
  width: 48%;
  margin-right: 70px;
}

.add-block .add-c-r{
  float: none;
  width: auto;
}

.add-block .add-col .act-text{
  margin-bottom: 10px;
}

.add-block .ad-title{
  font-size: 14.3pt;
  line-height: 1.2;
  margin-top: 3px;
  text-transform: uppercase;
  font-family: 'DINCondensedC', 'Trebuchet MS', Arial, sans-serif;
  margin-bottom: 10px;
}

.add-block .add-col ul{
  padding-left: 0;
}

.pics{
  margin-top: 10px;
}

.pics a{
  float: left;
  margin: 0 15px 15px 0;
}

.pics a img{
  padding: 2px;
  border: 1px solid #d1d1d1;
}

.license-accent{
  font-size: 11pt;
  line-height: 1.4;
}

.license-accent .acc-h1{
  display: block;
  line-height: 1.4;
  margin-bottom: 14pt;
  font-family: 'DINCondensedC', 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

.license-accent .gerb{
  margin-left: -70px;
  margin-top: 10px;
  position: relative;
}

.lic-cols{
  padding-left: 60px;
  padding-right: 80px;
  padding-top: 50px;
}

.lic-cols .lc-lc{
  float: left;
  width: 50%;
  margin-right: 50px;
  /*margin-top: -50px;*/
  margin-top: -120px;
}

.lic-cols .lc-col{

}

.lic-cols .lc-col .lc-title {
  font-family: 'DINCondensedC', 'Trebuchet MS',Arial,sans-serif;
  font-size: 14.3pt;
  font-weight: normal;
  line-height: 16.3pt;
  margin: 11pt 0 14pt;
  text-transform: uppercase;
}

.lic-cols .lc-col .lc-i{
  margin-bottom: 50px;
}

.lic-cols .lc-col .lc-i .pics{
  float: left;
  width: 150px;
  margin-right: 10px;
  margin-top: 4px;
}

.lic-cols .lc-col .lc-i .pics a{
  margin: 0 10px 10px 0;
}

.lic-cl-small{
  margin-left: 160px;
  padding-right: 160px;
  padding-top: 0;
}

.lic-cl-small .lc-lc{
  margin-top: 0;
  width: 43%;
}

.lic-cl-small .lc-col .lc-i .pics{
  width: 70px;
}

.articles{

}

.articles .art-i{
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 50px;
}

.articles .art-fst{
  clear: left;
  margin-left: 0;
}

.articles .art-i .art-t{
  font-size: 14pt;
  font-family: 'DINCondensedC', 'Trebuchet MS',Arial,sans-serif;
  margin-bottom: 20px;
  line-height: 18pt;
}/* Dropdown control */
.selectBox-dropdown {
	min-width: 75px;
	position: relative;
	border: 1px solid #c8c9cc;
  border-top: 1px solid #9d9ea9;
	line-height: 1.5;
	text-decoration: none;
	color: #000;
	outline: none;
	vertical-align: middle;
	background: #ffffff;
  height: 24px;
  line-height: 24px;
	display: inline-block;
	cursor: default;
}

a.selectBox-dropdown {
  color: #000000;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {

}

.selectBox-dropdown.selectBox-menuShowing {

}

.selectBox-dropdown .selectBox-label {
	padding: 0 8px 0 15px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: -1px;
	width: 26px;
	height: 100%;
	background: url(../images/bg/select-bg.png) 0 50% no-repeat;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}


/* Inline control */
.selectBox-inline {
	min-width: 75px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}


/* Options */
.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}

.selectBox-options li a {
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
  color: #000000;
}

.selectBox-options li.selectBox-hover li {
	background-color: #EEE;
}

.selectBox-options li.selectBox-disabled a {
	color: #888;
	background-color: transparent;
}

.selectBox-options li.selectBox-selected a {
	background-color: #f2f2f2;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options a {
	background-color: transparent !important;
}/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; /*overflow:hidden;*/}
#cboxOverlay{ overflow:hidden; }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px; background:#fff; padding-bottom: 80px; padding: 0 30px 80px 30px; }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{ /*border:5px solid #000;*/ background:#fff;}
        #cboxTitle{ background:#fff; color: #000000; position: absolute; bottom: 10px;
        left: 40px; right: 40px;}
        /*#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}*/
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left: 5px; margin-top:-8px; background:url(../images/cbox/controls.png) no-repeat top left; width:28px; height:16px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position: 0 -16px;}
        #cboxNext{ position:absolute; top:50%; right: 5px; margin-top:-8px; background:url(../images/cbox/controls.png) top right no-repeat; width:28px; height: 16px; text-indent:-9999px;}
        #cboxNext:hover{ background-position: 100% -16px;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../images/cbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top: 0px; right:-50px; display:block; background:url(../images/cbox/controls.png) no-repeat -28px 100%; width:34px; height:33px; text-indent:-9999px;}
        /*#cboxClose:hover{background-position:bottom center;}*/



/* -------------SPECIAL--------------- */
.height_text{
    margin-left: 30px;
    font-size: 12pt;
    line-height: 14pt;
    text-transform: uppercase;
    font-family: 'DINCondensedC', 'Trebuchet MS', Arial, sans-serif;
    font-weight: normal;
}
