html {
  height: 100%;
  width: 100%;
}
body
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
  color: #3e3e3e; 
  font-size: 13px; 
  font-family: Arial, sans-serif;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}
dl {
  padding:0 0 15px;
}
dt {
  margin:0 0 5px;
  font:16px/1.2em PT Sans Narrow, PTSansNarrow, Arial;
  color:#000;
}
dd {
  margin:0 0 10px;
}
table {
  border-spacing: 10px;
}
img.fig {
  margin: 10px 25px 25px 0px;
  display: block;
}
article.tutorial h3, article.tutorial h4 {
  margin-top: 50px;
}
article.tutorial div.panel {
  overflow: auto;
}

td, th {
  color: #3e3e3e; 
  font-size: 13px; 
  font-family: Arial, sans-serif;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}
a
{
  color: #33db6a;
  text-decoration: none;
  outline: none;
}
a:hover
{
  color: #3e3e3e;
  text-decoration: none;
  outline: none;
}
.ico {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
}
p {
  margin-top: 10px; 
  margin-bottom: 15px;
}
img {
  border-width: 0px;
}
h1, .tops-home .items .item h2 {
  color: #3e3e3e; 
  font-size: 60px; 
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
  /*letter-spacing: 0.05em;*/
}
h1 .sep {
  display: inline-block;
  margin: 0px 25px 0px 25px;
  background-color: #33db6a;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  border-radius: 4px;
}
h2 {
  color: #3e3e3e; 
  font-size: 55px; 
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  margin: 0px 0px 20px 0px;
}
.tops-home .items .item h2 {
  margin: 15px 0px 20px 0px;
  line-height: 40px;
}
h3 {
  color: #3e3e3e; 
  font-size: 30px; 
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
}
.row-comment h3 {
  font-size: 22px;
  margin: -5px 0px 5px 0px;
}
.row-comment:first-child h3, .row-comment h3.txt30 {
  font-size: 30px;
}
h4 {
  color: #3e3e3e; 
  font-size: 22px; 
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}
object, embed {
  margin: 0px;
  padding: 0px;
}

ul {
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 0px 21px;
  list-style-type: none;
  list-style-image: url(../images/li_marker.gif);
  overflow: hidden;
}
ul li {
  margin: 5px 0px 0px 0px;
}

/*ol, ul {
  margin: 10px 0px 15px 0px;
  padding: 0px 0px 0px 15px;
}
ul {
  list-style-image: url(/images/ico_li.png);
}
ol {
  list-style-type: decimal;
  padding: 0px 0px 0px 20px;
  color: #007ac2;
  font-family: "Arial Black", sans-serif;
}
ol li, ul li {
  margin: 2px 0px 3px 0px;
}
ul.standarts {
  margin: 10px 0px 15px 0px;
  padding: 0px 0px 0px 25px;
  list-style-image: url(/images/li_standarts.png);
  font-size: 14px;
}
ul.standarts li {
  margin: 5px 0px 7px 0px;
}*/
.body {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  min-width: 1000px;
  /*max-width: 1280px;*/
  min-height: 100%;
  height: auto;
  float: left;
}
.page {
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  width: 1000px;
}
.page-fix {
  position: relative;
  float: left;
  margin: 0px 50px 0px 75px;
  width: 875px;
}

