/*#region Fonts*/
body {
  font-family: '-apple-system','BlinkMacSystemFont','Roboto','Segoe UI','Frutiger','Frutiger Linotype','Dejavu Sans','Helvetica Neue','Arial','sans-serif';
}

#pageTitle {
    font-size: 4em;
    color: #005574;
}



#pageSubtitle {
  font-weight: normal;
  font-size: 1.1em;
  color: white;
}

.BlockTitle {
  font-size: 2.0em;
  font-weight: normal;
  color: black;
}

.BlockText,
.BlockText p,
.BlockText a,
.features ul {
  font-size: 1.0em;
  font-weight: normal;
  line-height: 1.25em;
  color: black;
}

.social {
    text-align: center;
    
}

.sociallinkimg {
    margin-top: 15px;
    background-color: #009cd9;
}

    


.BlockText a {
    color: #009cd9;
}

.specificAppButton {
  font-size: 1.1em;
  text-decoration: none;
  color: black;
}

.pricingTable td {
  font-size: 1.0em;
}

.pricingTable th {
  font-weight: normal;
  font-size: 1.0em;
}

#sendMessageForm input[type="text"],
textarea {
  font-size: 1em;
  font-family: inherit;
}

a.topMenuLink {
    font-size: 16px;
    color: #12759A;
    text-decoration: none;
}

#statusMessage {
  font-size: 14px;
  color: red;
}

.sendMessageButton {
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 500;
}

#aboutCompany {
  font-size: 0.75em;
}

  /*#aboutCompany p {
  }*/

#copyright {
  font-size: 0.75em;
}

/*#endregion*/

/*#region Main layout*/
body {
  margin: 0 0 0 0;
}


.central {
  width: 750px;
  margin: 0 auto;
}

.siteBlock {
  overflow: auto;
}

.BlockTitle, .blockSubtitle, .specificAppBlock {
  margin-top: 1em;
  margin-bottom: 1.2em;
  text-align: center;
}

.BlockText {
  margin-bottom: 1.5em;
  text-align: justify;
}

.getItBlock {
    margin-top: 2%;
    margin-bottom: 1%;
    text-align: center;   
}

.white {
  background-color: #FFFFFF;
}

.blue {
  background-color: #E4ECEF;
}

.greyBlue {
  background-color: #DEE5EB;
}

.lightGrey {
  background-color: #F3F3F3;
}

.darkGrey {
  background-color: #BBD1D9;
}

.green {
  background-color: #83A80C;
}

.skyBlue {
  background-color: #03A9F4;
}

.centeredText {
  text-align: center;
}

#overlay {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('Images/overlay.png');
  z-index: 10000;
}

#videobox {
  display: inline-block;
  z-index: 20000;
  max-width: 560px;
  max-height: 315px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align:center;
}

  #videobox iframe {
    max-width: 560px;
    max-height: 315px;
    width: 100%;
    height: 100%;
  }

.hidden {
  display: none;
}
/*#endregion*/


#fbLikeButtons{
    position:absolute;
    right:10px;
    left:auto;
    z-index:1;
}

  #topMenu .central {
    text-align: justify;
  }

a.topMenuLink {
  box-sizing: border-box; 
  display: inline-block;
  text-align: center;
  /*width: 17%;*/
}

  /*a.topMenuLink[href="#support"] {
    width: 23%;
  }*/

  /*a.topMenuLink:hover,
  a.topMenuLink.checkedItem {
    background-color: #33B0E1;
  }

  a.topMenuLink.checkedItem {
    border-bottom: 3px solid #D2FDA3;
  }*/
/*#endregion*/

/*#region Top*/



#top {
    width: 100%;    
    background: url('Images/bg_1.webp');
    background-position-x:center;
    background-size:cover;
    /*min-height: 720px;*/
    display:flex;
    flex-direction:column
}

#pageTitle {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding-top: 1.7%;  
}

#pageTitleWrap {
  text-align: center;
  width: 100%;
  margin-bottom: 6%;  
}

#videoButton {
  position: relative;
}

  #videoButton img {
    width: 100%;
    margin-top: 3.2%;
    margin-bottom: -7.5%;
  }
/*#endregion*/

/*#region Buttons*/

.playButton, .playButtonSmall {
  background-image: url('Images/buttons/play.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  position: absolute;
  border: none;
  text-decoration: none;
  outline: none;
}

  .playButton:hover, .playButtonSmall:hover {
    background-position: 0 -75px;
  }

.getItButton {
  display: inline-block;
  height: 71px;
  width: 226px !important;
}

  .getItButton:hover {
    background-position: 0 71px;
  }

#getItAndroid.getItButton {
  background-image: url('Images/buttons/getItAndroid.png');
}

#getItiOS.getItButton {
    background-image: url('Images/buttons/getItiOS.png');
}

#getItWindows.getItButton {
  background-image: url('Images/buttons/getItWindows.png');
}

.getItButton img.small {
  display: none;
}

/*.getItButton + .getItButton {
  margin-left: 20.5%;
}*/

