body {
  padding-left: 120px;
  background-color: #0e1315;
  background-image: url('../../imgx/dots.png'), url('../../imgx/europe.jpg');
  background-position: 0% 0%, 50% 94%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family:'Open Sans', sans-serif;
  color: #e1f3f5;
  font-size: 14px;
  line-height: 20px;
}
body:hover {
  background-position: 0% 0%, 50% 100%;
}
h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid transparent;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family:'Roboto Slab', sans-serif;
  color: #cedadb;
  font-size: 60px;
  line-height: 59px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}
/* bartek */
.dotted_div {
	margin-top: 10px;
	height: 10px;
	border-top: 1px dotted rgba(225, 243, 245, 0.2);
}
.redfont {
	color: color:rgb(227,102,74);
}
h1:hover {
  border: 1px solid transparent;
  color: white;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #e1f3f5;
  font-size: 26px;
  line-height: 32px;
  font-weight: 200;
  text-transform: none;
}
h3 {
  padding-top: 15px;
  padding-bottom: 0px;
  float: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #c9d5d6;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  list-style-type: square;
}
.button {
  display: inline-block;
  margin-top: 16px;
  margin-right: 20px;
  margin-left: 0px;
  padding: 8px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 243, 245, 0.54);
  border-radius: 5px;
  background-color: rgba(225, 243, 245, 0.04);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  border-color: rgba(225, 243, 245, 0.2);
  border-radius: 9px;
  background-color: #e1f3f5;
  box-shadow: black 0px 1px 12px 0px, white 0px 17px 28px 0px inset;
  -webkit-transform: translate(0px, -5px) scale(1.1);
  -ms-transform: translate(0px, -5px) scale(1.1);
  -o-transform: translate(0px, -5px) scale(1.1);
  transform: translate(0px, -5px) scale(1.1);
  color: rgba(14, 19, 21, 0.74);
}
.button.buttonbig {
  min-width: 225px;
  margin: 17px 24px 16px;
  padding: 16px;
  border: 1px solid transparent;
  border-radius: 9px;
  background-color: #e1f3f5;
  background-image: -webkit-linear-gradient(white, #e1f3f5);
  background-image: -o-linear-gradient(white, #e1f3f5);
  background-image: linear-gradient(white, #e1f3f5);
  box-shadow: #0e1315 0px 0px 3px 0px;
  opacity: 0.82;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #0e1315;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.button.buttonbig:hover {
  border-color: rgba(225, 243, 245, 0.49);
  background-color: rgba(225, 243, 245, 0);
  opacity: 0.97;
  -webkit-transform: translate(0px, -5px) scale(1.05);
  -ms-transform: translate(0px, -5px) scale(1.05);
  -o-transform: translate(0px, -5px) scale(1.05);
  transform: translate(0px, -5px) scale(1.05);
  color: #0e1315;
}
.button.buttongetit {
  margin-right: 0px;
  margin-left: 0px;
  border-color: transparent;
  background-color: #c54c49;
  background-image: -webkit-linear-gradient(#ea5153, #c54c49);
  background-image: -o-linear-gradient(#ea5153, #c54c49);
  background-image: linear-gradient(#ea5153, #c54c49);
  opacity: 0.9;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  color: #e1f3f5;
  text-shadow: rgba(14, 19, 21, 0.49) 0px 1px 0px, #ea5153 0px -1px 0px;
}
.button.buttongetit:hover {
  border: 1px solid #c54c49;
  background-color: rgba(197, 76, 73, 0.2);
  box-shadow: black 0px 1px 12px 0px, rgba(225, 243, 245, 0.2) 0px 17px 28px 0px inset;
  opacity: 1;
  -webkit-transform: scale(1.05) translate(0px, -5px);
  -ms-transform: scale(1.05) translate(0px, -5px);
  -o-transform: scale(1.05) translate(0px, -5px);
  transform: scale(1.05) translate(0px, -5px);
  color: #e1f3f5;
}
.button.getaplusgetlicensebutton {
  position: static;
   /*bartek
  left: 25%;
  right: 25%;
  */
  left: 15%;
  right: 15%;
  bottom: 20px;
  display: inline-block;
  margin-right: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-color: #4feef1;
  background-color: #4feef1;
  color: #0e1315;
  font-weight: 700;
}
.button.getaplusgetlicensebutton:hover {
  background-color: rgba(79, 238, 241, 0.27);
  box-shadow: black 0px 1px 12px 0px;
  color: #4feef1;
}
.button.getaplusgetlicensebutton.red {
  position: static;
  /*bartek
  left: 20%;
  right: 20%;
  */
  padding: 8px 25px;
  border-color: #c54c49;
  background-color: #ea5153;
  color: #e1f3f5;
  font-size: 18px;
  font-weight: 700;
}
.button.getaplusgetlicensebutton.red:hover {
  background-color: rgba(234, 81, 83, 0.09);
  color: #ea5153;
}
.button.getaplusgetlicensebutton.red.subscribe {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: -5px;
  padding-right: 30px;
  padding-left: 15px;
  font-weight: 300;
}
.button.getaplusgetlicensebutton.greyn {
  margin-right: 0px;
  border-color: #819696;
  background-color: #97a7a8;
}
.button.getaplusgetlicensebutton.greyn:hover {
  background-color: rgba(151, 167, 168, 0.2);
  color: #e1f3f5;
}
.button.smaller {
  margin-right: 0px;
  font-size: 10px;
}
.button.black {
  border-width: 2px;
  border-color: rgba(225, 243, 245, 0.27);
  border-radius: 1px;
  background-color: #0e1315;
  color: #a8adad;
  font-size: 11px;
  font-weight: 700;
}
.button.black:hover {
  box-shadow: black 0px 1px 12px 0px, rgba(225, 243, 245, 0.2) 0px 17px 28px 0px inset;
}
.button.black.fullwidth {
  display: block;
}
.button.black.fullwidth:hover {
  box-shadow: black 0px 1px 12px 0px, rgba(225, 243, 245, 0.09) 0px 17px 28px 0px inset;
}
.button.browse {
  margin-right: 20px;
  margin-left: 20px;
  padding: 4px 10px;
  border-style: solid;
  border-color: rgba(30, 35, 36, 0.54);
  border-radius: 3px;
  background-color: #c4cbcc;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0e1315;
  text-transform: none;
}
.button.browse.browse2 {
  margin-top: 10px;
  margin-left: 5px;
}
.button.dedicatedsoftwarerequestbutton {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #c54c49;
  background-color: #c54c49;
  font-family:'Roboto Slab', sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.button.dedicatedsoftwarerequestbutton:hover {
  box-shadow: black 0px 1px 12px 0px, rgba(255, 255, 255, 0.18) 0px 17px 28px 0px inset;
  color: rgba(233, 243, 247, 0.74);
}
.button.buttonred {
  border-color: #ea5153;
  background-image: -webkit-linear-gradient(#fc6a6c, #b8403e);
  background-image: -o-linear-gradient(#fc6a6c, #b8403e);
  background-image: linear-gradient(#fc6a6c, #b8403e);
  opacity: 0.9;
}
.button.buttonred:hover {
  background-color: #c54c49;
  box-shadow: black 0px 1px 12px 0px, #ff6161 0px 17px 28px 0px inset;
  opacity: 1;
  color: #e1f3f5;
}
.button.buttonwhite {
  margin-right: 0px;
  border-radius: 9px;
  background-image: -webkit-linear-gradient(white, #abb9ba);
  background-image: -o-linear-gradient(white, #abb9ba);
  background-image: linear-gradient(white, #abb9ba);
  opacity: 0.9;
  color: #0e1315;
}
.button.buttonwhite:hover {
  opacity: 1;
}
.button.buttonbecomepartner {
  height: auto;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
}
.button.nomargin {
  margin-right: 0px;
}
.content {
  display: block;
  width: 80%;
  min-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
}
.content.flexible {
  width: auto;
}
.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 101;
  display: block;
  height: 100%;
  background-color: rgba(14, 19, 21, 0.49);
  box-shadow: none;
}
.footer {
  padding-top: 20px;
  padding-bottom: 40px;
  font-family:'Roboto Slab', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 100;
  text-align: center;
}
.menuhead {
  width: 116px;
  height: 100%;
  float: right;
  border-right: 1px solid rgba(14, 19, 21, 0.65);
  border-left: 1px solid rgba(105, 142, 156, 0.24);
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.menuhead:hover {
  background-color: rgba(14, 19, 21, 0.49);
}
.menusection {
  width: 300px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(105, 142, 156, 0.2);
}
.menusection.menublockshead {
  background-color: rgba(225, 243, 245, 0.09);
}
.logo {
  position: static;
  z-index: 101;
  width: 75px;
  height: 87px;
  margin-top: 14px;
}
.menulangitem {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.menulangitem:hover {
  color: white;
  font-size: 13px;
  letter-spacing: -1px;
}
.menulanglabel {
  display: inline-block;
  padding-left: 10px;
  color: #e1f3f5;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.menulangsubmenu {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 0px;
  opacity: 0;
}
.menuitem {
  display: block;
  margin-left: 20px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: rgba(225, 243, 245, 0.90);
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}
.menuitem:hover {
  box-shadow: none;
  -webkit-transform: translate(0px, -5px) scale(1.1);
  -ms-transform: translate(0px, -5px) scale(1.1);
  -o-transform: translate(0px, -5px) scale(1.1);
  transform: translate(0px, -5px) scale(1.1);
  color: white;
  text-shadow: white 0px 0px 2px;
}
.menuitem.menuitemhead {
  padding-top: 0px;
  color: rgba(255, 49, 71, 0.90);
  font-size: 24px;
  line-height: 47px;
  font-weight: 300;
  letter-spacing: 0px;
}
.menuitem.menuitemhead:hover {
  text-shadow: rgba(255, 49, 71, 0.90) 0px 0px 2px;
}
.menuitem.menuitemblocks {
  padding-top: 9px;
  padding-bottom: 5px;
}
.menuitem.menuitemblocks:hover {
  -webkit-transform: translate(0px, -5px) scale(1.1);
  -ms-transform: translate(0px, -5px) scale(1.1);
  -o-transform: translate(0px, -5px) scale(1.1);
  transform: translate(0px, -5px) scale(1.1);
}
.menuitem.menuitemlast {
  padding-bottom: 10px;
}
.menunewslink {
  position: relative;
  display: inline-block;
  margin-right: 120px;
  margin-left: 0px;
  color: rgba(225, 243, 245, 0.90);
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
.menuaboutuslink {
  display: inline-block;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 0px;
  color: rgba(225, 243, 245, 0.90);
  text-decoration: none;
}
.search {
  z-index: 101;
  display: inline-block;
  margin-left: 27px;
  float: left;
  opacity: 0.37;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search:hover {
  opacity: 0.8;
}
.searchfield {
  display: none;
  width: 180px;
  margin-bottom: 0px;
  margin-left: 14px;
  padding: 4px 8px;
  float: left;
  border: 0px solid black;
  background-color: rgba(225, 243, 245, 0.78);
  font-family:'Roboto Slab', sans-serif;
  color: #0e1315;
  font-size: 16px;
  text-transform: uppercase;
}
.searchfield:focus {
  background-color: rgba(255, 255, 255, 0.77);
  color: #030101;
}
.menuaboutuslinkscontainer {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-left: 20px;
}
.menublocksdescription {
  display: inline-block;
  padding-top: 5px;
  font-family:'Roboto Slab', sans-serif;
  color: rgba(225, 243, 245, 0.61);
  font-size: 11px;
  line-height: 10px;
  letter-spacing: 0px;
  text-transform: none;
}
.menuitemhead {
  padding-top: 8px;
  font-size: 28px;
}
.menuitemhead.menublockshead {
  display: inline-block;
  padding-right: 12px;
  float: none;
  color: rgba(255, 49, 71, 0.90);
  font-size: 26px;
}
.menucontent {
  z-index: 101;
  overflow-x: visible;
  overflow-y: visible;
  width: 0px;
  height: 100%;
  float: left;
  background-color: rgba(14, 19, 21, 0.49);
}
.menuformwrapper {
  width: 100%;
  margin-bottom: 0px;
  -webkit-transition-delay: initial;
  -o-transition-delay: initial;
  transition-delay: initial;
}
.menuform {
  width: 100%;
}
.logoimg {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.centered.glow {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.centered.glow:hover {
  text-shadow: #e1f3f5 0px 0px 15px;
}
.centered.marginbottom40 {
  margin-bottom: 40px;
}
.contenthome {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  margin-left: auto;
  padding-top: 15%;
  padding-bottom: 25%;
  padding-left: 20px;
  background-image: -webkit-radial-gradient(circle at 50% 50%, rgba(14, 19, 21, 0.30) 48%, #0e1315), url('../../imgx/dots.png');
  background-image: -o-radial-gradient(circle at 50% 50%, rgba(14, 19, 21, 0.30) 48%, #0e1315), url('../../imgx/dots.png');
  background-image: radial-gradient(circle at 50% 50%, rgba(14, 19, 21, 0.30) 48%, #0e1315), url('../../imgx/dots.png');
  background-position: 0% 0%, 0% 0%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  font-size: 19px;
}
.footerbutton {
  width: 37px;
  height: 38px;
  min-width: 0px;
  margin: 18px 5px 22px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #e1f3f5;
  background-image: url('../../imgx/f.png');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 16px;
  line-height: 20px;
}
.footerbutton.yt {
  background-image: url('../../imgx/yt.png');
}
.footerbutton.i {
  background-image: url('../../imgx/i.png');
}
.footerbutton.in {
  background-image: url('../../imgx/in.png');
}

.footerbutton.tt {
  background-image: url('../../imgx/tt.png');
}
.footerbutton.footergetaplus {
  display: inline-block;
  width: 160px;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-top: 12px;
  padding-bottom: 31px;
  border: 1px solid transparent;
  background-color: #c54c49;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  box-shadow: rgba(224, 85, 99, 0.90) 0px 10px 30px 0px inset;
  font-family:'Open Sans', sans-serif;
  color: #0e1315;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.footerbutton.footergetaplus:hover {
  border: 1px solid #ea5153;
  background-color: #c54c49;
  box-shadow: black 0px 1px 12px 0px, rgba(237, 107, 120, 0.90) 0px 17px 28px 0px inset;
  color: #e1f3f5;
}
.grey {
  color: rgba(225, 243, 245, 0.49);
}
.grey.copyright {
  font-family:'Open Sans', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
.bold {
  font-weight: 400;
}
.paddingtop5px {
  display: inline-block;
  padding-top: 0px;
}
.menuscrollable {
  overflow-x: auto;
  overflow-y: auto;
  height: 90%;
}
.menuaplusdrawer {
  overflow-x: hidden;
  overflow-y: hidden;
}
.menufooter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.menugetit {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 10px;
  padding-left: 9px;
  border-radius: 3px;
  background-color: #c54c49;
}
.menunewsnotifier {
  position: absolute;
  right: -8px;
  bottom: -2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-bottom: 1px solid #ea5153;
  border-top-width: 1px;
  border-top-color: #ea5153;
  border-radius: 12px;
  background-color: rgba(255, 49, 71, 0.90);
  color: white;
  font-size: 11px;
  line-height: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}
.newsdate {
  margin-bottom: 11px;
  font-family:'Open Sans', sans-serif;
  color: #83999c;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.newslistcontainer {
  position: relative;
  display: block;
  padding: 18px 84px 26px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 243, 245, 0);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
.newslistcontainer:hover {
  border-color: rgba(225, 243, 245, 0.2);
  background-color: rgba(225, 243, 245, 0);
  -webkit-transform: translate(0px, -5px) scale(1.02);
  -ms-transform: translate(0px, -5px) scale(1.02);
  -o-transform: translate(0px, -5px) scale(1.02);
  transform: translate(0px, -5px) scale(1.02);
}
.newsraquo {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100px;
  padding-left: 13px;
  float: right;
  font-family:'Roboto Slab', sans-serif;
  color: #e1f3f5;
  font-size: 140px;
  line-height: 200px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
}
.subtitleh2 {
  margin-bottom: 59px;
  font-family:'Roboto Slab', sans-serif;
  color: #e1f3f5;
  font-size: 19px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}
.leftmenucategory {
  display: block;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  border: 1px solid transparent;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #e1f3f5;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.leftmenucategory:hover {
  border-width: 1px;
  border-color: rgba(225, 243, 245, 0.47);
  box-shadow: rgba(255, 255, 255, 0.2) 0px 14px 36px 0px inset;
  -webkit-transform: scale(1.02) translate(0px, -5px);
  -ms-transform: scale(1.02) translate(0px, -5px);
  -o-transform: scale(1.02) translate(0px, -5px);
  transform: scale(1.02) translate(0px, -5px);
}
.leftmenucategory.current {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 243, 245, 0.2);
  background-image: -webkit-linear-gradient(rgba(225, 243, 245, 0.2), transparent);
  background-image: -o-linear-gradient(rgba(225, 243, 245, 0.2), transparent);
  background-image: linear-gradient(rgba(225, 243, 245, 0.2), transparent);
  color: white;
  font-weight: 900;
}
.leftmenucategory.subcategory {
  color: #c2d0d1;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.featuresfeaturename {
  width: 100%;
  margin-top: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
  clear: both;
  font-family: Lato, sans-serif;
  color: #e1f3f5;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}
.featuresfeaturedescription {
  padding-top: 0px;
  color: #a6babd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  text-align: center;
}
.newstickerheading {
  margin-bottom: 0px;
  color: #e1f3f5;
  font-size: 16px;
  line-height: 14px;
  font-weight: 200;
}
.h1link {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid transparent;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #e1f3f5;
  text-decoration: none;
}
.h1link:hover {
  border-color: rgba(225, 243, 245, 0.2);
  background-color: rgba(225, 243, 245, 0);
  -webkit-transform: translate(0px, -5px) scale(1.02);
  -ms-transform: translate(0px, -5px) scale(1.02);
  -o-transform: translate(0px, -5px) scale(1.02);
  transform: translate(0px, -5px) scale(1.02);
  color: white;
}
.h1link.margin20 {
  margin-top: 20px;
  margin-bottom: 0px;
}
.h1link.blocks {
  margin-top: 0px;
  margin-bottom: 0px;
}
.newstickerlink.w--current {
  padding-left: 15px;
  border: 1px solid transparent;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
.newstickerlink.w--current:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 243, 245, 0.2);
  background-color: rgba(225, 243, 245, 0);
}
.h1nomargin {
  margin-top: 0px;
  margin-bottom: 0px;
}
.getaplusbox {
  display: inline-block;
  padding-top: 100px;
  float: none;
  background-image: url('../../imgx/house.png');
  background-position: 50% 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.getaplusbox:hover {
  background-position: 50% -12px;
  background-size: 105%;
}
.getaplusbox.getaplusboxgetaplus {
  display: inline-block;
  height: 400px;
  max-width: 400px;
  min-width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10%;
  float: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
}
.getaplusbox.getaplusboxgetaplus.list {
  width: 400px;
  height: 420px;
  margin-top: 20px;
  margin-right: 23px;
  margin-left: 22px;
  padding: 182px 20px 37px;
  float: left;
  background-color: rgba(14, 19, 21, 0.74);
  background-image: url('../../imgx/aplusBox.png');
  background-position: 50% 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  font-style: normal;
}
	/*bartek*/
	.getaplusboxcontact {
	  display: inline-block;
	  padding-top: 200px;
	  float: none;
	  background-image: url('../../imgx/aplusBox.png');
	  background-position: 50% 0px;
	  background-size: 100%;
	  background-repeat: no-repeat;
	  -webkit-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
	  transition: all 500ms ease;
	  text-align: center;
	}
.h2getaplusbox {
  color: #e1f3f5;
  font-size: 28px;
  line-height: 33px;
  font-style: italic;
  font-weight: 200;
  text-transform: none;
  text-shadow: #0e1315 1px 1px 1px;
}
.getaplusboxcite {
  padding: 0px 20px 10px;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
  text-align: center;
}
.getaplusboxcite.cite {
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 60px;
  text-align: left;
}
.getaplusboxcite.left {
  padding-left: 0px;
  text-align: left;
}
.getaplusboxclient {
  color: #e1f3f5;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.getaplusboxclient.floated {
  padding-left: 0px;
}
.h2aplusminiapps {
  margin-top: 40px;
  margin-bottom: 30px;
  color: #e1f3f5;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}
.aplusminiappbar {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}
.aplusminiappbar:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  text-shadow: white 1px 1px 6px;
}
.appboxappimg {
  background-color: rgba(14, 19, 21, 0.8);
  box-shadow: rgba(255, 255, 255, 0) 0px 0px 12px 0px;
}
.appboxappimg:hover {
  box-shadow: rgba(255, 255, 255, 0.97) 0px 0px 12px 0px;
}
.appboxappprice {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  padding: 2px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(225, 243, 245, 0.2);
  background-color: #0e1315;
  color: #e1f3f5;
}
.appboxappname {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 10px;
  display: inline-block;
  padding: 2px 5px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(225, 243, 245, 0.2);
  background-color: #0e1315;
  color: #e1f3f5;
  font-size: 11px;
  text-align: center;
}
.getapluslicensebox {
  position: static;
  height: auto;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(225, 243, 245, 0.24);
  background-color: rgba(14, 19, 21, 0.85);
  text-align: center;
}
.getapluslicensebox.red {
  border-color: #c54c49;
  background-color: rgba(14, 19, 21, 0.81);
}
.getaplusdedicatedbox {
  height: 170px;
  padding: 10px 20px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(225, 243, 245, 0.24);
  background-color: #0e1315;
  color: white;
  text-align: center;
}
.getaplusfeaturelist {
  color: #e1f3f5;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}
.getapluslicenseheading {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  color: #4feef1;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}
.getapluslicenseheading.red {
  padding-top: 0px;
  font-family:'Roboto Slab', sans-serif;
  color: #ea5153;
  font-size: 21px;
}
.getapluslicenseheading.greyn {
  padding-top: 0px;
  color: #e1f3f5;
}
.getaplusdedicatedsoftwaredescription {
  margin-bottom: 10px;
  padding-bottom: 0px;
  color: #e1f3f5;
  font-size: 19px;
  line-height: 23px;
  font-weight: 300;
}
.getaplusdedicatedsoftwaredescription.left {
  padding-top: 10px;
  text-align: left;
}
.getaplusdedicatedsoftwarerow {
  margin-top: 33px;
}
.getaplusrow2 {
  background-image: url('../../imgx/aplusBox.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}
.lightboxcontainer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 110;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 19, 21, 0.8);
}
.lightbox {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 111;
  display: block;
  overflow-x: auto;
  overflow-y: auto;
  max-width: 600px;
  min-width: 300px;
  margin: auto;
  padding: 20px;
  background-color: #e1f3f5;
  box-shadow: black 1px 1px 15px 0px;
}
.lightbox.blocklightbox {
  max-height: 800px;
  max-width: 800px;
  min-height: 300px;
  padding-top: 50px;
  padding-right: 40px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 243, 245, 0.22);
  background-color: #0e1315;
}
.lightboxheading {
  font-family:'Roboto Slab', sans-serif;
  color: #ea5153;
  text-align: center;
  text-transform: none;
}
.lightboxheading.dark {
  margin-bottom: 30px;
  text-align: left;
}
.lightboxclose {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family:'Roboto Slab', sans-serif;
  color: #0e1315;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}
.lightboxclose:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lightboxclose.light {
  color: #e1f3f5;
}
.forminput {
  margin-bottom: 20px;
  padding-bottom: 2px;
  border-color: transparent transparent #969292;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  background-color: transparent;
  background-image: url('../../imgx/formInput.png'), url('../../imgx/formInput.png');
  background-position: 0px 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.forminput:focus {
  border: 1px solid #969292;
  background-color: white;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
}
.forminput.notrequired {
  color: #343c40;
  font-size: 12px;
  font-style: italic;
}
.forminput.file {
  display: inline-block;
  width: 200px;
}
.forminput.silesmall {
  width: 100px;
  float: left;
}
.forminput.silesmall.nobottom {
  margin-bottom: 0px;
}
.formlabel {
  margin-bottom: 5px;
  font-family:'Roboto Slab', sans-serif;
  color: #0e1315;
  font-size: 9px;
  font-weight: 300;
  text-transform: uppercase;
}
.formradio {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  padding-right: 10px;
}
.form {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family:'Roboto Slab', sans-serif;
  color: #0e1315;
  font-size: 13px;
  font-weight: 300;
}
.formsubmit {
  margin-top: 20px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px solid #ea5153;
  border-radius: 5px;
  background-color: #ea5153;
  -webkit-transition-delay: initial;
  -o-transition-delay: initial;
  transition-delay: initial;
  color: #e1f3f5;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.formsubmit:hover {
  background-color: rgba(234, 81, 83, 0.29);
  color: #ea5153;
}
.formsubmit.notopmargin {
  margin-top: 0px;
}
.formnotice {
  color: #0e1315;
}
.formdisclaimer {
  color: #adb6ba;
  font-size: 10px;
  line-height: 16px;
}
.littlebigdescription {
  margin-top: 20px;
  padding-top: 0px;
  color: #e1f3f5;
  font-size: 12px;
  line-height: 16px;
}
.appimg {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  background-color: #0e1315;
}
.appprice {
  color: rgba(225, 243, 245, 0.8);
  font-size: 17px;
}
.clear {
  margin-bottom: 0px;
  clear: both;
  color: #abb9ba;
}
.clear.smaller {
  font-size: 12px;
}
.formsuccess {
  background-color: #c7f2cf;
  color: #00a819;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.formerror {
  color: rgba(255, 49, 71, 0.90);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.link {
  border-bottom: 1px dotted rgba(225, 243, 245, 0.24);
  color: #e1f3f5;
  text-decoration: none;
}
.list {
  padding-bottom: 10px;
  color: rgba(225, 243, 245, 0.81);
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  list-style-type: square;
}
.floorplanthumb {
  margin-top: 20px;
  /*bartek
  margin-right: 40px;
  */
  margin-right: 10px;
  text-decoration: none;
}
.podpis {
  padding-top: 11px;
  color: #e1f3f5;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.lead {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
.dedicatedsoftwaregetaplus {
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(225, 243, 245, 0.23);
  background-color: #0e1315;
  color: #e1f3f5;
  text-align: center;
}
.big {
  color: #e1f3f5;
  font-size: 14px;
}
.floatleft {
  float: left;
}
.floatleft.floorplansavatar {
  margin-top: 35px;
}
.dedicatedsoftwaredownloadpdf {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-decoration: none;
}
.dedicatedsoftwaredownloadpdfcaption {
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: -10px;
  display: block;
  padding: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(225, 243, 245, 0.2);
  background-color: #0e1315;
  color: #788d8f;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.clock {
  margin-top: 12px;
  margin-right: 15px;
  margin-bottom: 20px;
  float: left;
}
.dedicatedsoftareexamplesheading {
  color: #e1f3f5;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}
.blackbg {
  background-color: #0e1315;
}
.paddingright40 {
  padding-right: 40px;
}
.formtextarea {
  border: 1px solid #969292;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.formtextarea:focus {
  background-color: white;
}
.formlink {
  color: #ea5153;
  text-decoration: none;
}
.formlink.formlink2 {
  display: block;
  margin-bottom: 10px;
  color: #99a0a1;
  font-size: 11px;
}
.paddingbottom20 {
  padding-bottom: 20px;
}
.red {
  color: #ea5153;
}
.formattachmentcontainer {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px dashed #969292;
}
.formattachmentcontainer.smallerpad {
  margin-top: 10px;
  margin-bottom: 0px;
}
.pagelead2 {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  font-family:'Open Sans', sans-serif;
  color: #dfe7e8;
  font-size: 17px;
  line-height: 25px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}
.pagelead2.blockslead {
  margin-top: 0px;
  font-weight: 400;
  text-transform: none;
  text-shadow: white 0px 0px 12px;
}
.pagelead2.nomargins {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-shadow: white 1px 1px 6px;
}
.pagelead2.nomargins:hover {
  text-shadow: white 0px 4px 6px;
}
.h2overtitle {
  color: #838787;
  font-size: 12px;
  line-height: 23px;
  font-weight: 400;
}
.margintop20 {
  margin-top: 20px;
}
.notopmargin {
  margin-top: 0px;
}
.dedicatedsoftwarerequest {
  margin-top: 40px;
  text-align: center;
}
.dedicatedsoftwarefooter {
  font-family:'Roboto Slab', sans-serif;
  color: #e1f3f5;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
}
.dedicatedsoftwarefooterlink {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family:'Roboto Slab', sans-serif;
  color: #a0acad;
  font-size: 13px;
  text-decoration: underline;
}
.worldwidetabscontainer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
}
.worldwidetabsmenu {
  margin-bottom: 20px;
  text-align: center;
}
.worldwidetab {
  /* bartek
  width: 150px;
  */
  min-width: 200px;
  margin-left: -2px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 243, 245, 0.45);
  background-color: rgba(14, 19, 21, 0.2);
  background-image: -webkit-linear-gradient(#0e1315, black);
  background-image: -o-linear-gradient(#0e1315, black);
  background-image: linear-gradient(#0e1315, black);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: rgba(255, 255, 255, 0.69);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.worldwidetab:hover {
  background-image: -webkit-linear-gradient(rgba(225, 243, 245, 0.2), #0e1315);
  background-image: -o-linear-gradient(rgba(225, 243, 245, 0.2), #0e1315);
  background-image: linear-gradient(rgba(225, 243, 245, 0.2), #0e1315);
}
.worldwidetab.w--current {
  background-color: #bfd3db;
  background-image: none;
  color: #0e1315;
  font-weight: 900;
}
.worldwidetab.hidden {
  display: none;
}
.worldwidehint {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: none;
  width: 118px;
  height: 82px;
  padding-top: 10px;
  background-image: url('../../imgx/hintDown.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 9px;
  line-height: 12px;
}
.worldwidehint._1 {
  left: 98px;
  top: 104px;
}
.worldwidehint._2 {
  left: 400px;
  top: 80px;
}
.white {
  color: #e1f3f5;
}
.worldwidehintscontainer {
  position: relative;
  color: #e1f3f5;
  font-size: 16px;
}
.companyteamname {
  margin-bottom: -20px;
  color: #e1f3f5;
  font-weight: 900;
}
.small {
  font-size: 13px;
  line-height: 19px;
  font-style: normal;
}
.contactmap {
  width: 900px;
  height: 550px;
  background-image: none;
}
.formfieldblack {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 243, 245, 0.22);
  background-color: #0e1315;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #e1f3f5;
  font-size: 12px;
  /*text-transform: uppercase;	bartek*/
}
.formfieldblack:focus {
  background-color: #e1f3f5;
  color: #0e1315;
}
.h2slab {
  margin-bottom: 0px;
  font-family:'Roboto Slab', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}
.pslabsmall {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family:'Roboto Slab', sans-serif;
  color: #c5d0d1;
  font-size: 12px;
}
.bodyhelp {
  background-color: white;
  background-image: url('../../imgx/dots.png'), url('../../imgx/europe-help.jpg');
  background-attachment: fixed, fixed;
  color: #0e1315;
}
.bodyhelp:hover {
  background-position: 0% 0%, 50% 100%;
}
.h1help {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0e1315;
  font-weight: 100;
  text-shadow: none;
}
.h1help:hover {
  color: #0e1315;
  text-shadow: none;
}
.helpcategorymenubutton {
  position: static;
  display: block;
  width: 250px;
  margin-top: -2px;
  padding: 10px 30px;
  float: left;
  clear: none;
  border: 1px dotted #0e1315;
  background-color: white;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #0e1315;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}
.helpcategorymenubutton:hover {
  background-color: #0e1315;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  color: #e1f3f5;
}
.helpcategorymenubutton:focus {
  background-color: #0e1315;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  color: #e1f3f5;
}
.helpcategorymenubutton.w--open {
  float: none;
  background-color: #0e1315;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  color: white;
}
.helpcategorymenubutton.select {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.helpcategorymenubutton.select.nofloat {
  display: inline-block;
  float: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.h2helpfeature {
  margin-top: 0px;
  color: #0e1315;
  font-weight: 400;
  text-transform: none;
}
.phelp {
  color: #0e1315;
}
.helpfeaturescommand {
  color: #0e1315;
  font-weight: 400;
}
.helpfeaturescommandlabel {
  margin-bottom: 10px;
  font-family:'Roboto Slab', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
}
.helpfeatureimg {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.helpfeature {
  padding-bottom: 30px;
}
.helptoolbarcontainer {
  display: block;
  max-width: 900px;
  min-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.h2helptoolbar {
  font-family:'Roboto Slab', sans-serif;
  color: #0e1315;
  font-size: 24px;
  font-weight: 400;
}
.helptoolbar {
  padding: 10px;
  border: 2px solid black;
  background-color: white;
  color: #0e1315;
}
.helptoolbar.tutorialbox {
  margin-top: -2px;
}
.toolbaricon {
  margin-right: 4px;
  float: left;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.toolbaricon:hover {
  -webkit-transform: scale(1.65);
  -ms-transform: scale(1.65);
  -o-transform: scale(1.65);
  transform: scale(1.65);
}
.toolbarcommands {
  margin-top: 20px;
}
.command {
  font-family:'Roboto Slab', sans-serif;
  color: black;
  font-size: 13px;
}
.commandlink {
  display: block;
  color: #0e1315;
  text-decoration: none;
}
.homevideo {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}
.bodyhome {
  height: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
}
.h2helpcommand {
  font-family:'Roboto Slab', sans-serif;
  color: #0e1315;
  font-weight: 400;
  text-align: left;
  text-shadow: white 1px 1px 6px;
}
.commandlead {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #0e1315;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}
.commanddescription {
  color: #0e1315;
}
.tutorialparagraph {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #0e1315;
  font-size: 16px;
  font-weight: 400;
}
.tutorial-img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.tutorialheading {
  margin-top: -10px;
  margin-right: -10px;
  margin-left: -10px;
  padding: 5px 5px 5px 10px;
  background-color: #e1f3f5;
  color: #0e1315;
  font-weight: 400;
  text-transform: none;
}
.tutorialnextlink {
  display: block;
  font-family:'Roboto Slab', sans-serif;
  color: #ea5153;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.videosytchannellink {
  display: block;
  margin-top: auto;
  margin-bottom: 30px;
  font-family:'Roboto Slab', sans-serif;
  color: #ea5153;
  text-align: center;
  text-decoration: none;
}
.ytvideo {
  display: block;
  width: 200px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  background-color: #0e1315;
}
.videodescription {
  color: white;
  background-color: #333333;
  opacity: 0.8;
}
.h2helpmore {
  color: #0e1315;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.nounder {
  text-decoration: none;
}
.h2faq {
  font-family:'Roboto Slab', sans-serif;
  color: #0e1315;
  font-size: 35px;
}
.h3faq {
  font-family: Lato, sans-serif;
  color: #0e1315;
  font-size: 20px;
  font-weight: 700;
}
.h2partner {
  margin-top: 5px;
  font-family:'Roboto Slab', sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}
.partnerpercent {
  display: none;
  margin-top: 35px;
  color: #e1f3f5;
  font-size: 80px;
  line-height: 12px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}
.partnerprov {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.h2support {
  font-family:'Roboto Slab', sans-serif;
  font-weight: 300;
  text-transform: none;
}
.supportblock {
  padding-top: 10px;
  padding-bottom: 40px;
  border-top: 1px dotted rgba(225, 243, 245, 0.23);
}
.marginbottom20 {
  margin-bottom: 20px;
}
.categoriesmenu {
  display: none;
  max-width: 300px;
  min-width: 200px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 243, 245, 0.2);
  background-color: #0e1315;
}
.blockscategories {
  padding: 20px 10px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 243, 245, 0.23);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.blockscategories.nobg {
  border-style: none;
  background-color: transparent;
  text-align: left;
}
.blockscategory {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 120px; /*bartek - bylo 137...*/
  height: 180px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: none;
  border: 1px solid black;
  border-radius: 2px;
  background-color: black;
  box-shadow: black 0px 0px 50px 25px inset;
  opacity: 0.7;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #e1f3f5;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.blockscategory:hover {
  z-index: 99;
  border-color: rgba(225, 243, 245, 0.2);
  box-shadow: rgba(255, 255, 255, 0.56) 0px 0px 21px 0px;
  opacity: 1;
  -webkit-transform: scale(1.2) translate(0px, -5px);
  -ms-transform: scale(1.2) translate(0px, -5px);
  -o-transform: scale(1.2) translate(0px, -5px);
  transform: scale(1.2) translate(0px, -5px);
  text-shadow: white 1px 1px 6px;
}
.categorycounter {
  float: right;
  color: rgba(225, 243, 245, 0.49);
  font-weight: 300;
}
.categorycounter.left {
  float: none;
}
.categorycounter.center {
  display: inline;
  float: none;
}
.block {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 111px;
  height: 100px;
  /* bartek -> to jest stary
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  */
  margin-right: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  /* bartek - koniec*/
  float: left;
  /*background-image: url('../../imgx/ACCE_pc_side_009.gif');*/
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #e1f3f5;
  text-decoration: none;
}
.blockimage {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 111px;
  height: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  background-color: #000000;
}
.block:hover {
  -webkit-transform: translate(0px, -5px) scale(1.1);
  -ms-transform: translate(0px, -5px) scale(1.1);
  -o-transform: translate(0px, -5px) scale(1.1);
  transform: translate(0px, -5px) scale(1.1);
}
.blockname {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding: 4px;
  background-color: rgba(14, 19, 21, 0.65);
  color: #c0cfd1;
  font-size: 11px;
}
.aplususersmap {
  opacity: 0.75;
}
.a {
  border-bottom: 1px dotted rgba(225, 243, 245, 0.22);
  color: #e1f3f5;
  text-decoration: none;
}
.featuresfeature {
  margin-bottom: 50px;
}
.appsbarmorelink {
  display: block;
  margin: 0px 20px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  clear: both;
  color: #e1f3f5;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.fullmissionandcode {
  display: none;
  height: 0px;
}
.partners {
  text-align: center;
}
.autodesklogo {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.menulangimg {
  width: 19px;
}
.blockscategoryname {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
}
.blockscategoryimg {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.autodeskimg {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.autodeskimg:hover {
  -webkit-transform: translate(0px, -5px) scale(1.02);
  -ms-transform: translate(0px, -5px) scale(1.02);
  -o-transform: translate(0px, -5px) scale(1.02);
  transform: translate(0px, -5px) scale(1.02);
}
.down {
  position: relative;
  z-index: 8;
  display: block;
  max-width: 300px;
  min-width: 200px;
  margin: 0px auto 20px;
  border-radius: 9px;
  background-color: #0e1315;
  color: white;
}
.down.zindex {
  z-index: 9;
}
.downlist {
  display: none;
  border-radius: 9px;
  background-color: #0e1315;
  opacity: 0.71;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: rgba(255, 255, 255, 0);
  text-shadow: white 0px -9px 6px;
}
.downlist.w--open {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 243, 245, 0.2);
  background-color: #0e1315;
  box-shadow: black 0px 1px 6px 0px;
  color: white;
}
.downlink {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #e1f3f5;
}
.downlink:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0px 16px 34px 0px inset;
  -webkit-transform: translate(0px, -5px) scale(1.02);
  -ms-transform: translate(0px, -5px) scale(1.02);
  -o-transform: translate(0px, -5px) scale(1.02);
  transform: translate(0px, -5px) scale(1.02);
}
.downlink.sublink {
  padding-left: 40px;
  font-size: 12px;
}
.downtoggle {
  display: block;
  max-width: 300px;
  min-width: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 243, 245, 0.2);
  border-radius: 9px;
  text-transform: uppercase;
}
.downtoggle.w--open {
  border-width: 0px;
}
.new {
  color: rgba(255, 49, 71, 0.90);
  font-size: 12px;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.categoriesdownlist {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 243, 245, 0.2);
  border-radius: 9px;
  background-color: #0e1315;
}
.categoriesdownlist.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 243, 245, 0.2);
  border-radius: 9px;
  background-color: #0e1315;
}
.downicon {
  color: #e1f3f5;
  font-weight: 200;
}
.featurescategoriesdownlist {
  display: block;
  background-color: transparent;
}
.featurescategoriesdowntoggle {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 243, 245, 0.23);
  background-color: rgba(14, 19, 21, 0.12);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 37px 0px inset;
  color: #e1f3f5;
  font-weight: 900;
  text-transform: uppercase;
}
.centeredcolumn {
  text-align: center;
}
.helpcategoriesdowntoggle {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px dotted black;
  background-color: rgba(255, 255, 255, 0.92);
  text-transform: uppercase;
}
.helpcategoriesdowntoggle.w--open {
  background-color: rgba(14, 19, 21, 0.88);
  color: white;
}
.helpcategoriesdown {
  display: block;
  background-color: transparent;
}
.helpcategoriesdownlink {
  margin-top: -1px;
  border: 1px dotted black;
  background-color: rgba(255, 255, 255, 0.49);
  color: #0e1315;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.helpcategoriesdownlink:hover {
  background-color: #0e1315;
  color: white;
}
.helpfeaturescommandbutton {
  display: inline-block;
  margin-right: 20px;
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.36);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.88);
  color: #0e1315;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.helpcomandicon {
  float: left;
}
.helpcommandbuttonlabel {
  padding-top: 2px;
  padding-left: 4px;
  float: left;
}
.helpcategorydown {
  position: relative;
  z-index: 8;
  max-width: 300px;
  min-width: 200px;
}
.helpmenudown {
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 750px;
  text-align: center;
}
.helpdowntoggle {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid black;
  background-color: rgba(255, 255, 255, 0.90);
  font-weight: 900;
  text-transform: uppercase;
}
.helpdownlink {
  width: 140px;
  margin-top: -2px;
  margin-left: -2px;
  float: left;
  border: 2px solid black;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.helpdownlink:hover {
  background-color: rgba(14, 19, 21, 0.90);
  color: #fafeff;
  text-decoration: none;
}
.helpdownlink.w--current {
  border: 2px solid #0e1315;
  background-color: rgba(14, 19, 21, 0.87);
  color: white;
  text-transform: uppercase;
}
.helpdownlink.more {
  width: auto;
}
.helpdownlist {
  display: block;
  background-color: transparent;
}
.helpmenucont {
  min-height: 100px;
  text-align: center;
}
.contactrepresentatives {
  color: rgba(255, 255, 255, 0.90);
  font-size: 13px;
  line-height: 19px;
}
.contactrepscont {
  padding-top: 10px;
}
.clients {
  line-height: 29px;
  font-weight: 300;
}
.ytvideocont {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
}
.miniappcont {
  display: block;
  width: 203px;
  margin-right: auto;
  margin-left: auto;
}
.minusmargin {
  margin-top: -93px;
}
.sitemaplist {
  color: white;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}
.searchfield2 {
  height: 40px;
  max-width: 600px;
  min-width: 150px;
  float: left;
  border: 1px solid black;
}
.searchbutton2 {
  width: 50px;
  height: 40px;
  margin-left: -2px;
  border: 1px solid black;
  background-image: url('../../imgx/search.png');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}
.teammember2 {
  width: 220px;
  height: 220px;
  padding: 20px;
  float: left;
  font-size: 11px;
  line-height: 17px;
  font-style: italic;
  text-align: center;
}
.teammember2descr {
  margin-top: -11px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 20px;
}
.flag {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 5px;
  background-image: url('../../imgx/pl.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  color: rgba(201, 213, 214, 0);
  line-height: 17px;
}
.flag.es {
  background-image: url('../../imgx/es.png');
}
.flag.fr {
  background-image: url('../../imgx/fr.png');
}
.flag.it {
  background-image: url('../../imgx/it.png');
}
.flag.uk {
  background-image: url('../../imgx/en.png');
}
.tags {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #8e9b9c;
  font-size: 11px;
  text-align: center;
}
.subscribenew {
  position: absolute;
  top: 0px;
  right: -5px;
  display: inline-block;
  width: 60px;
  padding-right: 26px;
  padding-left: 20px;
  background-color: white;
  -webkit-transform: rotate(42deg) translate(8px, -7px);
  -ms-transform: rotate(42deg) translate(8px, -7px);
  -o-transform: rotate(42deg) translate(8px, -7px);
  transform: rotate(42deg) translate(8px, -7px);
  color: rgba(255, 49, 71, 0.90);
  font-size: 9px;
  font-weight: 800;
}
.licenseprice {
  display: block;
  padding-top: 6px;
  opacity: 0.85;
  font-size: 12px;
  text-transform: uppercase;
}
.licenseprice.trial {
  opacity: 0.54;
  color: #4feef1;
}
.licenseprice.edu {
  opacity: 0.5;
}
.trobleshooting {
  display: inline-block;
  margin-right: 12px;
  font-family:'Roboto Slab', sans-serif;
  font-size: 19px;
  font-weight: 300;
}
html.w-mod-js *[data-ix="menuinitialhide"] {
  display: none;
  opacity: 0;
  width: 0px;
}
html.w-mod-js *[data-ix="menusearchinitialhide"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="initialhide"] {
  display: none;
  opacity: 0;
  height: 0px;
}
html.w-mod-js *[data-ix="logohomeappear"] {
  opacity: 0;
  width: 0px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
html.w-mod-js *[data-ix="homevideoshow"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="slidefromleft"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  -o-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}
@media (max-width: 991px) {
  body {
    padding-left: 0px;
    background-position: 0% 0%, 50% 100%;
    background-size: auto, 150%;
  }
  h1 {
    margin-top: 20px;
    font-family:'Roboto Slab', sans-serif;
    font-size: 42px;
    line-height: 54px;
    font-weight: 100;
  }
  .button.buttonbig {
    min-width: 185px;
    font-size: 17px;
  }
  .button.black {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .content {
    min-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }
  .content.flexible {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu {
    display: block;
    background-color: transparent;
  }
  .menuhead {
    position: relative;
    width: 100px;
    height: 100px;
  }
  .menusection {
    width: 250px;
  }
  .logo {
    width: 60px;
    height: 74px;
  }
  .menulangitem {
    height: 50px;
  }
  .menuitem {
    font-size: 16px;
    line-height: 27px;
  }
  .menuitem.menuitemhead {
    padding-top: 8px;
    font-size: 22px;
    line-height: 39px;
  }
  .menunewslink {
    display: none;
  }
  .menuaboutuslink {
    display: block;
    margin-top: auto;
  }
  .search {
    width: 62px;
  }
  .searchfield {
    width: 40%;
    margin-left: 0px;
    background-color: rgba(225, 243, 245, 0.36);
  }
  .menuaboutuslinkscontainer {
    height: 0px;
  }
  .menublocksdescription {
    display: none;
  }
  .menuitemhead {
    font-size: 22px;
  }
  .menucontent {
    overflow-x: auto;
    overflow-y: auto;
    background-color: rgba(14, 19, 21, 0.74);
  }
  .menuformwrapper {
    margin-bottom: 0px;
  }
  .centered {
    margin-left: auto;
  }
  .centered.marginbottom40 {
    width: auto;
  }
  .footerbutton.footergetaplus:hover {
    background-color: rgba(225, 243, 245, 0.09);
  }
  .menuaplusdrawer {
    height: 0px;
  }
  .menunewsnotifier {
    right: 2px;
    bottom: 11px;
    width: 12px;
    height: 12px;
    font-size: 8px;
    line-height: 12px;
  }
  .leftmenucategory {
    margin-top: -1px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(225, 243, 245, 0.2);
    background-color: rgba(14, 19, 21, 0.95);
    text-shadow: rgba(255, 255, 255, 0.29) 0px -8px 6px;
  }
  .newstickerlink.w--current {
    margin-top: 25px;
    margin-right: 25px;
    padding-left: 0px;
  }
  .getaplusbox {
    display: block;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .getapluslicensebox {
    display: block;
    max-width: 400px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .getaplusdedicatedbox {
    height: 200px;
  }
  .getaplusrow2 {
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
  }
  .floorplanthumb {
    margin-right: 10px;
    margin-left: 10px;
  }
  .dedicatedsoftwaregetaplus {
    margin-top: 30px;
  }
  .dedicatedsoftwaredownloadpdf {
    margin-bottom: 40px;
  }
  .pagelead2 {
    margin-top: 20px;
  }
  .contactmap {
    width: 700px;
  }
  .formfieldblack {
    display: inline-block;
  }
  .helpcategorymenubutton {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .helpcategorymenubutton.w--open {
    background-color: white;
    color: #0e1315;
  }
  .helpcategorymenubutton.select {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    font-size: 13px;
    font-weight: 900;
  }
  .helpcategorymenubutton.select.nofloat {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .helpcategorymenubutton.select.nofloat:hover {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .helpfeature {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .helptoolbarcontainer {
    width: auto;
  }
  .videosytchannellink {
    margin-top: -20px;
  }
  .blockscategories.nobg {
    text-align: center;
  }
  .blockscategory {
    margin-right: 15px;
    margin-left: 15px;
  }
  .featuresfeature {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .down {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    float: right;
  }
  .down.zindex {
    float: left;
  }
  .downlink {
    margin-top: -10px;
    border-right: 1px solid rgba(225, 243, 245, 0.2);
    border-left: 1px solid rgba(225, 243, 245, 0.2);
    background-color: #0e1315;
    text-shadow: rgba(255, 255, 255, 0.54) 0px -14px 6px;
  }
  .downlink:hover {
    text-shadow: none;
  }
  .categoriesdownlist {
    display: none;
  }
  .categoriesdownlist.w--open {
    display: block;
    height: 0px;
  }
  .centered2 {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .featurescategoriesdownlist {
    display: none;
  }
  .featurescategoriesdowntoggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .helpcategoriesdowntoggle {
    border-width: 2px;
  }
  .helpcategoriesdown {
    display: none;
  }
  .helpcategorydown {
    min-height: 80px;
  }
  .helpmenudown {
    width: auto;
  }
  .helpdownlink {
    float: none;
    background-color: rgba(255, 255, 255, 0.81);
    text-shadow: rgba(0, 0, 0, 0.2) 0px -6px 6px;
  }
  .helpdownlist {
    display: none;
  }
  .helpmenucont {
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  body {
    background-size: auto, 250%;
  }
  h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family:'Roboto Slab', sans-serif;
    font-size: 30px;
    line-height: 36px;
  }
  p {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .button.buttonbig {
    min-width: 115px;
    font-size: 16px;
    line-height: 7px;
  }
  .content {
    min-width: 558px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu {
    left: 0px;
    top: 0px;
    bottom: auto;
    background-color: rgba(14, 19, 21, 0.2);
  }
  .menuhead {
    width: 60px;
    height: 0%;
  }
  .menusection {
    width: 200px;
  }
  .logo {
    width: 46px;
    height: 55px;
  }
  .menuitem.menuitemhead {
    font-size: 22px;
    line-height: 44px;
  }
  .menunewslink {
    font-size: 12px;
    line-height: 14px;
  }
  .menuaboutuslink {
    margin-top: 0px;
  }
  .search {
    right: 12px;
    width: 44px;
    margin-left: 4px;
    padding-left: 11px;
  }
  .searchfield {
    width: 50%;
    margin-left: 9px;
    background-color: rgba(225, 243, 245, 0.63);
  }
  .menuaboutuslinkscontainer {
    margin-bottom: 11px;
  }
  .menublocksdescription {
    padding-top: 0px;
    font-size: 10px;
  }
  .menuitemhead {
    font-size: 22px;
  }
  .menuformwrapper {
    margin-bottom: -9px;
    padding-top: 18px;
  }
  .centered {
    width: auto;
    margin-left: auto;
  }
  .centered.marginbottom40 {
    width: auto;
  }
  .menufooter {
    bottom: 12px;
    padding-right: 10px;
  }
  .newsraquo {
    display: none;
  }
  .featuresfeaturename {
    font-size: 25px;
  }
  .featuresfeaturedescription {
    font-size: 12px;
    line-height: 17px;
  }
  .getaplusbox.getaplusboxgetaplus.list {
    width: 450px;
    float: left;
  }
  .getaplusrow2 {
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
  }
  .floorplanthumb {
    width: 200px;
    float: left;
  }
  .pagelead2.blockslead {
    margin-bottom: 20px;
  }
  .pagelead2.nomargins {
    padding: 10px;
    font-size: 15px;
  }
  .worldwidetabscontainer {
    overflow-x: auto;
    overflow-y: auto;
  }
  .worldwidetab {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 13px;
  }
  .worldwidehintscontainer {
    overflow-x: auto;
    overflow-y: auto;
  }
  .contactmap {
    width: 485px;
  }
  .helpcategorymenubutton {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .helpcategorymenubutton.select {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .helpcategorymenubutton.select.nofloat {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .blockscategory {
    width: 110px;
    height: 160px;
    background-size: 110px;
    font-size: 12px;
    line-height: 14px;
  }
  .categorycounter {
    float: right;
  }
  .block {
    width: 90px;
    height: 80px;
    background-size: 90px;
  }
  .downtoggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .searchfield2 {
    width: 300px;
  }
}
@media (max-width: 479px) {
  body {
    background-size: auto, 400%;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  p {
    display: block;
    overflow-x: visible;
    overflow-y: visible;
    height: auto;
  }
  .button.getaplusgetlicensebutton {
    min-width: 150px;
    margin-left: 0px;
  }
  .button.buttonred {
    margin-bottom: 0px;
  }
  .content {
    width: 300px;
    min-width: 320px;
    padding-left: 10px;
  }
  .footer {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .menuhead {
    border-right-color: transparent;
    background-color: transparent;
  }
  .centered {
    text-align: center;
  }
  .footerbutton.footergetaplus {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 15px;
  }
  .newslistcontainer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .getaplusbox.getaplusboxgetaplus {
    width: 280px;
    height: 250px;
    padding-top: 130px;
  }
  .getaplusbox.getaplusboxgetaplus.list {
    width: 280px;
    height: 359px;
    min-width: 0px;
    padding: 120px 10px 20px;
    float: none;
  }
  .getaplusboxcite.left {
    text-align: center;
  }
  .getaplusboxclient.floated {
    text-align: center;
  }
  .aplusminiappbar {
    display: block;
    width: 140px;
    height: 140px;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .appboxappprice {
    font-size: 10px;
  }
  .appboxappname {
    left: 0%;
    right: 0%;
    bottom: 0px;
    line-height: 15px;
  }
  .getaplusdedicatedbox {
    height: auto;
    margin-bottom: 30px;
  }
  .getaplusdedicatedsoftwaredescription {
    display: block;
    overflow-x: visible;
    overflow-y: visible;
    height: auto;
  }
  .formnotice {
    font-size: 12px;
  }
  .littlebigdescription {
    font-size: 10px;
  }
  .floorplanthumb {
    float: none;
  }
  .blackbg {
    margin-right: auto;
    margin-left: auto;
  }
  .pagelead2 {
    font-size: 14px;
    line-height: 21px;
  }
  .pagelead2.blockslead {
    margin-bottom: 20px;
  }
  .worldwidetab {
    display: block;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .contactmap {
    width: 300px;
  }
  .helpcategorymenubutton {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .helpcategorymenubutton.select {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .helpcategorymenubutton.select.nofloat {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .blockscategories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blockscategory {
    width: 90px;
    height: 130px;
  }
  .featuresfeature {
    margin-bottom: 25px;
  }
  .appsbarmorelink {
    clear: both;
  }
  .down {
    float: none;
  }
  .down.zindex {
    float: none;
  }
  .contactrepresentatives {
    padding-left: 10px;
  }
  .miniappcont {
    width: 110px;
  }
  .searchfield2 {
    width: 200px;
  }
}
.redfont {
	color: rgb(227,102,74);
}
