@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #383838;
  background-color: #e5e5e5;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
body > header {
  background-color: #34495e;
  padding: 32px 0 28px;
}
body > footer {
  background-color: #383838;
  color: white;
  padding: 25px 0;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 13px;
}
body > footer .col-half.push-bottom {
  vertical-align: bottom;
}
body > footer p {
  margin-bottom: 0;
  color: white;
}
body > footer a,
body > footer a:visited {
  color: #3498db;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
h1 {
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 20px;
}
h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
h4 {
  color: #555555;
  font-size: 14px;
}
p {
  margin-bottom: 18px;
  color: #555555;
}
p > a,
p > b {
  font-weight: bold;
}
[class*="container"] {
  clear: both;
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
[class*="container"]::after,
[class*="container"]::before {
  clear: both;
}
.main-container {
  background-color: white;
  border: 1px solid #d9d9d7;
  margin: 50px auto;
}
.main-container section {
  padding: 33px;
}
.main-container section.heading {
  padding: 30px 25px 5px 30px;
}
.main-container section.heading h1 {
  line-height: 1em;
  font-weight: 300;
  font-size: 22px;
}
.main-container section.heading h1 small {
  float: right;
  font-weight: 600;
  font-size: 12px;
  margin-top: 4px;
  font-family: 'Open Sans', sans-serif;
  color: #555;
}
.main-container section.top-divisor {
  padding: 30px 50px 35px 55px;
}
a {
  color: #3498db;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
a:visited {
  color: #246a99;
}
a:hover {
  color: #9bafbc;
}
a:hover [class*="box-"] {
  border-color: #48c9b0;
  background-color: #e8f8f5;
}
input,
select,
textarea {
  border: 1px solid #95a5a6;
  height: 30px;
  padding: 3px 2px 2px 9px;
  line-height: 30px;
  font-size: 13px;
  color: #555555;
  width: 400px;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 1px 4px #8ddece;
  border-color: #1abc9c;
}
input[type="file"],
input[type="checkbox"],
input[type="radio"] {
  height: auto;
  width: auto;
}
input[type="checkbox"],
input[type="radio"] {
  border: none;
  vertical-align: middle;
}
::-webkit-input-placeholder {
  color: #7d7d7d;
}
:-moz-placeholder {
  color: #7d7d7d;
}
::-moz-placeholder {
  color: #7d7d7d;
}
:-ms-input-placeholder {
  color: #7d7d7d;
}
.NFI-wrapper {
  width: auto !important;
  overflow: hidden !important;
  margin-bottom: 20px;
}
.NFI-wrapper .NFI-filename {
  float: left;
  width: 250px !important;
}
.NFI-wrapper .NFI-button {
  float: right !important;
  border: 1px solid #1abc9c;
  text-transform: uppercase;
  text-align: center;
  color: #1abc9c;
  font-weight: 500;
  max-height: 30px;
  padding: 3px 10px;
  margin-left: -1px;
  width: 150px;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.NFI-wrapper .NFI-button:hover {
  background-color: #1abc9c;
  color: white;
  cursor: pointer;
}
.form-center {
  width: 610px;
}
.form-center input,
.form-center select,
.form-center textarea {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  padding: 5px 2px;
  color: #555555;
}
.form-center input[type="file"],
.form-center input[type="checkbox"],
.form-center input[type="radio"],
.form-center select[type="file"],
.form-center select[type="checkbox"],
.form-center select[type="radio"],
.form-center textarea[type="file"],
.form-center textarea[type="checkbox"],
.form-center textarea[type="radio"] {
  height: auto;
  width: auto;
}
.form-center input[type="checkbox"],
.form-center input[type="radio"] {
  border: none;
  width: auto;
  height: auto;
  vertical-align: baseline;
  display: inline-block;
  margin: 0;
}
.form-center textarea {
  height: auto;
}
.form-center .col-half {
  max-width: 282px;
  float: right;
}
.form-center .col-half:first-child {
  float: left;
}
.form-center .col-half .col-half {
  max-width: 134px;
}
.form-center .col-half .col-half .col-half {
  max-width: 60px;
}
.form-center .col-half .col-half .col-half:first-child {
  margin-right: 3px;
}
.form-center .col-half .text-help {
  margin-top: 30px;
  margin-bottom: 5px;
}
.form-center .form-group {
  margin-bottom: 10px;
}
.form-center .form-group label {
  margin-bottom: 5px;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.form-center .form-group-inline label {
  vertical-align: middle;
  margin-right: 20px;
}
.form-center .form-group-inline .txt-price {
  width: 100px;
  display: inline-block;
}
.form-center h3 {
  margin-top: 30px;
}
.form-center hr {
  margin-top: 30px;
  border: 0px solid transparent;
  border-top: 1px solid #7b7b7b;
}
.form-center .text-help {
  font-size: 12px;
  color: #555555;
}
input.error {
  border-color: #c0392b;
}
input.error:focus {
  box-shadow: 0 1px 4px #e9a39b;
}
label.error {
  font-size: 80%;
  color: #c0392b;
}
[class*="nav-"] li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
}
[class*="nav-"] li.active:after {
  content: "";
  border-color: #34495e rgba(0,0,0,0) rgba(0,0,0,0);
  border-style: solid;
  border-width: 15px;
  display: block;
  height: 30px;
  position: absolute;
  top: 74px;
  width: 30px;
}
dl {
  margin-bottom: 30px;
}
dl dt,
dl dd {
  display: inline-block;
  padding: 3px 20px;
  margin-bottom: -2px;
}
dl dt {
  width: 280px;
  border-right: 1px solid #d9d9d7;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  color: #555555;
}
dl dd {
  text-transform: uppercase;
  color: #27ae60;
}
[class*="box"] {
  border: 1px solid #d9d9d7;
  background-color: #fafafa;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  position: relative;
  width: 100%;
}
.box-p {
  color: #7d7d7d;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 7px;
}
.box-well-small {
  display: block;
  margin: 50px auto 0;
  width: 40%;
  padding-bottom: 10px;
  clear: both;
}
.box-well-small > h4 {
  margin: 0 0 10px;
  color: #7d7d7d;
}
.box-empty-vipincluded {
  margin: 10px 0 20px;
  padding-top: 10px;
}
.box-empty-vipincluded > ol {
  color: #555555;
  list-style: inside none decimal;
  text-align: left;
  margin: 0 30px 30px 10px;
}
[class*="square"] {
  width: 90px;
  height: 90px;
}
[class*="empty"] {
  background-color: transparent;
}
[class*="alone"] {
  line-height: 2.2em;
}
[class*="tcenter"] {
  text-align: center;
}
[class*="tright"] {
  text-align: right;
}
[class*="talert"] {
  color: #c69c6d;
}
[class*="thelp"] {
  color: #555555;
}
[class*="block"] {
  display: block;
}
[class*="inline"] {
  display: inline-block;
}
[class*="center"] {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
[class*="left"] {
  float: left;
}
[class*="right"] {
  float: right;
}
[class*="grid"] {
  width: 100%;
  padding: 0;
  clear: both;
  display: block;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
[class*="grid"]::after,
[class*="grid"]::before {
  clear: both;
}
[class*="grid"] [class*="col"] {
  display: table-cell;
  vertical-align: top;
}
[class*="grid"] [class*="col-half"] {
  width: 50%;
}
[class*="-80-"] {
  width: 80%;
  padding: 0;
}
small {
  font-size: 11px;
  line-height: 1;
}
.top-divisor {
  border-top: 1px solid #d9d9d7;
}
.clearfix,
.clearfix::after,
.clearfix::before {
  clear: both;
  display: block;
}
.sub-message {
  color: #7d7d7d;
  font-size: 90%;
  margin: 25px auto 0;
}
table {
  width: 100%;
  margin: 50px auto;
  max-width: 100%;
  border-collapse: collapse;
  border: 1px solid #d9d9d7;
}
table th,
table td {
  padding: 15px 20px;
  text-align: center;
  line-height: 1;
  font-size: 13px;
}
table th:first-child,
table td:first-child {
  text-align: left;
}
table th {
  border: 1px solid #d9d9d7;
  color: #555555;
  background-color: #ededed;
}
table td {
  border-left: 1px solid #d9d9d7;
  color: #7d7d7d;
}
table tr:nth-child(even) {
  background-color: #fafafa;
}
table + a,
table + a:visited {
  color: #27ae60;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #27ae60;
  background-color: #eef9f2;
  margin: 10px auto;
}
table + a:hover,
table + a:visited:hover {
  background-color: #27ae60;
  color: white;
}
table + a:after,
table + a:visited:after {
  content: "";
  display: inline-block;
  height: 40px;
  vertical-align: top;
  width: 1px;
}
.button {
  border: 1px solid #34495e;
  color: #34495e;
  background-color: white;
  text-align: center;
  padding: 10px 45px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.button:hover {
  background-color: #34495e;
  color: white;
}
.button.success {
  background-color: #e9f7ef;
  border: none;
  color: #ffffff;
  border: 1px solid #27ae60;
  color: #27ae60;
}
.button.success:hover {
  background-color: #68c690;
  color: #ffffff;
}
.button.success:disabled,
.button.success:disabled:hover {
  background-color: white;
  color: #555555;
  border-color: #555555;
  cursor: default;
}
.button.success:hover {
  background-color: #27ae60;
  color: white;
}
.ui-alert,
.alert {
  font-size: 13px;
  padding: 5px 10px;
  width: auto;
  display: block;
  margin: 10px auto 20px;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  background-color: #e8f8f5;
  border: 1px solid #1abc9c;
  color: #1abc9c;
}
.ui-alert.danger,
.ui-alert.alert-danger,
.alert.danger,
.alert.alert-danger {
  background-color: #f9ebea;
  border: 1px solid #c0392b;
  color: #c0392b;
}
.missing {
  color: #c0392b;
}
.ok {
  color: #27ae60;
}
.apppreviewer {
  background: url(../img/iphone-5.png) no-repeat 0 0 transparent;
  display: inline-block;
  vertical-align: text-bottom;
  width: 500px;
  height: 290px;
}
.apppreviewer + div {
  display: inline-block;
  width: 300px;
}
[class*="icon"] {
  font-style: normal;
  background: url("../img/appbuilder-icons.png") no-repeat 0 0 transparent;
  display: inline-block;
  vertical-align: middle;
}
.icon-fire {
  background: url("../img/vip-service.png") no-repeat 0 0 transparent;
  background-position: -7px -162px;
  height: 135px;
  width: 137px;
  margin: 20px auto 5px;
  display: block;
}
.icon-fire + p {
  color: #555555;
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
}
.icon-fire + p + p {
  font-size: 13px;
}
.icon-cube {
  background: url("../img/vip-service.png") no-repeat 0 0 transparent;
  background-position: -10px 1px;
  height: 152px;
  width: 127px;
  margin: 20px auto 5px;
  display: block;
}
.icon-cube + p {
  color: #555555;
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
}
.icon-cube + p + p {
  font-size: 13px;
}
.icon-largeandroid {
  background-position: -68px 0;
  height: 62px;
  width: 52px;
  display: block;
  margin: 6px auto 0;
}
.icon-largeapple {
  background-position: 0 0;
  height: 62px;
  width: 52px;
  display: block;
  margin: 6px auto 0;
}
.icon-devices {
  background-position: -136px 0;
  height: 68px;
  width: 68px;
  margin: 0 20px 0 0;
  float: left;
}
.icon-error {
  background-position: -90px -250px;
  height: 103px;
  width: 112px;
  margin: 20px 50px 50px 0;
  float: left;
}
.icon-denied {
  background-position: 0 -180px;
  height: 110px;
  width: 120px;
  margin: 40px 50px 30px 0;
  float: left;
}
.icon-maintenance {
  background-image: url("../img/maintenance.png");
  background-position: 0 0;
  height: 110px;
  width: 120px;
  margin: 40px 50px 30px 0;
  float: left;
}
.icon-finish {
  background-image: url("../img/finish.png");
  background-position: 7px 8px;
  height: 160px;
  width: 160px;
  margin: 40px auto;
  display: block;
  clear: both;
}
.loadinggif {
  background-image: url("../img/loader.gif");
  background-position: 0 0;
  height: 160px;
  width: 160px;
  margin: 40px auto;
  display: block;
  clear: both;
}
.icon-apple {
  background-position: -40px -136px;
  height: 45px;
  width: 35px;
}
.icon-android {
  background-position: -39px -84px;
  height: 45px;
  width: 35px;
}
.active .icon-apple {
  background-position: 0 -136px;
  height: 45px;
  width: 35px;
}
.active .icon-android {
  background-position: 1px -84px;
  height: 45px;
  width: 35px;
}
.deactive .icon-apple {
  background-position: -78px -136px;
  height: 45px;
  width: 35px;
}
.deactive .icon-android {
  background-position: -76px -85px;
  height: 45px;
  width: 35px;
}
blockquote {
  margin: 70px 60px 50px 45px;
  font-size: 13px;
  line-height: 2em;
  color: #383838;
}
.box-error {
  background-color: transparent;
  border-color: #1abc9c;
  margin: 160px 35px;
  width: 100%;
  padding: 20px 70px;
}
.box-error .outside {
  font-size: 48px;
  color: #1abc9c;
  font-weight: 700;
  text-align: center;
}
.box-error .outside.errorpage {
  background-color: #e5e5e5;
  height: 50px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  max-width: 90px;
  width: 90px;
}
.box-error .outside.denied {
  background-color: #e5e5e5;
  height: 50px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  max-width: 240px;
  width: 240px;
  margin-bottom: 50px;
}
.box-error .outside.maintenance {
  background-color: #e5e5e5;
  height: 50px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  max-width: 310px;
  width: 310px;
  margin-bottom: 50px;
}
.box-error p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.logoLink img {
  max-height: 50px;
  max-width: 400px;
}
.chooseplatform {
  margin-top: 65px;
  padding-bottom: 40px;
}
.chooseplatform .outside-top {
  background-color: white;
  height: 30px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: -16px;
  max-width: 50px;
  width: 90%;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #6f6f6f;
}
.chooseplatform .choose {
  margin-top: 35px;
}
.chooseplatform .choose span {
  color: #383838;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.chooseplatform .choose span:hover {
  color: #1abc9c;
}
.chooseplatform .choose .inline {
  margin-right: 40px;
}
.chooseplatform .choose .inline:last-child {
  margin-right: 0;
}
.chooseplatform .choose .box-square {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.chooseplatform .choose .box-square:hover + span {
  color: #1abc9c;
}
.choosevip p,
.chooseplatform p {
  font-size: 13px;
  color: #888888;
  width: 80%;
  margin: 0 auto 20px;
  line-height: 1.4em;
}
.choosevip p em,
.chooseplatform p em {
  font-style: oblique;
}
.choosevip h2,
.chooseplatform h2 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 20px;
}
.choosevip .box-well-small > p,
.chooseplatform .box-well-small > p {
  line-height: 20px;
  margin: 0;
  width: 100%;
}
.choosevip {
  padding-top: 10px;
}
.choosevip p {
  margin-bottom: 40px;
}
.choosevip h2 {
  margin-top: 40px;
}
.col-half.large-button {
  vertical-align: middle;
  text-align: center;
}
.col-half.large-button .button {
  margin: -20px 0 30px;
}
section.top-divisor.buildingload {
  font-size: 13px;
  line-height: 24px;
}
section.top-divisor.buildingload p {
  margin-top: 50px;
  margin-bottom: 25px;
}
section.top-divisor.buildingload .grid-center {
  margin: 40px 0;
}
section.top-divisor.backlinks {
  padding: 18px 30px 15px;
}
section.top-divisor.backlinks a {
  margin-right: 50px;
  font-size: 13px;
}
section.top-divisor.buildrequested {
  padding: 15px 30px 25px 30px;
  min-height: 89px;
}
section.top-divisor.buildrequested p,
section.top-divisor.buildrequested h3 {
  margin-bottom: 0;
}
section.top-divisor.buildrequested h3 {
  margin-top: 10px;
}
section.top-divisor.buildrequested p {
  font-size: 13px;
}
section.top-divisor.bottom-action {
  padding: 15px 30px 15px 30px;
}
section.top-divisor.bottom-action p {
  line-height: 3em;
  margin-bottom: 0;
}
section.top-divisor.bottom-action p b {
  font-weight: 600;
  font-size: 18px;
  padding-left: 20px;
}
section.top-divisor.bottom-action .button {
  text-transform: capitalize;
  color: white;
  border-color: transparent;
  background-color: #3498db;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  font-size: 120%;
}
section.top-divisor.bottom-action .button:hover {
  background-color: #85c1e9;
}
.ie [class*="nav-"] li.active:after {
  display: none;
}