.specificAppButton {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 18.93%;
  padding: 15.5% 1% 1.9% 1%;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  box-sizing: border-box;
  text-align: center;
  border-radius: 2px;
}

  .specificAppButton:hover {
    background-color: #c2c6ca;
  }

#InventoryApp {
  background-position: 63% 10%;
  background-image: url('Images/buttons/Inventory_big.png');
}

#PMApp {
  background-position: 60% 10%;
  background-image: url('Images/buttons/ProjectManagement_big.png');
}

#InvoicesApp {
  background-position: center 10%;
  background-image: url('Images/buttons/Invoices_big.png');
}

#RentalApp {
  background-position: center 10%;
  background-image: url('Images/buttons/PropertyManagement_big.png');
}

#RecipesApp {
  background-position: center 10%;
  background-image: url('Images/buttons/Recipes_big.png');
}

.pricingTable a img {
  width: 122px;
}

.greenButton {
  background-color: #83A80C;
}

  .greenButton:hover {
    background-color: #96B631;
  }

.skyBlueButton {
  background-color: #03A9F4;
}

  .skyBlueButton:hover {
    background-color: #45BEF5;
  }

.sendMessageButton {
  display: block;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
  padding: 15px;
}

  .sendMessageButton:hover {
    background-color: #35B6E9;
  }
/*#endregion*/

/*#region Specifics*/
.specificAppBlock {
  text-align: justify;
}

.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
/*#endregion*/

/*#region Features*/
.features {
  margin-bottom: 2.7%;
}

  .features ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .features li {
    background-image: url("Images/features/bullet.png");
    background-repeat: no-repeat;
    background-position: 0em 0.2em;
    padding-left: 1.5em;
    margin-bottom: 1.4em;
  }

.column {
  width: 350px;
  display: inline-block;
  vertical-align: top;
  overflow: auto;
}

  .column + .column {
    margin-left: 45px;
  }
/*#endregion*/

/*#region Pricing*/
.pricingTable {
  border: 1px solid #bbd1d9;
  border-spacing: 0px;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  table-layout: fixed;
}

  .pricingTable td {
    padding: 0.8em 0.5em;
    border: 1px solid #bbd1d9;
  }

  .pricingTable th {
    padding: 0.5em 0.5em;
    border: 1px solid #ffffff;
  }

th.tCellFeatures {
  border-left-color: #BBD1D9;
  border-top-color: #BBD1D9;
}

th.tCellWindows {
  border-right-color: #BBD1D9;
  border-top-color: #BBD1D9;
}

th.tCellWinPro {
  border-right-color: #BBD1D9;
}

th.tCellAndroid {
  border-top-color: #BBD1D9;
}

.pricingTable th:first-child {
  width: 34.8%;
}

.pricingTable td:first-child {
  text-align: left;
}

.pricingTableWrapper {
  display: inline-block;
  width: 100%;
}

.getNowRow td {
  padding: 0;
  line-height: 0.8em;
}

  .getNowRow td:first-child {
    padding: 0.8em 0.5em;
  }

/*#endregion*/

/*#region Contact us*/

/*#support.siteBlock {
  margin-top: 5%;
}*/

#support .BlockTitle {
  margin-top: 0.91em;
  margin-bottom: 1em;
}

#support .BlockText {
  margin-bottom: 1.78em;
}

#sendMessageForm {
  text-align: center;
}

  #sendMessageForm input[type="text"],
  textarea {
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 7px;
    width: 100%;
    padding: 6px;
    border: none;
    transition: box-shadow 0.3s, border 0.3s;
    text-align: left;
  }

    #sendMessageForm input[type="text"]:focus,
    #sendMessageForm input[type="text"].focus,
    #sendMessageForm textarea:focus,
    #sendMessageForm textarea.focus {
      box-shadow: 0 0 5px 1px #969696;
    }

  #sendMessageForm textarea {
    height: 66px;
    resize: none;
  }

.supportField:not(:valid) {
  text-align: center;
}

.supportField:focus {
  text-align: left;
}

#sendMessageForm #name {
  width: 49.5%;
}

#sendMessageForm #email {
  width: 49.5%;
}

#statusMessage {
  margin: 0.3em auto;
}

#aboutCompany {
  margin-top: 1em;
  margin-bottom: 0.2em;
}

  #aboutCompany p {
    text-align: justify;
    margin: 0;
  }

  #aboutCompany span {
    display: inline-block;
  }

  #aboutCompany .phone {
    text-align: right;
  }

#copyright p {
  margin: 0;
}
/*#endregion*/

/*#region Default visibility*/
#windowsLite {
  display: none;
}

.playButton {
  display: block;
}

.playButtonSmall {
  display: none;
}
/*#endregion*/

.clear {
  clear: both;
}

.supportField:focus::-webkit-input-placeholder {
  color: #D5E0E6;
}

.supportField:focus:-moz-placeholder {
  color: #D5E0E6;
}

.supportField:focus::-moz-placeholder {
  color: #D5E0E6;
}

.supportField:focus:-ms-input-placeholder {
  color: #D5E0E6;
}

.uv-icon.uv-bottom-right {
    bottom: 30px !important;    
}