/* header */
.page-fix header {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  margin-top: 70px;
  height: 52px;
  border-width: 0px 0px 4px 0px;
  border-style: solid;
  border-color: #33db6a;
}
header .logo, header .logo a {
  display: block;
  width: 83px;
  height: 31px;
}
header .logo {
  background-image: url(../images/agisoft.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
header nav {
  float: left;
  margin: 5px 0px 0px 115px;
  width: 576px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  /*filter: Shadow(Color=#0650d2, Direction=90, Strength=1);
  text-shadow: #0650d2 0px 1px 1px;*/
}
header nav a:link, header nav a:visited {
  float: left;
  color: #3e3e3e;
  margin-right: 30px;
}
header nav a:hover, header nav a.sel {
  color: #33db6a;
}
/* end header */

/* tops (home) */
.tops-home {
  position: relative;
  clear: both;
  float: left;
  margin: 50px 0px 0px 0px;
  width: 875px;
  height: 350px;
  overflow: hidden;
}
.tops-home .items {
  float: left;
  width: 875px;
  height: 700px;
}
.tops-home .items .bg {
  position: relative;
  float: left;
  width: 100%;
  height: 350px;
  background-position: top left;
  background-repeat: no-repeat;
}
.tops-home .items .item {
  position: absolute;
  top: 85px;
  left: 55px;
  width: 220px;
}
.tops-home .items .item a {
  display: block;
  clear: both;
  margin: 15px 0px 7px 0px;
  font-size: 20px; 
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  float: left;
}
.tops-home .items item a:hover {
  color: #3e3e3e;
}
/* end tops (home) */

/* actions (home) */
.actions-home {
  margin: 60px 0px 0px 0px;
  height: 71px;
}
.actions-home a {
  display: block;
  float: left;
  font-size: 22px; 
  font-family: 'PT Sans', sans-serif;
}
.actions-home a .lnk {
  display: inline-block;
  float: left;
  margin-left: 15px;
  line-height: 30px;
}
.actions-home a .ico {
  display: inline-block;
  float: left;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
}
.actions-home a .ico-1 {
  background-position: 0px -72px;
  width: 71px;
  height: 71px;
}
.actions-home a .ico-2 {
  background-position: -71px -72px;
  width: 69px;
  height: 69px;
}
.actions-home a .ico-3 {
  background-position: -140px -72px;
  width: 76px;
  height: 64px;
}
.actions-home a .lnk-1 {
  width: 139px;
}
.actions-home a .lnk-2 {
  width: 131px;
}
.actions-home a .lnk-3 {
  width: 94px;
}
.actions-home a:hover .ico-1 {
  background-position: 0px -143px;
}
.actions-home a:hover .ico-2 {
  background-position: -71px -141px;
}
.actions-home a:hover .ico-3 {
  background-position: -140px -136px;
}
/* end actions (home) */

.with-ico {
  display: inline-block;
  margin-right: 20px;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
}
.ico-about {
  width: 30px;
  height: 42px;
  background-position: -81px -30px;
  line-height: 40px;
}

.content {
  min-height: 100px;
}

/* nav sub */
ul.sub {
  margin: 0px;
  padding: 0px;
  background-color: #f2f2f2;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  list-style: none;
  overflow: visible;
}
/*ul.sub li {
  position: relative;
  float: left;
  padding: 0px;
  margin: 0px;
}
ul.sub a {
  float: left;
  padding: 0px 50px 0px 50px;
  color: #3e3e3e;
}*/
ul.sub li {
  position: relative;
  float: left;
  padding: 0px;
  margin: 0px;
  width: 20%;
  text-align: center;
}
ul.sub a {
  display: inline-block;
  width: 100%;
  color: #3e3e3e;
}
ul.sub li:hover a, ul.sub li.sel a {
  background-color: #33db6a;
  color: #ffffff;
}
ul.sub a span {
  display: inline-block;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}
ul.sub a span.arrow {
  margin-left: 5px;
  width: 10px;
  height: 4px;
  background-position: -206px -48px;
}
ul.sub li:hover a span.arrow, ul.sub li.sel a span.arrow {
  background-position: -206px -52px;
}
ul.sub a span.ico-compare {
  margin-right: 7px;
  width: 13px;
  height: 13px;
  background-position: -249px 0px;
}
ul.sub li:hover a span.ico-compare, ul.sub li.sel a span.ico-compare {
  background-position: -249px -13px;
}
ul.sub li ul {
  position: absolute;
  display: none;
  top: 50px;
  left: 0px;
  margin: 0px;
  padding: 20px 0px 20px 0px;
  width: 100%;
  background-color: #33db6a;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  list-style: none;
  line-height: 14px;
  z-index: 900;
}
ul.sub li:hover ul {
  display: block;
}
ul.sub li ul li {
  clear: both;
  float: none;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 100%;
}
ul.sub ul li a {
  display: block;
  float: none;
  padding: 10px 0px 10px 0px;
  color: #ffffff;
}
ul.sub ul li a:hover {
  /*background-color: #999999;*/
  color: #3e3e3e;
}
/*nav.sub a:hover {
  color: #33db6a;
}
nav.sub a.sel:hover {
  color: #3e3e3e;
}*/
/* nav sub */

.items200x250 {
  float: left;
  width: 900px;
  margin-right: -25px;
}
.items200x250 .item {
  float: left;
  margin: 40px 25px 10px 0px;
  width: 200px;
  height: 250px;
}
.items200x250 .item .hdr {
  height: 50px;
  font-size: 16px;
  font-weight: bold;
}
.items200x250 .item .img {
  position: relative;
  width: 200px;
  height: 200px;
}
.items200x250 .item .img .img-over {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background-color: #2a2a2a;
/*  background-color: #33db6a;*/
  color: #33db6a;
/*  color: #ffffff;*/
  display: none;
}
.items200x250 .item .img .img-over .desc {
  margin: 15px 15px 0px 20px;
  width: 165px;
  height: 190px;
}
.items200x250 .item .img .img-over .desc .notice {
  border-width: 0px 0px 0px 2px;
  border-style: solid;
  border-color: #ffffff;
  padding-left: 10px;
}
.items200x250 .item .img:hover {
  cursor: pointer;
}
.items200x250 .item .img:hover .img-over {
  cursor: pointer;
  display: block;
}

.items180x235 {
  width: 430px;
  margin-right: -35px;
}
.items180x235 .item {
  float: left;
  margin: 10px 35px 30px 0px;
  width: 180px;
  height: 235px;
}
.items180x235 .item .hdr {
  height: 55px;
  font-size: 16px;
  font-weight: bold;
  color: #cdcdcd;
}
.items180x235 .item .img {
  position: relative;
  width: 180px;
  height: 180px;
}

.items410x275 {
  float: left;
  width: 915px;
  margin-right: -40px;
}
.items410x275 .item {
  float: left;
  width: 410px;
  height: 275px;
  margin-top: 40px;
  margin-right: 40px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #e1e1e1;
}
.items410x275 .noborder {
  border-width: 0px;
}
.items410x275 .item .img {
  float: left;
  width: 105px;
}
.items410x275 .item .desc {
  float: left;
  width: 305px;
}

.items175 .item {
  position: relative;
  float: left;
  width: 175px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.items175 .item a {
  display: inline-block;
}
.items175 .item strong {
  position: absolute;
  top: 55px;
  left: 0px;
  font-size: 70px;
  color: #f2f2f2;
  line-height: 40px;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */

}
.items175 .item sup {
	display: inline-block;
	font-size: 10px;
	margin-top: -3px;
}

.items275x145 {
  float: left;
  width: 900px;
  margin-right: -25px;
}
.items275x145 .item {
  float: left;
  width: 275px;
  height: 145px;
  margin-right: 25px;
}
.items275x145 .item .img {
  height: 45px;
}
.items275x145 .item .img a {
  display: inline-block;
  float: left;
  height: 45px;
  line-height: 45px;
}
.items275x145 .item .img a img {
  vertical-align: bottom;
  
  filter: gray; /* IE6-9 */
  filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.items275x145 .item .img a:hover img {
  filter: none;
  filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.items275x145 .item .desc {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}

.legend {
	clear: both;
	float: left;
	margin-top: 70px;
	padding-top: 20px;
	width: 525px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #b2b2b2;
	font-size: 12px;
}

.price {
  font-size: 36px; 
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  color: #33db6a;
}

/* links with icons */
a .ico, a .lnk {
  float: left;
  display: inline-block;
}
.features-demo, .support-tt-pdf {
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.features-demo .ico {
  margin-right: 20px;
  width: 47px;
  height: 47px;
  background-position: -202px 0px;
}
.features-demo:hover .ico {
  background-position: -216px -150px;
}
.features-demo .lnk {
  width: 310px;
  margin-top: 5px;
}

.manuals-pdf {
  float: left;
  font-size: 11px;
  font-weight: bold;
  width: 150px;
}
.manuals-pdf .ico {
  margin-right: 10px;
  width: 27px;
  height: 37px;
  background-position: 0px -30px;
}
.manuals-pdf:hover .ico {
  background-position: -138px -30px;
}
.manuals-pdf .lnk {
  width: 113px;
}
.manuals-pdf .nolnk {
  color: #656565;
}

.support-lesson, .support-tutorial-dwn, .support-tutorial-play {
  float: left;
  font-size: 14px;
}
.support-lesson .ico, .support-tutorial-dwn .ico, .support-tutorial-play .ico  {
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-position: -69px 0px;
}
.support-lesson:hover .ico {
  background-position: -249px -26px;
}
.support-lesson .lnk, .support-tutorial-dwn .lnk, .support-tutorial-play .lnk {
  width: 190px;
  margin-top: 5px;
}


.tutorial-data {
  float: left;
  font-size: 14px;
}

.tutorial-data .ico {
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-position: -69px 0px;
}
.tutorial-data:hover .ico {
  background-position: -249px -26px;
}

.tutorial-data  .lnk {
  width: 190px;
  margin-top: 5px;
}



.support-tutorial-dwn .ico {
  background-position: 0px 0px;
}
.support-tutorial-dwn:hover .ico {
  background-position: -286px 0px;
}

.support-tutorial-play .ico {
  background-position: -45px 0px;
}
.support-tutorial-play:hover .ico {
  background-position: -262px 0px;
}



.support-tt-pdf .ico {
  margin-right: 13px;
  width: 27px;
  height: 37px;
  background-position: 0px -30px;
}
.support-tt-pdf:hover .ico {
  background-position: -138px -30px;
}
.support-tt-pdf .lnk {
  width: 370px;
}

.community-contact, .downloads-log {
  float: left;
}
.community-contact .ico {
  margin-right: 10px;
  margin-top: 5px;
  width: 31px;
  height: 23px;
  background-position: -165px -30px;
}
.community-contact:hover .ico {
  /*background-position: -249px -26px;*/
}
.community-contact .lnk {
  width: 120px;
}
.community-contact .nolnk, .downloads-log .nolnk, .downloads-geoid .nolnk, .downloads-trial .nolnk {
  color: #3e3e3e;
}

.downloads-log .ico {
  margin-right: 20px;
  width: 27px;
  height: 37px;
  background-position: -54px -30px;
}
.downloads-log:hover .ico {
  background-position: -111px -30px;
}
.downloads-log .lnk {
  width: 190px;
  font-size: 16px;
  font-weight: bold;
}
.downloads-log .nolnk {
  font-size: 13px;
  font-weight: normal;
}
.downloads-geoid {
  float: left;
  clear: both;
  font-size: 11px;
  font-weight: bold;
  margin: 0px 0px 15px;
}
.downloads-geoid .ico {
  margin-right: 20px;
  width: 27px;
  height: 37px;
  background-position: -54px -30px;
}
.downloads-geoid:hover .ico {
  background-position: -111px -30px;
}
/*
.downloads-geoid .lnk {
  width: 650px;
  font-size: 16px;
  font-weight: bold;
}
.downloads-geoid .nolnk {
  font-size: 13px;
  font-weight: normal;
}
*/
.downloads-trial .ico {
  margin-right: 19px;
  width: 38px;
  height: 38px;
  background-position: -273px -24px;
}
.downloads-trial:hover .ico {
  background-position: -279px -146px;
}
.downloads-trial .lnk {
  width: 190px;
  font-size: 16px;
  font-weight: bold;
}
.downloads-trial .nolnk {
  font-size: 13px;
  font-weight: normal;
}

.request-trial .lnk {
  width: 190px;
  font-size: 16px;
  font-weight: bold;
}
.request-trial .nolnk {
  font-size: 13px;
  font-weight: normal;
  color: #3e3e3e;
}
.request-trial a {
  display: block;
  float: left;
  font-weight: bold;
  font-size: 16px; 
  font-family: 'PT Sans', sans-serif;
}
.request-trial a .lnk {
  display: inline-block;
  float: left;
  margin-left: 15px;
  line-height: 30px;
}

.request-trial a .ico {
  display: inline-block;
  float: left;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
}

.request-trial a .ico-2 {
  background-position: -71px -72px;
  width: 69px;
  height: 69px;
}

.request-trial a .lnk-2 {
  width: 131px;
}

.request-trial a:hover .ico-2 {
  background-position: -71px -141px;
}



/* end links with icons */

.logo-youtube {
  float: left;
  width: 127px;
  height: 51px;
  background-image: url(../images/logos.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.logo-sketchfab {
  float: left;
  width: 176px;
  height: 37px;
  background-image: url(../images/logos.png);
  background-repeat: no-repeat;
  background-position: 0px -63px;
}

.logo-verold {
  float: left;
  width: 128px;
  height: 45px;
  background-image: url(../images/logos.png);
  background-repeat: no-repeat;
  background-position: 0px -100px;
}

.row-article {
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #f2f2f2;
}
.row-article:first-child {
  margin: 10px 0px 0px 0px;
}
.row-article p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.row-article p a {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
}
.date{
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  color: #888888;
}

.ico-windows {
  position: relative;
  margin-top: -6px;
  padding: 9px 10px 9px 8px;
  width: 30px;
}
.ico-windows .ico, .ico-windows .bg .ico {
  float: left;
  width: 30px;
  height: 33px;
  background-position: -216px -72px;
}
.ico-windows .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #33db6a;
  padding: 9px 10px 9px 8px;
  text-align: center;
  width: 30px;
  display: none;
}
.ico-windows .bg .ico {
  background-position: -216px -105px;
  display: block;
  float: none;
}
.ico-windows .bg a {
  display: block;
  color: #ffffff;
  margin: 10px 0px 5px 0px;
  font-weight: bold;
}
.ico-windows .bg a:hover {
  text-decoration: underline;
}

.ico-apple {
  float: left;
  margin-left: 10px;
  margin-top: 3px;
  width: 28px;
  height: 35px;
  background-position: -279px -107px;
}
.ico-apple:hover {
  background-position: -279px -72px;
}

.ico-linux {
  float: left;
  margin-left: 17px;
  width: 33px;
  height: 39px;
  background-position: -246px -111px;
}
.ico-linux:hover {
  background-position: -246px -72px;
}

.ico-notice {
  display: inline-block;
  margin-right: 10px;
  width: 21px;
  height: 21px;
  background-position: -24px 0px;
  vertical-align: middle;
}

a .ico-close, .ico-close {
  margin-left: 9px;
  width: 29px;
  height: 29px;
  background-position: -143px 0px;
  vertical-align: middle;
  float: none;
}
a:hover .ico-close {
  background-position: -263px -184px;
}

a .ico-gmap, .ico-gmap {
  margin-right: 7px;
  width: 21px;
  height: 21px;
  background-position: -93px 0px;
  vertical-align: middle;
  float: none;
}
a:hover .ico-gmap {
  background-position: -251px -50px;
}

.ico-tcenter {
	display: inline-block;
	margin-right: 5px;
	width: 23px;
	height: 16px;
	background-position: -217px -48px;
	vertical-align: bottom;
	float: none;
}

/* list (faq) */
ul.faq {
  margin: 0px;
  padding: 0px;
  width: 580px;
  list-style-type: none;
  list-style-image: url(../images/li_faq.png);
}
ul.faq li {
  margin: 25px 0px 0px 20px;
  padding: 0px 0px 0px 20px;
}
ul.faq li:first-child {
  margin: 10px 0px 0px 20px;
}
ul.faq li:hover, ul.faq li.sel {
  list-style-image: url(../images/li_faq_over.png);
}
ul.faq li.sel a {
  color: #33DB6A;
}
ul.faq li.sel a:hover{
  color: #000000;
}
ul.faq li p {
  margin: 15px 0px 35px 0px;
}
/* end list (faq) */

/* compare table */
table.compare {
  width: 100%;
}
table.compare th {
  font-family: 'PT Sans', sans-serif;
  color: #7F7F7F;
  font-size: 22px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #f2f2f2;
  padding: 30px 0px 20px 0px;
  font-weight: normal;
}
table.compare th:first-child {
  text-align: left;
}
/*table.compare th:last-child {
  background-position: right -50px;
  background-repeat: no-repeat;
  background-image: url(/images/tbl_forum.png);
}*/
table.compare td {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #f2f2f2;
  padding: 20px 0px 15px 0px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
table.compare td:first-child {
  text-align: left;
}
.ico-plus {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: -172px 0px;
}
/* end compare */

.empty-footer {
  clear: both;
  float: left;
  width: 100%;
  height: 300px;
}
/* footer */
footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  float: left;
  width: 100%;
  min-width: 1000px;
  height: 150px;
  font-size: 12px;
  color: #656565;
  background-color: #3e3e3e;
}
footer .footer-fix {
  margin: 0px auto;
  width: 1000px;
  height: 150px;
}
footer a:link, footer a:visited {
  color: #ffffff;
}
footer a:hover, footer a.sel {
  color: #33db6a;
}
footer .copyrights {
  margin: 24px 0px 0px 74px;
  width: 224px;
}
footer .copyrights .logo, footer .copyrights .logo a {
  display: block;
  width: 83px;
  height: 31px;
}
footer .copyrights .logo {
  background-image: url(../images/agisoft.png);
  background-position: 0px -31px;
  background-repeat: no-repeat;
}
footer nav {
  margin-top: 35px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
footer nav a {
  float: left;
  margin-right: 30px;
}
footer a.pdf {
  float: left;
  font-size: 11px; 
  font-weight: bold;
  text-transform: uppercase;
}
footer a.pdf .lnk {
  display: inline-block;
  float: left;
  margin-left: 15px;
  line-height: 20px;
}
footer a.pdf .nolnk {
  color: #656565;
}
footer a.pdf .ico {
  display: inline-block;
  float: left;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: -27px -30px;
  width: 27px;
  height: 37px;
}
footer a.pdf:hover .ico {
  background-position: 0px -30px;
}
footer a.pdf:hover .nolnk {
  color: #656565;
}
/* end footer */

/* txt colors */
.white, a.white {
  color: #ffffff;
}
.dark {
  color: #27282b;
}
.light {
  color: #d9d9d9;
}
.light2 {
  color: #989898;
}
.light3 {
  color: #cdcdcd;
}
.black {
  color: #000000;
}
/* end txt colors */
/* txt sizes */
.txt8 {
  font-size: 8px;
}
.txt10 {
  font-size: 10px;
}
.txt11 {
  font-size: 11px;
}
.txt12 {
  font-size: 12px;
}
.txt13 {
  font-size: 13px;
}
.txt14 {
  font-size: 14px;
}
.txt16 {
  font-size: 16px;
}
.txt18 {
  font-size: 18px;
}
.txt20 {
  font-size: 20px;
}
.txt22 {
  font-size: 22px;
}
.txt24 {
  font-size: 24px;
}
.txt30 {
  font-size: 30px;
}
.txt60 {
  font-size: 60px;
}
/* end txt sizes */
/* row, float */
.row {
  clear: both;
  float: left;
  width: 100%;
}
.row100 {
  float: left;
  width: 100%;
}
.floatl {
  float: left;
}
.floatr {
  float: right;
}
/* end row, float */
/* bg */
.bg_white {
  background-color: #ffffff;
}
/* end bg */
/* global styles */
.hidden {
  display: none;
}
.disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
}  
.disabled_dark {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #50000000, endColorstr = #50000000);
    background-color: rgba(0, 0, 0, 0.5);
}
.nobg {
  background: none;
}
.noborder {
  border-width: 0px;
}
.nou, a.nou {
  text-decoration: none;
}
a.nou:hover {
  text-decoration: none;
}
.u {
  text-decoration: underline;
}
.z {
  text-decoration: line-through;
}
.minh {
  min-height: 10px;
}

/* margins */
.marginl5 {
  margin-left: 5px;
}
.marginl10 {
  margin-left: 10px;
}
.marginl25 {
  margin-left: 25px;
}
.marginl70 {
  margin-left: 70px;
}
.marginl80 {
  margin-left: 80px;
}
.marginl90 {
  margin-left: 90px;
}
.marginr5 {
  margin-right: 5px;
}
.marginr10 {
  margin-right: 10px;
}
.marginr15 {
  margin-right: 15px;
}
.marginr25 {
  margin-right: 25px;
}
.margint5 {
  margin-top: 5px;
}
.margint10 {
  margin-top: 10px;
}
.margint15 {
  margin-top: 15px;
}
.margint20 {
  margin-top: 20px;
}
.margint25 {
  margin-top: 25px;
}
.margint30 {
  margin-top: 30px;
}
.margint35 {
  margin-top: 35px;
}
.margint40 {
  margin-top: 40px;
}
.margint50 {
  margin-top: 50px;
}
.margint60 {
  margin-top: 60px;
}
.margint70 {
  margin-top: 70px;
}
.margint90 {
  margin-top: 90px;
}
.marginb10 {
  margin-bottom: 10px;
}
.marginb20 {
  margin-bottom: 20px;
}
/* end margins */
/* paddings */
.pdb10 {
  padding-bottom: 10px;
}
/* end paddings */
/* width */
.w50 {
  width: 50px;
}
.w80 {
  width: 80px;
}
.w100 {
  width: 100px;
}
.w105 {
  width: 105px;
}
.w125 {
  width: 125px;
}
.w150 {
  width: 150px;
}
.w155 {
  width: 155px;
}
.w175 {
  width: 175px;
}
.w180 {
  width: 180px;
}
.w185 {
  width: 185px;
}
.w190 {
  width: 190px;
}
.w200 {
  width: 200px;
}
.w210 {
  width: 210px;
}
.w215 {
  width: 215px;
}
.w225 {
  width: 225px;
}
.w230 {
  width: 230px;
}
.w250 {
  width: 250px;
}
.w270 {
  width: 270px;
}
.w275 {
  width: 275px;
}
.w320 {
  width: 320px;
}
.w400 {
  width: 400px;
}
.w410 {
  width: 410px;
}
.w415 {
  width: 415px;
}
.w430 {
  width: 430px;
}
.w515 {
  width: 515px;
}
.w525 {
  width: 525px;
}
.w550 {
  width: 550px;
}
.w626 {
  width: 626px;
}
.w700 {
  width: 700px;
}
/* end width */
/* height */
.h105 {
  height: 105px;
}
/* end height */
.lh12 {
  line-height: 12px;
}
.lh14 {
  line-height: 14px;
}
.lh16 {
  line-height: 16px;
}
.lh18 {
  line-height: 18px;
}
.lh20 {
  line-height: 20px;
}
.lh24 {
  line-height: 24px;
}
.lh30 {
  line-height: 30px;
}
.lh40 {
  line-height: 40px;
}
/* */
.fpts {
  font-family: 'PT Sans', sans-serif;
  /*letter-spacing: 0.05em;*/
}
.vat {
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.ttu {
  text-transform: uppercase;
}
.fsi {
  font-style: italic;
}
.fsn {
  font-style: normal;
}
.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}
.cq {
  vertical-align: super;
}
/* position */
.posrel {
  position: relative;
}
.posabs {
  position: absolute;
}
/* end position */
