
/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {max-width: 1200px;}


/*//////////////////////////////////////////////////////////////////
[ rs Modal ]*/

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body {
  background-color: #181818;
}

h3 {
    font-size: 27px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

h4 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.logo {
    padding-top: 16px;
    padding-bottom: 0;
    text-align:center;
    width:100%;
}

.logo img {
    width:100%;
    max-width:200pt;
}

.logo-biz-inq {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 400px;
   height: 188px;
   margin-top: -94px; /* Half the height */
   margin-left: -200px; /* Half the width */
}

.footer {
   width:100%;
   height:40px;   /* Height of the footer */
   text-align: center;
}

.app-gif  {
    display: block;
    width:40%;
    height:auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.app-gif img  {
    width:100%;
    margin:1.5%;
    height:auto;
}

.download-holder {
    width:270px;
    height:60px;
    margin:20px auto;
}

.download-holder a {
    display:block;
    float:left;
    width:125px;
    height:37px;
    padding:0px;
    margin:0 5px;
}

.contact {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
}
