/**
 * The main less file.
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import '../../components/select2/dist/css/select2.min.css';
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../../../../../frontend/v2/public/styles/fonts/glyphicons-halflings-regular.html');
  src: url('../../../../../../frontend/v2/public/styles/fonts/glyphicons-halflings-regular.html#iefix') format('embedded-opentype'), url('../../../../../../frontend/v2/public/styles/fonts/glyphicons-halflings-regular-2.html') format('woff'), url('../../../../../../frontend/v2/public/styles/fonts/glyphicons-halflings-regular-3.html') format('truetype'), url('../../../../../../frontend/v2/public/styles/fonts/glyphicons-halflings-regular-4.html#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  /* transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dedede;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dedede;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dedede;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dedede;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dedede;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dedede;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /* transition */
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  /* box-shadow */
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  /* box-shadow */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-grey {
  color: #ffffff;
  background-color: #50585e;
  border-color: #444b50;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: #ffffff;
  background-color: #393e42;
  border-color: #282c2f;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  background-image: none;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  background-color: #50585e;
  border-color: #444b50;
}
.btn-grey .badge {
  color: #50585e;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  /* box-shadow */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  /* transition */
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  /* transition */
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  /* box-shadow */
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  /* box-shadow */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    /* box-shadow */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  /* transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  /* box-shadow */
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  /* transition */
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  /* animation */
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dedede;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  /* box-shadow */
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    /* box-shadow */
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  /* box-shadow */
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  /* transition */
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../../../../frontend/v2/public/styles/fonts/fontawesome-webfont78ce.html?v=4.2.0');
  src: url('../../../../../../frontend/v2/public/styles/fonts/fontawesome-webfont.html#iefix&v=4.2.0') format('embedded-opentype'), url('../../../../../../frontend/v2/public/styles/fonts/fontawesome-webfont78ce-2.html?v=4.2.0') format('woff'), url('../../../../../../frontend/v2/public/styles/fonts/fontawesome-webfont78ce-3.html?v=4.2.0') format('truetype'), url('../../../../../../frontend/v2/public/styles/fonts/fontawesome-webfont78ce-4.html?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/*!
Video.js Default Styles (http://videojs.com)
Version GENERATED_AT_BUILD
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurances of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #cccccc;
}
/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus hightlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */
  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}
/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}
/* Font button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */
}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  /* assuming volume starts at 1.0 */
  width: 100%;
  background: #66a8cc url(data:image/png;base64,ivborw0kggoaaaansuheugaaaayaaaagcayaaadgzo9iaaaap0leqvqihwwmaqoaiagdr/qj/ub//04+w7zicbwcog5fzi5ibb82agzixegljrd4tvk5xujpskstevpdfzx9ab2pgzisqcvaaaaaaelftksuqmcc) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  /* Assumes volume starts at 1.0. If you change the size of the
     handle relative to the volume bar, you'll need to update this value
     too. */
  left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
/* The volume menu button is like menu buttons (captions/subtitles) but works
    a little differently. It needs to be possible to tab to the volume slider
    without hitting space bar on the menu button. To do this we're not using
    display:none to hide the slider menu by default, and instead setting the
    width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}
/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */
  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */
  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */
  background: #66a8cc url(data:image/png;base64,ivborw0kggoaaaansuheugaaaayaaaagcayaaadgzo9iaaaap0leqvqihwwmaqoaiagdr/qj/ub//04+w7zicbwcog5fzi5ibb82agzixegljrd4tvk5xujpskstevpdfzx9ab2pgzisqcvaaaaaaelftksuqmcc) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.2);
}
/* there are child elements of the load progress bar that represent the
   specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
  background: #787878 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em /* Minor adjustment */;
}
/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}
/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}
/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  /* border-radius */
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4em;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-big-play-button {
  display: none;
}
/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
  display: none;
}
.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666666;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
  color: #F4A460;
}
/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertially aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */
  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
  display: none;
}
/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
/* Hide the poster when controls are disabled because it's clickable
    and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
  display: none;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  /* Leave padding on left and right */
  left: 1em;
  right: 1em;
}
/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
/* Individual tracks */
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  /* background-color-with-alpha */
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
  color: #ffffff /* Subtitles are white */;
}
.video-js .vjs-captions {
  color: #ffcc66 /* Captions are yellow */;
}
.vjs-tt-cue {
  display: block;
}
/* Increase font-size when fullscreen */
.video-js.vjs-fullscreen .vjs-text-track {
  font-size: 3em;
}
/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
  display: none;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
    The .video-js classname on the video tag also isn't considered.
    This optional paragraph inside the video tag can provide a message to users
    about what's required to play video. */
.vjs-no-js {
  padding: 20px;
  color: #ccc;
  background-color: #333;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #F4A460;
}
/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/*!  Structure  */
/* Header */
/* Image Version*/
/* Paths */
/* Images */
/* Colors */
/* Icons */
/* Buttons */
/* Table Color */
/* Font Size Convention */
/**
 * Mixins
 */
.iblock {
  display: inline-block;
}
.vtop {
  vertical-align: top;
}
.vmiddle {
  vertical-align: middle;
}
.vbottom {
  vertical-align: bottom;
}
@-webkit-keyframes pulsecircle {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsecircle {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/**
 * Font
 */
@font-face {
  font-family: 'open-sanslight';
  src: url('../../fonts/opensans-light-webfont.eot');
  src: url('../../fonts/opensans-light-webfont.eot#iefix') format('embedded-opentype'), url('../../fonts/opensans-light-webfont.woff') format('woff2'), url('../../fonts/opensans-light-webfont.woff') format('woff'), url('../../fonts/opensans-light-webfont.ttf') format('truetype'), url('../../fonts/opensans-light-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VideoJS';
  src: url('../../fonts/vjs.eot');
  src: url('../../fonts/vjs.eot#iefix') format('embedded-opentype'), url('../../fonts/vjs.woff') format('woff'), url('../../fonts/vjs.ttf') format('truetype'), url('../../fonts/vjs.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: 'myriadpro-regular';
  src: url('../../fonts/myriadpro-regular.eot');
  src: local('☺'), url('../../fonts/myriadpro-regular.woff') format('woff'), url('../../fonts/myriadpro-regular.ttf') format('truetype'), url('../../fonts/myriadpro-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myriadpro-cond';
  src: url('../../fonts/myriadpro-cond.eot');
  src: local('☺'), url('../../fonts/myriadpro-cond.woff') format('woff'), url('../../fonts/myriadpro-cond.ttf') format('truetype'), url('../../fonts/myriadpro-cond.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open-sansitalic';
  src: url('../../fonts/opensans-italic-webfont.eot');
  src: url('../../fonts/opensans-italic-webfont.eot#iefix') format('embedded-opentype'), url('../../fonts/opensans-italic-webfont.woff') format('woff2'), url('../../fonts/opensans-italic-webfont.woff') format('woff'), url('../../fonts/opensans-italic-webfont.ttf') format('truetype'), url('../../fonts/opensans-italic-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open-sansextrabold_italic';
  src: url('../../fonts/opensans-extrabolditalic-webfont.eot');
  src: url('../../fonts/opensans-extrabolditalic-webfont.eot#iefix') format('embedded-opentype'), url('../../fonts/opensans-extrabolditalic-webfont.woff') format('woff2'), url('../../fonts/opensans-extrabolditalic-webfont.woff') format('woff'), url('../../fonts/opensans-extrabolditalic-webfont.ttf') format('truetype'), url('../../fonts/opensans-extrabolditalic-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open-sansextrabold';
  src: url('../../fonts/opensans-extrabold-webfont.eot');
  src: url('../../fonts/opensans-extrabold-webfont.eot#iefix') format('embedded-opentype'), url('../../fonts/opensans-extrabold-webfont.woff') format('woff2'), url('../../fonts/opensans-extrabold-webfont.woff') format('woff'), url('../../fonts/opensans-extrabold-webfont.ttf') format('truetype'), url('../../fonts/opensans-extrabold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open-sansbold_italic';
  src: url('../../fonts/opensans-bolditalic-webfont.eot');
  src: url('../../fonts/opensans-bolditalic-webfont.eot#iefix') format('embedded-opentype'), url('../../fonts/opensans-bolditalic-webfont.woff') format('woff2'), url('../../fonts/opensans-bolditalic-webfont.woff') format('woff'), url('../../fonts/opensans-bolditalic-webfont.ttf') format('truetype'), url('../../fonts/opensans-bolditalic-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open-sansbold';
  src: url('../../fonts/opensans-bold-webfont.eot');
  src: url('../../fonts/opensans-bold-webfont.eot#iefix') format('embedded-opentype'), url('../../fonts/opensans-bold-webfont.woff') format('woff2'), url('../../fonts/opensans-bold-webfont.woff') format('woff'), url('../../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../../fonts/opensans-bold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open-sanssemibold';
  src: url('../../fonts/opensans-semibold-webfont.eot');
  src: url('../../fonts/opensans-semibold-webfont.eot#iefix') format('embedded-opentype'), url('../../fonts/opensans-semibold-webfont.woff') format('woff2'), url('../../fonts/opensans-semibold-webfont.woff') format('woff'), url('../../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../../fonts/opensans-semibold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open-sanssemibold_italic';
  src: url('../../fonts/opensans-semibolditalic-webfont.eot');
  src: url('../../fonts/opensans-semibolditalic-webfont.eot#iefix') format('embedded-opentype'), url('../../fonts/opensans-semibolditalic-webfont.woff') format('woff2'), url('../../fonts/opensans-semibolditalic-webfont.woff') format('woff'), url('../../fonts/opensans-semibolditalic-webfont.ttf') format('truetype'), url('../../fonts/opensans-semibolditalic-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open-sansregular';
  src: url('../../fonts/opensans-regular-webfont.eot');
  src: url('../../fonts/opensans-regular-webfont.eot#iefix') format('embedded-opentype'), url('../../fonts/opensans-regular-webfont.woff') format('woff2'), url('../../fonts/opensans-regular-webfont.woff') format('woff'), url('../../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../../fonts/opensans-regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open-sanslight_italic';
  src: url('../../fonts/opensans-lightitalic-webfont.eot');
  src: url('../../fonts/opensans-lightitalic-webfont.eot#iefix') format('embedded-opentype'), url('../../fonts/opensans-lightitalic-webfont.woff') format('woff2'), url('../../fonts/opensans-lightitalic-webfont.woff') format('woff'), url('../../fonts/opensans-lightitalic-webfont.ttf') format('truetype'), url('../../fonts/opensans-lightitalic-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * Buttons
 */
.btn.btn-orange {
  font-family: 'open-sansextrabold';
  font-size: 16px;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff9900;
  /* transition */
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
.btn.btn-orange:hover,
.btn.btn-orange:focus {
  background-color: #e58a00;
  color: #fff;
}
.btn.btn-orange:active,
.btn.btn-orange.active {
  background-color: #e58a00;
}
.btn.btn-orange:disabled,
.btn.btn-orange[disabled] {
  background-color: #ffc97b;
}
.btn.btn-green {
  color: #fff;
  background-color: #74c947;
  /* transition */
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
.btn.btn-green:hover,
.btn.btn-green:focus {
  background-color: #5cab32;
  color: #fff;
}
.btn.btn-green:active,
.btn.btn-green.active {
  background-color: #5cab32;
}
.btn.btn-green:disabled,
.btn.btn-green[disabled] {
  background-color: #5cab32;
}
.btn.btn-blue {
  color: #fff;
  background-color: #1eacc6;
  /* transition */
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
  background-color: #1e889b;
  color: #fff;
}
.btn.btn-blue:active,
.btn.btn-blue.active {
  background-color: #1e889b;
}
.btn.btn-blue:disabled,
.btn.btn-blue[disabled] {
  background-color: #1e889b;
}
.btn.btn-white {
  color: #333;
  background-color: #ffffff;
  border: 1px solid #dedede;
  /* transition */
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  background-color: #eeeeee;
  color: #333;
}
.btn.btn-white:active,
.btn.btn-white.active {
  background-color: #eeeeee;
}
.btn.btn-white:disabled,
.btn.btn-white[disabled] {
  background-color: #eeeeee;
}
/* Mobile */
@media screen and (max-width: 768px) and (min-width: 480px) {
  .btn.btn-orange,
  .btn.btn-white,
  .btn.btn-blue,
  .btn.btn-green {
    font-size: 14px;
    padding: 8px 30px;
  }
}
@media screen and (max-width: 480px) {
  .btn.btn-orange,
  .btn.btn-white,
  .btn.btn-blue,
  .btn.btn-green {
    font-size: 12px;
    padding: 8px 30px;
  }
}
/**
 * Icons
 */
.icon {
  background-position: center center;
  background-repeat: no-repeat;
}
.icon.icon-smartblue {
  width: 64px;
  height: 64px;
}
.icon.icon-smartblue.icon-smartblue-add {
  background-image: url('../../images/icons/smartblue/add.png');
}
.icon.icon-smartblue.icon-smartblue-flag {
  background-image: url('../../images/icons/smartblue/flag.png');
}
.icon.icon-smartblue.icon-smartblue-note {
  background-image: url('../../images/icons/smartblue/note.png');
}
.icon.icon-smartblue.icon-smartblue-one {
  background-image: url('../../images/icons/smartblue/one.png');
}
.icon.icon-smartblue.icon-smartblue-plate {
  background-image: url('../../images/icons/smartblue/plate.png');
}
.icon.icon-smartblue.icon-smartblue-projector {
  background-image: url('../../images/icons/smartblue/projector.png');
}
/**.reseller-info-form
 * Common style
 */
/* Body */
html,
body {
  font-family: 'open-sansregular', Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: transparent;
}
body {
  margin: 0;
  padding: 0;
}
body .sales-phone-number {
  display: none;
  position: fixed;
  right: 0;
  z-index: 3;
  background-color: #000;
  color: #fff !important;
  padding: 8px 16px;
  font-size: 16px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -webkit-animation: fade-down ease-in-out 700ms 100ms both;
  -moz-animation: fade-down ease-in-out 700ms 100ms both;
  animation: fade-down ease-in-out 700ms 100ms both;
}
.banner sup {
  font-size: 60%;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
label {
  font-weight: normal;
}
a {
  color: #1eacc6;
}
a:hover,
a:active {
  color: #198ca1;
}
.reseller-guide-form {
  min-height: 60px;
  padding-top: 20px;
}
.hubspot-form.loading,
.custom-form.loading {
  background: url('../../images/common/gif/loader_1.gif') center center no-repeat;
  height: 106px;
}
.hubspot-form .hs_submit .hs-button,
.custom-form .hs_submit .hs-button {
  text-transform: uppercase;
}
.hubspot-form .input,
.custom-form .input {
  position: relative;
}
.hubspot-form .input .hs-input.invalid,
.custom-form .input .hs-input.invalid {
  border: 1px solid red!important;
}
.hubspot-form .hs-error,
.custom-form .hs-error,
.hubspot-form .custom-error,
.custom-form .custom-error {
  position: absolute;
  background-color: rgba(255, 176, 176, 0.5);
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  right: 0;
  top: 0;
  padding: 5px 10px;
  font-size: 10px;
  color: red;
  text-align: left;
  pointer-events: none;
}
/* SnapEngage */
#snapengage-button {
  top: inherit!important;
  bottom: 10%!important;
}
/* Google Adward */
.google-adward {
  display: none;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: rgba(20, 134, 171, 0.2) url('../../images/slider/up-v-1.3.62.png') center center no-repeat;
  border-radius: 25px;
  cursor: pointer;
  z-index: 2;
  /* transition */
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.back-to-top:hover {
  background-color: rgba(20, 134, 171, 0.9);
}
@media screen and (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-image: url('../../images/slider/up_480-v-1.3.62.png');
  }
}
.ajax-wrapper {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  padding-top: 170px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ajax-wrapper.hidden {
  display: none;
}
.ajax-mask {
  position: relative;
  background: transparent;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  z-index: 2;
}
.ajax-mask span {
  position: absolute;
  background-color: #1eacc6;
  border: 4px solid rgba(28, 43, 54, 0.5);
  border-radius: 999px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: pulsecircle .7s linear infinite;
  animation: pulsecircle .7s linear infinite;
}
[data-loader='circle'] {
  font-size: 10px;
  margin: 50px auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: absolute;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
[data-loader='circle']:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
[data-loader='circle']:after {
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.reseller-info-form {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
}
.reseller-info-form ::-webkit-input-placeholder {
  color: #999;
}
.reseller-info-form ::-moz-placeholder {
  color: #999;
}
.reseller-info-form :-ms-input-placeholder {
  color: #999;
}
.reseller-info-form input:-moz-placeholder {
  color: #999;
}
.reseller-info-form .form-group {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 7px;
  margin-bottom: 15px;
}
.reseller-info-form .form-group.left {
  padding-left: 0;
}
.reseller-info-form .form-group.right {
  padding-right: 0;
}
.reseller-info-form .form-group.right .notify.notify-danger {
  right: 1px;
}
.reseller-info-form .form-group.full {
  width: 100%;
  padding: 0;
}
.reseller-info-form .form-group.full .notify.notify-danger {
  right: 1px;
}
.reseller-info-form .select2-container {
  width: 100%!important;
}
.reseller-info-form .select2-container .select2-selection {
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 9px 12px 9px 4px;
  height: auto;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
.reseller-info-form .select2-container .select2-selection .select2-selection__rendered {
  font-size: 16px;
  color: #666;
}
.reseller-info-form .select2-container .select2-selection .select2-selection__placeholder {
  color: #999;
}
.reseller-info-form .select2-container .select2-selection .select2-selection__arrow {
  height: 48px;
  width: 36px;
}
.reseller-info-form .notify.notify-danger {
  position: absolute;
  background-color: rgba(255, 176, 176, 0.5);
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  border: none;
  right: 8px;
  top: 1px;
  padding: 3px 6px;
  font-size: 10px;
  color: #e6513e;
  text-align: left;
  pointer-events: none;
}
.reseller-info-form .form-ctrls {
  padding: 0;
}
.reseller-info-form input {
  background-image: none;
  border: 1px solid #dedede;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  padding: 12px;
  color: #666;
  width: 100%;
  /* transition */
  -webkit-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
  outline: none;
  height: auto;
}
.reseller-info-form input:focus {
  border-color: #66afe9;
}
.reseller-info-form button {
  float: left;
  width: 100%;
  background-image: none;
  background-color: #f90;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  font-family: 'open-sansextrabold';
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 12px 40px;
  /* transition */
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
.reseller-info-form button:hover {
  background-color: #e58a00;
  color: #fff;
}
.reseller-info-form .ajax-wrapper {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .reseller-info-form .notify.notify-danger {
    right: 1px;
  }
  .reseller-info-form .form-group {
    padding: 0;
    width: 100%;
  }
  .reseller-info-form input {
    font-size: 14px;
    padding: 13px 10px;
  }
  .reseller-info-form .form-ctrls {
    padding: 0;
  }
  .reseller-info-form button {
    font-size: 14px;
    padding: 8px 30px;
  }
}
@media screen and (max-width: 480px) {
  .reseller-info-form input {
    font-size: 12px;
    padding: 8px 10px;
  }
  .reseller-info-form button {
    font-size: 12px;
    padding: 8px 30px;
  }
}
.select2-dropdown {
  border-color: #dedede;
}
.select2-results__option--highlighted {
  background-color: #1eacc6!important;
}
#hellobar-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 2;
  /* box-shadow */
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  /* transition */
  -webkit-transition: top 1s ease;
  -moz-transition: top 1s ease;
  -o-transition: top 1s ease;
  transition: top 1s ease;
}
.top-not-ready #hellobar-wrapper {
  top: -100px !important;
}
.hellobar-pusher {
  height: 36px;
  position: relative;
  overflow: hidden;
}
.hellobar-message {
  display: inline-block;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
#hellobar-container a.hellobar-cta-link {
  display: inline-block;
  line-height: 36px;
}
#hellobar-container a.hellobar-cta-link,
#hellobar-container a.hellobar-cta-link:link,
#hellobar-container a.hellobar-cta-link:visited,
#hellobar-container a.hellobar-cta-link:hover {
  margin: 0 0 0 16px;
  cursor: pointer;
  text-decoration: underline;
}
#hellobar-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  height: 36px;
  margin: 0;
  overflow: visible;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1000;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  font-family: Helvetica, sans-serif;
  color: #fff;
  border-bottom: none;
}
#hellobar-container a,
#hellobar-container a:link,
#hellobar-container a:visited,
#hellobar-container a:hover {
  font-size: 14px;
  padding: 0;
  border: none;
  text-decoration: underline;
}
#hellobar-container a:hover {
  text-decoration: none;
}
#hellobar-texts {
  margin-right: 30px;
}
a#hellobar-logo {
  height: 0;
  left: 20px;
  overflow: hidden;
  padding: 22px 0 0;
  position: absolute;
  top: 3px;
  width: 44px;
}
a#hellobar-logo,
a#hellobar-logo:link,
a#hellobar-logo:visited {
  background: url(../../../../../system/modules/hellobar/lib/sprite-8bit.png) 0 -172px;
}
a#hellobar-close {
  position: absolute;
  z-index: 10;
  /*
  right:12px;
  top:0;

  .arrow {
    background-image:url(../../../../../system/modules/hellobar/lib/sprite-8bit.png);
    background-position:0 58px;
    display:block;
    width:18px;
    height:19px;
  }

  &, &:link, &:visited, &:hover {
    overflow:hidden;
    border:none;
    padding:8px;
  }

  &:hover {
    .arrow {
      background-position:0 77px;
    }
  }
  */
  right: 6px;
  top: 6px;
  width: 24px;
  height: 24px;
}
a#hellobar-close:before,
a#hellobar-close:after {
  width: 1px;
  height: 24px;
  border-left: 1px solid #fff;
  content: " ";
  display: block;
  margin-left: 12px;
}
a#hellobar-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
a#hellobar-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -24px;
}
/*
a#hellobar-open {
  .box-sizing(content-box);
  display:block;
  overflow:hidden;
  position:absolute;
  right:10px;
  top:-96px;
  z-index:100;
  &, &:link, &:visited {
    background-image:url(../../../../../system/modules/hellobar/lib/sprite-8bit.png);
    background-repeat:no-repeat;
    background-position:0 -8px;
    padding:80px 0 0;
    width:35px;
    height:0;
    .box-shadow(0 0 5px rgba(0,0,0,0.35));
    -ms-filter:progid:DXImageTransform.Microsoft.Shadow(Color=#e5e5e5,direction=120,strength=3);
    filter:progid:DXImageTransform.Microsoft.Shadow(Color=#e5e5e5,direction=120,strength=3);
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    border-width:3px;
    border-style:solid;

    background-color:#f90;
    border-color:#fff;
  }

  &:hover {
    background-color:#ffbf26;
    padding:80px 0 0;
    border-width:3px;
    border-style:solid;
  }
}
*/
.has_hbar .navbar-fixed-top {
  top: 36px;
}
@media (max-width: 991px) {
  #hellobar-container a.hellobar-cta-link {
    position: absolute;
    right: 54px;
    top: 0;
    padding: 0 6px;
  }
}
@media (max-width: 768px) {
  #hellobar-container {
    text-align: left;
  }
  .hellobar-message {
    max-width: 80%;
  }
  /*
  a#hellobar-close {
    padding:8px 2px 8px 14px;
  }*/
}
@media (max-width: 480px) {
  .hellobar-message {
    max-width: 65%;
  }
}
/**
 * Header
 */
@-webkit-keyframes fade-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fade-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes fade-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
body .header.navbar {
  position: absolute;
  background-color: #1486ab;
  border: none;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 14px 0 0;
  min-height: 0;
  font-size: 14px;
  z-index: 4;
  /* transition */
  -webkit-transition: padding 400ms linear;
  -moz-transition: padding 400ms linear;
  -o-transition: padding 400ms linear;
  transition: padding 400ms linear;
}
body .header.navbar .navbar-header .navbar-toggle {
  background: transparent;
  margin-top: 16px;
  margin-bottom: 22px;
  height: 34px;
}
body .header.navbar .navbar-header .navbar-toggle .icon-bar {
  background-color: #fff;
  /* transition */
  -webkit-transition: background 250ms linear;
  -moz-transition: background 250ms linear;
  -o-transition: background 250ms linear;
  transition: background 250ms linear;
}
body .header.navbar .navbar-header .navbar-toggle:hover .icon-bar {
  background-color: #e5e5e5;
}
body .header.navbar .navbar-header .navbar-brand {
  float: none;
  position: absolute;
  display: block;
  padding: 0;
  margin-left: 7px;
  font-size: inherit;
  line-height: inherit;
  height: auto;
  left: 27px;
  z-index: 5;
  opacity: 1;
  filter: alpha(opacity=100);
}
body .header.navbar .navbar-header .navbar-brand span {
  display: inline-block;
  font-family: 'myriadpro-cond';
  color: #ffffff;
  font-size: 48px;
  line-height: 48px;
  margin-left: -6px;
  /* transition */
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
body .header.navbar .navbar-header .navbar-brand span:first-child {
  margin-left: 0;
}
body .header.navbar .navbar-header .navbar-brand span.brand-main {
  font-size: 66px;
  line-height: 66px;
  margin-left: -7px;
  /* transition */
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
body .header.navbar .navbar-header .navbar-brand span.less-margin {
  margin-left: -6px;
}
body .header.navbar .navbar-header .navbar-brand span:nth-of-type(1) {
  /* transition-delay */
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}
body .header.navbar .navbar-header .navbar-brand span:nth-of-type(2) {
  /* transition-delay */
  -o-transition-delay: 125ms;
  -webkit-transition-delay: 125ms;
  -moz-transition-delay: 125ms;
  transition-delay: 125ms;
}
body .header.navbar .navbar-header .navbar-brand span:nth-of-type(3) {
  /* transition-delay */
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms;
}
body .header.navbar .navbar-header .navbar-brand span:nth-of-type(4) {
  /* transition-delay */
  -o-transition-delay: 175ms;
  -webkit-transition-delay: 175ms;
  -moz-transition-delay: 175ms;
  transition-delay: 175ms;
}
body .header.navbar .navbar-header .navbar-brand span:nth-of-type(5) {
  /* transition-delay */
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  transition-delay: 200ms;
}
body .header.navbar .navbar-header .navbar-brand span:nth-of-type(6) {
  /* transition-delay */
  -o-transition-delay: 225ms;
  -webkit-transition-delay: 225ms;
  -moz-transition-delay: 225ms;
  transition-delay: 225ms;
}
body .header.navbar .navbar-header .navbar-brand span:nth-of-type(7) {
  /* transition-delay */
  -o-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  transition-delay: 250ms;
}
body .header.navbar .navbar-header .navbar-brand span:nth-of-type(8) {
  /* transition-delay */
  -o-transition-delay: 275ms;
  -webkit-transition-delay: 275ms;
  -moz-transition-delay: 275ms;
  transition-delay: 275ms;
}
body .header.navbar .navbar-header .navbar-brand span:nth-of-type(9) {
  /* transition-delay */
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms;
}
body .header.navbar .navbar-header .navbar-brand span:nth-of-type(10) {
  /* transition-delay */
  -o-transition-delay: 325ms;
  -webkit-transition-delay: 325ms;
  -moz-transition-delay: 325ms;
  transition-delay: 325ms;
}
body .header.navbar .navbar-header .navbar-brand span:nth-of-type(11) {
  /* transition-delay */
  -o-transition-delay: 350ms;
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  transition-delay: 350ms;
}
body .header.navbar .navbar-header .navbar-brand:hover span {
  color: rgba(255, 255, 255, 0.5);
}
body .header.navbar .navbar-header .navbar-brand.backup {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
body .header.navbar .navbar-collapse {
  padding: 0;
}
body .header.navbar .navbar-collapse .btn-signup {
  float: right;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 7px 10px 7px 13px;
  margin-top: 18px;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  /* transition */
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
body .header.navbar .navbar-collapse .btn-signup:hover,
body .header.navbar .navbar-collapse .btn-signup:focus {
  background-color: #ff9900;
  border-color: #ff9900;
}
body .header.navbar .navbar-collapse .client-login {
  float: right;
  color: #ffffff;
  text-decoration: none;
  margin: 26px 26px 0 13px;
  /* transition */
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
}
body .header.navbar .navbar-collapse .client-login:hover,
body .header.navbar .navbar-collapse .client-login:focus {
  color: rgba(255, 255, 255, 0.5);
}
body .header.navbar .navbar-collapse .navbar-nav {
  float: right;
  margin: 24px 13px 0 0;
}
body .header.navbar .navbar-collapse .navbar-nav > li a {
  color: #ffffff;
  padding: 0 0 3px 0;
  margin: 0 14px;
  /* transition */
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
body .header.navbar .navbar-collapse .navbar-nav > li a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  -moz-transition: opacity 300ms, -moz-transform 300ms;
  -o-transition: opacity 300ms, -o-transform 300ms;
  transition: opacity 300ms, transform 300ms;
}
body .header.navbar .navbar-collapse .navbar-nav > li a:hover,
body .header.navbar .navbar-collapse .navbar-nav > li a:focus {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
}
body .header.navbar .navbar-collapse .navbar-nav > li a:hover::after,
body .header.navbar .navbar-collapse .navbar-nav > li a:focus::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
body .header.navbar .navbar-collapse .navbar-nav > li.active a {
  border-bottom: 1px solid #8ac3d5;
}
body .header.navbar .navbar-collapse .navbar-nav > li .arrow {
  position: relative;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent rgba(5, 103, 128, 0.75) transparent;
  margin: 0 auto;
  padding-top: 9px;
}
body .header.navbar .navbar-collapse .sub-nav {
  background-color: rgba(5, 103, 128, 0.75);
  width: 100%;
  height: 36px;
  margin-top: 69px;
}
body .header.navbar .navbar-collapse .sub-nav ul {
  margin-left: 15px;
}
body .header.navbar .navbar-collapse .sub-nav ul li {
  display: inline-block;
}
body .header.navbar .navbar-collapse .sub-nav ul li a {
  display: table-cell;
  height: 36px;
  color: #ffffff;
  font-size: 14px;
  vertical-align: middle;
  text-decoration: none;
  padding: 0 13px;
  /* transition */
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
body .header.navbar .navbar-collapse .sub-nav ul li a:hover {
  background-color: #ffffff;
  color: #666;
}
body .header.navbar .navbar-collapse .sub-nav ul li.active a {
  background-color: #ffffff;
  color: #666;
}
body .header.navbar .navbar-collapse.has-child {
  padding-bottom: 0;
}
body .header.navbar.fixed {
  position: fixed;
  background-color: rgba(20, 134, 171, 0.9);
  box-shadow: 1px 1px 10px rgba(0, 45, 77, 0.5);
  padding: 14px 0 0;
}
body .header.navbar.fixed .navbar-header .navbar-brand {
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
body .header.navbar.fixed .navbar-header .navbar-brand span {
  color: rgba(255, 255, 255, 0.5);
}
body .header.navbar.fixed .navbar-header .navbar-brand.backup {
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
}
body .header.navbar.fixed .navbar-header .navbar-brand.backup span {
  color: #ffffff;
}
body .header.navbar.fixed .navbar-header .navbar-brand.backup:hover span {
  color: rgba(255, 255, 255, 0.5);
}
body[data-page-id=index] .header.navbar {
  background-color: transparent;
  padding: 14px 0 21px 0;
}
body[data-page-id=index] .header.navbar.fixed {
  padding: 14px 0 21px 0;
  background-color: #1486ab;
  -webkit-animation: fade-down ease-in-out 700ms 100ms both;
  -moz-animation: fade-down ease-in-out 700ms 100ms both;
  animation: fade-down ease-in-out 700ms 100ms both;
}
body.landing-page .header.navbar {
  background-color: transparent;
  padding: 14px 0 21px 0;
}
body.landing-page .header.navbar.fixed {
  padding: 14px 0 21px 0;
  background-color: #1486ab;
  -webkit-animation: fade-down ease-in-out 700ms 100ms both;
  -moz-animation: fade-down ease-in-out 700ms 100ms both;
  animation: fade-down ease-in-out 700ms 100ms both;
}
body.landing-page .header.navbar .navbar-collapse a.btn-signup {
  margin-right: 50px;
  background-color: #f90;
  border: none;
  border-radius: 18px;
  padding: 7px 20px;
}
body.landing-page .header.navbar .navbar-collapse a.btn-signup:hover {
  background-color: #d88200;
}
@media screen and (max-width: 767px) {
  body.landing-page .header.navbar .navbar-collapse a.btn-signup {
    background-color: transparent;
    margin-left: -6px;
    margin-bottom: -1px;
  }
  body.landing-page .header.navbar .navbar-collapse a.btn-signup:hover {
    background-color: transparent;
  }
}
body.landing-page .header.navbar .navbar-collapse ul.navbar-nav {
  margin: 26px 70px 0 0;
}
@media screen and (max-width: 767px) {
  body.landing-page .header.navbar .navbar-collapse ul.navbar-nav {
    margin: 0px 70px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.landing-page .header.navbar .navbar-collapse {
    padding: 10px 0;
  }
  body.landing-page .header.navbar .navbar-collapse a.client-login {
    float: right;
    margin-top: 0;
  }
  body.landing-page .header.navbar .navbar-collapse span.already_logged {
    display: block;
    float: none !important;
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 495px) {
  body.landing-page .header.navbar .navbar-collapse span.already_logged {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 1025px) {
  body .header.navbar .navbar-collapse .navbar-nav {
    margin-right: 5px;
  }
  body .header.navbar .navbar-collapse .navbar-nav > li a {
    font-size: 12px;
    margin: 0 10px;
  }
  body .header.navbar .navbar-collapse .client-login,
  body .header.navbar .navbar-collapse .btn-signup {
    font-size: 12px;
  }
}
@media screen and (max-width: 955px) {
  body .header.navbar .navbar-collapse .client-login {
    margin-left: 5px;
    margin-right: 15px;
  }
  body .header.navbar .navbar-collapse .navbar-nav {
    margin-right: 3px;
  }
  body .header.navbar .navbar-collapse .navbar-nav > li a {
    margin: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  body .header.navbar .navbar-collapse {
    position: relative;
    background-color: rgba(20, 134, 171, 0.9);
    overflow-y: hidden;
  }
  body .header.navbar .navbar-collapse .btn-signup,
  body .header.navbar .navbar-collapse .client-login {
    float: none;
    display: block;
    background: none;
    border: none;
    margin: 0 14px 3px 14px;
    padding: 0;
  }
  body .header.navbar .navbar-collapse .btn-signup:hover,
  body .header.navbar .navbar-collapse .client-login:hover {
    color: rgba(255, 255, 255, 0.5);
    background: none;
  }
  body .header.navbar .navbar-collapse .client-login {
    margin-top: 5px;
  }
  body .header.navbar .navbar-collapse .navbar-nav {
    float: none;
    display: inline-block;
    margin: 0;
    padding-bottom: 10px;
    width: 120px;
  }
  body .header.navbar .navbar-collapse .navbar-nav > li a {
    margin: 0 14px;
    border: none!important;
  }
  body .header.navbar .navbar-collapse .navbar-nav > li a::after {
    display: none;
  }
  body .header.navbar .navbar-collapse .navbar-nav > li.active a {
    color: rgba(255, 255, 255, 0.5);
  }
  body .header.navbar .navbar-collapse .navbar-nav > li .arrow {
    display: none!important;
  }
  body .header.navbar .navbar-collapse .sub-nav {
    position: absolute;
    display: inline-block;
    background: none;
    margin: 0;
    width: auto;
    height: auto;
  }
  body .header.navbar .navbar-collapse .sub-nav ul li {
    display: block;
    padding-bottom: 3px;
  }
  body .header.navbar .navbar-collapse .sub-nav ul li a {
    display: block!important;
    background: none!important;
    width: 100%;
    height: auto;
    padding: 0;
  }
  body .header.navbar .navbar-collapse .sub-nav ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  body .header.navbar .navbar-collapse .sub-nav ul li.active a {
    color: rgba(255, 255, 255, 0.5);
  }
  body .header.navbar.fixed {
    padding-bottom: 0;
  }
  body .header.navbar.fixed .navbar-collapse {
    padding-bottom: 0;
  }
  body[data-page-id=index] .header.navbar.fixed {
    padding-bottom: 0;
  }
  body.landing-page .header.navbar.fixed {
    padding-bottom: 0;
  }
}
/**
 * Footer
 */
.footer {
  position: relative;
  width: 100%;
  background-color: #1c2b36;
  font-family: 'open-sansregular';
  font-size: 12px;
  color: #bbc0c3;
  padding: 15px 0 35px 0;
  -webkit-animation: intro-content 2s forwards;
  -moz-animation: intro-content 2s forwards;
  -o-animation: intro-content 2s forwards;
  animation: intro-content 2s forwards;
  overflow: hidden;
  height: auto;
  z-index: 2;
}
.footer ul.nav {
  text-align: left;
  margin-bottom: 25px;
}
.footer ul.nav h3 {
  color: #dee0e2;
  font-family: 'open-sansbold';
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer ul.nav ul.nav-cols li {
  margin: 12px 0;
}
.footer ul.nav ul.nav-cols li a {
  font-size: 13px;
  color: #caced0;
  text-decoration: none;
  /* transition */
  -webkit-transition: color 250ms linear;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear;
}
.footer ul.nav ul.nav-cols li a:hover,
.footer ul.nav ul.nav-cols li a:focus {
  color: #fff;
}
.footer ul.nav > li {
  float: left;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.footer ul.nav > li.company-info {
  width: 26%;
}
.footer ul.nav > li.learn-explore {
  width: 21%;
}
.footer ul.nav > li.industry {
  width: 23%;
}
.footer ul.nav > li.resource {
  width: 15%;
}
.footer ul.nav > li.build-app {
  width: 15%;
}
.footer .logo {
  border-top: 1px solid #33414a;
  text-align: center;
}
.footer .logo .navbar-brand {
  height: auto;
  float: none;
  display: inline-block;
  padding: 35px 0;
}
.footer .contact {
  text-align: center;
}
.footer .contact ul {
  margin-bottom: 10px;
}
.footer .contact ul li {
  display: inline-block;
}
.footer .contact ul li a {
  color: #bbc0c3;
  text-decoration: none;
  /* transition */
  -webkit-transition: color 250ms linear;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear;
}
.footer .contact ul li a:hover,
.footer .contact ul li a:focus {
  color: #fff;
}
.footer .contact ul li span {
  margin: 0 12px;
}
.footer .copyright {
  text-align: center;
}
.footer .copyright a {
  color: #bbc0c3;
  text-decoration: none;
  /* transition */
  -webkit-transition: color 250ms linear;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear;
}
.footer .copyright a:hover,
.footer .copyright a:focus {
  color: #fff;
}
.footer .social {
  text-align: center;
  margin-top: 35px;
}
.footer .social ul li {
  display: inline-block;
  margin: 0 4px;
}
.footer .social ul li a {
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  /* transition */
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
.footer .social ul li a:hover,
.footer .social ul li a:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.footer .social ul li a.facebook {
  background: url('../../images/social/facebook-v-1.3.62.png') no-repeat;
}
.footer .social ul li a.twitter {
  background: url('../../images/social/twitter-v-1.3.62.png') no-repeat;
}
.footer .social ul li a.gplus {
  background: url('../../images/social/gplus-v-1.3.62.png') no-repeat;
}
.footer .social ul li a.linkedin {
  background: url('../../images/social/linkedin-v-1.3.62.png') no-repeat;
}
@media screen and (min-width: 992px) {
  .footer .container {
    width: 970px;
  }
}
@media screen and (max-width: 992px) {
  .footer ul.nav h3 {
    font-size: 13px;
  }
  .footer ul.nav ul.nav-cols li a {
    font-size: 12px;
  }
  .footer ul.nav > li.company-info {
    width: 26%;
  }
  .footer ul.nav > li.learn-explore {
    width: 21%;
  }
  .footer ul.nav > li.industry {
    width: 22%;
  }
  .footer ul.nav > li.resource {
    width: 13%;
  }
  .footer ul.nav > li.build-app {
    width: 18%;
  }
}
@media screen and (max-width: 768px) {
  .footer ul.nav > li.company-info {
    width: 34%;
  }
  .footer ul.nav > li.learn-explore {
    width: 33%;
  }
  .footer ul.nav > li.industry {
    width: 33%;
  }
  .footer ul.nav > li.resource {
    width: 34%;
  }
  .footer ul.nav > li.build-app {
    width: 66%;
  }
}
@media screen and (max-width: 600px) {
  .footer ul.nav > li.company-info {
    width: 38%;
  }
  .footer ul.nav > li.learn-explore {
    width: 30%;
  }
  .footer ul.nav > li.industry {
    width: 32%;
  }
  .footer ul.nav > li.resource {
    width: 38%;
  }
  .footer ul.nav > li.build-app {
    width: 62%;
  }
}
@media screen and (max-width: 550px) {
  .footer ul.nav > li.company-info {
    width: 50%;
  }
  .footer ul.nav > li.learn-explore {
    width: 50%;
  }
  .footer ul.nav > li.industry {
    width: 40%;
  }
  .footer ul.nav > li.resource {
    width: 25%;
  }
  .footer ul.nav > li.build-app {
    width: 35%;
  }
}
@media screen and (max-width: 440px) {
  .footer ul.nav > li {
    width: 100%!important;
    text-align: center;
  }
}
/**
 * Page
 */
body .page {
  padding-top: 83px;
}
body .page .block {
  background-color: #fff;
  /* Banner Block */
  /* Slide Block */
  /* FAQ Block */
  /* Features Block */
  /* Blue Center Block */
}
body .page .block h2.block-title {
  font-size: 42px;
}
body .page .block h2.block-title b {
  font-family: 'open-sansbold';
}
body .page .block h2.block-title .underline {
  border-bottom: 1px solid #1eacc6;
  height: 15px;
  width: 113px;
  margin: 0 auto;
}
body .page .block h5 {
  font-size: 18px;
}
body .page .block h5 b {
  display: block;
  color: #333;
}
body .page .block h5 span {
  color: #666;
}
body .page .block .side-nav {
  margin: 0 auto;
}
body .page .block .side-nav li {
  margin: 10px 0;
}
body .page .block .side-nav li a {
  color: #999;
  font-size: 14px;
  /* transition */
  -webkit-transition: color 250ms linear;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear;
}
body .page .block .side-nav li a.active,
body .page .block .side-nav li a:hover {
  color: #1eacc6;
  text-decoration: none;
}
body .page .block.text-block h2 {
  margin-top: 0;
}
body .page .block.text-block h5 {
  color: #666;
}
body .page .block.banner-block {
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
}
body .page .block.banner-block .block-body {
  width: 100%;
  height: 100%;
  background-color: rgba(28, 43, 54, 0.9);
}
body .page .block.banner-block .block-body .container {
  position: relative;
}
body .page .block.banner-block .block-body .seperator {
  border-top: 1px solid #fff;
}
body .page .block.contact-us-block {
  border-top: 1px solid #dedede;
  padding: 90px 0 100px 0;
}
body .page .block.contact-us-block h2,
body .page .block.contact-us-block h5 {
  margin: 0;
}
body .page .block.contact-us-block h5 {
  margin-top: 10px;
}
body .page .block.contact-us-block span {
  display: block;
}
body .page .block.contact-us-block .img-email {
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  background-image: url('../../images/misc/email-v-1.3.62.png');
  width: 320px;
  height: 221px;
}
body .page .block.contact-us-block.grey {
  background-color: #f6f6f6;
}
body .page .block.slide-block {
  background-color: #f6f6f6;
  border-top: 1px solid #dedede;
}
body .page .block.slide-block ul.slides {
  position: relative;
}
body .page .block.slide-block ul.slides li {
  position: absolute;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  /* transition */
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
body .page .block.slide-block ul.slides li h5 b {
  color: #666;
}
body .page .block.slide-block ul.slides li .platforms .platform {
  display: none;
}
body .page .block.slide-block ul.slides li .phone {
  text-align: center;
}
body .page .block.slide-block ul.slides li .phone img {
  width: 100%;
  height: 100%;
}
body .page .block.slide-block ul.slides li.active {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
body .page .block.slide-block ul.slides li.active .platforms .platform {
  display: inline-block;
}
body .page .block.slide-block .controls {
  position: relative;
}
body .page .block.slide-block .controls .control {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  /* transition */
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
body .page .block.slide-block .controls .control:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
body .page .block.slide-block .controls .control.prev {
  background-image: url('../../images/pages/how_to_works_flex/prev-v-1.3.62.png');
  left: 0;
}
body .page .block.slide-block .controls .control.next {
  background-image: url('../../images/pages/how_to_works_flex/next-v-1.3.62.png');
  right: 0;
}
body .page .block.faq-block {
  background-color: #f6f6f6;
  text-align: center;
  padding: 50px 0;
}
body .page .block.faq-block h2,
body .page .block.faq-block h5 {
  margin: 0;
}
body .page .block.faq-block .faqs {
  margin-top: 50px;
}
body .page .block.faq-block .faqs .faq {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 15px 19px;
  margin-bottom: 6px;
  text-align: left;
  color: #666;
}
body .page .block.faq-block .faqs .faq .question {
  position: relative;
  font-family: 'open-sansbold';
  cursor: pointer;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .page .block.faq-block .faqs .faq .question span {
  display: block;
  margin-right: 20px;
}
body .page .block.faq-block .faqs .faq .question .arrow {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../images/icons/16/arrow_down-v-1.3.62.png');
  width: 16px;
  height: 11px;
  opacity: 1;
  filter: alpha(opacity=100);
  /* transition */
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
body .page .block.faq-block .faqs .faq .question .arrow:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
body .page .block.faq-block .faqs .faq .answer {
  display: none;
  margin: 5px 20px 0;
}
body .page .block.faq-block .faqs .faq .answer ul.with-check {
  list-style: none;
}
body .page .block.faq-block .faqs .faq .answer ul.with-check li {
  background: url('../../images/icons/misc/check-v-1.3.62.png') left 8px no-repeat;
  padding: 5px 0 5px 28px;
}
body .page .block.faq-block .faqs .faq.opened .question .arrow {
  background-image: url('../../images/icons/16/arrow_up-v-1.3.62.png');
}
body .page .block.faq-block .faqs .faq.opened .answer {
  display: block;
}
body .page .block.feature-block {
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding: 0;
}
body .page .block.feature-block .block-body {
  width: 100%;
  height: 100%;
  background-color: rgba(28, 43, 54, 0.75);
}
body .page .block.feature-block .block-body ul.features {
  margin-bottom: 50px;
}
body .page .block.feature-block .block-body ul.features li {
  margin-top: 50px;
}
body .page .block.feature-block .block-body ul.features li b,
body .page .block.feature-block .block-body ul.features li span {
  display: block;
  font-family: 'open-sansregular';
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
body .page .block.feature-block .block-body ul.features li b {
  font-family: 'open-sansbold';
  margin-top: 25px;
}
body .page .block.feature-block .block-body ul.features li .icon {
  margin: 0 auto;
}
body .page .block.blue-center-block {
  background-color: #1eacc6;
  text-align: center;
  color: #fff;
}
body .page .block.blue-center-block h2 {
  font-family: 'open-sansextrabold';
  text-transform: uppercase;
  margin-top: 0;
}
body .page .block.blue-center-block .image {
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
body .page .block.blue-center-block .btn-start-building {
  width: 455px;
}
body .page .wufoo-form .field {
  color: red;
}
body .page .custom-form {
  display: inline-block;
  width: 100%;
}
body .page .reseller-guide-form,
body .page .hubspot-form,
body .page .custom-form {
  position: relative;
}
body .page .reseller-guide-form label,
body .page .hubspot-form label,
body .page .custom-form label {
  display: none;
}
body .page .reseller-guide-form .hs-form .custom-field,
body .page .hubspot-form .hs-form .custom-field,
body .page .custom-form .hs-form .custom-field,
body .page .reseller-guide-form form .custom-field,
body .page .hubspot-form form .custom-field,
body .page .custom-form form .custom-field {
  position: relative;
}
body .page .reseller-guide-form .hs-form .hs-form-field,
body .page .hubspot-form .hs-form .hs-form-field,
body .page .custom-form .hs-form .hs-form-field,
body .page .reseller-guide-form form .hs-form-field,
body .page .hubspot-form form .hs-form-field,
body .page .custom-form form .hs-form-field,
body .page .reseller-guide-form .hs-form .custom-field,
body .page .hubspot-form .hs-form .custom-field,
body .page .custom-form .hs-form .custom-field,
body .page .reseller-guide-form form .custom-field,
body .page .hubspot-form form .custom-field,
body .page .custom-form form .custom-field {
  padding: 0 7px;
  margin-bottom: 15px;
  width: 50%;
  float: left;
}
body .page .reseller-guide-form .hs-form .hs-form-field.full-width,
body .page .hubspot-form .hs-form .hs-form-field.full-width,
body .page .custom-form .hs-form .hs-form-field.full-width,
body .page .reseller-guide-form form .hs-form-field.full-width,
body .page .hubspot-form form .hs-form-field.full-width,
body .page .custom-form form .hs-form-field.full-width,
body .page .reseller-guide-form .hs-form .custom-field.full-width,
body .page .hubspot-form .hs-form .custom-field.full-width,
body .page .custom-form .hs-form .custom-field.full-width,
body .page .reseller-guide-form form .custom-field.full-width,
body .page .hubspot-form form .custom-field.full-width,
body .page .custom-form form .custom-field.full-width {
  width: 100%;
}
body .page .reseller-guide-form .hs-form .hs-form-field.hs_how_can_we_help_you_,
body .page .hubspot-form .hs-form .hs-form-field.hs_how_can_we_help_you_,
body .page .custom-form .hs-form .hs-form-field.hs_how_can_we_help_you_,
body .page .reseller-guide-form form .hs-form-field.hs_how_can_we_help_you_,
body .page .hubspot-form form .hs-form-field.hs_how_can_we_help_you_,
body .page .custom-form form .hs-form-field.hs_how_can_we_help_you_,
body .page .reseller-guide-form .hs-form .custom-field.hs_how_can_we_help_you_,
body .page .hubspot-form .hs-form .custom-field.hs_how_can_we_help_you_,
body .page .custom-form .hs-form .custom-field.hs_how_can_we_help_you_,
body .page .reseller-guide-form form .custom-field.hs_how_can_we_help_you_,
body .page .hubspot-form form .custom-field.hs_how_can_we_help_you_,
body .page .custom-form form .custom-field.hs_how_can_we_help_you_ {
  width: 100%;
}
body .page .reseller-guide-form .hs-form .hs-form-field.hs_how_can_we_help_you_ textarea,
body .page .hubspot-form .hs-form .hs-form-field.hs_how_can_we_help_you_ textarea,
body .page .custom-form .hs-form .hs-form-field.hs_how_can_we_help_you_ textarea,
body .page .reseller-guide-form form .hs-form-field.hs_how_can_we_help_you_ textarea,
body .page .hubspot-form form .hs-form-field.hs_how_can_we_help_you_ textarea,
body .page .custom-form form .hs-form-field.hs_how_can_we_help_you_ textarea,
body .page .reseller-guide-form .hs-form .custom-field.hs_how_can_we_help_you_ textarea,
body .page .hubspot-form .hs-form .custom-field.hs_how_can_we_help_you_ textarea,
body .page .custom-form .hs-form .custom-field.hs_how_can_we_help_you_ textarea,
body .page .reseller-guide-form form .custom-field.hs_how_can_we_help_you_ textarea,
body .page .hubspot-form form .custom-field.hs_how_can_we_help_you_ textarea,
body .page .custom-form form .custom-field.hs_how_can_we_help_you_ textarea {
  height: 240px;
  resize: vertical;
}
body .page .reseller-guide-form .hs-form .hs-form-field .hs-input,
body .page .hubspot-form .hs-form .hs-form-field .hs-input,
body .page .custom-form .hs-form .hs-form-field .hs-input,
body .page .reseller-guide-form form .hs-form-field .hs-input,
body .page .hubspot-form form .hs-form-field .hs-input,
body .page .custom-form form .hs-form-field .hs-input,
body .page .reseller-guide-form .hs-form .custom-field .hs-input,
body .page .hubspot-form .hs-form .custom-field .hs-input,
body .page .custom-form .hs-form .custom-field .hs-input,
body .page .reseller-guide-form form .custom-field .hs-input,
body .page .hubspot-form form .custom-field .hs-input,
body .page .custom-form form .custom-field .hs-input,
body .page .reseller-guide-form .hs-form .hs-form-field .custom-input,
body .page .hubspot-form .hs-form .hs-form-field .custom-input,
body .page .custom-form .hs-form .hs-form-field .custom-input,
body .page .reseller-guide-form form .hs-form-field .custom-input,
body .page .hubspot-form form .hs-form-field .custom-input,
body .page .custom-form form .hs-form-field .custom-input,
body .page .reseller-guide-form .hs-form .custom-field .custom-input,
body .page .hubspot-form .hs-form .custom-field .custom-input,
body .page .custom-form .hs-form .custom-field .custom-input,
body .page .reseller-guide-form form .custom-field .custom-input,
body .page .hubspot-form form .custom-field .custom-input,
body .page .custom-form form .custom-field .custom-input {
  display: block;
  width: 100%;
  background-image: none;
  border: 1px solid #dedede;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  padding: 12px;
  color: #999;
  /* transition */
  -webkit-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
  outline: none;
  height: auto;
}
body .page .reseller-guide-form .hs-form .hs-form-field .hs-input::-moz-placeholder,
body .page .hubspot-form .hs-form .hs-form-field .hs-input::-moz-placeholder,
body .page .custom-form .hs-form .hs-form-field .hs-input::-moz-placeholder,
body .page .reseller-guide-form form .hs-form-field .hs-input::-moz-placeholder,
body .page .hubspot-form form .hs-form-field .hs-input::-moz-placeholder,
body .page .custom-form form .hs-form-field .hs-input::-moz-placeholder,
body .page .reseller-guide-form .hs-form .custom-field .hs-input::-moz-placeholder,
body .page .hubspot-form .hs-form .custom-field .hs-input::-moz-placeholder,
body .page .custom-form .hs-form .custom-field .hs-input::-moz-placeholder,
body .page .reseller-guide-form form .custom-field .hs-input::-moz-placeholder,
body .page .hubspot-form form .custom-field .hs-input::-moz-placeholder,
body .page .custom-form form .custom-field .hs-input::-moz-placeholder,
body .page .reseller-guide-form .hs-form .hs-form-field .custom-input::-moz-placeholder,
body .page .hubspot-form .hs-form .hs-form-field .custom-input::-moz-placeholder,
body .page .custom-form .hs-form .hs-form-field .custom-input::-moz-placeholder,
body .page .reseller-guide-form form .hs-form-field .custom-input::-moz-placeholder,
body .page .hubspot-form form .hs-form-field .custom-input::-moz-placeholder,
body .page .custom-form form .hs-form-field .custom-input::-moz-placeholder,
body .page .reseller-guide-form .hs-form .custom-field .custom-input::-moz-placeholder,
body .page .hubspot-form .hs-form .custom-field .custom-input::-moz-placeholder,
body .page .custom-form .hs-form .custom-field .custom-input::-moz-placeholder,
body .page .reseller-guide-form form .custom-field .custom-input::-moz-placeholder,
body .page .hubspot-form form .custom-field .custom-input::-moz-placeholder,
body .page .custom-form form .custom-field .custom-input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
body .page .reseller-guide-form .hs-form .hs-form-field .hs-input:-ms-input-placeholder,
body .page .hubspot-form .hs-form .hs-form-field .hs-input:-ms-input-placeholder,
body .page .custom-form .hs-form .hs-form-field .hs-input:-ms-input-placeholder,
body .page .reseller-guide-form form .hs-form-field .hs-input:-ms-input-placeholder,
body .page .hubspot-form form .hs-form-field .hs-input:-ms-input-placeholder,
body .page .custom-form form .hs-form-field .hs-input:-ms-input-placeholder,
body .page .reseller-guide-form .hs-form .custom-field .hs-input:-ms-input-placeholder,
body .page .hubspot-form .hs-form .custom-field .hs-input:-ms-input-placeholder,
body .page .custom-form .hs-form .custom-field .hs-input:-ms-input-placeholder,
body .page .reseller-guide-form form .custom-field .hs-input:-ms-input-placeholder,
body .page .hubspot-form form .custom-field .hs-input:-ms-input-placeholder,
body .page .custom-form form .custom-field .hs-input:-ms-input-placeholder,
body .page .reseller-guide-form .hs-form .hs-form-field .custom-input:-ms-input-placeholder,
body .page .hubspot-form .hs-form .hs-form-field .custom-input:-ms-input-placeholder,
body .page .custom-form .hs-form .hs-form-field .custom-input:-ms-input-placeholder,
body .page .reseller-guide-form form .hs-form-field .custom-input:-ms-input-placeholder,
body .page .hubspot-form form .hs-form-field .custom-input:-ms-input-placeholder,
body .page .custom-form form .hs-form-field .custom-input:-ms-input-placeholder,
body .page .reseller-guide-form .hs-form .custom-field .custom-input:-ms-input-placeholder,
body .page .hubspot-form .hs-form .custom-field .custom-input:-ms-input-placeholder,
body .page .custom-form .hs-form .custom-field .custom-input:-ms-input-placeholder,
body .page .reseller-guide-form form .custom-field .custom-input:-ms-input-placeholder,
body .page .hubspot-form form .custom-field .custom-input:-ms-input-placeholder,
body .page .custom-form form .custom-field .custom-input:-ms-input-placeholder {
  color: #999999;
}
body .page .reseller-guide-form .hs-form .hs-form-field .hs-input::-webkit-input-placeholder,
body .page .hubspot-form .hs-form .hs-form-field .hs-input::-webkit-input-placeholder,
body .page .custom-form .hs-form .hs-form-field .hs-input::-webkit-input-placeholder,
body .page .reseller-guide-form form .hs-form-field .hs-input::-webkit-input-placeholder,
body .page .hubspot-form form .hs-form-field .hs-input::-webkit-input-placeholder,
body .page .custom-form form .hs-form-field .hs-input::-webkit-input-placeholder,
body .page .reseller-guide-form .hs-form .custom-field .hs-input::-webkit-input-placeholder,
body .page .hubspot-form .hs-form .custom-field .hs-input::-webkit-input-placeholder,
body .page .custom-form .hs-form .custom-field .hs-input::-webkit-input-placeholder,
body .page .reseller-guide-form form .custom-field .hs-input::-webkit-input-placeholder,
body .page .hubspot-form form .custom-field .hs-input::-webkit-input-placeholder,
body .page .custom-form form .custom-field .hs-input::-webkit-input-placeholder,
body .page .reseller-guide-form .hs-form .hs-form-field .custom-input::-webkit-input-placeholder,
body .page .hubspot-form .hs-form .hs-form-field .custom-input::-webkit-input-placeholder,
body .page .custom-form .hs-form .hs-form-field .custom-input::-webkit-input-placeholder,
body .page .reseller-guide-form form .hs-form-field .custom-input::-webkit-input-placeholder,
body .page .hubspot-form form .hs-form-field .custom-input::-webkit-input-placeholder,
body .page .custom-form form .hs-form-field .custom-input::-webkit-input-placeholder,
body .page .reseller-guide-form .hs-form .custom-field .custom-input::-webkit-input-placeholder,
body .page .hubspot-form .hs-form .custom-field .custom-input::-webkit-input-placeholder,
body .page .custom-form .hs-form .custom-field .custom-input::-webkit-input-placeholder,
body .page .reseller-guide-form form .custom-field .custom-input::-webkit-input-placeholder,
body .page .hubspot-form form .custom-field .custom-input::-webkit-input-placeholder,
body .page .custom-form form .custom-field .custom-input::-webkit-input-placeholder {
  color: #999999;
}
body .page .reseller-guide-form .hs-form .hs-form-field .hs-input:focus,
body .page .hubspot-form .hs-form .hs-form-field .hs-input:focus,
body .page .custom-form .hs-form .hs-form-field .hs-input:focus,
body .page .reseller-guide-form form .hs-form-field .hs-input:focus,
body .page .hubspot-form form .hs-form-field .hs-input:focus,
body .page .custom-form form .hs-form-field .hs-input:focus,
body .page .reseller-guide-form .hs-form .custom-field .hs-input:focus,
body .page .hubspot-form .hs-form .custom-field .hs-input:focus,
body .page .custom-form .hs-form .custom-field .hs-input:focus,
body .page .reseller-guide-form form .custom-field .hs-input:focus,
body .page .hubspot-form form .custom-field .hs-input:focus,
body .page .custom-form form .custom-field .hs-input:focus,
body .page .reseller-guide-form .hs-form .hs-form-field .custom-input:focus,
body .page .hubspot-form .hs-form .hs-form-field .custom-input:focus,
body .page .custom-form .hs-form .hs-form-field .custom-input:focus,
body .page .reseller-guide-form form .hs-form-field .custom-input:focus,
body .page .hubspot-form form .hs-form-field .custom-input:focus,
body .page .custom-form form .hs-form-field .custom-input:focus,
body .page .reseller-guide-form .hs-form .custom-field .custom-input:focus,
body .page .hubspot-form .hs-form .custom-field .custom-input:focus,
body .page .custom-form .hs-form .custom-field .custom-input:focus,
body .page .reseller-guide-form form .custom-field .custom-input:focus,
body .page .hubspot-form form .custom-field .custom-input:focus,
body .page .custom-form form .custom-field .custom-input:focus {
  border-color: #66afe9;
}
body .page .reseller-guide-form .hs-form .hs-form-field .hs-input.custom-textarea,
body .page .hubspot-form .hs-form .hs-form-field .hs-input.custom-textarea,
body .page .custom-form .hs-form .hs-form-field .hs-input.custom-textarea,
body .page .reseller-guide-form form .hs-form-field .hs-input.custom-textarea,
body .page .hubspot-form form .hs-form-field .hs-input.custom-textarea,
body .page .custom-form form .hs-form-field .hs-input.custom-textarea,
body .page .reseller-guide-form .hs-form .custom-field .hs-input.custom-textarea,
body .page .hubspot-form .hs-form .custom-field .hs-input.custom-textarea,
body .page .custom-form .hs-form .custom-field .hs-input.custom-textarea,
body .page .reseller-guide-form form .custom-field .hs-input.custom-textarea,
body .page .hubspot-form form .custom-field .hs-input.custom-textarea,
body .page .custom-form form .custom-field .hs-input.custom-textarea,
body .page .reseller-guide-form .hs-form .hs-form-field .custom-input.custom-textarea,
body .page .hubspot-form .hs-form .hs-form-field .custom-input.custom-textarea,
body .page .custom-form .hs-form .hs-form-field .custom-input.custom-textarea,
body .page .reseller-guide-form form .hs-form-field .custom-input.custom-textarea,
body .page .hubspot-form form .hs-form-field .custom-input.custom-textarea,
body .page .custom-form form .hs-form-field .custom-input.custom-textarea,
body .page .reseller-guide-form .hs-form .custom-field .custom-input.custom-textarea,
body .page .hubspot-form .hs-form .custom-field .custom-input.custom-textarea,
body .page .custom-form .hs-form .custom-field .custom-input.custom-textarea,
body .page .reseller-guide-form form .custom-field .custom-input.custom-textarea,
body .page .hubspot-form form .custom-field .custom-input.custom-textarea,
body .page .custom-form form .custom-field .custom-input.custom-textarea {
  height: 240px;
  resize: vertical;
}
body .page .reseller-guide-form .hs-form .hs-form-field .hs-input.with-error,
body .page .hubspot-form .hs-form .hs-form-field .hs-input.with-error,
body .page .custom-form .hs-form .hs-form-field .hs-input.with-error,
body .page .reseller-guide-form form .hs-form-field .hs-input.with-error,
body .page .hubspot-form form .hs-form-field .hs-input.with-error,
body .page .custom-form form .hs-form-field .hs-input.with-error,
body .page .reseller-guide-form .hs-form .custom-field .hs-input.with-error,
body .page .hubspot-form .hs-form .custom-field .hs-input.with-error,
body .page .custom-form .hs-form .custom-field .hs-input.with-error,
body .page .reseller-guide-form form .custom-field .hs-input.with-error,
body .page .hubspot-form form .custom-field .hs-input.with-error,
body .page .custom-form form .custom-field .hs-input.with-error,
body .page .reseller-guide-form .hs-form .hs-form-field .custom-input.with-error,
body .page .hubspot-form .hs-form .hs-form-field .custom-input.with-error,
body .page .custom-form .hs-form .hs-form-field .custom-input.with-error,
body .page .reseller-guide-form form .hs-form-field .custom-input.with-error,
body .page .hubspot-form form .hs-form-field .custom-input.with-error,
body .page .custom-form form .hs-form-field .custom-input.with-error,
body .page .reseller-guide-form .hs-form .custom-field .custom-input.with-error,
body .page .hubspot-form .hs-form .custom-field .custom-input.with-error,
body .page .custom-form .hs-form .custom-field .custom-input.with-error,
body .page .reseller-guide-form form .custom-field .custom-input.with-error,
body .page .hubspot-form form .custom-field .custom-input.with-error,
body .page .custom-form form .custom-field .custom-input.with-error {
  border-color: red;
}
body .page .reseller-guide-form .hs-form .hs-form-field .custom-error,
body .page .hubspot-form .hs-form .hs-form-field .custom-error,
body .page .custom-form .hs-form .hs-form-field .custom-error,
body .page .reseller-guide-form form .hs-form-field .custom-error,
body .page .hubspot-form form .hs-form-field .custom-error,
body .page .custom-form form .hs-form-field .custom-error,
body .page .reseller-guide-form .hs-form .custom-field .custom-error,
body .page .hubspot-form .hs-form .custom-field .custom-error,
body .page .custom-form .hs-form .custom-field .custom-error,
body .page .reseller-guide-form form .custom-field .custom-error,
body .page .hubspot-form form .custom-field .custom-error,
body .page .custom-form form .custom-field .custom-error {
  right: 8px;
}
body .page .reseller-guide-form .hs-form .hs_submit,
body .page .hubspot-form .hs-form .hs_submit,
body .page .custom-form .hs-form .hs_submit,
body .page .reseller-guide-form form .hs_submit,
body .page .hubspot-form form .hs_submit,
body .page .custom-form form .hs_submit,
body .page .reseller-guide-form .hs-form .custom-submit,
body .page .hubspot-form .hs-form .custom-submit,
body .page .custom-form .hs-form .custom-submit,
body .page .reseller-guide-form form .custom-submit,
body .page .hubspot-form form .custom-submit,
body .page .custom-form form .custom-submit {
  padding: 0 7px;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button,
body .page .hubspot-form .hs-form .hs_submit .hs-button,
body .page .custom-form .hs-form .hs_submit .hs-button,
body .page .reseller-guide-form form .hs_submit .hs-button,
body .page .hubspot-form form .hs_submit .hs-button,
body .page .custom-form form .hs_submit .hs-button,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button,
body .page .hubspot-form .hs-form .custom-submit .hs-button,
body .page .custom-form .hs-form .custom-submit .hs-button,
body .page .reseller-guide-form form .custom-submit .hs-button,
body .page .hubspot-form form .custom-submit .hs-button,
body .page .custom-form form .custom-submit .hs-button,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button,
body .page .hubspot-form .hs-form .hs_submit .custom-button,
body .page .custom-form .hs-form .hs_submit .custom-button,
body .page .reseller-guide-form form .hs_submit .custom-button,
body .page .hubspot-form form .hs_submit .custom-button,
body .page .custom-form form .hs_submit .custom-button,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button,
body .page .hubspot-form .hs-form .custom-submit .custom-button,
body .page .custom-form .hs-form .custom-submit .custom-button,
body .page .reseller-guide-form form .custom-submit .custom-button,
body .page .hubspot-form form .custom-submit .custom-button,
body .page .custom-form form .custom-submit .custom-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'open-sansextrabold';
  font-size: 16px;
  padding: 12px 40px;
  color: #fff;
  background-color: #ff9900;
  /* transition */
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  text-transform: uppercase;
  width: 100%;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button:focus,
body .page .hubspot-form .hs-form .hs_submit .hs-button:focus,
body .page .custom-form .hs-form .hs_submit .hs-button:focus,
body .page .reseller-guide-form form .hs_submit .hs-button:focus,
body .page .hubspot-form form .hs_submit .hs-button:focus,
body .page .custom-form form .hs_submit .hs-button:focus,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button:focus,
body .page .hubspot-form .hs-form .custom-submit .hs-button:focus,
body .page .custom-form .hs-form .custom-submit .hs-button:focus,
body .page .reseller-guide-form form .custom-submit .hs-button:focus,
body .page .hubspot-form form .custom-submit .hs-button:focus,
body .page .custom-form form .custom-submit .hs-button:focus,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button:focus,
body .page .hubspot-form .hs-form .hs_submit .custom-button:focus,
body .page .custom-form .hs-form .hs_submit .custom-button:focus,
body .page .reseller-guide-form form .hs_submit .custom-button:focus,
body .page .hubspot-form form .hs_submit .custom-button:focus,
body .page .custom-form form .hs_submit .custom-button:focus,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button:focus,
body .page .hubspot-form .hs-form .custom-submit .custom-button:focus,
body .page .custom-form .hs-form .custom-submit .custom-button:focus,
body .page .reseller-guide-form form .custom-submit .custom-button:focus,
body .page .hubspot-form form .custom-submit .custom-button:focus,
body .page .custom-form form .custom-submit .custom-button:focus,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button:active:focus,
body .page .hubspot-form .hs-form .hs_submit .hs-button:active:focus,
body .page .custom-form .hs-form .hs_submit .hs-button:active:focus,
body .page .reseller-guide-form form .hs_submit .hs-button:active:focus,
body .page .hubspot-form form .hs_submit .hs-button:active:focus,
body .page .custom-form form .hs_submit .hs-button:active:focus,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button:active:focus,
body .page .hubspot-form .hs-form .custom-submit .hs-button:active:focus,
body .page .custom-form .hs-form .custom-submit .hs-button:active:focus,
body .page .reseller-guide-form form .custom-submit .hs-button:active:focus,
body .page .hubspot-form form .custom-submit .hs-button:active:focus,
body .page .custom-form form .custom-submit .hs-button:active:focus,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button:active:focus,
body .page .hubspot-form .hs-form .hs_submit .custom-button:active:focus,
body .page .custom-form .hs-form .hs_submit .custom-button:active:focus,
body .page .reseller-guide-form form .hs_submit .custom-button:active:focus,
body .page .hubspot-form form .hs_submit .custom-button:active:focus,
body .page .custom-form form .hs_submit .custom-button:active:focus,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button:active:focus,
body .page .hubspot-form .hs-form .custom-submit .custom-button:active:focus,
body .page .custom-form .hs-form .custom-submit .custom-button:active:focus,
body .page .reseller-guide-form form .custom-submit .custom-button:active:focus,
body .page .hubspot-form form .custom-submit .custom-button:active:focus,
body .page .custom-form form .custom-submit .custom-button:active:focus,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.active:focus,
body .page .hubspot-form .hs-form .hs_submit .hs-button.active:focus,
body .page .custom-form .hs-form .hs_submit .hs-button.active:focus,
body .page .reseller-guide-form form .hs_submit .hs-button.active:focus,
body .page .hubspot-form form .hs_submit .hs-button.active:focus,
body .page .custom-form form .hs_submit .hs-button.active:focus,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.active:focus,
body .page .hubspot-form .hs-form .custom-submit .hs-button.active:focus,
body .page .custom-form .hs-form .custom-submit .hs-button.active:focus,
body .page .reseller-guide-form form .custom-submit .hs-button.active:focus,
body .page .hubspot-form form .custom-submit .hs-button.active:focus,
body .page .custom-form form .custom-submit .hs-button.active:focus,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.active:focus,
body .page .hubspot-form .hs-form .hs_submit .custom-button.active:focus,
body .page .custom-form .hs-form .hs_submit .custom-button.active:focus,
body .page .reseller-guide-form form .hs_submit .custom-button.active:focus,
body .page .hubspot-form form .hs_submit .custom-button.active:focus,
body .page .custom-form form .hs_submit .custom-button.active:focus,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.active:focus,
body .page .hubspot-form .hs-form .custom-submit .custom-button.active:focus,
body .page .custom-form .hs-form .custom-submit .custom-button.active:focus,
body .page .reseller-guide-form form .custom-submit .custom-button.active:focus,
body .page .hubspot-form form .custom-submit .custom-button.active:focus,
body .page .custom-form form .custom-submit .custom-button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button:hover,
body .page .hubspot-form .hs-form .hs_submit .hs-button:hover,
body .page .custom-form .hs-form .hs_submit .hs-button:hover,
body .page .reseller-guide-form form .hs_submit .hs-button:hover,
body .page .hubspot-form form .hs_submit .hs-button:hover,
body .page .custom-form form .hs_submit .hs-button:hover,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button:hover,
body .page .hubspot-form .hs-form .custom-submit .hs-button:hover,
body .page .custom-form .hs-form .custom-submit .hs-button:hover,
body .page .reseller-guide-form form .custom-submit .hs-button:hover,
body .page .hubspot-form form .custom-submit .hs-button:hover,
body .page .custom-form form .custom-submit .hs-button:hover,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button:hover,
body .page .hubspot-form .hs-form .hs_submit .custom-button:hover,
body .page .custom-form .hs-form .hs_submit .custom-button:hover,
body .page .reseller-guide-form form .hs_submit .custom-button:hover,
body .page .hubspot-form form .hs_submit .custom-button:hover,
body .page .custom-form form .hs_submit .custom-button:hover,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button:hover,
body .page .hubspot-form .hs-form .custom-submit .custom-button:hover,
body .page .custom-form .hs-form .custom-submit .custom-button:hover,
body .page .reseller-guide-form form .custom-submit .custom-button:hover,
body .page .hubspot-form form .custom-submit .custom-button:hover,
body .page .custom-form form .custom-submit .custom-button:hover,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button:focus,
body .page .hubspot-form .hs-form .hs_submit .hs-button:focus,
body .page .custom-form .hs-form .hs_submit .hs-button:focus,
body .page .reseller-guide-form form .hs_submit .hs-button:focus,
body .page .hubspot-form form .hs_submit .hs-button:focus,
body .page .custom-form form .hs_submit .hs-button:focus,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button:focus,
body .page .hubspot-form .hs-form .custom-submit .hs-button:focus,
body .page .custom-form .hs-form .custom-submit .hs-button:focus,
body .page .reseller-guide-form form .custom-submit .hs-button:focus,
body .page .hubspot-form form .custom-submit .hs-button:focus,
body .page .custom-form form .custom-submit .hs-button:focus,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button:focus,
body .page .hubspot-form .hs-form .hs_submit .custom-button:focus,
body .page .custom-form .hs-form .hs_submit .custom-button:focus,
body .page .reseller-guide-form form .hs_submit .custom-button:focus,
body .page .hubspot-form form .hs_submit .custom-button:focus,
body .page .custom-form form .hs_submit .custom-button:focus,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button:focus,
body .page .hubspot-form .hs-form .custom-submit .custom-button:focus,
body .page .custom-form .hs-form .custom-submit .custom-button:focus,
body .page .reseller-guide-form form .custom-submit .custom-button:focus,
body .page .hubspot-form form .custom-submit .custom-button:focus,
body .page .custom-form form .custom-submit .custom-button:focus {
  color: #333333;
  text-decoration: none;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button:active,
body .page .hubspot-form .hs-form .hs_submit .hs-button:active,
body .page .custom-form .hs-form .hs_submit .hs-button:active,
body .page .reseller-guide-form form .hs_submit .hs-button:active,
body .page .hubspot-form form .hs_submit .hs-button:active,
body .page .custom-form form .hs_submit .hs-button:active,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button:active,
body .page .hubspot-form .hs-form .custom-submit .hs-button:active,
body .page .custom-form .hs-form .custom-submit .hs-button:active,
body .page .reseller-guide-form form .custom-submit .hs-button:active,
body .page .hubspot-form form .custom-submit .hs-button:active,
body .page .custom-form form .custom-submit .hs-button:active,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button:active,
body .page .hubspot-form .hs-form .hs_submit .custom-button:active,
body .page .custom-form .hs-form .hs_submit .custom-button:active,
body .page .reseller-guide-form form .hs_submit .custom-button:active,
body .page .hubspot-form form .hs_submit .custom-button:active,
body .page .custom-form form .hs_submit .custom-button:active,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button:active,
body .page .hubspot-form .hs-form .custom-submit .custom-button:active,
body .page .custom-form .hs-form .custom-submit .custom-button:active,
body .page .reseller-guide-form form .custom-submit .custom-button:active,
body .page .hubspot-form form .custom-submit .custom-button:active,
body .page .custom-form form .custom-submit .custom-button:active,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.active,
body .page .hubspot-form .hs-form .hs_submit .hs-button.active,
body .page .custom-form .hs-form .hs_submit .hs-button.active,
body .page .reseller-guide-form form .hs_submit .hs-button.active,
body .page .hubspot-form form .hs_submit .hs-button.active,
body .page .custom-form form .hs_submit .hs-button.active,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.active,
body .page .hubspot-form .hs-form .custom-submit .hs-button.active,
body .page .custom-form .hs-form .custom-submit .hs-button.active,
body .page .reseller-guide-form form .custom-submit .hs-button.active,
body .page .hubspot-form form .custom-submit .hs-button.active,
body .page .custom-form form .custom-submit .hs-button.active,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.active,
body .page .hubspot-form .hs-form .hs_submit .custom-button.active,
body .page .custom-form .hs-form .hs_submit .custom-button.active,
body .page .reseller-guide-form form .hs_submit .custom-button.active,
body .page .hubspot-form form .hs_submit .custom-button.active,
body .page .custom-form form .hs_submit .custom-button.active,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.active,
body .page .hubspot-form .hs-form .custom-submit .custom-button.active,
body .page .custom-form .hs-form .custom-submit .custom-button.active,
body .page .reseller-guide-form form .custom-submit .custom-button.active,
body .page .hubspot-form form .custom-submit .custom-button.active,
body .page .custom-form form .custom-submit .custom-button.active {
  outline: 0;
  background-image: none;
  /* box-shadow */
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.disabled,
body .page .hubspot-form .hs-form .hs_submit .hs-button.disabled,
body .page .custom-form .hs-form .hs_submit .hs-button.disabled,
body .page .reseller-guide-form form .hs_submit .hs-button.disabled,
body .page .hubspot-form form .hs_submit .hs-button.disabled,
body .page .custom-form form .hs_submit .hs-button.disabled,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.disabled,
body .page .hubspot-form .hs-form .custom-submit .hs-button.disabled,
body .page .custom-form .hs-form .custom-submit .hs-button.disabled,
body .page .reseller-guide-form form .custom-submit .hs-button.disabled,
body .page .hubspot-form form .custom-submit .hs-button.disabled,
body .page .custom-form form .custom-submit .hs-button.disabled,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.disabled,
body .page .hubspot-form .hs-form .hs_submit .custom-button.disabled,
body .page .custom-form .hs-form .hs_submit .custom-button.disabled,
body .page .reseller-guide-form form .hs_submit .custom-button.disabled,
body .page .hubspot-form form .hs_submit .custom-button.disabled,
body .page .custom-form form .hs_submit .custom-button.disabled,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.disabled,
body .page .hubspot-form .hs-form .custom-submit .custom-button.disabled,
body .page .custom-form .hs-form .custom-submit .custom-button.disabled,
body .page .reseller-guide-form form .custom-submit .custom-button.disabled,
body .page .hubspot-form form .custom-submit .custom-button.disabled,
body .page .custom-form form .custom-submit .custom-button.disabled,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button[disabled],
body .page .hubspot-form .hs-form .hs_submit .hs-button[disabled],
body .page .custom-form .hs-form .hs_submit .hs-button[disabled],
body .page .reseller-guide-form form .hs_submit .hs-button[disabled],
body .page .hubspot-form form .hs_submit .hs-button[disabled],
body .page .custom-form form .hs_submit .hs-button[disabled],
body .page .reseller-guide-form .hs-form .custom-submit .hs-button[disabled],
body .page .hubspot-form .hs-form .custom-submit .hs-button[disabled],
body .page .custom-form .hs-form .custom-submit .hs-button[disabled],
body .page .reseller-guide-form form .custom-submit .hs-button[disabled],
body .page .hubspot-form form .custom-submit .hs-button[disabled],
body .page .custom-form form .custom-submit .hs-button[disabled],
body .page .reseller-guide-form .hs-form .hs_submit .custom-button[disabled],
body .page .hubspot-form .hs-form .hs_submit .custom-button[disabled],
body .page .custom-form .hs-form .hs_submit .custom-button[disabled],
body .page .reseller-guide-form form .hs_submit .custom-button[disabled],
body .page .hubspot-form form .hs_submit .custom-button[disabled],
body .page .custom-form form .hs_submit .custom-button[disabled],
body .page .reseller-guide-form .hs-form .custom-submit .custom-button[disabled],
body .page .hubspot-form .hs-form .custom-submit .custom-button[disabled],
body .page .custom-form .hs-form .custom-submit .custom-button[disabled],
body .page .reseller-guide-form form .custom-submit .custom-button[disabled],
body .page .hubspot-form form .custom-submit .custom-button[disabled],
body .page .custom-form form .custom-submit .custom-button[disabled],
fieldset[disabled] body .page .reseller-guide-form .hs-form .hs_submit .hs-button,
fieldset[disabled] body .page .hubspot-form .hs-form .hs_submit .hs-button,
fieldset[disabled] body .page .custom-form .hs-form .hs_submit .hs-button,
fieldset[disabled] body .page .reseller-guide-form form .hs_submit .hs-button,
fieldset[disabled] body .page .hubspot-form form .hs_submit .hs-button,
fieldset[disabled] body .page .custom-form form .hs_submit .hs-button,
fieldset[disabled] body .page .reseller-guide-form .hs-form .custom-submit .hs-button,
fieldset[disabled] body .page .hubspot-form .hs-form .custom-submit .hs-button,
fieldset[disabled] body .page .custom-form .hs-form .custom-submit .hs-button,
fieldset[disabled] body .page .reseller-guide-form form .custom-submit .hs-button,
fieldset[disabled] body .page .hubspot-form form .custom-submit .hs-button,
fieldset[disabled] body .page .custom-form form .custom-submit .hs-button,
fieldset[disabled] body .page .reseller-guide-form .hs-form .hs_submit .custom-button,
fieldset[disabled] body .page .hubspot-form .hs-form .hs_submit .custom-button,
fieldset[disabled] body .page .custom-form .hs-form .hs_submit .custom-button,
fieldset[disabled] body .page .reseller-guide-form form .hs_submit .custom-button,
fieldset[disabled] body .page .hubspot-form form .hs_submit .custom-button,
fieldset[disabled] body .page .custom-form form .hs_submit .custom-button,
fieldset[disabled] body .page .reseller-guide-form .hs-form .custom-submit .custom-button,
fieldset[disabled] body .page .hubspot-form .hs-form .custom-submit .custom-button,
fieldset[disabled] body .page .custom-form .hs-form .custom-submit .custom-button,
fieldset[disabled] body .page .reseller-guide-form form .custom-submit .custom-button,
fieldset[disabled] body .page .hubspot-form form .custom-submit .custom-button,
fieldset[disabled] body .page .custom-form form .custom-submit .custom-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  /* box-shadow */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-orange,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-orange,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-orange,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-orange,
body .page .hubspot-form form .hs_submit .hs-button.btn-orange,
body .page .custom-form form .hs_submit .hs-button.btn-orange,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-orange,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-orange,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-orange,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-orange,
body .page .hubspot-form form .custom-submit .hs-button.btn-orange,
body .page .custom-form form .custom-submit .hs-button.btn-orange,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-orange,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-orange,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-orange,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-orange,
body .page .hubspot-form form .hs_submit .custom-button.btn-orange,
body .page .custom-form form .hs_submit .custom-button.btn-orange,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-orange,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-orange,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-orange,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-orange,
body .page .hubspot-form form .custom-submit .custom-button.btn-orange,
body .page .custom-form form .custom-submit .custom-button.btn-orange {
  font-family: 'open-sansextrabold';
  font-size: 16px;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff9900;
  /* transition */
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-orange:hover,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-orange:hover,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-orange:hover,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-orange:hover,
body .page .hubspot-form form .hs_submit .hs-button.btn-orange:hover,
body .page .custom-form form .hs_submit .hs-button.btn-orange:hover,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-orange:hover,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-orange:hover,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-orange:hover,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-orange:hover,
body .page .hubspot-form form .custom-submit .hs-button.btn-orange:hover,
body .page .custom-form form .custom-submit .hs-button.btn-orange:hover,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-orange:hover,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-orange:hover,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-orange:hover,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-orange:hover,
body .page .hubspot-form form .hs_submit .custom-button.btn-orange:hover,
body .page .custom-form form .hs_submit .custom-button.btn-orange:hover,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-orange:hover,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-orange:hover,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-orange:hover,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-orange:hover,
body .page .hubspot-form form .custom-submit .custom-button.btn-orange:hover,
body .page .custom-form form .custom-submit .custom-button.btn-orange:hover,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-orange:focus,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-orange:focus,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-orange:focus,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-orange:focus,
body .page .hubspot-form form .hs_submit .hs-button.btn-orange:focus,
body .page .custom-form form .hs_submit .hs-button.btn-orange:focus,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-orange:focus,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-orange:focus,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-orange:focus,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-orange:focus,
body .page .hubspot-form form .custom-submit .hs-button.btn-orange:focus,
body .page .custom-form form .custom-submit .hs-button.btn-orange:focus,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-orange:focus,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-orange:focus,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-orange:focus,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-orange:focus,
body .page .hubspot-form form .hs_submit .custom-button.btn-orange:focus,
body .page .custom-form form .hs_submit .custom-button.btn-orange:focus,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-orange:focus,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-orange:focus,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-orange:focus,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-orange:focus,
body .page .hubspot-form form .custom-submit .custom-button.btn-orange:focus,
body .page .custom-form form .custom-submit .custom-button.btn-orange:focus {
  background-color: #e58a00;
  color: #fff;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-orange:active,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-orange:active,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-orange:active,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-orange:active,
body .page .hubspot-form form .hs_submit .hs-button.btn-orange:active,
body .page .custom-form form .hs_submit .hs-button.btn-orange:active,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-orange:active,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-orange:active,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-orange:active,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-orange:active,
body .page .hubspot-form form .custom-submit .hs-button.btn-orange:active,
body .page .custom-form form .custom-submit .hs-button.btn-orange:active,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-orange:active,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-orange:active,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-orange:active,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-orange:active,
body .page .hubspot-form form .hs_submit .custom-button.btn-orange:active,
body .page .custom-form form .hs_submit .custom-button.btn-orange:active,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-orange:active,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-orange:active,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-orange:active,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-orange:active,
body .page .hubspot-form form .custom-submit .custom-button.btn-orange:active,
body .page .custom-form form .custom-submit .custom-button.btn-orange:active,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-orange.active,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-orange.active,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-orange.active,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-orange.active,
body .page .hubspot-form form .hs_submit .hs-button.btn-orange.active,
body .page .custom-form form .hs_submit .hs-button.btn-orange.active,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-orange.active,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-orange.active,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-orange.active,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-orange.active,
body .page .hubspot-form form .custom-submit .hs-button.btn-orange.active,
body .page .custom-form form .custom-submit .hs-button.btn-orange.active,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-orange.active,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-orange.active,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-orange.active,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-orange.active,
body .page .hubspot-form form .hs_submit .custom-button.btn-orange.active,
body .page .custom-form form .hs_submit .custom-button.btn-orange.active,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-orange.active,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-orange.active,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-orange.active,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-orange.active,
body .page .hubspot-form form .custom-submit .custom-button.btn-orange.active,
body .page .custom-form form .custom-submit .custom-button.btn-orange.active {
  background-color: #e58a00;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-orange:disabled,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-orange:disabled,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-orange:disabled,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-orange:disabled,
body .page .hubspot-form form .hs_submit .hs-button.btn-orange:disabled,
body .page .custom-form form .hs_submit .hs-button.btn-orange:disabled,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-orange:disabled,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-orange:disabled,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-orange:disabled,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-orange:disabled,
body .page .hubspot-form form .custom-submit .hs-button.btn-orange:disabled,
body .page .custom-form form .custom-submit .hs-button.btn-orange:disabled,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-orange:disabled,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-orange:disabled,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-orange:disabled,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-orange:disabled,
body .page .hubspot-form form .hs_submit .custom-button.btn-orange:disabled,
body .page .custom-form form .hs_submit .custom-button.btn-orange:disabled,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-orange:disabled,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-orange:disabled,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-orange:disabled,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-orange:disabled,
body .page .hubspot-form form .custom-submit .custom-button.btn-orange:disabled,
body .page .custom-form form .custom-submit .custom-button.btn-orange:disabled,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-orange[disabled],
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-orange[disabled],
body .page .custom-form .hs-form .hs_submit .hs-button.btn-orange[disabled],
body .page .reseller-guide-form form .hs_submit .hs-button.btn-orange[disabled],
body .page .hubspot-form form .hs_submit .hs-button.btn-orange[disabled],
body .page .custom-form form .hs_submit .hs-button.btn-orange[disabled],
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-orange[disabled],
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-orange[disabled],
body .page .custom-form .hs-form .custom-submit .hs-button.btn-orange[disabled],
body .page .reseller-guide-form form .custom-submit .hs-button.btn-orange[disabled],
body .page .hubspot-form form .custom-submit .hs-button.btn-orange[disabled],
body .page .custom-form form .custom-submit .hs-button.btn-orange[disabled],
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-orange[disabled],
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-orange[disabled],
body .page .custom-form .hs-form .hs_submit .custom-button.btn-orange[disabled],
body .page .reseller-guide-form form .hs_submit .custom-button.btn-orange[disabled],
body .page .hubspot-form form .hs_submit .custom-button.btn-orange[disabled],
body .page .custom-form form .hs_submit .custom-button.btn-orange[disabled],
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-orange[disabled],
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-orange[disabled],
body .page .custom-form .hs-form .custom-submit .custom-button.btn-orange[disabled],
body .page .reseller-guide-form form .custom-submit .custom-button.btn-orange[disabled],
body .page .hubspot-form form .custom-submit .custom-button.btn-orange[disabled],
body .page .custom-form form .custom-submit .custom-button.btn-orange[disabled] {
  background-color: #ffc97b;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-green,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-green,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-green,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-green,
body .page .hubspot-form form .hs_submit .hs-button.btn-green,
body .page .custom-form form .hs_submit .hs-button.btn-green,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-green,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-green,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-green,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-green,
body .page .hubspot-form form .custom-submit .hs-button.btn-green,
body .page .custom-form form .custom-submit .hs-button.btn-green,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-green,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-green,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-green,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-green,
body .page .hubspot-form form .hs_submit .custom-button.btn-green,
body .page .custom-form form .hs_submit .custom-button.btn-green,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-green,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-green,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-green,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-green,
body .page .hubspot-form form .custom-submit .custom-button.btn-green,
body .page .custom-form form .custom-submit .custom-button.btn-green {
  color: #fff;
  background-color: #74c947;
  /* transition */
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-green:hover,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-green:hover,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-green:hover,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-green:hover,
body .page .hubspot-form form .hs_submit .hs-button.btn-green:hover,
body .page .custom-form form .hs_submit .hs-button.btn-green:hover,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-green:hover,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-green:hover,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-green:hover,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-green:hover,
body .page .hubspot-form form .custom-submit .hs-button.btn-green:hover,
body .page .custom-form form .custom-submit .hs-button.btn-green:hover,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-green:hover,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-green:hover,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-green:hover,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-green:hover,
body .page .hubspot-form form .hs_submit .custom-button.btn-green:hover,
body .page .custom-form form .hs_submit .custom-button.btn-green:hover,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-green:hover,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-green:hover,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-green:hover,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-green:hover,
body .page .hubspot-form form .custom-submit .custom-button.btn-green:hover,
body .page .custom-form form .custom-submit .custom-button.btn-green:hover,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-green:focus,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-green:focus,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-green:focus,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-green:focus,
body .page .hubspot-form form .hs_submit .hs-button.btn-green:focus,
body .page .custom-form form .hs_submit .hs-button.btn-green:focus,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-green:focus,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-green:focus,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-green:focus,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-green:focus,
body .page .hubspot-form form .custom-submit .hs-button.btn-green:focus,
body .page .custom-form form .custom-submit .hs-button.btn-green:focus,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-green:focus,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-green:focus,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-green:focus,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-green:focus,
body .page .hubspot-form form .hs_submit .custom-button.btn-green:focus,
body .page .custom-form form .hs_submit .custom-button.btn-green:focus,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-green:focus,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-green:focus,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-green:focus,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-green:focus,
body .page .hubspot-form form .custom-submit .custom-button.btn-green:focus,
body .page .custom-form form .custom-submit .custom-button.btn-green:focus {
  background-color: #5cab32;
  color: #fff;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-green:active,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-green:active,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-green:active,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-green:active,
body .page .hubspot-form form .hs_submit .hs-button.btn-green:active,
body .page .custom-form form .hs_submit .hs-button.btn-green:active,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-green:active,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-green:active,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-green:active,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-green:active,
body .page .hubspot-form form .custom-submit .hs-button.btn-green:active,
body .page .custom-form form .custom-submit .hs-button.btn-green:active,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-green:active,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-green:active,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-green:active,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-green:active,
body .page .hubspot-form form .hs_submit .custom-button.btn-green:active,
body .page .custom-form form .hs_submit .custom-button.btn-green:active,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-green:active,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-green:active,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-green:active,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-green:active,
body .page .hubspot-form form .custom-submit .custom-button.btn-green:active,
body .page .custom-form form .custom-submit .custom-button.btn-green:active,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-green.active,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-green.active,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-green.active,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-green.active,
body .page .hubspot-form form .hs_submit .hs-button.btn-green.active,
body .page .custom-form form .hs_submit .hs-button.btn-green.active,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-green.active,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-green.active,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-green.active,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-green.active,
body .page .hubspot-form form .custom-submit .hs-button.btn-green.active,
body .page .custom-form form .custom-submit .hs-button.btn-green.active,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-green.active,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-green.active,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-green.active,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-green.active,
body .page .hubspot-form form .hs_submit .custom-button.btn-green.active,
body .page .custom-form form .hs_submit .custom-button.btn-green.active,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-green.active,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-green.active,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-green.active,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-green.active,
body .page .hubspot-form form .custom-submit .custom-button.btn-green.active,
body .page .custom-form form .custom-submit .custom-button.btn-green.active {
  background-color: #5cab32;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-green:disabled,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-green:disabled,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-green:disabled,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-green:disabled,
body .page .hubspot-form form .hs_submit .hs-button.btn-green:disabled,
body .page .custom-form form .hs_submit .hs-button.btn-green:disabled,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-green:disabled,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-green:disabled,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-green:disabled,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-green:disabled,
body .page .hubspot-form form .custom-submit .hs-button.btn-green:disabled,
body .page .custom-form form .custom-submit .hs-button.btn-green:disabled,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-green:disabled,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-green:disabled,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-green:disabled,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-green:disabled,
body .page .hubspot-form form .hs_submit .custom-button.btn-green:disabled,
body .page .custom-form form .hs_submit .custom-button.btn-green:disabled,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-green:disabled,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-green:disabled,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-green:disabled,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-green:disabled,
body .page .hubspot-form form .custom-submit .custom-button.btn-green:disabled,
body .page .custom-form form .custom-submit .custom-button.btn-green:disabled,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-green[disabled],
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-green[disabled],
body .page .custom-form .hs-form .hs_submit .hs-button.btn-green[disabled],
body .page .reseller-guide-form form .hs_submit .hs-button.btn-green[disabled],
body .page .hubspot-form form .hs_submit .hs-button.btn-green[disabled],
body .page .custom-form form .hs_submit .hs-button.btn-green[disabled],
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-green[disabled],
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-green[disabled],
body .page .custom-form .hs-form .custom-submit .hs-button.btn-green[disabled],
body .page .reseller-guide-form form .custom-submit .hs-button.btn-green[disabled],
body .page .hubspot-form form .custom-submit .hs-button.btn-green[disabled],
body .page .custom-form form .custom-submit .hs-button.btn-green[disabled],
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-green[disabled],
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-green[disabled],
body .page .custom-form .hs-form .hs_submit .custom-button.btn-green[disabled],
body .page .reseller-guide-form form .hs_submit .custom-button.btn-green[disabled],
body .page .hubspot-form form .hs_submit .custom-button.btn-green[disabled],
body .page .custom-form form .hs_submit .custom-button.btn-green[disabled],
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-green[disabled],
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-green[disabled],
body .page .custom-form .hs-form .custom-submit .custom-button.btn-green[disabled],
body .page .reseller-guide-form form .custom-submit .custom-button.btn-green[disabled],
body .page .hubspot-form form .custom-submit .custom-button.btn-green[disabled],
body .page .custom-form form .custom-submit .custom-button.btn-green[disabled] {
  background-color: #5cab32;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-blue,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-blue,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-blue,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-blue,
body .page .hubspot-form form .hs_submit .hs-button.btn-blue,
body .page .custom-form form .hs_submit .hs-button.btn-blue,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-blue,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-blue,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-blue,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-blue,
body .page .hubspot-form form .custom-submit .hs-button.btn-blue,
body .page .custom-form form .custom-submit .hs-button.btn-blue,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-blue,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-blue,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-blue,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-blue,
body .page .hubspot-form form .hs_submit .custom-button.btn-blue,
body .page .custom-form form .hs_submit .custom-button.btn-blue,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-blue,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-blue,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-blue,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-blue,
body .page .hubspot-form form .custom-submit .custom-button.btn-blue,
body .page .custom-form form .custom-submit .custom-button.btn-blue {
  color: #fff;
  background-color: #1eacc6;
  /* transition */
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-blue:hover,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-blue:hover,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-blue:hover,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-blue:hover,
body .page .hubspot-form form .hs_submit .hs-button.btn-blue:hover,
body .page .custom-form form .hs_submit .hs-button.btn-blue:hover,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-blue:hover,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-blue:hover,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-blue:hover,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-blue:hover,
body .page .hubspot-form form .custom-submit .hs-button.btn-blue:hover,
body .page .custom-form form .custom-submit .hs-button.btn-blue:hover,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-blue:hover,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-blue:hover,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-blue:hover,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-blue:hover,
body .page .hubspot-form form .hs_submit .custom-button.btn-blue:hover,
body .page .custom-form form .hs_submit .custom-button.btn-blue:hover,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-blue:hover,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-blue:hover,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-blue:hover,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-blue:hover,
body .page .hubspot-form form .custom-submit .custom-button.btn-blue:hover,
body .page .custom-form form .custom-submit .custom-button.btn-blue:hover,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-blue:focus,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-blue:focus,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-blue:focus,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-blue:focus,
body .page .hubspot-form form .hs_submit .hs-button.btn-blue:focus,
body .page .custom-form form .hs_submit .hs-button.btn-blue:focus,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-blue:focus,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-blue:focus,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-blue:focus,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-blue:focus,
body .page .hubspot-form form .custom-submit .hs-button.btn-blue:focus,
body .page .custom-form form .custom-submit .hs-button.btn-blue:focus,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-blue:focus,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-blue:focus,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-blue:focus,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-blue:focus,
body .page .hubspot-form form .hs_submit .custom-button.btn-blue:focus,
body .page .custom-form form .hs_submit .custom-button.btn-blue:focus,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-blue:focus,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-blue:focus,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-blue:focus,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-blue:focus,
body .page .hubspot-form form .custom-submit .custom-button.btn-blue:focus,
body .page .custom-form form .custom-submit .custom-button.btn-blue:focus {
  background-color: #1e889b;
  color: #fff;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-blue:active,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-blue:active,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-blue:active,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-blue:active,
body .page .hubspot-form form .hs_submit .hs-button.btn-blue:active,
body .page .custom-form form .hs_submit .hs-button.btn-blue:active,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-blue:active,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-blue:active,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-blue:active,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-blue:active,
body .page .hubspot-form form .custom-submit .hs-button.btn-blue:active,
body .page .custom-form form .custom-submit .hs-button.btn-blue:active,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-blue:active,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-blue:active,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-blue:active,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-blue:active,
body .page .hubspot-form form .hs_submit .custom-button.btn-blue:active,
body .page .custom-form form .hs_submit .custom-button.btn-blue:active,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-blue:active,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-blue:active,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-blue:active,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-blue:active,
body .page .hubspot-form form .custom-submit .custom-button.btn-blue:active,
body .page .custom-form form .custom-submit .custom-button.btn-blue:active,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-blue.active,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-blue.active,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-blue.active,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-blue.active,
body .page .hubspot-form form .hs_submit .hs-button.btn-blue.active,
body .page .custom-form form .hs_submit .hs-button.btn-blue.active,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-blue.active,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-blue.active,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-blue.active,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-blue.active,
body .page .hubspot-form form .custom-submit .hs-button.btn-blue.active,
body .page .custom-form form .custom-submit .hs-button.btn-blue.active,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-blue.active,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-blue.active,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-blue.active,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-blue.active,
body .page .hubspot-form form .hs_submit .custom-button.btn-blue.active,
body .page .custom-form form .hs_submit .custom-button.btn-blue.active,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-blue.active,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-blue.active,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-blue.active,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-blue.active,
body .page .hubspot-form form .custom-submit .custom-button.btn-blue.active,
body .page .custom-form form .custom-submit .custom-button.btn-blue.active {
  background-color: #1e889b;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-blue:disabled,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-blue:disabled,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-blue:disabled,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-blue:disabled,
body .page .hubspot-form form .hs_submit .hs-button.btn-blue:disabled,
body .page .custom-form form .hs_submit .hs-button.btn-blue:disabled,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-blue:disabled,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-blue:disabled,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-blue:disabled,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-blue:disabled,
body .page .hubspot-form form .custom-submit .hs-button.btn-blue:disabled,
body .page .custom-form form .custom-submit .hs-button.btn-blue:disabled,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-blue:disabled,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-blue:disabled,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-blue:disabled,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-blue:disabled,
body .page .hubspot-form form .hs_submit .custom-button.btn-blue:disabled,
body .page .custom-form form .hs_submit .custom-button.btn-blue:disabled,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-blue:disabled,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-blue:disabled,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-blue:disabled,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-blue:disabled,
body .page .hubspot-form form .custom-submit .custom-button.btn-blue:disabled,
body .page .custom-form form .custom-submit .custom-button.btn-blue:disabled,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-blue[disabled],
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-blue[disabled],
body .page .custom-form .hs-form .hs_submit .hs-button.btn-blue[disabled],
body .page .reseller-guide-form form .hs_submit .hs-button.btn-blue[disabled],
body .page .hubspot-form form .hs_submit .hs-button.btn-blue[disabled],
body .page .custom-form form .hs_submit .hs-button.btn-blue[disabled],
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-blue[disabled],
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-blue[disabled],
body .page .custom-form .hs-form .custom-submit .hs-button.btn-blue[disabled],
body .page .reseller-guide-form form .custom-submit .hs-button.btn-blue[disabled],
body .page .hubspot-form form .custom-submit .hs-button.btn-blue[disabled],
body .page .custom-form form .custom-submit .hs-button.btn-blue[disabled],
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-blue[disabled],
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-blue[disabled],
body .page .custom-form .hs-form .hs_submit .custom-button.btn-blue[disabled],
body .page .reseller-guide-form form .hs_submit .custom-button.btn-blue[disabled],
body .page .hubspot-form form .hs_submit .custom-button.btn-blue[disabled],
body .page .custom-form form .hs_submit .custom-button.btn-blue[disabled],
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-blue[disabled],
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-blue[disabled],
body .page .custom-form .hs-form .custom-submit .custom-button.btn-blue[disabled],
body .page .reseller-guide-form form .custom-submit .custom-button.btn-blue[disabled],
body .page .hubspot-form form .custom-submit .custom-button.btn-blue[disabled],
body .page .custom-form form .custom-submit .custom-button.btn-blue[disabled] {
  background-color: #1e889b;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-white,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-white,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-white,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-white,
body .page .hubspot-form form .hs_submit .hs-button.btn-white,
body .page .custom-form form .hs_submit .hs-button.btn-white,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-white,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-white,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-white,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-white,
body .page .hubspot-form form .custom-submit .hs-button.btn-white,
body .page .custom-form form .custom-submit .hs-button.btn-white,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-white,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-white,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-white,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-white,
body .page .hubspot-form form .hs_submit .custom-button.btn-white,
body .page .custom-form form .hs_submit .custom-button.btn-white,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-white,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-white,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-white,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-white,
body .page .hubspot-form form .custom-submit .custom-button.btn-white,
body .page .custom-form form .custom-submit .custom-button.btn-white {
  color: #333;
  background-color: #ffffff;
  border: 1px solid #dedede;
  /* transition */
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-white:hover,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-white:hover,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-white:hover,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-white:hover,
body .page .hubspot-form form .hs_submit .hs-button.btn-white:hover,
body .page .custom-form form .hs_submit .hs-button.btn-white:hover,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-white:hover,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-white:hover,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-white:hover,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-white:hover,
body .page .hubspot-form form .custom-submit .hs-button.btn-white:hover,
body .page .custom-form form .custom-submit .hs-button.btn-white:hover,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-white:hover,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-white:hover,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-white:hover,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-white:hover,
body .page .hubspot-form form .hs_submit .custom-button.btn-white:hover,
body .page .custom-form form .hs_submit .custom-button.btn-white:hover,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-white:hover,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-white:hover,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-white:hover,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-white:hover,
body .page .hubspot-form form .custom-submit .custom-button.btn-white:hover,
body .page .custom-form form .custom-submit .custom-button.btn-white:hover,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-white:focus,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-white:focus,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-white:focus,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-white:focus,
body .page .hubspot-form form .hs_submit .hs-button.btn-white:focus,
body .page .custom-form form .hs_submit .hs-button.btn-white:focus,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-white:focus,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-white:focus,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-white:focus,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-white:focus,
body .page .hubspot-form form .custom-submit .hs-button.btn-white:focus,
body .page .custom-form form .custom-submit .hs-button.btn-white:focus,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-white:focus,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-white:focus,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-white:focus,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-white:focus,
body .page .hubspot-form form .hs_submit .custom-button.btn-white:focus,
body .page .custom-form form .hs_submit .custom-button.btn-white:focus,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-white:focus,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-white:focus,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-white:focus,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-white:focus,
body .page .hubspot-form form .custom-submit .custom-button.btn-white:focus,
body .page .custom-form form .custom-submit .custom-button.btn-white:focus {
  background-color: #eeeeee;
  color: #333;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-white:active,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-white:active,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-white:active,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-white:active,
body .page .hubspot-form form .hs_submit .hs-button.btn-white:active,
body .page .custom-form form .hs_submit .hs-button.btn-white:active,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-white:active,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-white:active,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-white:active,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-white:active,
body .page .hubspot-form form .custom-submit .hs-button.btn-white:active,
body .page .custom-form form .custom-submit .hs-button.btn-white:active,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-white:active,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-white:active,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-white:active,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-white:active,
body .page .hubspot-form form .hs_submit .custom-button.btn-white:active,
body .page .custom-form form .hs_submit .custom-button.btn-white:active,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-white:active,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-white:active,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-white:active,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-white:active,
body .page .hubspot-form form .custom-submit .custom-button.btn-white:active,
body .page .custom-form form .custom-submit .custom-button.btn-white:active,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-white.active,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-white.active,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-white.active,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-white.active,
body .page .hubspot-form form .hs_submit .hs-button.btn-white.active,
body .page .custom-form form .hs_submit .hs-button.btn-white.active,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-white.active,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-white.active,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-white.active,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-white.active,
body .page .hubspot-form form .custom-submit .hs-button.btn-white.active,
body .page .custom-form form .custom-submit .hs-button.btn-white.active,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-white.active,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-white.active,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-white.active,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-white.active,
body .page .hubspot-form form .hs_submit .custom-button.btn-white.active,
body .page .custom-form form .hs_submit .custom-button.btn-white.active,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-white.active,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-white.active,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-white.active,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-white.active,
body .page .hubspot-form form .custom-submit .custom-button.btn-white.active,
body .page .custom-form form .custom-submit .custom-button.btn-white.active {
  background-color: #eeeeee;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-white:disabled,
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-white:disabled,
body .page .custom-form .hs-form .hs_submit .hs-button.btn-white:disabled,
body .page .reseller-guide-form form .hs_submit .hs-button.btn-white:disabled,
body .page .hubspot-form form .hs_submit .hs-button.btn-white:disabled,
body .page .custom-form form .hs_submit .hs-button.btn-white:disabled,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-white:disabled,
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-white:disabled,
body .page .custom-form .hs-form .custom-submit .hs-button.btn-white:disabled,
body .page .reseller-guide-form form .custom-submit .hs-button.btn-white:disabled,
body .page .hubspot-form form .custom-submit .hs-button.btn-white:disabled,
body .page .custom-form form .custom-submit .hs-button.btn-white:disabled,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-white:disabled,
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-white:disabled,
body .page .custom-form .hs-form .hs_submit .custom-button.btn-white:disabled,
body .page .reseller-guide-form form .hs_submit .custom-button.btn-white:disabled,
body .page .hubspot-form form .hs_submit .custom-button.btn-white:disabled,
body .page .custom-form form .hs_submit .custom-button.btn-white:disabled,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-white:disabled,
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-white:disabled,
body .page .custom-form .hs-form .custom-submit .custom-button.btn-white:disabled,
body .page .reseller-guide-form form .custom-submit .custom-button.btn-white:disabled,
body .page .hubspot-form form .custom-submit .custom-button.btn-white:disabled,
body .page .custom-form form .custom-submit .custom-button.btn-white:disabled,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.btn-white[disabled],
body .page .hubspot-form .hs-form .hs_submit .hs-button.btn-white[disabled],
body .page .custom-form .hs-form .hs_submit .hs-button.btn-white[disabled],
body .page .reseller-guide-form form .hs_submit .hs-button.btn-white[disabled],
body .page .hubspot-form form .hs_submit .hs-button.btn-white[disabled],
body .page .custom-form form .hs_submit .hs-button.btn-white[disabled],
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.btn-white[disabled],
body .page .hubspot-form .hs-form .custom-submit .hs-button.btn-white[disabled],
body .page .custom-form .hs-form .custom-submit .hs-button.btn-white[disabled],
body .page .reseller-guide-form form .custom-submit .hs-button.btn-white[disabled],
body .page .hubspot-form form .custom-submit .hs-button.btn-white[disabled],
body .page .custom-form form .custom-submit .hs-button.btn-white[disabled],
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.btn-white[disabled],
body .page .hubspot-form .hs-form .hs_submit .custom-button.btn-white[disabled],
body .page .custom-form .hs-form .hs_submit .custom-button.btn-white[disabled],
body .page .reseller-guide-form form .hs_submit .custom-button.btn-white[disabled],
body .page .hubspot-form form .hs_submit .custom-button.btn-white[disabled],
body .page .custom-form form .hs_submit .custom-button.btn-white[disabled],
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.btn-white[disabled],
body .page .hubspot-form .hs-form .custom-submit .custom-button.btn-white[disabled],
body .page .custom-form .hs-form .custom-submit .custom-button.btn-white[disabled],
body .page .reseller-guide-form form .custom-submit .custom-button.btn-white[disabled],
body .page .hubspot-form form .custom-submit .custom-button.btn-white[disabled],
body .page .custom-form form .custom-submit .custom-button.btn-white[disabled] {
  background-color: #eeeeee;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button:hover,
body .page .hubspot-form .hs-form .hs_submit .hs-button:hover,
body .page .custom-form .hs-form .hs_submit .hs-button:hover,
body .page .reseller-guide-form form .hs_submit .hs-button:hover,
body .page .hubspot-form form .hs_submit .hs-button:hover,
body .page .custom-form form .hs_submit .hs-button:hover,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button:hover,
body .page .hubspot-form .hs-form .custom-submit .hs-button:hover,
body .page .custom-form .hs-form .custom-submit .hs-button:hover,
body .page .reseller-guide-form form .custom-submit .hs-button:hover,
body .page .hubspot-form form .custom-submit .hs-button:hover,
body .page .custom-form form .custom-submit .hs-button:hover,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button:hover,
body .page .hubspot-form .hs-form .hs_submit .custom-button:hover,
body .page .custom-form .hs-form .hs_submit .custom-button:hover,
body .page .reseller-guide-form form .hs_submit .custom-button:hover,
body .page .hubspot-form form .hs_submit .custom-button:hover,
body .page .custom-form form .hs_submit .custom-button:hover,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button:hover,
body .page .hubspot-form .hs-form .custom-submit .custom-button:hover,
body .page .custom-form .hs-form .custom-submit .custom-button:hover,
body .page .reseller-guide-form form .custom-submit .custom-button:hover,
body .page .hubspot-form form .custom-submit .custom-button:hover,
body .page .custom-form form .custom-submit .custom-button:hover,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button:focus,
body .page .hubspot-form .hs-form .hs_submit .hs-button:focus,
body .page .custom-form .hs-form .hs_submit .hs-button:focus,
body .page .reseller-guide-form form .hs_submit .hs-button:focus,
body .page .hubspot-form form .hs_submit .hs-button:focus,
body .page .custom-form form .hs_submit .hs-button:focus,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button:focus,
body .page .hubspot-form .hs-form .custom-submit .hs-button:focus,
body .page .custom-form .hs-form .custom-submit .hs-button:focus,
body .page .reseller-guide-form form .custom-submit .hs-button:focus,
body .page .hubspot-form form .custom-submit .hs-button:focus,
body .page .custom-form form .custom-submit .hs-button:focus,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button:focus,
body .page .hubspot-form .hs-form .hs_submit .custom-button:focus,
body .page .custom-form .hs-form .hs_submit .custom-button:focus,
body .page .reseller-guide-form form .hs_submit .custom-button:focus,
body .page .hubspot-form form .hs_submit .custom-button:focus,
body .page .custom-form form .hs_submit .custom-button:focus,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button:focus,
body .page .hubspot-form .hs-form .custom-submit .custom-button:focus,
body .page .custom-form .hs-form .custom-submit .custom-button:focus,
body .page .reseller-guide-form form .custom-submit .custom-button:focus,
body .page .hubspot-form form .custom-submit .custom-button:focus,
body .page .custom-form form .custom-submit .custom-button:focus {
  background-color: #e58a00;
  color: #fff;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button:active,
body .page .hubspot-form .hs-form .hs_submit .hs-button:active,
body .page .custom-form .hs-form .hs_submit .hs-button:active,
body .page .reseller-guide-form form .hs_submit .hs-button:active,
body .page .hubspot-form form .hs_submit .hs-button:active,
body .page .custom-form form .hs_submit .hs-button:active,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button:active,
body .page .hubspot-form .hs-form .custom-submit .hs-button:active,
body .page .custom-form .hs-form .custom-submit .hs-button:active,
body .page .reseller-guide-form form .custom-submit .hs-button:active,
body .page .hubspot-form form .custom-submit .hs-button:active,
body .page .custom-form form .custom-submit .hs-button:active,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button:active,
body .page .hubspot-form .hs-form .hs_submit .custom-button:active,
body .page .custom-form .hs-form .hs_submit .custom-button:active,
body .page .reseller-guide-form form .hs_submit .custom-button:active,
body .page .hubspot-form form .hs_submit .custom-button:active,
body .page .custom-form form .hs_submit .custom-button:active,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button:active,
body .page .hubspot-form .hs-form .custom-submit .custom-button:active,
body .page .custom-form .hs-form .custom-submit .custom-button:active,
body .page .reseller-guide-form form .custom-submit .custom-button:active,
body .page .hubspot-form form .custom-submit .custom-button:active,
body .page .custom-form form .custom-submit .custom-button:active,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button.active,
body .page .hubspot-form .hs-form .hs_submit .hs-button.active,
body .page .custom-form .hs-form .hs_submit .hs-button.active,
body .page .reseller-guide-form form .hs_submit .hs-button.active,
body .page .hubspot-form form .hs_submit .hs-button.active,
body .page .custom-form form .hs_submit .hs-button.active,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button.active,
body .page .hubspot-form .hs-form .custom-submit .hs-button.active,
body .page .custom-form .hs-form .custom-submit .hs-button.active,
body .page .reseller-guide-form form .custom-submit .hs-button.active,
body .page .hubspot-form form .custom-submit .hs-button.active,
body .page .custom-form form .custom-submit .hs-button.active,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button.active,
body .page .hubspot-form .hs-form .hs_submit .custom-button.active,
body .page .custom-form .hs-form .hs_submit .custom-button.active,
body .page .reseller-guide-form form .hs_submit .custom-button.active,
body .page .hubspot-form form .hs_submit .custom-button.active,
body .page .custom-form form .hs_submit .custom-button.active,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button.active,
body .page .hubspot-form .hs-form .custom-submit .custom-button.active,
body .page .custom-form .hs-form .custom-submit .custom-button.active,
body .page .reseller-guide-form form .custom-submit .custom-button.active,
body .page .hubspot-form form .custom-submit .custom-button.active,
body .page .custom-form form .custom-submit .custom-button.active {
  background-color: #e58a00;
}
body .page .reseller-guide-form .hs-form .hs_submit .hs-button:disabled,
body .page .hubspot-form .hs-form .hs_submit .hs-button:disabled,
body .page .custom-form .hs-form .hs_submit .hs-button:disabled,
body .page .reseller-guide-form form .hs_submit .hs-button:disabled,
body .page .hubspot-form form .hs_submit .hs-button:disabled,
body .page .custom-form form .hs_submit .hs-button:disabled,
body .page .reseller-guide-form .hs-form .custom-submit .hs-button:disabled,
body .page .hubspot-form .hs-form .custom-submit .hs-button:disabled,
body .page .custom-form .hs-form .custom-submit .hs-button:disabled,
body .page .reseller-guide-form form .custom-submit .hs-button:disabled,
body .page .hubspot-form form .custom-submit .hs-button:disabled,
body .page .custom-form form .custom-submit .hs-button:disabled,
body .page .reseller-guide-form .hs-form .hs_submit .custom-button:disabled,
body .page .hubspot-form .hs-form .hs_submit .custom-button:disabled,
body .page .custom-form .hs-form .hs_submit .custom-button:disabled,
body .page .reseller-guide-form form .hs_submit .custom-button:disabled,
body .page .hubspot-form form .hs_submit .custom-button:disabled,
body .page .custom-form form .hs_submit .custom-button:disabled,
body .page .reseller-guide-form .hs-form .custom-submit .custom-button:disabled,
body .page .hubspot-form .hs-form .custom-submit .custom-button:disabled,
body .page .custom-form .hs-form .custom-submit .custom-button:disabled,
body .page .reseller-guide-form form .custom-submit .custom-button:disabled,
body .page .hubspot-form form .custom-submit .custom-button:disabled,
body .page .custom-form form .custom-submit .custom-button:disabled,
body .page .reseller-guide-form .hs-form .hs_submit .hs-button[disabled],
body .page .hubspot-form .hs-form .hs_submit .hs-button[disabled],
body .page .custom-form .hs-form .hs_submit .hs-button[disabled],
body .page .reseller-guide-form form .hs_submit .hs-button[disabled],
body .page .hubspot-form form .hs_submit .hs-button[disabled],
body .page .custom-form form .hs_submit .hs-button[disabled],
body .page .reseller-guide-form .hs-form .custom-submit .hs-button[disabled],
body .page .hubspot-form .hs-form .custom-submit .hs-button[disabled],
body .page .custom-form .hs-form .custom-submit .hs-button[disabled],
body .page .reseller-guide-form form .custom-submit .hs-button[disabled],
body .page .hubspot-form form .custom-submit .hs-button[disabled],
body .page .custom-form form .custom-submit .hs-button[disabled],
body .page .reseller-guide-form .hs-form .hs_submit .custom-button[disabled],
body .page .hubspot-form .hs-form .hs_submit .custom-button[disabled],
body .page .custom-form .hs-form .hs_submit .custom-button[disabled],
body .page .reseller-guide-form form .hs_submit .custom-button[disabled],
body .page .hubspot-form form .hs_submit .custom-button[disabled],
body .page .custom-form form .hs_submit .custom-button[disabled],
body .page .reseller-guide-form .hs-form .custom-submit .custom-button[disabled],
body .page .hubspot-form .hs-form .custom-submit .custom-button[disabled],
body .page .custom-form .hs-form .custom-submit .custom-button[disabled],
body .page .reseller-guide-form form .custom-submit .custom-button[disabled],
body .page .hubspot-form form .custom-submit .custom-button[disabled],
body .page .custom-form form .custom-submit .custom-button[disabled] {
  background-color: #ffc97b;
}
body .page.header-expanded {
  padding-top: 119px;
}
body .page.header-expanded.fixed {
  padding-top: 100px;
}
/* Mobile */
@media screen and (min-width: 1680px) {
  body .page .banner-block {
    background-size: cover;
  }
}
@media screen and (min-width: 970px) {
  body .page .block.text-block .container,
  body .page .block.contact-us-block .container {
    width: 970px;
  }
}
@media screen and (min-width: 800px) {
  body .page .block.faq-block .container {
    width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  body .page .block h5 {
    line-height: 32px;
  }
  body .page .block.text-block {
    padding: 50px 0;
  }
  body .page .block.text-block h5 .date {
    margin-bottom: 40px;
  }
  body .page .block.faq-block .faqs .faq .answer ul.with-check li {
    background-position: left 12px;
  }
}
@media screen and (min-width: 992px) {
  body .page .block.slide-block {
    padding: 100px 0 50px 0;
  }
  body .page .block.slide-block ul.slides {
    margin: 0 100px;
    height: 660px;
  }
  body .page .block.slide-block ul.slides li h2 {
    margin: 140px 0 30px 0;
  }
  body .page .block.slide-block ul.slides li h5 b {
    margin-bottom: 10px;
  }
  body .page .block.slide-block ul.slides li .platforms {
    margin-top: 30px;
  }
  body .page .block.slide-block ul.slides li .platforms .platform {
    width: 156px;
    height: 54px;
  }
  body .page .block.slide-block ul.slides li .platforms .platform.app-store {
    background: url('../../images/pages/how_to_works_flex/app_store-v-1.3.62.jpg') no-repeat;
  }
  body .page .block.slide-block ul.slides li .platforms .platform.google-play {
    margin-left: 10px;
    background: url('../../images/pages/how_to_works_flex/google_play-v-1.3.62.jpg') no-repeat;
  }
  body .page .block.slide-block ul.slides li .phone {
    background: url('../../images/pages/how_to_works_flex/nexus-v-1.3.62.png') no-repeat;
    padding: 55px 15px 109px 16px;
    width: 311px;
    height: 660px;
  }
  body .page .block.slide-block .controls .control {
    width: 22px;
    height: 60px;
    top: -405px;
  }
  body .page .block.blue-center-block {
    padding: 45px 0 60px 0;
  }
  body .page .block.blue-center-block h2 {
    margin-bottom: 10px;
  }
  body .page .block.banner-block {
    background-image: url('../../images/pages/why_use_biz/banner-v-1.3.62.jpg');
    height: 313px;
  }
  body .page .block.banner-block h2 {
    margin-top: 110px;
    margin-bottom: 20px;
  }
  body .page .block.banner-block h3 {
    font-size: 24px;
  }
  body .page .block.banner-block .seperator {
    margin-top: 25px;
    width: 166px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  body .page .block h5 {
    line-height: 32px;
  }
  body .page .block.text-block {
    padding: 50px 0;
  }
  body .page .block.text-block h5 .date {
    margin-bottom: 40px;
  }
  body .page .block.faq-block .faqs .faq .answer ul.with-check li {
    background-position: left 12px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body .page .block h2.block-title {
    font-size: 36px;
  }
  body .page .block h5 {
    font-size: 16px;
    line-height: 30px;
  }
  body .page .block.text-block {
    padding: 40px 0;
  }
  body .page .block.text-block h5 .date {
    margin-bottom: 30px;
  }
  body .page .block.contact-us-block {
    padding: 40px 0;
  }
  body .page .block.contact-us-block .img-email {
    background-image: url('../../images/misc/email_768-v-1.3.62.png');
    margin-top: 30px;
    width: 240px;
    height: 166px;
  }
  body .page .block.faq-block {
    padding: 40px 0;
  }
  body .page .block.faq-block .faqs {
    margin-top: 40px;
  }
  body .page .block.faq-block .faqs .faq .answer {
    margin: 5px 10px 0;
  }
  body .page .block.faq-block .faqs .faq .answer ul.with-check li {
    background-position: left 11px;
  }
  body .page .block.slide-block {
    padding: 30px 0;
  }
  body .page .block.slide-block ul.slides {
    margin: 0 70px;
    height: 510px;
  }
  body .page .block.slide-block ul.slides li h2 {
    margin: 100px 0 30px 0;
  }
  body .page .block.slide-block ul.slides li h5 b {
    margin-bottom: 10px;
  }
  body .page .block.slide-block ul.slides li .platforms {
    margin-top: 30px;
  }
  body .page .block.slide-block ul.slides li .platforms .platform {
    width: 120px;
    height: 42px;
  }
  body .page .block.slide-block ul.slides li .platforms .platform.app-store {
    background: url('../../images/pages/how_to_works_flex/app_store_768-v-1.3.62.jpg') no-repeat;
  }
  body .page .block.slide-block ul.slides li .platforms .platform.google-play {
    margin-left: 10px;
    background: url('../../images/pages/how_to_works_flex/google_play_768-v-1.3.62.jpg') no-repeat;
  }
  body .page .block.slide-block ul.slides li .phone {
    background: url('../../images/pages/how_to_works_flex/nexus_768-v-1.3.62.png') no-repeat;
    padding: 42px 12px 84px 12px;
    width: 240px;
    height: 509px;
  }
  body .page .block.slide-block .controls .control {
    width: 14px;
    height: 38px;
    top: -350px;
  }
  body .page .block.blue-center-block {
    padding: 40px 0 50px 0;
  }
  body .page .block.blue-center-block h2 {
    margin-bottom: 10px;
  }
  body .page .block.blue-center-block .btn-start-building {
    width: 390px;
  }
  body .page .block.banner-block {
    background-image: url('../../images/pages/why_use_biz/banner_992-v-1.3.62.jpg');
    height: 313px;
  }
  body .page .block.banner-block h2 {
    margin-top: 110px;
    margin-bottom: 20px;
  }
  body .page .block.banner-block h3 {
    font-size: 21px;
  }
  body .page .block.banner-block .seperator {
    margin-top: 25px;
    width: 166px;
  }
}
@media screen and (max-width: 767px) {
  body .page.header-expanded {
    padding-top: 83px;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  body .page .block h2.block-title {
    font-size: 32px;
  }
  body .page .block h5 {
    font-size: 14px;
    line-height: 26px;
  }
  body .page .block.text-block {
    padding: 20px 0;
  }
  body .page .block.text-block h5 .date {
    margin-bottom: 20px;
  }
  body .page .block.contact-us-block {
    padding: 40px 0;
  }
  body .page .block.contact-us-block .img-email {
    background-image: url('../../images/misc/email_768-v-1.3.62.png');
    margin-top: 30px;
    width: 240px;
    height: 166px;
  }
  body .page .block.faq-block {
    padding: 30px 0;
  }
  body .page .block.faq-block .faqs {
    margin-top: 30px;
  }
  body .page .block.faq-block .faqs .faq .answer {
    margin: 5px 10px 0;
  }
  body .page .block.slide-block {
    padding: 30px 0;
  }
  body .page .block.slide-block ul.slides {
    margin: 0 20px;
    height: 408px;
  }
  body .page .block.slide-block ul.slides li h2 {
    margin: 30px 0;
  }
  body .page .block.slide-block ul.slides li h5 b {
    margin-bottom: 10px;
  }
  body .page .block.slide-block ul.slides li .platforms {
    margin-top: 30px;
  }
  body .page .block.slide-block ul.slides li .platforms .platform {
    width: 60px;
    height: 21px;
  }
  body .page .block.slide-block ul.slides li .platforms .platform.app-store {
    background: url('../../images/pages/how_to_works_flex/app_store_480-v-1.3.62.jpg') no-repeat;
  }
  body .page .block.slide-block ul.slides li .platforms .platform.google-play {
    margin-left: 10px;
    background: url('../../images/pages/how_to_works_flex/google_play_480-v-1.3.62.jpg') no-repeat;
  }
  body .page .block.slide-block ul.slides li .phone {
    background: url('../../images/pages/how_to_works_flex/nexus_480-v-1.3.62.png') no-repeat;
    margin-top: 25px;
    padding: 28px 9px 67px 9px;
    width: 180px;
    height: 382px;
  }
  body .page .block.slide-block .controls .control {
    width: 14px;
    height: 38px;
    top: -250px;
  }
  body .page .block.blue-center-block {
    padding: 35px 0 45px 0;
  }
  body .page .block.blue-center-block h2 {
    margin-bottom: 10px;
  }
  body .page .block.blue-center-block .btn-start-building {
    width: 345px;
  }
  body .page .block.banner-block {
    background-image: url('../../images/pages/why_use_biz/banner_768-v-1.3.62.jpg');
    height: 313px;
  }
  body .page .block.banner-block h2 {
    margin-top: 110px;
    margin-bottom: 20px;
  }
  body .page .block.banner-block h2 b {
    display: block;
  }
  body .page .block.banner-block h3 {
    font-size: 14px;
  }
  body .page .block.banner-block .seperator {
    margin-top: 25px;
    width: 130px;
  }
  body .page .reseller-guide-form .hs-form .hs-form-field,
  body .page .hubspot-form .hs-form .hs-form-field,
  body .page .custom-form .hs-form .hs-form-field,
  body .page .reseller-guide-form form .hs-form-field,
  body .page .hubspot-form form .hs-form-field,
  body .page .custom-form form .hs-form-field,
  body .page .reseller-guide-form .hs-form .custom-field,
  body .page .hubspot-form .hs-form .custom-field,
  body .page .custom-form .hs-form .custom-field,
  body .page .reseller-guide-form form .custom-field,
  body .page .hubspot-form form .custom-field,
  body .page .custom-form form .custom-field {
    width: 100%;
  }
  body .page .reseller-guide-form .hs-form .hs-form-field .hs-input,
  body .page .hubspot-form .hs-form .hs-form-field .hs-input,
  body .page .custom-form .hs-form .hs-form-field .hs-input,
  body .page .reseller-guide-form form .hs-form-field .hs-input,
  body .page .hubspot-form form .hs-form-field .hs-input,
  body .page .custom-form form .hs-form-field .hs-input,
  body .page .reseller-guide-form .hs-form .custom-field .custom-input,
  body .page .hubspot-form .hs-form .custom-field .custom-input,
  body .page .custom-form .hs-form .custom-field .custom-input,
  body .page .reseller-guide-form form .custom-field .custom-input,
  body .page .hubspot-form form .custom-field .custom-input,
  body .page .custom-form form .custom-field .custom-input {
    font-size: 14px;
    padding: 8px 10px;
  }
  body .page .reseller-guide-form .hs-form .hs_submit .hs-button,
  body .page .hubspot-form .hs-form .hs_submit .hs-button,
  body .page .custom-form .hs-form .hs_submit .hs-button,
  body .page .reseller-guide-form form .hs_submit .hs-button,
  body .page .hubspot-form form .hs_submit .hs-button,
  body .page .custom-form form .hs_submit .hs-button,
  body .page .reseller-guide-form .hs-form .custom-submit .custom-button,
  body .page .hubspot-form .hs-form .custom-submit .custom-button,
  body .page .custom-form .hs-form .custom-submit .custom-button,
  body .page .reseller-guide-form form .custom-submit .custom-button,
  body .page .hubspot-form form .custom-submit .custom-button,
  body .page .custom-form form .custom-submit .custom-button {
    font-size: 14px;
    padding: 8px 30px;
  }
}
@media screen and (max-width: 480px) {
  body .page .block h2.block-title {
    font-size: 24px;
  }
  body .page .block h5 {
    font-size: 12px;
    line-height: 22px;
  }
  body .page .block.banner-block {
    background-image: url('../../images/pages/why_use_biz/banner_480-v-1.3.62.jpg');
    height: 313px;
  }
  body .page .block.banner-block h2 {
    margin-top: 110px;
    margin-bottom: 20px;
  }
  body .page .block.banner-block h2 b {
    display: block;
  }
  body .page .block.banner-block h3 {
    font-size: 14px;
  }
  body .page .block.banner-block .seperator {
    margin-top: 25px;
    width: 130px;
  }
  body .page .block.text-block {
    padding: 20px 0;
  }
  body .page .block.text-block h5 .date {
    margin-bottom: 10px;
  }
  body .page .block.contact-us-block {
    padding: 20px 0;
  }
  body .page .block.contact-us-block .img-email {
    background-image: url('../../images/misc/email_480-v-1.3.62.png');
    margin-top: 20px;
    width: 160px;
    height: 110px;
  }
  body .page .block.faq-block {
    padding: 20px 0;
  }
  body .page .block.faq-block .faqs {
    margin-top: 20px;
  }
  body .page .block.faq-block .faqs .faq .answer {
    margin: 5px 5px 0;
  }
  body .page .block.slide-block {
    padding: 0 0 30px;
  }
  body .page .block.slide-block ul.slides {
    margin: 0 20px;
    height: 690px;
  }
  body .page .block.slide-block ul.slides li .col-xs-6 {
    width: 100%;
  }
  body .page .block.slide-block ul.slides li h2 {
    margin: 30px 0;
    text-align: center;
  }
  body .page .block.slide-block ul.slides li h5 b {
    margin-bottom: 10px;
  }
  body .page .block.slide-block ul.slides li .platforms {
    text-align: center;
    margin-top: 30px;
  }
  body .page .block.slide-block ul.slides li .platforms .platform {
    width: 60px;
    height: 21px;
  }
  body .page .block.slide-block ul.slides li .platforms .platform.app-store {
    background: url('../../images/pages/how_to_works_flex/app_store_480-v-1.3.62.jpg') no-repeat;
  }
  body .page .block.slide-block ul.slides li .platforms .platform.google-play {
    margin-left: 10px;
    background: url('../../images/pages/how_to_works_flex/google_play_480-v-1.3.62.jpg') no-repeat;
  }
  body .page .block.slide-block ul.slides li .phone {
    background: url('../../images/pages/how_to_works_flex/nexus_480-v-1.3.62.png') no-repeat;
    margin: 0 auto;
    margin-top: 25px;
    padding: 28px 9px 67px 9px;
    width: 180px;
    height: 382px;
  }
  body .page .block.slide-block .controls .control {
    width: 14px;
    height: 38px;
    top: -530px;
  }
  body .page .block.blue-center-block {
    padding: 30px 0 40px 0;
  }
  body .page .block.blue-center-block h2 {
    margin-bottom: 10px;
  }
  body .page .block.blue-center-block .btn-start-building {
    width: auto;
  }
  body .page .reseller-guide-form .hs-form .hs-form-field .hs-input,
  body .page .hubspot-form .hs-form .hs-form-field .hs-input,
  body .page .custom-form .hs-form .hs-form-field .hs-input,
  body .page .reseller-guide-form form .hs-form-field .hs-input,
  body .page .hubspot-form form .hs-form-field .hs-input,
  body .page .custom-form form .hs-form-field .hs-input,
  body .page .reseller-guide-form .hs-form .custom-field .custom-input,
  body .page .hubspot-form .hs-form .custom-field .custom-input,
  body .page .custom-form .hs-form .custom-field .custom-input,
  body .page .reseller-guide-form form .custom-field .custom-input,
  body .page .hubspot-form form .custom-field .custom-input,
  body .page .custom-form form .custom-field .custom-input {
    font-size: 12px;
    padding: 8px 10px;
  }
  body .page .reseller-guide-form .hs-form .hs_submit .hs-button,
  body .page .hubspot-form .hs-form .hs_submit .hs-button,
  body .page .custom-form .hs-form .hs_submit .hs-button,
  body .page .reseller-guide-form form .hs_submit .hs-button,
  body .page .hubspot-form form .hs_submit .hs-button,
  body .page .custom-form form .hs_submit .hs-button,
  body .page .reseller-guide-form .hs-form .custom-submit .custom-button,
  body .page .hubspot-form .hs-form .custom-submit .custom-button,
  body .page .custom-form .hs-form .custom-submit .custom-button,
  body .page .reseller-guide-form form .custom-submit .custom-button,
  body .page .hubspot-form form .custom-submit .custom-button,
  body .page .custom-form form .custom-submit .custom-button {
    font-size: 12px;
    padding: 8px 30px;
  }
  body .page .reseller-guide-form .hs-form .hs-form-field,
  body .page .hubspot-form .hs-form .hs-form-field,
  body .page .custom-form .hs-form .hs-form-field,
  body .page .reseller-guide-form form .hs-form-field,
  body .page .hubspot-form form .hs-form-field,
  body .page .custom-form form .hs-form-field,
  body .page .reseller-guide-form .hs-form .custom-field,
  body .page .hubspot-form .hs-form .custom-field,
  body .page .custom-form .hs-form .custom-field,
  body .page .reseller-guide-form form .custom-field,
  body .page .hubspot-form form .custom-field,
  body .page .custom-form form .custom-field {
    width: 100%;
  }
  body .page .reseller-guide-form .hs-form .hs-form-field .hs-input,
  body .page .hubspot-form .hs-form .hs-form-field .hs-input,
  body .page .custom-form .hs-form .hs-form-field .hs-input,
  body .page .reseller-guide-form form .hs-form-field .hs-input,
  body .page .hubspot-form form .hs-form-field .hs-input,
  body .page .custom-form form .hs-form-field .hs-input,
  body .page .reseller-guide-form .hs-form .custom-field .hs-input,
  body .page .hubspot-form .hs-form .custom-field .hs-input,
  body .page .custom-form .hs-form .custom-field .hs-input,
  body .page .reseller-guide-form form .custom-field .hs-input,
  body .page .hubspot-form form .custom-field .hs-input,
  body .page .custom-form form .custom-field .hs-input,
  body .page .reseller-guide-form .hs-form .hs-form-field .custom-input,
  body .page .hubspot-form .hs-form .hs-form-field .custom-input,
  body .page .custom-form .hs-form .hs-form-field .custom-input,
  body .page .reseller-guide-form form .hs-form-field .custom-input,
  body .page .hubspot-form form .hs-form-field .custom-input,
  body .page .custom-form form .hs-form-field .custom-input,
  body .page .reseller-guide-form .hs-form .custom-field .custom-input,
  body .page .hubspot-form .hs-form .custom-field .custom-input,
  body .page .custom-form .hs-form .custom-field .custom-input,
  body .page .reseller-guide-form form .custom-field .custom-input,
  body .page .hubspot-form form .custom-field .custom-input,
  body .page .custom-form form .custom-field .custom-input {
    font-size: 14px;
  }
}
/**
 * Index Flex Page
 */
body[data-page-id=index] .sales-phone-number {
  display: none;
  position: fixed;
  right: 0;
  z-index: 3;
  background-color: #000;
  color: #ffffff;
  padding: 8px 16px;
  font-size: 16px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -webkit-animation: fade-down ease-in-out 700ms 100ms both;
  -moz-animation: fade-down ease-in-out 700ms 100ms both;
  animation: fade-down ease-in-out 700ms 100ms both;
}
body[data-page-id=index] {
  background-repeat: no-repeat;
  background-position: top center;
}
body[data-page-id=index] .video-content {
  display: block;
  position: absolute;
  width: 100%;
  height: 871px;
}
body[data-page-id=index] .video-content .video-mask {
  position: absolute;
  background-color: rgba(20, 134, 171, 0.8);
  margin-right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* transition */
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
body[data-page-id=index] .video-content .video-mask.hover {
  background-color: rgba(20, 134, 171, 0.92);
}
body[data-page-id=index] .video-content .video-wrap {
  position: fixed;
  margin-right: 0;
  width: 100%;
  height: 871px;
  overflow: hidden;
}
body[data-page-id=index] .video-content .video-wrap .vjs-loading-spinner {
  display: none;
}
body[data-page-id=index] .video-content .video-wrap.abs {
  position: absolute!important;
}
body[data-page-id=index] .btn-fixed-signup {
  position: fixed;
  z-index: 2;
}
body[data-page-id=index] .page {
  padding-top: 0;
  font-family: 'open-sansregular';
}
body[data-page-id=index] .page .full-width-video {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
}
body[data-page-id=index] .page .full-width-video .video-close {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url('../../images/common/close.svg') center center no-repeat;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  /* transition */
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
body[data-page-id=index] .page .full-width-video .video-close:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
body[data-page-id=index] .page .content-box {
  position: relative;
  background-color: transparent;
  -webkit-animation: intro-content 2s forwards;
  -moz-animation: intro-content 2s forwards;
  -o-animation: intro-content 2s forwards;
  animation: intro-content 2s forwards;
  overflow: hidden;
  height: auto;
  z-index: 2;
}
body[data-page-id=index] .page .block {
  position: relative;
  /* Banner Block */
  /* Partners Block */
  /* Reseller Guide Block */
  /* Industry Slide Block */
  /* Features Block */
}
body[data-page-id=index] .page .block.banner-block {
  background: transparent;
  position: relative;
  width: 100%;
  height: 871px;
}
body[data-page-id=index] .page .block.banner-block .banner {
  font-family: 'open-sansbold';
  color: #fff;
}
body[data-page-id=index] .page .block.banner-block .banner h1 {
  margin-top: 0;
  margin-left: -5px;
}
body[data-page-id=index] .page .block.banner-block .banner .btn-play {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../images/pages/index/play-v-1.3.62.png');
  width: 98px;
  height: 98px;
  margin: 100px 0 0 50px;
  /* transition */
  -webkit-transition: background 250ms linear;
  -moz-transition: background 250ms linear;
  -o-transition: background 250ms linear;
  transition: background 250ms linear;
}
body[data-page-id=index] .page .block.banner-block .banner .btn-play:hover {
  background-image: url('../../images/pages/index/play_over-v-1.3.62.png');
}
body[data-page-id=index] .page .block.banner-block .banner .btn.btn-signup {
  background: #ff9900;
}
body[data-page-id=index] .page .block.banner-block .banner .btn.btn-signup:hover {
  border-color: 1px solid #e58a00;
  background: #e58a00;
}
body[data-page-id=index] .page .block.banner-block .banner.alt .btn-play {
  background-image: url('../../images/pages/index/play2-v-1.3.62.png');
}
body[data-page-id=index] .page .block.banner-block .banner.alt .btn-play:hover {
  background-image: url('../../images/pages/index/play2_over-v-1.3.62.png');
}
body[data-page-id=index] .page .block.partners-block {
  position: relative;
  background-color: #1eacc6;
  font-family: 'open-sansregular';
  color: #fff;
  text-align: center;
}
body[data-page-id=index] .page .block.partners-block .learn-about-us {
  margin: -55px 0 15px 0;
  font-size: 14px;
}
body[data-page-id=index] .page .block.partners-block .learn-about-us span {
  display: inline-block;
  cursor: pointer;
  background: url('../../images/pages/index_flex/arrow_down-v-1.3.62.png') center bottom no-repeat;
  height: 40px;
}
body[data-page-id=index] .page .block.partners-block ul.partners {
  list-style: none;
  padding: 7px 0;
}
body[data-page-id=index] .page .block.partners-block ul.partners li {
  display: inline-block;
  margin: 10px 50px 10px 0;
}
body[data-page-id=index] .page .block.partners-block ul.partners li:last-child {
  margin-right: 0;
}
body[data-page-id=index] .page .block.partners-block .desc {
  background-color: #1eacc6;
  padding: 8px 7px;
  font-size: 18px;
}
body[data-page-id=index] .page .block.reseller-guide-block {
  background-color: #fff;
  text-align: center;
}
body[data-page-id=index] .page .block.industry-slide-block {
  position: relative;
  background-color: #fff;
  border: none;
  width: 100%;
  height: 864px;
}
body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li {
  position: absolute;
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 864px;
}
body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body {
  width: 500px;
  margin-top: 95px;
  margin-left: 145px;
}
body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h2 {
  font-family: 'open-sansbold';
}
body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h5 {
  margin-top: 30px;
  color: #666;
}
body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.explanation {
  padding-top: 35px;
  list-style: none;
}
body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.explanation li {
  display: block;
  background: url('../../images/pages/index_flex/check-v-1.3.62.png') left 9px no-repeat;
  padding-left: 22px;
}
body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.explanation li.no-icon {
  background: none;
  padding-left: 0;
}
body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs {
  padding-top: 50px;
}
body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  border: 5px solid transparent;
  border-radius: 30px;
  cursor: pointer;
  width: 143px;
  height: 143px;
  margin-right: 15px;
  /* transition */
  -webkit-transition: border 250ms linear;
  -moz-transition: border 250ms linear;
  -o-transition: border 250ms linear;
  transition: border 250ms linear;
}
body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li:last-child {
  margin-right: 0;
}
body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.active,
body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li:hover {
  border-color: #1eacc6;
}
body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.active {
  display: block;
}
body[data-page-id=index] .page .block.industry-slide-block ul.showcases {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  top: 90px;
  right: 264px;
  width: 338px;
  height: 684px;
}
body[data-page-id=index] .page .block.industry-slide-block ul.showcases li {
  position: absolute;
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
  left: 24px;
  top: 84px;
  width: 290px;
  height: 518px;
}
body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.active {
  display: block;
}
body[data-page-id=index] .page .block.industry-slide-block .controls .control {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  width: 92px;
  height: 198px;
  top: 333px;
}
body[data-page-id=index] .page .block.industry-slide-block .controls .control polygon {
  cursor: pointer;
  fill: transparent;
  /* transition */
  -webkit-transition: fill 250ms linear;
  -moz-transition: fill 250ms linear;
  -o-transition: fill 250ms linear;
  transition: fill 250ms linear;
}
body[data-page-id=index] .page .block.industry-slide-block .controls .control polygon:hover {
  fill: rgba(255, 255, 255, 0.2);
}
body[data-page-id=index] .page .block.industry-slide-block .controls .control.prev {
  left: -1px;
}
body[data-page-id=index] .page .block.industry-slide-block .controls .control.next {
  right: -1px;
}
body[data-page-id=index] .page .block.features-block {
  background-color: #f6f6f6;
  color: #666;
}
body[data-page-id=index] .page .block.features-block .block-body {
  width: 100%;
  height: 100%;
}
body[data-page-id=index] .page .block.features-block .block-body h2.block-title {
  font-family: 'open-sansregular';
  color: #333333;
  margin-top: 0;
}
body[data-page-id=index] .page .block.features-block .block-body ul.features {
  padding: 35px 0;
}
/* Industry Slide Block */
@media screen and (min-width: 1270px) {
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h5 {
    font-size: 14px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h5 p {
    font-size: 15px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.matthewng {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/matthewng-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.luxurysg {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/luxurysg-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.cottagedoors {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/cottagedoors-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.noblesf {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/noblesf-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.brickyardnyc {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/brickyardnyc-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.baysb {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/baysb-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.brokenbells {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/brokenbells-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.burritoredlands {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/burritoredlands-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.cfmarket {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/cfmarket-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.f4p {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/f4p-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gertlerlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gertlerlaw-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gmco {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gmco-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gospellife {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gospellife-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.haverkate {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/haverkate-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.hellagrip {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/hellagrip-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.ita {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/ita-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.jamietm {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/jamietm-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.jbandtr {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/jbandtr-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.kithandkinlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/kithandkinlaw-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.lgbr {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/lgbr-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.oneorg {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/oneorg-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.pgawest {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/pgawest-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.philadelphiacriminalattorney {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/philadelphiacriminalattorney-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.pizzaman {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/pizzaman-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.soulchurchsd {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/soulchurchsd-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.tacolicious {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/tacolicious-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.waterloo {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/waterloo-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.bar {
    background-image: url('../../images/pages/index_flex/slider/slides/bar-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.band {
    background-image: url('../../images/pages/index_flex/slider/slides/band-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.lawyer {
    background-image: url('../../images/pages/index_flex/slider/slides/lawyer-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.nonprofit {
    background-image: url('../../images/pages/index_flex/slider/slides/nonprofit-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.nonprofit ul.explanation {
    padding-top: 10px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.nonprofit ul.breadcrumbs {
    padding-top: 40px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.realtor {
    background-image: url('../../images/pages/index_flex/slider/slides/realtor-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.religion {
    background-image: url('../../images/pages/index_flex/slider/slides/religion-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.restaurant {
    background-image: url('../../images/pages/index_flex/slider/slides/restaurant-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.sport {
    background-image: url('../../images/pages/index_flex/slider/slides/sport-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases {
    background-image: url('../../images/pages/index_flex/slider/iphone-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.matthewng {
    background-image: url('../../images/pages/index_flex/slider/showcases/matthewng-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.luxurysg {
    background-image: url('../../images/pages/index_flex/slider/showcases/luxurysg-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.cottagedoors {
    background-image: url('../../images/pages/index_flex/slider/showcases/cottagedoors-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.noblesf {
    background-image: url('../../images/pages/index_flex/slider/showcases/noblesf-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.brickyardnyc {
    background-image: url('../../images/pages/index_flex/slider/showcases/brickyardnyc-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.baysb {
    background-image: url('../../images/pages/index_flex/slider/showcases/baysb-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.brokenbells {
    background-image: url('../../images/pages/index_flex/slider/showcases/brokenbells-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.burritoredlands {
    background-image: url('../../images/pages/index_flex/slider/showcases/burritoredlands-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.cfmarket {
    background-image: url('../../images/pages/index_flex/slider/showcases/cfmarket-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.f4p {
    background-image: url('../../images/pages/index_flex/slider/showcases/f4p-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gertlerlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/gertlerlaw-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gmco {
    background-image: url('../../images/pages/index_flex/slider/showcases/gmco-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gospellife {
    background-image: url('../../images/pages/index_flex/slider/showcases/gospellife-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.haverkate {
    background-image: url('../../images/pages/index_flex/slider/showcases/haverkate-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.hellagrip {
    background-image: url('../../images/pages/index_flex/slider/showcases/hellagrip-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.ita {
    background-image: url('../../images/pages/index_flex/slider/showcases/ita-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.jamietm {
    background-image: url('../../images/pages/index_flex/slider/showcases/jamietm-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.jbandtr {
    background-image: url('../../images/pages/index_flex/slider/showcases/jbandtr-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.kithandkinlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/kithandkinlaw-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.lgbr {
    background-image: url('../../images/pages/index_flex/slider/showcases/lgbr-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.oneorg {
    background-image: url('../../images/pages/index_flex/slider/showcases/oneorg-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.pgawest {
    background-image: url('../../images/pages/index_flex/slider/showcases/pgawest-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.philadelphiacriminalattorney {
    background-image: url('../../images/pages/index_flex/slider/showcases/philadelphiacriminalattorney-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.pizzaman {
    background-image: url('../../images/pages/index_flex/slider/showcases/pizzaman-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.soulchurchsd {
    background-image: url('../../images/pages/index_flex/slider/showcases/soulchurchsd-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.tacolicious {
    background-image: url('../../images/pages/index_flex/slider/showcases/tacolicious-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.waterloo {
    background-image: url('../../images/pages/index_flex/slider/showcases/waterloo-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control.prev {
    background-image: url('../../images/pages/index_flex/slider/prev-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control.next {
    background-image: url('../../images/pages/index_flex/slider/next-v-1.3.62.png');
  }
}
@media screen and (min-width: 1170px) and (max-width: 1270px) {
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h5 {
    font-size: 14px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h5 p {
    font-size: 15px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.explanation li {
    background: url('../../images/pages/index_flex/check-v-1.3.62.png') left 6px no-repeat;
    padding-left: 22px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.matthewng {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/matthewng-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.luxurysg {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/luxurysg-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.cottagedoors {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/cottagedoors-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.noblesf {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/noblesf-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.brickyardnyc {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/brickyardnyc-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.baysb {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/baysb-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.brokenbells {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/brokenbells-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.burritoredlands {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/burritoredlands-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.cfmarket {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/cfmarket-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.f4p {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/f4p-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gertlerlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gertlerlaw-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gmco {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gmco-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gospellife {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gospellife-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.haverkate {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/haverkate-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.hellagrip {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/hellagrip-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.ita {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/ita-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.jamietm {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/jamietm-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.jbandtr {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/jbandtr-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.kithandkinlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/kithandkinlaw-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.lgbr {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/lgbr-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.oneorg {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/oneorg-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.pgawest {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/pgawest-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.philadelphiacriminalattorney {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/philadelphiacriminalattorney-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.pizzaman {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/pizzaman-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.soulchurchsd {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/soulchurchsd-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.tacolicious {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/tacolicious-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.waterloo {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/waterloo-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.bar {
    background-image: url('../../images/pages/index_flex/slider/slides/bar-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.band {
    background-image: url('../../images/pages/index_flex/slider/slides/band-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.lawyer {
    background-image: url('../../images/pages/index_flex/slider/slides/lawyer-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.nonprofit {
    background-image: url('../../images/pages/index_flex/slider/slides/nonprofit-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.nonprofit ul.explanation {
    padding-top: 10px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.nonprofit ul.breadcrumbs {
    padding-top: 40px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.realtor {
    background-image: url('../../images/pages/index_flex/slider/slides/realtor-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.religion {
    background-image: url('../../images/pages/index_flex/slider/slides/religion-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.restaurant {
    background-image: url('../../images/pages/index_flex/slider/slides/restaurant-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.sport {
    background-image: url('../../images/pages/index_flex/slider/slides/sport-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases {
    background-image: url('../../images/pages/index_flex/slider/iphone-v-1.3.62.png');
    right: 150px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.matthewng {
    background-image: url('../../images/pages/index_flex/slider/showcases/matthewng-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.luxurysg {
    background-image: url('../../images/pages/index_flex/slider/showcases/luxurysg-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.cottagedoors {
    background-image: url('../../images/pages/index_flex/slider/showcases/cottagedoors-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.noblesf {
    background-image: url('../../images/pages/index_flex/slider/showcases/noblesf-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.brickyardnyc {
    background-image: url('../../images/pages/index_flex/slider/showcases/brickyardnyc-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.baysb {
    background-image: url('../../images/pages/index_flex/slider/showcases/baysb-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.brokenbells {
    background-image: url('../../images/pages/index_flex/slider/showcases/brokenbells-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.burritoredlands {
    background-image: url('../../images/pages/index_flex/slider/showcases/burritoredlands-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.cfmarket {
    background-image: url('../../images/pages/index_flex/slider/showcases/cfmarket-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.f4p {
    background-image: url('../../images/pages/index_flex/slider/showcases/f4p-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gertlerlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/gertlerlaw-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gmco {
    background-image: url('../../images/pages/index_flex/slider/showcases/gmco-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gospellife {
    background-image: url('../../images/pages/index_flex/slider/showcases/gospellife-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.haverkate {
    background-image: url('../../images/pages/index_flex/slider/showcases/haverkate-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.hellagrip {
    background-image: url('../../images/pages/index_flex/slider/showcases/hellagrip-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.ita {
    background-image: url('../../images/pages/index_flex/slider/showcases/ita-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.jamietm {
    background-image: url('../../images/pages/index_flex/slider/showcases/jamietm-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.jbandtr {
    background-image: url('../../images/pages/index_flex/slider/showcases/jbandtr-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.kithandkinlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/kithandkinlaw-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.lgbr {
    background-image: url('../../images/pages/index_flex/slider/showcases/lgbr-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.oneorg {
    background-image: url('../../images/pages/index_flex/slider/showcases/oneorg-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.pgawest {
    background-image: url('../../images/pages/index_flex/slider/showcases/pgawest-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.philadelphiacriminalattorney {
    background-image: url('../../images/pages/index_flex/slider/showcases/philadelphiacriminalattorney-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.pizzaman {
    background-image: url('../../images/pages/index_flex/slider/showcases/pizzaman-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.soulchurchsd {
    background-image: url('../../images/pages/index_flex/slider/showcases/soulchurchsd-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.tacolicious {
    background-image: url('../../images/pages/index_flex/slider/showcases/tacolicious-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.waterloo {
    background-image: url('../../images/pages/index_flex/slider/showcases/waterloo-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control.prev {
    background-image: url('../../images/pages/index_flex/slider/prev-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control.next {
    background-image: url('../../images/pages/index_flex/slider/next-v-1.3.62.png');
  }
}
@media screen and (min-width: 992px) and (max-width: 1170px) {
  body[data-page-id=index] .page .block.industry-slide-block {
    height: 602px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li {
    height: 602px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body {
    width: 500px;
    margin-top: 50px;
    margin-left: 110px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h2 {
    font-size: 36px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h5 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 26px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h5 p {
    font-size: 13px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.explanation {
    padding-top: 10px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.explanation li {
    background: url('../../images/pages/index_flex/check-v-1.3.62.png') left 6px no-repeat;
    padding-left: 22px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs {
    padding-top: 15px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li {
    border-radius: 20px;
    width: 100px;
    height: 100px;
    margin-right: 35px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.matthewng {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/matthewng_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.luxurysg {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/luxurysg_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.cottagedoors {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/cottagedoors_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.noblesf {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/noblesf_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.brickyardnyc {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/brickyardnyc_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.baysb {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/baysb_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.brokenbells {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/brokenbells_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.burritoredlands {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/burritoredlands_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.cfmarket {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/cfmarket_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.f4p {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/f4p_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gertlerlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gertlerlaw_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gmco {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gmco_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gospellife {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gospellife_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.haverkate {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/haverkate_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.hellagrip {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/hellagrip_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.ita {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/ita_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.jamietm {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/jamietm_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.jbandtr {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/jbandtr_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.kithandkinlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/kithandkinlaw_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.lgbr {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/lgbr_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.oneorg {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/oneorg_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.pgawest {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/pgawest_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.philadelphiacriminalattorney {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/philadelphiacriminalattorney_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.pizzaman {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/pizzaman_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.soulchurchsd {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/soulchurchsd_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.tacolicious {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/tacolicious_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.waterloo {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/waterloo_100-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.bar {
    background-image: url('../../images/pages/index_flex/slider/slides/bar_1170-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.band {
    background-image: url('../../images/pages/index_flex/slider/slides/band_1170-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.lawyer {
    background-image: url('../../images/pages/index_flex/slider/slides/lawyer_1170-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.nonprofit {
    background-image: url('../../images/pages/index_flex/slider/slides/nonprofit_1170-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.realtor {
    background-image: url('../../images/pages/index_flex/slider/slides/realtor_1170-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.religion {
    background-image: url('../../images/pages/index_flex/slider/slides/religion_1170-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.restaurant {
    background-image: url('../../images/pages/index_flex/slider/slides/restaurant_1170-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.sport {
    background-image: url('../../images/pages/index_flex/slider/slides/sport_1170-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases {
    background-image: url('../../images/pages/index_flex/slider/iphone_247-v-1.3.62.png');
    width: 247px;
    height: 500px;
    top: 50px;
    right: 115px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li {
    width: 212px;
    height: 379px;
    left: 17.5px;
    top: 61.5px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.matthewng {
    background-image: url('../../images/pages/index_flex/slider/showcases/matthewng_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.luxurysg {
    background-image: url('../../images/pages/index_flex/slider/showcases/luxurysg_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.cottagedoors {
    background-image: url('../../images/pages/index_flex/slider/showcases/cottagedoors_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.noblesf {
    background-image: url('../../images/pages/index_flex/slider/showcases/noblesf_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.brickyardnyc {
    background-image: url('../../images/pages/index_flex/slider/showcases/brickyardnyc_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.baysb {
    background-image: url('../../images/pages/index_flex/slider/showcases/baysb_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.brokenbells {
    background-image: url('../../images/pages/index_flex/slider/showcases/brokenbells_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.burritoredlands {
    background-image: url('../../images/pages/index_flex/slider/showcases/burritoredlands_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.cfmarket {
    background-image: url('../../images/pages/index_flex/slider/showcases/cfmarket_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.f4p {
    background-image: url('../../images/pages/index_flex/slider/showcases/f4p_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gertlerlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/gertlerlaw_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gmco {
    background-image: url('../../images/pages/index_flex/slider/showcases/gmco_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gospellife {
    background-image: url('../../images/pages/index_flex/slider/showcases/gospellife_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.haverkate {
    background-image: url('../../images/pages/index_flex/slider/showcases/haverkate_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.hellagrip {
    background-image: url('../../images/pages/index_flex/slider/showcases/hellagrip_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.ita {
    background-image: url('../../images/pages/index_flex/slider/showcases/ita_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.jamietm {
    background-image: url('../../images/pages/index_flex/slider/showcases/jamietm_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.jbandtr {
    background-image: url('../../images/pages/index_flex/slider/showcases/jbandtr_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.kithandkinlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/kithandkinlaw_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.lgbr {
    background-image: url('../../images/pages/index_flex/slider/showcases/lgbr_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.oneorg {
    background-image: url('../../images/pages/index_flex/slider/showcases/oneorg_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.pgawest {
    background-image: url('../../images/pages/index_flex/slider/showcases/pgawest_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.philadelphiacriminalattorney {
    background-image: url('../../images/pages/index_flex/slider/showcases/philadelphiacriminalattorney_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.pizzaman {
    background-image: url('../../images/pages/index_flex/slider/showcases/pizzaman_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.soulchurchsd {
    background-image: url('../../images/pages/index_flex/slider/showcases/soulchurchsd_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.tacolicious {
    background-image: url('../../images/pages/index_flex/slider/showcases/tacolicious_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.waterloo {
    background-image: url('../../images/pages/index_flex/slider/showcases/waterloo_212-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control {
    width: 64px;
    height: 138px;
    top: 232px;
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control.prev {
    background-image: url('../../images/pages/index_flex/slider/prev_64-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control.next {
    background-image: url('../../images/pages/index_flex/slider/next_64-v-1.3.62.png');
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body[data-page-id=index] .page .block.industry-slide-block {
    height: 510px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li {
    height: 510px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body {
    width: 415px;
    margin-top: 40px;
    margin-left: 65px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h2 {
    font-size: 28px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h5 {
    margin-top: 10px;
    font-size: 10px;
    line-height: 22px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h5 p {
    font-size: 11px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.explanation {
    padding-top: 10px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.explanation li {
    background: url('../../images/pages/index_flex/check-v-1.3.62.png') left 5px no-repeat;
    padding-left: 20px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs {
    padding-top: 15px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li {
    border-radius: 15px;
    width: 84px;
    height: 84px;
    margin-right: 35px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.matthewng {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/matthewng_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.luxurysg {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/luxurysg_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.cottagedoors {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/cottagedoors_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.noblesf {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/noblesf_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.brickyardnyc {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/brickyardnyc_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.baysb {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/baysb_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.brokenbells {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/brokenbells_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.burritoredlands {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/burritoredlands_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.cfmarket {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/cfmarket_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.f4p {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/f4p_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gertlerlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gertlerlaw_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gmco {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gmco_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gospellife {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gospellife_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.haverkate {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/haverkate_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.hellagrip {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/hellagrip_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.ita {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/ita_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.jamietm {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/jamietm_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.jbandtr {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/jbandtr_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.kithandkinlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/kithandkinlaw_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.lgbr {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/lgbr_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.oneorg {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/oneorg_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.pgawest {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/pgawest_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.philadelphiacriminalattorney {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/philadelphiacriminalattorney_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.pizzaman {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/pizzaman_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.soulchurchsd {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/soulchurchsd_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.tacolicious {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/tacolicious_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.waterloo {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/waterloo_84-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.bar {
    background-image: url('../../images/pages/index_flex/slider/slides/bar_992-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.band {
    background-image: url('../../images/pages/index_flex/slider/slides/band_992-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.lawyer {
    background-image: url('../../images/pages/index_flex/slider/slides/lawyer_992-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.nonprofit {
    background-image: url('../../images/pages/index_flex/slider/slides/nonprofit_992-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.realtor {
    background-image: url('../../images/pages/index_flex/slider/slides/realtor_992-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.religion {
    background-image: url('../../images/pages/index_flex/slider/slides/religion_992-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.restaurant {
    background-image: url('../../images/pages/index_flex/slider/slides/restaurant_992-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.sport {
    background-image: url('../../images/pages/index_flex/slider/slides/sport_992-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases {
    background-image: url('../../images/pages/index_flex/slider/iphone_200-v-1.3.62.png');
    width: 200px;
    height: 405px;
    top: 50px;
    right: 65px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li {
    width: 172px;
    height: 307px;
    left: 14px;
    top: 49.5px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.matthewng {
    background-image: url('../../images/pages/index_flex/slider/showcases/matthewng_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.luxurysg {
    background-image: url('../../images/pages/index_flex/slider/showcases/luxurysg_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.cottagedoors {
    background-image: url('../../images/pages/index_flex/slider/showcases/cottagedoors_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.noblesf {
    background-image: url('../../images/pages/index_flex/slider/showcases/noblesf_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.brickyardnyc {
    background-image: url('../../images/pages/index_flex/slider/showcases/brickyardnyc_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.baysb {
    background-image: url('../../images/pages/index_flex/slider/showcases/baysb_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.brokenbells {
    background-image: url('../../images/pages/index_flex/slider/showcases/brokenbells_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.burritoredlands {
    background-image: url('../../images/pages/index_flex/slider/showcases/burritoredlands_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.cfmarket {
    background-image: url('../../images/pages/index_flex/slider/showcases/cfmarket_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.f4p {
    background-image: url('../../images/pages/index_flex/slider/showcases/f4p_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gertlerlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/gertlerlaw_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gmco {
    background-image: url('../../images/pages/index_flex/slider/showcases/gmco_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gospellife {
    background-image: url('../../images/pages/index_flex/slider/showcases/gospellife_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.haverkate {
    background-image: url('../../images/pages/index_flex/slider/showcases/haverkate_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.hellagrip {
    background-image: url('../../images/pages/index_flex/slider/showcases/hellagrip_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.ita {
    background-image: url('../../images/pages/index_flex/slider/showcases/ita_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.jamietm {
    background-image: url('../../images/pages/index_flex/slider/showcases/jamietm_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.jbandtr {
    background-image: url('../../images/pages/index_flex/slider/showcases/jbandtr_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.kithandkinlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/kithandkinlaw_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.lgbr {
    background-image: url('../../images/pages/index_flex/slider/showcases/lgbr_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.oneorg {
    background-image: url('../../images/pages/index_flex/slider/showcases/oneorg_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.pgawest {
    background-image: url('../../images/pages/index_flex/slider/showcases/pgawest_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.philadelphiacriminalattorney {
    background-image: url('../../images/pages/index_flex/slider/showcases/philadelphiacriminalattorney_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.pizzaman {
    background-image: url('../../images/pages/index_flex/slider/showcases/pizzaman_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.soulchurchsd {
    background-image: url('../../images/pages/index_flex/slider/showcases/soulchurchsd_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.tacolicious {
    background-image: url('../../images/pages/index_flex/slider/showcases/tacolicious_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.waterloo {
    background-image: url('../../images/pages/index_flex/slider/showcases/waterloo_172-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control {
    width: 54px;
    height: 116px;
    top: 196px;
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control.prev {
    background-image: url('../../images/pages/index_flex/slider/prev_54-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control.next {
    background-image: url('../../images/pages/index_flex/slider/next_54-v-1.3.62.png');
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  body[data-page-id=index] .page .block.industry-slide-block {
    height: 395px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li {
    height: 395px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body {
    width: 200px;
    margin-top: 0;
    margin-left: 50px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h2 {
    font-size: 26px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h5 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.explanation {
    display: none;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs {
    padding-top: 15px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li {
    border-width: 3px;
    border-radius: 10px;
    width: 55px;
    height: 55px;
    margin-right: 10px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.matthewng {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/matthewng_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.luxurysg {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/luxurysg_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.cottagedoors {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/cottagedoors_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.noblesf {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/noblesf_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.brickyardnyc {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/brickyardnyc_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.baysb {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/baysb_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.brokenbells {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/brokenbells_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.burritoredlands {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/burritoredlands_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.cfmarket {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/cfmarket_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.f4p {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/f4p_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gertlerlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gertlerlaw_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gmco {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gmco_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gospellife {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gospellife_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.haverkate {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/haverkate_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.hellagrip {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/hellagrip_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.ita {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/ita_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.jamietm {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/jamietm_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.jbandtr {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/jbandtr_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.kithandkinlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/kithandkinlaw_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.lgbr {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/lgbr_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.oneorg {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/oneorg_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.pgawest {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/pgawest_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.philadelphiacriminalattorney {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/philadelphiacriminalattorney_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.pizzaman {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/pizzaman_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.soulchurchsd {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/soulchurchsd_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.tacolicious {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/tacolicious_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.waterloo {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/waterloo_55-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.bar {
    background-image: url('../../images/pages/index_flex/slider/slides/bar_768-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.band {
    background-image: url('../../images/pages/index_flex/slider/slides/band_768-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.lawyer {
    background-image: url('../../images/pages/index_flex/slider/slides/lawyer_768-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.nonprofit {
    background-image: url('../../images/pages/index_flex/slider/slides/nonprofit_768-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.realtor {
    background-image: url('../../images/pages/index_flex/slider/slides/realtor_768-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.religion {
    background-image: url('../../images/pages/index_flex/slider/slides/religion_768-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.restaurant {
    background-image: url('../../images/pages/index_flex/slider/slides/restaurant_768-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.sport {
    background-image: url('../../images/pages/index_flex/slider/slides/sport_768-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases {
    background-image: url('../../images/pages/index_flex/slider/iphone_154-v-1.3.62.png');
    width: 154px;
    height: 312px;
    top: 50px;
    right: 50px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li {
    width: 132px;
    height: 236px;
    left: 11px;
    top: 38px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.matthewng {
    background-image: url('../../images/pages/index_flex/slider/showcases/matthewng_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.luxurysg {
    background-image: url('../../images/pages/index_flex/slider/showcases/luxurysg_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.cottagedoors {
    background-image: url('../../images/pages/index_flex/slider/showcases/cottagedoors_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.noblesf {
    background-image: url('../../images/pages/index_flex/slider/showcases/noblesf_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.brickyardnyc {
    background-image: url('../../images/pages/index_flex/slider/showcases/brickyardnyc_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.baysb {
    background-image: url('../../images/pages/index_flex/slider/showcases/baysb_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.brokenbells {
    background-image: url('../../images/pages/index_flex/slider/showcases/brokenbells_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.burritoredlands {
    background-image: url('../../images/pages/index_flex/slider/showcases/burritoredlands_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.cfmarket {
    background-image: url('../../images/pages/index_flex/slider/showcases/cfmarket_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.f4p {
    background-image: url('../../images/pages/index_flex/slider/showcases/f4p_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gertlerlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/gertlerlaw_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gmco {
    background-image: url('../../images/pages/index_flex/slider/showcases/gmco_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gospellife {
    background-image: url('../../images/pages/index_flex/slider/showcases/gospellife_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.haverkate {
    background-image: url('../../images/pages/index_flex/slider/showcases/haverkate_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.hellagrip {
    background-image: url('../../images/pages/index_flex/slider/showcases/hellagrip_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.ita {
    background-image: url('../../images/pages/index_flex/slider/showcases/ita_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.jamietm {
    background-image: url('../../images/pages/index_flex/slider/showcases/jamietm_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.jbandtr {
    background-image: url('../../images/pages/index_flex/slider/showcases/jbandtr_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.kithandkinlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/kithandkinlaw_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.lgbr {
    background-image: url('../../images/pages/index_flex/slider/showcases/lgbr_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.oneorg {
    background-image: url('../../images/pages/index_flex/slider/showcases/oneorg_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.pgawest {
    background-image: url('../../images/pages/index_flex/slider/showcases/pgawest_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.philadelphiacriminalattorney {
    background-image: url('../../images/pages/index_flex/slider/showcases/philadelphiacriminalattorney_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.pizzaman {
    background-image: url('../../images/pages/index_flex/slider/showcases/pizzaman_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.soulchurchsd {
    background-image: url('../../images/pages/index_flex/slider/showcases/soulchurchsd_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.tacolicious {
    background-image: url('../../images/pages/index_flex/slider/showcases/tacolicious_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.waterloo {
    background-image: url('../../images/pages/index_flex/slider/showcases/waterloo_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control {
    width: 42px;
    height: 90px;
    top: 152px;
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control.prev {
    background-image: url('../../images/pages/index_flex/slider/prev_42-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control.next {
    background-image: url('../../images/pages/index_flex/slider/next_42-v-1.3.62.png');
  }
}
@media screen and (max-width: 480px) {
  body[data-page-id=index] .page .block.industry-slide-block {
    height: 395px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li {
    height: 395px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body {
    width: 100%;
    margin: 0;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h2 {
    display: none;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h5 {
    margin-top: 10px;
    width: 100%;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body h5 p {
    display: none;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.explanation {
    display: none;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs {
    width: 163px;
    margin: 0 auto;
    padding-top: 330px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li {
    border-width: 3px;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.matthewng {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/matthewng_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.luxurysg {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/luxurysg_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.cottagedoors {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/cottagedoors_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.noblesf {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/noblesf_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.brickyardnyc {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/brickyardnyc_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.baysb {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/baysb_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.brokenbells {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/brokenbells_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.burritoredlands {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/burritoredlands_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.cfmarket {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/cfmarket_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.f4p {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/f4p_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gertlerlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gertlerlaw_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gmco {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gmco_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.gospellife {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/gospellife_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.haverkate {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/haverkate_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.hellagrip {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/hellagrip_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.ita {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/ita_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.jamietm {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/jamietm_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.jbandtr {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/jbandtr_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.kithandkinlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/kithandkinlaw_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.lgbr {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/lgbr_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.oneorg {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/oneorg_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.pgawest {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/pgawest_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.philadelphiacriminalattorney {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/philadelphiacriminalattorney_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.pizzaman {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/pizzaman_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.soulchurchsd {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/soulchurchsd_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.tacolicious {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/tacolicious_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li .slide-body ul.breadcrumbs li.waterloo {
    background-image: url('../../images/pages/index_flex/slider/showcases/breadcrumbs/waterloo_45-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.bar {
    background-image: url('../../images/pages/index_flex/slider/slides/bar_480-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.band {
    background-image: url('../../images/pages/index_flex/slider/slides/band_480-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.lawyer {
    background-image: url('../../images/pages/index_flex/slider/slides/lawyer_480-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.nonprofit {
    background-image: url('../../images/pages/index_flex/slider/slides/nonprofit_480-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.realtor {
    background-image: url('../../images/pages/index_flex/slider/slides/realtor_480-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.religion {
    background-image: url('../../images/pages/index_flex/slider/slides/religion_480-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.restaurant {
    background-image: url('../../images/pages/index_flex/slider/slides/restaurant_480-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li.sport {
    background-image: url('../../images/pages/index_flex/slider/slides/sport_480-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases {
    position: relative;
    margin: 0 auto;
    background-image: url('../../images/pages/index_flex/slider/iphone_154-v-1.3.62.png');
    width: 154px;
    height: 312px;
    top: 20px;
    right: inherit;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li {
    width: 132px;
    height: 236px;
    left: 11px;
    top: 38px;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.matthewng {
    background-image: url('../../images/pages/index_flex/slider/showcases/matthewng_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.luxurysg {
    background-image: url('../../images/pages/index_flex/slider/showcases/luxurysg_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.cottagedoors {
    background-image: url('../../images/pages/index_flex/slider/showcases/cottagedoors_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.noblesf {
    background-image: url('../../images/pages/index_flex/slider/showcases/noblesf_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.brickyardnyc {
    background-image: url('../../images/pages/index_flex/slider/showcases/brickyardnyc_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.baysb {
    background-image: url('../../images/pages/index_flex/slider/showcases/baysb_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.brokenbells {
    background-image: url('../../images/pages/index_flex/slider/showcases/brokenbells_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.burritoredlands {
    background-image: url('../../images/pages/index_flex/slider/showcases/burritoredlands_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.cfmarket {
    background-image: url('../../images/pages/index_flex/slider/showcases/cfmarket_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.f4p {
    background-image: url('../../images/pages/index_flex/slider/showcases/f4p_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gertlerlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/gertlerlaw_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gmco {
    background-image: url('../../images/pages/index_flex/slider/showcases/gmco_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.gospellife {
    background-image: url('../../images/pages/index_flex/slider/showcases/gospellife_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.haverkate {
    background-image: url('../../images/pages/index_flex/slider/showcases/haverkate_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.hellagrip {
    background-image: url('../../images/pages/index_flex/slider/showcases/hellagrip_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.ita {
    background-image: url('../../images/pages/index_flex/slider/showcases/ita_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.jamietm {
    background-image: url('../../images/pages/index_flex/slider/showcases/jamietm_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.jbandtr {
    background-image: url('../../images/pages/index_flex/slider/showcases/jbandtr_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.kithandkinlaw {
    background-image: url('../../images/pages/index_flex/slider/showcases/kithandkinlaw_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.lgbr {
    background-image: url('../../images/pages/index_flex/slider/showcases/lgbr_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.oneorg {
    background-image: url('../../images/pages/index_flex/slider/showcases/oneorg_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.pgawest {
    background-image: url('../../images/pages/index_flex/slider/showcases/pgawest_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.philadelphiacriminalattorney {
    background-image: url('../../images/pages/index_flex/slider/showcases/philadelphiacriminalattorney_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.pizzaman {
    background-image: url('../../images/pages/index_flex/slider/showcases/pizzaman_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.soulchurchsd {
    background-image: url('../../images/pages/index_flex/slider/showcases/soulchurchsd_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.tacolicious {
    background-image: url('../../images/pages/index_flex/slider/showcases/tacolicious_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.showcases li.waterloo {
    background-image: url('../../images/pages/index_flex/slider/showcases/waterloo_132-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control {
    width: 42px;
    height: 90px;
    top: 152px;
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control.prev {
    background-image: url('../../images/pages/index_flex/slider/prev_42-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.industry-slide-block .controls .control.next {
    background-image: url('../../images/pages/index_flex/slider/next_42-v-1.3.62.png');
  }
}
/* Default Mobile */
@media screen and (min-width: 1680px) {
  body[data-page-id=index] {
    background-size: contain;
  }
  body[data-page-id=index] .page .block.industry-slide-block ul.bg-slides > li {
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  body[data-page-id=index] {
    background-image: url('../../images/pages/index/banner-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.banner-block {
    height: 871px;
  }
  body[data-page-id=index] .page .block.banner-block .banner {
    padding-top: 255px;
  }
  body[data-page-id=index] .page .block.banner-block .banner h1 {
    font-size: 72px;
    line-height: 90px;
    margin-bottom: 50px;
  }
  body[data-page-id=index] .page .block.banner-block .banner .btn.btn-signup {
    width: 293px;
    padding: 16px 0;
  }
  body[data-page-id=index] .page .block.banner-block .banner .read_reviews {
    display: inline-block;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  body[data-page-id=index] {
    background-image: url('../../images/pages/index/banner_1200-v-1.3.62.jpg');
  }
  body[data-page-id=index] .video-content {
    height: 622px;
  }
  body[data-page-id=index] .video-content .video-wrap {
    height: 622px;
  }
  body[data-page-id=index] .page .block.banner-block {
    height: 622px;
  }
  body[data-page-id=index] .page .block.banner-block .banner {
    padding-top: 180px;
  }
  body[data-page-id=index] .page .block.banner-block .banner h1 {
    font-size: 60px;
    line-height: 72px;
  }
  body[data-page-id=index] .page .block.banner-block .banner .btn.btn-signup {
    width: 260px;
    padding: 13px 0;
    font-size: 15px;
  }
  body[data-page-id=index] .page .block.banner-block .banner a.read_reviews {
    margin-left: 30px;
  }
  body[data-page-id=index] .page .block.banner-block .banner .btn-play {
    margin: 80px 0 0 40px;
  }
}
@media screen and (max-width: 992px) {
  body[data-page-id=index] .page .block.banner-block .banner .btn-play {
    background-image: url('../../images/pages/index/play_480-v-1.3.62.png');
    width: 72px;
    height: 72px;
    margin: 55px 0 0 10px;
  }
  body[data-page-id=index] .page .block.banner-block .banner .btn-play:hover {
    background-image: url('../../images/pages/index/play_over_480-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.banner-block .banner.alt .btn-play {
    background-image: url('../../images/pages/index/play2_480-v-1.3.62.png');
  }
  body[data-page-id=index] .page .block.banner-block .banner.alt .btn-play:hover {
    background-image: url('../../images/pages/index/play2_over_480-v-1.3.62.png');
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body[data-page-id=index] {
    background-image: url('../../images/pages/index/banner_992-v-1.3.62.jpg');
  }
  body[data-page-id=index] .video-content {
    height: 514px;
  }
  body[data-page-id=index] .video-content .video-wrap {
    height: 514px;
  }
  body[data-page-id=index] .page .block.banner-block {
    height: 514px;
  }
  body[data-page-id=index] .page .block.banner-block .banner {
    padding-top: 160px;
  }
  body[data-page-id=index] .page .block.banner-block .banner h1 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 40px;
  }
  body[data-page-id=index] .page .block.banner-block .banner .btn.btn-signup {
    width: 190px;
    padding: 11px 0;
    font-size: 14px;
  }
  body[data-page-id=index] .page .block.banner-block .banner .read_reviews {
    margin-left: 20px;
  }
  body[data-page-id=index] .page .block.banner-block .banner .btn-play {
    margin: 55px 0 0 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  body[data-page-id=index] {
    background-image: url('../../images/pages/index/banner_768-v-1.3.62.jpg');
  }
  body[data-page-id=index] .video-content {
    height: 398px;
  }
  body[data-page-id=index] .video-content .video-wrap {
    height: 398px;
  }
  body[data-page-id=index] .page .block.banner-block {
    height: 398px;
  }
  body[data-page-id=index] .page .block.banner-block .banner {
    padding-top: 90px;
    text-align: center;
  }
  body[data-page-id=index] .page .block.banner-block .banner h1 {
    font-size: 32px;
    line-height: 36px;
  }
  body[data-page-id=index] .page .block.banner-block .banner .btn.btn-signup {
    width: 190px;
    padding: 7px 0;
    font-size: 12px;
  }
  body[data-page-id=index] .page .block.banner-block .banner .btn-play {
    display: none;
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 480px) {
  body[data-page-id=index] {
    background-image: url('../../images/pages/index/banner_480-v-1.3.62.jpg');
  }
  body[data-page-id=index] .video-content {
    height: 249px;
  }
  body[data-page-id=index] .video-content .video-wrap {
    height: 249px;
  }
  body[data-page-id=index] .page .block.banner-block {
    height: 249px;
  }
  body[data-page-id=index] .page .block.banner-block .banner {
    padding-top: 85px;
    text-align: center;
  }
  body[data-page-id=index] .page .block.banner-block .banner h1 {
    font-size: 24px;
    line-height: 30px;
  }
  body[data-page-id=index] .page .block.banner-block .banner .btn.btn-signup {
    margin-top: 0;
    width: 135px;
    padding: 7px 0;
    font-size: 10px;
  }
  body[data-page-id=index] .page .block.banner-block .banner .read_reviews img {
    max-width: 100px !important;
  }
  body[data-page-id=index] .page .block.banner-block .banner .btn-play {
    display: none;
  }
}
@media screen and (min-width: 830px) {
  body[data-page-id=index] .page .block.start-build-block .container {
    width: 830px;
  }
}
@media screen and (min-width: 820px) {
  body[data-page-id=index] .page .block.partners-block .container,
  body[data-page-id=index] .page .block.reseller-guide-block .container {
    width: 820px;
  }
}
@media screen and (max-width: 970px) and (min-width: 768px) {
  body[data-page-id=index] .page .block.partners-block .desc {
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) {
  body[data-page-id=index] .page .block.reseller-guide-block {
    padding: 30px 0 60px 0;
  }
  body[data-page-id=index] .page .block.reseller-guide-block h5 {
    margin: 15px 0 20px 0;
  }
  body[data-page-id=index] .page .block.start-build-block h5 {
    font-size: 24px;
    padding: 20px 0;
  }
  body[data-page-id=index] .page .block.start-build-block .image.image-rocket {
    background-image: url('../../images/pages/index_flex/rocket-v-1.3.62.png');
    width: 181px;
    height: 299px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body[data-page-id=index] .page .block.reseller-guide-block {
    padding: 20px 0 50px 0;
  }
  body[data-page-id=index] .page .block.reseller-guide-block h5 {
    margin: 15px 0 25px 0;
  }
  body[data-page-id=index] .page .block.start-build-block {
    padding: 40px 0;
  }
  body[data-page-id=index] .page .block.start-build-block h5 {
    font-size: 21px;
    padding: 20px 0;
  }
  body[data-page-id=index] .page .block.start-build-block .image.image-rocket {
    background-image: url('../../images/pages/index_flex/rocket-v-1.3.62.png');
    width: 181px;
    height: 299px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  body[data-page-id=index] .page .block.partners-block ul.partners li {
    display: inline-block;
    width: 49%;
    margin: 10px 0;
  }
  body[data-page-id=index] .page .block.partners-block .desc {
    padding: 8px 7px 5px;
    font-size: 16px;
  }
  body[data-page-id=index] .page .block.reseller-guide-block {
    padding: 10px 0 30px 0;
  }
  body[data-page-id=index] .page .block.reseller-guide-block h5 {
    margin: 10px 0 15px 0;
  }
  body[data-page-id=index] .page .block.start-build-block {
    padding: 30px 0;
  }
  body[data-page-id=index] .page .block.start-build-block h5 {
    font-size: 18px;
    padding: 10px 0;
  }
  body[data-page-id=index] .page .block.start-build-block .image.image-rocket {
    background-image: url('../../images/pages/index_flex/rocket_480-v-1.3.62.png');
    width: 120px;
    height: 198px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  body[data-page-id=index] {
    background-image: url('../../images/pages/index/banner_480-v-1.3.62.jpg');
  }
  body[data-page-id=index] .page .block.partners-block .learn-about-us {
    margin: -50px 0 15px 0;
    font-size: 12px;
  }
  body[data-page-id=index] .page .block.partners-block .learn-about-us span {
    height: 35px;
  }
  body[data-page-id=index] .page .block.partners-block ul.partners li {
    width: 100%;
    margin: 10px 0;
  }
  body[data-page-id=index] .page .block.partners-block .desc {
    padding: 8px 7px 5px;
    font-size: 14px;
  }
  body[data-page-id=index] .page .block.reseller-guide-block {
    padding: 0 0 20px 0;
  }
  body[data-page-id=index] .page .block.start-build-block {
    padding: 20px 0;
  }
  body[data-page-id=index] .page .block.start-build-block h5 {
    font-size: 14px;
    padding: 10px 0;
  }
  body[data-page-id=index] .page .block.start-build-block .image.image-rocket {
    background-image: url('../../images/pages/index_flex/rocket_480-v-1.3.62.png');
    width: 120px;
    height: 198px;
    margin-bottom: 10px;
  }
}
/* Features Block */
@media screen and (min-width: 1520px) {
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature {
    position: relative;
    background-position: right 10px;
    width: 1500px;
    margin: 0 auto;
    padding: 35px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature .wrapper {
    margin-left: 565px;
    height: 100%;
    padding: 40px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1370px) and (max-width: 1520px) {
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature {
    position: relative;
    background-position: right 10px;
    width: 1300px;
    margin: 0 auto;
    padding: 35px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature .wrapper {
    margin-left: 420px;
    height: 100%;
    padding: 40px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1270px) and (max-width: 1370px) {
  body[data-page-id=index] .page .block.features-block .block-body h2.block-title {
    font-size: 36px;
  }
  body[data-page-id=index] .page .block.features-block .block-body h5 {
    font-size: 16px;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature {
    position: relative;
    background-position: right 10px;
    width: 1250px;
    margin: 0 auto;
    padding: 35px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature .wrapper {
    margin-left: 420px;
    height: 100%;
    padding: 40px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1110px) and (max-width: 1270px) {
  body[data-page-id=index] .page .block.features-block .block-body h2.block-title {
    font-size: 36px;
  }
  body[data-page-id=index] .page .block.features-block .block-body h5 {
    font-size: 16px;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature {
    position: relative;
    background-position: right 10px;
    width: 1000px;
    margin: 0 auto;
    padding: 35px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature .wrapper {
    margin-left: 435px;
    height: 100%;
    padding: 40px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 920px) and (max-width: 1110px) {
  body[data-page-id=index] .page .block.features-block .block-body h2.block-title {
    font-size: 28px;
  }
  body[data-page-id=index] .page .block.features-block .block-body h5 {
    font-size: 14px;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature {
    position: relative;
    background-position: right 10px;
    width: 900px;
    margin: 0 auto;
    padding: 35px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature .wrapper {
    margin-left: 435px;
    height: 100%;
    padding: 40px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 920px) {
  body[data-page-id=index] .page .block.features-block .block-body h2.block-title {
    font-size: 36px;
  }
  body[data-page-id=index] .page .block.features-block .block-body h5 {
    font-size: 16px;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature {
    position: relative;
    background-position: right 10px;
    width: 750px;
    margin: 0 auto;
    padding: 35px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature .wrapper {
    text-align: center;
    margin-top: 175px;
    height: 100%;
    padding: 40px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  body[data-page-id=index] .page .block.features-block .block-body h2.block-title {
    font-size: 32px;
  }
  body[data-page-id=index] .page .block.features-block .block-body h5 {
    font-size: 14px;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature {
    position: relative;
    background-position: right 10px;
    width: 420px;
    margin: 0 auto;
    padding: 35px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature .wrapper {
    text-align: center;
    margin-top: 175px;
    height: 100%;
    padding: 40px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 370px) and (max-width: 450px) {
  body[data-page-id=index] .page .block.features-block .block-body h2.block-title {
    font-size: 32px;
  }
  body[data-page-id=index] .page .block.features-block .block-body h5 {
    font-size: 14px;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature {
    position: relative;
    background-position: right 10px;
    width: 370px;
    margin: 0 auto;
    padding: 35px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature .wrapper {
    text-align: center;
    margin-top: 175px;
    height: 100%;
    padding: 40px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 370px) {
  body[data-page-id=index] .page .block.features-block .block-body h2.block-title {
    font-size: 20px;
  }
  body[data-page-id=index] .page .block.features-block .block-body h5 {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature {
    position: relative;
    background-position: right 10px;
    width: 320px;
    margin: 0 auto;
    padding: 35px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature .wrapper {
    text-align: center;
    margin-top: 150px;
    height: 100%;
    padding: 40px 0;
  }
  body[data-page-id=index] .page .block.features-block .block-body ul.features li.feature img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
/**
 * PPC Reseller Page (For now this is test page)
 */
body[data-page-id=ppcreseller] .sales-phone-number {
  display: none;
  position: fixed;
  right: 0;
  z-index: 3;
  background-color: #000;
  color: #ffffff;
  padding: 8px 16px;
  font-size: 16px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -webkit-animation: fade-down ease-in-out 700ms 100ms both;
  -moz-animation: fade-down ease-in-out 700ms 100ms both;
  animation: fade-down ease-in-out 700ms 100ms both;
}
body[data-page-id=ppcreseller] {
  background-repeat: no-repeat;
  background-position: top center;
}
body[data-page-id=ppcreseller] .btn-fixed-signup {
  position: fixed;
  z-index: 2;
}
body[data-page-id=ppcreseller] .reseller-info-form .form-group.full .notify.notify-danger {
  right: 7px;
}
body[data-page-id=ppcreseller] .reseller-info-form .ajax-wrapper {
  padding-top: 160px;
  background-color: transparent;
}
body[data-page-id=ppcreseller] .page {
  padding-top: 0;
  font-family: 'open-sansregular';
}
body[data-page-id=ppcreseller] .page .full-width-video {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
}
body[data-page-id=ppcreseller] .page .full-width-video .video-close {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url('../../images/common/close.svg') center center no-repeat;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  /* transition */
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
body[data-page-id=ppcreseller] .page .full-width-video .video-close:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
body[data-page-id=ppcreseller] .page .content-box {
  position: relative;
  background-color: transparent;
  -webkit-animation: intro-content 2s forwards;
  -moz-animation: intro-content 2s forwards;
  -o-animation: intro-content 2s forwards;
  animation: intro-content 2s forwards;
  overflow: hidden;
  height: auto;
  z-index: 2;
}
body[data-page-id=ppcreseller] .page .block {
  position: relative;
  /* Banner Block */
  /* Service Block */
  /* Testimonial Block */
  /* Reseller Solution Block */
  /* Features Block*/
  /*How It Works Block*/
  /* Partners Block */
}
body[data-page-id=ppcreseller] .page .block.banner-block {
  position: relative;
  width: 100%;
  height: 700px;
  background: linear-gradient(rgba(15, 136, 181, 0.45), rgba(15, 136, 181, 0.45)), url('../../images/pages/ppcreseller/banner-v-1.3.62.png');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
body[data-page-id=ppcreseller] .page .block.banner-block .container {
  width: 1370px;
}
body[data-page-id=ppcreseller] .page .block.banner-block .container h2 {
  font-size: 78px;
  font-family: 'open-sansregular';
  text-align: center;
  margin-top: 180px;
}
body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content {
  margin-top: 40px;
}
body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li {
  position: relative;
  padding-left: 40px;
}
body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li.no-image {
  font-size: 20px;
  padding-left: 0;
  padding-bottom: 10px;
  font-family: 'open-sansbold';
}
body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li > img {
  position: absolute;
  left: 0;
  top: 3px;
}
body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li p {
  font-size: 20px;
}
body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li p.first {
  margin-bottom: 20px;
}
body[data-page-id=ppcreseller] .page .block.banner-block .container .btn-reseller-signup {
  display: block;
  text-align: center;
  margin-top: 30px;
}
body[data-page-id=ppcreseller] .page .block.banner-block .container .btn-reseller-signup a {
  display: inline-block;
  padding: 10px 100px;
  color: #fff;
  background-color: #f90;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  opacity: 0.9;
  text-decoration: none;
  webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
body[data-page-id=ppcreseller] .page .block.banner-block .container .btn-reseller-signup a:hover {
  background-color: #d88200;
}
@media screen and (max-width: 1600px) {
  body[data-page-id=ppcreseller] .page .block.banner-block {
    background: linear-gradient(rgba(15, 136, 181, 0.45), rgba(15, 136, 181, 0.45)), url('../../images/pages/ppcreseller/banner_1600-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1400px) {
  body[data-page-id=ppcreseller] .page .block.banner-block {
    height: 640px;
    background: linear-gradient(rgba(15, 136, 181, 0.45), rgba(15, 136, 181, 0.45)), url('../../images/pages/ppcreseller/banner_1400-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container {
    width: 1170px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container h2 {
    font-size: 60px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li.no-image {
    font-size: 18px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  body[data-page-id=ppcreseller] .page .block.banner-block {
    background: linear-gradient(rgba(15, 136, 181, 0.45), rgba(15, 136, 181, 0.45)), url('../../images/pages/ppcreseller/banner_1200-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container {
    width: 970px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container h2 {
    font-size: 50px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li.no-image {
    font-size: 16px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  body[data-page-id=ppcreseller] .page .block.banner-block {
    height: 530px;
    background: linear-gradient(rgba(15, 136, 181, 0.45), rgba(15, 136, 181, 0.45)), url('../../images/pages/ppcreseller/banner_992-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container {
    width: 750px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container h2 {
    font-size: 42px;
    margin-top: 120px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li.no-image {
    font-size: 14px;
    padding-left: 40px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li p {
    font-size: 14px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li p.first {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  body[data-page-id=ppcreseller] .page .block.banner-block {
    height: 450px;
    background: linear-gradient(rgba(15, 136, 181, 0.45), rgba(15, 136, 181, 0.45)), url('../../images/pages/ppcreseller/banner_768-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content {
    margin-top: 0;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .btn-reseller-signup {
    margin-top: 15px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container {
    width: 100%;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container h2 {
    font-size: 30px;
    margin-top: 100px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li.no-image {
    font-size: 12px;
    padding-left: 40px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li p {
    font-size: 12px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li p.first {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 465px) {
  body[data-page-id=ppcreseller] .page .block.banner-block {
    height: auto;
    background: linear-gradient(rgba(15, 136, 181, 0.45), rgba(15, 136, 181, 0.45)), url('../../images/pages/ppcreseller/banner_465-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container {
    width: 100%;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container h2 {
    font-size: 30px;
    margin-top: 100px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li {
    padding-left: 25px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li.no-image {
    font-size: 12px;
    padding-left: 25px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li p {
    font-size: 12px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .banner-content ul li p.first {
    margin-bottom: 10px;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .btn-reseller-signup {
    margin: 25px 0;
  }
  body[data-page-id=ppcreseller] .page .block.banner-block .container .btn-reseller-signup a {
    font-size: 14px;
    padding: 5px 70px;
  }
}
body[data-page-id=ppcreseller] .page .block.service-block {
  padding: 75px 0;
}
body[data-page-id=ppcreseller] .page .block.service-block .container .wrapper {
  position: relative;
  text-align: center;
  color: #3b525f;
  padding-top: 100px;
}
body[data-page-id=ppcreseller] .page .block.service-block .container .wrapper img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body[data-page-id=ppcreseller] .page .block.service-block .container .wrapper .content-wrapper h2 {
  height: 70px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body[data-page-id=ppcreseller] .page .block.service-block .container .wrapper .content-wrapper h2 {
    height: 60px;
    font-size: 24px;
  }
}
body[data-page-id=ppcreseller] .page .block.service-block .container .wrapper .content-wrapper p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body[data-page-id=ppcreseller] .page .block.service-block {
    padding: 30px 0;
  }
  body[data-page-id=ppcreseller] .page .block.service-block .container > div {
    margin-top: 30px;
  }
}
body[data-page-id=ppcreseller] .page .block.testimonial-block {
  padding: 80px 0;
  background-color: #0f75a0;
}
body[data-page-id=ppcreseller] .page .block.testimonial-block .container .wrapper {
  text-align: center;
  color: #cfe4ed;
}
body[data-page-id=ppcreseller] .page .block.testimonial-block .container .wrapper img.quote {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
body[data-page-id=ppcreseller] .page .block.testimonial-block .container .wrapper .t-content {
  font-family: 'open-sansitalic';
  font-size: 18px;
  margin: 25px 0;
}
body[data-page-id=ppcreseller] .page .block.testimonial-block .container .wrapper .t-author {
  font-size: 16px;
  font-family: sans-serif;
  margin-bottom: 0;
  font-weight: 700;
}
body[data-page-id=ppcreseller] .page .block.testimonial-block .container .wrapper .t-purpose {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body[data-page-id=ppcreseller] .page .block.testimonial-block {
    padding: 30px 0;
  }
  body[data-page-id=ppcreseller] .page .block.testimonial-block .container > div {
    margin-top: 30px;
  }
}
body[data-page-id=ppcreseller] .page .block.reseller-solution-block {
  padding: 75px 0;
}
body[data-page-id=ppcreseller] .page .block.reseller-solution-block .container h2 {
  text-align: center;
  font-size: 48px;
  color: #3b525f;
  margin-bottom: 90px;
}
body[data-page-id=ppcreseller] .page .block.reseller-solution-block .container .wrapper {
  position: relative;
  text-align: center;
  color: #3b525f;
  padding-top: 100px;
}
body[data-page-id=ppcreseller] .page .block.reseller-solution-block .container .wrapper img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body[data-page-id=ppcreseller] .page .block.reseller-solution-block .container .wrapper .content-wrapper h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
body[data-page-id=ppcreseller] .page .block.reseller-solution-block .container .wrapper .content-wrapper p {
  font-size: 14px;
  padding: 10px 25px;
}
@media screen and (max-width: 768px) {
  body[data-page-id=ppcreseller] .page .block.reseller-solution-block {
    padding: 30px 0;
  }
  body[data-page-id=ppcreseller] .page .block.reseller-solution-block .container h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  body[data-page-id=ppcreseller] .page .block.reseller-solution-block .container > div {
    margin-top: 30px;
  }
}
body[data-page-id=ppcreseller] .page .block.features-block {
  position: relative;
}
body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper {
  position: absolute;
  right: 400px;
  top: -35px;
  background-color: #118fc1;
}
body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form {
  width: 550px;
  height: 600px;
  text-align: center;
  color: #fff;
}
body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form h2 {
  font-size: 36px;
  margin-top: 150px;
  margin-bottom: 50px;
}
body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form p {
  font-size: 14px;
  margin-bottom: 0;
}
body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form .reseller-info-form {
  padding: 50px 40px 80px 40px;
}
body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form .reseller-info-form .form-group {
  float: none;
  width: 350px;
  margin: 0 auto;
  margin-bottom: 15px;
}
body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form .reseller-info-form .form-group.full {
  padding: 0 7px;
}
body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form .reseller-info-form .form-ctrls {
  text-align: center;
}
body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form .reseller-info-form .form-ctrls button {
  width: 340px;
  float: none;
  border-radius: 30px;
  padding: 10px;
  font-family: sans-serif;
  text-transform: none;
}
@media screen and (max-width: 1750px) and (min-width: 1300px) {
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper {
    right: 160px;
  }
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form {
    width: 500px;
  }
}
@media screen and (max-width: 1299px) and (min-width: 993px) {
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper {
    right: 40px;
    top: 40px;
  }
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form {
    width: 450px;
    height: auto;
  }
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form h2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper {
    position: static;
  }
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form {
    width: 100%;
    height: 570px;
    padding-top: 40px;
  }
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form h2 {
    margin-top: 0;
    margin-bottom: 25px;
  }
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form .reseller-info-form {
    float: none;
    clear: both;
  }
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form .reseller-info-form .form-group {
    width: 80%;
  }
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form .reseller-info-form .form-group.full {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper {
    position: static;
  }
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form {
    width: 100%;
    height: auto;
    padding-top: 40px;
  }
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form h2 {
    margin-top: 0;
    margin-bottom: 25px;
  }
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form .reseller-info-form {
    float: none;
    clear: both;
  }
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form .reseller-info-form .form-group {
    width: 80%;
  }
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form .reseller-info-form .form-group input {
    padding: 12px 10px;
  }
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form .reseller-info-form .form-group.full {
    padding: 0;
  }
  body[data-page-id=ppcreseller] .page .block.features-block .contact-form-wrapper .contact-form .reseller-info-form .form-ctrls button {
    width: 80%;
  }
}
body[data-page-id=ppcreseller] .page .block.features-block .features-bg {
  width: 100%;
  height: 348px;
  background: url('../../images/pages/ppcreseller/features-v-1.3.62.png');
  background-position: 15% center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  body[data-page-id=ppcreseller] .page .block.features-block .features-bg {
    height: 131px;
    background: url('../../images/pages/ppcreseller/features_768-v-1.3.62.png');
  }
}
body[data-page-id=ppcreseller] .page .block.features-block .features-content {
  padding: 25px 0 50px 0;
}
body[data-page-id=ppcreseller] .page .block.features-block .features-content .container h2 {
  font-size: 30px;
  color: #3b525f;
  margin-bottom: 30px;
}
body[data-page-id=ppcreseller] .page .block.features-block .features-content .container ul li {
  position: relative;
  padding-left: 30px;
}
body[data-page-id=ppcreseller] .page .block.features-block .features-content .container ul li img {
  position: absolute;
  left: 0;
  top: 4px;
}
body[data-page-id=ppcreseller] .page .block.features-block .features-content .container ul li p {
  font-size: 18px;
  color: #485e6a;
}
body[data-page-id=ppcreseller] .page .block.how-it-works-block {
  background-color: #115d7e;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  body[data-page-id=ppcreseller] .page .block.how-it-works-block {
    display: block;
    padding-bottom: 100px;
    padding-top: 0;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block h2,
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .video-bg {
    display: none;
  }
}
body[data-page-id=ppcreseller] .page .block.how-it-works-block .container {
  width: 1500px;
  text-align: center;
}
body[data-page-id=ppcreseller] .page .block.how-it-works-block .container h2 {
  font-size: 42px;
  color: #FFF;
}
body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .video-bg {
  position: relative;
  width: 1416px;
  height: 640px;
  margin: 0 auto;
  margin-top: 60px;
  background: url('../../images/pages/ppcreseller/video-bg-v-1.3.62.png');
}
body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .video-bg .btn-play {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translateX(-50%);
  width: 149px;
  height: 149px;
  background: url('../../images/pages/ppcreseller/play-btn-v-1.3.62.png') no-repeat;
  -webkit-transition: background 250ms linear;
  -moz-transition: background 250ms linear;
  transition: background 250ms linear;
}
body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .video-bg .btn-play:hover {
  background: url('../../images/pages/ppcreseller/play-btn-hover-v-1.3.62.png') no-repeat;
}
@media screen and (max-width: 1200px) {
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .video-bg .btn-play {
    width: 98px;
    height: 98px;
    background: url('../../images/pages/ppcreseller/play-btn-98-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .video-bg .btn-play:hover {
    background: url('../../images/pages/ppcreseller/play-btn-98-v-1.3.62.png') no-repeat;
  }
}
body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .small-business-apps {
  color: #cfe4ed;
}
body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .small-business-apps p {
  font-size: 16px;
  font-weight: 700;
  margin: 70px 0 40px 0;
}
body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .small-business-apps .wrapper {
  width: 850px;
  margin: 0 auto;
  margin-top: 40px;
}
body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .small-business-apps .wrapper > div {
  padding-left: 75px;
}
body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .small-business-apps .wrapper > div ul li {
  position: relative;
  padding-left: 20px;
}
body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .small-business-apps .wrapper > div ul li img {
  position: absolute;
  top: 3px;
  left: 0;
}
body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .small-business-apps .wrapper > div ul li p {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  margin: 10px 0 0 15px;
}
@media screen and (max-width: 1530px) and (min-width: 1200px) {
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container {
    width: 1170px;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .video-bg {
    width: 1050px;
    height: 474px;
    background: url('../../images/pages/ppcreseller/video-bg-1050-v-1.3.62.png') no-repeat;
  }
}
@media screen and (max-width: 1199px) and (min-width: 993px) {
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container {
    width: 970px;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .video-bg {
    width: 920px;
    height: 415px;
    background: url('../../images/pages/ppcreseller/video-bg-920-v-1.3.62.png') no-repeat;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container {
    width: 750px;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .video-bg {
    width: 700px;
    height: 316px;
    background: url('../../images/pages/ppcreseller/video-bg-700-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .small-business-apps .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 520px) {
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container {
    width: 100%;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .video-bg {
    width: 450px;
    height: 203px;
    background: url('../../images/pages/ppcreseller/video-bg-450-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .small-business-apps .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 519px) and (min-width: 400px) {
  body[data-page-id=ppcreseller] .page .block.how-it-works-block {
    padding: 30px 0 60px 0;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container {
    width: 100%;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .video-bg {
    width: 400px;
    height: 181px;
    background: url('../../images/pages/ppcreseller/video-bg-400-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .small-business-apps .wrapper {
    width: 100%;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .small-business-apps .wrapper > div {
    padding-left: 30px;
  }
}
@media screen and (max-width: 399px) {
  body[data-page-id=ppcreseller] .page .block.how-it-works-block {
    padding: 30px 0 60px 0;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container {
    width: 100%;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .video-bg {
    width: 300px;
    height: 135px;
    background: url('../../images/pages/ppcreseller/video-bg-300-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .small-business-apps .wrapper {
    width: 100%;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .small-business-apps .wrapper > div {
    padding-left: 30px;
  }
}
@media screen and (max-width: 350px) {
  body[data-page-id=ppcreseller] .page .block.how-it-works-block {
    padding: 30px 0 60px 0;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container {
    width: 100%;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .video-bg {
    width: 300px;
    height: 135px;
    background: url('../../images/pages/ppcreseller/video-bg-300-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .small-business-apps .wrapper {
    width: 100%;
  }
  body[data-page-id=ppcreseller] .page .block.how-it-works-block .container .small-business-apps .wrapper > div {
    width: 100%;
    padding-left: 75px;
  }
}
body[data-page-id=ppcreseller] .page .block.partners-block {
  padding: 40px 0;
  position: relative;
  background-color: #3b525f;
  font-family: 'open-sansregular';
  color: #fff;
  text-align: center;
}
body[data-page-id=ppcreseller] .page .block.partners-block .learn-about-us {
  margin: -55px 0 15px 0;
  font-size: 14px;
}
body[data-page-id=ppcreseller] .page .block.partners-block .learn-about-us span {
  display: inline-block;
  cursor: pointer;
  background: url('../../images/pages/index_flex/arrow_down-v-1.3.62.png') center bottom no-repeat;
  height: 40px;
}
body[data-page-id=ppcreseller] .page .block.partners-block ul.partners {
  list-style: none;
  padding: 7px 0;
}
body[data-page-id=ppcreseller] .page .block.partners-block ul.partners li {
  display: inline-block;
  margin: 10px 50px 10px 0;
}
body[data-page-id=ppcreseller] .page .block.partners-block ul.partners li:last-child {
  margin-right: 0;
}
body[data-page-id=ppcreseller] .page .block.partners-block .desc {
  background-color: #3b525f;
  font-family: 'open-sansitalic';
  padding: 8px 7px;
  font-size: 18px;
}
body[data-page-id=ppcreseller] .footer {
  background-color: #FFF;
  padding: 50px 0;
  color: #3b525f;
}
body[data-page-id=ppcreseller] .footer .contact,
body[data-page-id=ppcreseller] .footer .copyright {
  color: #3b525f;
}
body[data-page-id=ppcreseller] .footer .contact li,
body[data-page-id=ppcreseller] .footer .copyright li,
body[data-page-id=ppcreseller] .footer .contact span,
body[data-page-id=ppcreseller] .footer .copyright span {
  color: #3b525f;
}
body[data-page-id=ppcreseller] .footer .contact a,
body[data-page-id=ppcreseller] .footer .copyright a {
  color: #3b525f;
}
body[data-page-id=ppcreseller] .footer .contact a:hover,
body[data-page-id=ppcreseller] .footer .copyright a:hover,
body[data-page-id=ppcreseller] .footer .contact a:focus,
body[data-page-id=ppcreseller] .footer .copyright a:focus {
  color: #3b525f;
}
@media screen and (min-width: 820px) {
  body[data-page-id=ppcreseller] .page .block.partners-block .container,
  body[data-page-id=ppcreseller] .page .block.reseller-guide-block .container {
    width: 820px;
  }
}
@media screen and (max-width: 970px) and (min-width: 768px) {
  body[data-page-id=ppcreseller] .page .block.partners-block .desc {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  body[data-page-id=ppcreseller] .page .block.partners-block ul.partners li {
    display: inline-block;
    width: 49%;
    margin: 10px 0;
  }
  body[data-page-id=ppcreseller] .page .block.partners-block .desc {
    padding: 8px 7px 5px;
    font-size: 16px;
  }
  body[data-page-id=ppcreseller] .page .block.reseller-guide-block {
    padding: 10px 0 30px 0;
  }
  body[data-page-id=ppcreseller] .page .block.reseller-guide-block h5 {
    margin: 10px 0 15px 0;
  }
  body[data-page-id=ppcreseller] .page .block.start-build-block {
    padding: 30px 0;
  }
  body[data-page-id=ppcreseller] .page .block.start-build-block h5 {
    font-size: 18px;
    padding: 10px 0;
  }
  body[data-page-id=ppcreseller] .page .block.start-build-block .image.image-rocket {
    background-image: url('../../images/pages/index_flex/rocket_480-v-1.3.62.png');
    width: 120px;
    height: 198px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  body[data-page-id=ppcreseller] {
    background-image: url('../../images/pages/index/banner_480-v-1.3.62.jpg');
  }
  body[data-page-id=ppcreseller] .page .block.partners-block .learn-about-us {
    margin: -50px 0 15px 0;
    font-size: 12px;
  }
  body[data-page-id=ppcreseller] .page .block.partners-block .learn-about-us span {
    height: 35px;
  }
  body[data-page-id=ppcreseller] .page .block.partners-block ul.partners li {
    width: 100%;
    margin: 10px 0;
  }
  body[data-page-id=ppcreseller] .page .block.partners-block .desc {
    padding: 8px 7px 5px;
    font-size: 14px;
  }
  body[data-page-id=ppcreseller] .page .block.reseller-guide-block {
    padding: 0 0 20px 0;
  }
  body[data-page-id=ppcreseller] .page .block.start-build-block {
    padding: 20px 0;
  }
  body[data-page-id=ppcreseller] .page .block.start-build-block h5 {
    font-size: 14px;
    padding: 10px 0;
  }
  body[data-page-id=ppcreseller] .page .block.start-build-block .image.image-rocket {
    background-image: url('../../images/pages/index_flex/rocket_480-v-1.3.62.png');
    width: 120px;
    height: 198px;
    margin-bottom: 10px;
  }
}
/**
 * PPC Reseller Page (For now this is test page)
 */
body[data-page-id=ppcreseller_success] {
  background-repeat: no-repeat;
  background-position: top center;
}
body[data-page-id=ppcreseller_success] .btn-fixed-signup {
  position: fixed;
  z-index: 2;
}
body[data-page-id=ppcreseller_success] .reseller-info-form .form-group.full .notify.notify-danger {
  right: 7px;
}
body[data-page-id=ppcreseller_success] .reseller-info-form .ajax-wrapper {
  padding-top: 160px;
  background-color: transparent;
}
body[data-page-id=ppcreseller_success] .page {
  padding-top: 0;
  font-family: 'open-sansregular';
}
body[data-page-id=ppcreseller_success] .page .content-box {
  position: relative;
  background-color: transparent;
  -webkit-animation: intro-content 2s forwards;
  -moz-animation: intro-content 2s forwards;
  -o-animation: intro-content 2s forwards;
  animation: intro-content 2s forwards;
  overflow: hidden;
  height: auto;
  z-index: 2;
}
body[data-page-id=ppcreseller_success] .page .block {
  position: relative;
  /* Banner Block */
  /*Company Inc Block*/
}
body[data-page-id=ppcreseller_success] .page .block.banner-block {
  display: block;
  position: relative;
  width: 100%;
  height: 690px;
  background: linear-gradient(rgba(15, 136, 181, 0.45), rgba(15, 136, 181, 0.45)), url('../../images/pages/ppcreseller/banner-v-1.3.62.png');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
body[data-page-id=ppcreseller_success] .page .block.banner-block .container {
  width: 1370px;
}
body[data-page-id=ppcreseller_success] .page .block.banner-block .container h2 {
  font-size: 78px;
  font-family: 'open-sansregular';
  text-align: center;
  margin-top: 150px;
}
body[data-page-id=ppcreseller_success] .page .block.banner-block .container p {
  font-size: 20px;
  width: 47%;
  margin: 0 auto;
  text-align: center;
}
body[data-page-id=ppcreseller_success] .page .block.banner-block .container .btn-learn-more {
  text-align: center;
  margin-top: 30px;
}
body[data-page-id=ppcreseller_success] .page .block.banner-block .container .btn-learn-more a {
  display: inline-block;
  padding: 10px 100px;
  color: #fff;
  background-color: #f90;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  opacity: 0.9;
  text-decoration: none;
  webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
body[data-page-id=ppcreseller_success] .page .block.banner-block .container .btn-learn-more a:hover {
  background-color: #d88200;
}
@media screen and (max-width: 1600px) {
  body[data-page-id=ppcreseller_success] .page .block.banner-block {
    background: linear-gradient(rgba(15, 136, 181, 0.45), rgba(15, 136, 181, 0.45)), url('../../images/pages/ppcreseller/banner_1600-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1400px) {
  body[data-page-id=ppcreseller_success] .page .block.banner-block {
    height: 640px;
    background: linear-gradient(rgba(15, 136, 181, 0.45), rgba(15, 136, 181, 0.45)), url('../../images/pages/ppcreseller/banner_1400-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container {
    width: 1170px;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container h2 {
    font-size: 60px;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  body[data-page-id=ppcreseller_success] .page .block.banner-block {
    background: linear-gradient(rgba(15, 136, 181, 0.45), rgba(15, 136, 181, 0.45)), url('../../images/pages/ppcreseller/banner_1200-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container {
    width: 970px;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container h2 {
    font-size: 50px;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  body[data-page-id=ppcreseller_success] .page .block.banner-block {
    height: 530px;
    background: linear-gradient(rgba(15, 136, 181, 0.45), rgba(15, 136, 181, 0.45)), url('../../images/pages/ppcreseller/banner_992-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container {
    width: 750px;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container h2 {
    font-size: 42px;
    margin-top: 120px;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body[data-page-id=ppcreseller_success] .page .block.banner-block {
    height: 450px;
    background: linear-gradient(rgba(15, 136, 181, 0.45), rgba(15, 136, 181, 0.45)), url('../../images/pages/ppcreseller/banner_768-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container {
    width: 100%;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container h2 {
    font-size: 30px;
    margin-top: 100px;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container p {
    font-size: 12px;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container .btn-learn-more {
    margin-top: 25px;
  }
}
@media screen and (max-width: 465px) {
  body[data-page-id=ppcreseller_success] .page .block.banner-block {
    height: auto;
    background: linear-gradient(rgba(15, 136, 181, 0.45), rgba(15, 136, 181, 0.45)), url('../../images/pages/ppcreseller/banner_465-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container {
    width: 100%;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container h2 {
    font-size: 30px;
    margin-top: 100px;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container p {
    font-size: 12px;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container .btn-learn-more {
    margin: 25px 0;
  }
  body[data-page-id=ppcreseller_success] .page .block.banner-block .container .btn-learn-more a {
    font-size: 14px;
    padding: 5px 70px;
  }
}
body[data-page-id=ppcreseller_success] .page .block.company-inc-block {
  background-color: #3b525f;
}
body[data-page-id=ppcreseller_success] .page .block.company-inc-block .container .inc-wrapper {
  margin-bottom: 0;
  text-align: center;
  padding: 30px 0;
}
body[data-page-id=ppcreseller_success] .page .block.company-inc-block .container .inc-wrapper span {
  color: #FFF;
  padding-left: 20px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  body[data-page-id=ppcreseller_success] .page .block.company-inc-block .container .inc-wrapper span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body[data-page-id=ppcreseller_success] .page .block.company-inc-block .container .inc-wrapper span {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 30px 0;
  }
}
body[data-page-id=ppcreseller_success] .footer {
  background-color: #FFF;
}
body[data-page-id=ppcreseller_success] .footer .container .nav > div {
  text-align: center;
}
body[data-page-id=ppcreseller_success] .footer .container .nav > div h3 {
  color: #3b525f;
  font-family: 'open-sansbold';
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}
body[data-page-id=ppcreseller_success] .footer .container .nav > div ul.nav-cols {
  text-align: left;
}
body[data-page-id=ppcreseller_success] .footer .container .nav > div ul.nav-cols li {
  margin: 12px 0;
}
body[data-page-id=ppcreseller_success] .footer .container .nav > div ul.nav-cols li a {
  color: #3b525f;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: color 250ms linear;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear;
}
@media screen and (min-width: 993px) {
  body[data-page-id=ppcreseller_success] .footer .container .nav > div.company-info ul {
    padding-left: 15px;
  }
  body[data-page-id=ppcreseller_success] .footer .container .nav > div.learn-explore ul {
    padding-left: 40px;
  }
  body[data-page-id=ppcreseller_success] .footer .container .nav > div.industry ul {
    padding-left: 30px;
  }
  body[data-page-id=ppcreseller_success] .footer .container .nav > div.build-app ul {
    padding-left: 45px;
  }
}
@media screen and (max-width: 992px) {
  body[data-page-id=ppcreseller_success] .footer .container .nav > div.industry {
    clear: both;
  }
  body[data-page-id=ppcreseller_success] .footer .container .nav > div ul.nav-cols {
    text-align: center;
  }
}
body[data-page-id=ppcreseller_success] .footer .container .social {
  border-top: 1px solid #e3e5e6;
  padding: 40px 0;
}
body[data-page-id=ppcreseller_success] .footer .container .social ul li {
  margin: 0 15px;
}
body[data-page-id=ppcreseller_success] .footer .container .social ul li a.facebook {
  width: 14px;
  height: 40px;
  background: url('../../images/pages/ppcreseller/facebook-v-1.3.62.png') no-repeat;
  background-position: center 3px;
}
body[data-page-id=ppcreseller_success] .footer .container .social ul li a.twitter {
  width: 28px;
  height: 40px;
  background: url('../../images/pages/ppcreseller/twitter-v-1.3.62.png') no-repeat;
  background-position: center 6px;
}
body[data-page-id=ppcreseller_success] .footer .container .social ul li a.gplus {
  width: 32px;
  height: 40px;
  background: url('../../images/pages/ppcreseller/google-v-1.3.62.png') no-repeat;
  background-position: center 3px;
}
body[data-page-id=ppcreseller_success] .footer .container .social ul li a.linkedin {
  width: 33px;
  height: 32px;
  background: url('../../images/pages/ppcreseller/linkedin-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcreseller_success] .footer .container .contact,
body[data-page-id=ppcreseller_success] .footer .container .copyright {
  color: #3b525f;
}
body[data-page-id=ppcreseller_success] .footer .container .contact li,
body[data-page-id=ppcreseller_success] .footer .container .copyright li,
body[data-page-id=ppcreseller_success] .footer .container .contact span,
body[data-page-id=ppcreseller_success] .footer .container .copyright span {
  color: #3b525f;
}
body[data-page-id=ppcreseller_success] .footer .container .contact a,
body[data-page-id=ppcreseller_success] .footer .container .copyright a {
  color: #3b525f;
}
body[data-page-id=ppcreseller_success] .footer .container .contact a:hover,
body[data-page-id=ppcreseller_success] .footer .container .copyright a:hover {
  color: #3b525f;
}
/**
 * PPC Reseller Page (For now this is test page)
 */
body[data-page-id=ppcsmb] {
  background-repeat: no-repeat;
  background-position: top center;
}
body[data-page-id=ppcsmb] .btn-fixed-signup {
  position: fixed;
  z-index: 2;
}
body[data-page-id=ppcsmb] .page {
  padding-top: 0;
  font-family: 'open-sansregular';
}
body[data-page-id=ppcsmb] .page .content-box {
  position: relative;
  background-color: transparent;
  -webkit-animation: intro-content 2s forwards;
  -moz-animation: intro-content 2s forwards;
  -o-animation: intro-content 2s forwards;
  animation: intro-content 2s forwards;
  overflow: hidden;
  height: auto;
  z-index: 2;
}
body[data-page-id=ppcsmb] .page .block {
  position: relative;
  /* Banner Block */
  /* Service Block */
  /* Testimonial Block */
  /*Price Block*/
  /*Sameple Apps Block*/
  /* Partners Block */
}
body[data-page-id=ppcsmb] .page .block.banner-block {
  position: relative;
  width: 100%;
  height: 600px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(15, 136, 181, 0.4)), url('../../images/pages/ppcreseller/banner-v-1.3.62.png');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
body[data-page-id=ppcsmb] .page .block.banner-block .container {
  width: 970px;
}
body[data-page-id=ppcsmb] .page .block.banner-block .container h2 {
  font-size: 60px;
  font-family: 'open-sansregular';
  text-align: center;
  margin-top: 180px;
}
body[data-page-id=ppcsmb] .page .block.banner-block .container .banner-content {
  margin-top: 40px;
}
body[data-page-id=ppcsmb] .page .block.banner-block .container .banner-content p {
  font-size: 20px;
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
body[data-page-id=ppcsmb] .page .block.banner-block .container .btn-signup-free {
  display: block;
  text-align: center;
  margin-top: 50px;
}
body[data-page-id=ppcsmb] .page .block.banner-block .container .btn-signup-free a {
  display: inline-block;
  padding: 10px 100px;
  color: #fff;
  background-color: #f90;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  opacity: 0.9;
  text-decoration: none;
  webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
body[data-page-id=ppcsmb] .page .block.banner-block .container .btn-signup-free a:hover {
  background-color: #d88200;
}
@media screen and (max-width: 1600px) {
  body[data-page-id=ppcsmb] .page .block.banner-block {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(15, 136, 181, 0.4)), url('../../images/pages/ppcreseller/banner_1600-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1400px) {
  body[data-page-id=ppcsmb] .page .block.banner-block {
    height: 640px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(15, 136, 181, 0.4)), url('../../images/pages/ppcreseller/banner_1400-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container {
    width: 1170px;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1200px) {
  body[data-page-id=ppcsmb] .page .block.banner-block {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(15, 136, 181, 0.4)), url('../../images/pages/ppcreseller/banner_1200-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container {
    width: 970px;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 992px) {
  body[data-page-id=ppcsmb] .page .block.banner-block {
    height: 530px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(15, 136, 181, 0.4)), url('../../images/pages/ppcreseller/banner_992-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container {
    width: 100%;
    padding: 0 30px;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container h2 {
    font-size: 42px;
    margin-top: 120px;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container .banner-content > div {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  body[data-page-id=ppcsmb] .page .block.banner-block {
    height: 450px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(15, 136, 181, 0.4)), url('../../images/pages/ppcreseller/banner_768-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container .btn-signup-free {
    margin-top: 25px;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container {
    width: 100%;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container h2 {
    font-size: 30px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 465px) {
  body[data-page-id=ppcsmb] .page .block.banner-block {
    height: auto;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(15, 136, 181, 0.4)), url('../../images/pages/ppcreseller/banner_465-v-1.3.62.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container {
    width: 100%;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container h2 {
    font-size: 30px;
    margin-top: 100px;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container .banner-content {
    margin-top: 15px;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container .banner-content p {
    font-size: 16px;
    width: 100%;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container .btn-signup-free {
    margin: 25px 0;
  }
  body[data-page-id=ppcsmb] .page .block.banner-block .container .btn-signup-free a {
    font-size: 14px;
    padding: 5px 70px;
  }
}
body[data-page-id=ppcsmb] .page .block.service-block {
  padding: 75px 0;
}
body[data-page-id=ppcsmb] .page .block.service-block .container .wrapper {
  position: relative;
  text-align: center;
  color: #3b525f;
  padding-top: 100px;
}
body[data-page-id=ppcsmb] .page .block.service-block .container .wrapper img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body[data-page-id=ppcsmb] .page .block.service-block .container .wrapper .content-wrapper {
  padding-top: 10px;
}
body[data-page-id=ppcsmb] .page .block.service-block .container .wrapper .content-wrapper p {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  body[data-page-id=ppcsmb] .page .block.service-block h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  body[data-page-id=ppcsmb] .page .block.service-block h2 {
    font-size: 20px;
  }
  body[data-page-id=ppcsmb] .page .block.service-block p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body[data-page-id=ppcsmb] .page .block.service-block {
    padding: 30px 0;
  }
  body[data-page-id=ppcsmb] .page .block.service-block .container > div {
    margin-top: 30px;
  }
}
body[data-page-id=ppcsmb] .page .block.testimonial-block {
  padding: 80px 0;
  background-color: #0f75a0;
}
body[data-page-id=ppcsmb] .page .block.testimonial-block .container .wrapper {
  text-align: center;
  color: #cfe4ed;
}
body[data-page-id=ppcsmb] .page .block.testimonial-block .container .wrapper img.quote {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
body[data-page-id=ppcsmb] .page .block.testimonial-block .container .wrapper .t-content {
  font-family: 'open-sansitalic';
  font-size: 18px;
  margin: 25px 0;
}
body[data-page-id=ppcsmb] .page .block.testimonial-block .container .wrapper .t-author {
  font-size: 16px;
  font-family: sans-serif;
  margin-bottom: 0;
  font-weight: 700;
}
body[data-page-id=ppcsmb] .page .block.testimonial-block .container .wrapper .t-purpose {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body[data-page-id=ppcsmb] .page .block.testimonial-block {
    padding: 30px 0;
  }
  body[data-page-id=ppcsmb] .page .block.testimonial-block .container > div {
    margin-top: 30px;
  }
}
body[data-page-id=ppcsmb] .page .block.price-block .container {
  text-align: center;
}
body[data-page-id=ppcsmb] .page .block.price-block .container h2 {
  font-size: 42px;
  margin-top: 90px;
  color: #3b525f;
}
body[data-page-id=ppcsmb] .page .block.price-block .container p {
  margin-top: 20px;
  font-size: 24px;
  color: #3b525f;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper {
  width: 530px;
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  border: 1px solid #ddd;
  border-bottom: none;
  -webkit-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.28);
  color: #3b525f;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .title {
  font-size: 32px;
  padding: 20px 0;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail {
  background-color: #0d81b2;
  padding: 30px 30px 50px 30px;
  color: #FFF;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail .price {
  color: #FFF;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail .price > div {
  display: inline-block;
  font-size: 28px;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail .price > div.amount {
  font-size: 120px;
  line-height: 120px;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail .price > div.sign,
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail .price > div.month {
  vertical-align: top;
  padding-top: 8px;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail .price > div.sign {
  padding-left: 25px;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail ul {
  padding-left: 40px;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail ul li {
  position: relative;
  padding-left: 25px;
  text-align: left;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail ul li img {
  position: absolute;
  left: 0;
  top: 4px;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail ul li p {
  font-size: 18px;
  color: #FFF;
  margin: 8px 0;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .btn-get-started {
  margin-top: -23px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .btn-get-started a {
  padding: 10px 125px;
  border-radius: 50px;
  font-size: 16px;
  text-transform: none;
  font-family: 'open-sansregular';
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .options-list {
  background-color: #f2f7fa;
  text-align: center;
  padding-top: 20px;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .options-list .title {
  font-size: 20px;
  padding: 30px;
  font-family: 'open-sansitalic';
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .options-list ul li {
  position: relative;
  padding: 15px 80px 15px 60px;
  text-align: left;
  border-top: 1px solid #d9dfe2;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .options-list ul li img {
  position: absolute;
  left: 25px;
  top: 26px;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .options-list ul li p {
  font-size: 16px;
  margin: 8px 0;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .iphone-1 {
  position: absolute;
  width: 439px;
  height: 885px;
  background: url('../../images/pages/ppcsmb/iphone-1-v-1.3.62.png');
  bottom: -383px;
  left: -235px;
  z-index: 1;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .iphone-2 {
  position: absolute;
  width: 439px;
  height: 612px;
  background: url('../../images/pages/ppcsmb/iphone-2-v-1.3.62.png');
  bottom: -195px;
  left: -385px;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .iphone-3 {
  position: absolute;
  width: 439px;
  height: 885px;
  background: url('../../images/pages/ppcsmb/iphone-3-v-1.3.62.png');
  bottom: -383px;
  right: -235px;
  z-index: 1;
}
body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .iphone-4 {
  position: absolute;
  width: 439px;
  height: 885px;
  background: url('../../images/pages/ppcsmb/iphone-4-v-1.3.62.png');
  bottom: -470px;
  right: -385px;
}
@media screen and (max-width: 1400px) {
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper {
    width: 430px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .options-list .title {
    padding: 15px;
    font-size: 18px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .options-list ul li {
    padding: 15px 25px 15px 50px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .iphone-1 {
    width: 300px;
    background: url('../../images/pages/ppcsmb/iphone-1-300-v-1.3.62.png');
    bottom: -419px;
    left: -160px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .iphone-2 {
    width: 300px;
    background: url('../../images/pages/ppcsmb/iphone-2-300-v-1.3.62.png');
    bottom: -210px;
    left: -260px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .iphone-3 {
    width: 300px;
    background: url('../../images/pages/ppcsmb/iphone-3-300-v-1.3.62.png');
    bottom: -419px;
    right: -160px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .iphone-4 {
    width: 300px;
    background: url('../../images/pages/ppcsmb/iphone-4-300-v-1.3.62.png');
    bottom: -480px;
    right: -260px;
  }
}
@media screen and (max-width: 992px) {
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper {
    width: 530px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .options-list .title {
    font-size: 20px;
    padding: 30px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .options-list ul li {
    padding: 15px 80px 15px 60px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .iphone-1,
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .iphone-2,
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .iphone-3,
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .iphone-4 {
    display: none;
  }
}
@media screen and (max-width: 615px) {
  body[data-page-id=ppcsmb] .page .block.price-block {
    padding: 0 30px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container h2 {
    font-size: 30px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container p {
    font-size: 18px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper {
    width: 100%;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .title {
    font-size: 26px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail .price > div.amount {
    font-size: 90px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail .price > div.sign,
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail .price > div.month {
    padding-top: 20px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail ul {
    padding-left: 30px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .btn-get-started a {
    padding: 10px 35%;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .options-list ul li {
    padding: 10px 10px 10px 50px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .options-list ul li img {
    top: 20px;
  }
}
@media screen and (max-width: 450px) {
  body[data-page-id=ppcsmb] .page .block.price-block {
    padding: 0;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container h2 {
    font-size: 30px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container p {
    font-size: 18px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper {
    width: 100%;
    margin-top: 30px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .title {
    font-size: 24px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail {
    padding: 10px 0 20px 0;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail .price > div.amount {
    font-size: 90px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail .price > div.sign,
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail .price > div.month {
    padding-top: 20px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .price-detail ul {
    padding-left: 15px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .btn-get-started {
    margin-top: -17px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .btn-get-started a {
    padding: 5px 50px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .options-list ul li {
    padding: 10px 10px 10px 50px;
  }
  body[data-page-id=ppcsmb] .page .block.price-block .container .prince-wrapper .main .options-list ul li img {
    top: 20px;
  }
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block {
  display: block;
  background-color: #115c7d;
  position: relative;
  z-index: 3;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container {
  padding-top: 60px;
  text-align: center;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container h2 {
  font-size: 36px;
  color: #FFF;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container p {
  font-size: 18px;
  color: #cfe3eb;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper {
  padding-top: 40px;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .nav-tab-bar {
  width: 715px;
  margin: 0 auto;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .nav-tab-bar .nav-pills {
  border-top: 1px solid #3c93b9;
  border-bottom: 1px solid #3c93b9;
  padding: 0 30px;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .nav-tab-bar .nav-pills li {
  padding: 7px;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .nav-tab-bar .nav-pills li.active {
  background-color: #2f89b1;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .nav-tab-bar .nav-pills li.active a {
  color: #FFF;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .nav-tab-bar .nav-pills li a {
  background-color: transparent;
  color: #78afc4;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .nav-tab-bar .nav-pills li a:hover {
  color: #FFF;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content {
  padding: 80px 0;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask {
  position: relative;
  width: 245px;
  height: 494px;
  background: url('../../images/pages/ppcsmb/iphone-bg-v-1.3.62.png');
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg {
  width: 216px;
  height: 381px;
  position: absolute;
  left: 15px;
  top: 56px;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Burrito {
  background: url('../../images/pages/ppcsmb/burritoredlands-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Pizzicato {
  background: url('../../images/pages/ppcsmb/pizzaman-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Tacolicious {
  background: url('../../images/pages/ppcsmb/tacolicious-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Nightclub {
  background: url('../../images/pages/ppcsmb/noblesf-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Gastropub {
  background: url('../../images/pages/ppcsmb/brickyardnyc-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Biergarten {
  background: url('../../images/pages/ppcsmb/baysb-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Matthew {
  background: url('../../images/pages/ppcsmb/matthewng-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Luxury {
  background: url('../../images/pages/ppcsmb/luxurysg-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Cottage {
  background: url('../../images/pages/ppcsmb/cottagedoors-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Gertler {
  background: url('../../images/pages/ppcsmb/gertlerlaw-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Kith {
  background: url('../../images/pages/ppcsmb/kithandkinlaw-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Fienman {
  background: url('../../images/pages/ppcsmb/philadelphiacriminalattorney-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Fight {
  background: url('../../images/pages/ppcsmb/f4p-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Hella {
  background: url('../../images/pages/ppcsmb/hellagrip-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.PGA {
  background: url('../../images/pages/ppcsmb/pgawest-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Equinox {
  background: url('../../images/pages/ppcsmb/equinox-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Blade {
  background: url('../../images/pages/ppcsmb/blade-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Ibiza {
  background: url('../../images/pages/ppcsmb/ibiza-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark {
  width: 76px;
  height: 76px;
  position: absolute;
  right: -90px;
  bottom: 0;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Burrito {
  background: url('../../images/pages/examples/breadcrumbs/burritoredlands-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Pizzicato {
  background: url('../../images/pages/examples/breadcrumbs/pizzaman-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Tacolicious {
  background: url('../../images/pages/examples/breadcrumbs/tacolicious-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Nightclub {
  background: url('../../images/pages/examples/breadcrumbs/noblesf-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Gastropub {
  background: url('../../images/pages/examples/breadcrumbs/brickyardnyc-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Biergarten {
  background: url('../../images/pages/examples/breadcrumbs/baysb-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Matthew {
  background: url('../../images/pages/examples/breadcrumbs/matthewng-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Luxury {
  background: url('../../images/pages/examples/breadcrumbs/luxurysg-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Cottage {
  background: url('../../images/pages/examples/breadcrumbs/cottagedoors-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Gertler {
  background: url('../../images/pages/examples/breadcrumbs/gertlerlaw-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Kith {
  background: url('../../images/pages/examples/breadcrumbs/kithandkinlaw-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Fienman {
  background: url('../../images/pages/examples/breadcrumbs/philadelphiacriminalattorney-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Fight {
  background: url('../../images/pages/examples/breadcrumbs/f4p-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Hella {
  background: url('../../images/pages/examples/breadcrumbs/hellagrip-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.PGA {
  background: url('../../images/pages/examples/breadcrumbs/pgawest-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Equinox {
  background: url('../../images/pages/examples/breadcrumbs/equinox-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Blade {
  background: url('../../images/pages/examples/breadcrumbs/blade-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark.Ibiza {
  background: url('../../images/pages/examples/breadcrumbs/ibiza-v-1.3.62.png') no-repeat;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .apps-text-wrapper {
  margin-top: 80px;
  padding: 0 15px 0 0;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .apps-text-wrapper .container {
  width: 100%;
  text-align: left;
  border-top: 1px solid #3285a9;
  padding: 0;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .apps-text-wrapper .container h2 {
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: 10px;
}
body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .apps-text-wrapper .container p {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark {
    right: 84px;
    bottom: -85px;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .apps-text-wrapper {
    margin-top: 115px;
    padding: 0 30px 0 0;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .apps-text-wrapper .container {
    text-align: center;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask {
    width: 200px;
    height: 403px;
    background: url('../../images/pages/ppcsmb/iphone-bg-200-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg {
    width: 170px;
    height: 304px;
    position: absolute;
    left: 12px;
    top: 43px;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Burrito {
    background: url('../../images/pages/examples/showcases/burritoredlands_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Pizzicato {
    background: url('../../images/pages/examples/showcases/pizzaman_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Tacolicious {
    background: url('../../images/pages/examples/showcases/tacolicious_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Nightclub {
    background: url('../../images/pages/examples/showcases/noblesf_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Gastropub {
    background: url('../../images/pages/examples/showcases/brickyardnyc_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Biergarten {
    background: url('../../images/pages/examples/showcases/baysb_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Matthew {
    background: url('../../images/pages/examples/showcases/matthewng_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Luxury {
    background: url('../../images/pages/examples/showcases/luxurysg_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Cottage {
    background: url('../../images/pages/examples/showcases/cottagedoors_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Gertler {
    background: url('../../images/pages/examples/showcases/gertlerlaw_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Kith {
    background: url('../../images/pages/examples/showcases/kithandkinlaw_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Fienman {
    background: url('../../images/pages/examples/showcases/philadelphiacriminalattorney_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Fight {
    background: url('../../images/pages/examples/showcases/f4p_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Hella {
    background: url('../../images/pages/examples/showcases/hellagrip_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.PGA {
    background: url('../../images/pages/examples/showcases/pgawest_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Equinox {
    background: url('../../images/pages/examples/showcases/equinox_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Blade {
    background: url('../../images/pages/examples/showcases/blade_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Ibiza {
    background: url('../../images/pages/examples/showcases/ibiza_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark {
    right: 65px;
    bottom: -85px;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .apps-text-wrapper {
    margin-top: 115px;
    padding: 0 30px 0 0;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .apps-text-wrapper .container {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask {
    margin: 0 auto;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark {
    right: -90px;
    bottom: 0;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .apps-text-wrapper {
    padding: 0;
    width: 200px;
    margin: 40px auto;
  }
}
@media screen and (max-width: 500px) {
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask {
    width: 200px;
    height: 403px;
    background: url('../../images/pages/ppcsmb/iphone-bg-200-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg {
    width: 170px;
    height: 304px;
    position: absolute;
    left: 12px;
    top: 43px;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Burrito {
    background: url('../../images/pages/examples/showcases/burritoredlands_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Pizzicato {
    background: url('../../images/pages/examples/showcases/pizzaman_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Tacolicious {
    background: url('../../images/pages/examples/showcases/tacolicious_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Nightclub {
    background: url('../../images/pages/examples/showcases/noblesf_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Gastropub {
    background: url('../../images/pages/examples/showcases/brickyardnyc_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Biergarten {
    background: url('../../images/pages/examples/showcases/baysb_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Matthew {
    background: url('../../images/pages/examples/showcases/matthewng_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Luxury {
    background: url('../../images/pages/examples/showcases/luxurysg_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Cottage {
    background: url('../../images/pages/examples/showcases/cottagedoors_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Gertler {
    background: url('../../images/pages/examples/showcases/gertlerlaw_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Kith {
    background: url('../../images/pages/examples/showcases/kithandkinlaw_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Fienman {
    background: url('../../images/pages/examples/showcases/philadelphiacriminalattorney_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Fight {
    background: url('../../images/pages/examples/showcases/f4p_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Hella {
    background: url('../../images/pages/examples/showcases/hellagrip_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.PGA {
    background: url('../../images/pages/examples/showcases/pgawest_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Equinox {
    background: url('../../images/pages/examples/showcases/equinox_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Blade {
    background: url('../../images/pages/examples/showcases/blade_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-bg.Ibiza {
    background: url('../../images/pages/examples/showcases/ibiza_170-v-1.3.62.jpg') no-repeat;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .iphone-mask .iphone-mark {
    right: 65px;
    bottom: -85px;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .apps-text-wrapper {
    margin-top: 115px;
    padding: 0;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .tab-content .tab-pane .apps-text-wrapper .container {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .nav-tab-bar {
    width: 100%;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .nav-tab-bar ul li {
    width: 32%;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .nav-tab-bar ul li a {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .nav-tab-bar {
    width: 100%;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .nav-tab-bar ul.nav-pills {
    padding: 0;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .nav-tab-bar ul.nav-pills li {
    width: 32%;
    padding: 7px 3px;
  }
  body[data-page-id=ppcsmb] .page .block.sample-apps-block .container .apps-wrapper .nav-tab-bar ul.nav-pills li a {
    padding: 0;
    font-size: 12px;
  }
}
body[data-page-id=ppcsmb] .page .block.partners-block {
  padding: 40px 0;
  position: relative;
  background-color: #3b525f;
  font-family: 'open-sansregular';
  color: #fff;
  text-align: center;
}
body[data-page-id=ppcsmb] .page .block.partners-block .learn-about-us {
  margin: -55px 0 15px 0;
  font-size: 14px;
}
body[data-page-id=ppcsmb] .page .block.partners-block .learn-about-us span {
  display: inline-block;
  cursor: pointer;
  background: url('../../images/pages/index_flex/arrow_down-v-1.3.62.png') center bottom no-repeat;
  height: 40px;
}
body[data-page-id=ppcsmb] .page .block.partners-block ul.partners {
  list-style: none;
  padding: 7px 0;
}
body[data-page-id=ppcsmb] .page .block.partners-block ul.partners li {
  display: inline-block;
  margin: 10px 50px 10px 0;
}
body[data-page-id=ppcsmb] .page .block.partners-block ul.partners li:last-child {
  margin-right: 0;
}
body[data-page-id=ppcsmb] .page .block.partners-block .desc {
  background-color: #3b525f;
  font-family: 'open-sansitalic';
  padding: 8px 7px;
  font-size: 18px;
}
body[data-page-id=ppcsmb] .footer {
  background-color: #FFF;
  padding: 50px 0;
  color: #3b525f;
}
body[data-page-id=ppcsmb] .footer .contact a,
body[data-page-id=ppcsmb] .footer .copyright a {
  color: #3b525f;
}
body[data-page-id=ppcsmb] .footer .contact a:hover,
body[data-page-id=ppcsmb] .footer .copyright a:hover,
body[data-page-id=ppcsmb] .footer .contact a:focus,
body[data-page-id=ppcsmb] .footer .copyright a:focus {
  color: #3b525f;
}
@media screen and (min-width: 820px) {
  body[data-page-id=ppcsmb] .page .block.partners-block .container,
  body[data-page-id=ppcsmb] .page .block.reseller-guide-block .container {
    width: 820px;
  }
}
@media screen and (max-width: 970px) and (min-width: 768px) {
  body[data-page-id=ppcsmb] .page .block.partners-block .desc {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  body[data-page-id=ppcsmb] .page .block.partners-block ul.partners li {
    display: inline-block;
    width: 49%;
    margin: 10px 0;
  }
  body[data-page-id=ppcsmb] .page .block.partners-block .desc {
    padding: 8px 7px 5px;
    font-size: 16px;
  }
  body[data-page-id=ppcsmb] .page .block.reseller-guide-block {
    padding: 10px 0 30px 0;
  }
  body[data-page-id=ppcsmb] .page .block.reseller-guide-block h5 {
    margin: 10px 0 15px 0;
  }
  body[data-page-id=ppcsmb] .page .block.start-build-block {
    padding: 30px 0;
  }
  body[data-page-id=ppcsmb] .page .block.start-build-block h5 {
    font-size: 18px;
    padding: 10px 0;
  }
  body[data-page-id=ppcsmb] .page .block.start-build-block .image.image-rocket {
    background-image: url('../../images/pages/index_flex/rocket_480-v-1.3.62.png');
    width: 120px;
    height: 198px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  body[data-page-id=ppcsmb] {
    background-image: url('../../images/pages/index/banner_480-v-1.3.62.jpg');
  }
  body[data-page-id=ppcsmb] .page .block.partners-block .learn-about-us {
    margin: -50px 0 15px 0;
    font-size: 12px;
  }
  body[data-page-id=ppcsmb] .page .block.partners-block .learn-about-us span {
    height: 35px;
  }
  body[data-page-id=ppcsmb] .page .block.partners-block ul.partners li {
    width: 100%;
    margin: 10px 0;
  }
  body[data-page-id=ppcsmb] .page .block.partners-block .desc {
    padding: 8px 7px 5px;
    font-size: 14px;
  }
  body[data-page-id=ppcsmb] .page .block.reseller-guide-block {
    padding: 0 0 20px 0;
  }
  body[data-page-id=ppcsmb] .page .block.start-build-block {
    padding: 20px 0;
  }
  body[data-page-id=ppcsmb] .page .block.start-build-block h5 {
    font-size: 14px;
    padding: 10px 0;
  }
  body[data-page-id=ppcsmb] .page .block.start-build-block .image.image-rocket {
    background-image: url('../../images/pages/index_flex/rocket_480-v-1.3.62.png');
    width: 120px;
    height: 198px;
    margin-bottom: 10px;
  }
}
/**
 * Sign Up V2 Page
 */
body[data-page-id=signup_v2] .header.navbar .navbar-collapse .client-login {
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid;
  padding: 10px 30px;
  margin: 16px 26px 0 13px;
}
body[data-page-id=signup_v2] .header.navbar .navbar-collapse span.already_logged {
  float: right;
  margin: 26px 26px 0 13px;
  font-size: 18px;
  color: #FFF;
}
/**
* Sign Up V2 Page
*/
body[data-page-id=signup_v2] {
  background-repeat: no-repeat;
  background-position: top center;
}
body[data-page-id=signup_v2] .page {
  padding-top: 0;
  font-family: 'open-sansregular';
}
body[data-page-id=signup_v2] .page .content-box {
  position: relative;
  background-color: transparent;
  -webkit-animation: intro-content 2s forwards;
  -moz-animation: intro-content 2s forwards;
  -o-animation: intro-content 2s forwards;
  animation: intro-content 2s forwards;
  overflow: hidden;
  height: auto;
  z-index: 2;
}
body[data-page-id=signup_v2] .page .block {
  position: relative;
  /* Banner Block */
  /*Company Inc Block*/
}
body[data-page-id=signup_v2] .page .block.banner-block {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  background: linear-gradient(rgba(15, 136, 181, 0.8), rgba(15, 136, 181, 0.8)), url('../../images/pages/signup_v2/banner-v-1.3.62.png');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
body[data-page-id=signup_v2] .page .block.banner-block .container > h2 {
  text-align: center;
  font-size: 58px;
  margin-top: 130px;
  font-family: 'open-sansregular';
}
body[data-page-id=signup_v2] .page .block.banner-block .container > p {
  text-align: center;
  font-size: 24px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup {
  margin-top: 50px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .testimonial-block .testimonial-wrapper {
  position: relative;
  padding: 10px 5px 10px 140px;
  border: 1px solid #FFF;
  border-radius: 20px;
  font-size: 24px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .testimonial-block .testimonial-wrapper img {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .testimonial-block ul.biz-info {
  margin-top: 50px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .testimonial-block ul.biz-info li {
  position: relative;
  padding-left: 25px;
  font-size: 22px;
  margin: 15px 0;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .testimonial-block ul.biz-info li img {
  position: absolute;
  left: 0;
  top: 8px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block {
  padding: 5px 0;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block button {
  width: 100%;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 30px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
  margin: 0;
  padding: 12px 40px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form {
  padding: 0 30px 30px 30px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group {
  position: relative;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group label.placeholder {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 16px;
  color: #888;
  transform: translateY(-50%);
  font-family: inherit;
  cursor: text;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group label.placeholder.inactive {
  font-size: 12px;
  top: 7px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group input {
  position: relative;
  background-image: none;
  border: 1px solid #dedede;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  padding: 12px;
  color: #666;
  width: 100%;
  -webkit-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
  outline: none;
  height: auto;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .notify.notify-danger {
  position: absolute;
  background-color: rgba(255, 208, 208, 0.8);
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  border: none;
  right: 0;
  top: 1px;
  padding: 3px 6px;
  font-size: 12px;
  color: #e6513e;
  text-align: left;
  pointer-events: none;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group.full .notify.notify-danger {
  top: 30px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment textarea {
  padding: 12px;
  width: 100%;
  resize: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  box-shadow: none;
  font-size: 16px;
  color: #666;
  background-image: none;
  border: 1px solid #dedede;
  border-radius: 3px;
  outline: none;
  height: 60px;
  overflow-y: hidden;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment textarea.active {
  height: 120px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment span.close {
  position: absolute;
  right: 3px;
  top: 28px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .select-persona-desc {
  font-size: 18px;
  padding-bottom: 5px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .select2-container {
  width: 100%!important;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .select2-container .select2-selection {
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 9px 12px 9px 4px;
  height: auto;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .select2-container .select2-selection .select2-selection__rendered {
  font-size: 16px;
  color: #666;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .select2-container .select2-selection .select2-selection__placeholder {
  color: #999;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .select2-container .select2-selection .select2-selection__arrow {
  height: 48px;
  width: 36px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-ctrls {
  position: relative;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-ctrls button.signup-btn {
  background-color: #f90;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-ctrls button.signup-btn:hover {
  background-color: #e58a00;
  color: #fff;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-ctrls button.signup-btn.active {
  cursor: default;
  background-color: #f7ae32;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-ctrls button.signup-btn.active:hover {
  background-color: #f7ae32;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-ctrls .loader {
  left: 47%;
  transform: translateX(-50%);
  top: -38px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-ctrls .loader:after {
  background-color: #f7ae32;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block {
  position: relative;
  margin: 0 30px;
  padding: 0 0 25px 0;
  z-index: 2;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp {
  position: relative;
  border-top: 1px solid #4eaed3;
  padding-top: 25px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp button {
  position: relative;
  font-size: 16px;
  color: #FFF;
  padding-left: 50px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp button img {
  position: absolute;
  left: 20px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp button.linkedin-btn {
  background-color: #0077b5;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp button.facebook-btn {
  background-color: #39579a;
  padding-left: 40px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp button.facebook-btn img {
  left: 25px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp button:disabled {
  opacity: 0.8;
  cursor: default;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp button.active:hover {
  opacity: 0.8;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp .loader {
  left: 45%;
  transform: translateX(-50%);
  top: -15px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp .loader.facebook:after {
  background-color: #39579a;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp .loader.linkedin:after {
  background-color: #0077b5;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block p.or {
  position: absolute;
  z-index: 3;
  font-size: 20px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  text-align: center;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .comment {
  text-align: center;
  font-size: 16px;
}
body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .comment a {
  color: #FFF;
}
@media screen and (max-width: 1200px) {
  body[data-page-id=signup_v2] .page .block.banner-block .container > h2 {
    font-size: 52px;
    margin-top: 100px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .testimonial-block .testimonial-wrapper {
    font-size: 20px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .testimonial-block .testimonial-wrapper img {
    left: -25px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .testimonial-block ul.biz-info li {
    font-size: 20px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .testimonial-block ul.biz-info li img {
    top: 5px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form button {
    font-size: 16px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment span.close {
    top: 54px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block button.linkedin-btn {
    font-size: 12px;
    padding-left: 40px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block button.linkedin-btn img {
    left: 15px;
    top: 9px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block button.facebook-btn {
    padding-left: 30px;
    font-size: 12px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block button.facebook-btn img {
    left: 15px;
    top: 9px;
  }
}
@media screen and (max-width: 992px) {
  body[data-page-id=signup_v2] .page .block.banner-block .container > h2 {
    font-size: 40px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container > p {
    font-size: 20px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form button {
    white-space: normal;
    font-size: 16px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment span.close {
    top: 30px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block > .col-sm-6 button img {
    display: none;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .comment {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment span.close {
    top: 30px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp {
    border-top: none;
  }
}
@media screen and (max-width: 597px) {
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment span.close {
    top: 54px;
  }
}
@media screen and (max-width: 400px) {
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .testimonial-block .testimonial-wrapper {
    margin-top: 100px;
    padding: 40px 10px 10px 10px;
    text-align: center;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .testimonial-block .testimonial-wrapper img {
    top: -115px;
    left: 50%;
    transform: translateX(-50%);
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form {
    padding: 12px 6px;
  }
  body[data-page-id=signup_v2] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block p.or {
    margin: 10px 0;
  }
}
@media screen and (max-width: 992px) {
  body[data-page-id=signup_v2] .page .block.banner-block {
    height: auto;
  }
}
body[data-page-id=signup_v2] .page .block.company-inc-block {
  background-color: #3b525f;
}
body[data-page-id=signup_v2] .page .block.company-inc-block .container .inc-wrapper {
  margin-bottom: 0;
  text-align: center;
  padding: 30px 0;
}
body[data-page-id=signup_v2] .page .block.company-inc-block .container .inc-wrapper span {
  color: #FFF;
  padding-left: 20px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  body[data-page-id=signup_v2] .page .block.company-inc-block .container .inc-wrapper span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body[data-page-id=signup_v2] .page .block.company-inc-block .container .inc-wrapper span {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 30px 0;
  }
}
body[data-page-id=signup_v2] .footer {
  padding: 35px 0;
  background-color: #FFF;
}
body[data-page-id=signup_v2] .footer .container .contact,
body[data-page-id=signup_v2] .footer .container .copyright {
  color: #3b525f;
}
body[data-page-id=signup_v2] .footer .container .contact li,
body[data-page-id=signup_v2] .footer .container .copyright li,
body[data-page-id=signup_v2] .footer .container .contact span,
body[data-page-id=signup_v2] .footer .container .copyright span {
  color: #3b525f;
}
body[data-page-id=signup_v2] .footer .container .contact a,
body[data-page-id=signup_v2] .footer .container .copyright a {
  color: #3b525f;
}
body[data-page-id=signup_v2] .footer .container .contact a:hover,
body[data-page-id=signup_v2] .footer .container .copyright a:hover {
  color: #3b525f;
}
/**
 * Sign Up V2 Page
 */
body[data-page-id=reseller_info_request] .header.navbar .navbar-collapse .client-login {
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid;
  padding: 10px 30px;
  margin: 16px 26px 0 13px;
}
body[data-page-id=reseller_info_request] .header.navbar .navbar-collapse span.already_logged {
  float: right;
  margin: 26px 26px 0 13px;
  font-size: 18px;
  color: #FFF;
}
/**
* Sign Up V2 Page
*/
body[data-page-id=reseller_info_request] {
  background-repeat: no-repeat;
  background-position: top center;
}
body[data-page-id=reseller_info_request] .page {
  padding-top: 0;
  font-family: 'open-sansregular';
}
body[data-page-id=reseller_info_request] .page .content-box {
  position: relative;
  background-color: transparent;
  -webkit-animation: intro-content 2s forwards;
  -moz-animation: intro-content 2s forwards;
  -o-animation: intro-content 2s forwards;
  animation: intro-content 2s forwards;
  overflow: hidden;
  height: auto;
  z-index: 2;
}
body[data-page-id=reseller_info_request] .page .block {
  position: relative;
  /* Banner Block */
  /*Company Inc Block*/
}
body[data-page-id=reseller_info_request] .page .block.banner-block {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  background: linear-gradient(rgba(15, 136, 181, 0.8), rgba(15, 136, 181, 0.8)), url('../../images/pages/signup_v2/banner-v-1.3.62.png');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1400px) {
  body[data-page-id=reseller_info_request] .page .block.banner-block .container {
    width: 1325px;
  }
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container > h2 {
  text-align: center;
  font-size: 58px;
  margin-top: 130px;
  font-family: 'open-sansregular';
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container > p {
  text-align: center;
  font-size: 24px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup {
  margin-top: 50px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .testimonial-block .testimonial-wrapper {
  position: relative;
  padding: 25px 5px 25px 140px;
  border: 1px solid #FFF;
  border-radius: 20px;
  font-size: 24px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .testimonial-block .testimonial-wrapper img {
  position: absolute;
  left: -40px;
  top: 50px;
  transform: translateY(-50%);
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .testimonial-block ul.biz-info {
  margin-top: 50px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .testimonial-block ul.biz-info li {
  position: relative;
  padding-left: 25px;
  font-size: 22px;
  margin: 20px 0;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .testimonial-block ul.biz-info li img {
  position: absolute;
  left: 0;
  top: 8px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block {
  padding: 5px 0;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block button {
  width: 100%;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 30px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
  margin: 0;
  padding: 12px 40px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form {
  padding: 0 30px 30px 30px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group {
  position: relative;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group label.placeholder {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 16px;
  color: #888;
  transform: translateY(-50%);
  font-family: inherit;
  cursor: text;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group label.placeholder.inactive {
  font-size: 12px;
  top: 7px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group input {
  background-image: none;
  border: 1px solid #dedede;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  padding: 12px;
  color: #666;
  width: 100%;
  -webkit-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
  outline: none;
  height: auto;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .notify.notify-danger {
  position: absolute;
  background-color: rgba(255, 208, 208, 0.8);
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  border: none;
  right: 0;
  top: 1px;
  padding: 3px 6px;
  font-size: 12px;
  color: #e6513e;
  text-align: left;
  pointer-events: none;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group.full .notify.notify-danger {
  top: 30px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment textarea {
  padding: 12px;
  width: 100%;
  resize: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  box-shadow: none;
  font-size: 16px;
  color: #666;
  background-image: none;
  border: 1px solid #dedede;
  border-radius: 3px;
  outline: none;
  height: 60px;
  overflow-y: hidden;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment textarea.active {
  height: 120px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment span.close {
  position: absolute;
  right: 3px;
  top: 28px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .select-persona-desc {
  font-size: 18px;
  padding-bottom: 5px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .select2-container {
  width: 100%!important;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .select2-container .select2-selection {
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 9px 12px 9px 4px;
  height: auto;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .select2-container .select2-selection .select2-selection__rendered {
  font-size: 16px;
  color: #666;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .select2-container .select2-selection .select2-selection__placeholder {
  color: #999;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .select2-container .select2-selection .select2-selection__arrow {
  height: 48px;
  width: 36px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-ctrls {
  position: relative;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-ctrls button.request-more {
  background-color: #f90;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-ctrls button.request-more:hover {
  background-color: #e58a00;
  color: #fff;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-ctrls button.request-more:disabled {
  background-color: #f7ae32;
  cursor: default;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-ctrls button.request-more:disabled:hover {
  background-color: #f7ae32;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-ctrls .loader {
  left: 47%;
  transform: translateX(-50%);
  top: -38px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-ctrls .loader:after {
  background-color: #f7ae32;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block {
  position: relative;
  margin: 0 30px;
  padding: 0 0 25px 0;
  z-index: 2;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp {
  border-top: 1px solid #4eaed3;
  padding-top: 25px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp button {
  position: relative;
  font-size: 16px;
  color: #FFF;
  padding-left: 50px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp button img {
  position: absolute;
  left: 20px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp button.linkedin-btn {
  background-color: #0077b5;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp button.facebook-btn {
  background-color: #39579a;
  padding-left: 40px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp button.facebook-btn img {
  left: 25px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp button:disabled {
  opacity: 0.8;
  cursor: default;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp button:hover {
  opacity: 0.8;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp .loader {
  left: 45%;
  transform: translateX(-50%);
  top: -15px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp .loader.facebook:after {
  background-color: #39579a;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp .loader.linkedin:after {
  background-color: #0077b5;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block p.or {
  position: absolute;
  z-index: 3;
  font-size: 20px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  text-align: center;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .comment {
  text-align: center;
  font-size: 16px;
}
body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .comment a {
  color: #FFF;
}
@media screen and (max-width: 1400px) {
  body[data-page-id=reseller_info_request] .page .block.banner-block .container > h2 {
    font-size: 56px;
    margin-top: 100px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container > p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  body[data-page-id=reseller_info_request] .page .block.banner-block .container > h2 {
    font-size: 46px;
    margin-top: 100px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container > p {
    font-size: 17px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .testimonial-block .testimonial-wrapper {
    font-size: 20px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .testimonial-block .testimonial-wrapper img {
    left: -25px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .testimonial-block ul.biz-info li {
    font-size: 20px;
    margin: 10px 0;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .testimonial-block ul.biz-info li img {
    top: 5px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form button {
    font-size: 16px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment span.close {
    top: 54px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block button.linkedin-btn {
    font-size: 12px;
    padding-left: 40px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block button.linkedin-btn img {
    left: 15px;
    top: 9px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block button.facebook-btn {
    padding-left: 30px;
    font-size: 12px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block button.facebook-btn img {
    left: 15px;
    top: 9px;
  }
}
@media screen and (max-width: 992px) {
  body[data-page-id=reseller_info_request] .page .block.banner-block .container > h2 {
    font-size: 40px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container > p {
    font-size: 20px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form button {
    white-space: normal;
    font-size: 16px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment span.close {
    top: 30px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block > .col-sm-6 button img {
    display: none;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .comment {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment span.close {
    top: 30px;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .social-signup-block .btn-wrp {
    border-top: none;
  }
}
@media screen and (max-width: 597px) {
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form .form-group .comment span.close {
    top: 54px;
  }
}
@media screen and (max-width: 400px) {
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .testimonial-block .testimonial-wrapper {
    margin-top: 100px;
    padding: 40px 10px 10px 10px;
    text-align: center;
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .testimonial-block .testimonial-wrapper img {
    top: -115px;
    left: 50%;
    transform: translateX(-50%);
  }
  body[data-page-id=reseller_info_request] .page .block.banner-block .container .testimonial-signup .signup-block .signup-form {
    padding: 12px 6px;
  }
}
@media screen and (max-width: 992px) {
  body[data-page-id=reseller_info_request] .page .block.banner-block {
    height: auto;
    padding-bottom: 0;
  }
}
body[data-page-id=reseller_info_request] .page .block.company-inc-block {
  background-color: #3b525f;
}
body[data-page-id=reseller_info_request] .page .block.company-inc-block .container .inc-wrapper {
  margin-bottom: 0;
  text-align: center;
  padding: 30px 0;
}
body[data-page-id=reseller_info_request] .page .block.company-inc-block .container .inc-wrapper span {
  color: #FFF;
  padding-left: 20px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  body[data-page-id=reseller_info_request] .page .block.company-inc-block .container .inc-wrapper span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body[data-page-id=reseller_info_request] .page .block.company-inc-block .container .inc-wrapper span {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 30px 0;
  }
}
body[data-page-id=reseller_info_request] .footer {
  padding: 35px 0;
  background-color: #FFF;
}
body[data-page-id=reseller_info_request] .footer .container .contact,
body[data-page-id=reseller_info_request] .footer .container .copyright {
  color: #3b525f;
}
body[data-page-id=reseller_info_request] .footer .container .contact li,
body[data-page-id=reseller_info_request] .footer .container .copyright li,
body[data-page-id=reseller_info_request] .footer .container .contact span,
body[data-page-id=reseller_info_request] .footer .container .copyright span {
  color: #3b525f;
}
body[data-page-id=reseller_info_request] .footer .container .contact a,
body[data-page-id=reseller_info_request] .footer .container .copyright a {
  color: #3b525f;
}
body[data-page-id=reseller_info_request] .footer .container .contact a:hover,
body[data-page-id=reseller_info_request] .footer .container .copyright a:hover {
  color: #3b525f;
}
/**
 * How it Works Page
 */
body[data-page-id=how-it-works] .page {
  /* Video Block */
  /* Features Block */
  /* Guarantee Block */
  /* Control Block */
  /* SLA Block */
  /* Training Block */
  /* Reseller Guide Block */
}
body[data-page-id=how-it-works] .page .video-block {
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
}
body[data-page-id=how-it-works] .page .video-block .block-body {
  width: 100%;
  height: 100%;
  background-color: rgba(28, 43, 54, 0.75);
}
body[data-page-id=how-it-works] .page .video-block .block-body .container {
  position: relative;
}
body[data-page-id=how-it-works] .page .video-block .block-body .separator-h {
  background-color: #fff;
  height: 1px;
  margin: 20px 0px;
}
body[data-page-id=how-it-works] .page .features-block {
  text-align: center;
  padding-top: 36px;
}
body[data-page-id=how-it-works] .page .features-block img {
  padding-bottom: 10px;
}
body[data-page-id=how-it-works] .page .features-block h5 {
  padding-bottom: 30px;
}
body[data-page-id=how-it-works] .page .features-block h5 b {
  margin-bottom: 6px;
}
body[data-page-id=how-it-works] .page .features-block .separator-h {
  display: inline-block;
  position: absolute;
  background-color: #49bdd2;
  height: 1px;
  margin-left: 35px;
  margin-top: 31px;
}
body[data-page-id=how-it-works] .page .guarantee-block .guarantee {
  position: relative;
  background-position: left bottom;
  background-repeat: no-repeat;
}
body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free {
  position: absolute;
  font-family: 'open-sansbold';
  text-align: left;
  text-transform: uppercase;
  color: #083847;
}
body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free span {
  display: inline-block;
}
body[data-page-id=how-it-works] .page .guarantee-block .guarantee h2,
body[data-page-id=how-it-works] .page .guarantee-block .guarantee h5 {
  text-align: left;
}
body[data-page-id=how-it-works] .page .guarantee-block .image {
  background-position: center center;
  background-repeat: no-repeat;
}
body[data-page-id=how-it-works] .page .control-block {
  background-color: #f6f6f6;
  padding: 100px 0;
}
body[data-page-id=how-it-works] .page .control-block .ctrl {
  background-image: url('../../images/pages/how_to_works/ctrl-v-1.3.62.png');
  width: 637px;
  height: 426px;
  margin: 0 auto;
}
body[data-page-id=how-it-works] .page .control-block .wrapper {
  padding: 0 70px;
}
body[data-page-id=how-it-works] .page .control-block .wrapper h2 {
  margin-top: 0;
}
body[data-page-id=how-it-works] .page .control-block .wrapper .row-spr {
  border-top: 1px solid #1eacc6;
  width: 100px;
}
body[data-page-id=how-it-works] .page .sla-block {
  border-top: 1px solid #dedede;
}
body[data-page-id=how-it-works] .page .sla-block .row-spr {
  display: inline-block;
  border-top: 1px solid #1eacc6;
  width: 100px;
}
body[data-page-id=how-it-works] .page .sla-block h5 {
  color: #666;
}
body[data-page-id=how-it-works] .page .sla-block h5 b {
  color: #333;
}
body[data-page-id=how-it-works] .page .sla-block .image {
  background-position: center center;
  background-repeat: no-repeat;
}
body[data-page-id=how-it-works] .page .sla-block .image.analysis {
  margin: 0 auto;
}
body[data-page-id=how-it-works] .page .sla-block .part.secure-part {
  background-repeat: no-repeat;
  text-align: left;
}
body[data-page-id=how-it-works] .page .sla-block .part.launch-part {
  background-repeat: no-repeat;
  text-align: right;
}
body[data-page-id=how-it-works] .page .training-block {
  background-color: #f6f6f6;
  text-align: center;
}
body[data-page-id=how-it-works] .page .training-block .training-video {
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play {
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  padding: 0;
  /* transition */
  -webkit-transition: background-image 250ms linear;
  -moz-transition: background-image 250ms linear;
  -o-transition: background-image 250ms linear;
  transition: background-image 250ms linear;
}
body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play:hover,
body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play:focus,
body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play:active {
  box-shadow: none;
}
body[data-page-id=how-it-works] .page .training-block .training-video iframe {
  width: 100%;
  height: 100%;
  display: none;
}
body[data-page-id=how-it-works] .page .training-block h5 {
  margin: 0 auto;
  color: #666;
}
body[data-page-id=how-it-works] .page .training-block h5 span {
  display: block;
}
body[data-page-id=how-it-works] .page .training-block h5 .row-spr {
  border-top: 1px solid #1eacc6;
}
body[data-page-id=how-it-works] .page .reseller-guide-block {
  padding: 30px 0 60px 0;
  border-top: 1px solid #dedede;
  text-align: center;
}
/* Mobile */
@media screen and (min-width: 1680px) {
  body[data-page-id=how-it-works] .page .video-block {
    background-size: cover;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee {
    margin: 0 auto 50px auto!important;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.secure-part,
  body[data-page-id=how-it-works] .page .sla-block .part.launch-part {
    margin: 0 auto!important;
  }
  body[data-page-id=how-it-works] .page .control-block .wrapper {
    width: 816px;
  }
}
@media screen and (min-width: 1560px) {
  body[data-page-id=how-it-works] .page .sla-block {
    padding: 50px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .sla-block .row-spr {
    margin: 10px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .image.analysis {
    margin-top: 10px;
    margin-bottom: 20px;
    background-image: url('../../images/pages/how_to_works/analysis-v-1.3.62.png');
    width: 634px;
    height: 425px;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.secure-part {
    width: 710px;
    background-position: right 25px;
    background-image: url('../../images/pages/how_to_works/secure-v-1.3.62.png');
    margin-left: 30px;
    padding-right: 295px;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.launch-part {
    width: 710px;
    background-position: left 170px;
    background-image: url('../../images/pages/how_to_works/launch-v-1.3.62.png');
    margin-top: 150px;
    margin-left: 10px;
    padding-left: 315px;
    padding-top: 100px;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.deep-part {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .guarantee-block {
    padding: 45px 0 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee {
    background-position: 10px bottom;
    background-image: url('../../images/pages/how_to_works/guarantee-v-1.3.62.jpg');
    padding-left: 260px;
    margin-left: 40px;
    width: 700px;
    height: 378px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free {
    top: 0;
    left: 0;
    border-right: 10px solid #083847;
    width: 220px;
    height: 250px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free span {
    margin-top: -5px;
    font-size: 80px;
    line-height: 90px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h5 {
    margin: 20px 0 50px 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .btn-start-building {
    width: 440px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .image.risk-free {
    background-image: url('../../images/pages/how_to_works/app-v-1.3.62.png');
    width: 634px;
    height: 425px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1560px) {
  body[data-page-id=how-it-works] .page .sla-block {
    padding: 50px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .sla-block .row-spr {
    margin: 10px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .image.analysis {
    margin-top: 10px;
    margin-bottom: 20px;
    background-image: url('../../images/pages/how_to_works/analysis-v-1.3.62.png');
    width: 634px;
    height: 425px;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.secure-part {
    width: 625px;
    background-position: right 25px;
    background-image: url('../../images/pages/how_to_works/secure-v-1.3.62.png');
    margin-left: 30px;
    padding-right: 295px;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.launch-part {
    width: 625px;
    background-position: left 50px;
    background-image: url('../../images/pages/how_to_works/launch-v-1.3.62.png');
    margin-top: 150px;
    margin-left: 10px;
    padding-left: 290px;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.deep-part {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .guarantee-block {
    padding: 45px 0 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee {
    background-position: 10px bottom;
    background-image: url('../../images/pages/how_to_works/guarantee-v-1.3.62.jpg');
    padding-left: 260px;
    margin-left: 40px;
    width: 660px;
    height: 378px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free {
    top: 0;
    left: 0;
    border-right: 10px solid #083847;
    width: 220px;
    height: 250px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free span {
    margin-top: -5px;
    font-size: 80px;
    line-height: 90px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h5 {
    margin: 20px 0 50px 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .btn-start-building {
    width: 400px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .image.risk-free {
    background-image: url('../../images/pages/how_to_works/app-v-1.3.62.png');
    width: 634px;
    height: 425px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  body[data-page-id=how-it-works] .page .sla-block {
    padding: 50px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .sla-block .row-spr {
    margin: 10px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .image.analysis {
    margin-top: 10px;
    margin-bottom: 20px;
    background-image: url('../../images/pages/how_to_works/analysis_453-v-1.3.62.png');
    width: 453px;
    height: 304px;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.secure-part {
    width: 550px;
    background-position: right 25px;
    background-image: url('../../images/pages/how_to_works/secure_180-v-1.3.62.png');
    margin-left: 30px;
    padding-right: 200px;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.launch-part {
    width: 550px;
    background-position: left 50px;
    background-image: url('../../images/pages/how_to_works/launch_222-v-1.3.62.png');
    margin-top: 50px;
    margin-left: 10px;
    padding-left: 200px;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.deep-part {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .guarantee-block {
    padding: 45px 0 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee {
    background-position: 10px bottom;
    background-image: url('../../images/pages/how_to_works/guarantee-v-1.3.62.jpg');
    padding-left: 240px;
    margin-left: 0;
    width: 590px;
    height: 378px;
    margin-bottom: 50px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free {
    top: 0;
    left: 0;
    border-right: 10px solid #083847;
    width: 210px;
    height: 240px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free span {
    margin-top: -5px;
    font-size: 72px;
    line-height: 82px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h2 {
    font-size: 38px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h5 {
    margin: 20px 0 50px 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .btn-start-building {
    width: 330px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .image.risk-free {
    float: right;
    background-image: url('../../images/pages/how_to_works/app-v-1.3.62.png');
    margin-top: 0;
    width: 634px;
    height: 425px;
  }
}
@media screen and (min-width: 1375px) {
  body[data-page-id=how-it-works] .page .training-block .training-video {
    margin-top: 60px;
    background-image: url('../../images/pages/how_to_works/training-v-1.3.62.png');
    width: 700px;
    height: 393px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play {
    background-image: url('../../images/pages/how_to_works/play-v-1.3.62.png');
    width: 83px;
    height: 83px;
    margin-top: 155px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play:hover {
    background-image: url('../../images/pages/how_to_works/play_over-v-1.3.62.png');
  }
}
@media screen and (min-width: 1200px) and (max-width: 1375px) {
  body[data-page-id=how-it-works] .page .training-block .training-video {
    margin-top: 60px;
    background-image: url('../../images/pages/how_to_works/training_545-v-1.3.62.png');
    width: 545px;
    height: 306px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play {
    background-image: url('../../images/pages/how_to_works/play-v-1.3.62.png');
    width: 83px;
    height: 83px;
    margin-top: 111px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play:hover {
    background-image: url('../../images/pages/how_to_works/play_over-v-1.3.62.png');
  }
  body[data-page-id=how-it-works] .page .control-block {
    padding: 50px 0;
  }
  body[data-page-id=how-it-works] .page .control-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .control-block .container .ctrl {
    background-image: url('../../images/pages/how_to_works/ctrl_455-v-1.3.62.png');
    width: 455px;
    height: 304px;
    margin: 0 auto;
  }
  body[data-page-id=how-it-works] .page .control-block .container .wrapper h5 {
    font-size: 16px;
    margin: 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  body[data-page-id=how-it-works] .page .features-block {
    padding-top: 46px;
  }
  body[data-page-id=how-it-works] .page .features-block .container {
    width: 1040px;
  }
  body[data-page-id=how-it-works] .page .features-block h5 b {
    height: 64px;
  }
  body[data-page-id=how-it-works] .page .features-block .separator-h {
    width: 200px;
  }
  body[data-page-id=how-it-works] .page .control-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .control-block .container .wrapper h5 {
    font-size: 16px;
    margin: 20px 0;
  }
  body[data-page-id=how-it-works] .page .reseller-guide-block .container {
    width: 778px;
  }
  body[data-page-id=how-it-works] .page .reseller-guide-block h5 {
    margin: 20px 0 30px 0;
  }
  body[data-page-id=how-it-works] .page .training-block {
    padding: 30px 0;
  }
  body[data-page-id=how-it-works] .page .training-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .training-block h5 {
    font-size: 16px;
    width: 540px;
  }
  body[data-page-id=how-it-works] .page .training-block h5 b {
    margin-top: 30px;
  }
  body[data-page-id=how-it-works] .page .training-block h5 span {
    margin-top: 10px;
  }
  body[data-page-id=how-it-works] .page .training-block h5 .row-spr {
    margin: 20px auto;
    width: 335px;
  }
}
@media screen and (min-width: 992px) {
  body[data-page-id=how-it-works] .page .video-block {
    background-image: url('../../images/pages/how_to_works/video_bg-v-1.3.62.png');
    height: 489px;
  }
  body[data-page-id=how-it-works] .page .video-block h2 {
    margin-top: 195px;
    margin-bottom: 25px;
  }
  body[data-page-id=how-it-works] .page .video-block h3 {
    font-size: 24px;
  }
  body[data-page-id=how-it-works] .page .video-block div.separator-h {
    width: 166px;
  }
  body[data-page-id=how-it-works] .page .control-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .control-block .container .wrapper h5 {
    font-size: 16px;
    margin: 20px 0;
  }
  body[data-page-id=how-it-works] .page .reseller-guide-block h5 {
    margin: 15px 0 20px 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  body[data-page-id=how-it-works] .page .video-block {
    background-image: url('../../images/pages/how_to_works/video_bg_1200-v-1.3.62.png');
    height: 349px;
  }
  body[data-page-id=how-it-works] .page .features-block {
    padding-top: 46px;
  }
  body[data-page-id=how-it-works] .page .features-block .separator-h {
    width: 170px;
  }
  body[data-page-id=how-it-works] .page .control-block {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  body[data-page-id=how-it-works] .page .control-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .control-block .container .ctrl {
    background-image: url('../../images/pages/how_to_works/ctrl_455-v-1.3.62.png');
    width: 455px;
    height: 304px;
    margin: 0 auto;
  }
  body[data-page-id=how-it-works] .page .control-block .container .wrapper {
    padding: 0 30px;
  }
  body[data-page-id=how-it-works] .page .control-block .container .wrapper h5 {
    font-size: 16px;
    margin: 20px 0;
  }
  body[data-page-id=how-it-works] .page .training-block {
    padding: 30px 0;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video {
    margin-top: 60px;
    background-image: url('../../images/pages/how_to_works/training_430-v-1.3.62.png');
    width: 430px;
    height: 241px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play {
    background-image: url('../../images/pages/how_to_works/play_50-v-1.3.62.png');
    width: 50px;
    height: 50px;
    margin-top: 96px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play:hover {
    background-image: url('../../images/pages/how_to_works/play_over_50-v-1.3.62.png');
  }
  body[data-page-id=how-it-works] .page .training-block h5 {
    font-size: 16px;
    width: 440px;
  }
  body[data-page-id=how-it-works] .page .training-block h5 b {
    margin-top: 20px;
  }
  body[data-page-id=how-it-works] .page .training-block h5 span {
    margin-top: 10px;
  }
  body[data-page-id=how-it-works] .page .training-block h5 .row-spr {
    margin: 20px auto;
    width: 272px;
  }
  body[data-page-id=how-it-works] .page .sla-block {
    padding: 50px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .sla-block .row-spr {
    margin: 10px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .image.analysis {
    margin-top: 10px;
    margin-bottom: 20px;
    background-image: url('../../images/pages/how_to_works/analysis_453-v-1.3.62.png');
    width: 453px;
    height: 304px;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.secure-part {
    width: auto;
    background-position: center bottom;
    background-image: url('../../images/pages/how_to_works/secure_180-v-1.3.62.png');
    margin-left: 30px;
    padding-bottom: 130px;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.launch-part {
    width: auto;
    background-position: center bottom;
    background-image: url('../../images/pages/how_to_works/launch_222-v-1.3.62.png');
    margin-top: 50px;
    margin-left: 10px;
    padding-bottom: 120px;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.deep-part {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .guarantee-block {
    padding: 45px 0 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee {
    background-position: 10px bottom;
    background-image: url('../../images/pages/how_to_works/guarantee_992-v-1.3.62.jpg');
    padding-left: 190px;
    margin-left: 0;
    width: 440px;
    height: 378px;
    margin-bottom: 50px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free {
    top: 0;
    left: 0;
    border-right: 10px solid #083847;
    width: 170px;
    height: 200px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free span {
    margin-top: -5px;
    font-size: 60px;
    line-height: 70px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h2 {
    font-size: 27px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h5 {
    font-size: 16px;
    margin: 20px 0 50px 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .btn-start-building {
    width: 250px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .image.risk-free {
    float: right;
    background-image: url('../../images/pages/how_to_works/app_453-v-1.3.62.png');
    margin-top: 50px;
    width: 453px;
    height: 304px;
  }
}
@media screen and (max-width: 992px) and (min-width: 900px) {
  body[data-page-id=how-it-works] .page .guarantee-block {
    padding: 45px 0 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee {
    background-position: 10px bottom;
    background-image: url('../../images/pages/how_to_works/guarantee_768-v-1.3.62.jpg');
    padding-left: 160px;
    margin-left: 0;
    width: 427px;
    height: 378px;
    margin-bottom: 50px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free {
    top: 0;
    left: 0;
    border-right: 7px solid #083847;
    width: 140px;
    height: 160px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free span {
    margin-top: -5px;
    font-size: 50px;
    line-height: 60px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h2 {
    font-size: 27px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h5 {
    font-size: 16px;
    margin: 20px 0 50px 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .btn-start-building {
    width: 267px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .image.risk-free {
    float: right;
    background-image: url('../../images/pages/how_to_works/app_374-v-1.3.62.png');
    margin-top: 50px;
    width: 374px;
    height: 251px;
    background-size: cover;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  body[data-page-id=how-it-works] .page .guarantee-block {
    padding: 45px 0 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .col-sm-6 {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee {
    background-position: 10px bottom;
    background-image: url('../../images/pages/how_to_works/guarantee_768-v-1.3.62.jpg');
    padding-left: 160px;
    margin-left: 0;
    width: 100%;
    min-height: 270px;
    margin-bottom: 50px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free {
    top: 0;
    left: 0;
    border-right: 7px solid #083847;
    width: 140px;
    height: 160px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free span {
    margin-top: -5px;
    font-size: 50px;
    line-height: 60px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h2 {
    font-size: 32px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h5 {
    font-size: 16px;
    margin: 20px 0 50px 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .btn-start-building {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .image.risk-free {
    float: right;
    background-image: url('../../images/pages/how_to_works/app_453-v-1.3.62.png');
    width: 100%;
    height: 304px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body[data-page-id=how-it-works] .page .video-block {
    background-image: url('../../images/pages/how_to_works/video_bg_992-v-1.3.62.png');
    height: 289px;
  }
  body[data-page-id=how-it-works] .page .video-block h2 {
    margin-top: 95px;
    margin-bottom: 20px;
  }
  body[data-page-id=how-it-works] .page .video-block h3 {
    font-size: 21px;
  }
  body[data-page-id=how-it-works] .page .video-block div.separator-h {
    width: 150px;
  }
  body[data-page-id=how-it-works] .page .features-block img {
    padding-bottom: 18px;
  }
  body[data-page-id=how-it-works] .page .features-block h5 {
    font-size: 16px;
    padding-bottom: 38px;
  }
  body[data-page-id=how-it-works] .page .features-block h5 b {
    margin-bottom: 13px;
  }
  body[data-page-id=how-it-works] .page .features-block .separator-h {
    width: 100px;
  }
  body[data-page-id=how-it-works] .page .control-block {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  body[data-page-id=how-it-works] .page .control-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .control-block .container .col-sm-6 {
    padding: 0;
  }
  body[data-page-id=how-it-works] .page .control-block .container .col-sm-6 .ctrl {
    background-image: url('../../images/pages/how_to_works/ctrl_376-v-1.3.62.png');
    width: 376px;
    height: 251px;
    margin: 0 auto;
  }
  body[data-page-id=how-it-works] .page .control-block .container .wrapper {
    padding: 0 20px;
  }
  body[data-page-id=how-it-works] .page .control-block .container .wrapper h5 {
    font-size: 14px;
    margin: 20px 0;
  }
  body[data-page-id=how-it-works] .page .reseller-guide-block {
    padding: 20px 0 50px 0;
  }
  body[data-page-id=how-it-works] .page .reseller-guide-block h5 {
    margin: 15px 0 25px 0;
  }
  body[data-page-id=how-it-works] .page .training-block {
    padding: 30px 0;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video {
    margin-top: 60px;
    background-image: url('../../images/pages/how_to_works/training_330-v-1.3.62.png');
    width: 330px;
    height: 185px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play {
    background-image: url('../../images/pages/how_to_works/play_50-v-1.3.62.png');
    width: 50px;
    height: 50px;
    margin-top: 68px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play:hover {
    background-image: url('../../images/pages/how_to_works/play_over_50-v-1.3.62.png');
  }
  body[data-page-id=how-it-works] .page .training-block h5 {
    font-size: 14px;
    width: 330px;
  }
  body[data-page-id=how-it-works] .page .training-block h5 b {
    margin-top: 20px;
  }
  body[data-page-id=how-it-works] .page .training-block h5 span {
    margin-top: 10px;
  }
  body[data-page-id=how-it-works] .page .training-block h5 .row-spr {
    margin: 20px auto;
    width: 204px;
  }
  body[data-page-id=how-it-works] .page .sla-block {
    padding: 30px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .sla-block .row-spr {
    margin: 10px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .image.analysis {
    margin-top: 10px;
    margin-bottom: 20px;
    background-image: url('../../images/pages/how_to_works/analysis_320-v-1.3.62.png');
    width: 320px;
    height: 215px;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.secure-part {
    width: auto;
    background-position: center bottom;
    background-image: url('../../images/pages/how_to_works/secure_180-v-1.3.62.png');
    margin-left: 30px;
    padding-bottom: 130px;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.launch-part {
    width: auto;
    background-position: center bottom;
    background-image: url('../../images/pages/how_to_works/launch_222-v-1.3.62.png');
    margin-top: 50px;
    margin-left: 10px;
    padding-bottom: 120px;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.deep-part {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  body[data-page-id=how-it-works] .page .video-block {
    background-image: url('../../images/pages/how_to_works/video_bg_768-v-1.3.62.png');
    height: 224px;
  }
  body[data-page-id=how-it-works] .page .video-block h2 {
    margin-top: 70px;
    margin-bottom: 15px;
  }
  body[data-page-id=how-it-works] .page .video-block h3 {
    font-size: 18px;
  }
  body[data-page-id=how-it-works] .page .video-block div.separator-h {
    width: 130px;
  }
  body[data-page-id=how-it-works] .page .features-block .separator-h {
    display: none;
  }
  body[data-page-id=how-it-works] .page .control-block {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  body[data-page-id=how-it-works] .page .control-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .control-block .container .ctrl {
    background-image: url('../../images/pages/how_to_works/ctrl_376-v-1.3.62.png');
    width: 376px;
    height: 251px;
    margin: 0 auto;
  }
  body[data-page-id=how-it-works] .page .control-block .container .wrapper {
    padding: 20px;
  }
  body[data-page-id=how-it-works] .page .control-block .container .wrapper h2 {
    margin: 20px 0;
  }
  body[data-page-id=how-it-works] .page .control-block .container .wrapper h5 {
    font-size: 14px;
    margin: 20px 0;
  }
  body[data-page-id=how-it-works] .page .reseller-guide-block {
    padding: 10px 0 30px 0;
  }
  body[data-page-id=how-it-works] .page .reseller-guide-block h5 {
    margin: 10px 0 15px 0;
  }
  body[data-page-id=how-it-works] .page .reseller-guide-block .reseller-guide-form .hs-form .hs-form-field .hs-input {
    font-size: 14px;
    padding: 8px 10px;
  }
  body[data-page-id=how-it-works] .page .reseller-guide-block .reseller-guide-form .hs-form .hs_submit .hs-button {
    font-size: 14px;
    padding: 8px 30px;
  }
  body[data-page-id=how-it-works] .page .training-block {
    padding: 20px 0;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video {
    margin: 40px auto;
    background-image: url('../../images/pages/how_to_works/training_430-v-1.3.62.png');
    width: 430px;
    height: 241px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play {
    background-image: url('../../images/pages/how_to_works/play_50-v-1.3.62.png');
    width: 50px;
    height: 50px;
    margin-top: 96px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play:hover {
    background-image: url('../../images/pages/how_to_works/play_over_50-v-1.3.62.png');
  }
  body[data-page-id=how-it-works] .page .training-block h5 {
    font-size: 14px;
    width: auto;
  }
  body[data-page-id=how-it-works] .page .training-block h5 b {
    margin-top: 20px;
  }
  body[data-page-id=how-it-works] .page .training-block h5 span {
    margin-top: 10px;
  }
  body[data-page-id=how-it-works] .page .training-block h5 .row-spr {
    margin: 20px auto;
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .sla-block {
    padding: 10px 0 30px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .sla-block .row-spr {
    margin: 10px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .image.analysis {
    margin-top: 10px;
    margin-bottom: 20px;
    background-image: url('../../images/pages/how_to_works/analysis_290-v-1.3.62.png');
    width: 290px;
    height: 194px;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.secure-part {
    width: auto;
    background-position: center bottom;
    background-image: url('../../images/pages/how_to_works/secure_180-v-1.3.62.png');
    margin-left: 30px;
    padding-bottom: 130px;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.launch-part {
    width: auto;
    background-position: center bottom;
    background-image: url('../../images/pages/how_to_works/launch_222-v-1.3.62.png');
    margin-top: 50px;
    margin-left: 10px;
    padding-bottom: 120px;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.deep-part {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .guarantee-block {
    padding: 45px 0 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .col-sm-6 {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee {
    background-position: 10px bottom;
    background-image: url('../../images/pages/how_to_works/guarantee_768-v-1.3.62.jpg');
    padding-left: 160px;
    margin-left: 0;
    width: 100%;
    min-height: 270px;
    margin-bottom: 50px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free {
    top: 0;
    left: 0;
    border-right: 7px solid #083847;
    width: 140px;
    height: 160px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free span {
    margin-top: -5px;
    font-size: 50px;
    line-height: 60px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h2 {
    font-size: 32px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h5 {
    font-size: 14px;
    margin: 20px 0 50px 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .btn-start-building {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .image.risk-free {
    float: right;
    background-image: url('../../images/pages/how_to_works/app_290-v-1.3.62.png');
    width: 100%;
    height: 251px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  body[data-page-id=how-it-works] .page .video-block {
    background-image: url('../../images/pages/how_to_works/video_bg_480-v-1.3.62.png');
    height: 140px;
  }
  body[data-page-id=how-it-works] .page .video-block .block-body h2 {
    margin-top: 45px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  body[data-page-id=how-it-works] .page .video-block .block-body h3 {
    margin-top: 10px;
    font-size: 11px;
  }
  body[data-page-id=how-it-works] .page .video-block .block-body div.separator-h {
    margin: 5px 0;
    width: 75px;
  }
  body[data-page-id=how-it-works] .page .features-block .separator-h {
    display: none;
  }
  body[data-page-id=how-it-works] .page .guarantee-block {
    padding: 30px 0 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .col-sm-6 {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee {
    background: none;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    min-height: 270px;
    margin-bottom: 30px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free {
    position: static;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    height: auto;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free span {
    background: url('../../images/pages/how_to_works/guarantee_768-v-1.3.62.jpg') center bottom no-repeat;
    width: 100%;
    text-align: center;
    font-size: 42px;
    min-height: 185px;
    margin-bottom: 15px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h2 {
    text-align: center;
    font-size: 24px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h5 {
    text-align: center;
    font-size: 12px;
    margin: 20px 0 30px 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .btn-start-building {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .image.risk-free {
    float: right;
    background-image: url('../../images/pages/how_to_works/app_290-v-1.3.62.png');
    width: 100%;
    height: 194px;
    margin-bottom: 30px;
  }
  body[data-page-id=how-it-works] .page .control-block {
    padding-top: 30px;
    padding-bottom: 0;
  }
  body[data-page-id=how-it-works] .page .control-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .control-block .container .ctrl {
    background-image: url('../../images/pages/how_to_works/ctrl_291-v-1.3.62.png');
    width: 291px;
    height: 195px;
    margin: 0 auto;
  }
  body[data-page-id=how-it-works] .page .control-block .container .wrapper {
    padding: 20px;
  }
  body[data-page-id=how-it-works] .page .control-block .container .wrapper h2 {
    margin: 20px 0;
  }
  body[data-page-id=how-it-works] .page .control-block .container .wrapper h5 {
    font-size: 12px;
    margin: 20px 0;
  }
  body[data-page-id=how-it-works] .page .reseller-guide-block {
    padding: 10px 0 30px 0;
  }
  body[data-page-id=how-it-works] .page .reseller-guide-block .reseller-guide-form .hs-form .hs-form-field .hs-input {
    font-size: 12px;
    padding: 8px 10px;
  }
  body[data-page-id=how-it-works] .page .reseller-guide-block .reseller-guide-form .hs-form .hs_submit .hs-button {
    font-size: 12px;
    padding: 8px 30px;
  }
  body[data-page-id=how-it-works] .page .training-block {
    padding-bottom: 20px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video {
    margin: 40px auto;
    background-image: url('../../images/pages/how_to_works/training_260-v-1.3.62.png');
    width: 260px;
    height: 146px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play {
    background-image: url('../../images/pages/how_to_works/play_50-v-1.3.62.png');
    width: 50px;
    height: 50px;
    margin-top: 48px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play:hover {
    background-image: url('../../images/pages/how_to_works/play_over_50-v-1.3.62.png');
  }
  body[data-page-id=how-it-works] .page .training-block h5 {
    font-size: 12px;
    width: auto;
  }
  body[data-page-id=how-it-works] .page .training-block h5 b {
    margin-top: 10px;
  }
  body[data-page-id=how-it-works] .page .training-block h5 span {
    margin-top: 10px;
  }
  body[data-page-id=how-it-works] .page .training-block h5 .row-spr {
    margin: 20px auto;
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .sla-block {
    padding: 10px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .sla-block .row-spr {
    margin: 10px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .image.analysis {
    margin-top: 10px;
    margin-bottom: 20px;
    background-image: url('../../images/pages/how_to_works/analysis_260-v-1.3.62.png');
    width: 260px;
    height: 174px;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.secure-part {
    width: auto;
    background-position: center bottom;
    background-image: url('../../images/pages/how_to_works/secure_180-v-1.3.62.png');
    margin-left: 30px;
    padding-bottom: 130px;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.launch-part {
    width: auto;
    background-position: center bottom;
    background-image: url('../../images/pages/how_to_works/launch_222-v-1.3.62.png');
    margin-top: 50px;
    margin-left: 10px;
    padding-bottom: 120px;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.deep-part {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 368px) {
  body[data-page-id=how-it-works] .page .control-block {
    padding-top: 30px;
    padding-bottom: 0;
  }
  body[data-page-id=how-it-works] .page .control-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .control-block .container .ctrl {
    background-image: url('../../images/pages/how_to_works/ctrl_182-v-1.3.62.png');
    width: 182px;
    height: 122px;
    margin: 0 auto;
  }
  body[data-page-id=how-it-works] .page .control-block .container .wrapper {
    padding: 10px;
  }
  body[data-page-id=how-it-works] .page .training-block {
    padding-bottom: 20px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video {
    margin: 40px auto;
    background-image: url('../../images/pages/how_to_works/training_182-v-1.3.62.png');
    width: 182px;
    height: 102px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play {
    background-image: url('../../images/pages/how_to_works/play_50-v-1.3.62.png');
    width: 50px;
    height: 50px;
    margin-top: 25px;
  }
  body[data-page-id=how-it-works] .page .training-block .training-video .btn.btn-play:hover {
    background-image: url('../../images/pages/how_to_works/play_over_50-v-1.3.62.png');
  }
  body[data-page-id=how-it-works] .page .training-block h5 {
    font-size: 12px;
    width: auto;
  }
  body[data-page-id=how-it-works] .page .training-block h5 b {
    margin-top: 10px;
  }
  body[data-page-id=how-it-works] .page .training-block h5 span {
    margin-top: 10px;
  }
  body[data-page-id=how-it-works] .page .training-block h5 .row-spr {
    margin: 20px auto;
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .sla-block {
    padding: 10px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .sla-block .row-spr {
    margin: 10px 0;
  }
  body[data-page-id=how-it-works] .page .sla-block .image.analysis {
    margin-top: 10px;
    margin-bottom: 20px;
    background-image: url('../../images/pages/how_to_works/analysis_181-v-1.3.62.png');
    width: 181px;
    height: 121px;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.secure-part {
    width: auto;
    background-position: center bottom;
    background-image: url('../../images/pages/how_to_works/secure_180-v-1.3.62.png');
    margin-left: 30px;
    padding-bottom: 130px;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.launch-part {
    width: auto;
    background-position: center bottom;
    background-image: url('../../images/pages/how_to_works/launch_222-v-1.3.62.png');
    margin-top: 50px;
    margin-left: 10px;
    padding-bottom: 120px;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .sla-block .part.deep-part {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  body[data-page-id=how-it-works] .page .guarantee-block {
    padding: 30px 0 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .container {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .col-sm-6 {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee {
    background-position: 10px bottom;
    margin-left: 0;
    width: 100%;
    min-height: 270px;
    margin-bottom: 20px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .risk-free span {
    background: url('../../images/pages/how_to_works/guarantee_768-v-1.3.62.jpg') center bottom no-repeat;
    width: 100%;
    text-align: center;
    font-size: 32px;
    min-height: 185px;
    margin-bottom: 15px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h2 {
    text-align: center;
    font-size: 24px;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee h5 {
    text-align: center;
    font-size: 12px;
    margin: 20px 0 20px 0;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .guarantee .btn-start-building {
    width: 100%;
  }
  body[data-page-id=how-it-works] .page .guarantee-block .image.risk-free {
    float: right;
    background-image: url('../../images/pages/how_to_works/app_181-v-1.3.62.png');
    width: 100%;
    height: 121px;
  }
}
/**
 * Features Page
 */
body[data-page-id=features] .page .block {
  /* Overview Block */
  /* Features Block */
  /* Content Block */
  /* Start Build Block */
  /* Reseller Guide Block */
}
body[data-page-id=features] .page .block.overview-block {
  background: url('../../images/pages/features/overview_bg-v-1.3.62.png');
}
body[data-page-id=features] .page .block.overview-block .container {
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url('../../images/pages/features/overview-v-1.3.62.png');
  height: 360px;
}
body[data-page-id=features] .page .block.overview-block .container .overview {
  margin-top: 85px;
  margin-left: 78px;
}
body[data-page-id=features] .page .block.overview-block .container .overview h2 {
  margin: 0;
  color: #fff;
}
body[data-page-id=features] .page .block.overview-block .container .overview h3 {
  color: #fff;
  font-family: 'open-sansbold';
  font-size: 18px;
  margin: 27px 0;
}
body[data-page-id=features] .page .block.overview-block .container .overview .seperator {
  border-top: 1px solid #1a95ad;
  width: 95px;
}
body[data-page-id=features] .page .block.features-block {
  text-align: center;
  padding: 70px 0 40px 0;
}
body[data-page-id=features] .page .block.features-block h2 {
  margin: 0;
}
body[data-page-id=features] .page .block.features-block .features .feature {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #1eacc6;
  margin-top: 40px;
  cursor: pointer;
  vertical-align: top;
  /* transition */
  -webkit-transition: background 250ms linear;
  -moz-transition: background 250ms linear;
  -o-transition: background 250ms linear;
  transition: background 250ms linear;
}
body[data-page-id=features] .page .block.features-block .features .feature span {
  display: none;
  border-radius: 33px;
  padding-top: 20px;
  font-family: 'open-sansbold';
  font-size: 10px;
  color: #fff;
  width: 100%;
  height: 100%;
}
body[data-page-id=features] .page .block.features-block .features .feature.push span {
  padding-top: 27px;
}
body[data-page-id=features] .page .block.features-block .features .feature:hover {
  background-color: #083847;
}
body[data-page-id=features] .page .block.features-block .features .feature:hover span {
  background-color: rgba(8, 56, 71, 0.5);
  display: block;
}
body[data-page-id=features] .page .block.features-block .features .feature.active {
  background-color: #083847;
}
body[data-page-id=features] .page .block.features-block .features .feature.active span {
  display: none;
}
body[data-page-id=features] .page .block.content-block {
  background-color: #f6f6f6;
  border-top: 1px solid #dedede;
  text-align: center;
}
body[data-page-id=features] .page .block.content-block .container.full-screen {
  width: 100%;
  padding: 0;
}
body[data-page-id=features] .page .block.content-block h2.block-title {
  display: inline-block;
  border-bottom: 1px solid #1eacc6;
  margin: 0 auto;
}
body[data-page-id=features] .page .block.content-block h2.block-title .sub-title {
  font-family: 'open-sansbold';
  text-align: right;
  color: #666;
}
body[data-page-id=features] .page .block.content-block h2.block-title.right {
  position: absolute;
  right: 0;
}
body[data-page-id=features] .page .block.content-block h2.block-title.left {
  text-align: left;
  margin: 0;
}
body[data-page-id=features] .page .block.content-block h2.block-title.left .sub-title {
  text-align: left;
}
body[data-page-id=features] .page .block.content-block .content-section {
  position: relative;
  display: none;
}
body[data-page-id=features] .page .block.content-block .content-section.active {
  display: block;
}
body[data-page-id=features] .page .block.content-block .content-section.active.robust {
  background: url('../../images/pages/features/scenes/cms_bg-v-1.3.62.png') no-repeat;
  width: 100%;
  height: 100%;
  background-position: 0px 100%;
  background-size: contain;
}
body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper {
  width: 90%;
  margin: 0 auto;
}
body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-text {
  text-align: left;
}
body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-text .robust-content {
  padding-top: 50px;
}
body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-text .robust-content ul > li {
  padding: 25px 0;
  border-radius: 3px;
  transition: background-color 0.5s linear;
}
body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-text .robust-content ul > li.active {
  background-color: #f1f1f1;
}
body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-text .robust-content ul > li > p {
  position: relative;
  padding-left: 75px;
  font-size: 18px;
}
body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-text .robust-content ul > li > p:hover {
  cursor: pointer;
}
body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-text .robust-content ul > li > p img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper {
  padding-top: 40px;
  padding-left: 150px;
}
body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div {
  width: 975px;
  height: 626px;
}
body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.first_step {
  background: url('../../images/pages/features/scenes/cms-v-1.3.62.png') no-repeat;
}
body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.second_step {
  background: url('../../images/pages/features/scenes/cms_1-v-1.3.62.png') no-repeat;
}
body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.third_step {
  background: url('../../images/pages/features/scenes/cms_2-v-1.3.62.png') no-repeat;
}
@media screen and (max-width: 768px) {
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper {
    padding: 0;
    text-align: center;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div {
    width: 350px;
    height: 260px;
    margin: 0 auto;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.first_step {
    background: url('../../images/pages/features/scenes/cms_350-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.second_step {
    background: url('../../images/pages/features/scenes/cms_1_350-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.third_step {
    background: url('../../images/pages/features/scenes/cms_2_350-v-1.3.62.png') no-repeat;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper {
    padding: 0;
    text-align: center;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div {
    width: 750px;
    margin: 0 auto;
    height: 520px;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.first_step {
    background: url('../../images/pages/features/scenes/cms_750-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.second_step {
    background: url('../../images/pages/features/scenes/cms_1_750-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.third_step {
    background: url('../../images/pages/features/scenes/cms_2_750-v-1.3.62.png') no-repeat;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper {
    width: 98%;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper h2.block-title .sub-title {
    text-align: left;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-text .robust-content ul li p.explaination {
    font-size: 16px;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper {
    height: 400px;
    padding-top: 60px;
    padding-left: 80px;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.first_step {
    background: url('../../images/pages/features/scenes/cms_495-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.second_step {
    background: url('../../images/pages/features/scenes/cms_1_495-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.third_step {
    background: url('../../images/pages/features/scenes/cms_2_495-v-1.3.62.png') no-repeat;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1430px) {
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper {
    width: 95%;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-text {
    width: 40%;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper {
    width: 60%;
    height: 540px;
    padding-top: 60px;
    padding-left: 80px;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.first_step {
    background: url('../../images/pages/features/scenes/cms_550-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.second_step {
    background: url('../../images/pages/features/scenes/cms_1_550-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.third_step {
    background: url('../../images/pages/features/scenes/cms_2_550-v-1.3.62.png') no-repeat;
  }
}
@media screen and (min-width: 1431px) and (max-width: 1580px) {
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper {
    width: 95%;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-text {
    width: 40%;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper {
    width: 60%;
    height: 540px;
    padding-top: 60px;
    padding-left: 80px;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.first_step {
    background: url('../../images/pages/features/scenes/cms_750-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.second_step {
    background: url('../../images/pages/features/scenes/cms_1_750-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.third_step {
    background: url('../../images/pages/features/scenes/cms_2_750-v-1.3.62.png') no-repeat;
  }
}
@media screen and (min-width: 1581px) and (max-width: 1860px) {
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper {
    height: 644px;
    padding-top: 60px;
    padding-left: 80px;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.first_step {
    background: url('../../images/pages/features/scenes/cms_910-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.second_step {
    background: url('../../images/pages/features/scenes/cms_1_910-v-1.3.62.png') no-repeat;
  }
  body[data-page-id=features] .page .block.content-block .content-section.active.robust .wrapper .robust-image-wrapper > div.third_step {
    background: url('../../images/pages/features/scenes/cms_2_910-v-1.3.62.png') no-repeat;
  }
}
body[data-page-id=features] .page .block.content-block .content-slides {
  position: relative;
}
body[data-page-id=features] .page .block.content-block .content-slides h5 {
  text-align: left;
  margin: 0;
}
body[data-page-id=features] .page .block.content-block .content-slides h5 span.right {
  display: inline-block;
  text-align: right;
  width: 100%;
}
body[data-page-id=features] .page .block.content-block .content-slides h5 span.push-big {
  display: block;
  color: #333;
  font-family: 'open-sansbold';
  text-align: center;
  font-size: 24px;
}
body[data-page-id=features] .page .block.content-block .content-slides h5 span.push {
  display: block;
  color: #333;
  font-family: 'open-sansbold';
  text-align: center;
}
body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon {
  background-repeat: no-repeat;
  background-position: left center;
  font-family: 'open-sansbold';
  font-weight: normal;
  min-height: 36px;
}
body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.no-icon {
  padding-left: 0;
}
body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.big-icon {
  background-position: center top;
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes {
  margin: 0 auto;
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes ul {
  color: #666;
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes ul li {
  background: url('../../images/pages/features/check-v-1.3.62.png') left 7px no-repeat;
  padding-left: 25px;
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene {
  position: absolute;
  display: none;
  background-position: right center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene .push-map {
  background-repeat: no-repeat;
  background-position: center;
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.left-image {
  text-align: left;
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.active {
  display: block;
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group {
  height: 360px;
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 12px;
  width: 200px;
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons h5 {
  font-family: 'open-sansbold';
  text-align: center;
  margin-bottom: 10px;
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons:last-child ul {
  border: none;
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul {
  border-right: 1px solid #dedede;
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li {
  display: inline-block;
  background: none;
  padding-left: 0;
  margin-right: 12px;
  margin-bottom: 16px;
  width: 78px;
  height: 78px;
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  width: 78px;
  height: 78px;
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-facebook {
  background-image: url('../../images/pages/features/social/facebook.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-twitter {
  background-image: url('../../images/pages/features/social/twitter.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-myemma {
  background-image: url('../../images/pages/features/social/myemma.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-linkedin {
  background-image: url('../../images/pages/features/social/linkedin.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-campaignmonitor {
  background-image: url('../../images/pages/features/social/campaign_monitor.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-constantcontact {
  background-image: url('../../images/pages/features/social/constant_contact.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-getresponse {
  background-image: url('../../images/pages/features/social/getresponse.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-icontact {
  background-image: url('../../images/pages/features/social/icontact.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mailchimp {
  background-image: url('../../images/pages/features/social/mailchimp.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-grubhub {
  background-image: url('../../images/pages/features/social/grubhub.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-eat24 {
  background-image: url('../../images/pages/features/social/eat24.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-olo {
  background-image: url('../../images/pages/features/social/olo.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-onosys {
  background-image: url('../../images/pages/features/social/onosys.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-onlineordering {
  background-image: url('../../images/pages/features/social/onlineordering.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-seamless {
  background-image: url('../../images/pages/features/social/seamless.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mycheck {
  background-image: url('../../images/pages/features/social/mycheck.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-shopify {
  background-image: url('../../images/pages/features/social/shopify.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-magento {
  background-image: url('../../images/pages/features/social/magento.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-volusion {
  background-image: url('../../images/pages/features/social/volusion.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-groupon {
  background-image: url('../../images/pages/features/social/groupon.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-booksteam {
  background-image: url('../../images/pages/features/social/booksteam.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-frontdesk {
  background-image: url('../../images/pages/features/social/frontdesk.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mindbody {
  background-image: url('../../images/pages/features/social/mindbody.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-opentable {
  background-image: url('../../images/pages/features/social/opentable.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-soundcloud {
  background-image: url('../../images/pages/features/social/soundcloud.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-gplus {
  background-image: url('../../images/pages/features/social/gplus.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-myspace {
  background-image: url('../../images/pages/features/social/myspace.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-rss {
  background-image: url('../../images/pages/features/social/rss.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-wufoo {
  background-image: url('../../images/pages/features/social/wufoo.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-youtube {
  background-image: url('../../images/pages/features/social/youtube.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-instagram {
  background-image: url('../../images/pages/features/social/instagram.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-flickr {
  background-image: url('../../images/pages/features/social/flickr.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-picasa {
  background-image: url('../../images/pages/features/social/picasa.jpg');
}
body[data-page-id=features] .page .block.content-block .content-slides .controls {
  position: absolute;
  width: 100%;
}
body[data-page-id=features] .page .block.content-block .content-slides .controls .control {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  /* transition */
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
body[data-page-id=features] .page .block.content-block .content-slides .controls .control:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
body[data-page-id=features] .page .block.content-block .content-slides .controls .control.prev {
  left: 0;
}
body[data-page-id=features] .page .block.content-block .content-slides .controls .control.next {
  right: 0;
}
body[data-page-id=features] .page .block.content-block .content-slides ul.links {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 20px;
}
body[data-page-id=features] .page .block.content-block .content-slides ul.links li {
  display: inline-block;
  background-color: #f6f6f6;
  border: 2px solid #1eacc6;
  cursor: pointer;
  /* transition */
  -webkit-transition: background 250ms linear;
  -moz-transition: background 250ms linear;
  -o-transition: background 250ms linear;
  transition: background 250ms linear;
}
body[data-page-id=features] .page .block.content-block .content-slides ul.links li:hover,
body[data-page-id=features] .page .block.content-block .content-slides ul.links li.active {
  background-color: #1eacc6;
}
body[data-page-id=features] .page .block.start-build-block {
  background-color: #1eacc6;
  padding: 50px 0;
}
body[data-page-id=features] .page .block.start-build-block h2 {
  margin: 0;
  padding-bottom: 40px;
  font-family: 'open-sansextrabold';
  text-transform: uppercase;
  color: #fff;
}
body[data-page-id=features] .page .block.start-build-block .btn-start-building {
  width: 455px;
}
body[data-page-id=features] .page .block.start-build-block .platforms {
  float: right;
}
body[data-page-id=features] .page .block.start-build-block .platforms .platform {
  display: inline-block;
  background-repeat: no-repeat;
  width: 94px;
  height: 94px;
  margin-right: 27px;
  margin-top: 32px;
}
body[data-page-id=features] .page .block.start-build-block .platforms .platform.ios {
  background-image: url('../../images/pages/features/ios-v-1.3.62.png');
}
body[data-page-id=features] .page .block.start-build-block .platforms .platform.android {
  background-image: url('../../images/pages/features/android-v-1.3.62.png');
}
body[data-page-id=features] .page .block.start-build-block .platforms .platform.html5 {
  margin-right: 0;
  background-image: url('../../images/pages/features/html5-v-1.3.62.png');
}
body[data-page-id=features] .page .block.reseller-guide-block {
  padding: 30px 0 60px 0;
  border-top: 1px solid #dedede;
  text-align: center;
}
/* Mobile */
@media screen and (min-width: 1365px) {
  body[data-page-id=features] .page .block {
    /* Overview Block */
  }
  body[data-page-id=features] .page .block.overview-block .container {
    width: 1335px;
  }
}
@media screen and (min-width: 1275px) {
  body[data-page-id=features] .page .block.features-block .container,
  body[data-page-id=features] .page .block.content-block .container {
    width: 1245px;
  }
  body[data-page-id=features] .page .block.content-block {
    padding: 50px 0 0 0;
  }
  body[data-page-id=features] .page .block.content-block h2.block-title .sub-title {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides {
    margin-top: 38px;
    height: 520px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.expanded {
    margin-top: 0;
    height: 650px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.expanded .controls {
    top: 200px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 {
    padding-top: 12px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon {
    padding-left: 53px;
    margin-bottom: 10px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.big-icon {
    padding-left: 0;
    padding-top: 183px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.dynamic-content {
    margin-top: 100px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.contact {
    background-image: url('../../images/pages/features/scenes/icons/contact-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.reserve {
    background-image: url('../../images/pages/features/scenes/icons/reserve-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.custom {
    background-image: url('../../images/pages/features/scenes/icons/custom-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.re {
    background-image: url('../../images/pages/features/scenes/icons/re-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.newsfeed {
    background-image: url('../../images/pages/features/scenes/icons/newsfeed-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.cef {
    background-image: url('../../images/pages/features/scenes/icons/cef-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.ea {
    background-image: url('../../images/pages/features/scenes/icons/ea-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.bi {
    background-image: url('../../images/pages/features/scenes/icons/bi-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.poi {
    background-image: url('../../images/pages/features/scenes/icons/poi-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.elf {
    background-image: url('../../images/pages/features/scenes/icons/elf-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.fan {
    background-image: url('../../images/pages/features/scenes/icons/fan-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.crm {
    background-image: url('../../images/pages/features/scenes/icons/crm-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.golf {
    background-image: url('../../images/pages/features/scenes/icons/golf-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.calc {
    background-image: url('../../images/pages/features/scenes/icons/calc-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.card {
    background-image: url('../../images/pages/features/scenes/icons/card-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.podcast {
    background-image: url('../../images/pages/features/scenes/icons/podcast-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.video {
    background-image: url('../../images/pages/features/scenes/icons/video-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.email {
    background-image: url('../../images/pages/features/scenes/icons/email-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.player {
    background-image: url('../../images/pages/features/scenes/icons/player-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.gallery {
    background-image: url('../../images/pages/features/scenes/icons/gallery-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.gps-coupon {
    background-image: url('../../images/pages/features/scenes/icons/gps_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.qr-coupon {
    background-image: url('../../images/pages/features/scenes/icons/qr_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.nff {
    background-image: url('../../images/pages/features/scenes/icons/nff-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.social {
    background-image: url('../../images/pages/features/scenes/icons/social-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.mailing {
    background-image: url('../../images/pages/features/scenes/icons/mailing-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.blog {
    background-image: url('../../images/pages/features/scenes/icons/blog-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes {
    width: 1030px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes.narrow {
    width: 900px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes.narrow .scene {
    width: 900px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene {
    width: 1030px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.left-image {
    padding-right: 585px;
    height: 463px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.right-image {
    background-position: left center;
    padding-left: 585px;
    height: 463px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.crm {
    background-image: url('../../images/pages/features/scenes/crm-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cms h5 {
    padding-top: 100px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.golf {
    background-image: url('../../images/pages/features/scenes/golf-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.calc {
    background-image: url('../../images/pages/features/scenes/calc-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.loyalty-card {
    background-image: url('../../images/pages/features/scenes/loyalty_card-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.contact {
    background-image: url('../../images/pages/features/scenes/contact-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.reserve {
    background-image: url('../../images/pages/features/scenes/reserve-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.custom {
    background-image: url('../../images/pages/features/scenes/custom-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.re {
    background-image: url('../../images/pages/features/scenes/re-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.newsfeed {
    background-image: url('../../images/pages/features/scenes/newsfeed-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cef {
    background-image: url('../../images/pages/features/scenes/cef-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.ea {
    background-image: url('../../images/pages/features/scenes/ea-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.bi {
    background-image: url('../../images/pages/features/scenes/bi-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.poi {
    background-image: url('../../images/pages/features/scenes/poi-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.elf {
    background-image: url('../../images/pages/features/scenes/elf-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.fan {
    background-image: url('../../images/pages/features/scenes/fan-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.multimedia {
    background-position: right 50px;
    height: 585px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.multimedia h5 {
    margin-left: 70px;
    padding-top: 85px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gallery {
    background-image: url('../../images/pages/features/scenes/gallery-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.podcast {
    background-image: url('../../images/pages/features/scenes/podcast-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.video {
    background-image: url('../../images/pages/features/scenes/video-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.email {
    background-image: url('../../images/pages/features/scenes/email-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.player {
    background-image: url('../../images/pages/features/scenes/player-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push {
    background-image: url('../../images/pages/features/scenes/pushs-v-1.3.62.png');
    background-position: left 95px;
    padding-top: 60px;
    padding-left: 535px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push .push-map {
    background-image: url('../../images/pages/features/scenes/push_map-v-1.3.62.png');
    width: 406px;
    height: 179px;
    margin: 20px auto;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.food-order {
    background-image: url('../../images/pages/features/scenes/food_order-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.food-order h5 {
    padding-top: 130px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cart {
    background-image: url('../../images/pages/features/scenes/cart-v-1.3.62.png');
    padding-top: 40px;
    padding-right: 555px;
    text-align: left;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gps-coupon {
    background-image: url('../../images/pages/features/scenes/gps_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gps-coupon h5 {
    padding-top: 110px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.middle h5 {
    padding-top: 110px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.nff {
    background-image: url('../../images/pages/features/scenes/nff-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social {
    background-image: url('../../images/pages/features/scenes/social-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.mailing {
    background-image: url('../../images/pages/features/scenes/mailing-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.blog {
    background-image: url('../../images/pages/features/scenes/blog-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.qr-coupon {
    background-image: url('../../images/pages/features/scenes/qr_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.qr-coupon h5 {
    padding-top: 110px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls {
    top: 125px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control {
    width: 45px;
    height: 123px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control.prev {
    background-image: url('../../images/pages/features/prev-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control.next {
    background-image: url('../../images/pages/features/next-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides ul.links li {
    border-radius: 9px;
    margin-right: 6px;
    width: 17px;
    height: 17px;
  }
}
@media screen and (min-width: 1100px) {
  body[data-page-id=features] .page .block.start-build-block .container {
    width: 1070px;
  }
}
@media screen and (min-width: 1200px) {
  body[data-page-id=features] .page .block.features-block .features .feature {
    border-radius: 63px;
    margin-right: 15px;
    width: 125px;
    height: 125px;
  }
  body[data-page-id=features] .page .block.features-block .features .feature span {
    border-radius: 63px;
    padding-top: 40px;
    font-size: 18px;
  }
  body[data-page-id=features] .page .block.features-block .features .feature.food-order {
    background-image: url('../../images/pages/features/categories/food_order-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.cart {
    background-image: url('../../images/pages/features/categories/cart-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.loyalty {
    background-image: url('../../images/pages/features/categories/loyalty-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.media {
    background-image: url('../../images/pages/features/categories/media-v-1.3.62.png');
    background-position: 35px center;
  }
  body[data-page-id=features] .page .block.features-block .features .feature.dynamic {
    background-image: url('../../images/pages/features/categories/dynamic-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.integration {
    background-image: url('../../images/pages/features/categories/integration-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.push {
    background-image: url('../../images/pages/features/categories/push-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.push span {
    padding-top: 50px;
  }
  body[data-page-id=features] .page .block.features-block .features .feature.robust {
    background-image: url('../../images/pages/features/categories/robust-v-1.3.62.png');
    margin-right: 0;
  }
  body[data-page-id=features] .page .block.reseller-guide-block .container {
    width: 778px;
  }
  body[data-page-id=features] .page .block.reseller-guide-block h5 {
    margin: 20px 0 30px 0;
  }
}
@media screen and (min-width: 992px) {
  body[data-page-id=features] .page .block.reseller-guide-block h5 {
    margin: 15px 0 20px 0;
  }
}
@media screen and (max-width: 1275px) and (min-width: 1200px) {
  body[data-page-id=features] .page .block.content-block {
    padding: 50px 0 0 0;
  }
  body[data-page-id=features] .page .block.content-block h2.block-title .sub-title {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides {
    margin-top: 38px;
    height: 520px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.expanded {
    margin-top: 0;
    height: 650px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.expanded .controls {
    top: 200px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 {
    padding-top: 12px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon {
    padding-left: 53px;
    margin-bottom: 10px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.big-icon {
    padding-left: 0;
    padding-top: 183px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.dynamic-content {
    margin-top: 100px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.contact {
    background-image: url('../../images/pages/features/scenes/icons/contact-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.reserve {
    background-image: url('../../images/pages/features/scenes/icons/reserve-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.custom {
    background-image: url('../../images/pages/features/scenes/icons/custom-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.re {
    background-image: url('../../images/pages/features/scenes/icons/re-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.newsfeed {
    background-image: url('../../images/pages/features/scenes/icons/newsfeed-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.cef {
    background-image: url('../../images/pages/features/scenes/icons/cef-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.ea {
    background-image: url('../../images/pages/features/scenes/icons/ea-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.bi {
    background-image: url('../../images/pages/features/scenes/icons/bi-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.poi {
    background-image: url('../../images/pages/features/scenes/icons/poi-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.elf {
    background-image: url('../../images/pages/features/scenes/icons/elf-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.fan {
    background-image: url('../../images/pages/features/scenes/icons/fan-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.crm {
    background-image: url('../../images/pages/features/scenes/icons/crm-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.golf {
    background-image: url('../../images/pages/features/scenes/icons/golf-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.calc {
    background-image: url('../../images/pages/features/scenes/icons/calc-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.card {
    background-image: url('../../images/pages/features/scenes/icons/card-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.video {
    background-image: url('../../images/pages/features/scenes/icons/video-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.email {
    background-image: url('../../images/pages/features/scenes/icons/email-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.podcast {
    background-image: url('../../images/pages/features/scenes/icons/podcast-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.player {
    background-image: url('../../images/pages/features/scenes/icons/player-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.gallery {
    background-image: url('../../images/pages/features/scenes/icons/gallery-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.gps-coupon {
    background-image: url('../../images/pages/features/scenes/icons/gps_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.qr-coupon {
    background-image: url('../../images/pages/features/scenes/icons/qr_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.nff {
    background-image: url('../../images/pages/features/scenes/icons/nff-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.social {
    background-image: url('../../images/pages/features/scenes/icons/social-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.mailing {
    background-image: url('../../images/pages/features/scenes/icons/mailing-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.blog {
    background-image: url('../../images/pages/features/scenes/icons/blog-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes {
    width: 960px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes.narrow {
    width: 830px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes.narrow .scene {
    width: 830px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene {
    width: 960px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.left-image {
    padding-right: 510px;
    height: 463px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.right-image {
    background-position: left center;
    padding-left: 510px;
    height: 463px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.crm {
    background-image: url('../../images/pages/features/scenes/crm-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cms h5 {
    padding-top: 100px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.golf {
    background-image: url('../../images/pages/features/scenes/golf-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.calc {
    background-image: url('../../images/pages/features/scenes/calc-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.loyalty-card {
    background-image: url('../../images/pages/features/scenes/loyalty_card-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.contact {
    background-image: url('../../images/pages/features/scenes/contact-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.reserve {
    background-image: url('../../images/pages/features/scenes/reserve-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.custom {
    background-image: url('../../images/pages/features/scenes/custom-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.re {
    background-image: url('../../images/pages/features/scenes/re-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.newsfeed {
    background-image: url('../../images/pages/features/scenes/newsfeed-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cef {
    background-image: url('../../images/pages/features/scenes/cef-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.ea {
    background-image: url('../../images/pages/features/scenes/ea-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.bi {
    background-image: url('../../images/pages/features/scenes/bi-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.poi {
    background-image: url('../../images/pages/features/scenes/poi-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.elf {
    background-image: url('../../images/pages/features/scenes/elf-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.fan {
    background-image: url('../../images/pages/features/scenes/fan-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.multimedia {
    background-position: right 50px;
    height: 585px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.multimedia h5 {
    margin-left: 70px;
    padding-top: 85px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gallery {
    background-image: url('../../images/pages/features/scenes/gallery-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.podcast {
    background-image: url('../../images/pages/features/scenes/podcast-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.video {
    background-image: url('../../images/pages/features/scenes/video-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.email {
    background-image: url('../../images/pages/features/scenes/email-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.player {
    background-image: url('../../images/pages/features/scenes/player-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push {
    background-image: url('../../images/pages/features/scenes/pushs-v-1.3.62.png');
    background-position: left 95px;
    padding-top: 60px;
    padding-left: 465px;
    height: 450px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push .push-map {
    background-image: url('../../images/pages/features/scenes/push_map-v-1.3.62.png');
    width: 406px;
    height: 179px;
    margin: 20px auto;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.food-order {
    background-image: url('../../images/pages/features/scenes/food_order-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.food-order h5 {
    padding-top: 130px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cart {
    background-image: url('../../images/pages/features/scenes/cart-v-1.3.62.png');
    padding-top: 40px;
    padding-right: 480px;
    text-align: left;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gps-coupon {
    background-image: url('../../images/pages/features/scenes/gps_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gps-coupon h5 {
    padding-top: 110px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.middle h5 {
    padding-top: 110px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.nff {
    background-image: url('../../images/pages/features/scenes/nff-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social {
    background-image: url('../../images/pages/features/scenes/social-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.mailing {
    background-image: url('../../images/pages/features/scenes/mailing-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.blog {
    background-image: url('../../images/pages/features/scenes/blog-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.qr-coupon {
    background-image: url('../../images/pages/features/scenes/qr_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.qr-coupon h5 {
    padding-top: 110px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons {
    padding-left: 6px;
    width: 181px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons h5 {
    margin-bottom: 10px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li {
    padding-left: 0;
    margin-right: 6px;
    margin-bottom: 6px;
    width: 78px;
    height: 78px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon {
    width: 78px;
    height: 78px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-facebook {
    background-image: url('../../images/pages/features/social/facebook.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-twitter {
    background-image: url('../../images/pages/features/social/twitter.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-myemma {
    background-image: url('../../images/pages/features/social/myemma.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-linkedin {
    background-image: url('../../images/pages/features/social/linkedin.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-campaignmonitor {
    background-image: url('../../images/pages/features/social/campaign_monitor.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-constantcontact {
    background-image: url('../../images/pages/features/social/constant_contact.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-getresponse {
    background-image: url('../../images/pages/features/social/getresponse.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-icontact {
    background-image: url('../../images/pages/features/social/icontact.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mailchimp {
    background-image: url('../../images/pages/features/social/mailchimp.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-grubhub {
    background-image: url('../../images/pages/features/social/grubhub.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-eat24 {
    background-image: url('../../images/pages/features/social/eat24.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-olo {
    background-image: url('../../images/pages/features/social/olo.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-onosys {
    background-image: url('../../images/pages/features/social/onosys.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-onlineordering {
    background-image: url('../../images/pages/features/social/onlineordering.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-seamless {
    background-image: url('../../images/pages/features/social/seamless.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mycheck {
    background-image: url('../../images/pages/features/social/mycheck.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-shopify {
    background-image: url('../../images/pages/features/social/shopify.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-magento {
    background-image: url('../../images/pages/features/social/magento.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-volusion {
    background-image: url('../../images/pages/features/social/volusion.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-groupon {
    background-image: url('../../images/pages/features/social/groupon.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-booksteam {
    background-image: url('../../images/pages/features/social/booksteam.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-frontdesk {
    background-image: url('../../images/pages/features/social/frontdesk.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mindbody {
    background-image: url('../../images/pages/features/social/mindbody.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-opentable {
    background-image: url('../../images/pages/features/social/opentable.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-soundcloud {
    background-image: url('../../images/pages/features/social/soundcloud.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-gplus {
    background-image: url('../../images/pages/features/social/gplus.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-myspace {
    background-image: url('../../images/pages/features/social/myspace.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-rss {
    background-image: url('../../images/pages/features/social/rss.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-wufoo {
    background-image: url('../../images/pages/features/social/wufoo.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-youtube {
    background-image: url('../../images/pages/features/social/youtube.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-instagram {
    background-image: url('../../images/pages/features/social/instagram.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-flickr {
    background-image: url('../../images/pages/features/social/flickr.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-picasa {
    background-image: url('../../images/pages/features/social/picasa.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls {
    top: 125px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control {
    width: 45px;
    height: 123px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control.prev {
    background-image: url('../../images/pages/features/prev-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control.next {
    background-image: url('../../images/pages/features/next-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides ul.links li {
    border-radius: 9px;
    margin-right: 6px;
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  body[data-page-id=features] .page .block.content-block {
    padding: 50px 0 0 0;
  }
  body[data-page-id=features] .page .block.content-block h2.block-title .sub-title {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides {
    margin-top: 38px;
    height: 520px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.expanded {
    margin-top: 0;
    height: 650px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.expanded .controls {
    top: 200px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.push {
    height: 400px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 {
    padding-top: 12px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon {
    padding-left: 53px;
    margin-bottom: 10px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.big-icon {
    padding-left: 0;
    padding-top: 183px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.dynamic-content {
    margin-top: 100px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.contact {
    background-image: url('../../images/pages/features/scenes/icons/contact-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.reserve {
    background-image: url('../../images/pages/features/scenes/icons/reserve-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.custom {
    background-image: url('../../images/pages/features/scenes/icons/custom-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.re {
    background-image: url('../../images/pages/features/scenes/icons/re-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.newsfeed {
    background-image: url('../../images/pages/features/scenes/icons/newsfeed-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.cef {
    background-image: url('../../images/pages/features/scenes/icons/cef-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.ea {
    background-image: url('../../images/pages/features/scenes/icons/ea-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.bi {
    background-image: url('../../images/pages/features/scenes/icons/bi-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.poi {
    background-image: url('../../images/pages/features/scenes/icons/poi-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.elf {
    background-image: url('../../images/pages/features/scenes/icons/elf-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.fan {
    background-image: url('../../images/pages/features/scenes/icons/fan-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.crm {
    background-image: url('../../images/pages/features/scenes/icons/crm-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.golf {
    background-image: url('../../images/pages/features/scenes/icons/golf-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.calc {
    background-image: url('../../images/pages/features/scenes/icons/calc-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.card {
    background-image: url('../../images/pages/features/scenes/icons/card-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.video {
    background-image: url('../../images/pages/features/scenes/icons/video-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.email {
    background-image: url('../../images/pages/features/scenes/icons/email-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.podcast {
    background-image: url('../../images/pages/features/scenes/icons/podcast-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.player {
    background-image: url('../../images/pages/features/scenes/icons/player-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.gallery {
    background-image: url('../../images/pages/features/scenes/icons/gallery-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.gps-coupon {
    background-image: url('../../images/pages/features/scenes/icons/gps_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.qr-coupon {
    background-image: url('../../images/pages/features/scenes/icons/qr_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.nff {
    background-image: url('../../images/pages/features/scenes/icons/nff-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.social {
    background-image: url('../../images/pages/features/scenes/icons/social-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.mailing {
    background-image: url('../../images/pages/features/scenes/icons/mailing-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.blog {
    background-image: url('../../images/pages/features/scenes/icons/blog-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes {
    width: 790px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes.narrow {
    width: 720px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes.narrow .scene {
    width: 720px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene {
    width: 790px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.left-image {
    padding-right: 340px;
    height: 463px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.right-image {
    background-position: left center;
    padding-left: 340px;
    height: 463px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.crm {
    background-image: url('../../images/pages/features/scenes/crm-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cms h5 {
    padding-top: 70px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.golf {
    background-image: url('../../images/pages/features/scenes/golf-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.calc {
    background-image: url('../../images/pages/features/scenes/calc-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.loyalty-card {
    background-image: url('../../images/pages/features/scenes/loyalty_card-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.dynamic-content {
    height: 550px;
    padding-left: 370px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.contact {
    background-image: url('../../images/pages/features/scenes/contact-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.reserve {
    background-image: url('../../images/pages/features/scenes/reserve-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.custom {
    background-image: url('../../images/pages/features/scenes/custom-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.re {
    background-image: url('../../images/pages/features/scenes/re-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.newsfeed {
    background-image: url('../../images/pages/features/scenes/newsfeed-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cef {
    background-image: url('../../images/pages/features/scenes/cef-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.ea {
    background-image: url('../../images/pages/features/scenes/ea-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.bi {
    background-image: url('../../images/pages/features/scenes/bi-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.poi {
    background-image: url('../../images/pages/features/scenes/poi-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.elf {
    background-image: url('../../images/pages/features/scenes/elf-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.fan {
    background-image: url('../../images/pages/features/scenes/fan-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.multimedia {
    background-position: right 50px;
    height: 585px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.multimedia h5 {
    margin-left: 70px;
    padding-top: 85px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gallery {
    background-image: url('../../images/pages/features/scenes/gallery-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.podcast {
    background-image: url('../../images/pages/features/scenes/podcast-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.video {
    background-image: url('../../images/pages/features/scenes/video-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.email {
    background-image: url('../../images/pages/features/scenes/email-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.player {
    background-image: url('../../images/pages/features/scenes/player-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push {
    background-image: url('../../images/pages/features/scenes/pushs_1200-v-1.3.62.png');
    background-position: left 55px;
    padding-left: 385px;
    height: 400px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push h5 span.push-big {
    font-size: 22px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push h5 span.push {
    font-size: 15px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push .push-map {
    background-image: url('../../images/pages/features/scenes/push_map_1200-v-1.3.62.png');
    width: 350px;
    height: 154px;
    margin: 20px auto;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.food-order {
    background-image: url('../../images/pages/features/scenes/food_order_1200-v-1.3.62.png');
    padding-left: 360px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.food-order h5 {
    padding-top: 130px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cart {
    background-image: url('../../images/pages/features/scenes/cart-v-1.3.62.png');
    padding-top: 40px;
    padding-right: 340px;
    text-align: left;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cart h5 {
    font-size: 17px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gps-coupon {
    background-image: url('../../images/pages/features/scenes/gps_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gps-coupon h5 {
    padding-top: 110px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.middle h5 {
    padding-top: 110px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.nff {
    background-image: url('../../images/pages/features/scenes/nff-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social {
    background-image: url('../../images/pages/features/scenes/social-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.mailing {
    background-image: url('../../images/pages/features/scenes/mailing-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.blog {
    background-image: url('../../images/pages/features/scenes/blog-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.qr-coupon {
    background-image: url('../../images/pages/features/scenes/qr_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.qr-coupon h5 {
    padding-top: 110px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons {
    padding-left: 12px;
    width: 140px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons h5 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li {
    margin-right: 12px;
    margin-bottom: 12px;
    width: 48px;
    height: 48px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon {
    width: 48px;
    height: 48px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-facebook {
    background-image: url('../../images/pages/features/social/facebook_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-twitter {
    background-image: url('../../images/pages/features/social/twitter_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-myemma {
    background-image: url('../../images/pages/features/social/myemma_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-linkedin {
    background-image: url('../../images/pages/features/social/linkedin_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-campaignmonitor {
    background-image: url('../../images/pages/features/social/campaign_monitor_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-constantcontact {
    background-image: url('../../images/pages/features/social/constant_contact_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-getresponse {
    background-image: url('../../images/pages/features/social/getresponse_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-icontact {
    background-image: url('../../images/pages/features/social/icontact_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mailchimp {
    background-image: url('../../images/pages/features/social/mailchimp_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-grubhub {
    background-image: url('../../images/pages/features/social/grubhub_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-eat24 {
    background-image: url('../../images/pages/features/social/eat24_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-olo {
    background-image: url('../../images/pages/features/social/olo_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-onosys {
    background-image: url('../../images/pages/features/social/onosys_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-onlineordering {
    background-image: url('../../images/pages/features/social/onlineordering_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-seamless {
    background-image: url('../../images/pages/features/social/seamless_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mycheck {
    background-image: url('../../images/pages/features/social/mycheck_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-shopify {
    background-image: url('../../images/pages/features/social/shopify_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-magento {
    background-image: url('../../images/pages/features/social/magento_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-volusion {
    background-image: url('../../images/pages/features/social/volusion_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-groupon {
    background-image: url('../../images/pages/features/social/groupon_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-booksteam {
    background-image: url('../../images/pages/features/social/booksteam_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-frontdesk {
    background-image: url('../../images/pages/features/social/frontdesk_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mindbody {
    background-image: url('../../images/pages/features/social/mindbody_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-opentable {
    background-image: url('../../images/pages/features/social/opentable_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-soundcloud {
    background-image: url('../../images/pages/features/social/soundcloud_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-gplus {
    background-image: url('../../images/pages/features/social/gplus_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-myspace {
    background-image: url('../../images/pages/features/social/myspace_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-rss {
    background-image: url('../../images/pages/features/social/rss_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-wufoo {
    background-image: url('../../images/pages/features/social/wufoo_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-youtube {
    background-image: url('../../images/pages/features/social/youtube_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-instagram {
    background-image: url('../../images/pages/features/social/instagram_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-flickr {
    background-image: url('../../images/pages/features/social/flickr_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-picasa {
    background-image: url('../../images/pages/features/social/picasa_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls {
    top: 125px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control {
    width: 45px;
    height: 123px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control.prev {
    background-image: url('../../images/pages/features/prev-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control.next {
    background-image: url('../../images/pages/features/next-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides ul.links li {
    border-radius: 9px;
    margin-right: 6px;
    width: 17px;
    height: 17px;
  }
  body[data-page-id=features] .page .block.features-block .features .feature {
    border-radius: 50px;
    margin-right: 15px;
    width: 100px;
    height: 100px;
  }
  body[data-page-id=features] .page .block.features-block .features .feature span {
    border-radius: 50px;
    padding-top: 30px;
    font-size: 15px;
  }
  body[data-page-id=features] .page .block.features-block .features .feature.food-order {
    background-image: url('../../images/pages/features/categories/food_order_100-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.cart {
    background-image: url('../../images/pages/features/categories/cart_100-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.loyalty {
    background-image: url('../../images/pages/features/categories/loyalty_100-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.media {
    background-image: url('../../images/pages/features/categories/media_100-v-1.3.62.png');
    background-position: 27px center;
  }
  body[data-page-id=features] .page .block.features-block .features .feature.dynamic {
    background-image: url('../../images/pages/features/categories/dynamic_100-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.integration {
    background-image: url('../../images/pages/features/categories/integration_100-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.push {
    background-image: url('../../images/pages/features/categories/push_100-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.push span {
    padding-top: 40px;
  }
  body[data-page-id=features] .page .block.features-block .features .feature.robust {
    background-image: url('../../images/pages/features/categories/robust_100-v-1.3.62.png');
    margin-right: 0;
  }
  body[data-page-id=features] .page .block.overview-block .container .overview {
    margin-left: 15px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body[data-page-id=features] .page .block.features-block {
    padding: 60px 0 35px 0;
  }
  body[data-page-id=features] .page .block.features-block .features .feature {
    border-radius: 33px;
    margin-top: 35px;
    margin-right: 15px;
    width: 65px;
    height: 65px;
  }
  body[data-page-id=features] .page .block.features-block .features .feature.food-order {
    background-image: url('../../images/pages/features/categories/food_order_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.cart {
    background-image: url('../../images/pages/features/categories/cart_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.loyalty {
    background-image: url('../../images/pages/features/categories/loyalty_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.media {
    background-image: url('../../images/pages/features/categories/media_65-v-1.3.62.png');
    background-position: 18px center;
  }
  body[data-page-id=features] .page .block.features-block .features .feature.dynamic {
    background-image: url('../../images/pages/features/categories/dynamic_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.integration {
    background-image: url('../../images/pages/features/categories/integration_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.push {
    background-image: url('../../images/pages/features/categories/push_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.robust {
    background-image: url('../../images/pages/features/categories/robust_65-v-1.3.62.png');
    margin-right: 0;
  }
  body[data-page-id=features] .page .block.content-block {
    padding: 50px 0 0 0;
  }
  body[data-page-id=features] .page .block.content-block h2.block-title .sub-title {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides {
    margin-top: 30px;
    height: 520px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.expanded {
    margin-top: 0;
    height: 520px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.expanded .controls {
    top: 200px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.push {
    height: 360px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.robust {
    height: 400px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 {
    padding-top: 12px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon {
    padding-left: 53px;
    margin-bottom: 10px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.big-icon {
    padding-left: 0;
    padding-top: 183px;
    background-position: center 50px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.dynamic-content {
    margin-top: 100px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.contact {
    background-image: url('../../images/pages/features/scenes/icons/contact-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.reserve {
    background-image: url('../../images/pages/features/scenes/icons/reserve-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.custom {
    background-image: url('../../images/pages/features/scenes/icons/custom-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.re {
    background-image: url('../../images/pages/features/scenes/icons/re-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.newsfeed {
    background-image: url('../../images/pages/features/scenes/icons/newsfeed-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.cef {
    background-image: url('../../images/pages/features/scenes/icons/cef-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.ea {
    background-image: url('../../images/pages/features/scenes/icons/ea-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.bi {
    background-image: url('../../images/pages/features/scenes/icons/bi-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.poi {
    background-image: url('../../images/pages/features/scenes/icons/poi-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.elf {
    background-image: url('../../images/pages/features/scenes/icons/elf-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.fan {
    background-image: url('../../images/pages/features/scenes/icons/fan-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.crm {
    background-image: url('../../images/pages/features/scenes/icons/crm_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.golf {
    background-image: url('../../images/pages/features/scenes/icons/golf_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.calc {
    background-image: url('../../images/pages/features/scenes/icons/calc_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.card {
    background-image: url('../../images/pages/features/scenes/icons/card-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.video {
    background-image: url('../../images/pages/features/scenes/icons/video-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.email {
    background-image: url('../../images/pages/features/scenes/icons/email-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.podcast {
    background-image: url('../../images/pages/features/scenes/icons/podcast-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.player {
    background-image: url('../../images/pages/features/scenes/icons/player-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.gallery {
    background-image: url('../../images/pages/features/scenes/icons/gallery-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.gps-coupon {
    background-image: url('../../images/pages/features/scenes/icons/gps_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.qr-coupon {
    background-image: url('../../images/pages/features/scenes/icons/qr_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.nff {
    background-image: url('../../images/pages/features/scenes/icons/nff-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.social {
    background-image: url('../../images/pages/features/scenes/icons/social-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.mailing {
    background-image: url('../../images/pages/features/scenes/icons/mailing-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.blog {
    background-image: url('../../images/pages/features/scenes/icons/blog-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes {
    width: 600px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes.narrow {
    width: 530px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes.narrow .scene {
    width: 530px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene {
    width: 600px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.left-image {
    padding-right: 210px;
    height: 350px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.right-image {
    background-position: left center;
    padding-left: 220px;
    height: 400px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.crm {
    background-image: url('../../images/pages/features/scenes/crm_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cms h5 {
    padding-top: 85px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.golf {
    background-image: url('../../images/pages/features/scenes/golf_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.calc {
    background-image: url('../../images/pages/features/scenes/calc_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.loyalty-card {
    background-image: url('../../images/pages/features/scenes/loyalty_card_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.contact {
    background-image: url('../../images/pages/features/scenes/contact_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.reserve {
    background-image: url('../../images/pages/features/scenes/reserve_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.custom {
    background-image: url('../../images/pages/features/scenes/custom_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.re {
    background-image: url('../../images/pages/features/scenes/re_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.newsfeed {
    background-image: url('../../images/pages/features/scenes/newsfeed_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cef {
    background-image: url('../../images/pages/features/scenes/cef_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.ea {
    background-image: url('../../images/pages/features/scenes/ea_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.bi {
    background-image: url('../../images/pages/features/scenes/bi_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.poi {
    background-image: url('../../images/pages/features/scenes/poi_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.elf {
    background-image: url('../../images/pages/features/scenes/elf_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.fan {
    background-image: url('../../images/pages/features/scenes/fan_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.multimedia {
    background-position: right 50px;
    height: 500px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.multimedia h5 {
    margin-left: 70px;
    padding-top: 85px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gallery {
    background-image: url('../../images/pages/features/scenes/gallery_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.podcast {
    background-image: url('../../images/pages/features/scenes/podcast_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.video {
    background-image: url('../../images/pages/features/scenes/video_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.email {
    background-image: url('../../images/pages/features/scenes/email_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.player {
    background-image: url('../../images/pages/features/scenes/player_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push {
    background-image: url('../../images/pages/features/scenes/pushs_992-v-1.3.62.png');
    background-position: left 100px;
    padding-top: 30px;
    padding-left: 280px;
    height: 315px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push h5 span.push-big {
    font-size: 18px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push h5 span.push {
    font-size: 11px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push .push-map {
    background-image: url('../../images/pages/features/scenes/push_map_992-v-1.3.62.png');
    width: 250px;
    height: 110px;
    margin: 15px auto;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.food-order {
    background-image: url('../../images/pages/features/scenes/food_order_992-v-1.3.62.png');
    padding-left: 275px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.food-order h5 {
    padding-top: 130px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cart {
    background-image: url('../../images/pages/features/scenes/cart_992-v-1.3.62.png');
    padding-top: 40px;
    padding-right: 210px;
    text-align: left;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cart h5 {
    font-size: 14px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gps-coupon {
    background-image: url('../../images/pages/features/scenes/gps_coupon_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gps-coupon h5 {
    padding-top: 90px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.middle h5 {
    padding-top: 110px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.nff {
    background-image: url('../../images/pages/features/scenes/nff_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social {
    background-image: url('../../images/pages/features/scenes/social_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.mailing {
    background-image: url('../../images/pages/features/scenes/mailing-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.blog {
    background-image: url('../../images/pages/features/scenes/blog-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.qr-coupon {
    background-image: url('../../images/pages/features/scenes/qr_coupon_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.qr-coupon h5 {
    padding-top: 110px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group {
    margin-top: 60px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .controls {
    top: 150px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons {
    padding-left: 3px;
    width: 116px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 48px;
    height: 48px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon {
    width: 48px;
    height: 48px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-facebook {
    background-image: url('../../images/pages/features/social/facebook_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-twitter {
    background-image: url('../../images/pages/features/social/twitter_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-myemma {
    background-image: url('../../images/pages/features/social/myemma_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-linkedin {
    background-image: url('../../images/pages/features/social/linkedin_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-campaignmonitor {
    background-image: url('../../images/pages/features/social/campaign_monitor_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-constantcontact {
    background-image: url('../../images/pages/features/social/constant_contact_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-getresponse {
    background-image: url('../../images/pages/features/social/getresponse_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-icontact {
    background-image: url('../../images/pages/features/social/icontact_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mailchimp {
    background-image: url('../../images/pages/features/social/mailchimp_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-grubhub {
    background-image: url('../../images/pages/features/social/grubhub_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-eat24 {
    background-image: url('../../images/pages/features/social/eat24_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-olo {
    background-image: url('../../images/pages/features/social/olo_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-onosys {
    background-image: url('../../images/pages/features/social/onosys_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-onlineordering {
    background-image: url('../../images/pages/features/social/onlineordering_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-seamless {
    background-image: url('../../images/pages/features/social/seamless_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mycheck {
    background-image: url('../../images/pages/features/social/mycheck_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-shopify {
    background-image: url('../../images/pages/features/social/shopify_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-magento {
    background-image: url('../../images/pages/features/social/magento_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-volusion {
    background-image: url('../../images/pages/features/social/volusion_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-groupon {
    background-image: url('../../images/pages/features/social/groupon_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-booksteam {
    background-image: url('../../images/pages/features/social/booksteam_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-frontdesk {
    background-image: url('../../images/pages/features/social/frontdesk_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mindbody {
    background-image: url('../../images/pages/features/social/mindbody_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-opentable {
    background-image: url('../../images/pages/features/social/opentable_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-soundcloud {
    background-image: url('../../images/pages/features/social/soundcloud_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-gplus {
    background-image: url('../../images/pages/features/social/gplus_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-myspace {
    background-image: url('../../images/pages/features/social/myspace_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-rss {
    background-image: url('../../images/pages/features/social/rss_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-wufoo {
    background-image: url('../../images/pages/features/social/wufoo_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-youtube {
    background-image: url('../../images/pages/features/social/youtube_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-instagram {
    background-image: url('../../images/pages/features/social/instagram_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-flickr {
    background-image: url('../../images/pages/features/social/flickr_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-picasa {
    background-image: url('../../images/pages/features/social/picasa_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls {
    top: 125px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control {
    width: 30px;
    height: 82px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control.prev {
    background-image: url('../../images/pages/features/prev_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control.next {
    background-image: url('../../images/pages/features/next_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides ul.links li {
    border-radius: 9px;
    margin-right: 6px;
    width: 17px;
    height: 17px;
  }
  body[data-page-id=features] .page .block.overview-block .container {
    background-image: url('../../images/pages/features/overview_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.overview-block .container .overview {
    margin-left: 15px;
  }
  body[data-page-id=features] .page .block.start-build-block {
    padding: 40px 0;
  }
  body[data-page-id=features] .page .block.start-build-block h2 {
    font-size: 35px;
    padding-bottom: 30px;
  }
  body[data-page-id=features] .page .block.start-build-block .btn-start-building {
    width: 380px;
  }
  body[data-page-id=features] .page .block.start-build-block .platforms .platform {
    width: 75px;
    height: 75px;
    margin-right: 15px;
    margin-top: 25px;
  }
  body[data-page-id=features] .page .block.start-build-block .platforms .platform.ios {
    background-image: url('../../images/pages/features/ios_75-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.start-build-block .platforms .platform.android {
    background-image: url('../../images/pages/features/android_75-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.start-build-block .platforms .platform.html5 {
    margin-right: 0;
    background-image: url('../../images/pages/features/html5_75-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.reseller-guide-block {
    padding: 20px 0 50px 0;
  }
  body[data-page-id=features] .page .block.reseller-guide-block h5 {
    margin: 15px 0 25px 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  body[data-page-id=features] .page .block.features-block {
    padding: 40px 0 30px 0;
  }
  body[data-page-id=features] .page .block.features-block .features .feature {
    border-radius: 33px;
    margin-top: 20px;
    margin-right: 15px;
    width: 65px;
    height: 65px;
  }
  body[data-page-id=features] .page .block.features-block .features .feature.food-order {
    background-image: url('../../images/pages/features/categories/food_order_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.cart {
    background-image: url('../../images/pages/features/categories/cart_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.loyalty {
    background-image: url('../../images/pages/features/categories/loyalty_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.media {
    background-image: url('../../images/pages/features/categories/media_65-v-1.3.62.png');
    background-position: 18px center;
  }
  body[data-page-id=features] .page .block.features-block .features .feature.dynamic {
    background-image: url('../../images/pages/features/categories/dynamic_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.integration {
    background-image: url('../../images/pages/features/categories/integration_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.push {
    background-image: url('../../images/pages/features/categories/push_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.robust {
    background-image: url('../../images/pages/features/categories/robust_65-v-1.3.62.png');
    margin-right: 0;
  }
  body[data-page-id=features] .page .block.content-block {
    padding: 40px 0 0 0;
  }
  body[data-page-id=features] .page .block.content-block h2.block-title .sub-title {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  body[data-page-id=features] .page .block.content-block h2.block-title.right {
    position: static;
    margin: 0;
  }
  body[data-page-id=features] .page .block.content-block h2.block-title.right .sub-title {
    text-align: center;
  }
  body[data-page-id=features] .page .block.content-block .content-slides {
    margin-top: 30px;
    height: 680px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.expanded ul.links {
    top: 430px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.push {
    height: 490px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.robust {
    height: 430px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.food-order {
    height: 760px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.dynamic-content {
    height: 480px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.integration {
    height: 480px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 {
    padding-top: 12px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon {
    padding-left: 53px;
    margin-bottom: 10px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.big-icon {
    background-position: left top;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.contact {
    background-image: url('../../images/pages/features/scenes/icons/contact-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.reserve {
    background-image: url('../../images/pages/features/scenes/icons/reserve-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.custom {
    background-image: url('../../images/pages/features/scenes/icons/custom-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.re {
    background-image: url('../../images/pages/features/scenes/icons/re-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.newsfeed {
    background-image: url('../../images/pages/features/scenes/icons/newsfeed-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.cef {
    background-image: url('../../images/pages/features/scenes/icons/cef-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.ea {
    background-image: url('../../images/pages/features/scenes/icons/ea-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.bi {
    background-image: url('../../images/pages/features/scenes/icons/bi-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.poi {
    background-image: url('../../images/pages/features/scenes/icons/poi-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.elf {
    background-image: url('../../images/pages/features/scenes/icons/elf-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.fan {
    background-image: url('../../images/pages/features/scenes/icons/fan-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.crm {
    background-image: url('../../images/pages/features/scenes/icons/crm_480-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.golf {
    background-image: url('../../images/pages/features/scenes/icons/golf_480-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.calc {
    background-image: url('../../images/pages/features/scenes/icons/calc_480-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.card {
    background-image: url('../../images/pages/features/scenes/icons/card-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.video {
    background-image: url('../../images/pages/features/scenes/icons/video-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.email {
    background-image: url('../../images/pages/features/scenes/icons/email-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.podcast {
    background-image: url('../../images/pages/features/scenes/icons/podcast-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.player {
    background-image: url('../../images/pages/features/scenes/icons/player-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.gallery {
    background-image: url('../../images/pages/features/scenes/icons/gallery-v-1.3.62.png');
    background-position: left top;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.gps-coupon {
    background-image: url('../../images/pages/features/scenes/icons/gps_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.qr-coupon {
    background-image: url('../../images/pages/features/scenes/icons/qr_coupon-v-1.3.62.png');
    background-position: left top;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.nff {
    background-image: url('../../images/pages/features/scenes/icons/nff-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.social {
    background-image: url('../../images/pages/features/scenes/icons/social-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.mailing {
    background-image: url('../../images/pages/features/scenes/icons/mailing-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.blog {
    background-image: url('../../images/pages/features/scenes/icons/blog-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 span.right {
    text-align: left;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes ul li {
    background-position: left 4px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene {
    background-position: center top;
    padding-top: 335px;
    width: 100%;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.left-image {
    padding-right: 0;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.right-image {
    padding-left: 0;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.loyalty-card {
    background-image: url('../../images/pages/features/scenes/loyalty_card_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.contact {
    background-image: url('../../images/pages/features/scenes/contact_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.reserve {
    background-image: url('../../images/pages/features/scenes/reserve_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.custom {
    background-image: url('../../images/pages/features/scenes/custom_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.re {
    background-image: url('../../images/pages/features/scenes/re_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.newsfeed {
    background-image: url('../../images/pages/features/scenes/newsfeed_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cef {
    background-image: url('../../images/pages/features/scenes/cef_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.ea {
    background-image: url('../../images/pages/features/scenes/ea_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.bi {
    background-image: url('../../images/pages/features/scenes/bi_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.poi {
    background-image: url('../../images/pages/features/scenes/poi_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.elf {
    background-image: url('../../images/pages/features/scenes/elf_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.fan {
    background-image: url('../../images/pages/features/scenes/fan_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.multimedia {
    padding-top: 470px;
    text-align: center;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.podcast {
    background-image: url('../../images/pages/features/scenes/podcast_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.video {
    background-image: url('../../images/pages/features/scenes/video_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.email {
    background-image: url('../../images/pages/features/scenes/email_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.player {
    background-image: url('../../images/pages/features/scenes/player_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gallery {
    background-image: url('../../images/pages/features/scenes/gallery_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push {
    background-image: url('../../images/pages/features/scenes/pushs_992-v-1.3.62.png');
    padding-top: 235px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push h5 span.push-big {
    font-size: 18px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push h5 span.push {
    font-size: 11px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push .push-map {
    background-image: url('../../images/pages/features/scenes/push_map_992-v-1.3.62.png');
    width: 250px;
    height: 110px;
    margin: 15px auto;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.crm {
    background-image: url('../../images/pages/features/scenes/crm_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.golf {
    background-image: url('../../images/pages/features/scenes/golf_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.calc {
    background-image: url('../../images/pages/features/scenes/calc_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.food-order {
    background-image: url('../../images/pages/features/scenes/food_order_1200-v-1.3.62.png');
    padding-top: 440px;
    text-align: center;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.food-order h2.block-title .sub-title {
    text-align: center;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cart {
    background-image: url('../../images/pages/features/scenes/cart_992-v-1.3.62.png');
    text-align: center;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gps-coupon {
    background-image: url('../../images/pages/features/scenes/gps_coupon_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.nff {
    background-image: url('../../images/pages/features/scenes/nff_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social {
    background-image: url('../../images/pages/features/scenes/social_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.mailing {
    background-image: url('../../images/pages/features/scenes/mailing-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.blog {
    background-image: url('../../images/pages/features/scenes/blog-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.qr-coupon {
    background-image: url('../../images/pages/features/scenes/qr_coupon_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group {
    padding-top: 0;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons {
    display: block;
    padding: 0 30px;
    width: auto;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons h5 {
    display: none;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul {
    border: none;
    text-align: center;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 48px;
    height: 48px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon {
    width: 48px;
    height: 48px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-facebook {
    background-image: url('../../images/pages/features/social/facebook_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-twitter {
    background-image: url('../../images/pages/features/social/twitter_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-myemma {
    background-image: url('../../images/pages/features/social/myemma_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-linkedin {
    background-image: url('../../images/pages/features/social/linkedin_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-campaignmonitor {
    background-image: url('../../images/pages/features/social/campaign_monitor_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-constantcontact {
    background-image: url('../../images/pages/features/social/constant_contact_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-getresponse {
    background-image: url('../../images/pages/features/social/getresponse_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-icontact {
    background-image: url('../../images/pages/features/social/icontact_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mailchimp {
    background-image: url('../../images/pages/features/social/mailchimp_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-grubhub {
    background-image: url('../../images/pages/features/social/grubhub_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-eat24 {
    background-image: url('../../images/pages/features/social/eat24_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-olo {
    background-image: url('../../images/pages/features/social/olo_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-onosys {
    background-image: url('../../images/pages/features/social/onosys_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-onlineordering {
    background-image: url('../../images/pages/features/social/onlineordering_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-seamless {
    background-image: url('../../images/pages/features/social/seamless_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mycheck {
    background-image: url('../../images/pages/features/social/mycheck_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-shopify {
    background-image: url('../../images/pages/features/social/shopify_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-magento {
    background-image: url('../../images/pages/features/social/magento_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-volusion {
    background-image: url('../../images/pages/features/social/volusion_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-groupon {
    background-image: url('../../images/pages/features/social/groupon_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-booksteam {
    background-image: url('../../images/pages/features/social/booksteam_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-frontdesk {
    background-image: url('../../images/pages/features/social/frontdesk_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mindbody {
    background-image: url('../../images/pages/features/social/mindbody_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-opentable {
    background-image: url('../../images/pages/features/social/opentable_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-soundcloud {
    background-image: url('../../images/pages/features/social/soundcloud_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-gplus {
    background-image: url('../../images/pages/features/social/gplus_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-myspace {
    background-image: url('../../images/pages/features/social/myspace_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-rss {
    background-image: url('../../images/pages/features/social/rss_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-wufoo {
    background-image: url('../../images/pages/features/social/wufoo_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-youtube {
    background-image: url('../../images/pages/features/social/youtube_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-instagram {
    background-image: url('../../images/pages/features/social/instagram_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-flickr {
    background-image: url('../../images/pages/features/social/flickr_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-picasa {
    background-image: url('../../images/pages/features/social/picasa_48.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls {
    top: 125px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control {
    width: 30px;
    height: 82px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control.prev {
    background-image: url('../../images/pages/features/prev_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control.next {
    background-image: url('../../images/pages/features/next_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides ul.links {
    top: 310px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides ul.links li {
    border-radius: 9px;
    margin-right: 6px;
    width: 17px;
    height: 17px;
  }
  body[data-page-id=features] .page .block.overview-block .container {
    background-image: url('../../images/pages/features/overview_768-v-1.3.62.png');
    height: 300px;
  }
  body[data-page-id=features] .page .block.overview-block .container .overview {
    margin-left: 0;
  }
  body[data-page-id=features] .page .block.overview-block .container .overview h3 {
    margin: 20px 0;
    font-size: 15px;
  }
  body[data-page-id=features] .page .block.start-build-block {
    padding: 30px 0;
  }
  body[data-page-id=features] .page .block.start-build-block h2 {
    text-align: center;
    padding-bottom: 20px;
  }
  body[data-page-id=features] .page .block.start-build-block .btn-start-building {
    display: block;
    margin: 0 auto;
    width: 380px;
  }
  body[data-page-id=features] .page .block.start-build-block .platforms {
    float: none;
    text-align: center;
  }
  body[data-page-id=features] .page .block.start-build-block .platforms .platform {
    width: 75px;
    height: 75px;
    margin-right: 15px;
    margin-top: 25px;
  }
  body[data-page-id=features] .page .block.start-build-block .platforms .platform.ios {
    background-image: url('../../images/pages/features/ios_75-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.start-build-block .platforms .platform.android {
    background-image: url('../../images/pages/features/android_75-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.start-build-block .platforms .platform.html5 {
    margin-right: 0;
    background-image: url('../../images/pages/features/html5_75-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.reseller-guide-block {
    padding: 10px 0 30px 0;
  }
  body[data-page-id=features] .page .block.reseller-guide-block h5 {
    margin: 10px 0 15px 0;
  }
  body[data-page-id=features] .page .block.reseller-guide-block .reseller-guide-form .hs-form .hs-form-field .hs-input {
    font-size: 14px;
    padding: 8px 10px;
  }
  body[data-page-id=features] .page .block.reseller-guide-block .reseller-guide-form .hs-form .hs_submit .hs-button {
    font-size: 14px;
    padding: 8px 30px;
  }
}
@media screen and (max-width: 480px) {
  body[data-page-id=features] .page .block.features-block {
    padding: 30px 0;
  }
  body[data-page-id=features] .page .block.features-block .features .feature {
    border-radius: 33px;
    margin-top: 20px;
    margin-right: 10px;
    width: 65px;
    height: 65px;
  }
  body[data-page-id=features] .page .block.features-block .features .feature.food-order {
    background-image: url('../../images/pages/features/categories/food_order_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.cart {
    background-image: url('../../images/pages/features/categories/cart_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.loyalty {
    background-image: url('../../images/pages/features/categories/loyalty_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.media {
    background-image: url('../../images/pages/features/categories/media_65-v-1.3.62.png');
    background-position: 18px center;
  }
  body[data-page-id=features] .page .block.features-block .features .feature.dynamic {
    background-image: url('../../images/pages/features/categories/dynamic_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.integration {
    background-image: url('../../images/pages/features/categories/integration_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.push {
    background-image: url('../../images/pages/features/categories/push_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.features-block .features .feature.robust {
    background-image: url('../../images/pages/features/categories/robust_65-v-1.3.62.png');
    margin-right: 0;
  }
  body[data-page-id=features] .page .block.content-block {
    padding: 30px 0 20px 0;
  }
  body[data-page-id=features] .page .block.content-block h2.block-title .sub-title {
    font-size: 11px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  body[data-page-id=features] .page .block.content-block h2.block-title.right {
    position: static;
    margin: 0;
  }
  body[data-page-id=features] .page .block.content-block h2.block-title.right .sub-title {
    text-align: center;
  }
  body[data-page-id=features] .page .block.content-block .content-slides {
    margin-top: 30px;
    height: 680px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.expanded ul.links {
    top: 430px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.push {
    height: 490px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.robust {
    height: 430px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.dynamic-content {
    height: 480px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides.integration {
    height: 480px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 {
    padding-top: 12px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon {
    background-position: left top;
    padding-left: 45px;
    margin-bottom: 10px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.contact {
    background-image: url('../../images/pages/features/scenes/icons/contact-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.reserve {
    background-image: url('../../images/pages/features/scenes/icons/reserve-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.custom {
    background-image: url('../../images/pages/features/scenes/icons/custom-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.re {
    background-image: url('../../images/pages/features/scenes/icons/re-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.newsfeed {
    background-image: url('../../images/pages/features/scenes/icons/newsfeed-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.cef {
    background-image: url('../../images/pages/features/scenes/icons/cef-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.ea {
    background-image: url('../../images/pages/features/scenes/icons/ea-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.bi {
    background-image: url('../../images/pages/features/scenes/icons/bi-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.poi {
    background-image: url('../../images/pages/features/scenes/icons/poi-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.elf {
    background-image: url('../../images/pages/features/scenes/icons/elf-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.fan {
    background-image: url('../../images/pages/features/scenes/icons/fan-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.crm {
    background-image: url('../../images/pages/features/scenes/icons/crm_480-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.golf {
    background-image: url('../../images/pages/features/scenes/icons/golf_480-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.calc {
    background-image: url('../../images/pages/features/scenes/icons/calc_480-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.card {
    background-image: url('../../images/pages/features/scenes/icons/card-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.video {
    background-image: url('../../images/pages/features/scenes/icons/video-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.email {
    background-image: url('../../images/pages/features/scenes/icons/email-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.podcast {
    background-image: url('../../images/pages/features/scenes/icons/podcast-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.player {
    background-image: url('../../images/pages/features/scenes/icons/player-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.gallery {
    background-image: url('../../images/pages/features/scenes/icons/gallery-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.gps-coupon {
    background-image: url('../../images/pages/features/scenes/icons/gps_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.qr-coupon {
    background-image: url('../../images/pages/features/scenes/icons/qr_coupon-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.nff {
    background-image: url('../../images/pages/features/scenes/icons/nff-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.social {
    background-image: url('../../images/pages/features/scenes/icons/social-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.mailing {
    background-image: url('../../images/pages/features/scenes/icons/mailing-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 b.scene-icon.blog {
    background-image: url('../../images/pages/features/scenes/icons/blog-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides h5 span.right {
    text-align: left;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes ul li {
    background-position: left 3px;
    margin: 3px 0;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene {
    background-position: center top;
    padding-top: 335px;
    width: 100%;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.left-image {
    padding-right: 0;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.right-image {
    padding-left: 0;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.loyalty-card {
    background-image: url('../../images/pages/features/scenes/loyalty_card_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.contact {
    background-image: url('../../images/pages/features/scenes/contact_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.reserve {
    background-image: url('../../images/pages/features/scenes/reserve_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.custom {
    background-image: url('../../images/pages/features/scenes/custom_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.re {
    background-image: url('../../images/pages/features/scenes/re_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.newsfeed {
    background-image: url('../../images/pages/features/scenes/newsfeed_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cef {
    background-image: url('../../images/pages/features/scenes/cef_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.ea {
    background-image: url('../../images/pages/features/scenes/ea_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.bi {
    background-image: url('../../images/pages/features/scenes/bi_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.poi {
    background-image: url('../../images/pages/features/scenes/poi_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.elf {
    background-image: url('../../images/pages/features/scenes/elf_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.fan {
    background-image: url('../../images/pages/features/scenes/fan_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.multimedia {
    padding-top: 470px;
    text-align: center;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.podcast {
    background-image: url('../../images/pages/features/scenes/podcast_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.video {
    background-image: url('../../images/pages/features/scenes/video_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.email {
    background-image: url('../../images/pages/features/scenes/email_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.player {
    background-image: url('../../images/pages/features/scenes/player_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gallery {
    background-image: url('../../images/pages/features/scenes/gallery_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push {
    background-image: url('../../images/pages/features/scenes/pushs_992-v-1.3.62.png');
    padding-top: 235px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push h5 span.push-big {
    font-size: 18px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push h5 span.push {
    font-size: 11px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.push .push-map {
    background-image: url('../../images/pages/features/scenes/push_map_992-v-1.3.62.png');
    width: 250px;
    height: 110px;
    margin: 15px auto;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.crm {
    background-image: url('../../images/pages/features/scenes/crm_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.golf {
    background-image: url('../../images/pages/features/scenes/golf_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.calc {
    background-image: url('../../images/pages/features/scenes/calc_992-v-1.3.62.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.food-order {
    background-image: url('../../images/pages/features/scenes/food_order_992-v-1.3.62.png');
    padding-top: 330px;
    text-align: center;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.cart {
    background-image: url('../../images/pages/features/scenes/cart_992-v-1.3.62.png');
    text-align: left;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.gps-coupon {
    background-image: url('../../images/pages/features/scenes/gps_coupon_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.nff {
    background-image: url('../../images/pages/features/scenes/nff_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social {
    background-image: url('../../images/pages/features/scenes/social_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.mailing {
    background-image: url('../../images/pages/features/scenes/mailing-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.blog {
    background-image: url('../../images/pages/features/scenes/blog-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.qr-coupon {
    background-image: url('../../images/pages/features/scenes/qr_coupon_992-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group {
    padding-top: 0;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .controls {
    top: 200px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons {
    display: block;
    padding: 0 30px;
    width: auto;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons h5 {
    display: none;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul {
    border: none;
    text-align: center;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 32px;
    height: 32px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon {
    width: 32px;
    height: 32px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-facebook {
    background-image: url('../../images/pages/features/social/facebook_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-twitter {
    background-image: url('../../images/pages/features/social/twitter_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-myemma {
    background-image: url('../../images/pages/features/social/myemma_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-linkedin {
    background-image: url('../../images/pages/features/social/linkedin_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-campaignmonitor {
    background-image: url('../../images/pages/features/social/campaign_monitor_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-constantcontact {
    background-image: url('../../images/pages/features/social/constant_contact_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-getresponse {
    background-image: url('../../images/pages/features/social/getresponse_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-icontact {
    background-image: url('../../images/pages/features/social/icontact_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mailchimp {
    background-image: url('../../images/pages/features/social/mailchimp_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-grubhub {
    background-image: url('../../images/pages/features/social/grubhub_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-eat24 {
    background-image: url('../../images/pages/features/social/eat24_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-olo {
    background-image: url('../../images/pages/features/social/olo_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-onosys {
    background-image: url('../../images/pages/features/social/onosys_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-onlineordering {
    background-image: url('../../images/pages/features/social/onlineordering_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-seamless {
    background-image: url('../../images/pages/features/social/seamless_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mycheck {
    background-image: url('../../images/pages/features/social/mycheck_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-shopify {
    background-image: url('../../images/pages/features/social/shopify_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-magento {
    background-image: url('../../images/pages/features/social/magento_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-volusion {
    background-image: url('../../images/pages/features/social/volusion_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-groupon {
    background-image: url('../../images/pages/features/social/groupon_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-booksteam {
    background-image: url('../../images/pages/features/social/booksteam_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-frontdesk {
    background-image: url('../../images/pages/features/social/frontdesk_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-mindbody {
    background-image: url('../../images/pages/features/social/mindbody_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-opentable {
    background-image: url('../../images/pages/features/social/opentable_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-soundcloud {
    background-image: url('../../images/pages/features/social/soundcloud_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-gplus {
    background-image: url('../../images/pages/features/social/gplus_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-myspace {
    background-image: url('../../images/pages/features/social/myspace_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-rss {
    background-image: url('../../images/pages/features/social/rss_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-wufoo {
    background-image: url('../../images/pages/features/social/wufoo_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-youtube {
    background-image: url('../../images/pages/features/social/youtube_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-instagram {
    background-image: url('../../images/pages/features/social/instagram_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-flickr {
    background-image: url('../../images/pages/features/social/flickr_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .scenes .scene.social-icons-group .social-icons ul li .icon.icon-picasa {
    background-image: url('../../images/pages/features/social/picasa_32.jpg');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls {
    top: 125px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control {
    width: 20px;
    height: 55px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control.prev {
    background-image: url('../../images/pages/features/prev_480-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides .controls .control.next {
    background-image: url('../../images/pages/features/next_480-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.content-block .content-slides ul.links {
    top: 310px;
  }
  body[data-page-id=features] .page .block.content-block .content-slides ul.links li {
    border-radius: 6px;
    margin-right: 4px;
    width: 12px;
    height: 12px;
  }
  body[data-page-id=features] .page .block.overview-block .container {
    background-image: url('../../images/pages/features/overview_480-v-1.3.62.png');
    height: 240px;
  }
  body[data-page-id=features] .page .block.overview-block .container .overview {
    margin-top: 60px;
    margin-left: 0;
  }
  body[data-page-id=features] .page .block.overview-block .container .overview h3 {
    margin: 15px 0;
    font-size: 10px;
  }
  body[data-page-id=features] .page .block.start-build-block {
    padding: 30px 0;
  }
  body[data-page-id=features] .page .block.start-build-block h2 {
    text-align: center;
    padding-bottom: 20px;
  }
  body[data-page-id=features] .page .block.start-build-block .btn-start-building {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  body[data-page-id=features] .page .block.start-build-block .platforms {
    float: none;
    text-align: center;
  }
  body[data-page-id=features] .page .block.start-build-block .platforms .platform {
    width: 65px;
    height: 65px;
    margin-right: 13px;
    margin-top: 25px;
  }
  body[data-page-id=features] .page .block.start-build-block .platforms .platform.ios {
    background-image: url('../../images/pages/features/ios_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.start-build-block .platforms .platform.android {
    background-image: url('../../images/pages/features/android_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.start-build-block .platforms .platform.html5 {
    margin-right: 0;
    background-image: url('../../images/pages/features/html5_65-v-1.3.62.png');
  }
  body[data-page-id=features] .page .block.reseller-guide-block {
    padding: 10px 0 30px 0;
  }
  body[data-page-id=features] .page .block.reseller-guide-block .reseller-guide-form .hs-form .hs-form-field .hs-input {
    font-size: 12px;
    padding: 8px 10px;
  }
  body[data-page-id=features] .page .block.reseller-guide-block .reseller-guide-form .hs-form .hs_submit .hs-button {
    font-size: 12px;
    padding: 8px 30px;
  }
}
/**
 * Pricing Page
 */
body[data-page-id=pricing] .page {
  /* Pricing Block */
  /* Features Block */
  /* FAQ Block */
}
body[data-page-id=pricing] .page .pricing-block {
  background-position: center top;
  background-repeat: no-repeat;
  padding: 30px 0 50px 0;
  text-align: center;
  color: #fff;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table {
  position: relative;
  width: 1044px;
  height: 830px;
  text-align: center;
  margin: 0 auto;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col {
  position: absolute;
  font-family: 'myriadpro-regular';
  color: #333;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li {
  background-color: #fff;
  font-size: 18px;
  padding: 12px 5px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li .ctrls {
  position: absolute;
  width: 100%;
  bottom: -23px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li .ctrls .btn {
  font-family: 'open-sansbold';
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 0;
  width: 170px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header {
  position: relative;
  padding: 0;
  height: 244px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header .title {
  border-bottom: 1px solid #083847;
  margin: 0 auto;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header .title .first-line {
  display: block;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header .price {
  font-size: 16px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header .price .sign {
  display: inline-block;
  font-size: 58px;
  vertical-align: top;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header .price .amount {
  display: inline-block;
  font-size: 100px;
  line-height: 120px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header span {
  display: block;
  font-size: 16px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.first {
  padding-top: 42px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode {
  width: 321px;
  top: 70px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode li {
  border: 1px solid #dedede;
  border-top: 0;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode li.header {
  background-color: #f6f6f6;
  border-bottom: 0;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode li.header .title {
  width: 221px;
  padding: 6px 0;
  font-size: 24px;
  color: #1eacc6;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode.web-mode {
  left: 0;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode.web-mode li {
  border-right: 0;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode.web-mode li.header {
  border-top-left-radius: 3px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode.web-mode li:last-child {
  border-bottom-left-radius: 3px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode.app-mode {
  right: 0;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode.app-mode li {
  border-left: 0;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode.app-mode li.header {
  border-top-right-radius: 3px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode.app-mode li:last-child {
  border-bottom-right-radius: 3px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode {
  width: 402px;
  left: 321px;
  top: 0;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode li {
  border: 1px solid #1eacc6;
  border-top: 0;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode li.header {
  background-color: #1eacc6;
  height: 220px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode li.header .title {
  width: 266px;
  padding: 10px 0 5px 0;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode li.header span {
  font-size: 18px;
  padding-top: 13px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode li.first {
  padding-top: 36px;
}
body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode li:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
body[data-page-id=pricing] .page .features-block {
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
}
body[data-page-id=pricing] .page .features-block .block-body {
  width: 100%;
  height: auto;
  background-color: rgba(28, 43, 54, 0.75);
}
body[data-page-id=pricing] .page .features-block .block-body ul.features {
  padding: 20px 0 60px 0;
}
body[data-page-id=pricing] .page .features-block .block-body ul.features li {
  margin-top: 35px;
}
body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon {
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 90px;
}
body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.support {
  background-image: url('../../images/pages/pricing/icons/support-v-1.3.62.png');
}
body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.platform {
  background-image: url('../../images/pages/pricing/icons/platform-v-1.3.62.png');
}
body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.affordable {
  background-image: url('../../images/pages/pricing/icons/affordable-v-1.3.62.png');
}
body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.investment {
  background-image: url('../../images/pages/pricing/icons/investment-v-1.3.62.png');
}
body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.easy {
  background-image: url('../../images/pages/pricing/icons/easy-v-1.3.62.png');
}
body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.social {
  background-image: url('../../images/pages/pricing/icons/social-v-1.3.62.png');
}
body[data-page-id=pricing] .page .features-block .block-body ul.features li b,
body[data-page-id=pricing] .page .features-block .block-body ul.features li span {
  display: block;
  text-align: left;
  color: #fff;
}
body[data-page-id=pricing] .page .features-block .block-body ul.features li span {
  font-family: 'open-sansregular';
  margin-top: 10px;
}
body[data-page-id=pricing] .page .features-block .block-body ul.features li b {
  font-family: 'open-sansbold';
}
body[data-page-id=pricing] .page .faq-block {
  background-color: #f6f6f6;
  text-align: center;
  padding: 50px 0;
}
body[data-page-id=pricing] .page .faq-block h2,
body[data-page-id=pricing] .page .faq-block h5 {
  margin: 0;
}
body[data-page-id=pricing] .page .faq-block .block-content {
  display: inline-block;
  width: 100%;
  padding: 0 50px 0 65px;
}
body[data-page-id=pricing] .page .faq-block .faqs {
  margin-top: 50px;
}
body[data-page-id=pricing] .page .faq-block .faqs .faq {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 15px 19px;
  margin-bottom: 6px;
  text-align: left;
  color: #666;
}
body[data-page-id=pricing] .page .faq-block .faqs .faq .question {
  position: relative;
  font-family: 'open-sansbold';
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body[data-page-id=pricing] .page .faq-block .faqs .faq .question span {
  display: block;
  margin-right: 20px;
}
body[data-page-id=pricing] .page .faq-block .faqs .faq .question .arrow {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../images/icons/16/arrow_down-v-1.3.62.png');
  width: 16px;
  height: 11px;
  opacity: 1;
  filter: alpha(opacity=100);
  /* transition */
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
body[data-page-id=pricing] .page .faq-block .faqs .faq .question .arrow:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
body[data-page-id=pricing] .page .faq-block .faqs .faq .answer {
  display: none;
  margin: 5px 20px 0;
}
body[data-page-id=pricing] .page .faq-block .faqs .faq.opened .question .arrow {
  background-image: url('../../images/icons/16/arrow_up-v-1.3.62.png');
}
body[data-page-id=pricing] .page .faq-block .faqs .faq.opened .answer {
  display: block;
}
body[data-page-id=pricing] .page .faq-block .faqs.desktop {
  width: 50%;
  display: block;
}
body[data-page-id=pricing] .page .faq-block .faqs.desktop.left {
  float: left;
  margin-left: -15px;
}
body[data-page-id=pricing] .page .faq-block .faqs.desktop.right {
  float: right;
}
body[data-page-id=pricing] .page .faq-block .faqs.mobile {
  display: none;
}
/* Mobile */
@media screen and (min-width: 1680px) {
  body[data-page-id=pricing] .page .pricing-block {
    background-size: contain;
  }
  body[data-page-id=pricing] .page .features-block {
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.left {
    margin-left: 40px;
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.right {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  body[data-page-id=pricing] .page .pricing-block .pricing-table {
    width: 940px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.lg-wide {
    height: 75px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode {
    width: 280px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode {
    width: 380px;
    left: 280px;
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.left {
    margin-left: 40px;
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.right {
    margin-left: 50px;
  }
}
@media screen and (min-width: 992px) {
  body[data-page-id=pricing] .page .pricing-block {
    background-image: url('../../images/pages/pricing/misc/pricing_bg-v-1.3.62.jpg');
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table {
    margin-top: 50px;
  }
  body[data-page-id=pricing] .page .features-block {
    background-image: url('../../images/pages/pricing/misc/features_bg-v-1.3.62.jpg');
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body[data-page-id=pricing] .page .pricing-block {
    padding: 20px 0;
    background-image: url('../../images/pages/pricing/misc/pricing_bg_992-v-1.3.62.jpg');
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table {
    margin-top: 40px;
    width: 720px;
    height: 800px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li {
    font-size: 16px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header {
    height: 205px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header .price {
    font-size: 14px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header span {
    font-size: 14px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.first {
    padding-top: 50px;
    height: 107px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.lg-wide,
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.md-wide {
    height: 75px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode {
    top: 50px;
    width: 220px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode li.header .title {
    width: 150px;
    font-size: 18px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode li.header .price .sign {
    font-size: 45px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode li.header .price .amount {
    font-size: 70px;
    line-height: 90px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode {
    width: 280px;
    left: 220px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode li.header {
    height: 175px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode li.header .title {
    width: 200px;
    font-size: 32px;
    line-height: 42px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode li.header span {
    font-size: 16px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode li.first {
    height: 93px;
  }
  body[data-page-id=pricing] .page .features-block {
    background-image: url('../../images/pages/pricing/misc/features_bg_992-v-1.3.62.jpg');
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features {
    padding: 20px 0 30px 0;
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li {
    margin-top: 25px;
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.left {
    margin-left: 15px;
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.right {
    margin-left: 40px;
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li span {
    margin-top: 5px;
  }
  body[data-page-id=pricing] .page .faq-block {
    padding: 40px 0;
  }
  body[data-page-id=pricing] .page .faq-block .faqs.mobile {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  body[data-page-id=pricing] .page .pricing-block .pricing-table {
    margin-top: 30px;
    width: auto;
    height: auto;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col {
    position: static;
    margin: 0 auto 30px auto;
    width: 380px!important;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li {
    font-size: 16px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header {
    height: 215px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header .title {
    width: 270px!important;
    font-size: 32px!important;
    line-height: 42px!important;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header .title .first-line {
    display: inline-block;
    margin-right: 6px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header span {
    font-size: 14px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.first {
    padding-top: 50px;
    height: auto;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.lg-wide {
    height: auto;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode li {
    border-left: 1px solid #dedede!important;
    border-right: 1px solid #dedede!important;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode li.header {
    border-top: 1px solid #dedede;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode li.header .price .sign {
    font-size: 45px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode li.header .price .amount {
    font-size: 70px;
    line-height: 90px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode li:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode li.header {
    height: 140px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode li.header span {
    font-size: 16px;
  }
  body[data-page-id=pricing] .page .faq-block .faqs.desktop {
    display: none;
  }
  body[data-page-id=pricing] .page .faq-block .faqs.mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  body[data-page-id=pricing] .page .pricing-block {
    padding: 20px 0;
    background-image: url('../../images/pages/pricing/misc/pricing_bg_768-v-1.3.62.jpg');
  }
  body[data-page-id=pricing] .page .features-block {
    background-image: url('../../images/pages/pricing/misc/features_bg_768-v-1.3.62.jpg');
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features {
    padding: 20px 0 40px 0;
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li {
    margin-top: 25px;
    text-align: center;
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon {
    display: inline-block;
    width: 345px;
    min-height: 64px;
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li span {
    margin-top: 0;
  }
  body[data-page-id=pricing] .page .faq-block {
    padding: 30px 0;
  }
  body[data-page-id=pricing] .page .faq-block .faqs.mobile {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  body[data-page-id=pricing] .page .pricing-block {
    padding: 20px 0;
    background-image: url('../../images/pages/pricing/misc/pricing_bg_480-v-1.3.62.jpg');
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table {
    margin-top: 20px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col {
    width: 272px !important;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li {
    font-size: 14px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li .ctrls {
    bottom: -15px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li .ctrls .btn {
    font-size: 14px;
    padding: 7px 0;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header {
    height: 175px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header .title {
    width: 205px !important;
    font-size: 24px !important;
    line-height: 38px !important;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.header span {
    font-size: 12px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col li.first {
    padding-top: 25px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode li.header .price {
    font-size: 14px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode li.header .price .sign {
    font-size: 34px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.client-mode li.header .price .amount {
    font-size: 50px;
    line-height: 70px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode li.header {
    height: 120px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode li.header span {
    font-size: 14px;
  }
  body[data-page-id=pricing] .page .pricing-block .pricing-table .pricing-col.reseller-mode li.first {
    padding-top: 25px;
  }
  body[data-page-id=pricing] .page .features-block {
    background-image: url('../../images/pages/pricing/misc/features_bg_480-v-1.3.62.jpg');
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features {
    padding: 10px 0 20px 0;
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li {
    margin-top: 15px;
    text-align: center;
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon {
    display: inline-block;
    width: 290px;
    min-height: 45px;
    padding-left: 70px;
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.support {
    background-image: url('../../images/pages/pricing/icons/support_480.png');
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.platform {
    background-image: url('../../images/pages/pricing/icons/platform_480.png');
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.affordable {
    background-image: url('../../images/pages/pricing/icons/affordable_480.png');
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.investment {
    background-image: url('../../images/pages/pricing/icons/investment_480.png');
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.easy {
    background-image: url('../../images/pages/pricing/icons/easy_480.png');
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li .feature-icon.social {
    background-image: url('../../images/pages/pricing/icons/social_480.png');
  }
  body[data-page-id=pricing] .page .features-block .block-body ul.features li span {
    margin-top: 0;
  }
  body[data-page-id=pricing] .page .faq-block {
    padding: 20px 0;
  }
  body[data-page-id=pricing] .page .faq-block .block-content {
    width: 270px;
    padding: 0;
  }
  body[data-page-id=pricing] .page .faq-block .faqs.mobile {
    margin-top: 20px;
  }
}
/**
 * How it Works Page
 */
body[data-page-id=reseller] .page .block {
  /* Video Block */
  /* Slide Block */
  /* Reseller Guide Block */
  /* Calculator Block */
}
body[data-page-id=reseller] .page .block.video-block {
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
}
body[data-page-id=reseller] .page .block.video-block h3 {
  margin: 0;
  padding-top: 30px;
  font-family: 'open-sansregular';
  font-size: 24px;
}
body[data-page-id=reseller] .page .block.video-block h3 .seperator {
  border-top: 1px solid #fff;
  margin-top: 20px;
  width: 165px;
}
body[data-page-id=reseller] .page .block.video-block .block-body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 43, 54, 0.75);
}
body[data-page-id=reseller] .page .block.video-block .block-body .container {
  position: relative;
}
body[data-page-id=reseller] .page .block.video-block .block-body .container .btn.btn-play {
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  /* transition */
  -webkit-transition: background-image 250ms linear;
  -moz-transition: background-image 250ms linear;
  -o-transition: background-image 250ms linear;
  transition: background-image 250ms linear;
}
body[data-page-id=reseller] .page .block.video-block .block-body .container .video {
  display: none;
  position: absolute;
  width: 100%;
}
body[data-page-id=reseller] .page .block.video-block .block-body .container h2 {
  margin-bottom: 0;
}
body[data-page-id=reseller] .page .block.video-block.new .block-body {
  background-color: rgba(28, 43, 54, 0.9);
}
body[data-page-id=reseller] .page .block.video-block.new .block-body .inc {
  position: absolute;
  background: url('../../images/pages/reseller/inc-v-1.3.62.png');
  width: 100px;
  height: 100px;
  bottom: 47px;
  right: 56px;
  z-index: 1;
}
body[data-page-id=reseller] .page .block.video-block.new .block-body a.read_reviews {
  position: absolute;
  right: 20%;
  bottom: 40px;
}
body[data-page-id=reseller] .page .block.video-block.new .block-body .container h3 .seperator {
  border-top-color: #1eacc6;
}
body[data-page-id=reseller] .page .block.slide-block {
  background-color: #fff;
}
body[data-page-id=reseller] .page .block.slide-block h2 {
  text-align: center;
  margin-top: 0;
}
body[data-page-id=reseller] .page .block.slide-block .slides li h5 {
  padding: 0;
  position: relative;
  background-color: #556068;
  border-radius: 5px;
  color: #fff;
  font-family: 'open-sansitalic';
}
body[data-page-id=reseller] .page .block.slide-block .slides li h5 .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #556068 transparent transparent transparent;
}
body[data-page-id=reseller] .page .block.slide-block .slides li h5 .commentor {
  background-color: #34454e;
}
body[data-page-id=reseller] .page .block.slide-block .slides li h5 .commentor span {
  display: block;
  color: #fff;
}
body[data-page-id=reseller] .page .block.slide-block .slides li .photo {
  position: absolute;
  right: 0;
  overflow: hidden;
}
body[data-page-id=reseller] .page .block.slide-block .slides li .photo img {
  width: 100%;
  height: 100%;
}
body[data-page-id=reseller] .page .block.slide-block .slides li .photo .mask {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body[data-page-id=reseller] .page .block.reseller-guide-block {
  padding: 30px 0 60px 0;
  border-top: 1px solid #dedede;
  text-align: center;
}
body[data-page-id=reseller] .page .block.calculator-block {
  background-color: #f6f6f6;
  border-top: 1px solid #dedede;
  padding: 30px 0 50px 0;
  text-align: center;
  position: relative;
}
body[data-page-id=reseller] .page .block.calculator-block .loader.loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.5) url('../../images/common/gif/loader_1.gif') center center no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
body[data-page-id=reseller] .page .block.calculator-block .slider-earning {
  position: relative;
  display: flex;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: left;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container {
  font-family: 'open-sansextrabold';
  font-size: 16px;
  display: inline-block;
  width: 705px;
  color: #dedede;
  font-weight: bold;
  position: relative;
  vertical-align: bottom;
  height: 147px;
}
body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container .drag-arrow {
  position: absolute;
  width: 90px;
  height: 20px;
  line-height: 20px;
  top: 50%;
  text-align: center;
  margin-top: -10px;
  margin-left: 60px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('../../images/pages/reseller/arrow_right-v-1.3.62.png');
  text-transform: uppercase;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container .slider-bar {
  position: absolute;
  width: 100%;
  bottom: 3px;
  background: #dedede;
  height: 14px;
  border-radius: 3px;
  cursor: pointer;
}
body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container .slider-btn {
  background: #1eacc6;
  height: 14px;
  width: 30px;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
}
body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container .slider-markup {
  background-image: url('../../images/pages/reseller/markup-v-1.3.62.png');
  width: 100px;
  height: 83px;
  position: absolute;
  bottom: 24px;
  left: -35px;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container .slider-markup p {
  font-size: 13px;
  color: #999999;
  line-height: 18px;
  margin-top: 15px;
}
body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container .slider-markup p .percent-val {
  font-size: 30px;
  color: #333333;
}
body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container .slider-markup p .percent-sign {
  font-size: 16px;
  color: #333333;
}
body[data-page-id=reseller] .page .block.calculator-block .slider-earning .earning-container {
  position: absolute;
  right: 0;
  display: inline-block;
  font-family: 'open-sansregular';
  text-align: center;
  width: 188px;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body[data-page-id=reseller] .page .block.calculator-block .slider-earning .earning-container .earning-header {
  background-color: #1facc7;
  color: #ffffff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 0;
}
body[data-page-id=reseller] .page .block.calculator-block .slider-earning .earning-container .earning-body {
  background-color: #ffffff;
  color: #333333;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 15px 0;
  overflow: hidden;
}
body[data-page-id=reseller] .page .block.calculator-block .slider-earning .earning-container .earning-body .dollar-sign {
  font-size: 30px;
  line-height: 30px;
  vertical-align: top;
}
body[data-page-id=reseller] .page .block.calculator-block .slider-earning .earning-container .earning-body .earning-amt {
  font-size: 42px;
  line-height: 50px;
}
body[data-page-id=reseller] .page .block.calculator-block .slider-earning .earning-container .earning-body b {
  font-family: 'open-sansextrabold';
  font-size: 16px;
  text-transform: uppercase;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator {
  width: 100%;
  position: relative;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table {
  text-align: left;
  width: 100%;
  display: table;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell {
  float: left;
  font-family: 'open-sansregular';
  font-size: 16px;
  text-align: center;
  color: #666666;
  width: 195px;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 19px 10px 18px 10px;
  height: 60px;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell .table-resp-header {
  display: none;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.profit {
  padding-left: 5px;
  padding-right: 5px;
  width: 160px;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.spin,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.fee,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.unit-price,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.pricing {
  position: relative;
  padding: 19px 10px 16px 10px;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.spin input,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.fee input,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.unit-price input,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.pricing input {
  border: none;
  outline: none;
  text-align: left;
  margin-top: -1px;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.spin .control,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.fee .control,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.unit-price .control,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.pricing .control {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  width: 30px;
  height: 48px;
  top: 6px;
  cursor: pointer;
  /* transition */
  -webkit-transition: background 250ms linear;
  -moz-transition: background 250ms linear;
  -o-transition: background 250ms linear;
  transition: background 250ms linear;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.spin .control.prev,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.fee .control.prev,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.unit-price .control.prev,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.pricing .control.prev {
  background-image: url('../../images/pages/reseller/prev_grey-v-1.3.62.png');
  left: 5px;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.spin .control.prev:hover,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.fee .control.prev:hover,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.unit-price .control.prev:hover,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.pricing .control.prev:hover {
  background-color: #1a92a9;
  background-image: url('../../images/pages/reseller/prev_white-v-1.3.62.png');
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.spin .control.prev.touch:hover,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.fee .control.prev.touch:hover,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.unit-price .control.prev.touch:hover,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.pricing .control.prev.touch:hover {
  background-color: transparent;
  background-image: url('../../images/pages/reseller/prev_grey-v-1.3.62.png');
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.spin .control.prev.disabled,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.fee .control.prev.disabled,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.unit-price .control.prev.disabled,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.pricing .control.prev.disabled {
  background-color: transparent!important;
  background-image: url('../../images/pages/reseller/prev_grey-v-1.3.62.png');
  cursor: default;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.spin .control.next,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.fee .control.next,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.unit-price .control.next,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.pricing .control.next {
  background-image: url('../../images/pages/reseller/next_grey-v-1.3.62.png');
  right: 5px;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.spin .control.next:hover,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.fee .control.next:hover,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.unit-price .control.next:hover,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.pricing .control.next:hover {
  background-color: #1a92a9;
  background-image: url('../../images/pages/reseller/next_white-v-1.3.62.png');
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.spin .control.next.touch:hover,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.fee .control.next.touch:hover,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.unit-price .control.next.touch:hover,
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.pricing .control.next.touch:hover {
  background-color: transparent;
  background-image: url('../../images/pages/reseller/next_grey-v-1.3.62.png');
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.error {
  color: red;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.spin input {
  text-align: center;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell:last-child {
  border-left: 1px solid #dedede;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-row {
  background-color: #ffffff;
  display: block;
  width: 100%;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-header {
  display: table-header-group;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-header .table-row .table-cell {
  background-color: #f6f6f6;
  border-top: 1px solid #dedede;
  font-family: 'open-sansextrabold';
  text-transform: uppercase;
  color: #333333;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-header .table-row .table-cell:last-child {
  background-color: #dedede;
  border-right: 1px solid #dedede;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body {
  display: table-row-group;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-row {
  position: relative;
  min-height: 60px;
  background-color: #ffffff;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-row .table-cell:last-child {
  border-right: 1px solid #dedede;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-row .mask {
  position: absolute;
  display: inline-block;
  background-color: rgba(185, 185, 185, 0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-row .mask .btn-choose {
  background-color: #1facc7;
  display: inline-block;
  font-size: 10px;
  padding: 3px 6px;
  margin-left: 1px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  /* transition */
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-row .mask:hover .btn-choose {
  opacity: 1;
  filter: alpha(opacity=100);
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-row .btn-reset {
  position: absolute;
  background-color: #e58a00;
  display: inline-block;
  font-size: 10px;
  padding: 3px 6px;
  top: 1px;
  right: 0;
  margin-right: 2px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  /* transition */
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-row.active:hover .btn-reset {
  opacity: 1;
  filter: alpha(opacity=100);
}
body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-row.active .mask {
  display: none;
}
/* Mobile */
@media screen and (min-width: 1680px) {
  body[data-page-id=reseller] .page .block.video-block {
    background-size: cover;
  }
  body[data-page-id=reseller] .page .block.feature-block {
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  body[data-page-id=reseller] .page .block.feature-block {
    background-image: url('../../images/pages/reseller/features_bg-v-1.3.62.jpg');
  }
  body[data-page-id=reseller] .page .block.reseller-guide-block .container {
    width: 778px;
  }
  body[data-page-id=reseller] .page .block.reseller-guide-block h5 {
    margin: 20px 0 30px 0;
  }
}
@media screen and (min-width: 992px) {
  body[data-page-id=reseller] .page .block.video-block {
    background-image: url('../../images/pages/reseller/video_bg-v-1.3.62.jpg');
    height: 618px;
  }
  body[data-page-id=reseller] .page .block.video-block.new {
    background-image: url('../../images/pages/reseller/overview_bg-v-1.3.62.jpg');
    height: 492px;
  }
  body[data-page-id=reseller] .page .block.video-block.new .block-body .container h2 {
    margin-top: 195px;
  }
  body[data-page-id=reseller] .page .block.video-block h2 {
    margin-top: 160px;
    margin-bottom: 40px;
  }
  body[data-page-id=reseller] .page .block.video-block .btn.btn-play {
    background-image: url('../../images/misc/play-v-1.3.62.png');
    width: 146px;
    height: 146px;
  }
  body[data-page-id=reseller] .page .block.video-block .btn.btn-play:hover {
    background-image: url('../../images/misc/play_over-v-1.3.62.png');
  }
  body[data-page-id=reseller] .page .block.video-block .video {
    top: 95px;
  }
  body[data-page-id=reseller] .page .block.video-block .video iframe {
    width: 600px;
    height: 429px;
  }
  body[data-page-id=reseller] .page .block.slide-block {
    padding: 50px 0;
  }
  body[data-page-id=reseller] .page .block.slide-block h2 {
    margin-bottom: 80px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides {
    height: 317px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 {
    line-height: 23px;
    margin-top: 30px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 .comment,
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 .commentor {
    padding: 10px 30px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 .arrow {
    right: -36px;
    top: 30px;
    border-width: 30px 36px 0 0;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li .photo {
    width: 317px;
    height: 307px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li .photo .mask {
    background-image: url('../../images/pages/reseller/photo_mask-v-1.3.62.png');
  }
  body[data-page-id=reseller] .page .block.slide-block .controls .control {
    top: -190px;
  }
  body[data-page-id=reseller] .page .block.feature-block .container {
    width: 970px;
  }
  body[data-page-id=reseller] .page .block.feature-block h2 {
    margin-top: 50px;
  }
  body[data-page-id=reseller] .page .block.reseller-guide-block h5 {
    margin: 15px 0 20px 0;
  }
  body[data-page-id=reseller] .page .block.calculator-block .container {
    width: 970px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  body[data-page-id=reseller] .page .block.feature-block {
    background-image: url('../../images/pages/reseller/features_bg_1200-v-1.3.62.jpg');
  }
  body[data-page-id=reseller] .page .block.feature-block .container {
    width: 970px;
  }
  body[data-page-id=reseller] .page .block.feature-block h5 b {
    height: 64px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body[data-page-id=reseller] .page .block.video-block {
    background-image: url('../../images/pages/reseller/video_bg_992-v-1.3.62.jpg');
    height: 365px;
  }
  body[data-page-id=reseller] .page .block.video-block.new {
    background-image: url('../../images/pages/reseller/overview_bg_992-v-1.3.62.jpg');
    height: 291px;
  }
  body[data-page-id=reseller] .page .block.video-block.new .block-body a.read_reviews {
    right: 22%;
    bottom: 60px;
  }
  body[data-page-id=reseller] .page .block.video-block.new .block-body a.read_reviews img {
    max-width: 150px !important;
  }
  body[data-page-id=reseller] .page .block.video-block h2 {
    margin-top: 90px;
    margin-bottom: 20px;
  }
  body[data-page-id=reseller] .page .block.video-block h3 {
    padding-top: 25px;
    font-size: 20px;
  }
  body[data-page-id=reseller] .page .block.video-block .btn.btn-play {
    background-image: url('../../images/misc/play_992-v-1.3.62.png');
    width: 124px;
    height: 124px;
  }
  body[data-page-id=reseller] .page .block.video-block .btn.btn-play:hover {
    background-image: url('../../images/misc/play_over_992-v-1.3.62.png');
  }
  body[data-page-id=reseller] .page .block.video-block .video {
    top: 55px;
  }
  body[data-page-id=reseller] .page .block.video-block .video iframe {
    width: 350px;
    height: 250px;
  }
  body[data-page-id=reseller] .page .block.slide-block {
    padding: 40px 0;
  }
  body[data-page-id=reseller] .page .block.slide-block h2 {
    margin-bottom: 40px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides {
    height: 255px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li {
    position: relative;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li > div {
    position: absolute;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li > div.col-desc {
    width: 350px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li > div.col-photo {
    right: 0;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li > div.col-photo .photo {
    position: relative;
    margin: 0 auto;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 {
    line-height: 23px;
    margin-top: 0;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 .comment,
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 .commentor {
    padding: 10px 20px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 .arrow {
    right: -33px;
    top: 50px;
    border-width: 26px 33px 0 0;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li .photo {
    width: 180px;
    height: 174px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li .photo .mask {
    background-image: url('../../images/pages/reseller/photo_mask_992-v-1.3.62.png');
  }
  body[data-page-id=reseller] .page .block.slide-block .controls .control {
    top: -190px;
  }
  body[data-page-id=reseller] .page .block.feature-block {
    background-image: url('../../images/pages/reseller/features_bg_992-v-1.3.62.jpg');
  }
  body[data-page-id=reseller] .page .block.feature-block ul.features {
    margin-bottom: 75px;
  }
  body[data-page-id=reseller] .page .block.feature-block ul.features li {
    margin-top: 40px;
  }
  body[data-page-id=reseller] .page .block.feature-block h2 {
    margin-top: 40px;
  }
  body[data-page-id=reseller] .page .block.feature-block h5 span {
    height: 165px;
  }
  body[data-page-id=reseller] .page .block.reseller-guide-block {
    padding: 20px 0 50px 0;
  }
  body[data-page-id=reseller] .page .block.reseller-guide-block h5 {
    margin: 15px 0 25px 0;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container {
    margin-left: 20px;
    width: 465px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table {
    /* user-select */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell {
    font-size: 12px;
    width: 150px;
    height: 55px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.spin .control {
    height: 42px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-cell.profit {
    width: 120px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-header .table-cell.profit {
    padding: 10px 5px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-row {
    min-height: 55px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  body[data-page-id=reseller] .page .block.video-block {
    background-image: url('../../images/pages/reseller/video_bg_768-v-1.3.62.jpg');
    height: 283px;
  }
  body[data-page-id=reseller] .page .block.video-block.new {
    background-image: url('../../images/pages/reseller/overview_bg_768-v-1.3.62.jpg');
    height: 250px;
  }
  body[data-page-id=reseller] .page .block.video-block.new .block-body .container h2 {
    margin-top: 50px;
  }
  body[data-page-id=reseller] .page .block.video-block.new .block-body .inc {
    background: url('../../images/pages/reseller/inc_768-v-1.3.62.png');
    width: 50px;
    height: 50px;
    bottom: 24px;
    right: 28px;
  }
  body[data-page-id=reseller] .page .block.video-block.new .block-body a.read_reviews {
    right: 20%;
    bottom: 17px;
  }
  body[data-page-id=reseller] .page .block.video-block.new .block-body a.read_reviews img {
    max-width: 120px !important;
  }
  body[data-page-id=reseller] .page .block.video-block h2 {
    margin-top: 65px;
    margin-bottom: 15px;
  }
  body[data-page-id=reseller] .page .block.video-block h3 {
    padding-top: 20px;
    font-size: 18px;
  }
  body[data-page-id=reseller] .page .block.video-block h3 .seperator {
    margin-top: 15px;
  }
  body[data-page-id=reseller] .page .block.video-block .btn.btn-play {
    background-image: url('../../images/misc/play_768-v-1.3.62.png');
    width: 96px;
    height: 96px;
  }
  body[data-page-id=reseller] .page .block.video-block .btn.btn-play:hover {
    background-image: url('../../images/misc/play_over_768-v-1.3.62.png');
  }
  body[data-page-id=reseller] .page .block.video-block .video {
    top: 50px;
  }
  body[data-page-id=reseller] .page .block.video-block .video iframe {
    width: 250px;
    height: 179px;
  }
  body[data-page-id=reseller] .page .block.slide-block {
    padding: 30px 0;
  }
  body[data-page-id=reseller] .page .block.slide-block h2 {
    margin-bottom: 30px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides {
    height: 430px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li {
    position: relative;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li > div {
    position: absolute;
    width: 100%;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li > div.col-desc {
    top: 210px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li > div.col-photo .photo {
    position: relative;
    margin: 0 auto;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 {
    line-height: 23px;
    margin-top: 0;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 .comment,
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 .commentor {
    padding: 10px 20px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 .arrow {
    top: -10px;
    left: 50%;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #556068 transparent;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li .photo {
    width: 180px;
    height: 174px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li .photo .mask {
    background-image: url('../../images/pages/reseller/photo_mask_992-v-1.3.62.png');
  }
  body[data-page-id=reseller] .page .block.slide-block .controls .control {
    top: -300px;
  }
  body[data-page-id=reseller] .page .block.feature-block {
    background-image: url('../../images/pages/reseller/features_bg_768-v-1.3.62.jpg');
  }
  body[data-page-id=reseller] .page .block.feature-block ul.features li {
    margin-top: 30px;
  }
  body[data-page-id=reseller] .page .block.feature-block h2 {
    margin-top: 30px;
  }
  body[data-page-id=reseller] .page .block.feature-block h5 span {
    height: 120px;
  }
  body[data-page-id=reseller] .page .block.reseller-guide-block {
    padding: 10px 0 30px 0;
  }
  body[data-page-id=reseller] .page .block.reseller-guide-block h5 {
    margin: 10px 0 15px 0;
  }
  body[data-page-id=reseller] .page .block.reseller-guide-block .reseller-guide-form .hs-form .hs-form-field .hs-input {
    font-size: 14px;
    padding: 8px 10px;
  }
  body[data-page-id=reseller] .page .block.reseller-guide-block .reseller-guide-form .hs-form .hs_submit .hs-button {
    font-size: 14px;
    padding: 8px 30px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-id=reseller] .page .block.calculator-block {
    padding: 10px 0 30px 0;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning {
    display: block;
    padding: 0 30px 30px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container {
    display: block;
    clear: both;
    width: 100%;
    height: 150px;
    margin: 0;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container .drag-arrow {
    font-size: 14px;
    line-height: 18px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container .slider-markup p {
    font-size: 12px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container .slider-markup p .percent-val {
    font-size: 24px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container .slider-markup p .percent-sign {
    font-size: 14px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .earning-container {
    position: static;
    display: block;
    margin: 30px auto 0 auto;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .earning-container .earning-header {
    font-size: 13px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .earning-container .earning-body .dollar-sign {
    font-size: 26px;
    line-height: 26px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .earning-container .earning-body .earning-amt {
    font-size: 36px;
    line-height: 46px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .earning-container .earning-body b {
    font-size: 14px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table {
    margin-bottom: 0;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-header {
    display: none;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-cell {
    display: block;
    position: relative;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    width: 100%;
    padding-left: 140px;
    font-size: 14px;
    height: auto;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-cell.spin .control {
    height: 45px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-cell .table-resp-header {
    display: block;
    position: absolute;
    font-weight: bold;
    left: 20px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-cell.spin .control.prev {
    left: 145px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-row {
    display: inline-block;
    border-top: 1px solid #dedede;
    border-radius: 3px;
    margin-bottom: 30px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-row .table-cell:last-child {
    border-width: 1px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-row .table-cell:last-child .cat-bottom {
    display: none;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-row .btn-reset {
    right: inherit;
    margin-right: 0;
    margin-left: 2px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-row:last-child {
    margin-bottom: 0;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-row:last-child .table-cell:last-child {
    border-bottom: 1px solid #dedede;
  }
}
@media screen and (max-width: 480px) {
  body[data-page-id=reseller] .page .block.video-block {
    background-image: url('../../images/pages/reseller/video_bg_480-v-1.3.62.jpg');
    height: 177px;
  }
  body[data-page-id=reseller] .page .block.video-block.new {
    background-image: url('../../images/pages/reseller/overview_bg_480-v-1.3.62.jpg');
    height: 190px;
  }
  body[data-page-id=reseller] .page .block.video-block.new .block-body .container h2 {
    margin-top: 20px;
  }
  body[data-page-id=reseller] .page .block.video-block.new .block-body .inc {
    background: url('../../images/pages/reseller/inc_480-v-1.3.62.png');
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
  body[data-page-id=reseller] .page .block.video-block.new .block-body a.read_reviews {
    right: 20%;
    bottom: 5px;
  }
  body[data-page-id=reseller] .page .block.video-block.new .block-body a.read_reviews img {
    max-width: 100px !important;
  }
  body[data-page-id=reseller] .page .block.video-block h2 {
    margin-top: 35px;
    margin-bottom: 10px;
  }
  body[data-page-id=reseller] .page .block.video-block h3 {
    padding-top: 20px;
    font-size: 12px;
  }
  body[data-page-id=reseller] .page .block.video-block h3 .seperator {
    margin-top: 15px;
  }
  body[data-page-id=reseller] .page .block.video-block .btn.btn-play {
    background-image: url('../../images/misc/play_480-v-1.3.62.png');
    width: 64px;
    height: 64px;
  }
  body[data-page-id=reseller] .page .block.video-block .btn.btn-play:hover {
    background-image: url('../../images/misc/play_over_480-v-1.3.62.png');
  }
  body[data-page-id=reseller] .page .block.video-block .video {
    top: 25px;
  }
  body[data-page-id=reseller] .page .block.video-block .video iframe {
    width: 180px;
    height: 129px;
  }
  body[data-page-id=reseller] .page .block.slide-block {
    padding: 20px 0;
  }
  body[data-page-id=reseller] .page .block.slide-block h2 {
    margin-bottom: 20px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides {
    height: 420px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li {
    position: relative;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li > div {
    position: absolute;
    width: 100%;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li > div.col-desc {
    top: 110px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li > div.col-photo .photo {
    position: relative;
    margin: 0 auto;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 {
    line-height: 23px;
    margin-top: 0;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 .comment,
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 .commentor {
    padding: 10px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li h5 .arrow {
    top: -10px;
    left: 48%;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #556068 transparent;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li .photo {
    width: 96px;
    height: 93px;
  }
  body[data-page-id=reseller] .page .block.slide-block .slides li .photo .mask {
    background-image: url('../../images/pages/reseller/photo_mask_480-v-1.3.62.png');
  }
  body[data-page-id=reseller] .page .block.slide-block .controls .control {
    top: -300px;
  }
  body[data-page-id=reseller] .page .block.feature-block {
    background-image: url('../../images/pages/reseller/features_bg_480-v-1.3.62.jpg');
  }
  body[data-page-id=reseller] .page .block.feature-block ul.features li {
    margin-top: 20px;
  }
  body[data-page-id=reseller] .page .block.feature-block h2 {
    margin-top: 20px;
  }
  body[data-page-id=reseller] .page .block.feature-block h5 b {
    height: 44px;
  }
  body[data-page-id=reseller] .page .block.feature-block h5 span {
    height: 154px;
  }
  body[data-page-id=reseller] .page .block.reseller-guide-block {
    padding: 0 0 20px 0;
  }
  body[data-page-id=reseller] .page .block.reseller-guide-block .reseller-guide-form .hs-form .hs-form-field .hs-input {
    font-size: 13px;
    padding: 8px 10px;
  }
  body[data-page-id=reseller] .page .block.reseller-guide-block .reseller-guide-form .hs-form .hs_submit .hs-button {
    font-size: 13px;
    padding: 8px 30px;
  }
  body[data-page-id=reseller] .page .block.calculator-block {
    padding: 0 0 20px 0;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container .drag-arrow {
    font-size: 12px;
    line-height: 20px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container .slider-markup p {
    font-size: 12px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container .slider-markup p .percent-val {
    font-size: 18px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .slider-container .slider-markup p .percent-sign {
    font-size: 12px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .earning-container .earning-header {
    font-size: 12px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .earning-container .earning-body .dollar-sign {
    font-size: 22px;
    line-height: 22px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .earning-container .earning-body .earning-amt {
    font-size: 30px;
    line-height: 38px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .slider-earning .earning-container .earning-body b {
    font-size: 12px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-cell {
    font-size: 12px;
    padding-left: 110px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-cell.spin .control {
    height: 42px;
  }
  body[data-page-id=reseller] .page .block.calculator-block .calculator .table .table-body .table-cell.spin .control.prev {
    left: 115px;
  }
}
@media screen and (max-width: 375px) {
  body[data-page-id=reseller] .page .block.feature-block {
    background-image: url('../../images/pages/reseller/features_bg_375-v-1.3.62.jpg');
  }
  body[data-page-id=reseller] .page .block.feature-block ul.features li {
    margin-top: 20px;
  }
  body[data-page-id=reseller] .page .block.feature-block h2 {
    margin-top: 20px;
  }
  body[data-page-id=reseller] .page .block.feature-block h5 b {
    height: 50px;
  }
  body[data-page-id=reseller] .page .block.feature-block h5 span {
    height: 180px;
  }
}
/**
 * Press Room Page
 */
body[data-page-id=press-room] .page .block {
  /* Fact Block */
  /* Contact Block */
  /* Press Block */
}
body[data-page-id=press-room] .page .block.fact-block {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2990b1;
  text-align: center;
  color: #fff;
  height: 448px;
}
body[data-page-id=press-room] .page .block.fact-block .block-body {
  background-color: rgba(28, 43, 54, 0.85);
  display: block;
  width: 100%;
  height: 100%;
}
body[data-page-id=press-room] .page .block.fact-block .block-body h2 {
  margin: 35px 0 10px 0;
}
body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact {
  padding-top: 10px;
}
body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact li h5 {
  color: #fff;
  text-align: left;
  font-size: 17px;
  line-height: 26px;
}
body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact li h5 b {
  display: inline-block;
  color: #fff;
  width: 288px;
  vertical-align: top;
}
body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact li h5 span {
  display: inline-block;
  color: #fff;
  width: 650px;
}
body[data-page-id=press-room] .page .block.contact-block {
  background-color: #f6f6f6;
  border-bottom: 1px solid #dedede;
}
body[data-page-id=press-room] .page .block.contact-block img {
  display: inline-block;
  margin: 15px 0;
}
body[data-page-id=press-room] .page .block.contact-block h5 {
  display: inline-block;
}
body[data-page-id=press-room] .page .block.contact-block h5 span {
  margin-left: 20px;
  color: #333;
}
body[data-page-id=press-room] .page .block.contact-block h5 a {
  background: url('../../images/pages/pressroom/circle-v-1.3.62.png') left center no-repeat;
  margin-left: 25px;
  padding-left: 35px;
  /* transition */
  -webkit-transition: color 250ms linear;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear;
}
body[data-page-id=press-room] .page .block.contact-block h5 a:hover {
  text-decoration: none;
}
body[data-page-id=press-room] .page .block.press-block {
  text-align: center;
}
body[data-page-id=press-room] .page .block.press-block h2 {
  margin-bottom: 40px;
}
body[data-page-id=press-room] .page .block.press-block .side-nav {
  text-align: left;
}
body[data-page-id=press-room] .page .block.press-block .presses {
  padding: 6px 3px;
}
body[data-page-id=press-room] .page .block.press-block .presses a.press {
  display: block;
  text-decoration: none;
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #f6f6f6;
  padding-left: 110px;
  padding-bottom: 20px;
  margin-top: 10px;
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-inc {
  background-image: url('../../images/pages/pressroom/inc-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-bizjournals {
  background-image: url('../../images/pages/pressroom/bizjournals-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-businessnewsdaily {
  background-image: url('../../images/pages/pressroom/businessnewsdaily-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-financeyahoo {
  background-image: url('../../images/pages/pressroom/financeyahoo-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-pingzine {
  background-image: url('../../images/pages/pressroom/pingzine-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-techcrunch {
  background-image: url('../../images/pages/pressroom/techcrunch-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-techtarget {
  background-image: url('../../images/pages/pressroom/techtarget-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-killerstartups {
  background-image: url('../../images/pages/pressroom/killerstartups-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-nicereply {
  background-image: url('../../images/pages/pressroom/nicereply-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-wufoo {
  background-image: url('../../images/pages/pressroom/wufoo-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-gigaom {
  background-image: url('../../images/pages/pressroom/gigaom-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-vb {
  background-image: url('../../images/pages/pressroom/vb-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-wired {
  background-image: url('../../images/pages/pressroom/wired-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-bankofamerica {
  background-image: url('../../images/pages/pressroom/bankofamerica-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-entrepreneur {
  background-image: url('../../images/pages/pressroom/entrepreneur-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-businessinsider {
  background-image: url('../../images/pages/pressroom/businessinsider-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-mashable {
  background-image: url('../../images/pages/pressroom/mashable-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-thenextweb {
  background-image: url('../../images/pages/pressroom/thenextweb-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-onlinewsj {
  background-image: url('../../images/pages/pressroom/onlinewsj-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-readwrite {
  background-image: url('../../images/pages/pressroom/readwrite-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press.press-nytimes {
  background-image: url('../../images/pages/pressroom/nytimes-v-1.3.62.jpg');
}
body[data-page-id=press-room] .page .block.press-block .presses a.press h5 {
  position: relative;
  margin: 0;
  padding: 10px 22px;
  text-align: left;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
body[data-page-id=press-room] .page .block.press-block .presses a.press h5 b {
  color: #666;
  text-transform: uppercase;
  font-family: 'open-sansbold';
  font-size: 16px;
}
body[data-page-id=press-room] .page .block.press-block .presses a.press h5 span {
  display: block;
  margin-top: 5px;
  color: #1eacc6;
  font-size: 14px;
  line-height: 18px;
}
body[data-page-id=press-room] .page .block.press-block .presses a.press h5 .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #fff;
}
/* Mobile */
@media screen and (min-width: 1200px) {
  body[data-page-id=press-room] .page .block.fact-block {
    background-image: url('../../images/pages/pressroom/fact-v-1.3.62.jpg');
  }
}
@media screen and (min-width: 992px) {
  body[data-page-id=press-room] .page .block .container {
    width: 970px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  body[data-page-id=press-room] .page .block.fact-block {
    background-image: url('../../images/pages/pressroom/fact_1200-v-1.3.62.jpg');
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body[data-page-id=press-room] .page .block.fact-block {
    background-image: url('../../images/pages/pressroom/fact_920-v-1.3.62.jpg');
  }
  body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact {
    padding-top: 10px;
  }
  body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact li h5 {
    font-size: 15px;
    line-height: 24px;
  }
  body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact li h5 b {
    width: 225px;
  }
  body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact li h5 span {
    width: 490px;
  }
  body[data-page-id=press-room] .page .block.contact-block img {
    display: block;
    margin: 20px auto 0 auto;
  }
  body[data-page-id=press-room] .page .block.contact-block h5 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  body[data-page-id=press-room] .page .block.contact-block h5 span {
    display: block;
  }
  body[data-page-id=press-room] .page .block.contact-block h5 a {
    display: inline;
    width: 49%;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  body[data-page-id=press-room] .page .block.fact-block {
    background-image: url('../../images/pages/pressroom/fact_768-v-1.3.62.jpg');
    height: auto;
  }
  body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact li h5 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact li h5 b {
    width: 100%;
  }
  body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact li h5 span {
    width: 100%;
  }
  body[data-page-id=press-room] .page .block.contact-block img {
    display: block;
    margin: 20px auto 0 auto;
  }
  body[data-page-id=press-room] .page .block.contact-block h5 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  body[data-page-id=press-room] .page .block.contact-block h5 span {
    display: block;
  }
  body[data-page-id=press-room] .page .block.contact-block h5 a {
    display: inline;
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  body[data-page-id=press-room] .page .block.fact-block {
    background-image: url('../../images/pages/pressroom/fact_768-v-1.3.62.jpg');
    height: auto;
  }
  body[data-page-id=press-room] .page .block.fact-block .block-body h2 {
    margin: 20px 0 0;
  }
  body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact li h5 {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }
  body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact li h5 b {
    width: 100%;
  }
  body[data-page-id=press-room] .page .block.fact-block .block-body ul.fact li h5 span {
    width: 100%;
  }
  body[data-page-id=press-room] .page .block.contact-block img {
    display: block;
    margin: 20px auto 0 auto;
  }
  body[data-page-id=press-room] .page .block.contact-block h5 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  body[data-page-id=press-room] .page .block.contact-block h5 span {
    display: block;
  }
  body[data-page-id=press-room] .page .block.contact-block h5 a {
    text-align: left;
    display: inline-block;
    width: 165px;
    margin-right: 25px;
  }
  body[data-page-id=press-room] .page .block.press-block .presses a.press {
    background-position: center 10px;
    background-repeat: no-repeat;
    padding-top: 79px;
    padding-left: 0;
  }
  body[data-page-id=press-room] .page .block.press-block .presses a.press h5 b,
  body[data-page-id=press-room] .page .block.press-block .presses a.press h5 span {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  body[data-page-id=press-room] .page .block {
    /* Press Block */
  }
  body[data-page-id=press-room] .page .block.press-block h2 {
    margin-bottom: 20px;
  }
  body[data-page-id=press-room] .page .block.press-block .press {
    width: 100%;
  }
  body[data-page-id=press-room] .page .block.press-block .press > a h5 {
    height: 150px;
  }
  body[data-page-id=press-room] .page .block.press-block .press > a h5 b {
    font-size: 14px;
  }
  body[data-page-id=press-room] .page .block.press-block .press > a h5 span {
    font-size: 12px;
  }
}
/**
 * About Us Page
 */
body[data-page-id=about-us] .page .block {
  /* About Block */
  /* Team Block */
}
body[data-page-id=about-us] .page .block.about-block {
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  color: #fff;
}
body[data-page-id=about-us] .page .block.about-block .block-body {
  display: inline-block;
  background-color: rgba(28, 43, 54, 0.85);
  width: 100%;
  height: 100%;
}
body[data-page-id=about-us] .page .block.about-block .slogan {
  margin-top: 50px;
  font-size: 30px;
  color: #1eacc6;
}
body[data-page-id=about-us] .page .block.about-block h2 {
  margin-top: 50px;
}
body[data-page-id=about-us] .page .block.team-block {
  background-color: #f6f6f6;
  border-top: 1px solid #dedede;
  text-align: center;
}
body[data-page-id=about-us] .page .block.team-block .seperator {
  border-top: 1px solid #1eacc6;
  width: 100px;
  margin: 10px auto 0 auto;
}
body[data-page-id=about-us] .page .block.team-block .our-investors {
  margin-top: 50px;
}
body[data-page-id=about-us] .page .block.team-block ul.members li {
  display: inline-block;
  vertical-align: top;
}
body[data-page-id=about-us] .page .block.team-block ul.members li .member {
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
body[data-page-id=about-us] .page .block.team-block ul.members li .member h5 {
  position: relative;
  text-align: right;
}
body[data-page-id=about-us] .page .block.team-block ul.members li .member h5 b {
  font-family: 'open-sansbold';
  color: #666;
}
body[data-page-id=about-us] .page .block.team-block ul.members li .member h5 b span {
  font-family: 'open-sansbold';
  color: #666;
}
body[data-page-id=about-us] .page .block.team-block ul.members li .member h5 span {
  display: block;
  color: #999;
}
body[data-page-id=about-us] .page .block.team-block ul.members li .member h5 .linkedin {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
  /* transition */
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
body[data-page-id=about-us] .page .block.team-block ul.members li .member h5 .linkedin:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* Mobile */
@media screen and (min-width: 1680px) {
  body[data-page-id=about-us] .page .block.about-block {
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  body[data-page-id=about-us] .page .block .container {
    width: 1170px;
  }
  body[data-page-id=about-us] .page .block.about-block {
    background-image: url('../../images/pages/about_us/overview-v-1.3.62.jpg');
    height: 416px;
  }
}
@media screen and (min-width: 768px) {
  body[data-page-id=about-us] .page .block.team-block ul.members li {
    width: 282px;
    margin-top: 50px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member {
    padding-top: 230px;
    padding-right: 48px;
    width: 221px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.large {
    padding-right: 30px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.tyler {
    background-image: url('../../images/pages/about_us/team/tyler-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.parker {
    background-image: url('../../images/pages/about_us/team/parker-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.paige {
    background-image: url('../../images/pages/about_us/team/paige-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.mike {
    background-image: url('../../images/pages/about_us/team/mike-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.lang {
    background-image: url('../../images/pages/about_us/team/lang-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.gil {
    background-image: url('../../images/pages/about_us/team/gil-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.eric {
    background-image: url('../../images/pages/about_us/team/eric-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.danny {
    background-image: url('../../images/pages/about_us/team/danny-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.brian {
    background-image: url('../../images/pages/about_us/team/brian-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.ali {
    background-image: url('../../images/pages/about_us/team/ali-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.amira {
    background-image: url('../../images/pages/about_us/team/amira-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.dave {
    background-image: url('../../images/pages/about_us/team/dave-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.arie {
    background-image: url('../../images/pages/about_us/team/arie-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.christian {
    background-image: url('../../images/pages/about_us/team/christian-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.robert {
    background-image: url('../../images/pages/about_us/team/robert-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.ana {
    background-image: url('../../images/pages/about_us/team/ana-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.andrew {
    background-image: url('../../images/pages/about_us/team/andrew-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.ben {
    background-image: url('../../images/pages/about_us/team/ben-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.briana {
    background-image: url('../../images/pages/about_us/team/briana-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.christopher {
    background-image: url('../../images/pages/about_us/team/christopher-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.elliot {
    background-image: url('../../images/pages/about_us/team/elliot-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.grace {
    background-image: url('../../images/pages/about_us/team/grace-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.hugo {
    background-image: url('../../images/pages/about_us/team/hugo-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.jade {
    background-image: url('../../images/pages/about_us/team/jade-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.james {
    background-image: url('../../images/pages/about_us/team/james-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.jana {
    background-image: url('../../images/pages/about_us/team/jana-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.justin {
    background-image: url('../../images/pages/about_us/team/justin-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.kate {
    background-image: url('../../images/pages/about_us/team/kate-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.margaret {
    background-image: url('../../images/pages/about_us/team/margaret-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.megan {
    background-image: url('../../images/pages/about_us/team/megan-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.patrick {
    background-image: url('../../images/pages/about_us/team/patrick-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.ryan {
    background-image: url('../../images/pages/about_us/team/ryan-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.sam {
    background-image: url('../../images/pages/about_us/team/sam-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.sean {
    background-image: url('../../images/pages/about_us/team/sean-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.shane {
    background-image: url('../../images/pages/about_us/team/shane-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.stepheng {
    background-image: url('../../images/pages/about_us/team/stepheng-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.stephenh {
    background-image: url('../../images/pages/about_us/team/stephenh-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.tripp {
    background-image: url('../../images/pages/about_us/team/tripp-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.zac {
    background-image: url('../../images/pages/about_us/team/zac-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.zach {
    background-image: url('../../images/pages/about_us/team/zach-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member h5 {
    font-size: 17px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member h5 span {
    font-size: 16px;
    line-height: 22px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member h5 .linkedin {
    background-image: url('../../images/pages/about_us/linkedin-v-1.3.62.png');
    width: 38px;
    height: 38px;
    top: 8px;
    right: -46px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  body[data-page-id=about-us] .page .block.about-block {
    background-image: url('../../images/pages/about_us/overview_1200-v-1.3.62.jpg');
    height: 416px;
  }
  body[data-page-id=about-us] .page .block.about-block .slogan {
    margin-top: 30px;
  }
  body[data-page-id=about-us] .page .block.about-block h2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body[data-page-id=about-us] .page .block.about-block {
    background-image: url('../../images/pages/about_us/overview_992-v-1.3.62.jpg');
    height: 416px;
  }
  body[data-page-id=about-us] .page .block.about-block .slogan {
    font-size: 22px;
    margin-top: 20px;
  }
  body[data-page-id=about-us] .page .block.about-block h2 {
    margin-top: 40px;
  }
  body[data-page-id=about-us] .page .block.about-block h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  body[data-page-id=about-us] .page .block.about-block {
    background-image: url('../../images/pages/about_us/overview_768-v-1.3.62.jpg');
    height: 416px;
  }
  body[data-page-id=about-us] .page .block.about-block .slogan {
    font-size: 18px;
    margin-top: 20px;
  }
  body[data-page-id=about-us] .page .block.about-block h2 {
    margin-top: 30px;
  }
  body[data-page-id=about-us] .page .block.about-block h5 {
    font-size: 12px;
  }
  body[data-page-id=about-us] .page .block.team-block .our-investors {
    margin-top: 30px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li {
    width: 282px;
    margin-top: 20px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member {
    padding-top: 160px;
    padding-right: 28px;
    width: 148px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.large {
    padding-right: 17px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.tyler {
    background-image: url('../../images/pages/about_us/team/tyler_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.parker {
    background-image: url('../../images/pages/about_us/team/parker_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.paige {
    background-image: url('../../images/pages/about_us/team/paige_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.mike {
    background-image: url('../../images/pages/about_us/team/mike_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.lang {
    background-image: url('../../images/pages/about_us/team/lang_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.gil {
    background-image: url('../../images/pages/about_us/team/gil_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.eric {
    background-image: url('../../images/pages/about_us/team/eric_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.danny {
    background-image: url('../../images/pages/about_us/team/danny_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.brian {
    background-image: url('../../images/pages/about_us/team/brian_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.ali {
    background-image: url('../../images/pages/about_us/team/ali_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.amira {
    background-image: url('../../images/pages/about_us/team/amira_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.dave {
    background-image: url('../../images/pages/about_us/team/dave_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.arie {
    background-image: url('../../images/pages/about_us/team/arie_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.christian {
    background-image: url('../../images/pages/about_us/team/christian_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.robert {
    background-image: url('../../images/pages/about_us/team/robert_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.ana {
    background-image: url('../../images/pages/about_us/team/ana_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.andrew {
    background-image: url('../../images/pages/about_us/team/andrew_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.ben {
    background-image: url('../../images/pages/about_us/team/ben_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.briana {
    background-image: url('../../images/pages/about_us/team/briana_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.christopher {
    background-image: url('../../images/pages/about_us/team/christopher_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.elliot {
    background-image: url('../../images/pages/about_us/team/elliot_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.grace {
    background-image: url('../../images/pages/about_us/team/grace_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.hugo {
    background-image: url('../../images/pages/about_us/team/hugo_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.jade {
    background-image: url('../../images/pages/about_us/team/jade_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.james {
    background-image: url('../../images/pages/about_us/team/james_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.jana {
    background-image: url('../../images/pages/about_us/team/jana_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.justin {
    background-image: url('../../images/pages/about_us/team/justin_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.kate {
    background-image: url('../../images/pages/about_us/team/kate_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.margaret {
    background-image: url('../../images/pages/about_us/team/margaret_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.megan {
    background-image: url('../../images/pages/about_us/team/megan_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.patrick {
    background-image: url('../../images/pages/about_us/team/patrick_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.ryan {
    background-image: url('../../images/pages/about_us/team/ryan_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.sam {
    background-image: url('../../images/pages/about_us/team/sam_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.sean {
    background-image: url('../../images/pages/about_us/team/sean_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.shane {
    background-image: url('../../images/pages/about_us/team/shane_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.stepheng {
    background-image: url('../../images/pages/about_us/team/stepheng_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.stephenh {
    background-image: url('../../images/pages/about_us/team/stephenh_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.tripp {
    background-image: url('../../images/pages/about_us/team/tripp_768-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.zac {
    background-image: url('../../images/pages/about_us/team/zac_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.zach {
    background-image: url('../../images/pages/about_us/team/zach_768-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member h5 {
    margin-left: -30px;
    font-size: 14px;
    line-height: 15px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member h5 span {
    font-size: 11px;
    line-height: 15px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member h5 .linkedin {
    background-image: url('../../images/pages/about_us/linkedin_768-v-1.3.62.png');
    width: 25px;
    height: 25px;
    top: 0;
    right: -30px;
  }
}
@media screen and (max-width: 480px) {
  body[data-page-id=about-us] .page .block.about-block {
    background-image: url('../../images/pages/about_us/overview_480-v-1.3.62.jpg');
    height: 416px;
  }
  body[data-page-id=about-us] .page .block.about-block .slogan {
    font-size: 14px;
    margin-top: 10px;
  }
  body[data-page-id=about-us] .page .block.about-block h2 {
    margin-top: 20px;
  }
  body[data-page-id=about-us] .page .block.about-block h5 {
    font-size: 10px;
  }
  body[data-page-id=about-us] .page .block.team-block .our-investors {
    margin-top: 20px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li {
    width: 282px;
    margin-top: 20px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member {
    padding-top: 111px;
    padding-right: 23px;
    width: 111px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.tyler {
    background-image: url('../../images/pages/about_us/team/tyler_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.parker {
    background-image: url('../../images/pages/about_us/team/parker_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.paige {
    background-image: url('../../images/pages/about_us/team/paige_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.mike {
    background-image: url('../../images/pages/about_us/team/mike_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.lang {
    background-image: url('../../images/pages/about_us/team/lang_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.gil {
    background-image: url('../../images/pages/about_us/team/gil_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.eric {
    background-image: url('../../images/pages/about_us/team/eric_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.danny {
    background-image: url('../../images/pages/about_us/team/danny_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.brian {
    background-image: url('../../images/pages/about_us/team/brian_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.ali {
    background-image: url('../../images/pages/about_us/team/ali_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.amira {
    background-image: url('../../images/pages/about_us/team/amira_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.dave {
    background-image: url('../../images/pages/about_us/team/dave_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.arie {
    background-image: url('../../images/pages/about_us/team/arie_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.christian {
    background-image: url('../../images/pages/about_us/team/christian_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.robert {
    background-image: url('../../images/pages/about_us/team/robert_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.ana {
    background-image: url('../../images/pages/about_us/team/ana_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.andrew {
    background-image: url('../../images/pages/about_us/team/andrew_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.ben {
    background-image: url('../../images/pages/about_us/team/ben_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.briana {
    background-image: url('../../images/pages/about_us/team/briana_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.christopher {
    background-image: url('../../images/pages/about_us/team/christopher_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.elliot {
    background-image: url('../../images/pages/about_us/team/elliot_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.grace {
    background-image: url('../../images/pages/about_us/team/grace_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.hugo {
    background-image: url('../../images/pages/about_us/team/hugo_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.jade {
    background-image: url('../../images/pages/about_us/team/jade_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.james {
    background-image: url('../../images/pages/about_us/team/james_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.jana {
    background-image: url('../../images/pages/about_us/team/jana_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.justin {
    background-image: url('../../images/pages/about_us/team/justin_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.kate {
    background-image: url('../../images/pages/about_us/team/kate_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.margaret {
    background-image: url('../../images/pages/about_us/team/margaret_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.megan {
    background-image: url('../../images/pages/about_us/team/megan_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.patrick {
    background-image: url('../../images/pages/about_us/team/patrick_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.ryan {
    background-image: url('../../images/pages/about_us/team/ryan_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.sam {
    background-image: url('../../images/pages/about_us/team/sam_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.sean {
    background-image: url('../../images/pages/about_us/team/sean_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.shane {
    background-image: url('../../images/pages/about_us/team/shane_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.stepheng {
    background-image: url('../../images/pages/about_us/team/stepheng_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.stephenh {
    background-image: url('../../images/pages/about_us/team/stephenh_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.tripp {
    background-image: url('../../images/pages/about_us/team/tripp_480-v-1.3.62.png');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.zac {
    background-image: url('../../images/pages/about_us/team/zac_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member.zach {
    background-image: url('../../images/pages/about_us/team/zach_480-v-1.3.62.jpg');
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member h5 {
    margin-left: -30px;
    font-size: 11px;
    line-height: 15px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member h5 span {
    font-size: 11px;
    line-height: 15px;
  }
  body[data-page-id=about-us] .page .block.team-block ul.members li .member h5 .linkedin {
    background-image: url('../../images/pages/about_us/linkedin_480-v-1.3.62.png');
    width: 19px;
    height: 19px;
    top: 3px;
    right: -23px;
  }
}
/**
 * Contact Page
 */
body[data-page-id=contact] .page .block {
  /* About Block */
  /* Contact Form Block */
  /* Location Block */
}
body[data-page-id=contact] .page .block.topic-block h2 {
  background-repeat: no-repeat;
  text-align: left;
}
body[data-page-id=contact] .page .block.topic-block h2 span {
  vertical-align: top;
}
body[data-page-id=contact] .page .block.topic-block h2 .select {
  padding: 0 10px;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body[data-page-id=contact] .page .block.topic-block h2 .select .select-title {
  background-repeat: no-repeat;
  padding-right: 35px;
}
body[data-page-id=contact] .page .block.topic-block h2 .select .select-body {
  display: none;
}
body[data-page-id=contact] .page .block.topic-block h2 .select.topics {
  display: inline-block;
  border: 1px solid #1eacc6;
  border-radius: 3px;
  box-shadow: 1px 1px 5px #aaa;
  color: #1eacc6;
  padding-bottom: 7px;
  cursor: pointer;
}
body[data-page-id=contact] .page .block.topic-block h2 .select.opened {
  position: relative;
  background-color: #fff;
}
body[data-page-id=contact] .page .block.topic-block h2 .select.opened .select-body {
  display: block;
  color: #333;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 7px;
}
body[data-page-id=contact] .page .block.topic-block h2 .select.opened .select-body li {
  padding: 7px;
  border-top: 1px solid #dedede;
  /* transition */
  -webkit-transition: background 250ms linear;
  -moz-transition: background 250ms linear;
  -o-transition: background 250ms linear;
  transition: background 250ms linear;
  /* transition */
  -webkit-transition: color 150ms linear;
  -moz-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear;
}
body[data-page-id=contact] .page .block.topic-block h2 .select.opened .select-body li:hover {
  color: #fff;
  background-color: #1eacc6;
}
body[data-page-id=contact] .page .block.contact-form-block {
  background-color: #f6f6f6;
  padding-top: 15px;
}
body[data-page-id=contact] .page .block.contact-form-block h5 {
  margin: 50px 0 30px 0;
  text-align: center;
}
body[data-page-id=contact] .page .block.contact-form-block h5 a {
  background: url('../../images/pages/pressroom/circle-v-1.3.62.png') left center no-repeat;
  margin-left: 25px;
  padding-left: 35px;
  /* transition */
  -webkit-transition: color 250ms linear;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear;
}
body[data-page-id=contact] .page .block.contact-form-block h5 a:hover {
  text-decoration: none;
}
body[data-page-id=contact] .page .block.contact-form-block h5 a.no-icon {
  background: none;
}
body[data-page-id=contact] .page .block.contact-form-block .hubspot-form {
  display: none;
}
body[data-page-id=contact] .page .block.contact-form-block .custom-form {
  position: relative;
}
body[data-page-id=contact] .page .block.contact-form-block .custom-form .loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.5) url('../../images/common/gif/loader_1.gif') center center no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body[data-page-id=contact] .page .block.location-block {
  text-align: center;
}
body[data-page-id=contact] .page .block.location-block h2 {
  margin: 30px auto;
}
body[data-page-id=contact] .page .block.location-block .map {
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 556px;
}
body[data-page-id=contact] .page .block.location-block .map .map-body {
  background-color: rgba(28, 43, 54, 0.8);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../images/pages/contact/location-v-1.3.62.png');
  width: 100%;
  height: 100%;
}
/* Mobile */
@media screen and (min-width: 1200px) {
  body[data-page-id=contact] .page .block.topic-block h2 {
    margin: 75px 0 112px 0;
    background-position: 155px center;
    background-image: url('../../images/pages/contact/mail-v-1.3.62.jpg');
    height: 112px;
    padding-top: 25px;
    padding-left: 365px;
  }
  body[data-page-id=contact] .page .block.topic-block h2 .select .select-title {
    background-image: url('../../images/pages/contact/arrow-v-1.3.62.jpg');
    background-position: right 15px;
  }
  body[data-page-id=contact] .page .block.location-block .map {
    background-image: url('../../images/pages/contact/map-v-1.3.62.jpg');
  }
}
@media screen and (min-width: 992px) {
  body[data-page-id=contact] .page .block.topic-block .container {
    width: 970px;
  }
}
@media screen and (min-width: 808px) {
  body[data-page-id=contact] .page .block.contact-form-block .container {
    width: 778px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  body[data-page-id=contact] .page .block.topic-block h2 {
    margin: 75px 0 112px 0;
    background-position: 135px center;
    background-image: url('../../images/pages/contact/mail-v-1.3.62.jpg');
    height: 112px;
    padding-top: 25px;
    padding-left: 345px;
  }
  body[data-page-id=contact] .page .block.topic-block h2 .select .select-title {
    background-image: url('../../images/pages/contact/arrow-v-1.3.62.jpg');
    background-position: right 15px;
  }
  body[data-page-id=contact] .page .block.location-block .map {
    background-image: url('../../images/pages/contact/map_1200-v-1.3.62.jpg');
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body[data-page-id=contact] .page .block.topic-block h2 {
    margin: 75px 0 112px 0;
    background-position: 10px center;
    background-image: url('../../images/pages/contact/mail-v-1.3.62.jpg');
    height: 112px;
    padding-top: 25px;
    padding-left: 220px;
  }
  body[data-page-id=contact] .page .block.topic-block h2 .select .select-title {
    background-image: url('../../images/pages/contact/arrow-v-1.3.62.jpg');
    background-position: right 12px;
  }
  body[data-page-id=contact] .page .block.location-block .map {
    background-image: url('../../images/pages/contact/map_920-v-1.3.62.jpg');
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  body[data-page-id=contact] .page .block.topic-block h2 {
    margin: 40px 0 80px 0;
    background-position: center top;
    background-image: url('../../images/pages/contact/mail-v-1.3.62.jpg');
    height: 112px;
    padding-top: 120px;
    padding-left: 0;
    text-align: center;
  }
  body[data-page-id=contact] .page .block.topic-block h2 .select {
    z-index: 1;
  }
  body[data-page-id=contact] .page .block.topic-block h2 .select .select-title {
    background-image: url('../../images/pages/contact/arrow-v-1.3.62.jpg');
    background-position: right 8px;
    padding-right: 25px;
  }
  body[data-page-id=contact] .page .block.location-block h2 {
    margin: 20px auto;
  }
  body[data-page-id=contact] .page .block.location-block .map {
    background-image: url('../../images/pages/contact/map_768-v-1.3.62.jpg');
    height: 315px;
  }
  body[data-page-id=contact] .page .block.location-block .map .map-body {
    background-image: url('../../images/pages/contact/location_768-v-1.3.62.png');
  }
  body[data-page-id=contact] .page .block.contact-form-block h5 {
    margin: 30px 0 20px 0;
  }
}
@media screen and (max-width: 480px) {
  body[data-page-id=contact] .page .block.topic-block h2 {
    margin: 40px 0 80px 0;
    background-position: center top;
    background-image: url('../../images/pages/contact/mail_480-v-1.3.62.jpg');
    height: 112px;
    padding-top: 100px;
    padding-left: 0;
    text-align: center;
  }
  body[data-page-id=contact] .page .block.topic-block h2 span {
    display: block;
  }
  body[data-page-id=contact] .page .block.topic-block h2 .select {
    display: block;
    padding-top: 5px;
    margin-top: 5px;
    z-index: 1;
  }
  body[data-page-id=contact] .page .block.topic-block h2 .select .select-title {
    background-image: url('../../images/pages/contact/arrow-v-1.3.62.jpg');
    background-position: right 3px;
    padding-right: 60px;
  }
  body[data-page-id=contact] .page .block.location-block h2 {
    margin: 20px auto;
  }
  body[data-page-id=contact] .page .block.location-block .map {
    background-image: url('../../images/pages/contact/map_480-v-1.3.62.jpg');
    height: 315px;
  }
  body[data-page-id=contact] .page .block.location-block .map .map-body {
    background-image: url('../../images/pages/contact/location_768-v-1.3.62.png');
  }
  body[data-page-id=contact] .page .block.contact-form-block h5 {
    margin: 30px 0 20px 0;
  }
}
/*! About Us Page - preview */
body[data-page-id=examples] .page .block {
  /* Title Block */
  /* Example Block */
}
body[data-page-id=examples] .page .block.title-block {
  text-align: center;
}
body[data-page-id=examples] .page .block.title-block h2.block-title {
  display: inline-block;
  background-position: left top;
  background-repeat: no-repeat;
  text-align: center;
  margin: 35px auto 15px auto;
  padding-left: 110px;
  min-height: 64px;
}
body[data-page-id=examples] .page .block.title-block h2.block-title.restaurants {
  background-image: url('../../images/pages/examples/restaurant-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.title-block h2.block-title.bar {
  background-position: 15px top;
  background-image: url('../../images/pages/examples/bar-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.title-block h2.block-title.realtor {
  background-image: url('../../images/pages/examples/realtor-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.title-block h2.block-title.lawyer {
  background-image: url('../../images/pages/examples/lawyer-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.title-block h2.block-title.gym {
  background-image: url('../../images/pages/examples/gym-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.title-block h2.block-title.spa {
  background-image: url('../../images/pages/examples/spa-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block {
  background-color: #f6f6f6;
  text-align: center;
  padding: 50px 0 60px 0;
}
body[data-page-id=examples] .page .block.example-block h5.example-title {
  display: block;
  font-family: 'open-sansbold';
  color: #666;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 90px;
  margin: 0 0 0 13px;
  height: 76px;
}
body[data-page-id=examples] .page .block.example-block h5.example-title.matthewng {
  background-image: url('../../images/pages/examples/breadcrumbs/matthewng-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.luxurysg {
  background-image: url('../../images/pages/examples/breadcrumbs/luxurysg-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.cottagedoors {
  background-image: url('../../images/pages/examples/breadcrumbs/cottagedoors-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.equinox {
  background-image: url('../../images/pages/examples/breadcrumbs/equinox-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.blade {
  background-image: url('../../images/pages/examples/breadcrumbs/blade-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.ibiza {
  background-image: url('../../images/pages/examples/breadcrumbs/ibiza-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.noblesf {
  background-image: url('../../images/pages/examples/breadcrumbs/noblesf-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.brickyardnyc {
  background-image: url('../../images/pages/examples/breadcrumbs/brickyardnyc-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.baysb {
  background-image: url('../../images/pages/examples/breadcrumbs/baysb-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.brokenbells {
  background-image: url('../../images/pages/examples/breadcrumbs/brokenbells-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.burritoredlands {
  background-image: url('../../images/pages/examples/breadcrumbs/burritoredlands-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.cfmarket {
  background-image: url('../../images/pages/examples/breadcrumbs/cfmarket-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.f4p {
  background-image: url('../../images/pages/examples/breadcrumbs/f4p-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.gertlerlaw {
  background-image: url('../../images/pages/examples/breadcrumbs/gertlerlaw-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.gmco {
  background-image: url('../../images/pages/examples/breadcrumbs/gmco-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.gospellife {
  background-image: url('../../images/pages/examples/breadcrumbs/gospellife-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.haverkate {
  background-image: url('../../images/pages/examples/breadcrumbs/haverkate-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.hellagrip {
  background-image: url('../../images/pages/examples/breadcrumbs/hellagrip-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.ita {
  background-image: url('../../images/pages/examples/breadcrumbs/ita-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.jamietm {
  background-image: url('../../images/pages/examples/breadcrumbs/jamietm-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.jbandtr {
  background-image: url('../../images/pages/examples/breadcrumbs/jbandtr-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.kithandkinlaw {
  background-image: url('../../images/pages/examples/breadcrumbs/kithandkinlaw-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.lgbr {
  background-image: url('../../images/pages/examples/breadcrumbs/lgbr-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.oneorg {
  background-image: url('../../images/pages/examples/breadcrumbs/oneorg-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.pgawest {
  background-image: url('../../images/pages/examples/breadcrumbs/pgawest-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.philadelphiacriminalattorney {
  background-image: url('../../images/pages/examples/breadcrumbs/philadelphiacriminalattorney-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.pizzaman {
  background-image: url('../../images/pages/examples/breadcrumbs/pizzaman-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.soulchurchsd {
  background-image: url('../../images/pages/examples/breadcrumbs/soulchurchsd-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.tacolicious {
  background-image: url('../../images/pages/examples/breadcrumbs/tacolicious-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title.waterloo {
  background-image: url('../../images/pages/examples/breadcrumbs/waterloo-v-1.3.62.png');
}
body[data-page-id=examples] .page .block.example-block h5.example-title div {
  display: inline-block;
  text-align: left;
  font-size: 17px;
  line-height: 20px;
  padding-top: 25px;
}
body[data-page-id=examples] .page .block.example-block .iphone {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url('../../images/pages/examples/iphone-v-1.3.62.jpg');
  width: 287px;
  height: 675px;
  margin: 0 auto;
}
body[data-page-id=examples] .page .block.example-block .iphone span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  width: 245px;
  height: 435px;
  margin-top: 85px;
}
body[data-page-id=examples] .page .block.example-block .iphone span iframe {
  border: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body[data-page-id=examples] .page .block.example-block .iphone span .mask {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  /* transition */
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
body[data-page-id=examples] .page .block.example-block .iphone span .mask .load-io-btn {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../images/pages/examples/play_100-v-1.3.62.png');
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 150px auto 0 auto;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* transition */
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
body[data-page-id=examples] .page .block.example-block .iphone span .mask .load-io-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
body[data-page-id=examples] .page .block.example-block .iphone span .mask:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
body[data-page-id=examples] .page .block.example-block .iphone span .mask.loaded {
  display: none;
}
body[data-page-id=examples] .page .block.example-block .iphone span.matthewng {
  background-image: url('../../images/pages/examples/showcases/matthewng-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.luxurysg {
  background-image: url('../../images/pages/examples/showcases/luxurysg-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.cottagedoors {
  background-image: url('../../images/pages/examples/showcases/cottagedoors-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.equinox {
  background-image: url('../../images/pages/examples/showcases/equinox-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.blade {
  background-image: url('../../images/pages/examples/showcases/blade-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.ibiza {
  background-image: url('../../images/pages/examples/showcases/ibiza-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.noblesf {
  background-image: url('../../images/pages/examples/showcases/noblesf-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.brickyardnyc {
  background-image: url('../../images/pages/examples/showcases/brickyardnyc-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.baysb {
  background-image: url('../../images/pages/examples/showcases/baysb-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.brokenbells {
  background-image: url('../../images/pages/examples/showcases/brokenbells-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.burritoredlands {
  background-image: url('../../images/pages/examples/showcases/burritoredlands-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.cfmarket {
  background-image: url('../../images/pages/examples/showcases/cfmarket-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.f4p {
  background-image: url('../../images/pages/examples/showcases/f4p-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.gertlerlaw {
  background-image: url('../../images/pages/examples/showcases/gertlerlaw-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.gmco {
  background-image: url('../../images/pages/examples/showcases/gmco-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.gospellife {
  background-image: url('../../images/pages/examples/showcases/gospellife-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.haverkate {
  background-image: url('../../images/pages/examples/showcases/haverkate-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.hellagrip {
  background-image: url('../../images/pages/examples/showcases/hellagrip-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.ita {
  background-image: url('../../images/pages/examples/showcases/ita-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.jamietm {
  background-image: url('../../images/pages/examples/showcases/jamietm-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.jbandtr {
  background-image: url('../../images/pages/examples/showcases/jbandtr-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.kithandkinlaw {
  background-image: url('../../images/pages/examples/showcases/kithandkinlaw-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.lgbr {
  background-image: url('../../images/pages/examples/showcases/lgbr-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.oneorg {
  background-image: url('../../images/pages/examples/showcases/oneorg-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.pgawest {
  background-image: url('../../images/pages/examples/showcases/pgawest-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.philadelphiacriminalattorney {
  background-image: url('../../images/pages/examples/showcases/philadelphiacriminalattorney-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.pizzaman {
  background-image: url('../../images/pages/examples/showcases/pizzaman-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.soulchurchsd {
  background-image: url('../../images/pages/examples/showcases/soulchurchsd-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.tacolicious {
  background-image: url('../../images/pages/examples/showcases/tacolicious-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone span.waterloo {
  background-image: url('../../images/pages/examples/showcases/waterloo-v-1.3.62.jpg');
}
body[data-page-id=examples] .page .block.example-block .iphone.left {
  float: left;
}
body[data-page-id=examples] .page .block.example-block .iphone.right {
  float: right;
}
/* Mobile */
@media screen and (min-width: 1200px) {
  body[data-page-id=examples] .page .block.example-block .container {
    width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  body[data-page-id=examples] .page .block.start-build-block .image-tools {
    background-image: url('../../images/pages/examples/tools-v-1.3.62.png');
    margin: 40px auto 25px auto;
    width: 122px;
    height: 118px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  body[data-page-id=examples] .page .block.example-block h5.example-title {
    padding-left: 70px;
    margin: 0 0 0 13px;
    height: 55px;
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.matthewng {
    background-image: url('../../images/pages/examples/breadcrumbs/matthewng_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.luxurysg {
    background-image: url('../../images/pages/examples/breadcrumbs/luxurysg_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.cottagedoors {
    background-image: url('../../images/pages/examples/breadcrumbs/cottagedoors_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.equinox {
    background-image: url('../../images/pages/examples/breadcrumbs/equinox_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.blade {
    background-image: url('../../images/pages/examples/breadcrumbs/blade_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.ibiza {
    background-image: url('../../images/pages/examples/breadcrumbs/ibiza_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.noblesf {
    background-image: url('../../images/pages/examples/breadcrumbs/noblesf_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.brickyardnyc {
    background-image: url('../../images/pages/examples/breadcrumbs/brickyardnyc_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.baysb {
    background-image: url('../../images/pages/examples/breadcrumbs/baysb_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.brokenbells {
    background-image: url('../../images/pages/examples/breadcrumbs/brokenbells_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.burritoredlands {
    background-image: url('../../images/pages/examples/breadcrumbs/burritoredlands_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.cfmarket {
    background-image: url('../../images/pages/examples/breadcrumbs/cfmarket_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.f4p {
    background-image: url('../../images/pages/examples/breadcrumbs/f4p_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.gertlerlaw {
    background-image: url('../../images/pages/examples/breadcrumbs/gertlerlaw_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.gmco {
    background-image: url('../../images/pages/examples/breadcrumbs/gmco_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.gospellife {
    background-image: url('../../images/pages/examples/breadcrumbs/gospellife_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.haverkate {
    background-image: url('../../images/pages/examples/breadcrumbs/haverkate_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.hellagrip {
    background-image: url('../../images/pages/examples/breadcrumbs/hellagrip_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.ita {
    background-image: url('../../images/pages/examples/breadcrumbs/ita_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.jamietm {
    background-image: url('../../images/pages/examples/breadcrumbs/jamietm_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.jbandtr {
    background-image: url('../../images/pages/examples/breadcrumbs/jbandtr_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.kithandkinlaw {
    background-image: url('../../images/pages/examples/breadcrumbs/kithandkinlaw_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.lgbr {
    background-image: url('../../images/pages/examples/breadcrumbs/lgbr_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.oneorg {
    background-image: url('../../images/pages/examples/breadcrumbs/oneorg_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.pgawest {
    background-image: url('../../images/pages/examples/breadcrumbs/pgawest_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.philadelphiacriminalattorney {
    background-image: url('../../images/pages/examples/breadcrumbs/philadelphiacriminalattorney_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.pizzaman {
    background-image: url('../../images/pages/examples/breadcrumbs/pizzaman_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.soulchurchsd {
    background-image: url('../../images/pages/examples/breadcrumbs/soulchurchsd_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.tacolicious {
    background-image: url('../../images/pages/examples/breadcrumbs/tacolicious_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.waterloo {
    background-image: url('../../images/pages/examples/breadcrumbs/waterloo_55-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title div {
    font-size: 14px;
    padding-top: 16px;
  }
  body[data-page-id=examples] .page .block.example-block .iphone {
    background-image: url('../../images/pages/examples/iphone_240-v-1.3.62.jpg');
    width: 240px;
    height: 555px;
  }
  body[data-page-id=examples] .page .block.example-block .iphone span {
    width: 204px;
    height: 364px;
    margin-top: 71px;
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.matthewng {
    background-image: url('../../images/pages/examples/showcases/matthewng_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.luxurysg {
    background-image: url('../../images/pages/examples/showcases/luxurysg_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.cottagedoors {
    background-image: url('../../images/pages/examples/showcases/cottagedoors_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.equinox {
    background-image: url('../../images/pages/examples/showcases/equinox_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.blade {
    background-image: url('../../images/pages/examples/showcases/blade_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.ibiza {
    background-image: url('../../images/pages/examples/showcases/ibiza_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.noblesf {
    background-image: url('../../images/pages/examples/showcases/noblesf_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.brickyardnyc {
    background-image: url('../../images/pages/examples/showcases/brickyardnyc_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.baysb {
    background-image: url('../../images/pages/examples/showcases/baysb_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.brokenbells {
    background-image: url('../../images/pages/examples/showcases/brokenbells_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.burritoredlands {
    background-image: url('../../images/pages/examples/showcases/burritoredlands_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.cfmarket {
    background-image: url('../../images/pages/examples/showcases/cfmarket_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.f4p {
    background-image: url('../../images/pages/examples/showcases/f4p_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.gertlerlaw {
    background-image: url('../../images/pages/examples/showcases/gertlerlaw_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.gmco {
    background-image: url('../../images/pages/examples/showcases/gmco_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.gospellife {
    background-image: url('../../images/pages/examples/showcases/gospellife_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.haverkate {
    background-image: url('../../images/pages/examples/showcases/haverkate_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.hellagrip {
    background-image: url('../../images/pages/examples/showcases/hellagrip_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.ita {
    background-image: url('../../images/pages/examples/showcases/ita_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.jamietm {
    background-image: url('../../images/pages/examples/showcases/jamietm_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.jbandtr {
    background-image: url('../../images/pages/examples/showcases/jbandtr_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.kithandkinlaw {
    background-image: url('../../images/pages/examples/showcases/kithandkinlaw_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.lgbr {
    background-image: url('../../images/pages/examples/showcases/lgbr_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.oneorg {
    background-image: url('../../images/pages/examples/showcases/oneorg_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.pgawest {
    background-image: url('../../images/pages/examples/showcases/pgawest_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.philadelphiacriminalattorney {
    background-image: url('../../images/pages/examples/showcases/philadelphiacriminalattorney_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.pizzaman {
    background-image: url('../../images/pages/examples/showcases/pizzaman_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.soulchurchsd {
    background-image: url('../../images/pages/examples/showcases/soulchurchsd_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.tacolicious {
    background-image: url('../../images/pages/examples/showcases/tacolicious_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.waterloo {
    background-image: url('../../images/pages/examples/showcases/waterloo_204-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span .mask .load-io-btn {
    background-image: url('../../images/pages/examples/play_80-v-1.3.62.png');
    margin-top: 125px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  body[data-page-id=examples] .page .block.example-block h5.example-title {
    padding-left: 60px;
    margin: 0 0 0 13px;
    height: 45px;
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.matthewng {
    background-image: url('../../images/pages/examples/breadcrumbs/matthewng_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.luxurysg {
    background-image: url('../../images/pages/examples/breadcrumbs/luxurysg_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.cottagedoors {
    background-image: url('../../images/pages/examples/breadcrumbs/cottagedoors_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.equinox {
    background-image: url('../../images/pages/examples/breadcrumbs/equinox_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.blade {
    background-image: url('../../images/pages/examples/breadcrumbs/blade_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.ibiza {
    background-image: url('../../images/pages/examples/breadcrumbs/ibiza_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.noblesf {
    background-image: url('../../images/pages/examples/breadcrumbs/noblesf_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.brickyardnyc {
    background-image: url('../../images/pages/examples/breadcrumbs/brickyardnyc_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.baysb {
    background-image: url('../../images/pages/examples/breadcrumbs/baysb_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.brokenbells {
    background-image: url('../../images/pages/examples/breadcrumbs/brokenbells_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.burritoredlands {
    background-image: url('../../images/pages/examples/breadcrumbs/burritoredlands_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.cfmarket {
    background-image: url('../../images/pages/examples/breadcrumbs/cfmarket_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.f4p {
    background-image: url('../../images/pages/examples/breadcrumbs/f4p_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.gertlerlaw {
    background-image: url('../../images/pages/examples/breadcrumbs/gertlerlaw_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.gmco {
    background-image: url('../../images/pages/examples/breadcrumbs/gmco_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.gospellife {
    background-image: url('../../images/pages/examples/breadcrumbs/gospellife_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.haverkate {
    background-image: url('../../images/pages/examples/breadcrumbs/haverkate_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.hellagrip {
    background-image: url('../../images/pages/examples/breadcrumbs/hellagrip_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.ita {
    background-image: url('../../images/pages/examples/breadcrumbs/ita_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.jamietm {
    background-image: url('../../images/pages/examples/breadcrumbs/jamietm_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.jbandtr {
    background-image: url('../../images/pages/examples/breadcrumbs/jbandtr_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.kithandkinlaw {
    background-image: url('../../images/pages/examples/breadcrumbs/kithandkinlaw_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.lgbr {
    background-image: url('../../images/pages/examples/breadcrumbs/lgbr_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.oneorg {
    background-image: url('../../images/pages/examples/breadcrumbs/oneorg_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.pgawest {
    background-image: url('../../images/pages/examples/breadcrumbs/pgawest_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.philadelphiacriminalattorney {
    background-image: url('../../images/pages/examples/breadcrumbs/philadelphiacriminalattorney_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.pizzaman {
    background-image: url('../../images/pages/examples/breadcrumbs/pizzaman_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.soulchurchsd {
    background-image: url('../../images/pages/examples/breadcrumbs/soulchurchsd_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.tacolicious {
    background-image: url('../../images/pages/examples/breadcrumbs/tacolicious_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.waterloo {
    background-image: url('../../images/pages/examples/breadcrumbs/waterloo_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title div {
    font-size: 11px;
    padding-top: 10px;
  }
  body[data-page-id=examples] .page .block.example-block .iphone {
    background-image: url('../../images/pages/examples/iphone_200-v-1.3.62.jpg');
    width: 200px;
    height: 465px;
  }
  body[data-page-id=examples] .page .block.example-block .iphone span {
    width: 170px;
    height: 302px;
    margin-top: 59px;
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.matthewng {
    background-image: url('../../images/pages/examples/showcases/matthewng_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.luxurysg {
    background-image: url('../../images/pages/examples/showcases/luxurysg_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.cottagedoors {
    background-image: url('../../images/pages/examples/showcases/cottagedoors_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.equinox {
    background-image: url('../../images/pages/examples/showcases/equinox_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.blade {
    background-image: url('../../images/pages/examples/showcases/blade_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.ibiza {
    background-image: url('../../images/pages/examples/showcases/ibiza_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.noblesf {
    background-image: url('../../images/pages/examples/showcases/noblesf_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.brickyardnyc {
    background-image: url('../../images/pages/examples/showcases/brickyardnyc_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.baysb {
    background-image: url('../../images/pages/examples/showcases/baysb_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.brokenbells {
    background-image: url('../../images/pages/examples/showcases/brokenbells_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.burritoredlands {
    background-image: url('../../images/pages/examples/showcases/burritoredlands_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.cfmarket {
    background-image: url('../../images/pages/examples/showcases/cfmarket_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.f4p {
    background-image: url('../../images/pages/examples/showcases/f4p_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.gertlerlaw {
    background-image: url('../../images/pages/examples/showcases/gertlerlaw_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.gmco {
    background-image: url('../../images/pages/examples/showcases/gmco_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.gospellife {
    background-image: url('../../images/pages/examples/showcases/gospellife_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.haverkate {
    background-image: url('../../images/pages/examples/showcases/haverkate_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.hellagrip {
    background-image: url('../../images/pages/examples/showcases/hellagrip_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.ita {
    background-image: url('../../images/pages/examples/showcases/ita_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.jamietm {
    background-image: url('../../images/pages/examples/showcases/jamietm_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.jbandtr {
    background-image: url('../../images/pages/examples/showcases/jbandtr_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.kithandkinlaw {
    background-image: url('../../images/pages/examples/showcases/kithandkinlaw_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.lgbr {
    background-image: url('../../images/pages/examples/showcases/lgbr_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.oneorg {
    background-image: url('../../images/pages/examples/showcases/oneorg_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.pgawest {
    background-image: url('../../images/pages/examples/showcases/pgawest_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.philadelphiacriminalattorney {
    background-image: url('../../images/pages/examples/showcases/philadelphiacriminalattorney_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.pizzaman {
    background-image: url('../../images/pages/examples/showcases/pizzaman_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.soulchurchsd {
    background-image: url('../../images/pages/examples/showcases/soulchurchsd_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.tacolicious {
    background-image: url('../../images/pages/examples/showcases/tacolicious_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.waterloo {
    background-image: url('../../images/pages/examples/showcases/waterloo_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span .mask .load-io-btn {
    background-image: url('../../images/pages/examples/play_60-v-1.3.62.png');
    margin-top: 110px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  body[data-page-id=examples] .page .block.title-block h2.block-title,
  body[data-page-id=examples] .page .block.title-block h2.block-title.bar {
    background-position: center 10px;
    margin: 15px auto 15px auto;
    padding-left: 0;
    padding-top: 80px;
  }
  body[data-page-id=examples] .page .block.start-build-block .image-tools {
    background-image: url('../../images/pages/examples/tools_480-v-1.3.62.png');
    margin: 40px auto 25px auto;
    width: 90px;
    height: 87px;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  body[data-page-id=examples] .page .block.example-block {
    padding: 30px 0 0;
  }
  body[data-page-id=examples] .page .block.example-block .iphone {
    margin-bottom: 30px;
  }
  body[data-page-id=examples] .page .block.example-block .iphone.left,
  body[data-page-id=examples] .page .block.example-block .iphone.right {
    float: none;
  }
}
@media screen and (max-width: 480px) {
  body[data-page-id=examples] .page .block.example-block {
    padding: 20px 0 0;
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title {
    padding-left: 60px;
    margin: 0 0 0 13px;
    height: 45px;
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.matthewng {
    background-image: url('../../images/pages/examples/breadcrumbs/matthewng_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.luxurysg {
    background-image: url('../../images/pages/examples/breadcrumbs/luxurysg_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.cottagedoors {
    background-image: url('../../images/pages/examples/breadcrumbs/cottagedoors_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.equinox {
    background-image: url('../../images/pages/examples/breadcrumbs/equinox_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.blade {
    background-image: url('../../images/pages/examples/breadcrumbs/blade_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.ibiza {
    background-image: url('../../images/pages/examples/breadcrumbs/ibiza_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.noblesf {
    background-image: url('../../images/pages/examples/breadcrumbs/noblesf_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.brickyardnyc {
    background-image: url('../../images/pages/examples/breadcrumbs/brickyardnyc_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.baysb {
    background-image: url('../../images/pages/examples/breadcrumbs/baysb_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.brokenbells {
    background-image: url('../../images/pages/examples/breadcrumbs/brokenbells_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.burritoredlands {
    background-image: url('../../images/pages/examples/breadcrumbs/burritoredlands_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.cfmarket {
    background-image: url('../../images/pages/examples/breadcrumbs/cfmarket_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.f4p {
    background-image: url('../../images/pages/examples/breadcrumbs/f4p_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.gertlerlaw {
    background-image: url('../../images/pages/examples/breadcrumbs/gertlerlaw_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.gmco {
    background-image: url('../../images/pages/examples/breadcrumbs/gmco_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.gospellife {
    background-image: url('../../images/pages/examples/breadcrumbs/gospellife_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.haverkate {
    background-image: url('../../images/pages/examples/breadcrumbs/haverkate_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.hellagrip {
    background-image: url('../../images/pages/examples/breadcrumbs/hellagrip_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.ita {
    background-image: url('../../images/pages/examples/breadcrumbs/ita_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.jamietm {
    background-image: url('../../images/pages/examples/breadcrumbs/jamietm_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.jbandtr {
    background-image: url('../../images/pages/examples/breadcrumbs/jbandtr_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.kithandkinlaw {
    background-image: url('../../images/pages/examples/breadcrumbs/kithandkinlaw_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.lgbr {
    background-image: url('../../images/pages/examples/breadcrumbs/lgbr_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.oneorg {
    background-image: url('../../images/pages/examples/breadcrumbs/oneorg_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.pgawest {
    background-image: url('../../images/pages/examples/breadcrumbs/pgawest_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.philadelphiacriminalattorney {
    background-image: url('../../images/pages/examples/breadcrumbs/philadelphiacriminalattorney_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.pizzaman {
    background-image: url('../../images/pages/examples/breadcrumbs/pizzaman_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.soulchurchsd {
    background-image: url('../../images/pages/examples/breadcrumbs/soulchurchsd_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.tacolicious {
    background-image: url('../../images/pages/examples/breadcrumbs/tacolicious_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title.waterloo {
    background-image: url('../../images/pages/examples/breadcrumbs/waterloo_45-v-1.3.62.png');
  }
  body[data-page-id=examples] .page .block.example-block h5.example-title div {
    font-size: 11px;
    padding-top: 10px;
  }
  body[data-page-id=examples] .page .block.example-block .iphone {
    background-image: url('../../images/pages/examples/iphone_200-v-1.3.62.jpg');
    margin-bottom: 20px;
    width: 200px;
    height: 465px;
  }
  body[data-page-id=examples] .page .block.example-block .iphone span {
    width: 170px;
    height: 302px;
    margin-top: 59px;
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.matthewng {
    background-image: url('../../images/pages/examples/showcases/matthewng_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.luxurysg {
    background-image: url('../../images/pages/examples/showcases/luxurysg_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.cottagedoors {
    background-image: url('../../images/pages/examples/showcases/cottagedoors_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.equinox {
    background-image: url('../../images/pages/examples/showcases/equinox_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.blade {
    background-image: url('../../images/pages/examples/showcases/blade_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.ibiza {
    background-image: url('../../images/pages/examples/showcases/ibiza_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.noblesf {
    background-image: url('../../images/pages/examples/showcases/noblesf_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.brickyardnyc {
    background-image: url('../../images/pages/examples/showcases/brickyardnyc_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.baysb {
    background-image: url('../../images/pages/examples/showcases/baysb_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.brokenbells {
    background-image: url('../../images/pages/examples/showcases/brokenbells_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.burritoredlands {
    background-image: url('../../images/pages/examples/showcases/burritoredlands_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.cfmarket {
    background-image: url('../../images/pages/examples/showcases/cfmarket_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.f4p {
    background-image: url('../../images/pages/examples/showcases/f4p_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.gertlerlaw {
    background-image: url('../../images/pages/examples/showcases/gertlerlaw_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.gmco {
    background-image: url('../../images/pages/examples/showcases/gmco_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.gospellife {
    background-image: url('../../images/pages/examples/showcases/gospellife_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.haverkate {
    background-image: url('../../images/pages/examples/showcases/haverkate_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.hellagrip {
    background-image: url('../../images/pages/examples/showcases/hellagrip_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.ita {
    background-image: url('../../images/pages/examples/showcases/ita_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.jamietm {
    background-image: url('../../images/pages/examples/showcases/jamietm_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.jbandtr {
    background-image: url('../../images/pages/examples/showcases/jbandtr_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.kithandkinlaw {
    background-image: url('../../images/pages/examples/showcases/kithandkinlaw_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.lgbr {
    background-image: url('../../images/pages/examples/showcases/lgbr_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.oneorg {
    background-image: url('../../images/pages/examples/showcases/oneorg_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.pgawest {
    background-image: url('../../images/pages/examples/showcases/pgawest_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.philadelphiacriminalattorney {
    background-image: url('../../images/pages/examples/showcases/philadelphiacriminalattorney_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.pizzaman {
    background-image: url('../../images/pages/examples/showcases/pizzaman_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.soulchurchsd {
    background-image: url('../../images/pages/examples/showcases/soulchurchsd_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.tacolicious {
    background-image: url('../../images/pages/examples/showcases/tacolicious_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span.waterloo {
    background-image: url('../../images/pages/examples/showcases/waterloo_170-v-1.3.62.jpg');
  }
  body[data-page-id=examples] .page .block.example-block .iphone span .mask .load-io-btn {
    background-image: url('../../images/pages/examples/play_60-v-1.3.62.png');
    margin-top: 110px;
    width: 60px;
    height: 60px;
  }
  body[data-page-id=examples] .page .block.example-block .iphone.left,
  body[data-page-id=examples] .page .block.example-block .iphone.right {
    float: none;
  }
}