/* Macaws SMACSS v0.1.0
*   Copyright 2015, João Firmino
*	http://github.com/firminoweb
*   http://twitter.com/firminoweb
*/
@font-face {
  font-family: 'trashhandregular';
  src: url("../font/trashhand-webfont.eot");
  src: url("../font/trashhand-webfont.eot?#iefix") format('embedded-opentype'), url("../font/trashhand-webfont.woff2") format('woff2'), url("../font/trashhand-webfont.woff") format('woff'), url("../font/trashhand-webfont.ttf") format('truetype'), url("../font/trashhand-webfont.svg#trashhandregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
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,
menu,
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-color: 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;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-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;
}
/* normalize.css v3.0.2 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 1em;
  line-height: 1.4;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #fff;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
a {
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.m-b-1 {
  margin-bottom: 1em;
}
.m-b-2 {
  margin-bottom: 2em;
}
.m-b-3 {
  margin-bottom: 3em;
}
.m-t-1 {
  margin-top: 1em;
}
.m-t-2 {
  margin-top: 2em;
}
.m-y-2 {
  margin-bottom: 2em;
  margin-top: 2em;
}
.m-y-3 {
  margin-bottom: 3em;
  margin-top: 3em;
}
.m-t-3 {
  margin-top: 3em;
}
.p-t-1 {
  padding-top: 1em;
}
.p-t-3 {
  padding-top: 3em;
}
.p-l-1 {
  padding-left: 1em;
}
.p-l-2 {
  padding-left: 2em;
}
.p-r-6 {
  padding-right: 6em;
}
.p-b-1 {
  padding-bottom: 1em;
}
.p-b-2 {
  padding-bottom: 2em;
}
.p-y-1 {
  padding-bottom: 1em;
  padding-top: 1em;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.hyphenate {
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  zoom: 1;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper.home {
  position: relative;
}
.wrapper.wide {
  max-width: 1400px;
}
.outer-wrapper {
  display: table;
}
.inner-wrapper {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  position: relative;
}
.inner-wrapper[class*='col-'] {
  float: none;
}
.inner-wrapper.top {
  vertical-align: top;
}
.inner-wrapper.bottom {
  vertical-align: bottom;
}
.grid {
  zoom: 1;
}
.grid:before,
.grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}
.m-x-n-1 {
  margin-left: -1em;
  margin-right: -1em;
}
[class*='col-'] {
  float: left;
}
[class*='col-'].m-lr-2 {
  padding-left: 2em;
  padding-right: 2em;
}
[class*='col-'].p-a-3 {
  padding: 3em;
}
[class*='col-'].p-lr-1 {
  padding-left: 1em;
  padding-right: 1em;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-3 {
  width: 33.33%;
}
.col-1-2 {
  width: 50%;
}
.col-1-2.left {
  padding-right: 0.5em;
}
.col-1-2.right {
  padding-left: 0.5em;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-5-5 {
  width: 100%;
}
.col-1-8 {
  width: 12.5%;
}
.col-2-8 {
  width: 25%;
}
.col-3-8 {
  width: 37.5%;
}
.col-4-8 {
  width: 50%;
}
.col-5-8 {
  width: 62.5%;
}
.col-6-8 {
  width: 75%;
}
.col-7-8 {
  width: 87.5%;
}
.col-8-8 {
  width: 100%;
}
.col-1-10 {
  width: 10%;
}
.col-2-10 {
  width: 20%;
}
.col-3-10 {
  width: 30%;
}
.col-4-10 {
  width: 40%;
}
.col-5-10 {
  width: 50%;
}
.col-6-10 {
  width: 60%;
}
.col-7-10 {
  width: 70%;
}
.col-8-10 {
  width: 80%;
}
.col-9-10 {
  width: 90%;
}
.col-10-10 {
  width: 100%;
}
.col-1-12 {
  width: 8.333333333333334%;
}
.col-2-12 {
  width: 16.666666666666668%;
}
.col-3-12 {
  width: 25%;
}
.col-4-12 {
  width: 33.333333333333336%;
}
.col-5-12 {
  width: 41.66666666666667%;
}
.col-6-12 {
  width: 50%;
}
.col-7-12 {
  width: 58.333333333333336%;
}
.col-8-12 {
  width: 66.66666666666667%;
}
.col-9-12 {
  width: 75%;
}
.col-10-12 {
  width: 83.33333333333334%;
}
.col-11-12 {
  width: 91.66666666666667%;
}
.col-12-12 {
  width: 100%;
}
.grid-pad {
  padding: 20px 0 20px 20px;
}
.grid-pad [class*='col-']:last-of-type {
  padding-right: 20px;
}
.sticky-header .main-header {
  position: fixed;
}
.sticky-header .full-height {
  padding-top: 140px;
}
.header-down .main-header.clone {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.skrollr .main-header.clone {
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.no-csstransforms .main-header.clone {
  display: none !important;
}
.page-curl-active .main-header.clone .wrapper {
  padding-right: 2em;
}
.main-header.clone {
  z-index: 99;
  height: 50px;
  position: fixed;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #fff;
}
.main-header.clone .tb {
  height: 50px;
}
.main-header.clone .logo img {
  margin-top: -3px;
  width: 35px;
  height: 33px;
}
.page-curl-active .main-header .wrapper {
  padding-right: 135px;
}
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 140px;
  z-index: 99;
}
.main-header .wrapper {
  z-index: 102;
}
.main-header .cta {
  text-align: right;
  float: right;
}
.main-header .wrapper {
  z-index: 101;
}
.main-header .tb {
  display: table;
  height: 140px;
}
.main-header .tc {
  display: table-cell;
  vertical-align: middle;
}
.main-header .logo img {
  margin-top: -10px;
}
.main-nav {
  font-family: 'Arvo', serif;
}
.main-nav ul li {
  display: inline-block;
  font-weight: 700;
  padding: 1em;
}
.main-nav ul li a {
  display: block;
  color: #0085ac;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.main-nav ul li a:hover {
  color: #f00685;
}
.no-csstransforms,
.no-js {
  overflow: visible !important;
}
.no-csstransforms body,
.no-js body {
  height: 100% !important;
  overflow: visible !important;
}
.no-csstransforms .section,
.no-js .section {
  position: static !important;
}
.no-csstransforms .section.full-height,
.no-js .section.full-height {
  min-height: 720px !important;
}
.no-csstransforms .blue-background-1,
.no-js .blue-background-1,
.no-csstransforms .your-benefits,
.no-js .your-benefits {
  left: 50%;
}
.no-csstransforms .benefits-2 .background-image,
.no-js .benefits-2 .background-image {
  -webkit-background-size: 120%;
  -moz-background-size: 120%;
  background-size: 120%;
}
.no-csstransforms .hide-if-csstransforms,
.no-js .hide-if-csstransforms {
  display: block;
}
.no-csstransforms .show-if-csstransforms,
.no-js .show-if-csstransforms {
  display: none;
}
.csstransforms .hide-if-csstransforms {
  display: none;
}
.csstransforms .show-if-csstransforms {
  display: block;
}
.no-backgroundsize #intro .page-curl .curl {
  background: url("../img/intro-curl.png") no-repeat bottom right;
}
.section.full-height {
  min-height: 860px !important;
}
.new-rule {
  display: block;
}
.font-arvo {
  font-family: 'Arvo', serif;
}
.color-dark-blue {
  color: #004159;
}
.box {
  position: absolute;
  left: 0;
  height: 100%;
  background: #09f;
}
p,
dd {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 20px;
}
strong {
  font-weight: 700;
}
.photo-cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -ms-behavior: url("js/backgroundsize.min.htc");
}
.photo-cover.contain {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.rotate-left-2 {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.rotate-left-3 {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.rotate-right-2 {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.rotate-right-3 {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
a.ribbon.blue {
  color: #fff;
}
.ribbon {
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-size: 16px;
}
.ribbon.small {
  height: 34px;
  padding: 6px 20px;
  font-size: 20px;
}
.ribbon.small.two-lines {
  height: 54px;
}
.ribbon.small.two-lines.curl:before {
  width: 30px;
  height: 27px;
  right: -16px;
}
.ribbon.small.two-lines.curl:after {
  width: 35px;
  height: 65px;
  right: -25px;
}
.ribbon.small.two-lines.curl.blue.light:after {
  background-image: url("../img/icon/curl-blue-light-medium.png");
}
.ribbon.small.two-lines.curl.blue.light:before {
  background-color: #0593bc;
}
.ribbon.small.curl:after {
  width: 24px;
  height: 45px;
  right: -18px;
}
.ribbon.small.curl:before {
  height: 17px;
}
.ribbon.curl:before {
  content: ' ';
  position: absolute;
  right: -8px;
  top: 0;
  background-color: #0085ac;
  width: 24px;
}
.ribbon.curl:after {
  content: ' ';
  position: absolute;
  right: 0;
  bottom: 0;
  background-position: center right;
  background-repeat: no-repeat;
}
.ribbon.blue {
  background-color: #0085ac;
}
.ribbon.blue.curl:after {
  background-image: url("../img/icon/curl-blue-small.png");
}
.ribbon.blue.light {
  background-color: #0593bc;
}
.ribbon.blue.light.curl:after {
  background-image: url("../img/icon/curl-blue-light-small.png");
}
.ribbon.blue.light.curl:before {
  background-color: #0593bc;
}
.section {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.section.dark {
  color: #fff;
}
.full-border {
  padding: 50px;
}
.text-center {
  text-align: center;
}
.text-pink {
  color: #f00685;
}
.full-height {
  height: 100%;
  overflow: hidden;
}
.full-height .wrapper,
.full-height .section-wrapper {
  height: 100%;
}
.auto-height {
  height: auto !important;
}
.auto-height .wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}
.outer-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.section-title {
  font-size: 60px;
  font-weight: 700;
}
.text-shadow.hard {
  text-shadow: 0px 0px 10px #26383d;
}
.text-shadow.soft {
  text-shadow: 0px 0px 10px #5c6a6e;
}
.section-subtitle {
  font-weight: 300;
  font-size: 24px;
  margin-top: 30px;
}
.section-wrapper {
  position: relative;
  overflow: hidden;
}
#intro {
  color: #fff;
  z-index: 5;
}
#intro.hide-if-csstransforms .section-background {
  background-color: #006887;
  background-image: url("../img/header/header-visual.jpg");
}
#intro .section-title {
  margin-bottom: 30px;
}
#intro .section-wrapper {
  padding-top: 140px;
  border-bottom: 140px solid #fff;
}
#intro .section-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #006887;
  z-index: 102;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#intro .section-background {
  position: relative;
  height: 100%;
}
#intro .background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #006887;
  background-image: url("../img/header/header-visual.jpg");
  background-position: center left;
}
#intro .section-content {
  width: 60%;
  position: relative;
  z-index: 104;
  padding-top: 4em;
  padding-bottom: 4em;
}
#intro .intro-title {
  margin-bottom: 30px;
}
#intro .intro-description {
  font-size: 26px;
  margin-bottom: 60px;
}
#intro .page-curl {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 102;
  margin-bottom: -1px;
}
#intro .page-curl .curl {
  height: 100%;
  background: url("../img/intro-curl-faded@2x.png") no-repeat bottom right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -ms-behavior: url("js/backgroundsize.min.htc");
}
#intro .page-curl .page-curl-after {
  background: transparent;
  position: absolute;
  right: -95%;
  width: 100%;
  top: 0;
  bottom: 0;
}
#test2 {
  background: #f00;
}
.no-js .loader {
  display: none !important;
}
body.loading .loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99999;
}
.benefits-1 {
  background: #fff;
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -o-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}
.benefits-1 .document {
  position: absolute;
  left: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.benefits-2 .background-image {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.benefits {
  color: #fff;
}
.benefits.hide-if-csstransforms .background-image {
  background-color: #fff;
  background-image: url("../img/header/services-visual.jpg");
}
.benefits .section-content {
  position: relative;
}
.benefits .background-image {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.benefits .benefit-logo {
  margin-bottom: 30px;
}
.service-elements .element {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.service-elements .element.glasses {
  background-image: url("../img/services/service-element-glasses.png");
}
.service-elements .element.pencil {
  background-image: url("../img/services/service-element-pencil.png");
}
.service-elements .element.card {
  background-image: url("../img/services/service-element-card.png");
}
.service-elements .element.computer {
  background-image: url("../img/services/service-element-computer.png");
}
.service-elements .element.textbook {
  background-image: url("../img/services/service-element-textbook.png");
}
.service-elements .element.bg {
  background-image: url("../img/services/service-element-bg.png");
}
.service-elements .element.phone {
  background-image: url("../img/services/service-element-phone.png");
}
.benefit-circle {
  position: absolute;
  top: 10%;
  right: 0;
  width: 150px;
  height: 150px;
  background: #f00685;
  border-radius: 50%;
  behavior: url("js/pie//PIE.htc");
  z-index: 10;
}
.benefit-circle span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.benefit-circle span em {
  color: #ffb1db;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
}
.blue-background-1 {
  background: #0085ac;
  -webkit-transform: translate(50%, 0%);
  -moz-transform: translate(50%, 0%);
  -o-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pink-background-1 {
  background: #f00685;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.your-benefits {
  left: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-left: 75px;
}
.your-benefits .section-title {
  width: 100%;
  max-width: 250px;
  padding-bottom: 30px;
}
.check-list li span.hide-when-sidebar-hidden {
  display: block;
}
.check-list li span.show-when-sidebar-hidden {
  display: none;
}
.check-list {
  padding-left: 25px;
}
.check-list.yes-list li:before {
  background-image: url("../img/icon/check-icon.png");
}
.check-list li {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
.check-list li:before {
  content: ' ';
  width: 25px;
  height: 25px;
  -webkit-background-size: 25px 25px;
  -moz-background-size: 25px 25px;
  background-size: 25px 25px;
  margin-top: -14.5px;
  left: -25px;
  position: absolute;
  top: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.check-list li.yes:before {
  background-image: url("../img/icon/check-icon.png");
}
.check-list li.no:before {
  background-image: url("../img/icon/check-icon-grey.png");
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  filter: blur(2px);
}
.document .section-content {
  position: relative;
}
.document .documents-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.document .documents-title-wrapper {
  padding-top: 35px;
}
.document .document-bg-wrapper {
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -270px;
  top: 50px;
  width: 540px;
}
.document .section-wrapper {
  background-color: #0085ac;
}
.document .invoice {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 50px;
  background: url("../img/invoice@2x.png") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -ms-behavior: url("js/backgroundsize.min.htc");
}
.document .tag-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.document .tag-list li[class*='tag-'] {
  position: absolute;
}
.document .tag-list li[class*='tag-'].arrow:after {
  display: block;
  content: ' ';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -ms-behavior: url("js/backgroundsize.min.htc");
}
.document .tag-list li[class*='tag-'].arrow.right:after {
  background-image: url("../img/icon/arrow-white-right.png");
}
.document .tag-list li[class*='tag-'].arrow.left:after {
  background-image: url("../img/icon/arrow-white-left.png");
}
.document .tag-list li[class*='tag-'].big:after {
  width: 83px;
  height: 96px;
}
.document .tag-list li[class*='tag-'].medium:after {
  width: 51px;
  height: 59px;
}
.document .tag-list .tag-1 {
  top: 65px;
  left: -210px;
}
.document .tag-list .tag-1.arrow:after {
  bottom: -85px;
  left: 75px;
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
}
.document .tag-list .tag-2 {
  right: -240px;
  top: 31%;
}
.document .tag-list .tag-2.arrow:after {
  bottom: 45px;
  left: -40px;
  -webkit-transform: rotate(-128deg);
  -moz-transform: rotate(-128deg);
  -o-transform: rotate(-128deg);
  -ms-transform: rotate(-128deg);
  transform: rotate(-128deg);
}
.document .tag-list .tag-4 {
  right: -230px;
  bottom: 120px;
}
.document .tag-list .tag-4.arrow:after {
  bottom: -50px;
  left: -20px;
  -webkit-transform: rotate(34deg);
  -moz-transform: rotate(34deg);
  -o-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  transform: rotate(34deg);
}
.document .tag-list .tag-3 {
  left: -250px;
  bottom: 32%;
}
.document .tag-list .tag-3.arrow:after {
  bottom: -55px;
  right: -40px;
  -webkit-transform: rotate(57deg);
  -moz-transform: rotate(57deg);
  -o-transform: rotate(57deg);
  -ms-transform: rotate(57deg);
  transform: rotate(57deg);
}
#demo {
  background-color: #f4f4f4;
}
#demo .wrapper {
  position: static;
}
#demo [class*='col-'] {
  height: 100%;
}
#demo.auto-height [class*='col-'].eq {
  position: relative;
}
#demo.auto-height .demo-mockup {
  width: 100%;
}
#demo .demo-list dl {
  margin-bottom: 45px;
  padding-right: 45px;
}
#demo .demo-list dl dt {
  font-size: 32px;
  color: #0085ac;
  font-weight: 900;
  margin-bottom: 15px;
}
#demo .demo-list dl dd {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 20px;
}
#demo .demo-mockup {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  padding-right: 90px;
}
#demo .demo-mockup .mockup {
  height: 100%;
  width: 100%;
  background-image: url("../img/icon/demo-mockup@2x.png");
  background-position: left center;
  margin-left: -25%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#demo .demo-mockup .computer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  background-image: url("../img/icon/desktop.png");
  margin-left: -20%;
}
#demo .demo-mockup .phone {
  height: 100%;
  background-image: url("../img/icon/phone.png");
  -webkit-background-size: 15%;
  -moz-background-size: 15%;
  background-size: 15%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#price {
  background: #fff;
}
#price h2 {
  color: #0085ac;
  font-weight: 900;
  font-size: 42px;
  margin-bottom: 30px;
}
#price .price-info {
  text-align: center;
  padding-right: 45px;
  margin-bottom: 45px;
}
#price .price-info strong {
  display: inline-block;
  margin-top: 60px;
  color: #0085ac;
}
#price .price-info em {
  color: #f00685;
}
#price .pricing-table .price-block {
  padding-left: 2px;
}
#price .pricing-table .price-block.first {
  padding-left: 0;
}
#price .pricing-table .price-block.popular:after {
  content: ' ';
  display: block;
  background: url("../img/most-popular.png") center left no-repeat;
  width: 185px;
  height: 88px;
  margin-top: -45px;
}
#price .pricing-table .light .price-header {
  background-color: #24afd8;
}
#price .pricing-table .light .plan-cost {
  background-color: #38bae3;
}
#price .pricing-table .basic .price-header {
  background-color: #0085ac;
}
#price .pricing-table .advanced .price-header {
  background-color: #f00685;
}
#price .pricing-table .price-header {
  color: #fff;
  padding: 30px;
  height: 130px;
}
#price .pricing-table h3 {
  font-size: 32px;
}
#price .pricing-table .price-target {
  font-size: 16px;
  margin-top: 5px;
  display: block;
}
#price .pricing-table .price {
  background-image: url("../img/price-curl@2x.png");
  background-position: top left;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  height: 244px;
  margin-right: -44px;
  position: relative;
  color: #535353;
}
#price .pricing-table .price-figure {
  padding-bottom: 45px;
}
#price .pricing-table .price-figure .price-number {
  font-size: 42px;
  font-weight: 900;
}
#price .pricing-table .price-figure .price-tenure {
  font-size: 14px;
}
#price .pricing-table .price-figure span {
  display: block;
  width: 100%;
}
#price .pricing-table .price-block-features .features {
  padding-bottom: 20px;
}
#price .pricing-table .features {
  color: #4f4f4f;
  padding: 0;
  background-color: #f4f4f4;
  padding-bottom: 45px;
  padding-top: 20px;
}
#price .pricing-table .features li {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px;
}
#price .pricing-table .features li:last-child {
  border-bottom: 0;
}
#price .pricing-table .features li:before {
  left: 50%;
  margin-left: -13px;
}
#contact {
  background-color: #0085ac;
}
#contact .grid {
  position: relative;
}
#contact h2 {
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
}
#contact h2 strong {
  margin-bottom: 3px;
  display: block;
}
#contact h2 small {
  font-size: 32px;
  line-height: 32px;
}
#contact address {
  margin-top: 60px;
  font-size: 14px;
  line-height: 20px;
}
#contact address a {
  color: #fff;
}
#contact .product-of {
  margin-top: 90px;
  font-size: 14px;
  line-height: 20px;
}
#contact .product-of span {
  margin-right: 15px;
}
#contact .form-intro {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
#contact .contact-form {
  padding-left: 45px;
}
#contact .made-by {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .check-list li:before {
    background-image: url("../img/icon/check-icon@2x.png");
  }
}
form#request.loading {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
form input,
form textarea {
  border: 0;
  background-color: #24afd8;
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
form input {
  line-height: 36px;
  padding: 0 15px;
  height: 36px;
}
form textarea {
  line-height: normal;
  padding: 5px 15px;
  resize: none;
  height: 108px;
}
form select {
  cursor: pointer;
  border: none;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 36px;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 0;
  width: 100%;
  line-height: normal;
  background: #24afd8 url("../img/icon/dropdown-caret.png") no-repeat right center;
}
form .field-info {
  color: #004159;
  font-size: 14px;
}
form .form-group {
  padding: 5px 0;
}
form button {
  margin-top: 15px;
}
.placeholder {
  color: #055f79;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #055f79;
  line-height: initial;
  font-style: italic;
  font-weight: 400;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #055f79;
  line-height: initial;
  font-style: italic;
  font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #055f79;
  line-height: initial;
  font-style: italic;
  font-weight: 400;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #055f79;
  line-height: initial;
  font-style: italic;
  font-weight: 400;
}
input:focus,
textarea:focus {
  color: #fff;
  font-weight: 700;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: lovie-dark-blue;
  font-style: normal;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: lovie-dark-blue;
  font-style: normal;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: lovie-dark-blue;
  font-style: normal;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: lovie-dark-blue;
  font-style: normal;
}
.btn {
  padding: 1em;
  display: inline-block;
  font-weight: 900;
  position: relative;
  border: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:hover:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.btn.big {
  height: 50px;
  font-size: 18px;
  line-height: 14px;
}
.btn.big.right {
  padding-right: 4em;
}
.btn.big.left:before {
  width: 50px;
  line-height: 50px;
  font-weight: 900;
  font-size: 20px;
}
.btn.big.right:after {
  width: 50px;
  line-height: 50px;
  font-weight: 900;
  font-size: 20px;
}
.btn.pink {
  color: #fff;
  background: #f00685;
}
.btn.pink.left:before {
  background: #f447a5;
}
.btn.pink.right:after {
  background: #f447a5;
}
.btn.left:before {
  content: ' ';
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}
.btn.right:after {
  content: ' ';
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}
.btn.right:after {
  right: 0;
}
.btn.left:before {
  left: 0;
}
.btn.arrow.right:after {
  content: '\2192';
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.focusable:active,
.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.hidden-text {
  font: 0/0 a !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
@media only screen and (min-width: 993px) {
  #price .pricing-table .features li {
    padding: 12px;
  }
  .plan .check-list li {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .section-title {
    font-size: 48px;
  }
  #price h2 {
    font-size: 38px;
  }
  .benefits-2 .benefit-circle {
    right: auto;
    left: 0;
  }
  #intro .intro-description {
    font-size: 20px;
  }
  #demo .col-1-2.left {
    width: 40%;
  }
  #demo .col-1-2.right {
    width: 60%;
  }
  #demo .demo-mockup {
    padding-right: 0;
  }
  #demo .demo-list dt .new-rule {
    display: inline;
  }
  #demo .demo-list dl {
    width: 100%;
    float: none;
    height: auto !important;
  }
  #demo .demo-list dl:last-child {
    margin-bottom: 0;
  }
  .document .invoice {
    top: 100px;
    bottom: 100px;
  }
  .document .tag-list .tag-1 .ribbon {
    -webkit-transform: translateX(35px);
    -moz-transform: translateX(35px);
    -o-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
  }
  .document .tag-list .tag-2 .ribbon {
    -webkit-transform: translateX(-65px);
    -moz-transform: translateX(-65px);
    -o-transform: translateX(-65px);
    -ms-transform: translateX(-65px);
    transform: translateX(-65px);
  }
  .document .tag-list .tag-3 .ribbon {
    -webkit-transform: translateX(35px);
    -moz-transform: translateX(35px);
    -o-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
  }
  .document .tag-list .tag-4 .ribbon {
    -webkit-transform: translateX(-45px);
    -moz-transform: translateX(-45px);
    -o-transform: translateX(-45px);
    -ms-transform: translateX(-45px);
    transform: translateX(-45px);
  }
}
@media only screen and (max-width: 992px) {
  .check-list li span.show-when-sidebar-hidden {
    display: block;
  }
  .check-list li span.hide-when-sidebar-hidden {
    display: none;
  }
  .check-list li.no {
    display: none;
  }
  .check-list li:before {
    background-image: url("../img/icon/check-icon.png");
  }
  #price .pricing-table .features li span {
    padding-left: 40px;
  }
  #price .pricing-table .features li:before {
    left: 20px;
    margin-left: 0;
  }
  #price .pricing-table .price-block-features {
    display: none;
  }
  #price .pricing-table .price-block {
    width: 33.333333333333336%;
  }
  .section-title {
    font-size: 38px;
  }
  .section-subtitle {
    margin-top: 15px;
  }
  #contact .wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  #contact .contact-info {
    width: 40%;
  }
  #contact .contact-form {
    width: 60%;
    padding-right: 45px;
  }
  #contact h2 {
    font-size: 32px;
    line-height: 32px;
  }
  #contact h2 small {
    font-size: 24px;
    line-height: 24px;
  }
  .new-rule-mobile {
    display: block;
  }
  .full-height .wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  #contact.full-height,
  #price.full-height {
    height: auto;
    min-height: 0 !important;
  }
  #price .wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  #price .price-info {
    text-align: center;
    padding-right: 0;
    padding-bottom: 4em;
  }
  #price .price-info p {
    padding-left: 15%;
    padding-right: 15%;
  }
  #price .pricing-tables {
    padding-left: 0;
  }
  #price .price-info,
  #price .pricing-tables {
    float: none;
    width: 100%;
  }
  .benefit-circle {
    top: 3%;
  }
  .benefits-1,
  .benefits-2,
  .document {
    padding-top: 0;
  }
  .benefits-1.full-height .wrapper,
  .benefits-2.full-height .wrapper,
  .document.full-height .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .blue-background-1 {
    -webkit-transform: translate(30%, 0%);
    -moz-transform: translate(30%, 0%);
    -o-transform: translate(30%, 0%);
    -ms-transform: translate(30%, 0%);
    transform: translate(30%, 0%);
  }
  .your-benefits {
    left: 30%;
    padding-right: 40%;
  }
  .benefits-1 .section-title .new-rule {
    display: inline;
  }
  .document .tag-list .tag-1 {
    top: -95px;
    left: -120px;
  }
  .document .tag-list .tag-1.arrow:after {
    bottom: -125px;
    left: 35px;
    -webkit-transform: rotate(23deg);
    -moz-transform: rotate(23deg);
    -o-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    transform: rotate(23deg);
  }
  .document .tag-list .tag-2 {
    right: -180px;
    top: 15%;
  }
  .document .tag-list .tag-2.arrow.left:after {
    bottom: -75px;
    left: 0px;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  .document .tag-list .tag-3 {
    left: -165px;
    bottom: 8%;
  }
  .document .tag-list .tag-3.arrow.left:after {
    bottom: 75px;
    right: 10px;
    -webkit-transform: rotate(177deg);
    -moz-transform: rotate(177deg);
    -o-transform: rotate(177deg);
    -ms-transform: rotate(177deg);
    transform: rotate(177deg);
  }
  .document .tag-list .tag-4 {
    right: -150px;
    bottom: -120px;
  }
  .document .tag-list .tag-4.arrow:after {
    bottom: 40px;
    left: -100px;
    -webkit-transform: rotate(-236deg);
    -moz-transform: rotate(-236deg);
    -o-transform: rotate(-236deg);
    -ms-transform: rotate(-236deg);
    transform: rotate(-236deg);
  }
  .document .document-bg-wrapper,
  .document .invoice {
    top: 150px;
    bottom: 150px;
  }
  .full-height {
    height: 800px;
  }
  .main-header {
    height: 100px;
    z-index: 999;
  }
  .main-header .tb {
    height: 100px;
  }
  .main-header .logo {
    width: 20%;
  }
  .main-header .logo img {
    width: 115px;
    height: 53px;
  }
  .main-header .menu {
    width: 60%;
  }
  .main-header .cta {
    width: 20%;
  }
  #intro.full-height {
    height: auto;
    min-height: 0 !important;
  }
  #intro .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  #intro .section-wrapper {
    padding-top: 100px;
    border-bottom: 100px solid #fff;
  }
  .csstransforms .hide-if-csstransforms {
    display: block;
  }
  .csstransforms .show-if-csstransforms {
    display: none;
  }
  html {
    overflow: visible !important;
  }
  body {
    height: 100% !important;
    overflow: visible !important;
  }
  .section {
    position: static !important;
  }
  .section.full-height {
    min-height: 720px !important;
  }
  .main-header.clone .logo {
    width: 15%;
  }
  .main-header.clone .menu {
    width: 65%;
  }
  .main-header.clone .cta {
    width: 20%;
  }
  .page-curl-active .main-header .wrapper {
    padding-right: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 32px;
  }
  .section-subtitle {
    font-size: 18px;
  }
  #price h2 {
    font-size: 32px;
  }
  #intro .section-wrapper {
    padding-top: 50px;
  }
  .main-nav ul li {
    font-size: 14px;
  }
  .main-header {
    height: 50px;
    z-index: 999;
  }
  .main-header .tb {
    height: 50px;
  }
  .main-header .logo {
    width: 15%;
  }
  .main-header .logo img {
    width: 35px;
    height: 33px;
    margin-top: -3px;
  }
  .main-header .menu {
    width: 65%;
  }
  .main-header .cta {
    width: 20%;
  }
  #demo.full-height {
    height: auto;
    min-height: 0 !important;
  }
  #demo [class*='col-'].eq {
    float: none;
    width: 100%;
    height: auto !important;
  }
  #demo .demo-mockup {
    position: static;
    padding: 0;
    margin-bottom: 45px;
    width: 100%;
  }
  #demo .demo-mockup .mockup {
    height: auto !important;
    margin: 0;
    background-position: center center;
  }
  #demo .demo-list dl {
    height: auto !important;
    margin-bottom: 2em;
  }
  #demo .demo-mockup-wrapper {
    display: block;
    height: 0 !important;
    padding-top: 50%;
  }
  #demo .demo-info-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 680px) {
  #price .pricing-table .light .features,
  #price .pricing-table .basic .features {
    padding-bottom: 20px;
  }
  .document-2.full-border {
    padding-top: 0;
  }
  .benefit-circle {
    width: 100px;
    height: 100px;
  }
  .benefit-circle span {
    font-size: 14px;
  }
  .benefit-circle span em {
    font-size: 22px;
  }
  .full-border {
    padding: 15px;
  }
  #intro .page-curl,
  .main-header .menu {
    display: none !important;
  }
  #intro .section-content {
    width: 100%;
  }
  #intro .section-wrapper {
    border-bottom: 50px solid #fff;
  }
  .benefits-1.full-height {
    height: 620px;
    min-height: 0 !important;
  }
  .benefits-2.full-height {
    height: 620px;
    min-height: 0 !important;
  }
  .benefits-2 .benefit-circle {
    right: 0;
    left: auto;
  }
  .blue-background-1 {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .your-benefits {
    left: 0%;
    padding-left: 30px;
    padding-right: 45px;
  }
  #price .price-info strong {
    margin-top: 45px;
  }
  #price .price-info p {
    padding-left: 0;
    padding-right: 0;
  }
  #price .pricing-table .price-block {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 12%;
    margin-top: 2em;
  }
  #price .pricing-table .price-block.first {
    margin-top: 0;
  }
  #price .pricing-table .price-block.price-block.popular:after {
    margin-top: -15%;
  }
  .benefits-1 .ribbon.small {
    font-size: 16px;
  }
  #price .wrapper,
  #contact .wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .document-2.full-height {
    height: 620px;
    min-height: 0 !important;
  }
  .document-2 .document-bg-wrapper,
  .document-2 .invoice,
  .document-2 .documents-title {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
  #contact .address-product-of {
    margin-top: 30px;
  }
  #contact .address-product-of address,
  #contact .address-product-of .product-of {
    float: left;
    width: 50%;
  }
  #contact address {
    margin-top: 0;
  }
  #contact .product-of {
    margin-top: 15px;
    text-align: right;
  }
  #contact .new-rule {
    display: inline;
  }
  #contact .new-rule-mobile {
    display: block;
  }
  #contact .contact-form {
    margin-top: 4em;
    padding-right: 0;
    padding-left: 0;
  }
  #contact .contact-form,
  #contact .contact-info {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  #demo .demo-list dl dt {
    font-size: 28px;
  }
  #price h2 {
    font-size: 28px;
  }
  .section-title {
    font-size: 28px;
  }
  .full-border {
    padding: 10px;
  }
  .document-2 .document-bg-wrapper,
  .document-2 .invoice,
  .document-2 .documents-title {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
  #contact .product-of {
    margin-top: -15px;
  }
  #contact .product-of span {
    margin-right: 0;
    display: block;
    margin-bottom: 15px;
  }
  #contact .made-by {
    text-align: right;
    position: static;
    margin-top: 2em;
  }
}
@media only screen and (max-width: 320px) {
  .full-border {
    padding: 5px;
  }
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
}
