File: D:/HostingSpaces/SBogers10/rentman.komma.pro/wwwroot/css/style.css
@charset "UTF-8";
@import '/css/fonts/fonts.css';
@-webkit-keyframes movingDown {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
}
50% {
-webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
}
}
@-moz-keyframes movingDown {
0%, 100% {
-moz-transform: translate3d(0, 0, 0) rotate(0deg);
}
50% {
-moz-transform: translate3d(0, 8px, 0) rotate(0deg);
}
}
@keyframes movingDown {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
-moz-transform: translate3d(0, 0, 0) rotate(0deg);
-ms-transform: translate3d(0, 0, 0) rotate(0deg);
-o-transform: translate3d(0, 0, 0) rotate(0deg);
transform: translate3d(0, 0, 0) rotate(0deg);
}
50% {
-webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
-moz-transform: translate3d(0, 8px, 0) rotate(0deg);
-ms-transform: translate3d(0, 8px, 0) rotate(0deg);
-o-transform: translate3d(0, 8px, 0) rotate(0deg);
transform: translate3d(0, 8px, 0) rotate(0deg);
}
}
@-webkit-keyframes sk-cubeGridScaleDelay {
0%, 60%, 100% {
-webkit-transform: scale3D(1, 1, 1);
}
30% {
-webkit-transform: scale3D(0, 0, 1);
}
}
@-moz-keyframes sk-cubeGridScaleDelay {
0%, 60%, 100% {
-moz-transform: scale3D(1, 1, 1);
}
30% {
-moz-transform: scale3D(0, 0, 1);
}
}
@keyframes sk-cubeGridScaleDelay {
0%, 60%, 100% {
-webkit-transform: scale3D(1, 1, 1);
-moz-transform: scale3D(1, 1, 1);
-ms-transform: scale3D(1, 1, 1);
-o-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
30% {
-webkit-transform: scale3D(0, 0, 1);
-moz-transform: scale3D(0, 0, 1);
-ms-transform: scale3D(0, 0, 1);
-o-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
}
@-webkit-keyframes animate-lines {
0%, 60% {
-webkit-transform: translate3d(0, 0, 0) rotate(30deg);
opacity: 1;
}
20% {
-webkit-transform: translate3d(30px, -30px, 0) rotate(30deg);
opacity: 0;
}
40% {
-webkit-transform: translate3d(-30px, 30px, 0) rotate(30deg);
opacity: 0;
}
}
@-moz-keyframes animate-lines {
0%, 60% {
-moz-transform: translate3d(0, 0, 0) rotate(30deg);
opacity: 1;
}
20% {
-moz-transform: translate3d(30px, -30px, 0) rotate(30deg);
opacity: 0;
}
40% {
-moz-transform: translate3d(-30px, 30px, 0) rotate(30deg);
opacity: 0;
}
}
@keyframes animate-lines {
0%, 60% {
-webkit-transform: translate3d(0, 0, 0) rotate(30deg);
-moz-transform: translate3d(0, 0, 0) rotate(30deg);
-ms-transform: translate3d(0, 0, 0) rotate(30deg);
-o-transform: translate3d(0, 0, 0) rotate(30deg);
transform: translate3d(0, 0, 0) rotate(30deg);
opacity: 1;
}
20% {
-webkit-transform: translate3d(30px, -30px, 0) rotate(30deg);
-moz-transform: translate3d(30px, -30px, 0) rotate(30deg);
-ms-transform: translate3d(30px, -30px, 0) rotate(30deg);
-o-transform: translate3d(30px, -30px, 0) rotate(30deg);
transform: translate3d(30px, -30px, 0) rotate(30deg);
opacity: 0;
}
40% {
-webkit-transform: translate3d(-30px, 30px, 0) rotate(30deg);
-moz-transform: translate3d(-30px, 30px, 0) rotate(30deg);
-ms-transform: translate3d(-30px, 30px, 0) rotate(30deg);
-o-transform: translate3d(-30px, 30px, 0) rotate(30deg);
transform: translate3d(-30px, 30px, 0) rotate(30deg);
opacity: 0;
}
}
html, body {
padding: 0;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
height: 100%;
}
* {
box-sizing: border-box;
}
*::selection {
background: #ff8100;
color: white;
}
*::-moz-selection {
background: #ff8100;
color: white;
}
.page-content {
min-height: 100%;
margin-bottom: -800px;
}
.page-content:after {
content: "";
display: block;
height: 800px;
}
img {
border: none;
display: block;
}
h1, h2, h3, h4, h5 {
margin: 0;
}
p, span, em, a, div, ul, li {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
text-decoration: none;
color: #323230;
}
@media screen and (max-width: 1350px) {
p, span, em, a, div, ul, li {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
p, span, em, a, div, ul, li {
font-size: 12.8571428571px;
line-height: 24px;
}
}
img {
border: none;
}
.column, .grid12, .grid11, .grid10, .grid9, .grid8, .grid7, .grid6, .grid5, .grid4, .grid3, .grid2, .grid1 {
position: relative;
float: left;
}
.column.padding, .padding.grid12, .padding.grid11, .padding.grid10, .padding.grid9, .padding.grid8, .padding.grid7, .padding.grid6, .padding.grid5, .padding.grid4, .padding.grid3, .padding.grid2, .padding.grid1 {
padding: 0 2%;
}
.column .right, .grid12 .right, .grid11 .right, .grid10 .right, .grid9 .right, .grid8 .right, .grid7 .right, .grid6 .right, .grid5 .right, .grid4 .right, .grid3 .right, .grid2 .right, .grid1 .right {
float: right;
}
.row {
clear: both;
}
.row:after {
content: "";
display: block;
clear: both;
}
.clear {
clear: both;
}
.grid1 {
width: 8.3333333333%;
}
.grid2 {
width: 16.6666666667%;
}
.grid3 {
width: 25%;
}
.grid4 {
width: 33.3333333333%;
}
.grid5 {
width: 41.6666666667%;
}
.grid6 {
width: 50%;
}
.grid7 {
width: 58.3333333333%;
}
.grid8 {
width: 66.6666666667%;
}
.grid9 {
width: 75%;
}
.grid10 {
width: 83.3333333333%;
}
.grid11 {
width: 91.6666666667%;
}
.grid12 {
width: 100%;
}
.offset-1 {
margin-left: 8.3333333333%;
}
.offset-2 {
margin-left: 16.6666666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.3333333333%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
input:-moz-placeholder, textarea:-moz-placeholder {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
opacity: 0;
-webkit-transform: translate3d(20px, 0, 0);
-moz-transform: translate3d(20px, 0, 0);
-ms-transform: translate3d(20px, 0, 0);
-o-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
opacity: 0;
-webkit-transform: translate3d(20px, 0, 0);
-moz-transform: translate3d(20px, 0, 0);
-ms-transform: translate3d(20px, 0, 0);
-o-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
opacity: 0;
-webkit-transform: translate3d(20px, 0, 0);
-moz-transform: translate3d(20px, 0, 0);
-ms-transform: translate3d(20px, 0, 0);
-o-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
opacity: 0;
-webkit-transform: translate3d(20px, 0, 0);
-moz-transform: translate3d(20px, 0, 0);
-ms-transform: translate3d(20px, 0, 0);
-o-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 0.5;
}
.content-container {
width: 95%;
max-width: 1440px;
margin: auto;
}
@media screen and (max-width: 600px) {
.content-container {
width: 90%;
}
}
.block {
display: inline-block;
width: 250px;
border: solid lightgrey 1px;
margin: 20px;
padding: 10px;
}
header .content-container {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
header .logo {
width: 8.3333333333%;
margin-left: 8.3333333333%;
margin-top: 61px;
}
header .logo img {
width: 100%;
}
header nav {
width: 66.6666666667%;
margin-left: 8.3333333333%;
}
header nav ul {
padding-left: 0;
list-style: none;
}
header nav ul.secondary-nav {
height: 60px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
margin: 0;
border-bottom: 1px solid #f1f1f1;
}
header nav ul.secondary-nav li {
margin-left: 50px;
height: 100%;
position: relative;
}
header nav ul.secondary-nav li:before {
position: absolute;
left: -25px;
top: 17px;
content: "|";
color: #f1f1f1;
}
header nav ul.secondary-nav li:first-child:before {
display: none;
}
header nav ul.secondary-nav li a {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px !important;
line-height: 60px !important;
display: block;
}
@media screen and (max-width: 1350px) {
header nav ul.secondary-nav li a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
header nav ul.secondary-nav li a {
font-size: 12.8571428571px;
line-height: 24px;
}
}
header nav ul.secondary-nav li.active a {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
color: #405468;
}
@media screen and (max-width: 1350px) {
header nav ul.secondary-nav li.active a {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
header nav ul.secondary-nav li.active a {
font-size: 17.1428571429px;
line-height: 32px;
}
}
header nav ul.secondary-nav li.active a:after {
content: "";
width: 100%;
height: 2px;
background-color: #405468;
position: absolute;
left: 0;
bottom: 12px;
}
header nav ul li a {
color: #7a8795;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 19px !important;
line-height: 22px !important;
}
@media screen and (max-width: 1350px) {
header nav ul li a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
header nav ul li a {
font-size: 12.8571428571px;
line-height: 24px;
}
}
header nav .main-nav {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
height: 117px;
}
header nav .main-nav .capterra {
position: relative;
top: -3px;
}
header nav .main-nav ul {
width: calc(100% - 265px);
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
margin: 0;
}
header nav .main-nav ul li {
margin-left: 45px;
}
header nav .main-nav ul li:first-of-type {
margin-left: 0 !important;
}
header nav .main-nav ul li:last-child {
border: 2px solid #ff8100;
border-radius: 4px;
}
header nav .main-nav ul li:last-child a {
padding: 13px 26px;
display: block;
color: #ff8100;
}
header nav .main-nav ul li.active {
position: relative;
}
header nav .main-nav ul li.active a {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
color: #405468;
}
@media screen and (max-width: 1350px) {
header nav .main-nav ul li.active a {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
header nav .main-nav ul li.active a {
font-size: 17.1428571429px;
line-height: 32px;
}
}
header nav .main-nav ul li.active a:after {
content: "";
width: 100%;
height: 2px;
background-color: #405468;
position: absolute;
left: 0;
bottom: -4px;
}
header nav .main-nav ul li.active:last-child {
background-color: #ff8100;
}
header nav .main-nav ul li.active:last-child a {
color: white;
}
header nav .main-nav ul li.active:last-child a:after {
display: none;
}
header .language {
width: calc(8.3333333333% - 40px);
margin-left: 40px;
padding-right: 5px;
}
header .language ul {
list-style: none;
padding: 0;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
header .language ul li {
text-align: right;
width: 100%;
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
-webkit-order: 2;
-moz-order: 2;
order: 2;
-ms-flex-order: 2;
opacity: 0;
line-height: 18px !important;
-webkit-transform: translate3d(0, -15px, 0);
-moz-transform: translate3d(0, -15px, 0);
-ms-transform: translate3d(0, -15px, 0);
-o-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
header .language ul li a {
text-transform: uppercase;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 13px !important;
line-height: 30px !important;
color: #b2bac2;
position: relative;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
@media screen and (max-width: 1350px) {
header .language ul li a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
header .language ul li a {
font-size: 12.8571428571px;
line-height: 24px;
}
}
header .language ul li a:after {
content: "";
width: 0;
height: 2px;
background-color: #405468;
position: absolute;
left: 0;
bottom: -4px;
-webkit-transition: width 0.3s;
-moz-transition: width 0.3s;
transition: width 0.3s;
}
header .language ul li:nth-child(2) {
-webkit-transform: translate3d(0, -25px, 0);
-moz-transform: translate3d(0, -25px, 0);
-ms-transform: translate3d(0, -25px, 0);
-o-transform: translate3d(0, -25px, 0);
transform: translate3d(0, -25px, 0);
}
header .language ul li:nth-child(3) {
-webkit-transform: translate3d(0, -35px, 0);
-moz-transform: translate3d(0, -35px, 0);
-ms-transform: translate3d(0, -35px, 0);
-o-transform: translate3d(0, -35px, 0);
transform: translate3d(0, -35px, 0);
}
header .language ul li:nth-child(4) {
-webkit-transform: translate3d(0, -45px, 0);
-moz-transform: translate3d(0, -45px, 0);
-ms-transform: translate3d(0, -45px, 0);
-o-transform: translate3d(0, -45px, 0);
transform: translate3d(0, -45px, 0);
}
header .language ul li:nth-child(5) {
-webkit-transform: translate3d(0, -55px, 0);
-moz-transform: translate3d(0, -55px, 0);
-ms-transform: translate3d(0, -55px, 0);
-o-transform: translate3d(0, -55px, 0);
transform: translate3d(0, -55px, 0);
}
header .language ul li.active {
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
box-ordinal-group: 1;
-webkit-order: 1;
-moz-order: 1;
order: 1;
-ms-flex-order: 1;
opacity: 1;
position: relative;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
header .language ul li.active a {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
color: #405468;
}
@media screen and (max-width: 1350px) {
header .language ul li.active a {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
header .language ul li.active a {
font-size: 17.1428571429px;
line-height: 32px;
}
}
header .language ul li.active a:after {
width: 100%;
}
header .language:hover ul li {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
header .language:hover ul li a:hover:after {
width: 100%;
}
header .language:hover ul li a:after {
background-color: #7a8795;
height: 1px;
}
header .language:hover ul li.active a:after {
height: 2px;
background-color: #405468;
}
.sticky-header {
position: fixed;
height: 100px;
width: 100%;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.11);
left: 0;
top: 0;
z-index: 1000;
background-color: white;
opacity: 0;
-webkit-transform: translate3d(0, -100px, 0);
-moz-transform: translate3d(0, -100px, 0);
-ms-transform: translate3d(0, -100px, 0);
-o-transform: translate3d(0, -100px, 0);
transform: translate3d(0, -100px, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
pointer-events: none;
}
.sticky-header .content-container {
height: 100%;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.sticky-header .content-container .logo {
margin-left: 8.3333333333%;
}
.sticky-header .content-container .logo img {
height: 80px;
}
.sticky-header .content-container ul {
margin-right: 8.3333333333%;
padding-left: 0;
list-style: none;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.sticky-header .content-container ul li {
margin-left: 35px;
}
.sticky-header .content-container ul li a {
color: #7a8795;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px !important;
line-height: 22px !important;
}
@media screen and (max-width: 1350px) {
.sticky-header .content-container ul li a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.sticky-header .content-container ul li a {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.sticky-header .content-container ul li:first-of-type {
margin-left: 0 !important;
}
.sticky-header .content-container ul li:last-child {
border: 2px solid #ff8100;
border-radius: 4px;
}
.sticky-header .content-container ul li:last-child a {
padding: 13px 26px;
display: block;
color: #ff8100;
}
.sticky-header .content-container ul li.active {
position: relative;
}
.sticky-header .content-container ul li.active a {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
color: #405468;
}
@media screen and (max-width: 1350px) {
.sticky-header .content-container ul li.active a {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.sticky-header .content-container ul li.active a {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.sticky-header .content-container ul li.active a:after {
content: "";
width: 100%;
height: 2px;
background-color: #405468;
position: absolute;
left: 0;
bottom: -5px;
}
.sticky-header .content-container ul li.active:last-child {
background-color: #ff8100;
}
.sticky-header .content-container ul li.active:last-child a {
color: white;
}
.sticky-header .content-container ul li.active:last-child a:after {
display: none;
}
.sticky-header.show {
opacity: 1;
pointer-events: all;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1400px) {
header .logo {
width: 16.6666666667%;
margin-right: 0;
}
header .logo img {
max-width: 120px;
}
header nav {
width: 66%;
margin-left: 0;
}
header nav ul.secondary-nav li a {
font-size: 13px !important;
line-height: 60px !important;
}
header nav ul li a {
font-size: 16px !important;
}
header nav .main-nav ul li:last-child a {
padding: 8px 14px;
}
}
@media screen and (max-width: 1150px) {
header nav {
width: 66.6666666667%;
margin-left: 8.3333333333%;
}
header nav .main-nav {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
header nav .main-nav .capterra {
display: none;
}
header nav .main-nav ul {
width: 100%;
}
}
@media screen and (max-width: 1000px) {
header nav .main-nav ul li {
margin-left: 30px;
}
}
@media screen and (max-width: 850px) {
header nav ul.secondary-nav li {
margin-left: 30px;
}
header nav ul.secondary-nav li:before {
left: -15px;
}
header nav .main-nav ul li a {
font-size: 14px !important;
}
}
@media screen and (max-width: 800px) {
.sticky-header .content-container {
width: 100%;
padding: 0 10px;
}
.sticky-header .content-container .logo {
margin-left: 0;
}
.sticky-header .content-container ul {
margin-right: 0;
}
}
.breadcrumb {
width: 66.6666666667%;
margin-left: 25%;
padding: 25px 0;
}
.breadcrumb ol, .breadcrumb ul {
list-style: none;
padding: 0;
margin: 0;
}
.breadcrumb ol li, .breadcrumb ul li {
display: inline-block;
}
.breadcrumb ol li a, .breadcrumb ol li span, .breadcrumb ul li a, .breadcrumb ul li span {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 15px !important;
line-height: 28px !important;
color: #7a8795;
text-transform: capitalize;
}
@media screen and (max-width: 1350px) {
.breadcrumb ol li a, .breadcrumb ol li span, .breadcrumb ul li a, .breadcrumb ul li span {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.breadcrumb ol li a, .breadcrumb ol li span, .breadcrumb ul li a, .breadcrumb ul li span {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.breadcrumb ol li:not(:last-child):after, .breadcrumb ul li:not(:last-child):after {
content: "";
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
background: url("/img/rentman-sprite.svg?v=4") -384px -49px no-repeat;
background-size: 640px 215px;
width: 12px;
height: 21px;
display: inline-block;
margin: 0 8px -4px;
}
@media screen and (max-width: 1350px) {
.breadcrumb ol li:not(:last-child):after, .breadcrumb ul li:not(:last-child):after {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.breadcrumb ol li:not(:last-child):after, .breadcrumb ul li:not(:last-child):after {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.breadcrumb ol li:last-child a, .breadcrumb ol li:last-child span, .breadcrumb ul li:last-child a, .breadcrumb ul li:last-child span {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
color: #405468;
}
@media screen and (max-width: 1350px) {
.breadcrumb ol li:last-child a, .breadcrumb ol li:last-child span, .breadcrumb ul li:last-child a, .breadcrumb ul li:last-child span {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.breadcrumb ol li:last-child a, .breadcrumb ol li:last-child span, .breadcrumb ul li:last-child a, .breadcrumb ul li:last-child span {
font-size: 17.1428571429px;
line-height: 32px;
}
}
@media screen and (max-width: 1150px) {
.breadcrumb {
width: 66.6666666667%;
margin-left: 8.3333333333%;
}
}
@media screen and (max-width: 740px) {
.crumb-path {
width: 100%;
}
.crumb-path .breadcrumb {
margin-left: 16.6666666667%;
}
}
@media screen and (max-width: 550px) {
.crumb-path {
width: 100%;
}
.crumb-path .breadcrumb {
margin-left: 8.3333333333%;
}
}
.form {
padding-top: 40px;
padding-bottom: 40px;
width: 100%;
}
.form .form-element {
position: relative;
margin-bottom: 30px;
}
.form .form-element .error {
display: none;
}
.form .form-element .error.active {
color: darkred;
display: block;
}
.form .form-element.text-area {
margin-bottom: 0;
display: block;
}
.form .form-element.text-area label {
margin-top: 15px;
}
.form .form-element.select-element {
position: relative;
}
.form .form-element.select-element label {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratsemibold", sans-serif;
color: white;
}
@media screen and (max-width: 1350px) {
.form .form-element.select-element label {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.form .form-element.select-element label {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.form .form-element.select-element span {
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #384b5b transparent transparent transparent;
display: inline-block;
position: absolute;
right: 15px;
top: 53px;
pointer-events: none;
}
.form .form-element.select-element select {
margin-top: 10px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
outline: none;
height: 50px;
width: 100%;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 18px !important;
line-height: 50px !important;
font-weight: 500;
background-color: #f3f3f3;
color: #405468;
padding: 0 30px 0 20px;
border: 1.5px transparent solid;
border-radius: 0;
}
@media screen and (max-width: 1350px) {
.form .form-element.select-element select {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element.select-element select {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.form .form-element.select-element select option {
display: block;
font-size: 18px !important;
line-height: 50px !important;
padding: 15px 0 !important;
}
.form .form-element.select-element .selectric-wrapper {
margin-top: 10px;
width: calc(100% - 126px);
display: inline-block;
}
.form .form-element.select-element .selectric-items li {
padding-left: 20px;
padding-right: 20px;
font-size: 15px;
line-height: 16px;
font-weight: 500;
}
.form .form-element.select-element .selectric {
background-color: #f3f3f3;
}
.form .form-element.select-element .selectric .label {
padding: 0 20px 0 10px;
font-size: 15px;
line-height: 16px;
font-weight: 500;
color: #1d1d1d;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.form .form-element.username label {
margin-top: 10px;
}
.form .form-element label {
width: 100%;
padding-left: 20px;
display: block;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px !important;
line-height: 22px !important;
color: #b2bac2;
}
@media screen and (max-width: 1350px) {
.form .form-element label {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element label {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.form .form-element input, .form .form-element textarea {
margin-top: 10px;
height: 45px;
width: 100%;
margin-left: 0;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px !important;
line-height: 45px !important;
font-weight: 500;
background-color: #f3f3f3;
color: #405468;
padding: 0 20px;
border: 1.5px transparent solid;
}
@media screen and (max-width: 1350px) {
.form .form-element input, .form .form-element textarea {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element input, .form .form-element textarea {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.form .form-element input.alert::-webkit-input-placeholder, .form .form-element textarea.alert::-webkit-input-placeholder {
color: #ff1e00;
}
.form .form-element input.alert::-moz-placeholder, .form .form-element textarea.alert::-moz-placeholder {
color: #ff1e00;
}
.form .form-element input.alert:-moz-placeholder, .form .form-element textarea.alert:-moz-placeholder {
color: #ff1e00;
}
.form .form-element input.alert:-ms-input-placeholder, .form .form-element textarea.alert:-ms-input-placeholder {
color: #ff1e00;
}
.form .form-element input::-webkit-input-placeholder, .form .form-element textarea::-webkit-input-placeholder {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px !important;
line-height: 45px !important;
color: #b2bac2;
}
@media screen and (max-width: 1350px) {
.form .form-element input::-webkit-input-placeholder, .form .form-element textarea::-webkit-input-placeholder {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element input::-webkit-input-placeholder, .form .form-element textarea::-webkit-input-placeholder {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.form .form-element input::-moz-placeholder, .form .form-element textarea::-moz-placeholder {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px !important;
line-height: 45px !important;
color: #b2bac2;
}
@media screen and (max-width: 1350px) {
.form .form-element input::-moz-placeholder, .form .form-element textarea::-moz-placeholder {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element input::-moz-placeholder, .form .form-element textarea::-moz-placeholder {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.form .form-element input:-moz-placeholder, .form .form-element textarea:-moz-placeholder {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px !important;
line-height: 45px !important;
color: #b2bac2;
}
@media screen and (max-width: 1350px) {
.form .form-element input:-moz-placeholder, .form .form-element textarea:-moz-placeholder {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element input:-moz-placeholder, .form .form-element textarea:-moz-placeholder {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.form .form-element input:-ms-input-placeholder, .form .form-element textarea:-ms-input-placeholder {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px !important;
line-height: 45px !important;
color: #b2bac2;
}
@media screen and (max-width: 1350px) {
.form .form-element input:-ms-input-placeholder, .form .form-element textarea:-ms-input-placeholder {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element input:-ms-input-placeholder, .form .form-element textarea:-ms-input-placeholder {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.form .form-element input:-webkit-autofill, .form .form-element input:-webkit-autofill:hover, .form .form-element input:-webkit-autofill:focus, .form .form-element input:-webkit-autofill:active, .form .form-element textarea:-webkit-autofill, .form .form-element textarea:-webkit-autofill:hover, .form .form-element textarea:-webkit-autofill:focus, .form .form-element textarea:-webkit-autofill:active {
-webkit-transition: 9999s background-color;
-moz-transition: 9999s background-color;
transition: 9999s background-color;
-webkit-text-fill-color: #405468;
-webkit-transition-delay: 9999s;
-moz-transition-delay: 9999s;
transition-delay: 9999s;
}
.form .form-element textarea {
height: 152px;
padding-top: 8px;
padding-bottom: 10px;
resize: vertical;
margin-left: 0;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 15px;
line-height: 16px;
font-weight: 500;
}
@media screen and (max-width: 1350px) {
.form .form-element textarea {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element textarea {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.form .form-element.check-box label {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
cursor: pointer;
user-select: none;
}
.form .form-element.check-box span {
display: block;
width: calc(100% - 30px);
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px !important;
line-height: 22px !important;
color: white;
user-select: none;
}
@media screen and (max-width: 1350px) {
.form .form-element.check-box span {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element.check-box span {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.form .form-element.check-box span a {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px !important;
line-height: 22px !important;
color: rgba(255, 255, 255, 0.6);
text-decoration: underline;
}
@media screen and (max-width: 1350px) {
.form .form-element.check-box span a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.form .form-element.check-box span a {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.form .form-element.check-box input {
padding: 0;
margin: 1px 10px 0 0 !important;
border: none !important;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background: url("/img/rentman-sprite.svg?v=4") -615px -135px no-repeat;
background-size: 640px 215px;
width: 20px;
height: 20px;
cursor: pointer;
}
.form .form-element.check-box input:checked {
background-position: -595px -135px;
}
.form .submit {
padding: 20px 0 0 120px;
text-align: right;
}
.form .submit input {
display: inline-block;
border: 1.5px transparent solid;
font-size: 15px;
line-height: 15px;
width: 100%;
max-width: 300px;
background: #006cb0;
color: white;
padding: 15px 0;
cursor: pointer;
}
.form .submit input:hover {
background: #005c97;
}
.form input:focus, .form textarea:focus {
box-shadow: none;
border: none;
border-radius: 0;
outline: none;
}
@media screen and (max-width: 800px) {
.form .form-element {
margin-bottom: 30px;
}
.form .form-element.text-area {
display: block;
}
.form .form-element.select-element {
display: block;
}
.form .form-element.select-element select {
width: 100%;
}
.form .form-element.select-element .selectric-wrapper {
width: 100%;
display: block;
}
.form .form-element label {
display: block;
width: 100%;
padding-left: 20px;
}
.form .form-element input, .form .form-element textarea {
width: 100%;
margin-left: 0;
}
}
.trial-form-row, .contact-form {
position: relative;
}
.trial-form-row h1, .contact-form h1 {
text-align: center;
font-size: 36px;
line-height: 36px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: #405468;
padding: 35px 0 60px;
}
@media screen and (max-width: 1350px) {
.trial-form-row h1, .contact-form h1 {
font-size: 30px;
line-height: 32.7272727273px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row h1, .contact-form h1 {
font-size: 25.7142857143px;
line-height: 30px;
}
}
.trial-form-row h1 span, .contact-form h1 span {
color: #ff7400;
font-size: 36px;
line-height: 36px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
}
@media screen and (max-width: 1350px) {
.trial-form-row h1 span, .contact-form h1 span {
font-size: 30px;
line-height: 32.7272727273px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row h1 span, .contact-form h1 span {
font-size: 25.7142857143px;
line-height: 30px;
}
}
.trial-form-row .container, .contact-form .container {
background-color: #7a8795;
width: 66.6666666667%;
margin: auto;
padding: 60px 0;
}
.trial-form-row .container .inner, .contact-form .container .inner {
width: calc(100% / 8 * 4);
margin: 0 25%;
}
.trial-form-row .container .inner > .error-message, .contact-form .container .inner > .error-message {
color: white;
font-size: 16px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
margin-bottom: 25px;
padding-bottom: 5px;
border-bottom: 2px solid #ff1e00;
}
@media screen and (max-width: 1350px) {
.trial-form-row .container .inner > .error-message, .contact-form .container .inner > .error-message {
font-size: 13.3333333333px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .container .inner > .error-message, .contact-form .container .inner > .error-message {
font-size: 11.4285714286px;
line-height: 20px;
}
}
.trial-form-row .container .inner h3, .contact-form .container .inner h3 {
font-size: 28px;
line-height: 33px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: white;
}
@media screen and (max-width: 1350px) {
.trial-form-row .container .inner h3, .contact-form .container .inner h3 {
font-size: 23.3333333333px;
line-height: 30px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .container .inner h3, .contact-form .container .inner h3 {
font-size: 20px;
line-height: 27.5px;
}
}
.trial-form-row .container .inner h4, .contact-form .container .inner h4 {
font-size: 21px;
line-height: 32px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: white;
margin-bottom: 30px;
display: none;
}
@media screen and (max-width: 1350px) {
.trial-form-row .container .inner h4, .contact-form .container .inner h4 {
font-size: 17.5px;
line-height: 29.0909090909px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .container .inner h4, .contact-form .container .inner h4 {
font-size: 15px;
line-height: 26.6666666667px;
}
}
.trial-form-row .container .inner .loading .sk-cube-grid, .contact-form .container .inner .loading .sk-cube-grid {
width: 80px;
height: 80px;
margin: 65px auto 45px;
position: relative;
}
.trial-form-row .container .inner .loading .sk-cube-grid .icon, .contact-form .container .inner .loading .sk-cube-grid .icon {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 2;
}
.trial-form-row .container .inner .loading .sk-cube-grid .icon .line, .contact-form .container .inner .loading .sk-cube-grid .icon .line {
width: 9px;
height: 25px;
background-color: white;
position: absolute;
-webkit-transform: translate3d(0, 0, 0) rotate(30deg);
-moz-transform: translate3d(0, 0, 0) rotate(30deg);
-ms-transform: translate3d(0, 0, 0) rotate(30deg);
-o-transform: translate3d(0, 0, 0) rotate(30deg);
transform: translate3d(0, 0, 0) rotate(30deg);
top: 25px;
left: 20px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-animation: animate-lines 2.2s infinite linear;
-moz-animation: animate-lines 2.2s infinite linear;
animation: animate-lines 2.2s infinite linear;
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s;
animation-delay: 0s;
}
.trial-form-row .container .inner .loading .sk-cube-grid .icon .line:nth-child(2), .contact-form .container .inner .loading .sk-cube-grid .icon .line:nth-child(2) {
-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
animation-delay: 0.1s;
left: 36px;
}
.trial-form-row .container .inner .loading .sk-cube-grid .icon .line:nth-child(3), .contact-form .container .inner .loading .sk-cube-grid .icon .line:nth-child(3) {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
left: 52px;
}
.trial-form-row .container .inner .loading .sk-cube-grid .sk-cube, .contact-form .container .inner .loading .sk-cube-grid .sk-cube {
width: 33%;
height: 33%;
background-color: #ff8100;
float: left;
-webkit-animation: sk-cubeGridScaleDelay 2.2s infinite ease-in-out;
-moz-animation: sk-cubeGridScaleDelay 2.2s infinite ease-in-out;
animation: sk-cubeGridScaleDelay 2.2s infinite ease-in-out;
}
.trial-form-row .container .inner .loading .sk-cube-grid .sk-cube7, .contact-form .container .inner .loading .sk-cube-grid .sk-cube7 {
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s;
animation-delay: 0s;
}
.trial-form-row .container .inner .loading .sk-cube-grid .sk-cube4, .trial-form-row .container .inner .loading .sk-cube-grid .sk-cube8, .contact-form .container .inner .loading .sk-cube-grid .sk-cube4, .contact-form .container .inner .loading .sk-cube-grid .sk-cube8 {
-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.trial-form-row .container .inner .loading .sk-cube-grid .sk-cube1, .trial-form-row .container .inner .loading .sk-cube-grid .sk-cube5, .trial-form-row .container .inner .loading .sk-cube-grid .sk-cube9, .contact-form .container .inner .loading .sk-cube-grid .sk-cube1, .contact-form .container .inner .loading .sk-cube-grid .sk-cube5, .contact-form .container .inner .loading .sk-cube-grid .sk-cube9 {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.trial-form-row .container .inner .loading .sk-cube-grid .sk-cube2, .trial-form-row .container .inner .loading .sk-cube-grid .sk-cube6, .contact-form .container .inner .loading .sk-cube-grid .sk-cube2, .contact-form .container .inner .loading .sk-cube-grid .sk-cube6 {
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.trial-form-row .container .inner .loading .sk-cube-grid .sk-cube3, .contact-form .container .inner .loading .sk-cube-grid .sk-cube3 {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.trial-form-row .container .inner .message-response .button, .contact-form .container .inner .message-response .button {
width: 100%;
max-width: 240px;
margin-top: 15px;
background: #ff8100;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-radius: 4px;
display: inline-block;
}
.trial-form-row .container .inner .message-response .button a, .contact-form .container .inner .message-response .button a {
font-size: 21px;
line-height: 21px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
color: white;
padding: 15px 25px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
@media screen and (max-width: 1350px) {
.trial-form-row .container .inner .message-response .button a, .contact-form .container .inner .message-response .button a {
font-size: 17.5px;
line-height: 19.0909090909px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .container .inner .message-response .button a, .contact-form .container .inner .message-response .button a {
font-size: 15px;
line-height: 17.5px;
}
}
.trial-form-row .container .inner .message-response .button a:after, .contact-form .container .inner .message-response .button a:after {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.trial-form-row .container .inner .message-response .button:hover, .contact-form .container .inner .message-response .button:hover {
background-color: #ff7400;
}
.trial-form-row .container .inner .message-response .button:hover a:after, .contact-form .container .inner .message-response .button:hover a:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.trial-form-row .container .inner .message-response p, .contact-form .container .inner .message-response p {
font-size: 21px;
line-height: 28px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 16px !important;
line-height: 24px !important;
color: white;
}
@media screen and (max-width: 1350px) {
.trial-form-row .container .inner .message-response p, .contact-form .container .inner .message-response p {
font-size: 17.5px;
line-height: 25.4545454545px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .container .inner .message-response p, .contact-form .container .inner .message-response p {
font-size: 15px;
line-height: 23.3333333333px;
}
}
.trial-form-row .container .inner .message-response p a, .contact-form .container .inner .message-response p a {
color: white;
font-size: 21px;
line-height: 28px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 16px !important;
line-height: 24px !important;
text-decoration: underline;
}
@media screen and (max-width: 1350px) {
.trial-form-row .container .inner .message-response p a, .contact-form .container .inner .message-response p a {
font-size: 17.5px;
line-height: 25.4545454545px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .container .inner .message-response p a, .contact-form .container .inner .message-response p a {
font-size: 15px;
line-height: 23.3333333333px;
}
}
.trial-form-row .container .inner .message-response .info p, .contact-form .container .inner .message-response .info p {
font-size: 21px;
line-height: 28px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 16px !important;
line-height: 30px !important;
color: white;
}
@media screen and (max-width: 1350px) {
.trial-form-row .container .inner .message-response .info p, .contact-form .container .inner .message-response .info p {
font-size: 17.5px;
line-height: 25.4545454545px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .container .inner .message-response .info p, .contact-form .container .inner .message-response .info p {
font-size: 15px;
line-height: 23.3333333333px;
}
}
.trial-form-row .container .inner .message-response .info p strong, .contact-form .container .inner .message-response .info p strong {
color: #b2bac2;
display: inline-block;
width: 140px;
}
.trial-form-row .container .inner .message-response .info p span, .contact-form .container .inner .message-response .info p span {
display: block;
margin-bottom: 20px;
color: white;
font-size: 16px !important;
line-height: 30px !important;
}
.trial-form-row .container .inner .message-response .info p span a, .contact-form .container .inner .message-response .info p span a {
color: white;
font-size: 16px !important;
line-height: 30px !important;
}
.trial-form-row .container .inner .message-response .info p span strong, .contact-form .container .inner .message-response .info p span strong {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratsemibold", sans-serif;
color: #b2bac2;
font-size: 17px !important;
line-height: 30px !important;
}
@media screen and (max-width: 1350px) {
.trial-form-row .container .inner .message-response .info p span strong, .contact-form .container .inner .message-response .info p span strong {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .container .inner .message-response .info p span strong, .contact-form .container .inner .message-response .info p span strong {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.trial-form-row .form .charCheck, .contact-form .form .charCheck {
display: none;
color: white;
margin-left: 20px;
margin-bottom: 5px;
font-size: 15px !important;
line-height: 22px !important;
border-bottom: 2px solid #ff1e00;
}
.trial-form-row .form .in-use, .contact-form .form .in-use {
background-color: rgba(64, 84, 104, 0.3);
padding: 18px 20px;
margin-bottom: 20px;
}
.trial-form-row .form .in-use p, .contact-form .form .in-use p {
font-size: 21px;
line-height: 28px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px !important;
line-height: 22px !important;
color: white;
margin: 0;
}
@media screen and (max-width: 1350px) {
.trial-form-row .form .in-use p, .contact-form .form .in-use p {
font-size: 17.5px;
line-height: 25.4545454545px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .form .in-use p, .contact-form .form .in-use p {
font-size: 15px;
line-height: 23.3333333333px;
}
}
.trial-form-row .form .in-use ul, .contact-form .form .in-use ul {
list-style: none;
padding-left: 25px;
}
.trial-form-row .form .in-use li, .contact-form .form .in-use li {
font-size: 21px;
line-height: 32px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 16px !important;
line-height: 28px !important;
color: white;
margin-bottom: 5px;
cursor: pointer;
}
@media screen and (max-width: 1350px) {
.trial-form-row .form .in-use li, .contact-form .form .in-use li {
font-size: 17.5px;
line-height: 29.0909090909px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .form .in-use li, .contact-form .form .in-use li {
font-size: 15px;
line-height: 26.6666666667px;
}
}
.trial-form-row .form .in-use li:before, .contact-form .form .in-use li:before {
content: "•";
display: inline-block;
margin-right: 15px;
font-size: 28px !important;
line-height: 16px !important;
color: white;
}
.trial-form-row .form .in-use li a, .trial-form-row .form .in-use li span, .contact-form .form .in-use li a, .contact-form .form .in-use li span {
font-size: 21px;
line-height: 32px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 16px !important;
line-height: 28px !important;
border-bottom: dashed 1px white;
color: white;
}
@media screen and (max-width: 1350px) {
.trial-form-row .form .in-use li a, .trial-form-row .form .in-use li span, .contact-form .form .in-use li a, .contact-form .form .in-use li span {
font-size: 17.5px;
line-height: 29.0909090909px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .form .in-use li a, .trial-form-row .form .in-use li span, .contact-form .form .in-use li a, .contact-form .form .in-use li span {
font-size: 15px;
line-height: 26.6666666667px;
}
}
.trial-form-row .form .form-element, .contact-form .form .form-element {
margin-bottom: 15px;
}
.trial-form-row .form .form-element.legal, .contact-form .form .form-element.legal {
margin-top: 45px;
}
.trial-form-row .form .form-element.trial-packages, .contact-form .form .form-element.trial-packages {
margin-top: 55px;
border-bottom: solid 1px #b2bac2;
text-align: center;
}
.trial-form-row .form .form-element.trial-packages p, .contact-form .form .form-element.trial-packages p {
color: white;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px !important;
line-height: 22px !important;
}
@media screen and (max-width: 1350px) {
.trial-form-row .form .form-element.trial-packages p, .contact-form .form .form-element.trial-packages p {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .form .form-element.trial-packages p, .contact-form .form .form-element.trial-packages p {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.trial-form-row .form .form-element.trial-packages .link, .contact-form .form .form-element.trial-packages .link {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: #b2bac2;
transition: color 0.2s;
font-size: 14px !important;
line-height: 18px !important;
position: relative;
display: inline-block;
margin: 0 0 40px;
cursor: pointer;
text-align: center;
}
@media screen and (max-width: 1350px) {
.trial-form-row .form .form-element.trial-packages .link, .contact-form .form .form-element.trial-packages .link {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .form .form-element.trial-packages .link, .contact-form .form .form-element.trial-packages .link {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.trial-form-row .form .form-element.trial-packages .link:after, .contact-form .form .form-element.trial-packages .link:after {
position: absolute;
width: 100%;
height: 1px;
background-color: #b2bac2;
transition: background 0.2s;
content: "";
bottom: -2px;
right: 0;
}
.trial-form-row .form .form-element.trial-packages .link:hover, .contact-form .form .form-element.trial-packages .link:hover {
color: white;
}
.trial-form-row .form .form-element.trial-packages .link:hover:after, .contact-form .form .form-element.trial-packages .link:hover:after {
background-color: white;
}
.trial-form-row .form .form-element.trial-packages .packages-wrapper, .contact-form .form .form-element.trial-packages .packages-wrapper {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.trial-form-row .form .form-element.trial-packages .packages-wrapper label, .contact-form .form .form-element.trial-packages .packages-wrapper label {
position: relative;
background-color: rgba(64, 84, 104, 0.3);
padding: 20px;
width: calc(50% - 10px);
text-align: center;
cursor: pointer;
margin-bottom: 20px;
}
.trial-form-row .form .form-element.trial-packages .packages-wrapper label input, .contact-form .form .form-element.trial-packages .packages-wrapper label input {
padding: 0;
margin: 20px auto 0;
border: none !important;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background: url("/img/rentman-sprite.svg?v=4") -615px -92px no-repeat;
background-size: 640px 215px;
width: 20px;
height: 20px;
}
.trial-form-row .form .form-element.trial-packages .packages-wrapper label input:checked, .contact-form .form .form-element.trial-packages .packages-wrapper label input:checked {
background-position: -595px -92px;
}
.trial-form-row .form .form-element.trial-packages .packages-wrapper label .title, .contact-form .form .form-element.trial-packages .packages-wrapper label .title {
display: block;
font-size: 26px;
line-height: 30px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 24px;
line-height: 32px;
color: white;
}
@media screen and (max-width: 1350px) {
.trial-form-row .form .form-element.trial-packages .packages-wrapper label .title, .contact-form .form .form-element.trial-packages .packages-wrapper label .title {
font-size: 21.6666666667px;
line-height: 27.2727272727px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .form .form-element.trial-packages .packages-wrapper label .title, .contact-form .form .form-element.trial-packages .packages-wrapper label .title {
font-size: 18.5714285714px;
line-height: 25px;
}
}
.trial-form-row .form .form-element.trial-packages .packages-wrapper label .tooltip, .contact-form .form .form-element.trial-packages .packages-wrapper label .tooltip {
background-color: white;
border-radius: 6px;
padding: 10px;
position: absolute;
top: -130px;
left: calc(50% - 125px);
font-size: 14px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 13px !important;
line-height: 18px !important;
color: #405468;
width: 250px;
height: 120px;
z-index: 1;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
-webkit-transform: translate3d(0, 10px, 0);
-moz-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
-o-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
opacity: 0;
pointer-events: none;
}
@media screen and (max-width: 1350px) {
.trial-form-row .form .form-element.trial-packages .packages-wrapper label .tooltip, .contact-form .form .form-element.trial-packages .packages-wrapper label .tooltip {
font-size: 11.6666666667px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .form .form-element.trial-packages .packages-wrapper label .tooltip, .contact-form .form .form-element.trial-packages .packages-wrapper label .tooltip {
font-size: 10px;
line-height: 15px;
}
}
.trial-form-row .form .form-element.trial-packages .packages-wrapper label .tooltip:after, .contact-form .form .form-element.trial-packages .packages-wrapper label .tooltip:after {
content: "";
display: block;
width: 0;
height: 0;
border-top: 15px solid white;
border-bottom: 15px solid transparent;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
position: absolute;
left: calc(50% - 4px);
bottom: -30px;
}
.trial-form-row .form .form-element.trial-packages .packages-wrapper label:hover .tooltip, .contact-form .form .form-element.trial-packages .packages-wrapper label:hover .tooltip {
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
-ms-transform: translate3d(0, 0px, 0);
-o-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
opacity: 1;
pointer-events: all;
}
@media screen and (max-width: 500px) {
.trial-form-row .form .form-element.trial-packages .link, .contact-form .form .form-element.trial-packages .link {
text-align: left;
display: block;
text-decoration: underline;
}
.trial-form-row .form .form-element.trial-packages .link:after, .contact-form .form .form-element.trial-packages .link:after {
display: none;
}
.trial-form-row .form .form-element.trial-packages .packages-wrapper label, .contact-form .form .form-element.trial-packages .packages-wrapper label {
width: 100%;
}
}
.trial-form-row .form .form-element input, .trial-form-row .form .form-element textarea, .contact-form .form .form-element input, .contact-form .form .form-element textarea {
margin-top: 5px;
}
.trial-form-row .form .form-element.username .sub-text, .contact-form .form .form-element.username .sub-text {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px !important;
line-height: 22px !important;
color: white;
}
@media screen and (max-width: 1350px) {
.trial-form-row .form .form-element.username .sub-text, .contact-form .form .form-element.username .sub-text {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .form .form-element.username .sub-text, .contact-form .form .form-element.username .sub-text {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.trial-form-row .form .form-element.username .sub-text strong, .contact-form .form .form-element.username .sub-text strong {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 14px !important;
line-height: 22px !important;
}
@media screen and (max-width: 1350px) {
.trial-form-row .form .form-element.username .sub-text strong, .contact-form .form .form-element.username .sub-text strong {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .form .form-element.username .sub-text strong, .contact-form .form .form-element.username .sub-text strong {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.trial-form-row .form .form-element.username.alert input, .contact-form .form .form-element.username.alert input {
color: #ff1e00;
}
.trial-form-row .form .form-element.name .first_name, .trial-form-row .form .form-element.name .last_name, .contact-form .form .form-element.name .first_name, .contact-form .form .form-element.name .last_name {
display: inline-block;
width: calc(100% / 2 - 10px);
}
.trial-form-row .form .form-element.name .first_name, .contact-form .form .form-element.name .first_name {
margin-right: 14px;
}
.trial-form-row .form .form-element.voucher, .contact-form .form .form-element.voucher {
text-align: center;
height: 65px;
-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
transition: height 0.3s;
overflow: hidden;
}
.trial-form-row .form .form-element.voucher.show, .contact-form .form .form-element.voucher.show {
height: 145px;
}
.trial-form-row .form .form-element.voucher.show label, .trial-form-row .form .form-element.voucher.show input, .contact-form .form .form-element.voucher.show label, .contact-form .form .form-element.voucher.show input {
opacity: 1;
}
.trial-form-row .form .form-element.voucher.show .redeemVoucher:before, .contact-form .form .form-element.voucher.show .redeemVoucher:before {
background-position: -170px -35px;
opacity: 1;
}
.trial-form-row .form .form-element.voucher .redeemVoucher, .contact-form .form .form-element.voucher .redeemVoucher {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: #b2bac2;
font-size: 14px !important;
line-height: 18px !important;
position: relative;
display: inline-block;
margin: 40px 0 10px;
cursor: pointer;
}
@media screen and (max-width: 1350px) {
.trial-form-row .form .form-element.voucher .redeemVoucher, .contact-form .form .form-element.voucher .redeemVoucher {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .form .form-element.voucher .redeemVoucher, .contact-form .form .form-element.voucher .redeemVoucher {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.trial-form-row .form .form-element.voucher .redeemVoucher:before, .contact-form .form .form-element.voucher .redeemVoucher:before {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -140px -35px no-repeat;
background-size: 640px 215px;
width: 21px;
height: 11px;
display: inline-block;
-webkit-transition: background-position 0.3s;
-moz-transition: background-position 0.3s;
transition: background-position 0.3s;
margin-right: 6px;
opacity: 0.4;
}
.trial-form-row .form .form-element.voucher .redeemVoucher:after, .contact-form .form .form-element.voucher .redeemVoucher:after {
position: absolute;
width: calc(100% - 27px);
height: 1px;
background-color: #b2bac2;
content: "";
bottom: -2px;
right: 0;
}
.trial-form-row .form .form-element.voucher label, .trial-form-row .form .form-element.voucher input, .contact-form .form .form-element.voucher label, .contact-form .form .form-element.voucher input {
text-align: left;
opacity: 0;
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.trial-form-row .form .submit, .contact-form .form .submit {
background-color: #32e146;
border-radius: 5px;
width: 100%;
max-width: 320px;
margin: 50px auto 0;
padding: 21px 0;
position: relative;
cursor: pointer;
}
.trial-form-row .form .submit:hover, .contact-form .form .submit:hover {
background-color: #1ecc32;
}
.trial-form-row .form .submit:hover:before, .contact-form .form .submit:hover:before {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
.trial-form-row .form .submit:before, .contact-form .form .submit:before {
content: "";
position: absolute;
left: 45px;
top: calc(50% - 16px);
background: url("/img/rentman-sprite.svg?v=4") -140px 0 no-repeat;
background-size: 640px 215px;
width: 27px;
height: 32px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50%;
-moz-transform-origin: 50%;
-ms-transform-origin: 50%;
-o-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition: -webkit-transform 0.2s;
-moz-transition: -moz-transform 0.2s;
transition: transform 0.2s;
}
.trial-form-row .form .submit p, .contact-form .form .submit p {
text-align: center;
margin: 0;
color: white;
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px !important;
}
@media screen and (max-width: 1350px) {
.trial-form-row .form .submit p, .contact-form .form .submit p {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.trial-form-row .form .submit p, .contact-form .form .submit p {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.trial-form-row .form .submit input, .contact-form .form .submit input {
display: none;
}
@media screen and (max-width: 1300px) {
.trial-form-row .container .inner {
width: 70%;
margin: 0 15%;
}
}
@media screen and (max-width: 950px) {
.trial-form-row .container {
width: 80%;
}
}
@media screen and (max-width: 800px) {
.trial-form-row {
width: 100%;
}
.trial-form-row .container {
width: 100%;
}
.divide-row {
height: 40px;
margin-top: 0;
}
}
@media screen and (max-width: 600px) {
.trial-form-row {
width: 100%;
}
.trial-form-row .container .inner {
width: 80%;
margin: 0 10%;
}
.trial-form-row .container .inner .message-response .info p strong, .contact-form .container .inner .message-response .info p strong {
width: 100%;
margin-top: 15px;
}
}
@media screen and (max-width: 550px) {
.trial-form-row .container .inner .form .form-element.name .first_name, .trial-form-row .container .inner .form .form-element.name .last_name {
display: block;
width: 100%;
}
.trial-form-row .container .inner .form .form-element.name .first_name {
margin-bottom: 15px;
}
}
.contact-container .content-container {
padding: 0 0 60px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.contact-container .contact-form {
background-color: #7a8795;
width: 50%;
margin: 0;
padding: 60px 0 40px;
z-index: 5;
}
.contact-container .contact-form .inner {
width: calc(100% / 6 * 4);
margin: 0 auto;
}
.contact-container .contact-form .inner h3 {
font-size: 28px;
line-height: 33px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: white;
}
@media screen and (max-width: 1350px) {
.contact-container .contact-form .inner h3 {
font-size: 23.3333333333px;
line-height: 30px;
}
}
@media screen and (max-width: 800px) {
.contact-container .contact-form .inner h3 {
font-size: 20px;
line-height: 27.5px;
}
}
.contact-container .contact-form .inner .submit {
background-color: transparent;
border: 2px solid white;
max-width: 280px;
padding: 5px 0;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
margin-right: 0;
}
.contact-container .contact-form .inner .submit:before {
content: none;
}
.contact-container .contact-form .inner .submit:after {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
margin-left: 15px;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.contact-container .contact-form .inner .submit:hover {
background-color: white;
}
.contact-container .contact-form .inner .submit:hover p {
color: #7a8795;
}
.contact-container .contact-form .inner .submit:hover:after {
background: url("/img/rentman-sprite.svg?v=4") -104px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
}
.contact-container .contact-form .inner .submit p {
text-align: center;
margin: 0;
color: white;
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px !important;
display: inline-block;
}
@media screen and (max-width: 1350px) {
.contact-container .contact-form .inner .submit p {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.contact-container .contact-form .inner .submit p {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.contact-container .contact-form .form .form-element {
margin-bottom: 25px;
}
.contact-container .content {
margin-left: 8.3333333333%;
width: 37.5%;
padding: 0 0 20px;
}
.contact-container .content h1 {
font-size: 34px;
line-height: 40px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: #405468;
margin-bottom: 25px;
}
@media screen and (max-width: 1350px) {
.contact-container .content h1 {
font-size: 28.3333333333px;
line-height: 36.3636363636px;
}
}
@media screen and (max-width: 800px) {
.contact-container .content h1 {
font-size: 24.2857142857px;
line-height: 33.3333333333px;
}
}
.contact-container .content h2 {
font-size: 28px;
line-height: 34px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: #405468;
margin-bottom: 20px;
}
@media screen and (max-width: 1350px) {
.contact-container .content h2 {
font-size: 23.3333333333px;
line-height: 30.9090909091px;
}
}
@media screen and (max-width: 800px) {
.contact-container .content h2 {
font-size: 20px;
line-height: 28.3333333333px;
}
}
.contact-container .content p {
font-size: 20px;
line-height: 32px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 17px;
color: #7a8795;
line-height: 30px;
margin-bottom: 40px;
}
@media screen and (max-width: 1350px) {
.contact-container .content p {
font-size: 16.6666666667px;
line-height: 29.0909090909px;
}
}
@media screen and (max-width: 800px) {
.contact-container .content p {
font-size: 14.2857142857px;
line-height: 26.6666666667px;
}
}
.contact-container .content p strong {
color: #405468;
display: inline-block;
}
.contact-container .content .information {
padding-bottom: 40px;
border-bottom: 1px solid #f1f1f1;
}
.contact-container .content .information p {
margin: 0;
max-width: 425px;
}
.contact-container .content .information h5 {
font-size: 21px;
line-height: 32px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
color: #ff8100;
line-height: 30px;
}
@media screen and (max-width: 1350px) {
.contact-container .content .information h5 {
font-size: 17.5px;
line-height: 29.0909090909px;
}
}
@media screen and (max-width: 800px) {
.contact-container .content .information h5 {
font-size: 15px;
line-height: 26.6666666667px;
}
}
.contact-container .content .information .button {
margin-top: 25px;
background: #ff8100;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-radius: 4px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
width: 100%;
max-width: 350px;
font-size: 18px;
line-height: 21px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 16px;
color: white;
padding: 15px 25px;
}
@media screen and (max-width: 1350px) {
.contact-container .content .information .button {
font-size: 15px;
line-height: 19.0909090909px;
}
}
@media screen and (max-width: 800px) {
.contact-container .content .information .button {
font-size: 12.8571428571px;
line-height: 17.5px;
}
}
.contact-container .content .information .button:after {
content: "";
margin-left: 20px;
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.contact-container .content .information .button:hover {
background-color: #ff7400;
}
.contact-container .content .information .button:hover:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.contact-container .content .information .contact-support {
display: block;
margin-top: 18px;
width: 100%;
max-width: 350px;
padding: 15px 25px;
background-color: rgba(122, 135, 149, 0.07);
}
.contact-container .content .information .contact-support p {
font-size: 19px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 17px;
color: #7a8795;
}
@media screen and (max-width: 1350px) {
.contact-container .content .information .contact-support p {
font-size: 15.8333333333px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.contact-container .content .information .contact-support p {
font-size: 13.5714285714px;
line-height: 20px;
}
}
.contact-container .content .information .contact-support p a {
font-size: 19px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 17px;
color: #7a8795;
}
@media screen and (max-width: 1350px) {
.contact-container .content .information .contact-support p a {
font-size: 15.8333333333px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.contact-container .content .information .contact-support p a {
font-size: 13.5714285714px;
line-height: 20px;
}
}
.contact-container .content .information .contact-support p strong {
font-size: 20px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
}
@media screen and (max-width: 1350px) {
.contact-container .content .information .contact-support p strong {
font-size: 16.6666666667px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.contact-container .content .information .contact-support p strong {
font-size: 14.2857142857px;
line-height: 21.6666666667px;
}
}
.contact-container .content .business-info {
padding-top: 25px;
}
.contact-container .content .business-info h4 {
font-size: 20px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratsemibold", sans-serif;
font-size: 18px;
color: #405468;
margin: 0 0 18px;
}
@media screen and (max-width: 1350px) {
.contact-container .content .business-info h4 {
font-size: 16.6666666667px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.contact-container .content .business-info h4 {
font-size: 14.2857142857px;
line-height: 21.6666666667px;
}
}
.contact-container .content .business-info .offices {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.contact-container .content .business-info .offices .office {
width: calc(50% - 10px);
}
@media screen and (max-width: 400px) {
.contact-container .content .business-info .offices {
display: block;
}
.contact-container .content .business-info .offices .office {
width: 100%;
}
}
.contact-container .content .business-info p {
margin: 0 0 30px;
font-size: 18px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
}
@media screen and (max-width: 1350px) {
.contact-container .content .business-info p {
font-size: 15px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.contact-container .content .business-info p {
font-size: 12.8571428571px;
line-height: 18.3333333333px;
}
}
.contact-container .content .business-info p strong {
font-size: 16px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 14px;
margin-bottom: 5px;
}
@media screen and (max-width: 1350px) {
.contact-container .content .business-info p strong {
font-size: 13.3333333333px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.contact-container .content .business-info p strong {
font-size: 11.4285714286px;
line-height: 18.3333333333px;
}
}
.contact-container .content .business-info p a {
font-size: 18px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
color: #7a8795;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (max-width: 1350px) {
.contact-container .content .business-info p a {
font-size: 15px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.contact-container .content .business-info p a {
font-size: 12.8571428571px;
line-height: 18.3333333333px;
}
}
.contact-container .content .business-info p a:hover {
color: #ff8100;
}
.contact-container .content .business-info p span {
font-size: 15px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 15px;
color: #7a8795;
display: inline-block;
width: 85px;
}
@media screen and (max-width: 1350px) {
.contact-container .content .business-info p span {
font-size: 12.5px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.contact-container .content .business-info p span {
font-size: 10.7142857143px;
line-height: 18.3333333333px;
}
}
.contact-container .thanks.inactive {
display: none;
}
.contact-container .thanks h2 {
margin-top: 40px;
font-size: 32px;
line-height: 38px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
color: white;
}
@media screen and (max-width: 1350px) {
.contact-container .thanks h2 {
font-size: 26.6666666667px;
line-height: 34.5454545455px;
}
}
@media screen and (max-width: 800px) {
.contact-container .thanks h2 {
font-size: 22.8571428571px;
line-height: 31.6666666667px;
}
}
.contact-container .thanks p {
font-size: 18px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: white;
}
@media screen and (max-width: 1350px) {
.contact-container .thanks p {
font-size: 15px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.contact-container .thanks p {
font-size: 12.8571428571px;
line-height: 21.6666666667px;
}
}
@media screen and (max-width: 1300px) {
.contact-container .contact-form .inner {
width: calc(100% / 6 * 5);
}
}
@media screen and (max-width: 1050px) {
.contact-form .form .form-element.name .first_name, .contact-form .form .form-element.name .last_name {
width: 100%;
}
.contact-form .form .form-element.name .last_name {
margin-top: 10px;
}
}
@media screen and (max-width: 900px) {
.contact-container .content-container {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.contact-container .content {
width: 66.6666666667%;
margin-left: 0;
}
.contact-container .contact-form {
width: 83.3333333333%;
}
.contact-form .form .form-element.name .first_name, .contact-form .form .form-element.name .last_name {
width: calc(100% / 2 - 10px);
}
.contact-form .form .form-element.name .last_name {
margin-top: 0px;
}
}
@media screen and (max-width: 800px) {
.contact-container .contact-form .form-element {
margin-bottom: 30px;
}
.contact-container .contact-form .form-element.text-area {
display: block;
}
.contact-container .contact-form .form-element.select-element {
display: block;
}
.contact-container .contact-form .form-element.select-element select {
width: 100%;
}
.contact-container .contact-form .form-element.select-element .selectric-wrapper {
width: 100%;
display: block;
}
.contact-container .contact-form .form-element label {
display: block;
width: 100%;
padding-left: 20px;
}
.contact-container .contact-form .form-element input, .contact-container .contact-form .form-element textarea {
width: 100%;
margin-left: 0;
}
}
@media screen and (max-width: 650px) {
.contact-container .content-container {
width: 100%;
}
.contact-container .content {
width: 83.3333333333%;
}
.contact-container .contact-form {
margin-bottom: 0;
width: 100%;
}
}
@media screen and (max-width: 550px) {
.contact-container .contact-form {
width: 100%;
}
}
@media screen and (max-width: 480px) {
.contact-form .form .form-element.name .first_name, .contact-form .form .form-element.name .last_name {
width: 100%;
}
.contact-form .form .form-element.name .last_name {
margin-top: 10px;
}
}
.trial-footer-row {
background-image: url("/img/stars_background.jpg");
background-size: cover;
background-position: 50% 50%;
}
.trial-footer-row .try-row {
padding: 100px 0 60px;
}
.trial-footer-row .try-row .icon {
background: url("/img/rentman-sprite.svg?v=4") 0 0 no-repeat;
background-size: 640px 215px;
width: 67px;
height: 31px;
display: block;
margin: auto;
}
.trial-footer-row .try-row h3 {
font-size: 28px;
line-height: 45px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
color: white;
text-align: center;
margin: 45px auto;
}
@media screen and (max-width: 1350px) {
.trial-footer-row .try-row h3 {
font-size: 23.3333333333px;
line-height: 40.9090909091px;
}
}
@media screen and (max-width: 800px) {
.trial-footer-row .try-row h3 {
font-size: 20px;
line-height: 37.5px;
}
}
@media screen and (max-width: 450px) {
.trial-footer-row .try-row h3 {
font-size: 21px;
line-height: 32px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
}
}
@media screen and (max-width: 450px) and (max-width: 1350px) {
.trial-footer-row .try-row h3 {
font-size: 17.5px;
line-height: 29.0909090909px;
}
}
@media screen and (max-width: 450px) and (max-width: 800px) {
.trial-footer-row .try-row h3 {
font-size: 15px;
line-height: 26.6666666667px;
}
}
.trial-footer-row .try-row .footerForm {
text-align: center;
}
.trial-footer-row .try-row .footerForm .input {
background-color: #405468;
-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
border-radius: 5px;
display: inline-block;
width: 90%;
max-width: 360px;
min-width: 290px;
height: 50px;
position: relative;
}
.trial-footer-row .try-row .footerForm .input input {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background-color: transparent !important;
width: calc(100% - 105px);
padding: 0 10px 0 20px;
display: block;
border: none;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px !important;
line-height: 50px !important;
height: 50px;
color: white;
}
@media screen and (max-width: 1350px) {
.trial-footer-row .try-row .footerForm .input input {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.trial-footer-row .try-row .footerForm .input input {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.trial-footer-row .try-row .footerForm .input input::-webkit-input-placeholder {
color: white;
}
.trial-footer-row .try-row .footerForm .input input::-moz-placeholder {
color: white;
}
.trial-footer-row .try-row .footerForm .input input:-moz-placeholder {
color: white;
}
.trial-footer-row .try-row .footerForm .input input:-ms-input-placeholder {
color: white;
}
.trial-footer-row .try-row .footerForm .input input:-webkit-autofill, .trial-footer-row .try-row .footerForm .input input:-webkit-autofill:hover, .trial-footer-row .try-row .footerForm .input input:-webkit-autofill:focus, .trial-footer-row .try-row .footerForm .input input:-webkit-autofill:active {
-webkit-transition: 9999s background-color;
-moz-transition: 9999s background-color;
transition: 9999s background-color;
border-radius: 5px;
-webkit-text-fill-color: white;
-webkit-transition-delay: 9999s;
-moz-transition-delay: 9999s;
transition-delay: 9999s;
}
.trial-footer-row .try-row .footerForm .input input:focus {
box-shadow: none;
border: none;
border-radius: 0;
outline: none;
}
.trial-footer-row .try-row .footerForm .input input::-ms-input-placeholder {
color: white;
}
.trial-footer-row .try-row .footerForm .input input[type=submit] {
display: none;
}
.trial-footer-row .try-row .footerForm .input .submit {
background-color: #ff8100;
width: 100px;
height: 100%;
position: absolute;
padding: 0;
right: 0;
text-align: center;
top: 0;
cursor: pointer;
border-radius: 0 5px 5px 0;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.trial-footer-row .try-row .footerForm .input .submit p {
color: white;
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 14px !important;
line-height: 50px !important;
margin: 0;
}
@media screen and (max-width: 1350px) {
.trial-footer-row .try-row .footerForm .input .submit p {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.trial-footer-row .try-row .footerForm .input .submit p {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.trial-footer-row .try-row .footerForm .input .submit p:after {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
margin-left: 10px;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.trial-footer-row .try-row .footerForm .input .submit:hover {
background-color: #ff7400;
}
.trial-footer-row .try-row .footerForm .input .submit:hover p:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
footer {
padding: 60px 0 40px;
}
footer .menu {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
width: 100%;
max-width: 1000px;
margin: 0 auto 60px;
}
footer .menu p {
margin: 0 0 10px;
color: #384b5b;
text-transform: uppercase;
font-size: 16px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratsemibold", sans-serif;
font-size: 14px !important;
line-height: 16px !important;
opacity: 0.7;
}
@media screen and (max-width: 1350px) {
footer .menu p {
font-size: 13.3333333333px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
footer .menu p {
font-size: 11.4285714286px;
line-height: 15px;
}
}
footer .menu ul {
list-style: none;
padding-left: 0;
display: inline-block;
margin: 0;
}
footer .menu ul li {
margin-bottom: 5px;
font-size: 18px;
line-height: 20px !important;
}
footer .menu ul li a {
display: inline-block;
padding-bottom: 5px;
font-size: 18px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 16px;
color: #7a8795;
transition: color 0.2s;
}
@media screen and (max-width: 1350px) {
footer .menu ul li a {
font-size: 15px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
footer .menu ul li a {
font-size: 12.8571428571px;
line-height: 15px;
}
}
footer .menu ul li a:hover {
color: #384b5b;
}
@media screen and (max-width: 1350px) {
footer .menu ul li a {
font-size: 15px !important;
line-height: 15px !important;
}
}
footer .menu ul li.active a {
border-bottom: 2px solid #ff8100;
}
footer .rights p {
text-align: center;
margin: 0;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px !important;
line-height: 18px !important;
color: rgba(122, 135, 149, 0.6);
}
footer .rights p strong {
display: block;
font-size: 16px !important;
margin-bottom: 15px;
}
@media screen and (max-width: 1350px) {
footer .rights p {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
footer .rights p {
font-size: 12.8571428571px;
line-height: 24px;
}
}
footer .rights p span {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px !important;
line-height: 18px !important;
color: rgba(122, 135, 149, 0.6);
white-space: nowrap;
display: inline-block;
}
@media screen and (max-width: 1350px) {
footer .rights p span {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
footer .rights p span {
font-size: 12.8571428571px;
line-height: 24px;
}
}
footer .rights p a {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px !important;
line-height: 18px !important;
color: rgba(122, 135, 149, 0.6);
text-decoration: underline;
transition: color 0.3s;
}
@media screen and (max-width: 1350px) {
footer .rights p a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
footer .rights p a {
font-size: 12.8571428571px;
line-height: 24px;
}
}
footer .rights p a:hover {
color: #7a8795;
}
footer .rights .komma {
display: block;
width: 170px;
margin: 20px auto 0;
}
footer .rights .komma a {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
text-decoration: none;
}
footer .rights .komma a:before {
content: "";
position: relative;
display: inline-block;
background: url("/img/rentman-sprite.svg?v=4") -595px -112px no-repeat;
background-size: 640px 215px;
width: 22px;
height: 20px;
opacity: 0.6;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 1s;
-moz-transition: all 1s;
transition: all 1s;
}
footer .rights .komma a:hover:before {
opacity: 1;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
@media screen and (max-width: 840px) {
footer .rights p, footer .rights p a, footer .rights p span {
font-size: 12px !important;
}
footer .rights .komma {
width: 150px;
}
}
@media screen and (max-width: 750px) {
footer .menu {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
max-width: 500px;
width: 95%;
margin-bottom: 10px;
}
footer .menu .wrapper {
width: 50%;
margin-bottom: 40px;
}
}
@media screen and (max-width: 480px) {
footer .menu .wrapper {
width: 100%;
text-align: center;
}
}
.pagination ul li {
display: inline-block;
float: left;
margin: 0 20px;
}
.pagination ul li a {
color: #ff8100;
}
.pagination-container {
padding: 50px 0 50px;
}
.pagination-container .content-container {
width: 100%;
}
.pagination-container .pagination-custom {
list-style: none;
padding: 0;
margin-bottom: 0;
margin-top: 0;
text-align: center;
z-index: 10;
}
.pagination-container .pagination-custom li {
display: inline-block;
margin: 0 15px;
color: #b2bac2;
}
.pagination-container .pagination-custom li a {
color: #b2bac2;
}
.pagination-container .pagination-custom li a p {
display: inline-block;
margin: 0;
}
.pagination-container .pagination-custom li.active span {
color: #ff8100;
}
.pagination-container .pagination-custom li.disabled {
visibility: hidden;
}
.pagination-container .pagination-custom li:first-of-type span, .pagination-container .pagination-custom li:last-of-type span {
background: url("/img/rentman-sprite.svg?v=4") -90px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.pagination-container .pagination-custom li:first-of-type a p, .pagination-container .pagination-custom li:last-of-type a p {
color: #ff8100;
letter-spacing: 0.5px;
}
.pagination-container .pagination-custom li:first-of-type {
margin-left: 0;
float: left;
}
.pagination-container .pagination-custom li:first-of-type span {
margin-right: 15px;
-webkit-transform: translate3d(0, 0, 0) rotate(180deg);
-moz-transform: translate3d(0, 0, 0) rotate(180deg);
-ms-transform: translate3d(0, 0, 0) rotate(180deg);
-o-transform: translate3d(0, 0, 0) rotate(180deg);
transform: translate3d(0, 0, 0) rotate(180deg);
}
.pagination-container .pagination-custom li:first-of-type:hover span {
-webkit-transform: translate3d(-5px, 0, 0) rotate(180deg);
-moz-transform: translate3d(-5px, 0, 0) rotate(180deg);
-ms-transform: translate3d(-5px, 0, 0) rotate(180deg);
-o-transform: translate3d(-5px, 0, 0) rotate(180deg);
transform: translate3d(-5px, 0, 0) rotate(180deg);
}
.pagination-container .pagination-custom li:last-of-type {
margin-right: 0;
float: right;
}
.pagination-container .pagination-custom li:last-of-type span {
margin-left: 15px;
-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
-moz-transform: translate3d(0, 0, 0) rotate(0deg);
-ms-transform: translate3d(0, 0, 0) rotate(0deg);
-o-transform: translate3d(0, 0, 0) rotate(0deg);
transform: translate3d(0, 0, 0) rotate(0deg);
}
.pagination-container .pagination-custom li:last-of-type:hover span {
-webkit-transform: translate3d(5px, 0, 0) rotate(0deg);
-moz-transform: translate3d(5px, 0, 0) rotate(0deg);
-ms-transform: translate3d(5px, 0, 0) rotate(0deg);
-o-transform: translate3d(5px, 0, 0) rotate(0deg);
transform: translate3d(5px, 0, 0) rotate(0deg);
}
.project-list-item {
width: 100%;
padding: 10px;
border: solid 1px black;
}
.project-list-item .image-box {
width: 100%;
height: 200px;
overflow: hidden;
}
.project-list-item .image-box img {
width: 100%;
}
.error-header {
position: relative;
}
body > .error {
margin-top: 200px;
padding: 100px 0;
background: url("/img/stars_background.jpg");
background-size: cover;
position: relative;
}
body > .error:before {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -406px -108px no-repeat;
background-size: 640px 215px;
width: 61px;
height: 61px;
display: inline-block;
position: absolute;
left: calc(50% - 20px);
top: -130px;
}
body > .error .box {
display: block;
min-width: 300px;
width: 100%;
max-width: 800px;
margin: auto;
text-align: center;
}
body > .error .box h1 {
margin: auto;
font-size: 68px;
line-height: 72px;
padding: 0 40px;
color: white;
font-family: "Lato", sans-serif;
font-weight: 100;
}
body > .error .box h1.number {
font-weight: 400;
line-height: 100px;
}
body > .error .box .return-home {
display: inline-block;
margin: 80px 40px 0;
border: 2px solid #ff8100;
border-radius: 4px;
}
body > .error .box .return-home a {
font-size: 18px;
line-height: 24px;
display: inline-block;
padding: 13px 20px;
color: white;
font-weight: 400;
font-family: "Lato", sans-serif;
}
body > .error .box .return-home a:before {
content: "";
background-image: url("/img/prev.png");
width: 16px;
height: 16px;
margin-right: 20px;
-webkit-transition: margin-right 0.3s;
-moz-transition: margin-right 0.3s;
transition: margin-right 0.3s;
position: relative;
top: 2px;
display: inline-block;
}
body > .error .box .return-home:hover a:before {
margin-right: 30px;
}
@media screen and (max-width: 700px) {
body > .error .box h1 {
font-size: 45px;
line-height: 54px;
}
body > .error .box h1.number {
line-height: 80px;
}
}
.sky-background {
background-image: url("/img/cloud_background.jpg");
background-size: cover;
background-position: 50%;
padding: 160px 0 100px;
}
.sky-background .content-container h2, .sky-background .content-container h3 {
font-size: 21px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
height: 60px;
color: white;
}
@media screen and (max-width: 1350px) {
.sky-background .content-container h2, .sky-background .content-container h3 {
font-size: 17.5px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.sky-background .content-container h2, .sky-background .content-container h3 {
font-size: 15px;
line-height: 21.6666666667px;
}
}
.sky-background .content-container p, .sky-background .content-container em, .sky-background .content-container li {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
color: #b2bac2;
}
@media screen and (max-width: 1350px) {
.sky-background .content-container p, .sky-background .content-container em, .sky-background .content-container li {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.sky-background .content-container p, .sky-background .content-container em, .sky-background .content-container li {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.sky-background .content-container p strong, .sky-background .content-container em strong, .sky-background .content-container li strong {
color: white;
}
.sky-background.two-text-content .content-container {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.sky-background.two-text-content .right-text, .sky-background.two-text-content .left-text {
display: inline-block;
width: 33.3333333333%;
padding: 0 4.1666666667%;
}
.sky-background.two-text-content .right-text.no-title, .sky-background.two-text-content .left-text.no-title {
padding-top: 60px;
}
.sky-background.home-sky {
padding-top: 150px;
}
.sky-background.three-columns .content-container {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
padding: 0 8.3333333333%;
}
.sky-background.three-columns .icon-column {
display: inline-block;
width: 25%;
text-align: center;
}
.sky-background.three-columns .icon-column .icon {
text-align: center;
margin-bottom: 30px;
height: 55px;
}
.sky-background.three-columns .icon-column.home_administration .icon:before {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -210px -155px no-repeat;
background-size: 640px 215px;
width: 80px;
height: 55px;
display: inline-block;
}
.sky-background.three-columns .icon-column.home_information .icon:before {
content: "";
margin-top: 8px;
background: url("/img/rentman-sprite.svg?v=4") -374px 0px no-repeat;
background-size: 640px 215px;
width: 67px;
height: 41px;
display: inline-block;
}
.sky-background.three-columns .icon-column.home_communication .icon:before {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -524px -80px no-repeat;
background-size: 640px 215px;
width: 64px;
height: 44px;
display: inline-block;
margin-top: 4px;
}
.sky-background.two-columns {
padding: 180px 0 130px;
}
.sky-background.two-columns .content-container {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
padding: 0;
max-width: 960px;
}
.sky-background.two-columns .icon-column {
display: inline-block;
width: 50%;
padding: 0 4%;
text-align: left;
}
.sky-background.two-columns .icon-column .icon {
display: none;
}
.sky-background.two-columns .icon-column h3 {
max-width: 300px;
}
.sky-background.full-text {
padding: 100px 0 260px;
text-align: center;
}
.sky-background.full-text h1 {
font-size: 32px;
line-height: 48px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 28px;
line-height: 32px;
color: white;
}
@media screen and (max-width: 1350px) {
.sky-background.full-text h1 {
font-size: 26.6666666667px;
line-height: 43.6363636364px;
}
}
@media screen and (max-width: 800px) {
.sky-background.full-text h1 {
font-size: 22.8571428571px;
line-height: 40px;
}
}
.sky-background.full-text p, .sky-background.full-text em, .sky-background.full-text li {
font-size: 20px;
line-height: 30px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 18px;
line-height: 28px;
max-width: 680px;
margin: auto;
}
@media screen and (max-width: 1350px) {
.sky-background.full-text p, .sky-background.full-text em, .sky-background.full-text li {
font-size: 16.6666666667px;
line-height: 27.2727272727px;
}
}
@media screen and (max-width: 800px) {
.sky-background.full-text p, .sky-background.full-text em, .sky-background.full-text li {
font-size: 14.2857142857px;
line-height: 25px;
}
}
.sky-background.full-text .currency-switch {
list-style: none;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
padding: 0;
text-align: center;
}
.sky-background.full-text .currency-switch li {
display: inline-block;
width: auto;
margin: 0 10px;
padding: 0 0 3px;
font-size: 15px !important;
line-height: 20px !important;
cursor: pointer;
border-bottom: 2px solid transparent;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s;
}
.sky-background.full-text .currency-switch li:hover {
color: white;
}
.sky-background.full-text .currency-switch li.active {
color: white;
font-weight: bold;
border-bottom: 2px solid white;
}
.sky-background.feature-intro {
padding-bottom: 125px;
}
.sky-background.feature-intro h1 {
position: relative;
display: inline-block;
margin-bottom: 35px;
}
.sky-background.feature-intro h1:before {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -35px -67px no-repeat;
background-size: 640px 215px;
width: 31px;
height: 28px;
display: inline-block;
position: absolute;
left: -50px;
top: 4px;
}
.sky-background.feature-intro p, .sky-background.feature-intro em, .sky-background.feature-intro li {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
}
@media screen and (max-width: 1350px) {
.sky-background.feature-intro p, .sky-background.feature-intro em, .sky-background.feature-intro li {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.sky-background.feature-intro p, .sky-background.feature-intro em, .sky-background.feature-intro li {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.orange-row {
padding: 70px 0;
background-color: #ff8100;
text-align: center;
position: relative;
}
.orange-row:before {
content: "";
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 40px;
background-image: url("/img/horizontal-shadow.png");
background-size: contain;
background-repeat: repeat-x;
}
.orange-row h1 {
color: white;
font-size: 34px;
line-height: 46px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
margin: 0 0 45px;
}
@media screen and (max-width: 1350px) {
.orange-row h1 {
font-size: 28.3333333333px;
line-height: 41.8181818182px;
}
}
@media screen and (max-width: 800px) {
.orange-row h1 {
font-size: 24.2857142857px;
line-height: 38.3333333333px;
}
}
.orange-row h2 {
color: white;
font-size: 30px;
line-height: 40px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
margin: 0 0 30px;
}
@media screen and (max-width: 1350px) {
.orange-row h2 {
font-size: 25px;
line-height: 36.3636363636px;
}
}
@media screen and (max-width: 800px) {
.orange-row h2 {
font-size: 21.4285714286px;
line-height: 33.3333333333px;
}
}
.orange-row p, .orange-row em, .orange-row li {
font-size: 28px;
line-height: 40px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 24px;
line-height: 36px;
margin: 0 0 40px;
color: white;
}
@media screen and (max-width: 1350px) {
.orange-row p, .orange-row em, .orange-row li {
font-size: 23.3333333333px;
line-height: 36.3636363636px;
}
}
@media screen and (max-width: 800px) {
.orange-row p, .orange-row em, .orange-row li {
font-size: 20px;
line-height: 33.3333333333px;
}
}
.orange-row .button {
border-radius: 4px;
border: 2px solid white;
display: inline-block;
}
.orange-row .button a {
display: block;
padding: 10px 20px 10px 35px;
font-size: 21px;
line-height: 25px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
color: white;
}
@media screen and (max-width: 1350px) {
.orange-row .button a {
font-size: 17.5px;
line-height: 22.7272727273px;
}
}
@media screen and (max-width: 800px) {
.orange-row .button a {
font-size: 15px;
line-height: 20.8333333333px;
}
}
.orange-row .button a:after {
content: "";
margin-left: 20px;
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.orange-row .button:hover a:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.orange-row.trial h1 {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.orange-row.trial h1:before {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -288px -75px no-repeat;
background-size: 640px 215px;
width: 56px;
height: 53px;
display: inline-block;
margin-right: 25px;
}
.data-security-row {
background-color: #f1f1f1;
padding: 50px 0 60px;
}
.data-security-row h3 {
font-size: 22px;
line-height: 36px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
color: #405468;
margin-bottom: 45px;
text-align: center;
}
@media screen and (max-width: 1350px) {
.data-security-row h3 {
font-size: 18.3333333333px;
line-height: 32.7272727273px;
}
}
@media screen and (max-width: 800px) {
.data-security-row h3 {
font-size: 15.7142857143px;
line-height: 30px;
}
}
.data-security-row .items {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.data-security-row .items .item {
width: 8.3333333333%;
min-width: 120px;
padding: 0 20px;
position: relative;
border-right: 2px solid #b2bac2;
}
.data-security-row .items .item:last-of-type {
border-right: none;
}
.data-security-row .items .item .image {
height: 80px;
width: 100%;
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
}
.data-security-row .items .item p {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
text-align: center;
color: #405468;
font-size: 15px !important;
line-height: 18px !important;
}
@media screen and (max-width: 1350px) {
.data-security-row .items .item p {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.data-security-row .items .item p {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.data-security-row .link {
text-align: center;
}
.data-security-row .link a {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
text-align: center;
color: #405468;
font-size: 16px !important;
line-height: 18px !important;
}
@media screen and (max-width: 1350px) {
.data-security-row .link a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.data-security-row .link a {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.data-security-row .link a .arrow {
margin-left: 10px;
background: url("/img/rentman-sprite.svg?v=4") -104px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: all 0.3s;
}
.data-security-row .link:hover a .arrow {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.video-row {
margin-top: -40px;
padding-bottom: 140px;
}
.video-row .video-block {
width: 95%;
max-width: 960px;
margin: auto;
}
.video-row .video-block .video-wrapper {
position: relative;
padding-bottom: 53.6%;
padding-top: 25px;
height: 0;
}
.video-row .video-block .video-wrapper iframe, .video-row .video-block .video-wrapper .video-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-row .video-block .video-wrapper .video-overlay {
z-index: 2;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
opacity: 1;
background-image: url("/img/videoOverlay/home-video-nl.jpg");
background-position: 50%;
background-size: cover;
cursor: pointer;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.video-row .video-block .video-wrapper .video-overlay .button {
width: 25%;
max-width: 150px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.video-row .video-block .video-wrapper .video-overlay .button img {
width: 100%;
}
.video-row .video-block .video-wrapper .video-overlay:hover .button {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
.video-row .video-block .video-wrapper .video-overlay.hide {
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
-webkit-transition-delay: 0.7s;
-moz-transition-delay: 0.7s;
transition-delay: 0.7s;
}
.video-row .video-block .video-wrapper .video-overlay.hide .button {
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
transition: all 0.8s;
-webkit-transform: scale(0.3);
-moz-transform: scale(0.3);
-ms-transform: scale(0.3);
-o-transform: scale(0.3);
transform: scale(0.3);
}
.video-row .line {
width: 98%;
max-width: 1200px;
margin: auto;
height: 1px;
background-color: #f1f1f1;
display: block;
}
.divide-row {
height: 60px;
width: 100%;
}
.divide-row.orange {
background-color: #ff8100;
}
.divide-row.negative-margin {
margin-top: -120px;
}
@media screen and (max-width: 1050px) {
.sky-background.home-sky {
padding-top: 90px;
}
.video-row {
padding-bottom: 80px;
}
}
@media screen and (max-width: 950px) {
.sky-background.three-columns .content-container {
display: block;
}
.sky-background.three-columns .content-container .icon-column {
width: 100%;
max-width: 600px;
margin-left: auto;
margin-right: auto;
padding-bottom: 40px;
border-bottom: 2px solid rgba(241, 241, 241, 0.1);
margin-bottom: 40px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.sky-background.three-columns .content-container .icon-column .icon {
width: 15%;
}
.sky-background.three-columns .content-container .icon-column .content {
width: 75%;
text-align: left;
}
.sky-background.three-columns .content-container .icon-column .content h3 {
height: auto;
}
.sky-background.three-columns .content-container .icon-column:last-of-type {
border-bottom: none;
margin-bottom: 0;
}
}
@media screen and (max-width: 900px) {
.sky-background.two-text-content .right-text, .sky-background.two-text-content .left-text {
width: 41.6666666667%;
}
}
@media screen and (max-width: 800px) {
.sky-background .content-container h2, .sky-background .content-container h3 {
font-size: 24px;
line-height: 28px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
}
}
@media screen and (max-width: 800px) and (max-width: 1350px) {
.sky-background .content-container h2, .sky-background .content-container h3 {
font-size: 20px;
line-height: 25.4545454545px;
}
}
@media screen and (max-width: 800px) and (max-width: 800px) {
.sky-background .content-container h2, .sky-background .content-container h3 {
font-size: 17.1428571429px;
line-height: 23.3333333333px;
}
}
@media screen and (max-width: 800px) {
.sky-background .content-container p {
font-size: 20px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
}
}
@media screen and (max-width: 800px) and (max-width: 1350px) {
.sky-background .content-container p {
font-size: 16.6666666667px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) and (max-width: 800px) {
.sky-background .content-container p {
font-size: 14.2857142857px;
line-height: 21.6666666667px;
}
}
@media screen and (max-width: 800px) {
.sky-background.two-text-content .right-text, .sky-background.two-text-content .left-text {
width: 50%;
}
}
@media screen and (max-width: 700px) {
.sky-background.three-columns .content-container {
padding: 0;
}
.sky-background.two-columns .content-container {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.sky-background.two-columns .icon-column {
width: 100%;
padding: 0 10%;
}
.sky-background.two-columns .icon-column:first-of-type {
margin-bottom: 60px;
}
.data-security-row .items .item {
width: 30%;
margin-bottom: 60px;
}
.data-security-row .items .item:nth-of-type(3) {
border-right: none;
}
}
@media screen and (max-width: 600px) {
.sky-background.two-text-content .content-container {
display: block;
}
.sky-background.two-text-content .right-text, .sky-background.two-text-content .left-text {
display: block;
margin: auto;
width: 83.3333333333%;
}
.sky-background.two-text-content .right-text.no-title, .sky-background.two-text-content .left-text.no-title {
padding-top: 30px;
}
}
@media screen and (max-width: 500px) {
.sky-background.three-columns .content-container .icon-column .icon {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
-o-transform: scale(0.7);
transform: scale(0.7);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
}
@media screen and (max-width: 420px) {
.sky-background.three-columns .content-container .icon-column .content {
padding: 0 10px;
}
.data-security-row .items .item {
width: 140px;
margin-bottom: 60px;
}
.data-security-row .items .item:nth-of-type(2), .data-security-row .items .item:nth-of-type(4) {
border-right: none;
}
.data-security-row .items .item:nth-of-type(3) {
border-right: 2px solid #b2bac2;
}
.orange-row h1 {
font-size: 28px;
line-height: 40px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
}
}
@media screen and (max-width: 420px) and (max-width: 1350px) {
.orange-row h1 {
font-size: 23.3333333333px;
line-height: 36.3636363636px;
}
}
@media screen and (max-width: 420px) and (max-width: 800px) {
.orange-row h1 {
font-size: 20px;
line-height: 33.3333333333px;
}
}
@media screen and (max-width: 420px) {
.orange-row h2 {
font-size: 24px;
line-height: 30px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
}
}
@media screen and (max-width: 420px) and (max-width: 1350px) {
.orange-row h2 {
font-size: 20px;
line-height: 27.2727272727px;
}
}
@media screen and (max-width: 420px) and (max-width: 800px) {
.orange-row h2 {
font-size: 17.1428571429px;
line-height: 25px;
}
}
@media screen and (max-width: 420px) {
.orange-row p {
font-size: 21px;
line-height: 32px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
}
}
@media screen and (max-width: 420px) and (max-width: 1350px) {
.orange-row p {
font-size: 17.5px;
line-height: 29.0909090909px;
}
}
@media screen and (max-width: 420px) and (max-width: 800px) {
.orange-row p {
font-size: 15px;
line-height: 26.6666666667px;
}
}
.home .intro-row {
padding-top: 80px;
}
.support_center .intro-row {
margin-bottom: 0;
}
.intro-row {
margin-bottom: -60px;
overflow: hidden;
}
.intro-row .content-container {
position: relative;
padding-bottom: 60px;
}
.intro-row .image-container {
position: absolute;
width: 66.6666666667%;
top: 0;
left: -8.3333333333%;
height: 100%;
}
.intro-row .image-container > span {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-size: cover;
background-position: 50%;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.intro-row .image-container > span.medium {
display: none;
}
.intro-row .image-container > span.large {
display: block;
}
.intro-row .image-container > span.active {
opacity: 1;
}
.intro-row .image-container .label.hide {
display: none;
}
.intro-row .image-container .label span {
position: absolute;
left: 0;
bottom: 0;
padding: 0 50px;
background-color: rgba(255, 129, 0, 0.85);
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
line-height: 60px !important;
font-size: 18px !important;
color: white;
display: none;
}
@media screen and (max-width: 1350px) {
.intro-row .image-container .label span {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.intro-row .image-container .label span {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.intro-row .image-container .label span.active {
display: block;
}
.intro-row .image-container .label .nav {
position: absolute;
background-image: url("/img/vertical_small_shadow.png");
background-position: right top;
background-repeat: repeat-y;
background-color: #384b5b;
height: 60px;
width: calc(100% / 8);
right: calc(100% / 8 * -1);
bottom: 0;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.intro-row .image-container .label .nav ul {
list-style: none;
padding: 0;
margin: 0;
display: inline-block;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.intro-row .image-container .label .nav ul li {
background: url("/img/rentman-sprite.svg?v=4") -105px -15px no-repeat;
background-size: 640px 215px;
width: 15px;
height: 15px;
display: block;
position: relative;
margin-right: 5px;
cursor: pointer;
}
.intro-row .image-container .label .nav ul li:last-of-type {
margin-right: 0;
}
.intro-row .image-container .label .nav ul li.active {
background: none;
}
.intro-row .image-container .label .nav ul li.active:before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
background: url("/img/rentman-sprite.svg?v=4") -90px -15px no-repeat;
background-size: 640px 215px;
width: 15px;
height: 15px;
}
.intro-row .content {
padding: 40px 4.1666666667% 80px 8.3333333333%;
margin-left: 58.3333333333%;
background-color: white;
}
.intro-row .content h1 {
font-size: 34px;
line-height: 40px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: #405468;
margin-bottom: 30px;
}
@media screen and (max-width: 1350px) {
.intro-row .content h1 {
font-size: 28.3333333333px;
line-height: 36.3636363636px;
}
}
@media screen and (max-width: 800px) {
.intro-row .content h1 {
font-size: 24.2857142857px;
line-height: 33.3333333333px;
}
}
.intro-row .content h2 {
font-size: 28px;
line-height: 34px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: #405468;
margin-bottom: 20px;
}
@media screen and (max-width: 1350px) {
.intro-row .content h2 {
font-size: 23.3333333333px;
line-height: 30.9090909091px;
}
}
@media screen and (max-width: 800px) {
.intro-row .content h2 {
font-size: 20px;
line-height: 28.3333333333px;
}
}
.intro-row .content p, .intro-row .content ul, .intro-row .content li, .intro-row .content em, .intro-row .content strong {
font-size: 21px;
line-height: 32px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 18px;
line-height: 30px;
color: #7a8795;
margin-bottom: 40px;
}
@media screen and (max-width: 1350px) {
.intro-row .content p, .intro-row .content ul, .intro-row .content li, .intro-row .content em, .intro-row .content strong {
font-size: 17.5px;
line-height: 29.0909090909px;
}
}
@media screen and (max-width: 800px) {
.intro-row .content p, .intro-row .content ul, .intro-row .content li, .intro-row .content em, .intro-row .content strong {
font-size: 15px;
line-height: 26.6666666667px;
}
}
.intro-row .content p strong, .intro-row .content ul strong, .intro-row .content li strong, .intro-row .content em strong, .intro-row .content strong strong {
font-size: 21px;
line-height: 32px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 30px;
}
@media screen and (max-width: 1350px) {
.intro-row .content p strong, .intro-row .content ul strong, .intro-row .content li strong, .intro-row .content em strong, .intro-row .content strong strong {
font-size: 17.5px;
line-height: 29.0909090909px;
}
}
@media screen and (max-width: 800px) {
.intro-row .content p strong, .intro-row .content ul strong, .intro-row .content li strong, .intro-row .content em strong, .intro-row .content strong strong {
font-size: 15px;
line-height: 26.6666666667px;
}
}
.intro-row .content p a, .intro-row .content ul a, .intro-row .content li a, .intro-row .content em a, .intro-row .content strong a {
font-size: 21px;
line-height: 32px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 30px;
color: #ff8100;
}
@media screen and (max-width: 1350px) {
.intro-row .content p a, .intro-row .content ul a, .intro-row .content li a, .intro-row .content em a, .intro-row .content strong a {
font-size: 17.5px;
line-height: 29.0909090909px;
}
}
@media screen and (max-width: 800px) {
.intro-row .content p a, .intro-row .content ul a, .intro-row .content li a, .intro-row .content em a, .intro-row .content strong a {
font-size: 15px;
line-height: 26.6666666667px;
}
}
.intro-row .content .button {
width: 100%;
max-width: 300px;
margin-top: 15px;
background: #ff8100;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-radius: 4px;
display: inline-block;
}
.intro-row .content .button a {
font-size: 21px;
line-height: 21px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
color: white;
padding: 15px 25px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
@media screen and (max-width: 1350px) {
.intro-row .content .button a {
font-size: 17.5px;
line-height: 19.0909090909px;
}
}
@media screen and (max-width: 800px) {
.intro-row .content .button a {
font-size: 15px;
line-height: 17.5px;
}
}
.intro-row .content .button a:after {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.intro-row .content .button:hover {
background-color: #ff7400;
}
.intro-row .content .button:hover a:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.intro-row .content .home-intro .trail-text {
font-size: 28px;
line-height: 38px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 24px;
line-height: 36px;
color: #7a8795;
margin-bottom: 8px;
}
@media screen and (max-width: 1350px) {
.intro-row .content .home-intro .trail-text {
font-size: 23.3333333333px;
line-height: 34.5454545455px;
}
}
@media screen and (max-width: 800px) {
.intro-row .content .home-intro .trail-text {
font-size: 20px;
line-height: 31.6666666667px;
}
}
.intro-row .content .home-intro .footerForm {
padding: 0;
text-align: center;
}
.intro-row .content .home-intro .footerForm .input {
border-radius: 5px;
border: 2px solid #b2bac2;
display: inline-block;
width: calc(100% - 4px);
min-width: 260px;
height: 50px;
position: relative;
}
.intro-row .content .home-intro .footerForm .input input {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background-color: transparent !important;
width: calc(100% - 105px);
padding: 0 10px 0 20px;
display: block;
border: none;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px !important;
line-height: 50px !important;
height: 50px;
color: #7a8795;
}
@media screen and (max-width: 1350px) {
.intro-row .content .home-intro .footerForm .input input {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.intro-row .content .home-intro .footerForm .input input {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.intro-row .content .home-intro .footerForm .input input:-webkit-autofill, .intro-row .content .home-intro .footerForm .input input:-webkit-autofill:hover, .intro-row .content .home-intro .footerForm .input input:-webkit-autofill:focus, .intro-row .content .home-intro .footerForm .input input:-webkit-autofill:active {
-webkit-transition: 9999s background-color;
-moz-transition: 9999s background-color;
transition: 9999s background-color;
border-radius: 5px;
-webkit-text-fill-color: #7a8795;
-webkit-transition-delay: 9999s;
-moz-transition-delay: 9999s;
transition-delay: 9999s;
}
.intro-row .content .home-intro .footerForm .input input:focus {
box-shadow: none;
border: none;
border-radius: 0;
outline: none;
}
.intro-row .content .home-intro .footerForm .input input[type=submit] {
display: none;
}
.intro-row .content .home-intro .footerForm .input .submit {
background-color: #ff8100;
width: 100px;
height: calc(100% + 4px);
position: absolute;
padding: 0;
right: -2px;
text-align: center;
top: -2px;
cursor: pointer;
border-radius: 0 5px 5px 0;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.intro-row .content .home-intro .footerForm .input .submit p {
color: white;
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 16px !important;
line-height: 50px !important;
margin: 0;
}
@media screen and (max-width: 1350px) {
.intro-row .content .home-intro .footerForm .input .submit p {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.intro-row .content .home-intro .footerForm .input .submit p {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.intro-row .content .home-intro .footerForm .input .submit p:after {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
margin-left: 10px;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.intro-row .content .home-intro .footerForm .input .submit:hover {
background-color: #ff7400;
}
.intro-row .content .home-intro .footerForm .input .submit:hover p:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.intro-row.image-right .image-container {
left: auto;
right: -8.3333333333%;
}
.intro-row.image-right .image-container .label .nav {
right: auto;
left: calc(100% / 8 * -1);
}
.intro-row.image-right .image-container .label span {
position: absolute;
right: 0;
left: auto;
}
.intro-row.image-right .content {
padding: 40px 8.3333333333% 80px 8.3333333333%;
width: 41.6666666667%;
margin-left: 0;
}
.intro-row.image-right .content.no-images {
width: 66.6666666667%;
}
.intro-row.customers .image-container {
z-index: 2;
}
.intro-row.customers .customers-icons {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.intro-row.customers .customers-icons p {
font-size: 22px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 20px;
color: #ff8100;
margin: 0 0 45px;
width: 50%;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
@media screen and (max-width: 1350px) {
.intro-row.customers .customers-icons p {
font-size: 18.3333333333px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.intro-row.customers .customers-icons p {
font-size: 15.7142857143px;
line-height: 18.3333333333px;
}
}
.intro-row.customers .customers-icons p span.placeholder {
width: 60px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
margin-right: 15px;
}
.intro-row.customers .customers-icons p span.icon {
display: inline-block;
}
.intro-row.customers .customers-icons p.audio span.icon {
background: url("/img/rentman-sprite.svg?v=4") -435px -45px no-repeat;
background-size: 640px 215px;
width: 35px;
height: 56px;
}
.intro-row.customers .customers-icons p.video span.icon {
background: url("/img/rentman-sprite.svg?v=4") -50px -155px no-repeat;
background-size: 640px 215px;
width: 49px;
height: 60px;
}
.intro-row.customers .customers-icons p.lighting span.icon {
background: url("/img/rentman-sprite.svg?v=4") -155px -155px no-repeat;
background-size: 640px 215px;
width: 53px;
height: 60px;
}
.intro-row.customers .customers-icons p.events span.icon {
background: url("/img/rentman-sprite.svg?v=4") -582px 0px no-repeat;
background-size: 640px 215px;
width: 58px;
height: 53px;
}
@media screen and (max-width: 1680px) {
.intro-row .content-container .image-container {
left: -4.1666666667%;
width: 62.5%;
}
.intro-row.image-right .content-container .image-container {
left: auto;
right: -4.1666666667%;
}
}
@media screen and (max-width: 1440px) {
.intro-row .content-container {
width: 100%;
}
.intro-row .content-container .image-container {
left: 0;
width: 58.3333333333%;
}
.intro-row.image-right .content-container {
width: 95%;
}
.intro-row.image-right .content-container .image-container {
right: -2.5%;
}
}
@media screen and (max-width: 1180px) {
.intro-row .content-container .content {
margin-left: 50%;
padding-top: 0;
padding-bottom: 40px;
}
.intro-row .content-container .image-container {
left: 0;
width: 50%;
}
.intro-row.image-right .content-container .content {
width: 50%;
margin-left: 0;
}
}
@media screen and (max-width: 1050px) {
.intro-row {
margin-bottom: 0;
}
.intro-row .content-container {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.intro-row .content-container .content {
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
box-ordinal-group: 1;
-webkit-order: 1;
-moz-order: 1;
order: 1;
-ms-flex-order: 1;
width: 100%;
margin-left: 0;
padding: 40px 16.6666666667% 80px;
}
.intro-row .content-container .image-container {
position: relative;
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
-webkit-order: 2;
-moz-order: 2;
order: 2;
-ms-flex-order: 2;
width: 100%;
height: 500px;
}
.intro-row .content-container .image-container .label span {
width: 100%;
text-align: center;
bottom: -60px;
}
.intro-row.image-right .content-container {
width: 100%;
}
.intro-row.image-right .content-container .image-container {
left: 0;
right: 0;
}
.intro-row.image-right .content-container .content {
width: 100%;
}
}
@media screen and (max-width: 740px) {
.home .intro-row {
padding-top: 20px;
}
}
@media screen and (max-width: 650px) {
.intro-row .content-container .image-container {
height: 400px;
}
}
@media screen and (min-width: 550px) {
.intro-row .content-container .image-container > span.medium {
display: none;
background-image: none !important;
}
.intro-row .content-container .image-container > span.large {
display: block;
}
}
@media screen and (max-width: 550px) {
.intro-row .content-container {
padding-bottom: 50px;
}
.intro-row .content-container .image-container {
height: 325px;
}
.intro-row .content-container .image-container .label span {
bottom: -50px;
line-height: 50px !important;
font-size: 16px !important;
}
.intro-row .content-container .image-container > span.medium {
display: block;
}
.intro-row .content-container .image-container > span.large {
display: none;
background-image: none !important;
}
.intro-row .content-container .content {
padding: 40px 8.3333333333% 80px;
}
}
@media screen and (max-width: 450px) {
.intro-row .content-container .image-container {
height: 275px;
}
.intro-row.customers .customers-icons {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.intro-row.customers .customers-icons p {
width: 100%;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.intro-row.customers .customers-icons p span.placeholder {
margin-left: -60px;
margin-right: 30px;
}
.intro-row.customers .customers-icons p.events {
margin-bottom: 0;
}
}
@media screen and (max-width: 400px) {
.intro-row .content-container .image-container {
height: 225px;
}
}
.home-features-row {
position: relative;
}
.home-features-row .background {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.home-features-row .background .gray {
background-color: #f5f5f5;
position: absolute;
width: 50%;
height: 100%;
left: 0;
top: 0;
}
.home-features-row .background .orange {
background-color: #ff8100;
position: absolute;
width: 50%;
height: calc(100% - 61px);
right: 0;
top: 0;
}
.home-features-row .content-container {
position: relative;
}
.home-features-row .content {
width: 33.3333333333%;
margin-left: 8.3333333333%;
display: inline-block;
padding: 80px 15px 100px 0px;
}
.home-features-row .content h3 {
font-size: 34px;
line-height: 36px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
color: #405468;
position: relative;
}
@media screen and (max-width: 1350px) {
.home-features-row .content h3 {
font-size: 28.3333333333px;
line-height: 32.7272727273px;
}
}
@media screen and (max-width: 800px) {
.home-features-row .content h3 {
font-size: 24.2857142857px;
line-height: 30px;
}
}
.home-features-row .content h3:before {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -35px -67px no-repeat;
background-size: 640px 215px;
width: 31px;
height: 28px;
display: inline-block;
position: absolute;
left: -50px;
top: 4px;
}
.home-features-row .content h4 {
font-size: 26px;
line-height: 36px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: #7a8795;
font-size: 24px;
}
@media screen and (max-width: 1350px) {
.home-features-row .content h4 {
font-size: 21.6666666667px;
line-height: 32.7272727273px;
}
}
@media screen and (max-width: 800px) {
.home-features-row .content h4 {
font-size: 18.5714285714px;
line-height: 30px;
}
}
.home-features-row .content h2 {
font-size: 24px;
line-height: 36px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: #7a8795;
font-size: 21px;
}
@media screen and (max-width: 1350px) {
.home-features-row .content h2 {
font-size: 20px;
line-height: 32.7272727273px;
}
}
@media screen and (max-width: 800px) {
.home-features-row .content h2 {
font-size: 17.1428571429px;
line-height: 30px;
}
}
.home-features-row .content p {
font-size: 21px;
line-height: 30px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 18px;
color: #405468;
width: 100%;
max-width: 300px;
}
@media screen and (max-width: 1350px) {
.home-features-row .content p {
font-size: 17.5px;
line-height: 27.2727272727px;
}
}
@media screen and (max-width: 800px) {
.home-features-row .content p {
font-size: 15px;
line-height: 25px;
}
}
.home-features-row .content .feature-button {
width: 100%;
max-width: 240px;
margin-top: 50px;
background: #ff8100;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-radius: 4px;
display: inline-block;
}
.home-features-row .content .feature-button a {
font-size: 21px;
line-height: 21px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
color: white;
padding: 15px 25px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
@media screen and (max-width: 1350px) {
.home-features-row .content .feature-button a {
font-size: 17.5px;
line-height: 19.0909090909px;
}
}
@media screen and (max-width: 800px) {
.home-features-row .content .feature-button a {
font-size: 15px;
line-height: 17.5px;
}
}
.home-features-row .content .feature-button a:after {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.home-features-row .content .feature-button:hover {
background-color: #ff7400;
}
.home-features-row .content .feature-button:hover a:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.home-features-row .features-block {
background-color: #ff8100;
position: absolute;
height: 100%;
top: 0;
left: 41.6666666667%;
width: calc(8.3333333333% * 6 - 8px);
padding: 0 0 0 4.1666666667%;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.home-features-row .features-block .vertical-shadow {
width: 40px;
height: 100%;
position: absolute;
left: 0;
top: 0;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
background-image: url("/img/vertical_small_shadow.png");
}
.home-features-row .features-block .feature-button {
width: 100%;
position: absolute;
bottom: 0;
right: 0;
max-width: 280px;
margin-top: 50px;
border-radius: 4px;
display: inline-block;
}
.home-features-row .features-block .feature-button:before {
pointer-events: none;
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url("/img/vertical_large_shadow.png");
background-position: left top;
background-repeat: repeat-y;
}
.home-features-row .features-block .feature-button a {
font-size: 21px;
line-height: 21px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
color: white;
padding: 5px 25px;
height: 60px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
background-color: rgba(234, 118, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (max-width: 1350px) {
.home-features-row .features-block .feature-button a {
font-size: 17.5px;
line-height: 19.0909090909px;
}
}
@media screen and (max-width: 800px) {
.home-features-row .features-block .feature-button a {
font-size: 15px;
line-height: 17.5px;
}
}
.home-features-row .features-block .feature-button a:after {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.home-features-row .features-block .feature-button:hover a {
background-color: rgba(234, 118, 0, 0.4);
}
.home-features-row .features-block .feature-button:hover a:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.home-features-row .features-block ul {
list-style: none;
padding: 0;
margin: 0;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
width: 100%;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.home-features-row .features-block ul li {
width: calc(100% / 11 * 5);
border-bottom: 1px solid rgba(241, 241, 241, 0.3);
}
.home-features-row .features-block ul li a {
font-size: 18px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 16px;
color: white;
height: 60px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
@media screen and (max-width: 1350px) {
.home-features-row .features-block ul li a {
font-size: 15px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.home-features-row .features-block ul li a {
font-size: 12.8571428571px;
line-height: 15px;
}
}
.home-features-row .features-block ul li a span {
display: inline-block;
width: 45px;
height: 45px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
text-align: center;
margin-right: 10px;
border-radius: 9999px;
background-color: transparent;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.home-features-row .features-block ul li a span:before {
display: inline-block;
content: "";
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.home-features-row .features-block ul li.project-management {
order: 1;
}
.home-features-row .features-block ul li.project-management a span:before {
background: url("/img/rentman-sprite.svg?v=4") -200px 0 no-repeat;
background-size: 640px 215px;
width: 43px;
height: 32px;
}
.home-features-row .features-block ul li.project-management:hover a span:before {
background: url("/img/rentman-sprite.svg?v=4") -245px 0 no-repeat;
background-size: 640px 215px;
width: 43px;
height: 32px;
}
.home-features-row .features-block ul li.transport-scheduling {
order: 3;
}
.home-features-row .features-block ul li.transport-scheduling a span:before {
background: url("/img/rentman-sprite.svg?v=4") -200px -35px no-repeat;
background-size: 640px 215px;
width: 38px;
height: 26px;
}
.home-features-row .features-block ul li.transport-scheduling:hover a span:before {
background: url("/img/rentman-sprite.svg?v=4") -245px -35px no-repeat;
background-size: 640px 215px;
width: 38px;
height: 26px;
}
.home-features-row .features-block ul li.quotation-invoicing {
order: 5;
}
.home-features-row .features-block ul li.quotation-invoicing a span:before {
background: url("/img/rentman-sprite.svg?v=4") -200px -65px no-repeat;
background-size: 640px 215px;
width: 23px;
height: 28px;
}
.home-features-row .features-block ul li.quotation-invoicing:hover a span:before {
background: url("/img/rentman-sprite.svg?v=4") -225px -65px no-repeat;
background-size: 640px 215px;
width: 23px;
height: 28px;
}
.home-features-row .features-block ul li.qr-code-tracking {
order: 7;
}
.home-features-row .features-block ul li.qr-code-tracking a span:before {
background: url("/img/rentman-sprite.svg?v=4") -200px -95px no-repeat;
background-size: 640px 215px;
width: 23px;
height: 22px;
}
.home-features-row .features-block ul li.qr-code-tracking:hover a span:before {
background: url("/img/rentman-sprite.svg?v=4") -225px -95px no-repeat;
background-size: 640px 215px;
width: 23px;
height: 22px;
}
.home-features-row .features-block ul li.dynamic-interface {
order: 2;
}
.home-features-row .features-block ul li.dynamic-interface a span:before {
background: url("/img/rentman-sprite.svg?v=4") -200px -120px no-repeat;
background-size: 640px 215px;
width: 37px;
height: 33px;
}
.home-features-row .features-block ul li.dynamic-interface:hover a span:before {
background: url("/img/rentman-sprite.svg?v=4") -240px -120px no-repeat;
background-size: 640px 215px;
width: 37px;
height: 33px;
}
.home-features-row .features-block ul li.freelancer-portal {
order: 4;
}
.home-features-row .features-block ul li.freelancer-portal a span:before {
background: url("/img/rentman-sprite.svg?v=4") -250px -65px no-repeat;
background-size: 640px 215px;
width: 13px;
height: 32px;
}
.home-features-row .features-block ul li.freelancer-portal:hover a span:before {
background: url("/img/rentman-sprite.svg?v=4") -265px -65px no-repeat;
background-size: 640px 215px;
width: 13px;
height: 32px;
}
.home-features-row .features-block ul li.warehouse-module {
order: 6;
}
.home-features-row .features-block ul li.warehouse-module a span:before {
background: url("/img/rentman-sprite.svg?v=4") -290px 0 no-repeat;
background-size: 640px 215px;
width: 37px;
height: 32px;
}
.home-features-row .features-block ul li.warehouse-module:hover a span:before {
background: url("/img/rentman-sprite.svg?v=4") -330px 0 no-repeat;
background-size: 640px 215px;
width: 37px;
height: 32px;
}
.home-features-row .features-block ul li.time-tracking {
order: 8;
}
.home-features-row .features-block ul li.time-tracking a span:before {
background: url("/img/rentman-sprite.svg?v=4") -74px -75px no-repeat;
background-size: 640px 215px;
width: 27px;
height: 27px;
}
.home-features-row .features-block ul li.time-tracking:hover a span:before {
background: url("/img/rentman-sprite.svg?v=4") -105px -75px no-repeat;
background-size: 640px 215px;
width: 27px;
height: 27px;
}
.home-features-row .features-block ul li:hover a span {
background-color: rgba(255, 255, 255, 0.75);
}
.home-features-row .features-block ul li:hover a span:before {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
.home-features-row .features-block ul li:hover.warehouse-module a span:before, .home-features-row .features-block ul li:hover.dynamic-interface a span:before, .home-features-row .features-block ul li:hover.project-management a span:before, .home-features-row .features-block ul li:hover.transport-scheduling a span:before {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
-o-transform: scale(0.7);
transform: scale(0.7);
}
@media screen and (max-width: 1050px) {
.home-features-row .background .orange {
height: 100%;
}
.home-features-row .features-block {
width: 58.3333333333%;
}
}
@media screen and (max-width: 850px) {
.home-features-row .content-container {
width: 100%;
background: #f5f5f5;
}
.home-features-row .background {
display: none;
}
.home-features-row .content {
width: 66.6666666667%;
margin: 0 16.6666666667%;
padding-right: 0;
}
.home-features-row .features-block {
padding: 80px 8.3333333333% 100px;
position: relative;
left: auto;
top: auto;
width: 100%;
}
.home-features-row .features-block .vertical-shadow {
display: none;
}
}
@media screen and (max-width: 500px) {
.home-features-row .features-block ul li {
width: 100%;
}
.home-features-row .features-block ul li:nth-child(4n+4) {
border-bottom: 1px solid rgba(241, 241, 241, 0.3);
}
}
.window-bar {
border-radius: 10px 10px 0 0;
background-color: #f1f1f1;
height: 40px;
width: 100%;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.window-bar .buttons {
background: url("/img/rentman-sprite.svg?v=4") -75px -35px no-repeat;
background-size: 640px 215px;
width: 44px;
height: 11px;
margin-left: 15px;
}
.capterra {
max-width: 265px;
min-width: 200px;
}
.capterra a {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.capterra .number {
width: 50px;
height: 50px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
border-radius: 9999px;
border: 3px solid #405468;
margin-right: 12px;
}
.capterra .number p {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 28px !important;
line-height: 34px !important;
color: #405468;
}
@media screen and (max-width: 1350px) {
.capterra .number p {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.capterra .number p {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.capterra .review {
width: calc(100% - 62px);
}
.capterra .review .stars .star {
position: relative;
display: inline-block;
}
.capterra .review .stars .star.active {
background: url("/img/rentman-sprite.svg?v=4") -74px -50px no-repeat;
background-size: 640px 215px;
width: 22px;
height: 20px;
}
.capterra .review .stars .star.inactive, .capterra .review .stars .star.half {
background: url("/img/rentman-sprite.svg?v=4") -110px -50px no-repeat;
background-size: 640px 215px;
width: 22px;
height: 20px;
}
.capterra .review .stars .star.half .inner {
position: absolute;
left: 0;
top: 0;
background: url("/img/rentman-sprite.svg?v=4") -97px -50px no-repeat;
background-size: 640px 215px;
width: 11px;
height: 20px;
}
.capterra .review p {
margin: 0;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px !important;
line-height: 14px !important;
color: #b2bac2;
}
@media screen and (max-width: 1350px) {
.capterra .review p {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.capterra .review p {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.capterra .review p strong {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
color: #405468;
font-size: 14px !important;
line-height: 14px !important;
}
@media screen and (max-width: 1350px) {
.capterra .review p strong {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.capterra .review p strong {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.reference-row {
padding: 120px 0 0;
}
.reference-row .content-container {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.reference-row .title {
width: 100%;
padding-right: 8.3333333333%;
display: inline-block;
text-align: center;
}
.reference-row .title h3 {
font-size: 32px;
line-height: 36px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
color: #405468;
position: relative;
margin-bottom: 2px;
font-size: 28px;
}
@media screen and (max-width: 1350px) {
.reference-row .title h3 {
font-size: 26.6666666667px;
line-height: 32.7272727273px;
}
}
@media screen and (max-width: 800px) {
.reference-row .title h3 {
font-size: 22.8571428571px;
line-height: 30px;
}
}
.reference-row .title h4 {
font-size: 24px;
line-height: 32px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: #7a8795;
font-size: 22px;
}
@media screen and (max-width: 1350px) {
.reference-row .title h4 {
font-size: 20px;
line-height: 29.0909090909px;
}
}
@media screen and (max-width: 800px) {
.reference-row .title h4 {
font-size: 17.1428571429px;
line-height: 26.6666666667px;
}
}
.reference-row .references {
width: 83.3333333333%;
margin: auto;
padding: 50px 0 50px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.reference-row .references .reference {
width: calc(100% / 10 * 3);
}
.reference-row .references .reference a {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.reference-row .references .reference .person {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
-webkit-order: 2;
-moz-order: 2;
order: 2;
-ms-flex-order: 2;
}
.reference-row .references .reference .person .image {
width: 100px;
height: 100px;
border-radius: 9999px;
background-size: cover;
background-position: 50%;
margin-right: 20px;
}
.reference-row .references .reference .person .name p {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px !important;
line-height: 18px !important;
margin: 0;
color: #7a8795;
}
@media screen and (max-width: 1350px) {
.reference-row .references .reference .person .name p {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.reference-row .references .reference .person .name p {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.reference-row .references .reference .person .name p.business {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
color: #405468;
}
@media screen and (max-width: 1350px) {
.reference-row .references .reference .person .name p.business {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.reference-row .references .reference .person .name p.business {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.reference-row .references .reference .description {
margin-bottom: 40px;
display: block;
width: 100%;
}
.reference-row .references .reference .description .name {
display: none;
}
.reference-row .references .reference .description p {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
color: #7a8795;
margin: 0;
}
@media screen and (max-width: 1350px) {
.reference-row .references .reference .description p {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.reference-row .references .reference .description p {
font-size: 12.8571428571px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.reference-row .references .reference .description p {
font-size: 21px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
}
}
@media screen and (max-width: 800px) and (max-width: 1350px) {
.reference-row .references .reference .description p {
font-size: 17.5px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) and (max-width: 800px) {
.reference-row .references .reference .description p {
font-size: 15px;
line-height: 21.6666666667px;
}
}
.reference-row .references .reference .description .read-more {
display: none;
color: #405468;
}
.reference-row .references .reference .description .read-more:after {
content: "";
margin-left: 5px;
display: inline-block;
background: url("/img/rentman-sprite.svg?v=4") -104px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.reference-row .references .reference:hover .description .read-more:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.reference-row .link {
display: block;
margin-top: 25px;
margin-bottom: 75px;
width: 100%;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
text-align: center;
color: #405468;
font-size: 16px !important;
line-height: 18px !important;
}
@media screen and (max-width: 1350px) {
.reference-row .link {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.reference-row .link {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.reference-row .link .arrow {
margin-left: 10px;
background: url("/img/rentman-sprite.svg?v=4") -104px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: all 0.3s;
}
.reference-row .link:hover .arrow {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
@media screen and (max-width: 1050px) {
.reference-row .content-container {
display: block;
}
.reference-row .content-container .title {
padding-right: 0;
}
.reference-row .references {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.reference-row .references .reference {
width: 80%;
max-width: 550px;
margin: 0 auto;
}
.reference-row .references .reference + .reference {
margin-top: 80px;
}
.reference-row .references .reference a {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.reference-row .references .reference .person {
margin-right: 40px;
}
}
@media screen and (max-width: 850px) {
.reference-row .references .reference {
width: 100%;
}
}
@media screen and (max-width: 525px) {
.reference-row .references .reference + .reference {
margin-top: 60px;
}
.reference-row .references .reference a {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.reference-row .references .reference .description {
text-align: center;
max-width: 350px;
margin: 0 auto 40px;
}
.reference-row .references .reference .description .name {
display: none;
}
.reference-row .references .reference .person {
width: 100%;
margin-right: 0;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.reference-row .references .reference .person .name {
margin-top: 25px;
width: 100%;
display: block;
text-align: center;
}
.reference-row .references .reference .person .image {
width: 150px;
margin: auto;
height: 150px;
}
}
.packages {
margin-top: -220px;
padding-bottom: 60px;
}
.packages .placeholder {
width: 100%;
margin: auto;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
position: relative;
}
.packages .price-month {
position: absolute;
left: 0;
top: -15px;
margin: 0;
font-size: 18px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
color: #b2bac2;
}
@media screen and (max-width: 1350px) {
.packages .price-month {
font-size: 15px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.packages .price-month {
font-size: 12.8571428571px;
line-height: 15px;
}
}
.packages .package {
margin-top: 30px;
width: calc((100% - 45px) / 4);
background-color: #e0e3e7;
position: relative;
}
.packages .package .header {
position: relative;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
height: 80px;
padding: 0 30px;
background-color: #405468;
text-align: left;
}
.packages .package .header h2 {
font-size: 24px;
line-height: 30px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 22px;
line-height: 28px;
color: white;
}
@media screen and (max-width: 1350px) {
.packages .package .header h2 {
font-size: 20px;
line-height: 27.2727272727px;
}
}
@media screen and (max-width: 800px) {
.packages .package .header h2 {
font-size: 17.1428571429px;
line-height: 25px;
}
}
.packages .package .header .price {
font-size: 0 !important;
line-height: 0 !important;
}
.packages .package .header .price strong {
font-size: 30px;
line-height: 34px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 28px;
line-height: 32px;
color: white;
}
@media screen and (max-width: 1350px) {
.packages .package .header .price strong {
font-size: 25px;
line-height: 30.9090909091px;
}
}
@media screen and (max-width: 800px) {
.packages .package .header .price strong {
font-size: 21.4285714286px;
line-height: 28.3333333333px;
}
}
.packages .package .header .price strong.hidden {
display: none;
}
.packages .package .header .price span {
font-size: 15px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 13px;
line-height: 18px;
color: white;
}
@media screen and (max-width: 1350px) {
.packages .package .header .price span {
font-size: 12.5px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.packages .package .header .price span {
font-size: 10.7142857143px;
line-height: 15px;
}
}
.packages .package .header .call-us {
text-align: right;
font-size: 16px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: white;
}
@media screen and (max-width: 1350px) {
.packages .package .header .call-us {
font-size: 13.3333333333px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.packages .package .header .call-us {
font-size: 11.4285714286px;
line-height: 15px;
}
}
.packages .package .header:after {
content: "";
width: 100%;
position: absolute;
left: 0;
bottom: 0;
background-image: url("/img/horizontal-shadow.png");
height: 40px;
background-repeat: repeat-x;
background-size: contain;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.packages .package .content {
padding: 30px 0;
background-color: #f1f1f1;
}
.packages .package .prices {
margin-bottom: 20px;
}
.packages .package .price-row {
position: relative;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
padding: 0 5px 0 8%;
}
.packages .package .price-row + .price-row {
margin-top: 20px;
}
.packages .package .price-row:hover .type .tooltip .message {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.packages .package .price-row .type {
display: block;
width: calc(100% - 85px);
font-size: 17px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.packages .package .price-row .type {
font-size: 14.1666666667px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.packages .package .price-row .type {
font-size: 12.1428571429px;
line-height: 20px;
}
}
.packages .package .price-row .type .tooltip {
position: relative;
top: -2px;
display: inline-block;
margin-left: 5px;
}
@media screen and (max-width: 700px) {
.packages .package .price-row .type .tooltip {
display: none;
}
}
.packages .package .price-row .type .tooltip .icon {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
border: 2px solid #b2bac2;
width: 16px;
height: 16px;
font-size: 12px;
line-height: 15px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratsemibold", sans-serif;
color: #b2bac2;
font-size: 11px !important;
line-height: 14px !important;
font-style: normal;
border-radius: 100%;
cursor: help;
}
@media screen and (max-width: 1350px) {
.packages .package .price-row .type .tooltip .icon {
font-size: 10px;
line-height: 13.6363636364px;
}
}
@media screen and (max-width: 800px) {
.packages .package .price-row .type .tooltip .icon {
font-size: 8.5714285714px;
line-height: 12.5px;
}
}
.packages .package .price-row .type .tooltip .message {
background-color: white;
border-radius: 6px;
padding: 10px;
position: absolute;
bottom: 36px;
left: calc(50% - 125px);
font-size: 14px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 13px !important;
line-height: 18px !important;
text-align: center;
color: #405468;
width: 250px;
z-index: 1;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
-webkit-transform: translate3d(0, 10px, 0);
-moz-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
-o-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
opacity: 0;
pointer-events: none;
}
@media screen and (max-width: 1350px) {
.packages .package .price-row .type .tooltip .message {
font-size: 11.6666666667px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.packages .package .price-row .type .tooltip .message {
font-size: 10px;
line-height: 15px;
}
}
.packages .package .price-row .type .tooltip .message:after {
content: "";
display: block;
width: 0;
height: 0;
border-top: 15px solid white;
border-bottom: 15px solid transparent;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
position: absolute;
left: calc(50% - 7px);
bottom: -30px;
}
.packages .package .price-row .type__explanation {
margin: 3px 0 0;
font-size: 15px;
line-height: 15px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 13px;
line-height: 13px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.packages .package .price-row .type__explanation {
font-size: 12.5px;
line-height: 13.6363636364px;
}
}
@media screen and (max-width: 800px) {
.packages .package .price-row .type__explanation {
font-size: 10.7142857143px;
line-height: 12.5px;
}
}
.packages .package .price-row .price {
display: block;
width: 80px;
margin: 0;
text-align: center;
}
.packages .package .price-row .price strong, .packages .package .price-row .price span {
display: block;
color: #405468;
}
.packages .package .price-row .price strong {
font-size: 19px;
line-height: 19px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 17px;
}
@media screen and (max-width: 1350px) {
.packages .package .price-row .price strong {
font-size: 15.8333333333px;
line-height: 17.2727272727px;
}
}
@media screen and (max-width: 800px) {
.packages .package .price-row .price strong {
font-size: 13.5714285714px;
line-height: 15.8333333333px;
}
}
.packages .package .price-row .price strong.hidden {
display: none;
}
.packages .package .price-row .price span {
margin-top: 2px;
font-size: 15px;
line-height: 15px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 13px;
line-height: 13px;
}
@media screen and (max-width: 1350px) {
.packages .package .price-row .price span {
font-size: 12.5px;
line-height: 13.6363636364px;
}
}
@media screen and (max-width: 800px) {
.packages .package .price-row .price span {
font-size: 10.7142857143px;
line-height: 12.5px;
}
}
.packages .package .price-row .price.free strong {
font-size: 16px;
line-height: 16px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 15px;
}
@media screen and (max-width: 1350px) {
.packages .package .price-row .price.free strong {
font-size: 13.3333333333px;
line-height: 14.5454545455px;
}
}
@media screen and (max-width: 800px) {
.packages .package .price-row .price.free strong {
font-size: 11.4285714286px;
line-height: 13.3333333333px;
}
}
.packages .package .description {
padding: 0 8%;
}
.packages .package .description p, .packages .package .description span, .packages .package .description a {
font-size: 17px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px;
line-height: 22px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.packages .package .description p, .packages .package .description span, .packages .package .description a {
font-size: 14.1666666667px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.packages .package .description p, .packages .package .description span, .packages .package .description a {
font-size: 12.1428571429px;
line-height: 18.3333333333px;
}
}
.packages .package .description > *:first-child {
margin-top: 0;
}
.packages .package .description > *:last-child {
margin-bottom: 0;
}
.packages .package .call-us {
font-size: 22px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratsemibold", sans-serif;
font-size: 18px;
line-height: 26px;
color: #405468;
margin: 0;
height: 80px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
@media screen and (max-width: 1350px) {
.packages .package .call-us {
font-size: 18.3333333333px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.packages .package .call-us {
font-size: 15.7142857143px;
line-height: 21.6666666667px;
}
}
.packages .package .button {
display: block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-radius: 4px;
text-align: center;
}
.packages .package .button p {
display: inline-block;
margin: 0;
padding: 15px 25px;
font-size: 21px;
line-height: 21px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
color: white;
background-color: #ff8100;
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
transition: background-color 0.3s;
}
@media screen and (max-width: 1350px) {
.packages .package .button p {
font-size: 17.5px;
line-height: 19.0909090909px;
}
}
@media screen and (max-width: 800px) {
.packages .package .button p {
font-size: 15px;
line-height: 17.5px;
}
}
.packages .package .button p:after {
content: "";
margin-left: 30px;
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
position: relative;
top: 2px;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.packages .package .button p:hover {
background-color: #ff7400;
}
.packages .package .button p:hover:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.packages .package .footer-info {
height: 40px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
background-color: #ffaa00;
}
.packages .package .footer-info p {
font-size: 18px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 16px;
color: white;
margin: 0;
}
@media screen and (max-width: 1350px) {
.packages .package .footer-info p {
font-size: 15px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.packages .package .footer-info p {
font-size: 12.8571428571px;
line-height: 15px;
}
}
.packages .package:after {
content: "";
display: block;
width: 100%;
height: 80px;
position: absolute;
z-index: -1;
bottom: -80px;
left: 0;
background-image: url("/img/box-shadow.png");
background-position: 50%;
background-repeat: no-repeat;
}
.packages .package.pro {
margin-top: 0;
}
.packages .package.pro .header {
background-color: #ff8100;
}
.packages .package.pro .header:after {
display: none;
}
.packages .package.pro .content {
padding: 60px 0;
}
.packages .package.development a .button {
background-color: #405468;
margin-bottom: 20px;
}
.packages .package.development a .button p {
font-size: 19px;
line-height: 19px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 17px;
}
@media screen and (max-width: 1350px) {
.packages .package.development a .button p {
font-size: 15.8333333333px;
line-height: 17.2727272727px;
}
}
@media screen and (max-width: 800px) {
.packages .package.development a .button p {
font-size: 13.5714285714px;
line-height: 15.8333333333px;
}
}
.packages .package.development a .button p:after {
background: url("/img/rentman-sprite.svg?v=4") -594px -80px no-repeat;
background-size: 640px 215px;
width: 20px;
height: 12px;
}
.packages .package.development a:hover .button {
background-color: #364758;
}
.packages .extra {
width: 66%;
margin-left: 34%;
}
.packages .extra .info {
min-width: 380px;
width: 75%;
max-width: 520px;
padding: 0 40px;
height: 80px;
margin: auto;
display: block;
background-color: #f1f1f1;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.packages .extra .info p {
font-size: 22px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 20px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.packages .extra .info p {
font-size: 18.3333333333px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.packages .extra .info p {
font-size: 15.7142857143px;
line-height: 18.3333333333px;
}
}
.packages .extra .info .price {
font-size: 32px;
line-height: 32px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 30px;
color: #384b5b;
}
@media screen and (max-width: 1350px) {
.packages .extra .info .price {
font-size: 26.6666666667px;
line-height: 29.0909090909px;
}
}
@media screen and (max-width: 800px) {
.packages .extra .info .price {
font-size: 22.8571428571px;
line-height: 26.6666666667px;
}
}
.packages .extra .info .price:before {
content: "€";
color: #384b5b;
font-size: 20px;
line-height: 20px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
position: relative;
top: -7px;
left: 3px;
}
@media screen and (max-width: 1350px) {
.packages .extra .info .price:before {
font-size: 16.6666666667px;
line-height: 18.1818181818px;
}
}
@media screen and (max-width: 800px) {
.packages .extra .info .price:before {
font-size: 14.2857142857px;
line-height: 16.6666666667px;
}
}
.packages .extra .guide {
height: 60px;
border: 2px solid #f1f1f1;
border-top: none;
border-left: none;
position: relative;
margin-bottom: 30px;
}
.packages .extra .guide:before {
content: "";
width: 2px;
height: 30px;
background-color: #f1f1f1;
position: absolute;
left: 0;
bottom: 0;
}
.packages .extra .guide:after {
content: "";
width: 2px;
height: 34px;
background-color: #f1f1f1;
position: absolute;
left: calc(50% - 1px);
bottom: -34px;
}
.packages .button.more-info {
margin: 60px auto 10px;
background: #405468;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-radius: 4px;
display: block;
max-width: 300px;
}
.packages .button.more-info a {
font-size: 21px;
line-height: 21px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
color: white;
margin: 0;
display: inline-block;
padding: 15px 25px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
@media screen and (max-width: 1350px) {
.packages .button.more-info a {
font-size: 17.5px;
line-height: 19.0909090909px;
}
}
@media screen and (max-width: 800px) {
.packages .button.more-info a {
font-size: 15px;
line-height: 17.5px;
}
}
.packages .button.more-info a:after {
content: "";
margin-left: 30px;
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
position: relative;
top: 2px;
opacity: 0.7;
-webkit-transform: translate3d(0, 0, 0) rotate(90deg);
-moz-transform: translate3d(0, 0, 0) rotate(90deg);
-ms-transform: translate3d(0, 0, 0) rotate(90deg);
-o-transform: translate3d(0, 0, 0) rotate(90deg);
transform: translate3d(0, 0, 0) rotate(90deg);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.packages .button.more-info:hover {
background-color: #384b5b;
}
.packages .button.more-info:hover a:after {
-webkit-transform: translate3d(0, 5px, 0) rotate(90deg);
-moz-transform: translate3d(0, 5px, 0) rotate(90deg);
-ms-transform: translate3d(0, 5px, 0) rotate(90deg);
-o-transform: translate3d(0, 5px, 0) rotate(90deg);
transform: translate3d(0, 5px, 0) rotate(90deg);
}
@media screen and (max-width: 1500px) {
.packages .placeholder {
width: 100%;
}
}
@media screen and (max-width: 1150px) {
.packages .placeholder {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
padding-top: 60px;
max-width: 600px;
margin: auto;
}
.packages .price-month {
width: 100%;
text-align: center;
}
.packages .package {
width: 80%;
max-width: 460px;
margin-bottom: 60px;
}
.packages .package .flex-height {
height: auto !important;
}
.packages .package .button {
margin-top: 0;
}
.packages .package .description {
height: auto;
padding-bottom: 20px;
}
.packages .package.package_pro {
width: 90%;
max-width: 540px;
}
.packages .package.package_pro .description {
height: auto;
}
.packages .package.package_pro a .button {
margin-bottom: 65px;
}
}
@media screen and (max-width: 500px) {
.packages {
padding-bottom: 40px;
}
.packages .content-container {
width: 100%;
}
.packages .placeholder {
width: 100%;
}
.packages .package {
width: 100% !important;
max-width: none !important;
}
}
.compare-table {
padding: 60px 0 100px;
background-color: #f5f5f5;
}
.compare-table h2 {
font-size: 32px;
line-height: 51.2px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 28px;
color: #384b5b;
text-align: center;
margin: 0;
}
@media screen and (max-width: 1350px) {
.compare-table h2 {
font-size: 26.6666666667px;
line-height: 46.5454545455px;
}
}
@media screen and (max-width: 800px) {
.compare-table h2 {
font-size: 22.8571428571px;
line-height: 42.6666666667px;
}
}
.compare-table .table {
width: 83.3333333333%;
margin: 45px auto 0;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.compare-table .table .option, .compare-table .table .package {
width: 20%;
padding: 0;
}
.compare-table .table h4 {
font-size: 22px;
line-height: 35.2px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 20px;
color: #405468;
line-height: 65px !important;
height: 65px;
padding: 0 20px;
}
@media screen and (max-width: 1350px) {
.compare-table .table h4 {
font-size: 18.3333333333px;
line-height: 32px;
}
}
@media screen and (max-width: 800px) {
.compare-table .table h4 {
font-size: 15.7142857143px;
line-height: 29.3333333333px;
}
}
.compare-table .table p, .compare-table .table span {
font-size: 16px;
line-height: 16px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px;
color: #384b5b;
height: 32px;
text-align: center;
padding: 10px 20px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
@media screen and (max-width: 1350px) {
.compare-table .table p, .compare-table .table span {
font-size: 13.3333333333px;
line-height: 14.5454545455px;
}
}
@media screen and (max-width: 800px) {
.compare-table .table p, .compare-table .table span {
font-size: 11.4285714286px;
line-height: 13.3333333333px;
}
}
.compare-table .table p.two, .compare-table .table span.two {
height: 80px;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.compare-table .table p.two span, .compare-table .table span.two span {
width: 100%;
font-size: 16px;
line-height: 16px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px;
padding: 0 20px;
color: #384b5b;
}
@media screen and (max-width: 1350px) {
.compare-table .table p.two span, .compare-table .table span.two span {
font-size: 13.3333333333px;
line-height: 14.5454545455px;
}
}
@media screen and (max-width: 800px) {
.compare-table .table p.two span, .compare-table .table span.two span {
font-size: 11.4285714286px;
line-height: 13.3333333333px;
}
}
.compare-table .table p.two span.green, .compare-table .table span.two span.green {
color: #32e146;
}
.compare-table .table p.two span.red, .compare-table .table span.two span.red {
color: #ff1e00;
}
.compare-table .table p .check:before, .compare-table .table span .check:before {
content: "";
position: relative;
top: -6px;
background: url("/img/rentman-sprite.svg?v=4") -74px -15px no-repeat;
background-size: 640px 215px;
width: 15px;
height: 11px;
display: inline-block;
line-height: 11px !important;
}
.compare-table .table p.label, .compare-table .table span.label {
background-color: #405468;
margin-top: 25px;
font-size: 16px;
line-height: 16px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratsemibold", sans-serif;
font-size: 14px;
height: 40px;
padding: 0 20px;
line-height: 40px !important;
}
@media screen and (max-width: 1350px) {
.compare-table .table p.label, .compare-table .table span.label {
font-size: 13.3333333333px;
line-height: 14.5454545455px;
}
}
@media screen and (max-width: 800px) {
.compare-table .table p.label, .compare-table .table span.label {
font-size: 11.4285714286px;
line-height: 13.3333333333px;
}
}
.compare-table .table .option {
background-color: #b2bac2;
}
.compare-table .table .option h4 {
color: white;
}
.compare-table .table .option p {
color: white;
text-align: left;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.compare-table .table .option p.toggle {
font-size: 16px;
line-height: 16px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratsemibold", sans-serif;
font-size: 14px;
cursor: pointer;
position: relative;
}
@media screen and (max-width: 1350px) {
.compare-table .table .option p.toggle {
font-size: 13.3333333333px;
line-height: 14.5454545455px;
}
}
@media screen and (max-width: 800px) {
.compare-table .table .option p.toggle {
font-size: 11.4285714286px;
line-height: 13.3333333333px;
}
}
.compare-table .table .option p.toggle:after {
content: "";
position: absolute;
right: 16px;
top: 14px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid white;
transform: rotate(0deg);
transition: all 0.3s;
}
.compare-table .table .option p.label {
width: 400px;
position: relative;
}
.compare-table .table .option p span {
color: white;
text-align: left;
display: block;
width: 100%;
padding: 10px 0;
opacity: 0;
pointer-events: none;
height: auto;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.compare-table .table .option p span.description {
font-size: 12px !important;
}
.compare-table .table .option p.open {
height: 200px;
background-color: #96a1ab;
}
.compare-table .table .option p.open span {
opacity: 1;
pointer-events: all;
}
.compare-table .table .option p.open.toggle:after {
transform: rotate(180deg);
}
.compare-table .table .package:nth-of-type(2n) {
background-color: white;
}
.compare-table .table .package:nth-of-type(2n+1) {
background-color: rgba(255, 255, 255, 0.5);
}
.compare-table .table .package p {
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.compare-table .table .package p.open {
height: 200px;
background-color: #f2f2f2;
}
@media screen and (max-width: 1400px) {
.compare-table .table {
width: 83.3333333333%;
}
}
@media screen and (max-width: 950px) {
.compare-table .table {
width: 100%;
}
}
@media screen and (max-width: 700px) {
.compare-table {
display: none;
}
}
.landing-features {
margin-top: -60px;
}
.landing-features .landing-features-nav {
height: 60px;
width: 83.3333333333%;
max-width: 1200px;
margin: auto;
position: relative;
}
.landing-features .landing-features-nav .placeholder {
background-color: #405468;
width: 100%;
height: 100%;
max-width: 1200px;
margin: auto;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.landing-features .landing-features-nav .placeholder .wrapper {
max-width: 1200px;
margin: auto;
height: 100%;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.landing-features .landing-features-nav p, .landing-features .landing-features-nav li {
width: calc( (100% - 3px) /4);
margin: 0;
height: 100%;
border-right: 1px solid #7a8795;
background-color: #405468;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.landing-features .landing-features-nav p a, .landing-features .landing-features-nav li a {
width: 100%;
height: 100%;
padding: 0 8%;
color: white;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.landing-features .landing-features-nav p a span, .landing-features .landing-features-nav li a span {
font-size: 17px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 15px;
color: white;
display: block;
width: 100%;
}
@media screen and (max-width: 1350px) {
.landing-features .landing-features-nav p a span, .landing-features .landing-features-nav li a span {
font-size: 14.1666666667px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.landing-features .landing-features-nav p a span, .landing-features .landing-features-nav li a span {
font-size: 12.1428571429px;
line-height: 15px;
}
}
.landing-features .landing-features-nav p:last-of-type, .landing-features .landing-features-nav li:last-of-type {
border-right: none;
}
.landing-features .landing-features-nav p:hover, .landing-features .landing-features-nav li:hover {
background-color: #2d3b48;
}
.landing-features .landing-features-nav p.active, .landing-features .landing-features-nav li.active {
background-color: white;
}
.landing-features .landing-features-nav p.active a span, .landing-features .landing-features-nav li.active a span {
color: #ff8100;
font-size: 17px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
}
@media screen and (max-width: 1350px) {
.landing-features .landing-features-nav p.active a span, .landing-features .landing-features-nav li.active a span {
font-size: 14.1666666667px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.landing-features .landing-features-nav p.active a span, .landing-features .landing-features-nav li.active a span {
font-size: 12.1428571429px;
line-height: 15px;
}
}
.landing-features.sticky-nav {
padding-top: 60px;
}
.landing-features.sticky-nav .landing-features-nav {
position: fixed;
z-index: 999;
max-width: none;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.11);
top: 100px;
width: 100% !important;
margin: auto;
left: 0;
}
.landing-features.sticky-nav .landing-features-nav .placeholder {
max-width: 100%;
}
.project-landings-item .placeholder {
width: 83.3333333333%;
max-width: 1200px;
margin: auto;
padding: 125px 0;
}
.project-landings-item h3 {
margin-bottom: 80px;
font-size: 32px;
line-height: 51.2px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
text-align: center;
line-height: 28px !important;
font-size: 28px;
color: #405468;
}
.project-landings-item h3 span {
display: block;
text-align: center;
margin-bottom: 25px;
}
.project-landings-item h3 span:before {
content: "";
display: inline-block;
}
@media screen and (max-width: 1350px) {
.project-landings-item h3 {
font-size: 26.6666666667px;
line-height: 46.5454545455px;
}
}
@media screen and (max-width: 800px) {
.project-landings-item h3 {
font-size: 22.8571428571px;
line-height: 42.6666666667px;
}
}
.project-landings-item h3 sub {
font-size: 20px;
line-height: 32px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 18px;
color: #7a8795;
display: block;
}
@media screen and (max-width: 1350px) {
.project-landings-item h3 sub {
font-size: 16.6666666667px;
line-height: 29.0909090909px;
}
}
@media screen and (max-width: 800px) {
.project-landings-item h3 sub {
font-size: 14.2857142857px;
line-height: 26.6666666667px;
}
}
.project-landings-item#features_first h3 span:before {
background: url("/img/rentman-sprite.svg?v=4") -240px -119px no-repeat;
background-size: 640px 215px;
width: 37px;
height: 34px;
}
.project-landings-item#features_second h3 span:before {
background: url("/img/rentman-sprite.svg?v=4") -245px -35px no-repeat;
background-size: 640px 215px;
width: 38px;
height: 26px;
}
.project-landings-item#features_third h3 span:before {
background: url("/img/rentman-sprite.svg?v=4") -225px -65px no-repeat;
background-size: 640px 215px;
width: 22px;
height: 28px;
}
.project-landings-item#features_fourth h3 span:before {
background: url("/img/rentman-sprite.svg?v=4") -330px 0px no-repeat;
background-size: 640px 215px;
width: 37px;
height: 32px;
}
.project-landings-item .inner {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.project-landings-item .inner .text {
width: calc(100% / 10 * 3.5);
}
.project-landings-item .inner .text.full-width {
width: 100%;
padding: 0 20%;
}
.project-landings-item .inner .text p {
font-size: 18px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 24px;
color: #7a8795;
}
@media screen and (max-width: 1350px) {
.project-landings-item .inner .text p {
font-size: 15px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.project-landings-item .inner .text p {
font-size: 12.8571428571px;
line-height: 21.6666666667px;
}
}
.project-landings-item .inner .text p:first-of-type {
margin-top: 0;
}
.project-landings-item .inner .text ul {
list-style: none;
padding-left: 20px;
margin-top: 20px;
margin-bottom: 0;
max-width: 320px;
}
.project-landings-item .inner .text ul li {
position: relative;
color: #ff8100;
font-size: 18px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 24px;
margin-bottom: 5px;
}
@media screen and (max-width: 1350px) {
.project-landings-item .inner .text ul li {
font-size: 15px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.project-landings-item .inner .text ul li {
font-size: 12.8571428571px;
line-height: 21.6666666667px;
}
}
.project-landings-item .inner .text ul li:before {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -443px 0 no-repeat;
background-size: 640px 215px;
width: 16px;
height: 12px;
display: inline-block;
position: absolute;
left: -23px;
top: 6px;
}
.project-landings-item .inner .text .button {
width: 100%;
max-width: 240px;
margin-top: 50px;
background: #ff8100;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-radius: 4px;
display: inline-block;
}
.project-landings-item .inner .text .button a {
font-size: 21px;
line-height: 21px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
color: white;
padding: 15px 25px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
@media screen and (max-width: 1350px) {
.project-landings-item .inner .text .button a {
font-size: 17.5px;
line-height: 19.0909090909px;
}
}
@media screen and (max-width: 800px) {
.project-landings-item .inner .text .button a {
font-size: 15px;
line-height: 17.5px;
}
}
.project-landings-item .inner .text .button a:after {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.project-landings-item .inner .text .button:hover {
background-color: #ff7400;
}
.project-landings-item .inner .text .button:hover a:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.project-landings-item .inner .image {
width: calc(100% / 10 * 6);
}
.project-landings-item .inner .image img {
width: 100%;
}
.project-landings-item:nth-of-type(even) {
background-color: #f1f1f1;
}
.project-landings-item:nth-of-type(even) .window-bar {
background-color: #b2bac2;
}
.project-landings-item:nth-of-type(even) .inner .image {
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
box-ordinal-group: 1;
-webkit-order: 1;
-moz-order: 1;
order: 1;
-ms-flex-order: 1;
}
.project-landings-item:nth-of-type(even) .inner .text {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
-webkit-order: 2;
-moz-order: 2;
order: 2;
-ms-flex-order: 2;
}
@media screen and (max-width: 1200px) {
.landing-features {
width: 100%;
}
.landing-features .landing-features-nav p a {
font-size: 16px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
}
}
@media screen and (max-width: 1200px) and (max-width: 1350px) {
.landing-features .landing-features-nav p a {
font-size: 13.3333333333px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 1200px) and (max-width: 800px) {
.landing-features .landing-features-nav p a {
font-size: 11.4285714286px;
line-height: 15px;
}
}
@media screen and (max-width: 850px) {
.landing-features .project-landings-item h3 {
margin-bottom: 40px;
}
.landing-features .project-landings-item .inner {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.landing-features .project-landings-item .inner .image, .landing-features .project-landings-item .inner .text {
width: 100%;
}
.landing-features .project-landings-item .inner .image {
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
box-ordinal-group: 1;
-webkit-order: 1;
-moz-order: 1;
order: 1;
-ms-flex-order: 1;
margin-bottom: 40px;
}
.landing-features .project-landings-item .inner .text {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
-webkit-order: 2;
-moz-order: 2;
order: 2;
-ms-flex-order: 2;
}
}
@media screen and (max-width: 740px) {
.landing-features.sticky-nav .landing-features-nav {
top: 60px;
}
}
@media screen and (max-width: 680px) {
.landing-features .landing-features-nav p a {
text-align: center;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.landing-features .landing-features-nav p a span {
display: none;
}
.landing-features .landing-features-nav p a:before {
content: "";
display: inline-block;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.landing-features .landing-features-nav p#features_first-nav a:before {
background: url("/img/rentman-sprite.svg?v=4") -200px -119px no-repeat;
background-size: 640px 215px;
width: 37px;
height: 34px;
}
.landing-features .landing-features-nav p#features_second-nav a:before {
background: url("/img/rentman-sprite.svg?v=4") -200px -35px no-repeat;
background-size: 640px 215px;
width: 38px;
height: 26px;
}
.landing-features .landing-features-nav p#features_third-nav a:before {
background: url("/img/rentman-sprite.svg?v=4") -200px -65px no-repeat;
background-size: 640px 215px;
width: 22px;
height: 28px;
}
.landing-features .landing-features-nav p#features_fourth-nav a:before {
background: url("/img/rentman-sprite.svg?v=4") -290px 0px no-repeat;
background-size: 640px 215px;
width: 37px;
height: 32px;
}
.landing-features .landing-features-nav p.active#features_first-nav a:before {
background: url("/img/rentman-sprite.svg?v=4") -240px -119px no-repeat;
background-size: 640px 215px;
width: 37px;
height: 34px;
}
.landing-features .landing-features-nav p.active#features_second-nav a:before {
background: url("/img/rentman-sprite.svg?v=4") -245px -35px no-repeat;
background-size: 640px 215px;
width: 38px;
height: 26px;
}
.landing-features .landing-features-nav p.active#features_third-nav a:before {
background: url("/img/rentman-sprite.svg?v=4") -225px -65px no-repeat;
background-size: 640px 215px;
width: 22px;
height: 28px;
}
.landing-features .landing-features-nav p.active#features_fourth-nav a:before {
background: url("/img/rentman-sprite.svg?v=4") -330px 0px no-repeat;
background-size: 640px 215px;
width: 37px;
height: 32px;
}
}
.extension-row {
padding: 60px 0 65px;
}
.extension-row h2 {
font-size: 32px;
line-height: 51.2px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 28px;
color: #384b5b;
text-align: center;
width: 83.3333333333%;
margin: 0 auto;
}
@media screen and (max-width: 1350px) {
.extension-row h2 {
font-size: 26.6666666667px;
line-height: 46.5454545455px;
}
}
@media screen and (max-width: 800px) {
.extension-row h2 {
font-size: 22.8571428571px;
line-height: 42.6666666667px;
}
}
.extension-row .price-month {
font-size: 18px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
color: #b2bac2;
width: 83.3333333333%;
margin: 0 auto;
}
@media screen and (max-width: 1350px) {
.extension-row .price-month {
font-size: 15px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.extension-row .price-month {
font-size: 12.8571428571px;
line-height: 15px;
}
}
.extension-row .extensions {
width: 83.3333333333%;
margin: 15px auto 0;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.extension-row .extensions .extension {
width: calc((100% - 35px ) / 2 );
background-color: #f1f1f1;
padding: 30px 3.5%;
margin-bottom: 35px;
}
.extension-row .extensions .extension .header {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.extension-row .extensions .extension .header h4 {
font-size: 22px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 20px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.extension-row .extensions .extension .header h4 {
font-size: 18.3333333333px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.extension-row .extensions .extension .header h4 {
font-size: 15.7142857143px;
line-height: 18.3333333333px;
}
}
.extension-row .extensions .extension .header span {
font-size: 34px;
line-height: 34px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 30px;
color: #405468;
height: 100%;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
position: relative;
}
@media screen and (max-width: 1350px) {
.extension-row .extensions .extension .header span {
font-size: 28.3333333333px;
line-height: 30.9090909091px;
}
}
@media screen and (max-width: 800px) {
.extension-row .extensions .extension .header span {
font-size: 24.2857142857px;
line-height: 28.3333333333px;
}
}
.extension-row .extensions .extension .header span:before {
content: "€";
color: #405468;
font-size: 18px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 16px !important;
position: relative;
top: -4px;
left: -3px;
}
@media screen and (max-width: 1350px) {
.extension-row .extensions .extension .header span:before {
font-size: 15px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.extension-row .extensions .extension .header span:before {
font-size: 12.8571428571px;
line-height: 15px;
}
}
.extension-row .extensions .extension .content {
max-width: 375px;
}
.extension-row .extensions .extension .content p, .extension-row .extensions .extension .content h2, .extension-row .extensions .extension .content strong, .extension-row .extensions .extension .content a, .extension-row .extensions .extension .content li {
font-size: 18px;
line-height: 21px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.extension-row .extensions .extension .content p, .extension-row .extensions .extension .content h2, .extension-row .extensions .extension .content strong, .extension-row .extensions .extension .content a, .extension-row .extensions .extension .content li {
font-size: 15px;
line-height: 19.0909090909px;
}
}
@media screen and (max-width: 800px) {
.extension-row .extensions .extension .content p, .extension-row .extensions .extension .content h2, .extension-row .extensions .extension .content strong, .extension-row .extensions .extension .content a, .extension-row .extensions .extension .content li {
font-size: 12.8571428571px;
line-height: 17.5px;
}
}
@media screen and (max-width: 1050px) {
.extension-row .extensions {
width: 100%;
}
}
@media screen and (max-width: 850px) {
.extension-row .extensions {
width: 83.3333333333%;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.extension-row .extensions .extension {
width: 100%;
margin-bottom: 5px;
}
}
@media screen and (max-width: 640px) {
.extension-row .price-month {
text-align: center;
}
}
@media screen and (max-width: 500px) {
.extension-row {
padding-bottom: 15px;
}
.extension-row .content-container {
width: 100%;
}
.extension-row .extensions {
width: 100%;
}
.extension-row .extensions .extension {
padding: 40px 20px;
}
}
.colleagues-row > h2 {
max-width: 960px;
width: 100%;
margin: auto;
font-size: 30px;
line-height: 34px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 28px;
color: #405468;
margin-bottom: 10px;
}
@media screen and (max-width: 1350px) {
.colleagues-row > h2 {
font-size: 25px;
line-height: 30.9090909091px;
}
}
@media screen and (max-width: 800px) {
.colleagues-row > h2 {
font-size: 21.4285714286px;
line-height: 28.3333333333px;
}
}
.colleagues-row > p {
max-width: 960px;
width: 100%;
margin: auto;
font-size: 20px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 18px;
line-height: 24px;
color: #7a8795;
}
@media screen and (max-width: 1350px) {
.colleagues-row > p {
font-size: 16.6666666667px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.colleagues-row > p {
font-size: 14.2857142857px;
line-height: 21.6666666667px;
}
}
.colleagues-row .colleagues {
width: 100%;
max-width: 960px;
margin: auto;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
padding: 50px 0 50px;
}
.colleagues-row .colleagues .colleague {
width: 20%;
margin: 0 3.3% 50px;
}
.colleagues-row .colleagues .colleague .image {
width: 180px;
height: 180px;
margin: auto;
border-radius: 9999px;
background-size: cover;
background-position: center;
}
.colleagues-row .colleagues .colleague p {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
color: #405468;
text-align: center;
}
@media screen and (max-width: 1350px) {
.colleagues-row .colleagues .colleague p {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.colleagues-row .colleagues .colleague p {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.colleagues-row .colleagues .colleague p strong {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 22px;
display: block;
}
@media screen and (max-width: 1350px) {
.colleagues-row .colleagues .colleague p strong {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.colleagues-row .colleagues .colleague p strong {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.colleagues-row .colleagues .colleague:nth-child(4n+1) {
margin-left: 0;
}
.colleagues-row .colleagues .colleague:nth-child(4n+4) {
margin-right: 0;
}
@media screen and (max-width: 960px) {
.colleagues-row .colleagues {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.colleagues-row .colleagues .colleague {
width: 30%;
margin: 0 2.5% 50px;
}
.colleagues-row .colleagues .colleague:nth-child(4n+1) {
margin-left: 2.5%;
}
.colleagues-row .colleagues .colleague:nth-child(4n+4) {
margin-right: 2.5%;
}
.colleagues-row .colleagues .colleague:nth-child(3n+1) {
margin-left: 0;
}
.colleagues-row .colleagues .colleague:nth-child(3n+3) {
margin-right: 0;
}
}
@media screen and (max-width: 666px) {
.colleagues-row .colleagues .colleague {
width: 45%;
}
.colleagues-row .colleagues .colleague:nth-child(3n+1) {
margin-left: 2.5%;
}
.colleagues-row .colleagues .colleague:nth-child(3n+3) {
margin-right: 2.5%;
}
.colleagues-row .colleagues .colleague:nth-child(2n+1) {
margin-left: 0;
}
.colleagues-row .colleagues .colleague:nth-child(2n+2) {
margin-right: 0;
}
}
@media screen and (max-width: 480px) {
.colleagues-row {
text-align: center;
}
.colleagues-row .colleagues .colleague {
width: 100%;
margin-left: 0 !important;
margin-right: 0 !important;
}
}
.customers .references {
width: 83.3333333333%;
margin: auto;
padding-bottom: 80px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.customers .references .reference {
width: calc(100% / 10 * 3);
}
.customers .references .reference .person {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.customers .references .reference .person .image {
width: 100px;
height: 100px;
border-radius: 9999px;
background-size: cover;
background-position: 50%;
margin-right: 20px;
}
.customers .references .reference .name p {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px !important;
line-height: 18px !important;
margin: 0;
color: white;
}
@media screen and (max-width: 1350px) {
.customers .references .reference .name p {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.customers .references .reference .name p {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.customers .references .reference .name p.business {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
color: white;
}
@media screen and (max-width: 1350px) {
.customers .references .reference .name p.business {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.customers .references .reference .name p.business {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.customers .references .reference .description .name {
display: none;
}
.customers .references .reference .description .name p {
font-size: 16px !important;
line-height: 24px !important;
color: white;
}
.customers .references .reference .description p {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
color: #b2bac2;
}
@media screen and (max-width: 1350px) {
.customers .references .reference .description p {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.customers .references .reference .description p {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.customers .rentman-any-size {
width: 83.3333333333%;
margin: auto;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
margin-top: 80px;
border-top: 2px solid rgba(241, 241, 241, 0.1);
padding-top: 50px;
}
.customers .rentman-any-size .content {
width: calc(100% - 260px);
max-width: 570px;
}
.customers .rentman-any-size .content h3 {
font-size: 36px;
line-height: 46px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 32px;
color: white;
display: inline-block;
}
@media screen and (max-width: 1350px) {
.customers .rentman-any-size .content h3 {
font-size: 30px;
line-height: 41.8181818182px;
}
}
@media screen and (max-width: 800px) {
.customers .rentman-any-size .content h3 {
font-size: 25.7142857143px;
line-height: 38.3333333333px;
}
}
.customers .rentman-any-size .content p {
font-size: 26px;
line-height: 36px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 24px;
line-height: 34px;
color: #b2bac2;
}
@media screen and (max-width: 1350px) {
.customers .rentman-any-size .content p {
font-size: 21.6666666667px;
line-height: 32.7272727273px;
}
}
@media screen and (max-width: 800px) {
.customers .rentman-any-size .content p {
font-size: 18.5714285714px;
line-height: 30px;
}
}
.customers .rentman-any-size .button {
width: 100%;
max-width: 240px;
margin-top: 15px;
background: #ff8100;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-radius: 4px;
display: inline-block;
}
.customers .rentman-any-size .button a {
font-size: 21px;
line-height: 21px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
color: white;
padding: 15px 25px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
@media screen and (max-width: 1350px) {
.customers .rentman-any-size .button a {
font-size: 17.5px;
line-height: 19.0909090909px;
}
}
@media screen and (max-width: 800px) {
.customers .rentman-any-size .button a {
font-size: 15px;
line-height: 17.5px;
}
}
.customers .rentman-any-size .button a:after {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.customers .rentman-any-size .button:hover {
background-color: #ff7400;
}
.customers .rentman-any-size .button:hover a:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.customers-logos {
margin: 130px auto;
width: 100%;
padding: 0 8.3333333333%;
max-width: 1440px;
}
.customers-logos img {
width: 100%;
}
.customers-logos img.medium {
display: none;
}
@media screen and (max-width: 1350px) {
.customers .references {
width: 90%;
}
}
@media screen and (max-width: 1050px) {
.customers .references {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.customers .references .reference {
width: 80%;
max-width: 550px;
margin: 0 auto 40px;
}
.customers .references .reference a {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.customers .references .reference .person {
margin-right: 40px;
}
.customers .references .reference .person .name {
display: none;
}
.customers .references .reference .description .name {
display: block;
}
.customers .rentman-any-size {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
text-align: center;
}
.customers .rentman-any-size .content {
width: 100%;
}
.customers .rentman-any-size p {
text-align: center;
}
.customers .rentman-any-size .button {
display: none;
}
}
@media screen and (max-width: 800px) {
.customers .references .reference .description p {
font-size: 15px !important;
line-height: 21px !important;
}
}
@media screen and (max-width: 700px) {
.customers-logos {
margin: 80px 0;
}
.customers-logos img.large {
display: none;
}
.customers-logos img.medium {
display: block;
}
}
@media screen and (max-width: 525px) {
.customers .references .reference a {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.customers .references .reference .description {
text-align: center;
max-width: 350px;
margin: auto;
}
.customers .references .reference .description .name {
display: none;
}
.customers .references .reference .person {
width: 100%;
margin-right: 0;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.customers .references .reference .person .name {
margin-top: 25px;
width: 100%;
display: block;
text-align: center;
}
.customers .references .reference .person .image {
width: 150px;
margin: auto;
height: 150px;
}
}
.cases {
margin-top: -60px;
}
.cases .tabs {
height: 60px;
background-color: #405468;
width: 83.3333333333%;
margin: auto;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.cases .tabs .label {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
height: 60px;
padding: 0 4%;
cursor: pointer;
background-color: transparent;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.cases .tabs .label p {
font-size: 20px;
line-height: 20px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 18px;
color: white;
}
@media screen and (max-width: 1350px) {
.cases .tabs .label p {
font-size: 16.6666666667px;
line-height: 18.1818181818px;
}
}
@media screen and (max-width: 800px) {
.cases .tabs .label p {
font-size: 14.2857142857px;
line-height: 16.6666666667px;
}
}
.cases .tabs .label:hover {
background-color: #364758;
}
.cases .tabs .label.active {
background-color: white;
}
.cases .tabs .label.active p {
color: #ff8100;
}
@media screen and (max-width: 650px) {
.cases .tabs {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
height: auto;
border: 1px solid #405468;
}
.cases .tabs .label {
width: 100% !important;
}
}
.cases .cases-placeholder {
position: relative;
height: 800px;
width: 83.3333333333%;
margin: 100px auto;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.cases .case {
position: absolute;
opacity: 0;
pointer-events: none;
width: 100%;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.cases .case.active {
opacity: 1;
z-index: 2;
pointer-events: all;
}
.cases .case .information {
width: 25%;
background-color: #f1f1f1;
padding: 40px 2% 80px;
position: relative;
}
.cases .case .information .image {
width: 80%;
margin: 35px auto 55px;
}
.cases .case .information .image img {
width: 100%;
}
.cases .case .information .description {
margin-bottom: 40px;
}
.cases .case .information h4 {
font-size: 22px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratsemibold", sans-serif;
font-size: 20px;
line-height: 22px;
color: #405468;
margin: 0 0 2px;
text-align: center;
}
@media screen and (max-width: 1350px) {
.cases .case .information h4 {
font-size: 18.3333333333px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.cases .case .information h4 {
font-size: 15.7142857143px;
line-height: 21.6666666667px;
}
}
.cases .case .information p {
font-size: 19px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.cases .case .information p {
font-size: 15.8333333333px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.cases .case .information p {
font-size: 13.5714285714px;
line-height: 21.6666666667px;
}
}
.cases .case .information p.location {
margin: 0;
text-align: center;
}
.cases .case .information p span {
font-size: 19px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 22px;
width: 70%;
max-width: 150px;
color: #384b5b;
display: inline-block;
}
@media screen and (max-width: 1350px) {
.cases .case .information p span {
font-size: 15.8333333333px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.cases .case .information p span {
font-size: 13.5714285714px;
line-height: 21.6666666667px;
}
}
.cases .case .information .website {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 60px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
background-color: rgba(178, 186, 194, 0.25);
}
.cases .case .information .website p, .cases .case .information .website p a {
font-size: 20px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 22px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.cases .case .information .website p, .cases .case .information .website p a {
font-size: 16.6666666667px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.cases .case .information .website p, .cases .case .information .website p a {
font-size: 14.2857142857px;
line-height: 18.3333333333px;
}
}
.cases .case .reviews {
width: 62.5%;
}
.cases .case .reviews h5 {
font-size: 26px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 24px;
color: #405468;
width: 80%;
margin-left: 20%;
}
@media screen and (max-width: 1350px) {
.cases .case .reviews h5 {
font-size: 21.6666666667px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.cases .case .reviews h5 {
font-size: 18.5714285714px;
line-height: 21.6666666667px;
}
}
.cases .case .reviews .review {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.cases .case .reviews .review .image-placeholder {
width: 20%;
margin-top: 101px;
}
.cases .case .reviews .review .image-placeholder .image {
width: 100px;
height: 100px;
background-size: cover;
background-position: center;
border-radius: 9999px;
}
.cases .case .reviews .review .content {
width: 80%;
margin-top: 50px;
border-top: 1px solid #f1f1f1;
padding-top: 50px;
}
.cases .case .reviews .review .content p {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.cases .case .reviews .review .content p {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.cases .case .reviews .review .content p {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.cases .case .reviews .review .content .text {
margin-bottom: 25px;
}
.cases .case .reviews .review .content .text *:first-child {
margin-top: 0;
}
.cases .case .reviews .review .content .name {
margin-bottom: 2px;
}
.cases .case .reviews .review .content .function {
margin: 0;
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 22px;
}
@media screen and (max-width: 1350px) {
.cases .case .reviews .review .content .function {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.cases .case .reviews .review .content .function {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.cases .case .reviews .review:first-of-type .image-placeholder {
margin-top: 50px;
}
.cases .case .reviews .review:first-of-type .content {
margin-top: 50px;
border-top: none;
padding-top: 0;
}
@media screen and (max-width: 1250px) {
.cases .cases-placeholder {
margin: 50px auto;
}
.cases .case {
display: block;
}
.cases .case .information {
width: 100%;
max-width: 600px;
margin: 0 auto 50px;
padding: 40px 8% 80px;
}
.cases .case .reviews {
width: 100%;
max-width: 600px;
margin: 0 auto;
}
.cases .case .reviews h5 {
width: 100%;
text-align: center;
margin-left: 0;
}
.cases .case .reviews .review .image-placeholder {
width: 25%;
}
.cases .case .reviews .review .content {
width: 75%;
}
.cases .case .reviews .review .content p {
font-size: 19px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
}
}
@media screen and (max-width: 1250px) and (max-width: 1350px) {
.cases .case .reviews .review .content p {
font-size: 15.8333333333px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 1250px) and (max-width: 800px) {
.cases .case .reviews .review .content p {
font-size: 13.5714285714px;
line-height: 20px;
}
}
@media screen and (max-width: 1250px) {
.cases .case .reviews .review .content .function {
font-size: 19px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
}
}
@media screen and (max-width: 1250px) and (max-width: 1350px) {
.cases .case .reviews .review .content .function {
font-size: 15.8333333333px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 1250px) and (max-width: 800px) {
.cases .case .reviews .review .content .function {
font-size: 13.5714285714px;
line-height: 20px;
}
}
@media screen and (max-width: 650px) {
.cases .cases-placeholder {
width: 100%;
}
.cases .case .information {
max-width: 500px;
}
.cases .case .reviews .review {
display: block;
margin-bottom: 80px;
}
.cases .case .reviews .review .image-placeholder {
margin: 50px auto 0;
}
.cases .case .reviews .review .content {
margin: 35px auto 0;
margin-top: 35px;
padding-top: 0;
width: 90%;
border-top: none;
max-width: 350px;
}
}
@media screen and (max-width: 450px) {
.cases .content-container {
width: 100%;
}
.cases .cases-placeholder {
width: 100%;
}
}
.feature-content {
position: relative;
}
.feature-content .background {
position: absolute;
width: 50%;
height: 100%;
left: 0;
top: 0;
background-color: #405468;
}
.feature-content .background:before {
content: "";
height: 70px;
width: 100%;
background-color: #7a8795;
opacity: 0.5;
position: absolute;
top: 0;
left: 0;
}
.feature-content .content-container.inner {
position: relative;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.feature-content .feature-nav {
width: 20.8333333333%;
position: absolute;
left: -4.1666666667%;
}
.feature-content .feature-nav .header {
height: 70px;
padding: 0 40px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.feature-content .feature-nav .header h4 {
color: white;
font-size: 24px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 22px;
}
@media screen and (max-width: 1350px) {
.feature-content .feature-nav .header h4 {
font-size: 20px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.feature-content .feature-nav .header h4 {
font-size: 17.1428571429px;
line-height: 20px;
}
}
.feature-content .feature-nav ul {
list-style: none;
margin-top: 40px;
padding-bottom: 20px;
padding-right: 20px;
}
.feature-content .feature-nav ul li {
margin-bottom: 18px;
line-height: 18px !important;
}
.feature-content .feature-nav ul li a {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px !important;
line-height: 15px !important;
color: white;
}
@media screen and (max-width: 1350px) {
.feature-content .feature-nav ul li a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.feature-content .feature-nav ul li a {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.feature-content .feature-nav ul li a .date {
font-size: 15px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px;
color: #b2bac2;
display: block;
}
@media screen and (max-width: 1350px) {
.feature-content .feature-nav ul li a .date {
font-size: 12.5px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.feature-content .feature-nav ul li a .date {
font-size: 10.7142857143px;
line-height: 15px;
}
}
.feature-content .feature-nav ul li.active {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
position: relative;
}
.feature-content .feature-nav ul li.active:before {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -90px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
left: -25px;
position: absolute;
}
.feature-content .feature-nav ul li.active a {
width: 100%;
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
color: #ff8100;
}
@media screen and (max-width: 1350px) {
.feature-content .feature-nav ul li.active a {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.feature-content .feature-nav ul li.active a {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.feature-content .feature-nav ul li.active a .date {
color: #ff8100;
font-size: 15px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 14px;
display: block;
margin-bottom: 2px;
}
@media screen and (max-width: 1350px) {
.feature-content .feature-nav ul li.active a .date {
font-size: 12.5px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.feature-content .feature-nav ul li.active a .date {
font-size: 10.7142857143px;
line-height: 15px;
}
}
.feature-content .feature-detail {
width: 83.3333333333%;
background-color: white;
padding: 15px 8.3333333333% 50px;
}
.feature-content .feature-detail .intro {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 30px;
}
.feature-content .feature-detail .intro .text {
width: 100%;
}
.feature-content .feature-detail .intro .text h1 {
font-size: 30px;
line-height: 30px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 28px;
color: #405468;
margin-bottom: 10px;
}
@media screen and (max-width: 1350px) {
.feature-content .feature-detail .intro .text h1 {
font-size: 25px;
line-height: 27.2727272727px;
}
}
@media screen and (max-width: 800px) {
.feature-content .feature-detail .intro .text h1 {
font-size: 21.4285714286px;
line-height: 25px;
}
}
.feature-content .feature-detail .intro .text h2 {
font-size: 20px;
line-height: 28px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 18px;
line-height: 24px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.feature-content .feature-detail .intro .text h2 {
font-size: 16.6666666667px;
line-height: 25.4545454545px;
}
}
@media screen and (max-width: 800px) {
.feature-content .feature-detail .intro .text h2 {
font-size: 14.2857142857px;
line-height: 23.3333333333px;
}
}
.feature-content .feature-detail .intro .animation-placeholder {
width: 265px;
}
.feature-content .feature-detail .other-features {
margin: 25px 0;
border-top: 2px solid #f1f1f1;
padding-top: 40px;
position: relative;
}
.feature-content .feature-detail .other-features > p {
font-size: 24px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 22px;
line-height: 22px;
color: #7a8795;
margin: 0 0 40px;
}
@media screen and (max-width: 1350px) {
.feature-content .feature-detail .other-features > p {
font-size: 20px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.feature-content .feature-detail .other-features > p {
font-size: 17.1428571429px;
line-height: 20px;
}
}
.feature-content .feature-detail .other-features .placeholder {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.feature-content .feature-detail .other-features .placeholder .feature-block {
width: 30%;
position: relative;
background-color: #f9f9f9;
}
.feature-content .feature-detail .other-features .placeholder .feature-block:after {
content: "";
position: absolute;
bottom: 0;
left: -10px;
width: calc(100% + 20px);
height: 2px;
background: #f1f1f1;
}
.feature-content .feature-detail .other-features .placeholder .feature-block a {
display: block;
}
.feature-content .feature-detail .other-features .placeholder .feature-block .content {
padding: 20px 10%;
height: calc(100% - 40px);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.feature-content .feature-detail .other-features .placeholder .feature-block .content h5 {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 17px !important;
line-height: 17px !important;
color: #384b5b;
margin-bottom: 15px;
}
@media screen and (max-width: 1350px) {
.feature-content .feature-detail .other-features .placeholder .feature-block .content h5 {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.feature-content .feature-detail .other-features .placeholder .feature-block .content h5 {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.feature-content .feature-detail .other-features .placeholder .feature-block .content p {
margin: 0 0 20px;
color: #7a8795;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px !important;
line-height: 18px !important;
}
@media screen and (max-width: 1350px) {
.feature-content .feature-detail .other-features .placeholder .feature-block .content p {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.feature-content .feature-detail .other-features .placeholder .feature-block .content p {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.feature-content .feature-detail .other-features .placeholder .feature-block .content span {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 15px !important;
line-height: 15px !important;
color: #ff8100;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1350px) {
.feature-content .feature-detail .other-features .placeholder .feature-block .content span {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.feature-content .feature-detail .other-features .placeholder .feature-block .content span {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.feature-content .feature-detail .other-features .placeholder .feature-block .content span:after {
content: "";
margin-left: 8px;
background: url("/img/rentman-sprite.svg?v=4") -90px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.feature-content .feature-detail .other-features .placeholder .feature-block:hover .content span:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
@media screen and (max-width: 1580px) {
.feature-content .feature-nav ul li.active:before {
display: none;
}
}
@media screen and (max-width: 1150px) {
.feature-content .feature-nav, .feature-content .background {
display: none;
}
.feature-content .feature-detail {
width: 100%;
}
}
@media screen and (max-width: 1000px) {
.feature-content .feature-detail .other-features p {
text-align: center;
}
.feature-content .feature-detail .other-features .placeholder {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.feature-content .feature-detail .other-features .placeholder .feature-block {
width: 100%;
margin-bottom: 40px;
max-width: 460px;
}
.feature-content .feature-detail .other-features .placeholder .feature-block a {
height: auto !important;
}
}
@media screen and (max-width: 740px) {
.feature-content .content-container {
width: 100%;
}
}
@media screen and (max-width: 680px) {
.feature-content .feature-detail .intro .text {
width: 100%;
}
.feature-content .feature-detail .intro .animation-placeholder {
display: none;
}
}
.features-library-row {
background-color: #ff8100;
position: relative;
padding: 80px 0;
}
.features-library-row.detail-page {
background-color: #405468;
display: none;
}
.features-library-row:before {
content: "";
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 40px;
background-image: url("/img/horizontal-shadow.png");
background-size: contain;
background-repeat: repeat-x;
}
.features-library-row h3 {
color: white;
font-size: 34px;
line-height: 46px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
text-align: center;
margin: 0 0 45px;
}
@media screen and (max-width: 1350px) {
.features-library-row h3 {
font-size: 28.3333333333px;
line-height: 41.8181818182px;
}
}
@media screen and (max-width: 800px) {
.features-library-row h3 {
font-size: 24.2857142857px;
line-height: 38.3333333333px;
}
}
.features-library-row .features {
width: 83.3333333333%;
margin: auto;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.features-library-row ul {
list-style: none;
padding: 0;
margin: 0;
width: calc((100% - 80px) / 3);
}
.features-library-row ul li {
border-bottom: 1px solid rgba(241, 241, 241, 0.3);
}
.features-library-row ul li a {
font-size: 18px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 16px;
color: white;
height: 60px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
@media screen and (max-width: 1350px) {
.features-library-row ul li a {
font-size: 15px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.features-library-row ul li a {
font-size: 12.8571428571px;
line-height: 15px;
}
}
.features-library-row ul li a span {
display: inline-block;
width: 100%;
font-size: 18px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 16px;
color: white;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (max-width: 1350px) {
.features-library-row ul li a span {
font-size: 15px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.features-library-row ul li a span {
font-size: 12.8571428571px;
line-height: 15px;
}
}
.features-library-row ul li:nth-of-type(4) {
border-bottom: none;
}
.features-library-row ul li:hover a span {
opacity: 0.7;
-webkit-transform: translate3d(10px, 0, 0);
-moz-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
-o-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.features-library-row .button {
border-radius: 4px;
border: 2px solid white;
display: block;
max-width: 340px;
margin: 60px auto 0;
}
.features-library-row .button a {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
padding: 10px 20px 10px 35px;
font-size: 21px;
line-height: 25px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
color: white;
}
@media screen and (max-width: 1350px) {
.features-library-row .button a {
font-size: 17.5px;
line-height: 22.7272727273px;
}
}
@media screen and (max-width: 800px) {
.features-library-row .button a {
font-size: 15px;
line-height: 20.8333333333px;
}
}
.features-library-row .button a:after {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.features-library-row .button:hover a:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
@media screen and (max-width: 1150px) {
.features-library-row.detail-page {
display: block;
}
}
@media screen and (max-width: 740px) {
.features-library-row .features {
width: 83.3333333333%;
margin: auto;
display: block;
}
.features-library-row ul {
width: 100%;
}
.features-library-row ul li:nth-of-type(4) {
border-bottom: 1px solid rgba(241, 241, 241, 0.3);
}
}
.blog-items .blog-item {
position: relative;
border-bottom: 1px solid #f1f1f1;
margin-bottom: 50px;
}
.blog-items .blog-item a {
height: 200px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.blog-items .blog-item .image {
height: 100%;
width: 280px;
background-color: #f1f1f1;
position: relative;
}
.blog-items .blog-item .image .image-container {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
}
.blog-items .blog-item .image .placeholder {
position: absolute;
width: 100%;
height: 100%;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.blog-items .blog-item .image .placeholder .icon {
background: url("/img/rentman-sprite.svg?v=4") 0 0 no-repeat;
background-size: 640px 215px;
width: 67px;
height: 30px;
display: inline-block;
}
.blog-items .blog-item .information {
width: calc(100% - 300px);
padding: 10px 0;
}
.blog-items .blog-item .information h3 {
font-size: 20px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
color: #405468;
}
@media screen and (max-width: 1350px) {
.blog-items .blog-item .information h3 {
font-size: 16.6666666667px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.blog-items .blog-item .information h3 {
font-size: 14.2857142857px;
line-height: 20px;
}
}
.blog-items .blog-item .information .content h2 {
font-size: 18px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 17px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.blog-items .blog-item .information .content h2 {
font-size: 15px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.blog-items .blog-item .information .content h2 {
font-size: 12.8571428571px;
line-height: 18.3333333333px;
}
}
.blog-items .blog-item .information .content p, .blog-items .blog-item .information .content span, .blog-items .blog-item .information .content li {
font-size: 18px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px;
color: #7a8795;
}
@media screen and (max-width: 1350px) {
.blog-items .blog-item .information .content p, .blog-items .blog-item .information .content span, .blog-items .blog-item .information .content li {
font-size: 15px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.blog-items .blog-item .information .content p, .blog-items .blog-item .information .content span, .blog-items .blog-item .information .content li {
font-size: 12.8571428571px;
line-height: 18.3333333333px;
}
}
.blog-items .blog-item .information .read-more {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 16px !important;
line-height: 16px !important;
color: #ff8100;
}
@media screen and (max-width: 1350px) {
.blog-items .blog-item .information .read-more {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.blog-items .blog-item .information .read-more {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.blog-items .blog-item .information .read-more:after {
content: "";
margin-left: 8px;
background: url("/img/rentman-sprite.svg?v=4") -90px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.blog-items .blog-item .information .date {
font-size: 17px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px;
color: #b2bac2;
position: absolute;
bottom: 15px;
right: 0;
margin: 0;
}
@media screen and (max-width: 1350px) {
.blog-items .blog-item .information .date {
font-size: 14.1666666667px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.blog-items .blog-item .information .date {
font-size: 12.1428571429px;
line-height: 18.3333333333px;
}
}
.blog-items .blog-item:hover .information .read-more:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
@media screen and (max-width: 740px) {
.blog-items .blog-item {
max-width: 480px;
margin-left: auto;
margin-right: auto;
}
.blog-items .blog-item a {
height: auto;
display: block;
width: 100%;
}
.blog-items .blog-item .image {
height: 280px;
width: 100%;
}
.blog-items .blog-item .information {
width: 100%;
padding: 20px 0;
}
.blog-items .blog-item .information .date {
bottom: 0;
position: relative;
text-align: right;
}
}
@media screen and (max-width: 700px) {
.pagination-container .pagination-custom li {
display: none;
}
.pagination-container .pagination-custom li:last-child, .pagination-container .pagination-custom li:first-child {
display: block;
}
}
.blog-detail .back-overview a {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 15px !important;
line-height: 15px !important;
color: #ff8100;
}
@media screen and (max-width: 1350px) {
.blog-detail .back-overview a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.blog-detail .back-overview a {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.blog-detail .back-overview a:before {
content: "";
margin-right: 8px;
background: url("/img/rentman-sprite.svg?v=4") -90px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translate3d(0, 0, 0) rotate(180deg);
-moz-transform: translate3d(0, 0, 0) rotate(180deg);
-ms-transform: translate3d(0, 0, 0) rotate(180deg);
-o-transform: translate3d(0, 0, 0) rotate(180deg);
transform: translate3d(0, 0, 0) rotate(180deg);
}
.blog-detail .back-overview:hover a:before {
-webkit-transform: translate3d(-5px, 0, 0) rotate(180deg);
-moz-transform: translate3d(-5px, 0, 0) rotate(180deg);
-ms-transform: translate3d(-5px, 0, 0) rotate(180deg);
-o-transform: translate3d(-5px, 0, 0) rotate(180deg);
transform: translate3d(-5px, 0, 0) rotate(180deg);
}
.blog-detail .social-media {
padding: 35px 0 0;
border-top: 1px solid #f1f1f1;
}
.blog-detail .social-media p {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 15px !important;
line-height: 15px !important;
color: #ff8100;
margin: 0 0 25px;
}
@media screen and (max-width: 1350px) {
.blog-detail .social-media p {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.blog-detail .social-media p {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.blog-detail .social-media span {
margin-right: 12px;
cursor: pointer;
}
.blog-detail .social-media span#shareBtnFacebook {
background: url("/img/socialMediaSprite.svg") -50px 0 no-repeat;
background-size: 150px 50px;
width: 24px;
height: 24px;
display: inline-block;
}
.blog-detail .social-media span#shareTwitter {
background: url("/img/socialMediaSprite.svg") 0 0 no-repeat;
background-size: 150px 50px;
width: 24px;
height: 24px;
display: inline-block;
}
.blog-detail .social-media span#shareLinkedin {
background: url("/img/socialMediaSprite.svg") -25px 0 no-repeat;
background-size: 150px 50px;
width: 24px;
height: 24px;
display: inline-block;
}
.blog-detail h1 {
font-size: 32px;
line-height: 34px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: #405468;
max-width: 700px;
}
@media screen and (max-width: 1350px) {
.blog-detail h1 {
font-size: 26.6666666667px;
line-height: 30.9090909091px;
}
}
@media screen and (max-width: 800px) {
.blog-detail h1 {
font-size: 22.8571428571px;
line-height: 28.3333333333px;
}
}
.blog-detail h2 {
font-size: 24px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: #7a8795;
margin-top: 10px;
max-width: 850px;
}
@media screen and (max-width: 1350px) {
.blog-detail h2 {
font-size: 20px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.blog-detail h2 {
font-size: 17.1428571429px;
line-height: 21.6666666667px;
}
}
.blog-detail .image-container {
width: 100%;
margin: 40px 0 20px;
}
.blog-detail .image-container img {
width: 100%;
}
.blog-placeholder {
margin-top: 40px;
border-top: 1px solid #f1f1f1;
padding: 60px 0;
}
.blog-placeholder .next, .blog-placeholder .previous {
width: 45%;
max-width: 300px;
}
.blog-placeholder .next .direction, .blog-placeholder .previous .direction {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 15px !important;
line-height: 15px !important;
color: #ff8100;
}
@media screen and (max-width: 1350px) {
.blog-placeholder .next .direction, .blog-placeholder .previous .direction {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.blog-placeholder .next .direction, .blog-placeholder .previous .direction {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.blog-placeholder .next h2, .blog-placeholder .previous h2 {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px !important;
line-height: 18px !important;
color: #405468;
}
@media screen and (max-width: 1350px) {
.blog-placeholder .next h2, .blog-placeholder .previous h2 {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.blog-placeholder .next h2, .blog-placeholder .previous h2 {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.blog-placeholder .next .date, .blog-placeholder .previous .date {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px !important;
line-height: 18px !important;
color: #b2bac2;
}
@media screen and (max-width: 1350px) {
.blog-placeholder .next .date, .blog-placeholder .previous .date {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.blog-placeholder .next .date, .blog-placeholder .previous .date {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.blog-placeholder .next {
float: right;
}
.blog-placeholder .next .direction:after {
content: "";
margin-left: 8px;
background: url("/img/rentman-sprite.svg?v=4") -90px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.blog-placeholder .next:hover .direction:after {
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.blog-placeholder .previous {
float: left;
}
.blog-placeholder .previous .direction:before {
content: "";
margin-right: 8px;
background: url("/img/rentman-sprite.svg?v=4") -90px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translate3d(0, 0, 0) rotate(180deg);
-moz-transform: translate3d(0, 0, 0) rotate(180deg);
-ms-transform: translate3d(0, 0, 0) rotate(180deg);
-o-transform: translate3d(0, 0, 0) rotate(180deg);
transform: translate3d(0, 0, 0) rotate(180deg);
}
.blog-placeholder .previous:hover .direction:before {
-webkit-transform: translate3d(-5px, 0, 0) rotate(180deg);
-moz-transform: translate3d(-5px, 0, 0) rotate(180deg);
-ms-transform: translate3d(-5px, 0, 0) rotate(180deg);
-o-transform: translate3d(-5px, 0, 0) rotate(180deg);
transform: translate3d(-5px, 0, 0) rotate(180deg);
}
@media screen and (max-width: 580px) {
.blog-placeholder .next {
margin-bottom: 55px;
}
.blog-placeholder .next, .blog-placeholder .previous {
width: 100%;
float: none;
margin-left: auto;
margin-right: auto;
}
}
.status-page {
display: block;
margin-top: 18px;
width: 100%;
max-width: 350px;
}
.status-page h3 {
padding: 8px 25px;
background-color: #405468;
color: white;
font-size: 17px !important;
border-radius: 4px 4px 0 0;
}
.status-page .wrapper {
padding: 15px 25px 25px;
border-radius: 0 0 4px 4px;
background-color: rgba(122, 135, 149, 0.07);
}
.status-page .wrapper > p {
color: #405468;
font-size: 15px !important;
padding-left: 30px;
}
.status-page .status {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.status-page .status .indicator {
display: block;
width: 10px;
height: 10px;
background-color: #e1e1e1;
border-radius: 100%;
}
.status-page .status .indicator[data-status=none] {
background-color: #32e146;
}
.status-page .status .indicator[data-status=minor] {
background-color: #FFD33A;
}
.status-page .status .indicator[data-status=major] {
background-color: #ff8100;
}
.status-page .status .indicator[data-status=critical] {
background-color: #ff1e00;
}
.status-page .status p {
font-size: 19px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 17px;
color: #7a8795;
width: calc(100% - 30px);
line-height: 1.2 !important;
}
@media screen and (max-width: 1350px) {
.status-page .status p {
font-size: 15.8333333333px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.status-page .status p {
font-size: 13.5714285714px;
line-height: 20px;
}
}
#faq-link {
position: relative;
top: -80px;
}
.faq-row > h2 {
font-size: 32px;
line-height: 51.2px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 28px;
color: #384b5b;
text-align: center;
margin: 0;
padding: 60px 0 30px;
}
@media screen and (max-width: 1350px) {
.faq-row > h2 {
font-size: 26.6666666667px;
line-height: 46.5454545455px;
}
}
@media screen and (max-width: 800px) {
.faq-row > h2 {
font-size: 22.8571428571px;
line-height: 42.6666666667px;
}
}
.faq-row .header {
background: url("/img/cloud_background.jpg");
background-size: cover;
background-position: center;
padding: 70px 0;
}
.faq-row .header > h3 {
text-align: center;
font-size: 32px;
line-height: 51.2px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 28px;
color: white;
margin: 0;
}
@media screen and (max-width: 1350px) {
.faq-row .header > h3 {
font-size: 26.6666666667px;
line-height: 46.5454545455px;
}
}
@media screen and (max-width: 800px) {
.faq-row .header > h3 {
font-size: 22.8571428571px;
line-height: 42.6666666667px;
}
}
.faq-row .header p {
text-align: center;
margin: 0;
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
color: #b2bac2;
}
@media screen and (max-width: 1350px) {
.faq-row .header p {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.faq-row .header p {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.faq-row .type-bar {
max-width: 1000px;
width: 95%;
margin: 40px auto 30px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.faq-row .type-bar .nav-types {
border-left: 1px solid white;
width: 25%;
height: 50px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
background-color: #405468;
color: white;
text-align: center;
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 16px !important;
margin: 0;
cursor: pointer;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (max-width: 1350px) {
.faq-row .type-bar .nav-types {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.faq-row .type-bar .nav-types {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.faq-row .type-bar .nav-types:hover {
background-color: #384b5b;
}
.faq-row .type-bar .nav-types.active {
background-color: #ff8100;
}
.faq-row .type-bar .nav-types:first-child {
border-radius: 6px 0 0 6px;
border-left: none;
}
.faq-row .type-bar .nav-types:last-child {
border-radius: 0 6px 6px 0;
}
.faq-row .questions {
margin: 40px auto;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
width: 95%;
max-width: 1000px;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
}
.faq-row .questions .question {
width: 100%;
background-color: rgba(241, 241, 241, 0.3);
max-width: 700px;
margin: 0 auto 2px;
cursor: pointer;
}
.faq-row .questions .question .window-bar {
background-color: #e1e1e1;
}
.faq-row .questions .question .content {
background-color: #f9f9f9;
padding: 35px 10%;
border-radius: 0 0 6px 6px;
}
.faq-row .questions .question .content .question-header {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.faq-row .questions .question .content .question-header h5 {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px !important;
line-height: 18px !important;
color: #384b5b;
margin-bottom: 25px;
width: calc(100% - 25px);
}
@media screen and (max-width: 1350px) {
.faq-row .questions .question .content .question-header h5 {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.faq-row .questions .question .content .question-header h5 {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.faq-row .questions .question .content .question-header span {
display: block;
background: url("/img/rentman-sprite.svg?v=4") -90px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(0, 2px, 0) rotate(-90deg);
-moz-transform: translate3d(0, 2px, 0) rotate(-90deg);
-ms-transform: translate3d(0, 2px, 0) rotate(-90deg);
-o-transform: translate3d(0, 2px, 0) rotate(-90deg);
transform: translate3d(0, 2px, 0) rotate(-90deg);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.faq-row .questions .question .content p {
margin: 0 0 20px;
color: #7a8795;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px !important;
line-height: 24px !important;
opacity: 1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (max-width: 1350px) {
.faq-row .questions .question .content p {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.faq-row .questions .question .content p {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.faq-row .questions .question .content p span, .faq-row .questions .question .content p a {
color: #ff8100;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px !important;
line-height: 24px !important;
}
@media screen and (max-width: 1350px) {
.faq-row .questions .question .content p span, .faq-row .questions .question .content p a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.faq-row .questions .question .content p span, .faq-row .questions .question .content p a {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.faq-row .questions .question.inactive .content {
height: 100px;
}
.faq-row .questions .question.inactive .content .question-header span {
-webkit-transform: translate3d(0, 2px, 0) rotate(90deg);
-moz-transform: translate3d(0, 2px, 0) rotate(90deg);
-ms-transform: translate3d(0, 2px, 0) rotate(90deg);
-o-transform: translate3d(0, 2px, 0) rotate(90deg);
transform: translate3d(0, 2px, 0) rotate(90deg);
}
.faq-row .questions .question.inactive .content .text {
pointer-events: none;
}
.faq-row .questions .question.inactive .content p {
opacity: 0;
}
.faq-row .questions .question.hide {
display: none;
}
@media screen and (max-width: 850px) {
.faq-row .questions .question {
max-width: none;
}
}
@media screen and (max-width: 400px) {
.faq-row .content-container {
width: 100%;
}
.faq-row .type-bar {
width: 100%;
}
.faq-row .type-bar .nav-types {
border-radius: 0 !important;
}
.faq-row .questions .question .content {
padding: 35px 20px;
}
}
.customer-logos-slider-row {
padding: 100px 0 40px;
width: 100%;
overflow: hidden;
}
.customer-logos-slider-row .content-container {
position: relative;
display: block;
height: 85px;
}
.customer-logos-slider-row .content-container a {
text-decoration: none;
}
.customer-logos-slider-row .content-container .logo {
position: absolute;
top: 0;
left: calc( 50% - (((100% + 40px) / 7 ) / 2 ) );
display: block;
width: calc((100% + 40px) / 7 );
height: 100%;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
/* Firefox 3.5+, IE10 */
filter: gray;
/* IE6-9 */
-webkit-filter: grayscale(100%);
opacity: 0;
transition: all 0.4s;
}
.customer-logos-slider-row .content-container .logo.active, .customer-logos-slider-row .content-container .logo.previouser, .customer-logos-slider-row .content-container .logo.previous, .customer-logos-slider-row .content-container .logo.next, .customer-logos-slider-row .content-container .logo.nexter {
opacity: 0.8;
z-index: 3;
}
.customer-logos-slider-row .content-container .logo.previousLocator {
left: calc( ((100% + 40px) / 7 ) * -1 );
}
.customer-logos-slider-row .content-container .logo.previouser {
left: 0;
}
.customer-logos-slider-row .content-container .logo.previous {
left: calc( 29% - (((100% + 40px) / 7 ) / 2 ) );
}
.customer-logos-slider-row .content-container .logo.active {
left: calc( 50% - (((100% + 40px) / 7 ) / 2 ) );
}
.customer-logos-slider-row .content-container .logo.next {
left: calc( 71% - (((100% + 40px) / 7 ) / 2 ) );
}
.customer-logos-slider-row .content-container .logo.nexter {
left: calc( 100% - ((100% + 40px) / 7 ) );
}
.customer-logos-slider-row .content-container .logo.nextLocator {
left: calc( 100% );
}
@media screen and (max-width: 900px) {
.customer-logos-slider-row .content-container .logo {
width: calc((100% + 40px) / 4 );
}
.customer-logos-slider-row .content-container .logo.previouser {
left: calc( ((100% + 40px) / 4 ) * -1 );
opacity: 0 !important;
}
.customer-logos-slider-row .content-container .logo.previous {
left: 0;
}
.customer-logos-slider-row .content-container .logo.active {
left: calc( 50% - (((100% + 40px) / 4 ) / 2 ) );
}
.customer-logos-slider-row .content-container .logo.next {
left: calc( 100% - ((100% + 40px) / 4 ) );
}
.customer-logos-slider-row .content-container .logo.nexter {
left: calc( 100% );
opacity: 0 !important;
}
}
.customer-logos-slider-row .content-container .logo:hover {
opacity: 1;
filter: none;
-webkit-filter: grayscale(0%);
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5;
pointer-events: none;
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation:before, .customer-logos-slider-row .content-container #customerLogoSliderNavigation:after {
content: "";
position: absolute;
top: 0;
width: calc( ((100% + 40px) / 7 ) * 2);
height: 100%;
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation:before {
left: calc( ((100% + 40px) / 7 ) * -1);
background: -moz-linear-gradient(left, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
background: -webkit-linear-gradient(left, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation:after {
right: calc( ((100% + 40px) / 7 ) * -1);
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation .nav-button {
position: absolute;
z-index: 2;
top: 0;
width: 60px;
height: 100%;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
cursor: pointer;
pointer-events: all;
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation .nav-button:before {
content: "";
display: inline-block;
background: url("/img/rentman-sprite.svg?v=4") -470px -120px no-repeat;
background-size: 640px 215px;
width: 27px;
height: 50px;
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation .nav-button.previous {
left: 0;
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation .nav-button.previous:before {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation .nav-button.next {
right: 0;
}
@media screen and (max-width: 900px) {
.customer-logos-slider-row .content-container {
width: calc(100% - 120px);
max-width: 700px;
margin: auto;
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation:before, .customer-logos-slider-row .content-container #customerLogoSliderNavigation:after {
display: none;
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation .nav-button {
width: 40px;
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation .nav-button:before {
background: url("/img/rentman-sprite.svg?v=4") -500px -120px no-repeat;
background-size: 640px 215px;
width: 14px;
height: 25px;
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation .nav-button.previous {
left: -60px;
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation .nav-button.next {
right: -60px;
}
}
@media screen and (max-width: 560px) {
.customer-logos-slider-row .content-container {
height: 65px;
width: calc(100% - 80px);
}
.customer-logos-slider-row .content-container .logo {
pointer-events: none;
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation .nav-button {
width: 30px;
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation .nav-button.previous {
left: -40px;
}
.customer-logos-slider-row .content-container #customerLogoSliderNavigation .nav-button.next {
right: -40px;
}
}
.mobile-navigation {
position: fixed;
z-index: 1000;
height: 100%;
display: none;
overflow: hidden;
width: 100%;
left: 0;
top: 0;
pointer-events: none;
}
.mobile-navigation .bar {
height: 60px;
background-color: #ff8100;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.11);
pointer-events: all;
position: relative;
z-index: 4;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.mobile-navigation .bar .toggle-menu {
width: 80px;
height: 100%;
z-index: 3;
background-color: #405468;
border: rgba(255, 255, 255, 0.1);
cursor: pointer;
position: relative;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.mobile-navigation .bar .toggle-menu .icon span {
position: relative;
width: 25px;
height: 3px;
margin-bottom: 3px;
background-color: white;
border-radius: 9999px;
display: block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.mobile-navigation .bar .toggle-menu .icon span:last-of-type {
margin-bottom: 0;
width: 17px;
}
.mobile-navigation .bar .toggle-menu:hover .icon span:last-of-type {
width: 25px;
}
.mobile-navigation .bar .logo {
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
.mobile-navigation .bar .logo span {
background: url("/img/rentman-sprite.svg?v=4") -470px -55px no-repeat;
background-size: 640px 215px;
width: 129px;
height: 20px;
display: inline-block;
}
.mobile-navigation .shader {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: #405468;
opacity: 0;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.mobile-navigation .menu {
height: 100%;
width: 80%;
left: 0;
top: 0;
background-color: #405468;
min-width: 275px;
position: absolute;
overflow-x: auto;
pointer-events: all;
z-index: 5;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.mobile-navigation .menu > p {
margin-left: 20px;
margin-right: 20px;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px !important;
line-height: 32px !important;
color: white;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .menu > p {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .menu > p {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.mobile-navigation .menu > p strong {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 15px !important;
line-height: 32px !important;
color: white;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .menu > p strong {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .menu > p strong {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.mobile-navigation .language {
padding: 0 20px;
}
.mobile-navigation .language ul {
list-style: none;
padding: 0 0 5px;
margin: 0;
height: 60px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-navigation .language ul li {
margin-right: 20px;
}
.mobile-navigation .language ul li a {
text-transform: uppercase;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px !important;
line-height: 38px !important;
color: white;
opacity: 0.4;
position: relative;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .language ul li a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .language ul li a {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.mobile-navigation .language ul li.active a {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: white;
opacity: 1;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .language ul li.active a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .language ul li.active a {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.mobile-navigation .language ul li.active a:after {
content: "";
width: 100%;
height: 1px;
background-color: white;
position: absolute;
left: 0;
bottom: -3px;
}
.mobile-navigation nav {
padding: 0 20px;
}
.mobile-navigation nav ul {
padding: 0;
list-style: none;
}
.mobile-navigation nav ul li a {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 18px !important;
line-height: 42px !important;
color: white;
}
@media screen and (max-width: 1350px) {
.mobile-navigation nav ul li a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation nav ul li a {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.mobile-navigation nav ul li a {
position: relative;
display: block;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.mobile-navigation nav ul li:hover a {
color: #b2bac2;
}
.mobile-navigation nav ul li.divide {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding-top: 20px;
margin-bottom: 20px;
}
.mobile-navigation nav ul li.active a {
color: #ff8100;
}
.mobile-navigation .contact-information {
margin-top: 60px;
background-color: #364758;
padding: 40px 20px;
position: relative;
}
.mobile-navigation .contact-information:before, .mobile-navigation .contact-information:after {
content: "";
background-image: url("/img/horizontal-shadow.png");
height: 40px;
width: 100%;
position: absolute;
left: 0;
top: 0;
}
.mobile-navigation .contact-information:after {
top: auto;
bottom: 0;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.mobile-navigation .contact-information h3 {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 20px !important;
color: white;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .contact-information h3 {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .contact-information h3 {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.mobile-navigation .contact-information p {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px !important;
line-height: 21px !important;
color: white;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .contact-information p {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .contact-information p {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.mobile-navigation .contact-information p a {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 15px !important;
line-height: 21px !important;
color: #ff8100;
}
@media screen and (max-width: 1350px) {
.mobile-navigation .contact-information p a {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.mobile-navigation .contact-information p a {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.mobile-navigation .social {
margin-top: 40px;
}
.mobile-navigation .social strong {
display: block;
opacity: 0.7;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-navigation .social .icons {
margin-top: 15px;
display: block;
}
.mobile-navigation .social a {
margin-right: 5px;
}
.mobile-navigation .social a span {
opacity: 0.6;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
.mobile-navigation .social a span.facebook {
background: url("/img/socialMediaSprite.svg") -50px -25px no-repeat;
background-size: 150px 50px;
width: 24px;
height: 24px;
display: inline-block;
}
.mobile-navigation .social a span.twitter {
background: url("/img/socialMediaSprite.svg") 0 -25px no-repeat;
background-size: 150px 50px;
width: 24px;
height: 24px;
display: inline-block;
}
.mobile-navigation .social a span.linkedin {
background: url("/img/socialMediaSprite.svg") -25px -25px no-repeat;
background-size: 150px 50px;
width: 24px;
height: 24px;
display: inline-block;
}
.mobile-navigation .social a span.instagram {
background: url("/img/socialMediaSprite.svg") -75px -25px no-repeat;
background-size: 150px 50px;
width: 24px;
height: 24px;
display: inline-block;
}
.mobile-navigation .social a span.youtube {
background: url("/img/socialMediaSprite.svg") -125px -25px no-repeat;
background-size: 150px 50px;
width: 24px;
height: 24px;
display: inline-block;
}
.mobile-navigation .social a span.pinterest {
background: url("/img/socialMediaSprite.svg") 100px -25px no-repeat;
background-size: 150px 50px;
width: 24px;
height: 24px;
display: inline-block;
}
.mobile-navigation .social a span:hover {
opacity: 1;
}
.mobile-navigation.active .bar {
-webkit-transform: translate3d(80%, 0, 0);
-moz-transform: translate3d(80%, 0, 0);
-ms-transform: translate3d(80%, 0, 0);
-o-transform: translate3d(80%, 0, 0);
transform: translate3d(80%, 0, 0);
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
}
.mobile-navigation.active .bar .toggle-menu {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-navigation.active .bar .toggle-menu .icon span {
opacity: 0;
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.mobile-navigation.active .bar .toggle-menu .icon span:first-of-type {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 1;
top: 6px;
}
.mobile-navigation.active .bar .toggle-menu .icon span:last-of-type {
width: 25px;
opacity: 1;
bottom: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mobile-navigation.active .menu {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.mobile-navigation.active .shader {
opacity: 0.4;
pointer-events: all;
}
.mobile-navigation.allow-animation .shader {
transition: all 0.2s;
}
.mobile-navigation.allow-animation .menu {
transition: all 0.3s;
transition-timing-function: ease-in-out;
}
@media screen and (max-width: 740px) {
header {
height: 60px;
visibility: hidden;
overflow: hidden;
}
.sticky-header, .sticky-header.show {
display: none;
}
.mobile-navigation {
display: block;
}
}
.home-intro .cloud-text, .intro .cloud-text {
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 15px !important;
color: #ff7400;
line-height: 15px !important;
}
@media screen and (max-width: 1350px) {
.home-intro .cloud-text, .intro .cloud-text {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.home-intro .cloud-text, .intro .cloud-text {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.home-intro .cloud-image, .intro .cloud-image {
display: block;
}
.home-intro .cloud-image > span, .intro .cloud-image > span {
display: inline-block;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
position: relative;
top: 0;
left: 0;
opacity: 1;
}
.home-intro .cloud-image .cloud, .intro .cloud-image .cloud {
background: url("/img/rentman-sprite.svg?v=4") 0 -105px no-repeat;
background-size: 640px 215px;
width: 56px;
height: 47px;
background-position: 0 -105px !important;
}
.home-intro .cloud-image .arrow, .intro .cloud-image .arrow {
background: url("/img/rentman-sprite.svg?v=4") -60px -105px no-repeat;
background-size: 640px 215px;
width: 18px 47px;
height: auto;
background-position: -60px -105px !important;
width: 18px !important;
height: 47px !important;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.home-intro .cloud-image .computer, .intro .cloud-image .computer {
background: url("/img/rentman-sprite.svg?v=4") -88px -105px no-repeat;
background-size: 640px 215px;
width: 55px;
height: 47px;
background-position: -88px -105px !important;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: 0.7s;
-moz-transition-delay: 0.7s;
transition-delay: 0.7s;
}
.home-intro .cloud-image .tablet, .intro .cloud-image .tablet {
background: url("/img/rentman-sprite.svg?v=4") -150px -105px no-repeat;
background-size: 640px 215px;
width: 25px;
height: 47px;
background-position: -150px -105px !important;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: 0.9s;
-moz-transition-delay: 0.9s;
transition-delay: 0.9s;
}
.home-intro .cloud-image .mobile, .intro .cloud-image .mobile {
background: url("/img/rentman-sprite.svg?v=4") -180px -105px no-repeat;
background-size: 640px 215px;
width: 16px;
height: 47px;
background-position: -180px -105px !important;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-delay: 1.1s;
-moz-transition-delay: 1.1s;
transition-delay: 1.1s;
}
.home-intro .cloud-image.animation > span, .intro .cloud-image.animation > span {
opacity: 0;
}
.home-intro .cloud-image.animation .arrow, .intro .cloud-image.animation .arrow {
-webkit-transform: translate3d(-10px, 0, 0);
-moz-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
-o-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.home-intro .cloud-image.animation .computer, .intro .cloud-image.animation .computer {
-webkit-transform: translate3d(0, 15px, 0);
-moz-transform: translate3d(0, 15px, 0);
-ms-transform: translate3d(0, 15px, 0);
-o-transform: translate3d(0, 15px, 0);
transform: translate3d(0, 15px, 0);
}
.home-intro .cloud-image.animation .tablet, .intro .cloud-image.animation .tablet {
-webkit-transform: translate3d(0, 15px, 0);
-moz-transform: translate3d(0, 15px, 0);
-ms-transform: translate3d(0, 15px, 0);
-o-transform: translate3d(0, 15px, 0);
transform: translate3d(0, 15px, 0);
}
.home-intro .cloud-image.animation .mobile, .intro .cloud-image.animation .mobile {
-webkit-transform: translate3d(0, 15px, 0);
-moz-transform: translate3d(0, 15px, 0);
-ms-transform: translate3d(0, 15px, 0);
-o-transform: translate3d(0, 15px, 0);
transform: translate3d(0, 15px, 0);
}
.sky-background.three-columns .icon-column {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
transition: 0.4s;
}
.sky-background.three-columns .icon-column:nth-of-type(2) {
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.sky-background.three-columns .icon-column:nth-of-type(3) {
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.sky-background.three-columns .icon-column.animation-part {
-webkit-transform: translate3d(0, 20px, 0);
-moz-transform: translate3d(0, 20px, 0);
-ms-transform: translate3d(0, 20px, 0);
-o-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
opacity: 0;
}
.home-features-row .features-block ul {
overflow: hidden;
}
.home-features-row .features-block ul li a {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
transition: 0.4s;
}
.home-features-row .features-block ul li a span {
opacity: 1;
}
.home-features-row .features-block ul li:nth-child(1) a {
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.home-features-row .features-block ul li:nth-child(2) a {
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.home-features-row .features-block ul li:nth-child(3) a {
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.home-features-row .features-block ul li:nth-child(4) a {
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.home-features-row .features-block ul li:nth-child(5) a {
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.home-features-row .features-block ul li:nth-child(6) a {
-webkit-transition-delay: 0.6s;
-moz-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.home-features-row .features-block ul li:nth-child(7) a {
-webkit-transition-delay: 0.7s;
-moz-transition-delay: 0.7s;
transition-delay: 0.7s;
}
.home-features-row .features-block ul li:nth-child(8) a {
-webkit-transition-delay: 0.8s;
-moz-transition-delay: 0.8s;
transition-delay: 0.8s;
}
.home-features-row .features-block ul.animation-part li a {
opacity: 0;
-webkit-transform: translate3d(30px, 0, 0);
-moz-transform: translate3d(30px, 0, 0);
-ms-transform: translate3d(30px, 0, 0);
-o-transform: translate3d(30px, 0, 0);
transform: translate3d(30px, 0, 0);
}
.capterra .review .stars .star {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
transition: 0.4s;
-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
-moz-transform: translate3d(0, 0, 0) rotate(0deg);
-ms-transform: translate3d(0, 0, 0) rotate(0deg);
-o-transform: translate3d(0, 0, 0) rotate(0deg);
transform: translate3d(0, 0, 0) rotate(0deg);
-webkit-transform-origin: 0px -20px;
-moz-transform-origin: 0px -20px;
-ms-transform-origin: 0px -20px;
-o-transform-origin: 0px -20px;
transform-origin: 0px -20px;
opacity: 1;
}
.capterra .review .stars .star:nth-of-type(2) {
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.capterra .review .stars .star:nth-of-type(3) {
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.capterra .review .stars .star:nth-of-type(4) {
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.capterra .review .stars .star:nth-of-type(5) {
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.capterra.animation .review .stars .star {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0) rotate(-40deg);
-moz-transform: translate3d(0, -10px, 0) rotate(-40deg);
-ms-transform: translate3d(0, -10px, 0) rotate(-40deg);
-o-transform: translate3d(0, -10px, 0) rotate(-40deg);
transform: translate3d(0, -10px, 0) rotate(-40deg);
}
@media screen and (max-width: 950px) {
.sky-background.three-columns .icon-column:nth-of-type(2) {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
}
.sky-background.three-columns .icon-column:nth-of-type(3) {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
}
}
.data-security.content-container h1 {
font-size: 34px;
line-height: 40px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
color: #405468;
margin-bottom: 30px;
}
@media screen and (max-width: 1350px) {
.data-security.content-container h1 {
font-size: 28.3333333333px;
line-height: 36.3636363636px;
}
}
@media screen and (max-width: 800px) {
.data-security.content-container h1 {
font-size: 24.2857142857px;
line-height: 33.3333333333px;
}
}
.customer-logos-row {
padding: 80px 0 0;
}
.customer-logos-row > h3 {
text-align: center;
font-size: 32px;
line-height: 51.2px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
line-height: 28px !important;
font-size: 28px;
margin-bottom: 60px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.customer-logos-row > h3 {
font-size: 26.6666666667px;
line-height: 46.5454545455px;
}
}
@media screen and (max-width: 800px) {
.customer-logos-row > h3 {
font-size: 22.8571428571px;
line-height: 42.6666666667px;
}
}
.customer-logos-row .content-container {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
flex-flow: row wrap;
margin-bottom: 60px;
}
.customer-logos-row .content-container .customer-logo {
width: 20.1%;
height: 85px;
margin-bottom: 60px;
transition: height 0.4s, margin-bottom 0.4s;
}
.customer-logos-row .content-container .customer-logo.hidden {
height: 0;
margin-bottom: 0;
}
.customer-logos-row .content-container .customer-logo > .logo {
height: 100%;
width: 100%;
}
.customer-logos-row .content-container .logo {
background-position: center;
background-size: contain;
background-repeat: no-repeat;
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
/* Firefox 3.5+, IE10 */
filter: gray;
/* IE6-9 */
-webkit-filter: grayscale(100%);
opacity: 0.8;
transition: all 0.4s;
}
.customer-logos-row .content-container .logo:hover {
filter: none;
-webkit-filter: grayscale(0%);
opacity: 1;
}
.customer-logos-row .more-logos {
width: 100%;
text-align: center;
margin-top: 20px;
opacity: 1;
transition: opacity 0.4s;
}
.customer-logos-row .more-logos.hidden {
opacity: 0;
pointer-events: none;
}
.customer-logos-row .more-logos .button {
margin: auto;
width: 100%;
max-width: 240px;
background: #ff8100;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-radius: 4px;
font-size: 21px;
line-height: 21px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
color: white;
padding: 15px 25px;
cursor: pointer;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
}
@media screen and (max-width: 1350px) {
.customer-logos-row .more-logos .button {
font-size: 17.5px;
line-height: 19.0909090909px;
}
}
@media screen and (max-width: 800px) {
.customer-logos-row .more-logos .button {
font-size: 15px;
line-height: 17.5px;
}
}
.customer-logos-row .more-logos .button:after {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0) rotate(90deg);
-moz-transform: translate3d(0, 0, 0) rotate(90deg);
-ms-transform: translate3d(0, 0, 0) rotate(90deg);
-o-transform: translate3d(0, 0, 0) rotate(90deg);
transform: translate3d(0, 0, 0) rotate(90deg);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.customer-logos-row .more-logos .button:hover {
background-color: #ff7400;
}
.customer-logos-row .more-logos .button:hover:after {
-webkit-transform: translate3d(0, 5px, 0) rotate(90deg);
-moz-transform: translate3d(0, 5px, 0) rotate(90deg);
-ms-transform: translate3d(0, 5px, 0) rotate(90deg);
-o-transform: translate3d(0, 5px, 0) rotate(90deg);
transform: translate3d(0, 5px, 0) rotate(90deg);
}
@media screen and (max-width: 900px) {
.customer-logos-row .content-container .customer-logo {
width: 30%;
height: 70px;
margin-bottom: 40px;
}
}
@media screen and (max-width: 500px) {
.customer-logos-row .content-container .customer-logo {
width: 45%;
height: 50px;
}
.customer-logos-row .content-container .logo {
filter: none;
-webkit-filter: grayscale(0%);
opacity: 1;
}
}
#sitemap {
list-style: none;
padding-left: 15px;
}
#sitemap li {
line-height: 18px;
margin-bottom: 0;
}
#sitemap li a {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
}
@media screen and (max-width: 1350px) {
#sitemap li a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
#sitemap li a {
font-size: 12.8571428571px;
line-height: 24px;
}
}
#sitemap li:before {
content: "•";
font-size: 22px !important;
color: #ff8100;
margin-right: 15px;
}
.two-text-columns {
padding: 30px 0 75px;
}
.two-text-columns .content-container {
position: relative;
z-index: 10;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.two-text-columns .content-container .left-content, .two-text-columns .content-container .right-content {
background: white;
width: calc(50% - 20px);
padding: 0;
}
.two-text-columns .content-container .left-content h1, .two-text-columns .content-container .left-content h2, .two-text-columns .content-container .right-content h1, .two-text-columns .content-container .right-content h2 {
text-align: left;
font-size: 20px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratsemibold", sans-serif;
font-size: 18px;
line-height: 22px;
color: #ff8100;
}
@media screen and (max-width: 1350px) {
.two-text-columns .content-container .left-content h1, .two-text-columns .content-container .left-content h2, .two-text-columns .content-container .right-content h1, .two-text-columns .content-container .right-content h2 {
font-size: 16.6666666667px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.two-text-columns .content-container .left-content h1, .two-text-columns .content-container .left-content h2, .two-text-columns .content-container .right-content h1, .two-text-columns .content-container .right-content h2 {
font-size: 14.2857142857px;
line-height: 18.3333333333px;
}
}
.two-text-columns .content-container .left-content h3, .two-text-columns .content-container .right-content h3 {
text-align: left;
color: #7a8795;
font-size: 20px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 22px;
}
@media screen and (max-width: 1350px) {
.two-text-columns .content-container .left-content h3, .two-text-columns .content-container .right-content h3 {
font-size: 16.6666666667px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.two-text-columns .content-container .left-content h3, .two-text-columns .content-container .right-content h3 {
font-size: 14.2857142857px;
line-height: 18.3333333333px;
}
}
.two-text-columns .content-container .left-content p, .two-text-columns .content-container .left-content em, .two-text-columns .content-container .left-content span, .two-text-columns .content-container .right-content p, .two-text-columns .content-container .right-content em, .two-text-columns .content-container .right-content span {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
color: #7a8795;
}
@media screen and (max-width: 1350px) {
.two-text-columns .content-container .left-content p, .two-text-columns .content-container .left-content em, .two-text-columns .content-container .left-content span, .two-text-columns .content-container .right-content p, .two-text-columns .content-container .right-content em, .two-text-columns .content-container .right-content span {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.two-text-columns .content-container .left-content p, .two-text-columns .content-container .left-content em, .two-text-columns .content-container .left-content span, .two-text-columns .content-container .right-content p, .two-text-columns .content-container .right-content em, .two-text-columns .content-container .right-content span {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.two-text-columns .content-container .left-content p a, .two-text-columns .content-container .left-content em a, .two-text-columns .content-container .left-content span a, .two-text-columns .content-container .right-content p a, .two-text-columns .content-container .right-content em a, .two-text-columns .content-container .right-content span a {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
color: #ff8100;
}
@media screen and (max-width: 1350px) {
.two-text-columns .content-container .left-content p a, .two-text-columns .content-container .left-content em a, .two-text-columns .content-container .left-content span a, .two-text-columns .content-container .right-content p a, .two-text-columns .content-container .right-content em a, .two-text-columns .content-container .right-content span a {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.two-text-columns .content-container .left-content p a, .two-text-columns .content-container .left-content em a, .two-text-columns .content-container .left-content span a, .two-text-columns .content-container .right-content p a, .two-text-columns .content-container .right-content em a, .two-text-columns .content-container .right-content span a {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.two-text-columns .content-container .left-content p strong, .two-text-columns .content-container .left-content em strong, .two-text-columns .content-container .left-content span strong, .two-text-columns .content-container .right-content p strong, .two-text-columns .content-container .right-content em strong, .two-text-columns .content-container .right-content span strong {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 21px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.two-text-columns .content-container .left-content p strong, .two-text-columns .content-container .left-content em strong, .two-text-columns .content-container .left-content span strong, .two-text-columns .content-container .right-content p strong, .two-text-columns .content-container .right-content em strong, .two-text-columns .content-container .right-content span strong {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.two-text-columns .content-container .left-content p strong, .two-text-columns .content-container .left-content em strong, .two-text-columns .content-container .left-content span strong, .two-text-columns .content-container .right-content p strong, .two-text-columns .content-container .right-content em strong, .two-text-columns .content-container .right-content span strong {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.two-text-columns .content-container .left-content p a, .two-text-columns .content-container .left-content em a, .two-text-columns .content-container .left-content span a, .two-text-columns .content-container .right-content p a, .two-text-columns .content-container .right-content em a, .two-text-columns .content-container .right-content span a {
text-decoration: underline;
}
.two-text-columns .content-container .left-content ul, .two-text-columns .content-container .right-content ul {
list-style: none;
padding-left: 20px;
margin-top: 20px;
margin-bottom: 0;
}
.two-text-columns .content-container .left-content ul li, .two-text-columns .content-container .right-content ul li {
position: relative;
color: #ff8100;
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 24px;
margin-bottom: 5px;
}
@media screen and (max-width: 1350px) {
.two-text-columns .content-container .left-content ul li, .two-text-columns .content-container .right-content ul li {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.two-text-columns .content-container .left-content ul li, .two-text-columns .content-container .right-content ul li {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.two-text-columns .content-container .left-content ul li:before, .two-text-columns .content-container .right-content ul li:before {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -443px 0 no-repeat;
background-size: 640px 215px;
width: 16px;
height: 12px;
display: inline-block;
position: absolute;
left: -23px;
top: 6px;
}
.two-text-columns .content-container .left-content {
margin-right: 19px;
}
.two-text-columns .content-container .left-content.content66 {
width: calc(100% / 3 * 2 - 20px);
}
.two-text-columns .content-container .left-content.content50 {
width: calc(100% / 2 - 20px);
}
.two-text-columns .content-container .left-content.content33 {
width: calc(100% / 3 - 20px);
}
.two-text-columns .content-container .right-content {
margin-left: 19px;
}
.two-text-columns .content-container .right-content.content66 {
width: calc(100% / 3 - 20px);
}
.two-text-columns .content-container .right-content.content50 {
width: calc(100% / 2 - 20px);
}
.two-text-columns .content-container .right-content.content33 {
width: calc(100% / 3 * 2 - 20px);
}
.jobs .two-text-columns .content-container .left-content ul, .jobs .two-text-columns .content-container .right-content ul {
list-style: circle;
}
.jobs .two-text-columns .content-container .left-content ul li, .jobs .two-text-columns .content-container .right-content ul li {
color: #7a8795;
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
}
@media screen and (max-width: 1350px) {
.jobs .two-text-columns .content-container .left-content ul li, .jobs .two-text-columns .content-container .right-content ul li {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.jobs .two-text-columns .content-container .left-content ul li, .jobs .two-text-columns .content-container .right-content ul li {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.jobs .two-text-columns .content-container .left-content ul li:before, .jobs .two-text-columns .content-container .right-content ul li:before {
display: none;
}
@media screen and (max-width: 650px) {
.two-text-columns .content-container {
display: block;
}
.two-text-columns .content-container .left-content, .two-text-columns .content-container .right-content {
width: 100% !important;
margin: 0;
}
.two-text-columns .content-container .left-content {
margin-bottom: 40px;
}
}
.full-image-column {
padding: 0 0 45px;
}
.full-image-column .content-container img {
width: 100%;
display: block;
}
.full-image-column .content-container img.large, .full-image-column .content-container img.medium {
display: none;
}
@media screen and (max-width: 1370px) {
.full-image-column .content-container img.original {
display: none;
}
.full-image-column .content-container img.large {
display: block;
}
}
@media screen and (max-width: 680px) {
.full-image-column .content-container img.original, .full-image-column .content-container img.large {
display: none;
}
.full-image-column .content-container img.medium {
display: block;
}
}
.content-block {
padding: 0 0 45px;
}
.content-block .content-container {
position: relative;
z-index: 10;
}
.content-block .content-container .image-side {
float: left;
padding-left: 10px;
}
.content-block .content-container .image-side.right {
float: right;
}
.content-block .content-container .image-side.content66 {
width: calc(100% / 3);
}
.content-block .content-container .image-side.content66 img.large {
display: none;
}
.content-block .content-container .image-side.content50 {
width: calc(100% / 2);
}
.content-block .content-container .image-side.content50 img.medium {
display: none;
}
.content-block .content-container .image-side.content33 {
width: calc(100% / 3 * 2);
}
.content-block .content-container .image-side.content33 img.medium {
display: none;
}
.content-block .content-container .image-side img {
width: 100%;
}
.content-block .content-container .image-side.left {
padding-left: 0;
padding-right: 10px;
}
.content-block .content-container .content-side {
float: left;
padding: 0;
padding-right: 10px;
}
.content-block .content-container .content-side.right {
float: right;
padding-right: 0;
}
.content-block .content-container .content-side .inner {
width: 100%;
margin: auto;
padding: 0;
background: white;
}
.content-block .content-container .content-side h1, .content-block .content-container .content-side h2 {
text-align: left;
font-size: 20px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratsemibold", sans-serif;
font-size: 18px;
line-height: 22px;
color: #ff8100;
}
@media screen and (max-width: 1350px) {
.content-block .content-container .content-side h1, .content-block .content-container .content-side h2 {
font-size: 16.6666666667px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.content-block .content-container .content-side h1, .content-block .content-container .content-side h2 {
font-size: 14.2857142857px;
line-height: 18.3333333333px;
}
}
.content-block .content-container .content-side h3 {
text-align: left;
color: #7a8795;
font-size: 20px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 22px;
}
@media screen and (max-width: 1350px) {
.content-block .content-container .content-side h3 {
font-size: 16.6666666667px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.content-block .content-container .content-side h3 {
font-size: 14.2857142857px;
line-height: 18.3333333333px;
}
}
.content-block .content-container .content-side p, .content-block .content-container .content-side em {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
color: #7a8795;
}
@media screen and (max-width: 1350px) {
.content-block .content-container .content-side p, .content-block .content-container .content-side em {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.content-block .content-container .content-side p, .content-block .content-container .content-side em {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.content-block .content-container .content-side p a, .content-block .content-container .content-side em a {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
color: #ff8100;
}
@media screen and (max-width: 1350px) {
.content-block .content-container .content-side p a, .content-block .content-container .content-side em a {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.content-block .content-container .content-side p a, .content-block .content-container .content-side em a {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.content-block .content-container .content-side p strong, .content-block .content-container .content-side em strong {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 21px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.content-block .content-container .content-side p strong, .content-block .content-container .content-side em strong {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.content-block .content-container .content-side p strong, .content-block .content-container .content-side em strong {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.content-block .content-container .content-side p a, .content-block .content-container .content-side em a {
text-decoration: underline;
}
.content-block .content-container .content-side ul {
list-style: none;
padding-left: 20px;
margin-top: 20px;
margin-bottom: 0;
}
.content-block .content-container .content-side ul li {
position: relative;
color: #ff8100;
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 24px;
margin-bottom: 5px;
}
@media screen and (max-width: 1350px) {
.content-block .content-container .content-side ul li {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.content-block .content-container .content-side ul li {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.content-block .content-container .content-side ul li:before {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -443px 0 no-repeat;
background-size: 640px 215px;
width: 16px;
height: 12px;
display: inline-block;
position: absolute;
left: -23px;
top: 6px;
}
.content-block .content-container .content-side.content66 {
width: calc(100% / 3 * 2 - 20px);
}
.content-block .content-container .content-side.content50 {
width: calc(100% / 2 - 20px);
}
.content-block .content-container .content-side.content33 {
width: calc(100% / 3 - 20px);
}
.content-block .content-container .content-side.left {
padding-left: 10px;
padding-right: 0;
}
.jobs .content-block .content-container .content-side ul {
list-style: circle;
}
.jobs .content-block .content-container .content-side ul li {
color: #7a8795;
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
}
@media screen and (max-width: 1350px) {
.jobs .content-block .content-container .content-side ul li {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.jobs .content-block .content-container .content-side ul li {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.jobs .content-block .content-container .content-side ul li:before {
display: none;
}
@media screen and (max-width: 1100px) {
.content-block .content-container.content33 {
padding-bottom: 0;
}
.content-block .content-container.content33 .content-side, .content-block .content-container.content33 .image-side {
width: 100% !important;
padding: 0 0 80px !important;
margin: 0 auto;
float: none !important;
}
.content-block .content-container.content33 .content-side .inner {
width: 100%;
}
}
@media screen and (max-width: 900px) {
.content-block {
margin-bottom: -20px;
}
.content-block .content-container.content33 .image-side img.medium {
display: block;
}
.content-block .content-container.content33 .image-side img.large {
display: none;
}
.content-block .content-container.content50 {
padding-bottom: 0;
}
.content-block .content-container.content50 .content-side, .content-block .content-container.content50 .image-side {
width: 100% !important;
padding: 0 0 20px !important;
margin: 0 auto;
float: none !important;
}
.content-block .content-container.content50 .content-side .inner {
width: 100%;
}
}
@media screen and (max-width: 780px) {
.content-block .content-container {
padding-bottom: 0;
}
.content-block .content-container .content-side, .content-block .content-container .image-side {
width: 100% !important;
padding: 0 0 20px !important;
margin: 0 auto;
float: none !important;
}
.content-block .content-container .content-side .inner {
width: 100%;
}
}
.multiple-images {
padding-bottom: 45px;
}
.multiple-images .content-container {
position: relative;
}
.multiple-images .content-container.main66 .main-image {
width: calc(100% / 3 * 2 - 15px);
}
.multiple-images .content-container.main66 .main-image .medium {
display: none;
}
.multiple-images .content-container.main66 .sub-images {
width: calc(100% / 3 - 15px);
}
.multiple-images .content-container.main66 .sub-images img.large {
display: none;
}
.multiple-images .content-container.main50 .main-image {
width: calc(100% / 2 - 15px);
}
.multiple-images .content-container.main50 .main-image .medium {
display: none;
}
.multiple-images .content-container.main50 .sub-images {
width: calc(100% / 2 - 15px);
}
.multiple-images .content-container.main50 .sub-images img.medium {
display: none;
}
.multiple-images .content-container.main33 .main-image {
width: calc(100% / 3 - 15px);
}
.multiple-images .content-container.main33 .main-image .large {
display: none;
}
.multiple-images .content-container.main33 .sub-images {
width: calc(100% / 3 * 2 - 15px);
}
.multiple-images .content-container.main33 .sub-images img.medium {
display: none;
}
.multiple-images .content-container img {
width: 100%;
display: block;
}
.multiple-images .content-container .main-image {
height: calc(100%);
}
.multiple-images .content-container .main-image .responsive {
display: none;
}
.multiple-images .content-container .main-image.left {
position: absolute;
top: 0;
bottom: 0;
left: 0;
}
.multiple-images .content-container .main-image.right {
position: absolute;
top: 0;
right: 0;
bottom: 0;
}
.multiple-images .content-container .main-image > div:not(.window-bar) {
position: absolute;
height: 100%;
width: 100%;
background-size: cover;
background-position: 50% 50%;
}
.multiple-images .content-container .sub-images {
float: right;
}
.multiple-images .content-container .sub-images.right {
float: left;
padding-left: 0;
}
.multiple-images .content-container .sub-images .half:nth-child(2) {
margin-top: 30px;
}
@media screen and (max-width: 850px) {
.multiple-images .content-container.main66 .main-image, .multiple-images .content-container.main66 .sub-images, .multiple-images .content-container.main33 .main-image, .multiple-images .content-container.main33 .sub-images {
width: 100%;
}
.multiple-images .content-container.main66 .main-image, .multiple-images .content-container.main33 .main-image {
position: relative;
margin-bottom: 30px;
}
.multiple-images .content-container.main66 .main-image div:not(.window-bar, .buttons), .multiple-images .content-container.main33 .main-image div:not(.window-bar, .buttons) {
display: none;
}
.multiple-images .content-container.main66 .main-image .responsive, .multiple-images .content-container.main33 .main-image .responsive {
display: block;
margin-bottom: 30px;
}
.multiple-images .content-container.main66 .main-image .responsive.medium, .multiple-images .content-container.main33 .main-image .responsive.medium {
display: none;
}
.multiple-images .content-container.main66 .sub-images img.medium, .multiple-images .content-container.main33 .sub-images img.medium {
display: none;
}
.multiple-images .content-container.main66 .sub-images img.large, .multiple-images .content-container.main33 .sub-images img.large {
display: block;
}
}
@media screen and (max-width: 650px) {
.multiple-images .content-container.main50 .main-image, .multiple-images .content-container.main50 .sub-images {
width: 100%;
}
.multiple-images .content-container.main50 .main-image {
position: relative;
margin-bottom: 30px;
}
.multiple-images .content-container.main50 .main-image div:not(.window-bar, .buttons) {
display: none;
}
.multiple-images .content-container.main50 .main-image .responsive {
display: block;
margin-bottom: 30px;
}
.multiple-images .content-container.main50 .main-image .responsive.medium {
display: none;
}
.multiple-images .content-container.main50 .sub-images img.medium {
display: none;
}
.multiple-images .content-container.main50 .sub-images img.large {
display: block;
}
}
@media screen and (max-width: 500px) {
.multiple-images .content-container.main33 .main-image .responsive.medium, .multiple-images .content-container.main50 .main-image .responsive.medium, .multiple-images .content-container.main66 .main-image .responsive.medium {
display: block;
}
.multiple-images .content-container.main33 .main-image .responsive.large, .multiple-images .content-container.main50 .main-image .responsive.large, .multiple-images .content-container.main66 .main-image .responsive.large {
display: none;
}
.multiple-images .content-container.main33 .sub-images img.medium, .multiple-images .content-container.main50 .sub-images img.medium, .multiple-images .content-container.main66 .sub-images img.medium {
display: block;
}
.multiple-images .content-container.main33 .sub-images img.large, .multiple-images .content-container.main50 .sub-images img.large, .multiple-images .content-container.main66 .sub-images img.large {
display: none;
}
}
.full-text-block {
padding: 30px 0 75px;
}
.full-text-block .content-container {
position: relative;
z-index: 10;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
color: #b2bac2;
}
@media screen and (max-width: 1350px) {
.full-text-block .content-container {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.full-text-block .content-container {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.full-text-block .content-container h1, .full-text-block .content-container h2 {
text-align: left;
font-size: 20px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratsemibold", sans-serif;
font-size: 18px;
line-height: 22px;
color: #ff8100;
}
@media screen and (max-width: 1350px) {
.full-text-block .content-container h1, .full-text-block .content-container h2 {
font-size: 16.6666666667px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.full-text-block .content-container h1, .full-text-block .content-container h2 {
font-size: 14.2857142857px;
line-height: 18.3333333333px;
}
}
.full-text-block .content-container h3 {
text-align: left;
color: #7a8795;
font-size: 20px;
line-height: 22px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 22px;
}
@media screen and (max-width: 1350px) {
.full-text-block .content-container h3 {
font-size: 16.6666666667px;
line-height: 20px;
}
}
@media screen and (max-width: 800px) {
.full-text-block .content-container h3 {
font-size: 14.2857142857px;
line-height: 18.3333333333px;
}
}
.full-text-block .content-container p, .full-text-block .content-container em {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
color: #7a8795;
}
@media screen and (max-width: 1350px) {
.full-text-block .content-container p, .full-text-block .content-container em {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.full-text-block .content-container p, .full-text-block .content-container em {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.full-text-block .content-container p a, .full-text-block .content-container em a {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
color: #ff8100;
}
@media screen and (max-width: 1350px) {
.full-text-block .content-container p a, .full-text-block .content-container em a {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.full-text-block .content-container p a, .full-text-block .content-container em a {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.full-text-block .content-container p strong, .full-text-block .content-container em strong {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 22px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.full-text-block .content-container p strong, .full-text-block .content-container em strong {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.full-text-block .content-container p strong, .full-text-block .content-container em strong {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.full-text-block .content-container p a, .full-text-block .content-container em a {
text-decoration: underline;
}
.full-text-block .content-container ul {
list-style: none;
padding-left: 20px;
margin-top: 20px;
margin-bottom: 0;
}
.full-text-block .content-container ul li {
position: relative;
color: #ff8100;
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 24px;
margin-bottom: 5px;
}
@media screen and (max-width: 1350px) {
.full-text-block .content-container ul li {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.full-text-block .content-container ul li {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.full-text-block .content-container ul li:before {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -443px 0 no-repeat;
background-size: 640px 215px;
width: 16px;
height: 12px;
display: inline-block;
position: absolute;
left: -23px;
top: 6px;
}
.jobs .full-text-block .content-container ul {
list-style: circle;
}
.jobs .full-text-block .content-container ul li {
color: #7a8795;
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
}
@media screen and (max-width: 1350px) {
.jobs .full-text-block .content-container ul li {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.jobs .full-text-block .content-container ul li {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.jobs .full-text-block .content-container ul li:before {
display: none;
}
@media screen and (max-width: 800px) {
.full-text-block .content-container p {
font-size: 19px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
}
}
@media screen and (max-width: 800px) and (max-width: 1350px) {
.full-text-block .content-container p {
font-size: 15.8333333333px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) and (max-width: 800px) {
.full-text-block .content-container p {
font-size: 13.5714285714px;
line-height: 21.6666666667px;
}
}
@media screen and (max-width: 800px) {
.full-text-block .content-container p strong, .full-text-block .content-container p a {
font-size: 19px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
}
}
@media screen and (max-width: 800px) and (max-width: 1350px) {
.full-text-block .content-container p strong, .full-text-block .content-container p a {
font-size: 15.8333333333px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) and (max-width: 800px) {
.full-text-block .content-container p strong, .full-text-block .content-container p a {
font-size: 13.5714285714px;
line-height: 21.6666666667px;
}
}
.video-block {
width: 100%;
max-width: 960px;
padding-bottom: 45px;
}
.video-block[data-width="66"] {
width: 66.6667%;
}
.video-block .video-wrapper {
position: relative;
padding-bottom: 53.5%;
padding-top: 25px;
height: 0;
}
.video-block .video-wrapper iframe, .video-block .video-wrapper .video-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-block .video-wrapper .video-overlay {
z-index: 2;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
opacity: 1;
cursor: pointer;
transition: all 0.2s;
}
.video-block .video-wrapper .video-overlay .button {
width: 25%;
max-width: 85px;
transform: scale(1);
transition: all 0.4s;
}
.video-block .video-wrapper .video-overlay .button img {
width: 100%;
}
.video-block .video-wrapper .video-overlay:hover .button {
-webkit-transform: scale(0.85);
-moz-transform: scale(0.85);
-ms-transform: scale(0.85);
-o-transform: scale(0.85);
transform: scale(0.85);
}
.video-block .video-wrapper .video-overlay.hide {
opacity: 0;
pointer-events: none;
transition: all 0.5s;
transition-delay: 0.7s;
}
.video-block .video-wrapper .video-overlay.hide .button {
transition: all 0.8s;
transform: scale(0.3);
}
@media screen and (max-width: 780px) {
.video-block {
width: 100% !important;
}
}
.dynamic-content {
padding-top: 30px;
}
.dynamic-content .content-container {
width: 100%;
}
.timeline .sky-background.full-text {
padding: 100px 0;
}
.timeline .sky-background.full-text h2 {
font-size: 32px;
line-height: 36px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
height: auto;
margin-bottom: 20px;
}
@media screen and (max-width: 1350px) {
.timeline .sky-background.full-text h2 {
font-size: 26.6666666667px;
line-height: 32.7272727273px;
}
}
@media screen and (max-width: 800px) {
.timeline .sky-background.full-text h2 {
font-size: 22.8571428571px;
line-height: 30px;
}
}
.timeline .sky-background.full-text p {
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
max-width: 600px;
margin: auto;
text-align: center;
}
@media screen and (max-width: 1350px) {
.timeline .sky-background.full-text p {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.timeline .sky-background.full-text p {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.timeline .main-timeline {
background-color: #f1f1f1;
}
.timeline .main-timeline .placeholder {
position: relative;
width: 75%;
max-width: 1000px;
margin: auto;
padding: 50px 0;
}
.timeline .main-timeline .placeholder:before {
content: "";
position: absolute;
left: 149px;
top: 50px;
width: 2px;
height: calc(100% - 50px);
background-color: #b2bac2;
}
.timeline .main-timeline .end-timeline {
position: relative;
width: 100%;
height: 80px;
background: -moz-linear-gradient(top, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
background: -webkit-linear-gradient(top, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
background: linear-gradient(to bottom, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1f1f1", endColorstr="#00f1f1f1",GradientType=0 );
}
.timeline .main-timeline .current-rentman {
margin-bottom: 50px;
}
.timeline .main-timeline .current-rentman figure {
position: relative;
width: 80px;
margin: 0 0 0 109px;
}
.timeline .main-timeline .current-rentman figure img {
width: 100%;
}
.timeline .main-timeline .new-year {
position: relative;
display: block;
width: 80px;
padding: 10px 0;
margin-left: 110px;
margin-bottom: 30px;
text-align: center;
font-size: 18px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratsemibold", sans-serif;
font-size: 18px !important;
line-height: 24px !important;
color: #797971;
background-color: #f1f1f1;
}
@media screen and (max-width: 1350px) {
.timeline .main-timeline .new-year {
font-size: 15px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.timeline .main-timeline .new-year {
font-size: 12.8571428571px;
line-height: 21.6666666667px;
}
}
.timeline .main-timeline article {
width: 75%;
margin-left: auto;
margin-bottom: 60px;
border: 2px solid #e1e1e1;
border-top: none;
background-color: white;
border-radius: 10px;
}
.timeline .main-timeline article .date {
position: absolute;
display: block;
margin-top: 7px;
width: 150px;
left: 0;
top: auto;
font-size: 18px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 18px !important;
line-height: 24px !important;
color: #7a8795;
}
@media screen and (max-width: 1350px) {
.timeline .main-timeline article .date {
font-size: 15px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.timeline .main-timeline article .date {
font-size: 12.8571428571px;
line-height: 21.6666666667px;
}
}
.timeline .main-timeline article .timeline-connection {
position: absolute;
left: 150px;
width: 75%;
height: 20px;
top: auto;
margin-top: 10px;
}
.timeline .main-timeline article .timeline-connection .circle {
position: absolute;
z-index: 2;
left: -10px;
top: 0;
width: 20px;
height: 20px;
background-color: white;
border-radius: 100%;
border: 2px solid #b2bac2;
}
.timeline .main-timeline article .timeline-connection .line {
position: relative;
top: 9px;
display: block;
height: 2px;
width: 100%;
background-color: #b2bac2;
}
.timeline .main-timeline article .window-bar {
position: relative;
top: -2px;
left: -1px;
background-color: #e1e1e1;
width: calc(100% + 2px);
}
.timeline .main-timeline article figure {
width: calc(100% - 80px);
margin: 40px auto;
}
.timeline .main-timeline article figure img {
width: 100%;
}
.timeline .main-timeline article figure img.medium {
display: none;
}
.timeline .main-timeline article .content {
padding: 40px 40px 0;
}
.timeline .main-timeline article .content h3 {
font-size: 26px;
line-height: 41.6px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
line-height: 24px !important;
font-size: 24px;
color: #405468;
margin-bottom: 20px;
}
@media screen and (max-width: 1350px) {
.timeline .main-timeline article .content h3 {
font-size: 21.6666666667px;
line-height: 37.8181818182px;
}
}
@media screen and (max-width: 800px) {
.timeline .main-timeline article .content h3 {
font-size: 18.5714285714px;
line-height: 34.6666666667px;
}
}
.timeline .main-timeline article .content p {
font-size: 18px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 24px;
color: #7a8795;
}
@media screen and (max-width: 1350px) {
.timeline .main-timeline article .content p {
font-size: 15px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.timeline .main-timeline article .content p {
font-size: 12.8571428571px;
line-height: 21.6666666667px;
}
}
.timeline .main-timeline article .content p:first-of-type {
margin-top: 0;
}
.timeline .main-timeline article .content ul {
list-style: none;
padding-left: 35px;
}
.timeline .main-timeline article .content ul li {
position: relative;
font-size: 18px;
line-height: 26px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 24px;
color: #7a8795;
margin-bottom: 10px;
}
@media screen and (max-width: 1350px) {
.timeline .main-timeline article .content ul li {
font-size: 15px;
line-height: 23.6363636364px;
}
}
@media screen and (max-width: 800px) {
.timeline .main-timeline article .content ul li {
font-size: 12.8571428571px;
line-height: 21.6666666667px;
}
}
.timeline .main-timeline article .content ul li:before {
content: "";
position: absolute;
left: -35px;
top: 3px;
background: url("/img/rentman-sprite.svg?v=4") -595px -92px no-repeat;
background-size: 640px 215px;
width: 21px;
height: 20px;
display: block;
}
.timeline .main-timeline article .content ul.no-checks li:before {
top: -3px;
left: 30px;
background: none;
content: "•";
color: #ff8100;
width: auto;
height: auto;
font-size: 30px !important;
}
.timeline .main-timeline article .button {
width: 80%;
max-width: 240px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
margin: 30px auto 40px;
border: 2px solid #ff8100;
border-radius: 4px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
font-size: 21px;
line-height: 21px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
color: #ff8100;
padding: 10px 20px;
}
@media screen and (max-width: 1350px) {
.timeline .main-timeline article .button {
font-size: 17.5px;
line-height: 19.0909090909px;
}
}
@media screen and (max-width: 800px) {
.timeline .main-timeline article .button {
font-size: 15px;
line-height: 17.5px;
}
}
.timeline .main-timeline article .button:after {
content: "";
background: url("/img/rentman-sprite.svg?v=4") -90px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.timeline .main-timeline article a:hover .button {
background-color: #ff8100;
color: white;
}
.timeline .main-timeline article a:hover .button:after {
background: url("/img/rentman-sprite.svg?v=4") -75px 0 no-repeat;
background-size: 640px 215px;
width: 14px;
height: 11px;
display: inline-block;
-webkit-transform: translate3d(5px, 0, 0);
-moz-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
-o-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
.timeline .main-timeline article.with-image .content {
padding-top: 0;
}
.timeline .main-timeline a.moreUpdatesLink {
width: 80%;
max-width: 240px;
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
margin: 30px auto 40px;
border: 2px solid #ff8100;
border-radius: 4px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
font-size: 21px;
line-height: 21px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 18px;
color: #ff8100;
padding: 10px 20px;
position: relative;
left: 12.5%;
cursor: pointer;
}
@media screen and (max-width: 1350px) {
.timeline .main-timeline a.moreUpdatesLink {
font-size: 17.5px;
line-height: 19.0909090909px;
}
}
@media screen and (max-width: 800px) {
.timeline .main-timeline a.moreUpdatesLink {
font-size: 15px;
line-height: 17.5px;
}
}
.timeline .main-timeline a.moreUpdatesLink:hover {
background-color: #ff8100;
color: white;
}
.timeline .main-timeline p.noMoreUpdates {
display: none;
width: 100%;
margin: 30px auto 40px;
color: #ff8100;
padding: 10px 20px;
position: relative;
left: 12.5%;
text-align: center;
}
.timeline .home-features-row .background .gray {
display: none;
}
@media screen and (max-width: 925px) {
.timeline .main-timeline .placeholder:before {
left: 20px;
}
.timeline .main-timeline .new-year {
margin-left: 0;
width: 50px;
text-indent: -8px;
}
.timeline .main-timeline article {
width: calc(100% - 80px);
}
.timeline .main-timeline article .date {
z-index: 2;
left: 180px;
margin-top: 5px;
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
}
}
@media screen and (max-width: 925px) and (max-width: 1350px) {
.timeline .main-timeline article .date {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 925px) and (max-width: 800px) {
.timeline .main-timeline article .date {
font-size: 12.8571428571px;
line-height: 24px;
}
}
@media screen and (max-width: 925px) {
.timeline .main-timeline article .timeline-connection {
left: 22px;
}
}
@media screen and (max-width: 925px) {
.timeline .main-timeline a.moreUpdatesLink, .timeline .main-timeline p.noMoreUpdates {
left: 7.5%;
}
}
@media screen and (max-width: 700px) {
.timeline .main-timeline .placeholder {
width: 83.3333333333%;
}
.timeline .main-timeline a.moreUpdatesLink, .timeline .main-timeline p.noMoreUpdates {
left: 7%;
}
}
@media screen and (max-width: 500px) {
.timeline .main-timeline article {
width: calc(100% - 60px);
}
.timeline .main-timeline article .date {
left: 160px;
}
}
@media screen and (max-width: 450px) {
.timeline .main-timeline .placeholder {
width: 91.6666666667%;
}
.timeline .main-timeline .placeholder:before {
left: calc(50% - 1px);
}
.timeline .main-timeline .new-year {
margin-left: 0;
margin-bottom: 15px;
width: 100%;
text-indent: 0;
}
.timeline .main-timeline article {
position: relative;
width: 100%;
margin-bottom: 40px;
}
.timeline .main-timeline article .timeline-connection {
display: none;
}
.timeline .main-timeline article .date {
width: 100%;
left: 0;
text-align: center;
}
.timeline .main-timeline a.moreUpdatesLink, .timeline .main-timeline p.noMoreUpdates {
left: 0;
}
}
.feature-content.timeline .background {
background-color: #f1f1f1;
}
.feature-content.timeline .background:before {
background-color: #e1e1e1;
}
.feature-content.timeline .content-container .content-side ul li {
color: #7a8795;
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
}
@media screen and (max-width: 1350px) {
.feature-content.timeline .content-container .content-side ul li {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.feature-content.timeline .content-container .content-side ul li {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.feature-content.timeline .content-container .content-side ul li a {
color: #ff8100;
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
text-decoration: underline;
}
@media screen and (max-width: 1350px) {
.feature-content.timeline .content-container .content-side ul li a {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.feature-content.timeline .content-container .content-side ul li a {
font-size: 12.8571428571px;
line-height: 20px;
}
}
.feature-content.timeline > .content-container {
position: relative;
}
.feature-content.timeline > .content-container:before {
content: "";
position: absolute;
left: calc(-8.3333333333%*0.5 + 13px);
top: 70px;
background-color: #e1e1e1;
width: 2px;
height: calc(100% - 70px);
}
.feature-content.timeline .feature-nav.timeline-nav .header h4 {
font-size: 24px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 22px;
color: #405468;
}
@media screen and (max-width: 1350px) {
.feature-content.timeline .feature-nav.timeline-nav .header h4 {
font-size: 20px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.feature-content.timeline .feature-nav.timeline-nav .header h4 {
font-size: 17.1428571429px;
line-height: 20px;
}
}
.feature-content.timeline .feature-nav.timeline-nav ul {
list-style: none;
margin-top: 40px;
padding-bottom: 20px;
padding-right: 20px;
}
.feature-content.timeline .feature-nav.timeline-nav ul li {
position: relative;
margin-bottom: 18px;
line-height: 18px !important;
}
.feature-content.timeline .feature-nav.timeline-nav ul li:before {
position: absolute;
left: -30px;
top: -4px;
content: "•";
font-size: 32px !important;
width: auto !important;
height: auto !important;
}
.feature-content.timeline .feature-nav.timeline-nav ul li a {
font-size: 18px;
line-height: 28.8px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 15px !important;
line-height: 15px !important;
color: #405468;
}
@media screen and (max-width: 1350px) {
.feature-content.timeline .feature-nav.timeline-nav ul li a {
font-size: 15px;
line-height: 26.1818181818px;
}
}
@media screen and (max-width: 800px) {
.feature-content.timeline .feature-nav.timeline-nav ul li a {
font-size: 12.8571428571px;
line-height: 24px;
}
}
.feature-content.timeline .feature-nav.timeline-nav ul li a .date {
font-size: 15px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 14px;
color: #b2bac2;
display: block;
}
@media screen and (max-width: 1350px) {
.feature-content.timeline .feature-nav.timeline-nav ul li a .date {
font-size: 12.5px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.feature-content.timeline .feature-nav.timeline-nav ul li a .date {
font-size: 10.7142857143px;
line-height: 15px;
}
}
.feature-content.timeline .feature-nav.timeline-nav ul li.active {
display: -webkit-box;
/* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;
/* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;
/* TWEENER - IE 10 */
display: -webkit-flex;
/* NEW - Chrome */
display: flex;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
position: relative;
}
.feature-content.timeline .feature-nav.timeline-nav ul li.active:before {
color: #ff8100;
background: none;
}
.feature-content.timeline .feature-nav.timeline-nav ul li.active a {
width: 100%;
font-size: 24px;
line-height: 38.4px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
color: #ff8100;
}
@media screen and (max-width: 1350px) {
.feature-content.timeline .feature-nav.timeline-nav ul li.active a {
font-size: 20px;
line-height: 34.9090909091px;
}
}
@media screen and (max-width: 800px) {
.feature-content.timeline .feature-nav.timeline-nav ul li.active a {
font-size: 17.1428571429px;
line-height: 32px;
}
}
.feature-content.timeline .feature-nav.timeline-nav ul li.active a .date {
color: #ff8100;
font-size: 15px;
line-height: 18px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
font-size: 14px;
display: block;
margin-bottom: 2px;
}
@media screen and (max-width: 1350px) {
.feature-content.timeline .feature-nav.timeline-nav ul li.active a .date {
font-size: 12.5px;
line-height: 16.3636363636px;
}
}
@media screen and (max-width: 800px) {
.feature-content.timeline .feature-nav.timeline-nav ul li.active a .date {
font-size: 10.7142857143px;
line-height: 15px;
}
}
@media screen and (max-width: 1580px) {
.feature-content.timeline > .content-container:before {
left: calc(-8.3333333333%*0.5 + 35px);
}
.feature-content.timeline .feature-nav.timeline-nav ul {
padding-left: 45px;
padding-right: 10px;
}
.feature-content.timeline .feature-nav.timeline-nav ul li.active:before {
display: block;
}
.feature-content.timeline .feature-nav.timeline-nav ul li:before {
left: -14px;
}
}
@media screen and (max-width: 1150px) {
.feature-content.timeline > .content-container:before {
display: none;
}
}
.jobs .feature-content .feature-detail {
padding-top: 0;
}
.jobs .no-jobs {
font-size: 20px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratmedium", sans-serif;
font-weight: 400;
color: #405468;
margin-top: 24px;
}
@media screen and (max-width: 1350px) {
.jobs .no-jobs {
font-size: 16.6666666667px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.jobs .no-jobs {
font-size: 14.2857142857px;
line-height: 20px;
}
}
.job-detail .content-block .content-container .content-side ul li {
color: #7a8795;
font-size: 18px;
line-height: 24px;
font-family: "montserratregular", sans-serif;
font-weight: 300;
font-family: "montserratlight", sans-serif;
font-weight: 100;
font-size: 16px;
line-height: 22px;
}
@media screen and (max-width: 1350px) {
.job-detail .content-block .content-container .content-side ul li {
font-size: 15px;
line-height: 21.8181818182px;
}
}
@media screen and (max-width: 800px) {
.job-detail .content-block .content-container .content-side ul li {
font-size: 12.8571428571px;
line-height: 20px;
}
}
/*# sourceMappingURL=style.css.map */