suitepro/public/themes/circlepro/stylesheets/frontpage.css

2647 lines
51 KiB
CSS

/* Layout */
body.controller-welcome #wrapper-main {
max-width: 100%;
}
body.controller-welcome #wrapper3 {
padding-bottom: 0;
}
body.controller-welcome div#content {
padding: 0;
}
body.controller-welcome #top-menu,
body.controller-welcome #header {
position: fixed;
width: 100%;
z-index: 9000;
}
@media screen and (min-width: 900px) {
body.controller-welcome #header {
top: 31px;
}
}
@media screen and (max-width: 899px) {
body.controller-welcome #project-jump {
display: none;
}
body.controller-welcome #wrapper-header {
background: url(../images/logo.png) no-repeat 12px 0;
}
body.controller-welcome #header {
height: 88px;
}
body.controller-welcome #header h1 {
display: block !important;
padding-left: 15px;
}
body.controller-welcome #header a.mobile-toggle-button {
margin-top: 10px;
border-left: 0;
}
}
/* Basic */
@-ms-viewport {
width: device-width;
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
#fp, #fp input, #fp select, #fp textarea {
color: #fff;
font-size: 15pt;
font-weight: 400;
letter-spacing: 0.075em;
line-height: 1.65em;
}
@media screen and (max-width: 1680px) {
#fp, #fp input, #fp select, #fp textarea {
font-size: 15pt;
}
}
@media screen and (max-width: 1280px) {
#fp, #fp input, #fp select, #fp textarea {
font-size: 13pt;
}
}
@media screen and (max-width: 736px) {
#fp, #fp input, #fp select, #fp textarea {
font-size: 12pt;
letter-spacing: 0.0375em;
}
}
#fp a {
-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
transition: color 0.2s ease, border-bottom-color 0.2s ease;
border-bottom: dotted 1px;
color: inherit;
text-decoration: none;
}
#fp a:hover {
border-bottom-color: transparent;
}
#fp strong, #fp b {
color: #fff;
font-weight: 600;
}
#fp em, #fp i {
font-style: italic;
}
#fp p {
margin: 0 0 2em 0;
}
#fp h1, #fp h2, #fp h3, #fp h4, #fp h5, #fp h6 {
color: #fff;
font-weight: bold;
letter-spacing: 0.215em;
line-height: 1em;
margin: 0 0 1em 0;
padding-right: 0;
text-transform: uppercase;
}
#fp h1 a, #fp h2 a, #fp h3 a, #fp h4 a, #fp h5 a, #fp h6 a {
color: inherit;
text-decoration: none;
}
#fp h2 {
font-size: 1.45em;
line-height: 1.75em;
}
@media screen and (max-width: 736px) {
#fp h2 {
font-size: 1.1em;
line-height: 1.65em;
}
}
#fp h3 {
font-size: 1.15em;
line-height: 1.75em;
}
@media screen and (max-width: 736px) {
#fp h3 {
font-size: 1em;
line-height: 1.65em;
}
}
#fp h4 {
font-size: 1em;
line-height: 1.5em;
}
#fp h5 {
font-size: 0.8em;
line-height: 1.5em;
}
#fp h6 {
font-size: 0.7em;
line-height: 1.5em;
}
#fp sub {
font-size: 0.8em;
position: relative;
top: 0.5em;
}
#fp sup {
font-size: 0.8em;
position: relative;
top: -0.5em;
}
#fp hr {
border: 0;
border-bottom: solid 2px #fff;
margin: 3em 0;
}
#fp hr.major {
margin: 4.5em 0;
}
#fp blockquote {
border-left: solid 4px #fff;
font-style: italic;
margin: 0 0 2em 0;
padding: 0.5em 0 0.5em 2em;
}
#fp .align-left {
text-align: left;
}
#fp .align-center {
text-align: center;
}
#fp .align-right {
text-align: right;
}
/* Row */
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp {
order: -1;
}
.row > .col-1 {
width: 8.3333333333%;
}
.row > .off-1 {
margin-left: 8.3333333333%;
}
.row > .col-2 {
width: 16.6666666667%;
}
.row > .off-2 {
margin-left: 16.6666666667%;
}
.row > .col-3 {
width: 25%;
}
.row > .off-3 {
margin-left: 25%;
}
.row > .col-4 {
width: 33.3333333333%;
}
.row > .off-4 {
margin-left: 33.3333333333%;
}
.row > .col-5 {
width: 41.6666666667%;
}
.row > .off-5 {
margin-left: 41.6666666667%;
}
.row > .col-6 {
width: 50%;
}
.row > .off-6 {
margin-left: 50%;
}
.row > .col-7 {
width: 58.3333333333%;
}
.row > .off-7 {
margin-left: 58.3333333333%;
}
.row > .col-8 {
width: 66.6666666667%;
}
.row > .off-8 {
margin-left: 66.6666666667%;
}
.row > .col-9 {
width: 75%;
}
.row > .off-9 {
margin-left: 75%;
}
.row > .col-10 {
width: 83.3333333333%;
}
.row > .off-10 {
margin-left: 83.3333333333%;
}
.row > .col-11 {
width: 91.6666666667%;
}
.row > .off-11 {
margin-left: 91.6666666667%;
}
.row > .col-12 {
width: 100%;
}
.row > .off-12 {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0em;
}
.row.gtr-0 > * {
padding: 0 0 0 0em;
}
.row.gtr-0.gtr-uniform {
margin-top: 0em;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0em;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.375em;
}
.row.gtr-25 > * {
padding: 0 0 0 0.375em;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.375em;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.375em;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -0.75em;
}
.row.gtr-50 > * {
padding: 0 0 0 0.75em;
}
.row.gtr-50.gtr-uniform {
margin-top: -0.75em;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 0.75em;
}
.row {
margin-top: 0;
margin-left: -1.5em;
}
.row > * {
padding: 0 0 0 1.5em;
}
.row.gtr-uniform {
margin-top: -1.5em;
}
.row.gtr-uniform > * {
padding-top: 1.5em;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -2.25em;
}
.row.gtr-150 > * {
padding: 0 0 0 2.25em;
}
.row.gtr-150.gtr-uniform {
margin-top: -2.25em;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 2.25em;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -3em;
}
.row.gtr-200 > * {
padding: 0 0 0 3em;
}
.row.gtr-200.gtr-uniform {
margin-top: -3em;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 3em;
}
@media screen and (max-width: 1680px) {
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp-xlarge {
order: -1;
}
.row > .col-1-xlarge {
width: 8.3333333333%;
}
.row > .off-1-xlarge {
margin-left: 8.3333333333%;
}
.row > .col-2-xlarge {
width: 16.6666666667%;
}
.row > .off-2-xlarge {
margin-left: 16.6666666667%;
}
.row > .col-3-xlarge {
width: 25%;
}
.row > .off-3-xlarge {
margin-left: 25%;
}
.row > .col-4-xlarge {
width: 33.3333333333%;
}
.row > .off-4-xlarge {
margin-left: 33.3333333333%;
}
.row > .col-5-xlarge {
width: 41.6666666667%;
}
.row > .off-5-xlarge {
margin-left: 41.6666666667%;
}
.row > .col-6-xlarge {
width: 50%;
}
.row > .off-6-xlarge {
margin-left: 50%;
}
.row > .col-7-xlarge {
width: 58.3333333333%;
}
.row > .off-7-xlarge {
margin-left: 58.3333333333%;
}
.row > .col-8-xlarge {
width: 66.6666666667%;
}
.row > .off-8-xlarge {
margin-left: 66.6666666667%;
}
.row > .col-9-xlarge {
width: 75%;
}
.row > .off-9-xlarge {
margin-left: 75%;
}
.row > .col-10-xlarge {
width: 83.3333333333%;
}
.row > .off-10-xlarge {
margin-left: 83.3333333333%;
}
.row > .col-11-xlarge {
width: 91.6666666667%;
}
.row > .off-11-xlarge {
margin-left: 91.6666666667%;
}
.row > .col-12-xlarge {
width: 100%;
}
.row > .off-12-xlarge {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0em;
}
.row.gtr-0 > * {
padding: 0 0 0 0em;
}
.row.gtr-0.gtr-uniform {
margin-top: 0em;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0em;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.375em;
}
.row.gtr-25 > * {
padding: 0 0 0 0.375em;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.375em;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.375em;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -0.75em;
}
.row.gtr-50 > * {
padding: 0 0 0 0.75em;
}
.row.gtr-50.gtr-uniform {
margin-top: -0.75em;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 0.75em;
}
.row {
margin-top: 0;
margin-left: -1.5em;
}
.row > * {
padding: 0 0 0 1.5em;
}
.row.gtr-uniform {
margin-top: -1.5em;
}
.row.gtr-uniform > * {
padding-top: 1.5em;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -2.25em;
}
.row.gtr-150 > * {
padding: 0 0 0 2.25em;
}
.row.gtr-150.gtr-uniform {
margin-top: -2.25em;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 2.25em;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -3em;
}
.row.gtr-200 > * {
padding: 0 0 0 3em;
}
.row.gtr-200.gtr-uniform {
margin-top: -3em;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 3em;
}
}
@media screen and (max-width: 1280px) {
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp-large {
order: -1;
}
.row > .col-1-large {
width: 8.3333333333%;
}
.row > .off-1-large {
margin-left: 8.3333333333%;
}
.row > .col-2-large {
width: 16.6666666667%;
}
.row > .off-2-large {
margin-left: 16.6666666667%;
}
.row > .col-3-large {
width: 25%;
}
.row > .off-3-large {
margin-left: 25%;
}
.row > .col-4-large {
width: 33.3333333333%;
}
.row > .off-4-large {
margin-left: 33.3333333333%;
}
.row > .col-5-large {
width: 41.6666666667%;
}
.row > .off-5-large {
margin-left: 41.6666666667%;
}
.row > .col-6-large {
width: 50%;
}
.row > .off-6-large {
margin-left: 50%;
}
.row > .col-7-large {
width: 58.3333333333%;
}
.row > .off-7-large {
margin-left: 58.3333333333%;
}
.row > .col-8-large {
width: 66.6666666667%;
}
.row > .off-8-large {
margin-left: 66.6666666667%;
}
.row > .col-9-large {
width: 75%;
}
.row > .off-9-large {
margin-left: 75%;
}
.row > .col-10-large {
width: 83.3333333333%;
}
.row > .off-10-large {
margin-left: 83.3333333333%;
}
.row > .col-11-large {
width: 91.6666666667%;
}
.row > .off-11-large {
margin-left: 91.6666666667%;
}
.row > .col-12-large {
width: 100%;
}
.row > .off-12-large {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0em;
}
.row.gtr-0 > * {
padding: 0 0 0 0em;
}
.row.gtr-0.gtr-uniform {
margin-top: 0em;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0em;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.375em;
}
.row.gtr-25 > * {
padding: 0 0 0 0.375em;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.375em;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.375em;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -0.75em;
}
.row.gtr-50 > * {
padding: 0 0 0 0.75em;
}
.row.gtr-50.gtr-uniform {
margin-top: -0.75em;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 0.75em;
}
.row {
margin-top: 0;
margin-left: -1.5em;
}
.row > * {
padding: 0 0 0 1.5em;
}
.row.gtr-uniform {
margin-top: -1.5em;
}
.row.gtr-uniform > * {
padding-top: 1.5em;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -2.25em;
}
.row.gtr-150 > * {
padding: 0 0 0 2.25em;
}
.row.gtr-150.gtr-uniform {
margin-top: -2.25em;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 2.25em;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -3em;
}
.row.gtr-200 > * {
padding: 0 0 0 3em;
}
.row.gtr-200.gtr-uniform {
margin-top: -3em;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 3em;
}
}
@media screen and (max-width: 980px) {
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp-medium {
order: -1;
}
.row > .col-1-medium {
width: 8.3333333333%;
}
.row > .off-1-medium {
margin-left: 8.3333333333%;
}
.row > .col-2-medium {
width: 16.6666666667%;
}
.row > .off-2-medium {
margin-left: 16.6666666667%;
}
.row > .col-3-medium {
width: 25%;
}
.row > .off-3-medium {
margin-left: 25%;
}
.row > .col-4-medium {
width: 33.3333333333%;
}
.row > .off-4-medium {
margin-left: 33.3333333333%;
}
.row > .col-5-medium {
width: 41.6666666667%;
}
.row > .off-5-medium {
margin-left: 41.6666666667%;
}
.row > .col-6-medium {
width: 50%;
}
.row > .off-6-medium {
margin-left: 50%;
}
.row > .col-7-medium {
width: 58.3333333333%;
}
.row > .off-7-medium {
margin-left: 58.3333333333%;
}
.row > .col-8-medium {
width: 66.6666666667%;
}
.row > .off-8-medium {
margin-left: 66.6666666667%;
}
.row > .col-9-medium {
width: 75%;
}
.row > .off-9-medium {
margin-left: 75%;
}
.row > .col-10-medium {
width: 83.3333333333%;
}
.row > .off-10-medium {
margin-left: 83.3333333333%;
}
.row > .col-11-medium {
width: 91.6666666667%;
}
.row > .off-11-medium {
margin-left: 91.6666666667%;
}
.row > .col-12-medium {
width: 100%;
}
.row > .off-12-medium {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0em;
}
.row.gtr-0 > * {
padding: 0 0 0 0em;
}
.row.gtr-0.gtr-uniform {
margin-top: 0em;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0em;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.375em;
}
.row.gtr-25 > * {
padding: 0 0 0 0.375em;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.375em;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.375em;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -0.75em;
}
.row.gtr-50 > * {
padding: 0 0 0 0.75em;
}
.row.gtr-50.gtr-uniform {
margin-top: -0.75em;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 0.75em;
}
.row {
margin-top: 0;
margin-left: -1.5em;
}
.row > * {
padding: 0 0 0 1.5em;
}
.row.gtr-uniform {
margin-top: -1.5em;
}
.row.gtr-uniform > * {
padding-top: 1.5em;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -2.25em;
}
.row.gtr-150 > * {
padding: 0 0 0 2.25em;
}
.row.gtr-150.gtr-uniform {
margin-top: -2.25em;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 2.25em;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -3em;
}
.row.gtr-200 > * {
padding: 0 0 0 3em;
}
.row.gtr-200.gtr-uniform {
margin-top: -3em;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 3em;
}
}
@media screen and (max-width: 736px) {
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp-small {
order: -1;
}
.row > .col-1-small {
width: 8.3333333333%;
}
.row > .off-1-small {
margin-left: 8.3333333333%;
}
.row > .col-2-small {
width: 16.6666666667%;
}
.row > .off-2-small {
margin-left: 16.6666666667%;
}
.row > .col-3-small {
width: 25%;
}
.row > .off-3-small {
margin-left: 25%;
}
.row > .col-4-small {
width: 33.3333333333%;
}
.row > .off-4-small {
margin-left: 33.3333333333%;
}
.row > .col-5-small {
width: 41.6666666667%;
}
.row > .off-5-small {
margin-left: 41.6666666667%;
}
.row > .col-6-small {
width: 50%;
}
.row > .off-6-small {
margin-left: 50%;
}
.row > .col-7-small {
width: 58.3333333333%;
}
.row > .off-7-small {
margin-left: 58.3333333333%;
}
.row > .col-8-small {
width: 66.6666666667%;
}
.row > .off-8-small {
margin-left: 66.6666666667%;
}
.row > .col-9-small {
width: 75%;
}
.row > .off-9-small {
margin-left: 75%;
}
.row > .col-10-small {
width: 83.3333333333%;
}
.row > .off-10-small {
margin-left: 83.3333333333%;
}
.row > .col-11-small {
width: 91.6666666667%;
}
.row > .off-11-small {
margin-left: 91.6666666667%;
}
.row > .col-12-small {
width: 100%;
}
.row > .off-12-small {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0em;
}
.row.gtr-0 > * {
padding: 0 0 0 0em;
}
.row.gtr-0.gtr-uniform {
margin-top: 0em;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0em;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.375em;
}
.row.gtr-25 > * {
padding: 0 0 0 0.375em;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.375em;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.375em;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -0.75em;
}
.row.gtr-50 > * {
padding: 0 0 0 0.75em;
}
.row.gtr-50.gtr-uniform {
margin-top: -0.75em;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 0.75em;
}
.row {
margin-top: 0;
margin-left: -1.5em;
}
.row > * {
padding: 0 0 0 1.5em;
}
.row.gtr-uniform {
margin-top: -1.5em;
}
.row.gtr-uniform > * {
padding-top: 1.5em;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -2.25em;
}
.row.gtr-150 > * {
padding: 0 0 0 2.25em;
}
.row.gtr-150.gtr-uniform {
margin-top: -2.25em;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 2.25em;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -3em;
}
.row.gtr-200 > * {
padding: 0 0 0 3em;
}
.row.gtr-200.gtr-uniform {
margin-top: -3em;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 3em;
}
}
@media screen and (max-width: 480px) {
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}
.row > * {
box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}
.row.aln-left {
justify-content: flex-start;
}
.row.aln-center {
justify-content: center;
}
.row.aln-right {
justify-content: flex-end;
}
.row.aln-top {
align-items: flex-start;
}
.row.aln-middle {
align-items: center;
}
.row.aln-bottom {
align-items: flex-end;
}
.row > .imp-xsmall {
order: -1;
}
.row > .col-1-xsmall {
width: 8.3333333333%;
}
.row > .off-1-xsmall {
margin-left: 8.3333333333%;
}
.row > .col-2-xsmall {
width: 16.6666666667%;
}
.row > .off-2-xsmall {
margin-left: 16.6666666667%;
}
.row > .col-3-xsmall {
width: 25%;
}
.row > .off-3-xsmall {
margin-left: 25%;
}
.row > .col-4-xsmall {
width: 33.3333333333%;
}
.row > .off-4-xsmall {
margin-left: 33.3333333333%;
}
.row > .col-5-xsmall {
width: 41.6666666667%;
}
.row > .off-5-xsmall {
margin-left: 41.6666666667%;
}
.row > .col-6-xsmall {
width: 50%;
}
.row > .off-6-xsmall {
margin-left: 50%;
}
.row > .col-7-xsmall {
width: 58.3333333333%;
}
.row > .off-7-xsmall {
margin-left: 58.3333333333%;
}
.row > .col-8-xsmall {
width: 66.6666666667%;
}
.row > .off-8-xsmall {
margin-left: 66.6666666667%;
}
.row > .col-9-xsmall {
width: 75%;
}
.row > .off-9-xsmall {
margin-left: 75%;
}
.row > .col-10-xsmall {
width: 83.3333333333%;
}
.row > .off-10-xsmall {
margin-left: 83.3333333333%;
}
.row > .col-11-xsmall {
width: 91.6666666667%;
}
.row > .off-11-xsmall {
margin-left: 91.6666666667%;
}
.row > .col-12-xsmall {
width: 100%;
}
.row > .off-12-xsmall {
margin-left: 100%;
}
.row.gtr-0 {
margin-top: 0;
margin-left: 0em;
}
.row.gtr-0 > * {
padding: 0 0 0 0em;
}
.row.gtr-0.gtr-uniform {
margin-top: 0em;
}
.row.gtr-0.gtr-uniform > * {
padding-top: 0em;
}
.row.gtr-25 {
margin-top: 0;
margin-left: -0.375em;
}
.row.gtr-25 > * {
padding: 0 0 0 0.375em;
}
.row.gtr-25.gtr-uniform {
margin-top: -0.375em;
}
.row.gtr-25.gtr-uniform > * {
padding-top: 0.375em;
}
.row.gtr-50 {
margin-top: 0;
margin-left: -0.75em;
}
.row.gtr-50 > * {
padding: 0 0 0 0.75em;
}
.row.gtr-50.gtr-uniform {
margin-top: -0.75em;
}
.row.gtr-50.gtr-uniform > * {
padding-top: 0.75em;
}
.row {
margin-top: 0;
margin-left: -1.5em;
}
.row > * {
padding: 0 0 0 1.5em;
}
.row.gtr-uniform {
margin-top: -1.5em;
}
.row.gtr-uniform > * {
padding-top: 1.5em;
}
.row.gtr-150 {
margin-top: 0;
margin-left: -2.25em;
}
.row.gtr-150 > * {
padding: 0 0 0 2.25em;
}
.row.gtr-150.gtr-uniform {
margin-top: -2.25em;
}
.row.gtr-150.gtr-uniform > * {
padding-top: 2.25em;
}
.row.gtr-200 {
margin-top: 0;
margin-left: -3em;
}
.row.gtr-200 > * {
padding: 0 0 0 3em;
}
.row.gtr-200.gtr-uniform {
margin-top: -3em;
}
.row.gtr-200.gtr-uniform > * {
padding-top: 3em;
}
}
/* Section/Article */
#fp section.special,
#fp article.special {
text-align: center;
}
#fp header p {
color: rgba(255, 255, 255, 0.5);
position: relative;
top: -0.25em;
}
#fp header h3 + p {
font-size: 1.1em;
}
#fp header h4 + p,
#fp header h5 + p,
#fp header h6 + p {
font-size: 0.9em;
}
#fp header.major {
margin: 0 0 3.5em 0;
}
#fp header.major h2,
#fp header.major h3,
#fp header.major h4,
#fp header.major h5,
#fp header.major h6 {
border-bottom: solid 2px rgba(0, 0, 0, 0.125);
display: inline-block;
padding-bottom: 1em;
position: relative;
}
#fp header.major h2:after,
#fp header.major h3:after,
#fp header.major h4:after,
#fp header.major h5:after,
#fp header.major h6:after {
content: '';
display: block;
height: 1px;
}
#fp header.major p {
color: #fff;
top: 0;
}
@media screen and (max-width: 736px) {
#fp header.major {
margin: 0 0 2em 0;
}
}
@media screen and (max-width: 980px) {
#fp header br {
display: none;
}
}
/* Box */
#fp .box {
border-radius: 3px;
border: solid 2px #fff;
margin-bottom: 2em;
padding: 1.5em;
}
#fp .box > :last-child,
#fp .box > :last-child > :last-child,
#fp .box > :last-child > :last-child > :last-child {
margin-bottom: 0;
}
#fp .box.alt {
border: 0;
border-radius: 0;
padding: 0;
}
/* Icon */
.fp-icon {
text-decoration: none;
border-bottom: none;
position: relative;
}
.fp-icon:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: "fontello";
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
.fp-icon > .label {
display: none;
}
.fp-icon.major {
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
border-radius: 3px;
border: solid 2px #fff;
display: inline-block;
font-size: 1.35em;
height: calc(3em + 2px);
line-height: 3em;
text-align: center;
width: calc(3em + 2px);
}
.fp-icon.major:before {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
display: inline-block;
font-size: 1.5em;
}
@media screen and (max-width: 736px) {
.fp-icon.major {
font-size: 1em;
}
}
.fp-icon.style1 {
color: #00ffcc;
}
.fp-icon.style2 {
color: #00f0ff;
}
.fp-icon.style3 {
color: #76ddff;
}
.fp-icon_1:before { content: '\f219'; } /* ruby */
.fp-icon_2:before { content: '\e803'; } /* projects */
.fp-icon_3:before { content: '\e804'; } /* tasks */
.fp-icon_4:before { content: '\f0ae'; } /* gantt */
.fp-icon_5:before { content: '\e805'; } /* news */
.fp-icon_6:before { content: '\e806'; } /* notifications */
.fp-icon_7:before { content: '\f121'; } /* code */
.fp-icon_8:before { content: '\f108'; } /* desktop */
.fp-icon_9:before { content: '\e802'; } /* open */
/* Image */
#fp .image {
border-radius: 3px;
border: 0;
display: inline-block;
position: relative;
}
#fp .image img {
border-radius: 3px;
display: block;
}
#fp .image.left {
float: left;
margin: 0 2em 2em 0;
top: 0.25em;
}
#fp .image.right {
float: right;
margin: 0 0 2em 2em;
top: 0.25em;
}
#fp .image.left,
#fp .image.right {
max-width: 40%;
}
#fp .image.left img,
#fp .image.right img {
width: 100%;
}
#fp .image.fit {
display: block;
margin: 0 0 2em 0;
width: 100%;
}
#fp .image.fit img {
width: 100%;
}
/* List */
#fp > ol {
list-style: decimal;
margin: 0 0 2em 0;
padding-left: 1.25em;
}
#fp > ol li {
padding-left: 0.25em;
}
#fp > ul {
list-style: disc;
margin: 0 0 2em 0;
padding-left: 1em;
}
#fp > ul li {
padding-left: 0.5em;
}
#fp > ul.alt {
list-style: none;
padding-left: 0;
}
#fp > ul.alt li {
border-top: solid 1px #fff;
padding: 0.5em 0;
}
#fp > ul.alt li:first-child {
border-top: 0;
padding-top: 0;
}
#fp > dl {
margin: 0 0 2em 0;
}
/* Actions */
ul.actions {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
cursor: default;
list-style: none;
margin-left: -1em;
padding-left: 0;
}
ul.actions li {
padding: 0 0 0 1em;
vertical-align: middle;
}
ul.actions.special {
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
width: 100%;
margin-left: 0;
}
ul.actions.special li:first-child {
padding-left: 0;
}
ul.actions.stacked {
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-left: 0;
}
ul.actions.stacked li {
padding: 1em 0 0 0;
}
ul.actions.stacked li:first-child {
padding-top: 0;
}
ul.actions.fit {
width: calc(100% + 1em);
}
ul.actions.fit li {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
width: 100%;
}
ul.actions.fit li > * {
width: 100%;
}
ul.actions.fit.stacked {
width: 100%;
}
@media screen and (max-width: 480px) {
ul.actions:not(.fixed) {
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-left: 0;
width: 100% !important;
}
ul.actions:not(.fixed) li {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-moz-flex-shrink: 1;
-webkit-flex-shrink: 1;
-ms-flex-shrink: 1;
flex-shrink: 1;
padding: 1em 0 0 0;
text-align: center;
width: 100%;
}
ul.actions:not(.fixed) li > * {
width: 100%;
}
ul.actions:not(.fixed) li:first-child {
padding-top: 0;
}
ul.actions:not(.fixed) li input[type="submit"],
ul.actions:not(.fixed) li input[type="reset"],
ul.actions:not(.fixed) li input[type="button"],
ul.actions:not(.fixed) li button,
ul.actions:not(.fixed) li .button {
width: 100%;
}
ul.actions:not(.fixed) li input[type="submit"].fp-icon:before,
ul.actions:not(.fixed) li input[type="reset"].fp-icon:before,
ul.actions:not(.fixed) li input[type="button"].fp-icon:before,
ul.actions:not(.fixed) li button.fp-icon:before,
ul.actions:not(.fixed) li .button.fp-icon:before {
margin-left: -0.5em;
}
}
/* Icons */
ul.icons {
cursor: default;
list-style: none;
padding-left: 0;
}
ul.icons li {
display: inline-block;
padding: 0 1em 0 0;
}
ul.icons li:last-child {
padding-right: 0 !important;
}
ul.icons.major {
padding: 1em 0;
}
ul.icons.major li {
padding-right: 3.5em;
}
@media screen and (max-width: 736px) {
ul.icons.major li {
padding: 0 1em !important;
}
}
/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
background-color: transparent;
border-radius: 3px;
border: 0;
box-shadow: inset 0 0 0 2px #fff;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0.8em;
font-weight: 600;
height: 3.125em;
letter-spacing: 0.225em;
line-height: 3.125em;
max-width: 30em;
padding: 0 2.75em;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
background-color: rgba(144, 144, 144, 0.25);
}
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
background-color: rgba(144, 144, 144, 0.5);
}
input[type="submit"].fp-icon:before,
input[type="reset"].fp-icon:before,
input[type="button"].fp-icon:before,
button.fp-icon:before,
.button.fp-icon:before {
margin-right: 0.5em;
}
input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
width: 100%;
}
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
font-size: 0.8em;
}
input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
font-size: 1.35em;
}
input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
background-color: #ed4933;
box-shadow: none !important;
color: #ffffff !important;
border-bottom: 0 !important;
}
input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
background-color: #ef5e4a !important;
}
input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
background-color: #eb341c !important;
}
input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
pointer-events: none;
opacity: 0.25;
}
@media screen and (max-width: 736px) {
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
height: 3.75em;
line-height: 3.75em;
}
}
/* Features */
#fp .features {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
list-style: none;
padding: 0;
width: 100%;
}
#fp .features li {
padding: 4em 4em 2em 6em ;
display: block;
position: relative;
text-align: left;
width: 50%;
}
#fp .features li:nth-child(1) {
background-color: rgba(0, 0, 0, 0.035);
}
#fp .features li:nth-child(2) {
background-color: rgba(0, 0, 0, 0.07);
}
#fp .features li:nth-child(3) {
background-color: rgba(0, 0, 0, 0.105);
}
#fp .features li:nth-child(4) {
background-color: rgba(0, 0, 0, 0.14);
}
#fp .features li:nth-child(5) {
background-color: rgba(0, 0, 0, 0.175);
}
#fp .features li:nth-child(6) {
background-color: rgba(0, 0, 0, 0.21);
}
#fp .features li:nth-child(7) {
background-color: rgba(0, 0, 0, 0.245);
}
#fp .features li:nth-child(8) {
background-color: rgba(0, 0, 0, 0.28);
}
#fp .features li:nth-child(9) {
background-color: rgba(0, 0, 0, 0.315);
}
#fp .features li:nth-child(10) {
background-color: rgba(0, 0, 0, 0.35);
}
#fp .features li:before {
display: block;
color: #00ffcc;
position: absolute;
left: 1.75em;
top: 2.75em;
font-size: 1.5em;
}
#fp .features li:nth-child(1) {
border-top-left-radius: 3px;
}
#fp .features li:nth-child(2) {
border-top-right-radius: 3px;
}
#fp .features li:nth-last-child(1) {
border-bottom-right-radius: 3px;
}
#fp .features li:nth-last-child(2) {
border-bottom-left-radius: 3px;
}
@media screen and (max-width: 980px) {
#fp .features li {
padding: 3em 2em 1em 2em ;
text-align: center;
}
#fp .features li:before {
left: 0;
margin: 0 0 1em 0;
position: relative;
top: 0;
}
}
@media screen and (max-width: 736px) {
#fp .features li {
padding: 3em 0 1em 0 ;
background-color: transparent !important;
border-top: solid 2px #fff;
width: 100%;
}
#fp .features li:first-child {
border-top: 0;
}
}
/* Spotlight */
#fp .spotlight {
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
}
#fp .spotlight .image {
-moz-order: 1;
-webkit-order: 1;
-ms-order: 1;
order: 1;
border-radius: 0;
width: 40%;
}
#fp .spotlight .image img {
border-radius: 0;
width: 100%;
}
#fp .spotlight .content {
padding: 2em 4em 0.1em 4em ;
-moz-order: 2;
-webkit-order: 2;
-ms-order: 2;
order: 2;
max-width: 48em;
width: 60%;
}
#fp .spotlight:nth-child(2n) {
-moz-flex-direction: row-reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
#fp .spotlight:nth-child(1) {
background-color: rgba(0, 0, 0, 0.075);
}
#fp .spotlight:nth-child(2) {
background-color: rgba(0, 0, 0, 0.15);
}
#fp .spotlight:nth-child(3) {
background-color: rgba(0, 0, 0, 0.225);
}
#fp .spotlight:nth-child(4) {
background-color: rgba(0, 0, 0, 0.3);
}
#fp .spotlight:nth-child(5) {
background-color: rgba(0, 0, 0, 0.375);
}
#fp .spotlight:nth-child(6) {
background-color: rgba(0, 0, 0, 0.45);
}
#fp .spotlight:nth-child(7) {
background-color: rgba(0, 0, 0, 0.525);
}
#fp .spotlight:nth-child(8) {
background-color: rgba(0, 0, 0, 0.6);
}
#fp .spotlight:nth-child(9) {
background-color: rgba(0, 0, 0, 0.675);
}
#fp .spotlight:nth-child(10) {
background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 1280px) {
#fp .spotlight .image {
width: 45%;
}
#fp .spotlight .content {
width: 55%;
}
}
@media screen and (max-width: 980px) {
#fp .spotlight {
display: block;
}
#fp .spotlight br {
display: none;
}
#fp .spotlight .image {
width: 100%;
}
#fp .spotlight .content {
padding: 4em 3em 2em 3em ;
max-width: none;
text-align: center;
width: 100%;
}
}
@media screen and (max-width: 736px) {
#fp .spotlight .content {
padding: 3em 2em 1em 2em ;
}
}
/* frapper */
.frapper {
padding: 6em 0 4em 0 ;
}
.frapper > .inner {
width: 60em;
margin: 0 auto;
}
@media screen and (max-width: 1280px) {
.frapper > .inner {
width: 90%;
}
}
@media screen and (max-width: 980px) {
.frapper > .inner {
width: 100%;
}
}
.frapper.alt {
padding: 0;
}
.frapper.style1 {
background-color: #21b2a6;
color: #c8ece9;
}
.frapper.style1 strong, .frapper.style1 b {
color: #ffffff;
}
.frapper.style1 h2, .frapper.style1 h3, .frapper.style1 h4, .frapper.style1 h5, .frapper.style1 h6 {
color: #ffffff;
}
.frapper.style1 hr {
border-color: rgba(0, 0, 0, 0.125);
}
.frapper.style1 blockquote {
border-color: rgba(0, 0, 0, 0.125);
}
.frapper.style1 code {
background: rgba(255, 255, 255, 0.075);
}
.frapper.style1 header p {
color: #a6e0db;
width: 78%;
min-width: 280px;
max-width: 900px;
margin: 0 auto 2em !important;
}
.frapper.style1 header.major h2, .frapper.style1 header.major h3, .frapper.style1 header.major h4, .frapper.style1 header.major h5, .frapper.style1 header.major h6 {
border-color: rgba(0, 0, 0, 0.125);
}
.frapper.style1 header.major p {
color: #c8ece9;
}
.frapper.style1 label {
color: #ffffff;
}
.frapper.style1 input[type="text"],
.frapper.style1 input[type="password"],
.frapper.style1 input[type="email"],
.frapper.style1 select,
.frapper.style1 textarea {
background-color: rgba(255, 255, 255, 0.075);
}
.frapper.style1 select {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}
.frapper.style1 select option {
color: #ffffff;
background: #21b2a6;
}
.frapper.style1 input[type="checkbox"] + label,
.frapper.style1 input[type="radio"] + label {
color: #c8ece9;
}
.frapper.style1 input[type="checkbox"] + label:before,
.frapper.style1 input[type="radio"] + label:before {
background: rgba(255, 255, 255, 0.075);
}
.frapper.style1 input[type="checkbox"]:checked + label:before,
.frapper.style1 input[type="radio"]:checked + label:before {
background: #ffffff;
color: #21b2a6;
}
.frapper.style1 ::-webkit-input-placeholder {
color: #a6e0db !important;
}
.frapper.style1 :-moz-placeholder {
color: #a6e0db !important;
}
.frapper.style1 ::-moz-placeholder {
color: #a6e0db !important;
}
.frapper.style1 :-ms-input-placeholder {
color: #a6e0db !important;
}
.frapper.style1 .formerize-placeholder {
color: #a6e0db !important;
}
.frapper.style1 .fp-icon.major {
border-color: rgba(0, 0, 0, 0.125);
}
.frapper.style1 ul.alt li {
border-color: rgba(0, 0, 0, 0.125);
}
.frapper.style1 input[type="submit"],
.frapper.style1 input[type="reset"],
.frapper.style1 input[type="button"],
.frapper.style1 button,
.frapper.style1 .button {
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
color: #ffffff;
}
.frapper.style1 input[type="submit"]:hover,
.frapper.style1 input[type="reset"]:hover,
.frapper.style1 input[type="button"]:hover,
.frapper.style1 button:hover,
.frapper.style1 .button:hover {
background-color: rgba(255, 255, 255, 0.075);
}
.frapper.style1 input[type="submit"]:active,
.frapper.style1 input[type="reset"]:active,
.frapper.style1 input[type="button"]:active,
.frapper.style1 button:active,
.frapper.style1 .button:active {
background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 736px) {
.frapper.style1 .features li {
border-top-color: rgba(0, 0, 0, 0.125);
}
}
.frapper.style2 {
background-color: #2e3842;
}
.frapper.style3 {
background-color: #505393;
color: #d3d4e4;
}
.frapper.style3 strong, .frapper.style3 b {
color: #ffffff;
}
.frapper.style3 h2, .frapper.style3 h3, .frapper.style3 h4, .frapper.style3 h5, .frapper.style3 h6 {
color: #ffffff;
}
.frapper.style3 hr {
border-color: rgba(0, 0, 0, 0.125);
}
.frapper.style3 blockquote {
border-color: rgba(0, 0, 0, 0.125);
}
.frapper.style3 code {
background: rgba(255, 255, 255, 0.075);
}
.frapper.style3 header p {
color: #b9bad4;
}
.frapper.style3 header.major h2, .frapper.style3 header.major h3, .frapper.style3 header.major h4, .frapper.style3 header.major h5, .frapper.style3 header.major h6 {
border-color: rgba(0, 0, 0, 0.125);
}
.frapper.style3 header.major p {
color: #d3d4e4;
}
.frapper.style3 label {
color: #ffffff;
}
.frapper.style3 input[type="text"],
.frapper.style3 input[type="password"],
.frapper.style3 input[type="email"],
.frapper.style3 select,
.frapper.style3 textarea {
background-color: rgba(255, 255, 255, 0.075);
}
.frapper.style3 select {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}
.frapper.style3 select option {
color: #ffffff;
background: #505393;
}
.frapper.style3 input[type="checkbox"] + label,
.frapper.style3 input[type="radio"] + label {
color: #d3d4e4;
}
.frapper.style3 input[type="checkbox"] + label:before,
.frapper.style3 input[type="radio"] + label:before {
background: rgba(255, 255, 255, 0.075);
}
.frapper.style3 input[type="checkbox"]:checked + label:before,
.frapper.style3 input[type="radio"]:checked + label:before {
background: #ffffff;
color: #505393;
}
.frapper.style3 ::-webkit-input-placeholder {
color: #b9bad4 !important;
}
.frapper.style3 :-moz-placeholder {
color: #b9bad4 !important;
}
.frapper.style3 ::-moz-placeholder {
color: #b9bad4 !important;
}
.frapper.style3 :-ms-input-placeholder {
color: #b9bad4 !important;
}
.frapper.style3 .formerize-placeholder {
color: #b9bad4 !important;
}
.frapper.style3 .fp-icon.major {
border-color: rgba(0, 0, 0, 0.125);
}
.frapper.style3 ul.alt li {
border-color: rgba(0, 0, 0, 0.125);
}
.frapper.style3 input[type="submit"],
.frapper.style3 input[type="reset"],
.frapper.style3 input[type="button"],
.frapper.style3 button,
.frapper.style3 .button {
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
color: #ffffff;
}
.frapper.style3 input[type="submit"]:hover,
.frapper.style3 input[type="reset"]:hover,
.frapper.style3 input[type="button"]:hover,
.frapper.style3 button:hover,
.frapper.style3 .button:hover {
background-color: rgba(255, 255, 255, 0.075);
}
.frapper.style3 input[type="submit"]:active,
.frapper.style3 input[type="reset"]:active,
.frapper.style3 input[type="button"]:active,
.frapper.style3 button:active,
.frapper.style3 .button:active {
background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 736px) {
.frapper.style3 .features li {
border-top-color: rgba(0, 0, 0, 0.125);
}
}
.frapper.style4 {
background-color: transparent;
}
.frapper.style5 {
background-color: #ffffff;
color: #4E4852;
}
.frapper.style5 strong, .frapper.style5 b {
color: #2E3842;
}
.frapper.style5 h2, .frapper.style5 h3, .frapper.style5 h4, .frapper.style5 h5, .frapper.style5 h6 {
color: #2E3842;
}
.frapper.style5 hr {
border-color: #dfdfdf;
}
.frapper.style5 blockquote {
border-color: #dfdfdf;
}
.frapper.style5 code {
background: rgba(0, 0, 0, 0.0375);
}
.frapper.style5 header p {
color: #8E8892;
}
.frapper.style5 header.major h2, .frapper.style5 header.major h3, .frapper.style5 header.major h4, .frapper.style5 header.major h5, .frapper.style5 header.major h6 {
border-color: #dfdfdf;
}
.frapper.style5 header.major p {
color: #4E4852;
}
.frapper.style5 label {
color: #2E3842;
}
.frapper.style5 input[type="text"],
.frapper.style5 input[type="password"],
.frapper.style5 input[type="email"],
.frapper.style5 select,
.frapper.style5 textarea {
background-color: rgba(0, 0, 0, 0.0375);
}
.frapper.style5 select {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dfdfdf' /%3E%3C/svg%3E");
}
.frapper.style5 select option {
color: #2E3842;
background: #ffffff;
}
.frapper.style5 input[type="checkbox"] + label,
.frapper.style5 input[type="radio"] + label {
color: #4E4852;
}
.frapper.style5 input[type="checkbox"] + label:before,
.frapper.style5 input[type="radio"] + label:before {
background: rgba(0, 0, 0, 0.0375);
}
.frapper.style5 input[type="checkbox"]:checked + label:before,
.frapper.style5 input[type="radio"]:checked + label:before {
background: #2E3842;
color: #ffffff;
}
.frapper.style5 ::-webkit-input-placeholder {
color: #8E8892 !important;
}
.frapper.style5 :-moz-placeholder {
color: #8E8892 !important;
}
.frapper.style5 ::-moz-placeholder {
color: #8E8892 !important;
}
.frapper.style5 :-ms-input-placeholder {
color: #8E8892 !important;
}
.frapper.style5 .formerize-placeholder {
color: #8E8892 !important;
}
.frapper.style5 .fp-icon.major {
border-color: #dfdfdf;
}
.frapper.style5 ul.alt li {
border-color: #dfdfdf;
}
.frapper.style5 input[type="submit"],
.frapper.style5 input[type="reset"],
.frapper.style5 input[type="button"],
.frapper.style5 button,
.frapper.style5 .button {
box-shadow: inset 0 0 0 2px #dfdfdf;
color: #2E3842;
}
.frapper.style5 input[type="submit"]:hover,
.frapper.style5 input[type="reset"]:hover,
.frapper.style5 input[type="button"]:hover,
.frapper.style5 button:hover,
.frapper.style5 .button:hover {
background-color: rgba(0, 0, 0, 0.0375);
}
.frapper.style5 input[type="submit"]:active,
.frapper.style5 input[type="reset"]:active,
.frapper.style5 input[type="button"]:active,
.frapper.style5 button:active,
.frapper.style5 .button:active {
background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 736px) {
.frapper.style5 .features li {
border-top-color: #dfdfdf;
}
}
@media screen and (max-width: 980px) {
.frapper {
padding: 4em 3em 2em 3em ;
}
}
@media screen and (max-width: 736px) {
.frapper {
padding: 3em 2em 1em 2em ;
}
}
/* Page frapper */
#fp {
-moz-transition: opacity 0.5s ease;
-webkit-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 1;
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/bg_banner.jpg);
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/bg_banner.jpg);
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/bg_banner.jpg);
background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/bg_banner.jpg);
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 0;
}
@media screen and (max-width: 736px) {
#fp {
background: #000;
}
#fp-banner,
#fp-login {
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/bg_banner.jpg);
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/bg_banner.jpg);
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/bg_banner.jpg);
background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/bg_banner.jpg);
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
}
#fp:before {
background: rgba(0, 0, 0, 0);
content: '';
display: block;
display: none;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10001;
}
/* Banner */
#fp-banner {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
cursor: default;
height: 100vh;
min-height: 35em;
overflow: hidden;
position: relative;
text-align: center;
}
#fp-banner h2 {
text-transform: none;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
transition: transform 0.5s ease, opacity 0.5s ease;
display: inline-block;
font-size: 1.75em;
opacity: 1;
padding: 0.35em 1em;
position: relative;
z-index: 1;
}
#fp-banner h2:before,
#fp-banner h2:after {
-moz-transition: width 0.85s ease;
-webkit-transition: width 0.85s ease;
-ms-transition: width 0.85s ease;
transition: width 0.85s ease;
-moz-transition-delay: 0.25s;
-webkit-transition-delay: 0.25s;
-ms-transition-delay: 0.25s;
transition-delay: 0.25s;
background: #fff;
content: '';
display: block;
height: 2px;
position: absolute;
width: 100%;
}
#fp-banner h2:before {
top: 0;
left: 0;
}
#fp-banner h2:after {
bottom: 0;
right: 0;
}
#fp-banner p {
letter-spacing: 0.225em;
text-transform: uppercase;
width: 50%;
min-width: 280px;
max-width: 780px;
margin: 0 auto;
}
#fp-banner p a {
color: inherit;
}
#fp-banner .more {
-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
transition: transform 0.75s ease, opacity 0.75s ease;
-moz-transition-delay: 3.5s;
-webkit-transition-delay: 3.5s;
-ms-transition-delay: 3.5s;
transition-delay: 3.5s;
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
border: none;
bottom: 0;
color: inherit;
font-size: 0.8em;
height: 8.5em;
left: 50%;
letter-spacing: 0.225em;
margin-left: -8em;
opacity: 1;
outline: 0;
padding-left: 0.225em;
position: absolute;
text-align: center;
text-transform: uppercase;
width: 16em;
z-index: 1;
}
#fp-banner .more:after {
background-image: url(../images/arrow.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
bottom: 4em;
content: '';
display: block;
height: 1.5em;
left: 50%;
margin: 0 0 0 -0.75em;
position: absolute;
width: 1.5em;
}
#fp-banner:after {
pointer-events: none;
-moz-transition: opacity 3s ease-in-out;
-webkit-transition: opacity 3s ease-in-out;
-ms-transition: opacity 3s ease-in-out;
transition: opacity 3s ease-in-out;
-moz-transition-delay: 1.25s;
-webkit-transition-delay: 1.25s;
-ms-transition-delay: 1.25s;
transition-delay: 1.25s;
content: '';
background: #2e3842;
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
}
@media screen and (max-width: 736px) {
#fp-banner {
padding: 7em 3em 5em 3em ;
height: auto;
min-height: 0;
}
#fp-banner h2 {
font-size: 1.25em;
}
#fp-banner br {
display: none;
}
#fp-banner .more {
display: none;
}
}
body.is-preload #fp-banner h2 {
-moz-transform: scale(0.95);
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
opacity: 0;
}
body.is-preload #fp-banner h2:before,
body.is-preload #fp-banner h2:after {
width: 0;
}
body.is-preload #fp-banner .more {
-moz-transform: translateY(8.5em);
-webkit-transform: translateY(8.5em);
-ms-transform: translateY(8.5em);
transform: translateY(8.5em);
opacity: 0;
}
body.is-preload #fp-banner:after {
opacity: 1;
}
/* Login form */
#fp-login {
padding-top: 2em;
padding-bottom: 2em;
}
#fp-login .inner {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
max-width: 45em;
}
/* CTA */
#fp-cta .inner {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
max-width: 45em;
}
#fp-cta .inner header {
-moz-order: 1;
-webkit-order: 1;
-ms-order: 1;
order: 1;
padding-right: 3em;
width: 70%;
}
#fp-cta .inner header p {
color: inherit;
}
#fp-cta .inner .actions {
-moz-order: 2;
-webkit-order: 2;
-ms-order: 2;
order: 2;
width: 30%;
}
@media screen and (max-width: 980px) {
#fp-cta .inner {
display: block;
text-align: center;
}
#fp-cta .inner header {
padding-right: 0;
width: 100%;
}
#fp-cta .inner .actions {
margin-left: auto;
margin-right: auto;
max-width: 20em;
width: 100%;
}
}
@media screen and (max-width: 736px) {
#fp-cta .inner .actions {
max-width: none;
}
}