dynamicweb/datacenterlight/static/datacenterlight/css/landing-page.css

1343 lines
23 KiB
CSS
Raw Normal View History

2016-12-20 23:05:20 +00:00
body,
h1,
h2,
h3,
h4,
h5,
2018-01-18 18:12:09 +00:00
h6,
button,
input,
optgroup,
select,
textarea {
font-weight: 300;
}
2018-01-30 13:38:36 +00:00
/*
* blue light #5A74AF
* blue dark #29427A
*/
.btn {
2018-01-18 18:12:09 +00:00
box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
2017-05-18 05:13:00 +00:00
}
2017-05-18 05:13:00 +00:00
.fa-li.fa-lg {
2018-01-18 18:12:09 +00:00
color: #29427A;
margin-top: 6px;
2017-05-18 05:13:00 +00:00
}
.btn-transparent {
2018-01-18 18:12:09 +00:00
background: transparent;
border: 2px solid #fff;
color: #fff;
transition: all .2s ease-in;
2017-05-18 05:13:00 +00:00
}
.btn-primary {
2018-01-18 18:12:09 +00:00
background: #29427A;
border-color: #29427A;
color: #fff;
width: auto;
2017-05-18 05:13:00 +00:00
}
.btn-primary:hover {
2018-01-18 18:12:09 +00:00
background: rgba(41, 66, 122, 0.8);
border-color: #29427A;
2017-05-18 05:13:00 +00:00
}
.btn-transparent:hover {
2018-01-18 18:12:09 +00:00
background: #fff;
border: 2px solid #fff;
color: #000;
transition: all .2s ease-in;
2017-05-18 05:13:00 +00:00
}
.btn-lg {
2018-01-18 18:12:09 +00:00
min-width: 180px;
2017-05-18 05:13:00 +00:00
}
.lead {
font-size: 18px;
}
2018-03-20 19:16:22 +00:00
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
2018-01-30 13:38:36 +00:00
/* Top navbar */
.navbar {
2018-01-18 18:12:09 +00:00
transition: all .3s ease-in;
2017-05-18 05:13:00 +00:00
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
2018-01-18 18:12:09 +00:00
background: transparent;
2017-05-18 05:13:00 +00:00
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
background: #2D457A;
color: #fff;
border-radius: 6px;
2017-05-18 05:13:00 +00:00
}
2018-03-16 09:59:24 +00:00
.navbar-brand > img {
max-height: 30px;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav>li>a{
font-weight: 400;
}
}
.navbar-transparent .navbar-nav>.open>a,
.navbar-transparent .navbar-nav>.open>a:focus,
.navbar-transparent .navbar-nav>.open>a:hover {
color: #fff;
2017-05-18 05:13:00 +00:00
}
2018-02-27 22:39:19 +00:00
.navbar-transparent .navbar-nav>li a {
2018-01-18 18:12:09 +00:00
color: #fff;
2017-05-18 05:13:00 +00:00
}
2018-02-27 22:39:19 +00:00
.navbar-transparent .navbar-nav>li a:focus,
.navbar-transparent .navbar-nav>li a:active,
.navbar-transparent .navbar-nav>li a:hover {
2018-01-18 18:12:09 +00:00
color: #fff;
background-color: transparent;
2018-02-27 22:39:19 +00:00
text-decoration: none;
}
2018-03-21 20:59:32 +00:00
.topnav .nav .open>a,
.topnav .nav .open>a:focus,
.topnav .nav .open>a:hover {
background: transparent;
}
2018-02-27 22:39:19 +00:00
.navbar .dcl-link {
display: block;
padding: 15px;
color: #777;
}
.navbar .dcl-link:focus,
.navbar .dcl-link:active,
.navbar .dcl-link:hover {
text-decoration: none;
}
.navbar .dropdown-menu .dcl-link {
padding: 1px 10px;
2017-06-01 20:40:19 +00:00
}
.navbar-transparent .navbar-nav>li>.on-hover-border {
2018-01-18 18:12:09 +00:00
transition: all 0.3s linear;
box-shadow: none;
}
2018-01-18 18:12:09 +00:00
.navbar-transparent .navbar-nav>li>.on-hover-border:hover {
2018-01-18 18:12:09 +00:00
box-shadow: 0 0 0 1px #eee;
border-radius: 5px;
}
.navbar-transparent {
background: transparent;
border: none;
padding: 20px;
}
.navbar-transparent .nav-language .select-language {
color: #fff;
}
#logoWhite,
.navbar-transparent #logoBlack {
display: none;
}
#logoBlack,
.navbar-transparent #logoWhite {
display: block;
width: 220px;
}
.nav-language {
2018-01-18 18:12:09 +00:00
position: relative;
2017-05-27 17:49:42 +00:00
}
.nav-language .select-language {
2018-01-18 18:12:09 +00:00
padding: 15px 10px;
color: #777;
2017-05-27 17:49:42 +00:00
}
.nav-language .select-language span {
2018-01-18 18:12:09 +00:00
margin-left: 5px;
margin-right: 5px;
font-weight: normal;
2017-05-27 17:49:42 +00:00
}
2018-01-18 18:12:09 +00:00
.nav-language .drop-language {
top: 45px;
left: auto !important;
width: 100px;
min-width: 100px;
height: 40px;
padding: 9px 10px;
-webkit-box-shadow: -8px 13px 31px -8px rgba(77, 77, 77, 1);
-moz-box-shadow: -8px 13px 31px -8px rgba(77, 77, 77, 1);
box-shadow: -8px 13px 31px -8px rgba(77, 77, 77, 1);
z-index: 100;
text-align: center;
border-radius: 4px;
2017-05-27 17:49:42 +00:00
}
.nav-language .drop-language a {
cursor: pointer;
padding: 5px 10px !important;
}
2018-01-18 18:12:09 +00:00
.nav-language .open .drop-language {
width: 100px;
min-width: 100px;
2017-05-27 17:49:42 +00:00
}
.dropdown-menu {
border: 1px solid #fff;
-webkit-box-shadow: -8px 14px 20px -5px rgba(77, 77, 77, 0.5);
-moz-box-shadow: -8px 14px 20px -5px rgba(77, 77, 77, 0.5);
box-shadow: -8px 14px 20px -5px rgba(77, 77, 77, 0.5);
border-radius: 4px !important;
left: 0 !important;
min-width: 155px;
padding: 5px;
margin-left: 15px;
}
2018-02-27 22:39:19 +00:00
.dropdown-menu>li a:focus,
.dropdown-menu>li a:hover {
background: transparent;
text-decoration: underline !important;
}
@media (min-width: 768px) {
.dropdown-menu>li>a {
font-weight: 300;
}
2017-05-27 17:49:42 +00:00
}
.highlights-dropdown .dropdown-menu>li>a {
font-size: 13px;
padding: 1px 10px;
}
2018-01-18 18:12:09 +00:00
2018-01-30 13:38:36 +00:00
/* Show the dropdown menu on hover */
2018-01-18 18:12:09 +00:00
@media (min-width: 768px) {
2018-01-18 18:12:09 +00:00
.nav-language .dropdown:hover .dropdown-menu {
display: block;
}
}
2018-01-18 18:12:09 +00:00
@media (max-width: 767px) {
.nav-language .open .dropdown-menu>li>a {
line-height: 1.42857143;
}
}
2018-01-18 18:12:09 +00:00
.navbar-transparent .nav-language .drop-language {
background: transparent;
border: 1px solid #fff;
2017-05-27 17:49:42 +00:00
}
.navbar-transparent .nav-language .drop-language a {
2018-01-18 18:12:09 +00:00
color: #fff;
padding: 5px 10px !important;
2017-05-27 17:49:42 +00:00
}
/* dcl header */
.dcl-header {
padding: 150px 0 150px 0;
text-align: center;
color: #f8f8f8;
background: url(../img/pattern.jpg) no-repeat center center;
background-size: cover;
position: relative;
background-attachment: fixed;
}
.dcl-header::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(90, 116, 175, 0.85);
}
.dcl-header .container {
position: relative;
}
.dcl-header h1 {
font-size: 65px;
margin: 0;
padding: 0;
}
@media(max-width:767px) {
.dcl-header h1 {
font-size: 50px;
}
}
2016-12-20 23:05:20 +00:00
.intro-header {
2018-01-18 18:12:09 +00:00
min-height: 100vh;
text-align: center;
color: #fff;
background: url(../img/configure.jpg) no-repeat center center;
background-size: cover;
position: relative;
display: flex;
justify-content: center;
align-items: center;
2017-05-18 05:13:00 +00:00
}
.intro-header::before {
2018-01-18 18:12:09 +00:00
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(38, 59, 107, 0.7);
2016-12-20 23:05:20 +00:00
}
2016-12-20 23:05:20 +00:00
.intro-header-2 {
2018-01-18 18:12:09 +00:00
padding-top: 50px;
/* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
padding-bottom: 50px;
color: #f8f8f8;
background: url(../img/pattern.jpg) no-repeat center center;
background-size: cover;
position: relative;
2017-05-18 05:13:00 +00:00
}
.intro-header-2::before {
2018-01-18 18:12:09 +00:00
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(41, 66, 122, 0.59);
2016-12-20 23:05:20 +00:00
}
2016-12-20 23:05:20 +00:00
.intro-message {
2018-01-18 18:12:09 +00:00
position: relative;
width: 80%;
margin: 0 auto;
2016-12-20 23:05:20 +00:00
}
.intro-message>h1 {
2018-01-18 18:12:09 +00:00
margin: 0;
font-size: 6em;
2016-12-20 23:05:20 +00:00
}
.intro-divider {
2018-01-18 18:12:09 +00:00
width: 400px;
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
2016-12-20 23:05:20 +00:00
}
.intro-pricing {
2018-01-18 18:12:09 +00:00
text-align: center;
color: #fff;
background: url(../img/pattern.jpg) no-repeat center center;
background-size: cover;
height: 70vh;
max-height: 400px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
2017-05-23 04:35:29 +00:00
}
.intro-pricing.success-pricing {
2018-01-18 18:12:09 +00:00
height: 100vh;
max-height: 100vh;
}
.intro-pricing::before {
2018-01-18 18:12:09 +00:00
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(90, 116, 175, 0.7);
2017-05-23 04:35:29 +00:00
}
.intro-pricing .intro-message .section-heading {
2018-01-18 18:12:09 +00:00
font-size: 45px;
width: 80%;
margin: 0 auto;
2017-05-23 04:35:29 +00:00
}
2017-05-18 05:13:00 +00:00
.split-section {
2018-01-18 18:12:09 +00:00
padding: 70px 0;
2018-03-01 20:35:42 +00:00
border-top: 1px solid #f6f7f8;
2017-05-18 05:13:00 +00:00
}
.split-section .icon-section {
2018-01-18 18:12:09 +00:00
position: relative;
min-height: 330px;
2017-05-18 05:13:00 +00:00
}
.split-section .icon-section i {
2018-01-18 18:12:09 +00:00
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 216px;
color: #5A74AF;
2017-05-18 05:13:00 +00:00
}
2018-03-12 21:25:55 +00:00
.split-section h2 {
2018-03-13 13:47:04 +00:00
font-size: 36px;
2018-03-12 21:33:28 +00:00
font-weight: 400;
2016-12-20 23:05:20 +00:00
}
2018-03-12 21:25:55 +00:00
.split-section .split-title-plain h2 {
2018-03-01 20:35:42 +00:00
font-size: 40px;
2018-03-13 13:47:04 +00:00
font-weight: 300;
2018-03-01 20:35:42 +00:00
line-height: 50px;
color: #3a3a3a;
}
2018-03-12 21:25:55 +00:00
.split-section .split-title {
2018-01-18 18:12:09 +00:00
position: relative;
margin-bottom: 25px;
2017-05-18 05:13:00 +00:00
}
2018-03-12 21:25:55 +00:00
.split-section .split-title h2 {
2018-01-18 18:12:09 +00:00
font-size: 50px;
2018-03-13 13:47:04 +00:00
font-weight: 300;
2018-01-18 18:12:09 +00:00
padding-bottom: 25px;
2018-03-01 20:35:42 +00:00
letter-spacing: 2px;
2017-05-18 05:13:00 +00:00
}
2018-03-01 20:35:42 +00:00
.section-gradient {
2018-01-18 18:12:09 +00:00
background: -webkit-linear-gradient(#f0f4f7, #fff) no-repeat;
background: -o-linear-gradient(#f0f4f7, #fff) no-repeat;
background: linear-gradient(#f0f4f7, #fff) no-repeat;
2017-05-18 05:13:00 +00:00
}
.split-section.left .split-description {
2018-01-18 18:12:09 +00:00
margin-right: auto;
2017-05-18 05:13:00 +00:00
}
2018-03-12 21:25:55 +00:00
.split-section .split-description .lead {
color: #3a3a3a;
}
@media (min-width: 768px) {
.split-section .split-description .lead {
font-size: 21px;
}
.split-section .space .split-description .lead {
font-size: 20px;
}
2018-03-12 21:25:55 +00:00
}
.split-section.right .split-description {
2018-01-18 18:12:09 +00:00
width: 90%;
margin-left: auto;
2017-05-18 05:13:00 +00:00
}
2017-06-09 20:37:14 +00:00
.split-section.right .split-description.title p {
2018-01-18 18:12:09 +00:00
font-size: 27px;
margin-bottom: 10px;
text-align: left;
2017-06-09 20:37:14 +00:00
}
2018-02-27 22:39:19 +00:00
.split-section.right .split-text ul,
2018-03-12 21:25:55 +00:00
.split-section.left .split-text,
.split-section.left .space {
2018-01-18 18:12:09 +00:00
text-align: left;
2017-05-18 05:13:00 +00:00
}
2018-03-12 21:25:55 +00:00
.split-section.right .split-text,
.split-section.right .space {
2018-01-18 18:12:09 +00:00
text-align: right;
2017-05-18 05:13:00 +00:00
}
2018-03-12 21:25:55 +00:00
.split-section .split-title::before {
2018-01-18 18:12:09 +00:00
content: "";
position: absolute;
bottom: 0;
background: #29427A;
height: 7px;
width: 70px;
2018-02-27 22:39:19 +00:00
left: auto;
}
2018-03-12 21:25:55 +00:00
.split-section.right .split-title::before {
2018-01-18 18:12:09 +00:00
right: 0;
2017-05-18 05:13:00 +00:00
}
2018-03-12 21:25:55 +00:00
.split-section.left .split-title::before {
2018-01-18 18:12:09 +00:00
left: 0;
2017-05-18 05:13:00 +00:00
}
2018-02-27 22:39:19 +00:00
.section-figure {
display: flex;
flex-wrap: wrap;
2018-02-28 18:52:51 +00:00
justify-content: center;
2018-02-28 19:00:20 +00:00
text-align: center;
2018-02-27 22:39:19 +00:00
}
2018-02-28 20:08:56 +00:00
.section-figure .section-image {
2018-03-05 15:00:33 +00:00
padding: 20px 40px 30px;
2018-02-27 22:52:48 +00:00
flex-basis: 50%;
2018-02-28 19:00:20 +00:00
flex-grow: 1;
2018-03-05 19:18:31 +00:00
display: flex;
flex-direction: column;
justify-content: space-between;
2018-02-28 19:00:20 +00:00
}
2018-03-05 19:23:53 +00:00
@media (max-width: 767px) {
.section-figure .section-image {
flex-basis: 100%;
}
}
.split-section-plain .section-figure .section-image {
flex-grow: 0;
2018-03-05 15:18:30 +00:00
padding: 50px 15px 0;
}
.split-section-plain .section-figure {
justify-content: flex-start;
}
@media (min-width: 768px) {
.split-section-plain .split-figure {
width: 41.66666667%;
}
2018-03-12 20:22:54 +00:00
.split-section-plain .split-figure.col-sm-push-6 {
left: 58.33333333%;
}
.split-section-plain .split-text {
width: 58.33333333%;
}
2018-03-12 20:22:54 +00:00
.split-section-plain .split-text.col-sm-pull-6 {
right: 41.66666667%;
}
}
2018-02-28 19:00:20 +00:00
.section-image img {
margin: auto;
}
.section-image-caption {
padding-top: 20px;
display: inline-block;
color: #999 !important;
2018-03-21 16:56:43 +00:00
word-break: break-all;
2018-02-27 22:39:19 +00:00
}
2018-03-01 20:35:42 +00:00
.price-calc-section .card {
2018-01-18 18:12:09 +00:00
width: 350px;
margin: 0 auto;
background: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
padding-bottom: 40px;
border-radius: 7px;
position: relative;
2017-05-23 23:32:06 +00:00
}
2018-03-01 20:35:42 +00:00
.price-calc-section .card .title {
2018-01-18 18:12:09 +00:00
padding: 15px 40px;
2017-05-18 05:13:00 +00:00
}
2018-03-01 20:35:42 +00:00
.price-calc-section .card .price {
2018-01-18 18:12:09 +00:00
background: #5A74AF;
padding: 22px;
color: #fff;
font-size: 32px;
2017-05-18 05:13:00 +00:00
}
2018-03-01 20:35:42 +00:00
.price-calc-section .card .description {
2018-01-18 18:12:09 +00:00
padding: 12px;
2017-05-18 05:13:00 +00:00
}
2018-03-01 20:35:42 +00:00
.price-calc-section .card .descriptions {
2018-01-18 18:12:09 +00:00
padding: 10px 30px;
2017-05-18 05:13:00 +00:00
}
2018-03-01 20:35:42 +00:00
.price-calc-section .card .description p {
2018-01-18 18:12:09 +00:00
margin: 0;
2017-05-18 05:13:00 +00:00
}
2018-03-01 20:35:42 +00:00
.price-calc-section .card .btn {
2018-01-18 18:12:09 +00:00
margin-top: 20px;
2017-05-18 05:13:00 +00:00
}
2017-05-18 05:13:00 +00:00
.contact-section {
2018-01-18 18:12:09 +00:00
padding: 80px 0;
color: rgba(255, 255, 255, 0.9);
background-attachment: fixed;
2017-05-18 05:13:00 +00:00
}
.contact-section .modal {
2018-01-18 18:12:09 +00:00
color: #333;
2017-05-18 05:13:00 +00:00
}
.contact-details {
2018-01-18 18:12:09 +00:00
padding-left: 5px;
}
2018-01-18 18:12:09 +00:00
.contact-section .description {
font-size: 20px;
}
.contact-section .social a {
2018-01-18 18:12:09 +00:00
color: #fff;
font-size: 45px;
2017-05-18 05:13:00 +00:00
}
.contact-section .social .fa-facebook {
2018-01-18 18:12:09 +00:00
font-size: 40px;
background: #fff;
border-radius: 100%;
color: #425d89;
width: 40px;
text-align: center;
top: -2px;
position: relative;
left: 10px;
}
2018-01-18 18:12:09 +00:00
.contact-section .social .fa-facebook:before {
2018-01-18 18:12:09 +00:00
font-size: 32px;
position: relative;
top: -1px;
left: -1px;
2017-05-18 05:13:00 +00:00
}
.contact-section .social a:hover {
2018-01-18 18:12:09 +00:00
text-decoration: none;
2017-05-18 05:13:00 +00:00
}
.contact-section .subtitle h3 {
2018-01-18 18:12:09 +00:00
font-size: 30px;
margin-bottom: 15px;
}
.contact-section .contact-form-success {
2018-01-18 18:12:09 +00:00
font-size: 18px;
text-align: center;
background-color: rgba(0, 0, 0, 0.2);
padding: 0 15px 35px;
margin-top: 25px;
2017-05-18 05:13:00 +00:00
}
.contact-section .title h2 {
2018-01-18 18:12:09 +00:00
font-size: 65px;
margin: 0;
position: relative;
2017-05-18 05:13:00 +00:00
}
.contact-form .form-group {
2018-01-18 18:12:09 +00:00
border: 0;
margin-bottom: 20px;
}
.contact-form .form-group label {
2018-01-18 18:12:09 +00:00
letter-spacing: 0.6px;
font-weight: 400;
}
.contact-form .with-errors ul {
2018-01-18 18:12:09 +00:00
margin-bottom: 0;
color: #ffc4ca;
text-align: left;
margin-left: 5px;
margin-top: 2px;
}
.contact-form .btn {
2018-01-18 18:12:09 +00:00
min-width: 140px;
background: rgba(23, 23, 23, 0.18);
color: #fff;
border-radius: 4px;
border-width: 2px;
box-shadow: none;
letter-spacing: 2px;
border-color: #fff;
}
.contact-form .btn.sending {
2018-01-18 18:12:09 +00:00
cursor: wait;
}
@keyframes sending {
2018-01-18 18:12:09 +00:00
0% {
content: '.';
}
50% {
content: '..';
}
100% {
content: '...';
}
}
.contact-form .btn.sending:after {
2018-01-18 18:12:09 +00:00
content: '.';
position: absolute;
display: inline-block;
text-align: left;
margin-left: 5px;
width: 20px;
animation: sending 1s linear infinite;
}
.contact-form .btn:hover,
.contact-form .btn:focus {
2018-01-18 18:12:09 +00:00
background: rgba(23, 23, 23, 0.28);
border-color: #fff;
box-shadow: none;
outline: 0;
}
.contact-form .form-control {
2018-01-18 18:12:09 +00:00
box-shadow: none;
border-color: #ccc;
}
.contact-form .form-error {
2018-01-18 18:12:09 +00:00
background: rgba(255, 255, 255, 0.9);
color: #eb4d5c;
padding: 10px;
text-align: center;
margin-bottom: 20px;
border-radius: 5px;
2017-05-18 05:13:00 +00:00
}
.contact-form .has-error label {
2018-01-18 18:12:09 +00:00
color: #fff;
}
.contact-form .has-error .form-control {
2018-01-18 18:12:09 +00:00
border: 2px solid #e8534b;
box-shadow: none;
}
.contact-form .subtitle {
2018-01-18 18:12:09 +00:00
padding: 22px 0 15px;
}
.contact-form textarea {
2018-01-18 18:12:09 +00:00
resize: none;
}
2018-01-18 18:12:09 +00:00
2018-01-30 13:38:36 +00:00
2017-06-28 07:28:10 +00:00
/*Why DCL*/
2017-06-28 07:28:10 +00:00
#tech_stack {
2018-01-18 18:12:09 +00:00
background: #fff;
2017-06-28 07:28:10 +00:00
}
2017-06-28 07:28:10 +00:00
#tech_stack h3 {
2018-01-18 18:12:09 +00:00
font-size: 42px;
width: 70%;
2017-06-28 07:28:10 +00:00
}
2017-06-28 07:28:10 +00:00
.space {
2018-03-12 20:22:54 +00:00
max-width: 660px;
margin: auto;
2017-07-09 10:48:15 +00:00
}
2017-06-28 07:28:10 +00:00
.percent-text {
2018-01-18 18:12:09 +00:00
font-size: 50px;
color: #999;
2017-06-28 07:28:10 +00:00
}
2018-01-18 18:12:09 +00:00
.space-middle {
2018-03-01 20:35:42 +00:00
/* padding: 45px 0; */
2018-01-18 18:12:09 +00:00
display: inline-block;
}
2018-01-18 18:12:09 +00:00
.ssdimg {
2018-03-01 20:35:42 +00:00
margin: 0 15px;
2017-06-28 07:28:10 +00:00
}
2018-01-18 18:12:09 +00:00
@media (max-width: 767px) {
2018-01-18 18:12:09 +00:00
.ssdimg img {
max-height: 120px;
2018-01-18 18:12:09 +00:00
}
2017-08-04 13:02:34 +00:00
}
2018-01-18 18:12:09 +00:00
.padding-vertical {
2018-03-01 20:35:42 +00:00
padding: 30px 2px 20px;
2017-06-28 07:28:10 +00:00
}
2018-01-30 13:38:36 +00:00
2017-05-23 04:35:29 +00:00
/*Pricing page*/
.price-calc-section {
2018-01-18 18:12:09 +00:00
display: flex;
2018-03-01 20:35:42 +00:00
margin-top: 25px;
margin-bottom: 25px;
2017-05-23 04:35:29 +00:00
}
.price-calc-section .card {
2018-02-27 22:39:19 +00:00
width: 100%;
2018-01-18 18:12:09 +00:00
margin: 0 auto;
background: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
padding-bottom: 40px;
border-radius: 7px;
text-align: center;
max-width: 400px;
position: relative;
2017-05-23 23:32:06 +00:00
}
.price-calc-section .card .title {
2018-01-18 18:12:09 +00:00
padding: 15px 40px;
2017-05-23 04:35:29 +00:00
}
.price-calc-section .card .title h3 {
2018-01-18 18:12:09 +00:00
font-weight: normal;
2017-05-23 04:35:29 +00:00
}
.price-calc-section .card .price {
2018-01-18 18:12:09 +00:00
background: #5A74AF;
padding: 22px;
color: #fff;
font-size: 32px;
2017-05-23 04:35:29 +00:00
}
.price-calc-section .card .price .price-text {
2018-01-18 18:12:09 +00:00
font-size: 14px;
}
.price-calc-section .card .description {
2018-01-18 18:12:09 +00:00
padding: 12px;
position: relative;
display: flex;
justify-content: space-around !important;
align-items: center !important;
2017-05-23 04:35:29 +00:00
}
2017-05-25 21:16:18 +00:00
2017-06-04 02:19:13 +00:00
.price-calc-section .card .description span {
2018-01-18 18:12:09 +00:00
font-size: 16px;
margin-left: 0px;
width: 30%;
text-align: left;
2017-05-23 04:35:29 +00:00
}
2018-01-18 18:12:09 +00:00
.price-calc-section .card .description .select-number {
font-size: 20px;
text-align: center;
width: 85px;
2017-05-25 21:16:18 +00:00
}
.price-calc-section .card .description i {
2018-01-18 18:12:09 +00:00
color: #29427A;
cursor: pointer;
font-size: 24px;
2017-05-23 04:35:29 +00:00
}
.price-calc-section .card .description .left {
2018-01-18 18:12:09 +00:00
margin-right: 7px;
2017-05-23 04:35:29 +00:00
}
.price-calc-section .card .description .right {
2018-01-18 18:12:09 +00:00
margin-left: 7px;
2017-05-23 04:35:29 +00:00
}
.price-calc-section .card .descriptions {
2018-01-18 18:12:09 +00:00
padding: 10px 30px;
2017-05-23 04:35:29 +00:00
}
.price-calc-section .card .description p {
2018-01-18 18:12:09 +00:00
margin: 0;
2017-05-23 04:35:29 +00:00
}
.price-calc-section .card .btn {
2018-01-18 18:12:09 +00:00
margin-top: 20px;
font-size: 20px;
width: 200px;
border: none;
2017-05-23 17:06:48 +00:00
}
.price-calc-section .card .select-configuration select {
2018-01-18 18:12:09 +00:00
outline: none;
background: #fff;
border-color: #d0d0d0;
height: 40px;
width: 200px;
text-align: center;
font-size: 16px;
margin-left: 10px;
2017-05-23 17:06:48 +00:00
}
.price-calc-section .card .check-ip {
2018-01-18 18:12:09 +00:00
font-size: 18px;
2017-05-23 17:06:48 +00:00
}
.price-calc-section .card .justify-center {
2018-01-18 18:12:09 +00:00
justify-content: center !important;
}
.price-calc-section .card .description.input label {
2018-01-18 18:12:09 +00:00
font-size: 15px;
font-weight: 700;
margin-bottom: 0;
width: 40px;
}
/*Changed class****.price-calc-section .card .description.input input*/
.price-calc-section .card .description input {
2018-01-18 18:12:09 +00:00
width: 200px;
font-size: 14px;
text-align: left;
padding: 5px 10px;
border-radius: 4px;
border: 1px solid #d0d0d0;
background: #fff;
margin-left: 10px;
}
2017-05-23 17:06:48 +00:00
.price-calc-section .card .check-ip input[type=checkbox] {
2018-01-18 18:12:09 +00:00
font-size: 17px;
margin: 0 8px;
2017-05-23 04:35:29 +00:00
}
.help-block.with-errors {
2018-01-18 18:12:09 +00:00
text-align: center;
margin: 0;
padding: 0;
}
.form-group {
2018-01-18 18:12:09 +00:00
margin: 0;
border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}
@media(max-width:767px) {
2018-01-18 18:12:09 +00:00
#tech_stack h3 {
font-size: 30px;
line-height: 40px;
width: 100%;
}
.navbar-nav .open .dropdown-menu {
text-align: left;
font-size: 12px;
2018-01-18 18:12:09 +00:00
}
2018-01-18 18:12:09 +00:00
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
background: transparent;
color: #777 !important;
}
}
@media(max-width:991px) {
2018-03-12 21:25:55 +00:00
.section-sm-center .split-text,
.section-sm-center .space {
2018-02-27 22:39:19 +00:00
text-align: center !important;
2018-01-18 18:12:09 +00:00
margin-bottom: 40px;
}
2018-03-12 21:25:55 +00:00
.section-sm-center .split-title::before {
2018-02-27 22:39:19 +00:00
left: 50% !important;
2018-01-18 18:12:09 +00:00
transform: translate(-50%, 0);
}
2018-03-01 20:35:42 +00:00
.section-sm-center .split-description {
2018-02-27 22:39:19 +00:00
width: 100% !important;
}
2017-05-18 05:13:00 +00:00
}
@media(max-width:767px) {
2018-01-18 18:12:09 +00:00
.navbar-transparent li a {
color: #777 !important;
}
.intro-message {
padding-bottom: 15%;
}
.intro-message>h1 {
font-size: 3em;
}
ul.intro-social-buttons>li {
display: block;
margin-bottom: 20px;
padding: 0;
}
.intro-pricing .intro-message .section-heading {
font-size: 35px;
width: 80%;
margin: 0 auto;
}
.intro-pricing .intro-message {
padding-bottom: 0;
}
ul.intro-social-buttons>li:last-child {
margin-bottom: 0;
}
.intro-divider {
width: 100%;
}
.navbar-transparent {
background: #fff;
border: none;
padding: 5px;
}
.navbar-transparent #logoBlack {
display: block;
}
.navbar-transparent #logoWhite {
display: none;
}
.navbar-transparent .nav-language .select-language {
color: #777;
}
.navbar-transparent .nav-language .drop-language a {
color: #777;
}
.navbar-transparent .nav-language .drop-language {
background: #fff;
z-index: 100000;
left: 9px;
border: 1px solid rgba(119, 119, 119, 0.4);
box-shadow: none;
}
.navbar-default .nav-language .drop-language {
background: #fff;
z-index: 100000;
left: 9px;
border: 1px solid rgba(119, 119, 119, 0.4);
box-shadow: none;
}
.navbar-default .nav-language .select-language {
color: #777;
}
.navbar-default .nav-language .drop-language a {
color: #777;
}
.navbar-transparent .navbar-nav>li>a:focus,
.navbar-transparent .navbar-nav>li>a:hover {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
color: #333;
background-color: transparent;
}
.split-section {
2018-03-01 20:35:42 +00:00
padding: 20px 0;
2018-01-18 18:12:09 +00:00
}
.split-section .icon-section {
min-height: 160px;
}
.split-section .icon-section i {
font-size: 120px;
}
2018-03-12 21:25:55 +00:00
.split-section h2 {
font-size: 28px;
}
.split-section .split-title-plain h2 {
2018-03-01 20:35:42 +00:00
font-size: 30px;
2018-01-18 18:12:09 +00:00
line-height: 35px;
}
2018-03-12 21:25:55 +00:00
.split-section .split-title h2 {
2018-01-18 18:12:09 +00:00
font-size: 35px;
line-height: 35px;
}
.contact-section .title {
margin: 0 auto;
}
.contact-section .title h2 {
font-size: 45px;
line-height: 40px;
margin-top: 35px;
}
.contact-section .title h2::before {
left: 50%;
transform: translate(-50%, 0);
}
.contact-section .card .social a {
color: #29427A;
font-size: 30px;
}
.intro-pricing .intro-message .section-heading {
font-size: 30px;
}
.price-calc-section {
flex-direction: column;
2018-02-27 22:39:19 +00:00
/* padding: 60px 10px !important; */
2018-01-18 18:12:09 +00:00
}
.price-calc-section .card {
width: 90%;
}
.price-calc-section .text {
width: 80%;
text-align: center;
margin: 0 auto;
margin-top: 20px;
}
.price-calc-section .text .section-heading {
font-size: 35px;
line-height: 35px;
padding-bottom: 15px;
text-align: center;
}
.price-calc-section .text .section-heading::before {
left: 50%;
transform: translate(-50%, 0);
}
.price-calc-section .text .description {
font-size: 18px;
text-align: center;
}
.price-calc-section .card .description .select-number {
font-size: 17px;
text-align: center;
width: 60px;
}
2017-05-18 05:13:00 +00:00
}
@media(max-width:575px) {
2018-01-18 18:12:09 +00:00
.percent-text {
font-weight: normal;
font-size: 37px;
}
.contact-section .card {
width: 90%;
}
.form-beta {
width: 90%;
padding: 25px 10px;
}
.intro-message>h1 {
font-size: 2em;
}
.price-calc-section .text .section-heading {
font-size: 24px;
line-height: 25px;
}
.price-calc-section .card .description span {
font-size: 15px;
}
2016-12-20 23:05:20 +00:00
}
.network-name {
2018-01-18 18:12:09 +00:00
text-transform: uppercase;
font-size: 14px;
font-weight: 300;
letter-spacing: 2px;
line-height: 24px;
display: block;
2016-12-20 23:05:20 +00:00
}
.section-heading {
2018-01-18 18:12:09 +00:00
margin-bottom: 30px;
2016-12-20 23:05:20 +00:00
}
footer {
2018-01-18 18:12:09 +00:00
padding: 50px 20px;
2016-12-20 23:05:20 +00:00
}
2017-01-24 03:34:22 +00:00
.topnav a:focus {
2018-01-18 18:12:09 +00:00
outline: none;
outline-offset: 0;
2017-01-24 03:34:22 +00:00
}
.topnav .btn:focus {
2018-01-18 18:12:09 +00:00
outline: none !important;
outline-offset: 0;
2017-01-06 15:24:34 +00:00
}
2017-07-28 12:09:20 +00:00
.flex-row-rev {
2018-01-18 18:12:09 +00:00
margin-top: 25px;
}
2018-03-01 20:35:42 +00:00
.flex-row .percent-text {
display: flex;
align-items: center;
}
@media (min-width: 768px) {
2018-01-18 18:12:09 +00:00
.flex-row {
display: flex;
align-items: center;
justify-content: space-between;
}
.flex-row .percent-text {
flex-shrink: 0;
padding: 0 15px;
}
2018-03-12 20:22:54 +00:00
.flex-row .desc-text {
text-align: right;
}
2018-03-01 20:35:42 +00:00
.flex-row .desc-text,
.flex-row .percent-text {
2018-03-12 20:22:54 +00:00
max-width: 430px;
2018-03-01 20:35:42 +00:00
}
.flex-row-rev .desc-text {
2018-03-20 19:27:03 +00:00
max-width: 600px;
2018-03-12 20:22:54 +00:00
text-align: left;
2018-01-18 18:12:09 +00:00
}
.flex-row-rev .percent-text {
order: 2;
}
.flex-row-rev {
margin-bottom: 25px;
}
}
2018-01-18 18:12:09 +00:00
.checkmark {
display: inline-block;
}
.checkmark:after {
/*Add another block-level blank space*/
content: '';
display: block;
/*Make it a small rectangle so the border will create an L-shape*/
width: 25px;
height: 60px;
/*Add a white border on the bottom and left, creating that 'L' */
border: solid #777;
border-width: 0 3px 3px 0;
/*Rotate the L 45 degrees to turn it into a checkmark*/
transform: rotate(45deg);
2018-02-27 22:39:19 +00:00
}
footer .dcl-link-separator {
position: relative;
padding-left: 10px;
}
footer .dcl-link-separator::before {
content: "";
position: absolute;
display: inline-block;
top: 9px;
2018-02-27 22:39:19 +00:00
bottom: 0;
left: -2px;
2018-02-27 22:39:19 +00:00
right: 0;
width: 2px;
height: 2px;
2018-02-27 22:39:19 +00:00
border-radius: 100%;
2018-02-27 22:52:48 +00:00
background: #777;
}
2018-03-01 20:35:42 +00:00
/* new styles for whydcl section cms plugin (to replace older style) */
.banner-list {
border-top: 2px solid #eee;
padding: 50px 0;
}
.banner-list-heading h2 {
font-size: 42px;
}
@media (max-width: 767px) {
.banner-list-heading h2 {
font-size: 30px;
}
2018-03-09 21:19:42 +00:00
}
2018-03-22 19:20:01 +00:00
/* cms section promo */
.promo-section {
padding: 75px 15px;
}
.promo-section.promo-with-bg {
color: #fff;
background-size: cover;
background-position: center;
}
.promo-section h3 {
font-weight: 700;
font-size: 36px;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-top: 10px;
margin-bottom: 25px;
}
.promo-section h4 {
font-size: 24px;
margin-bottom: 20px;
}
.promo-section p {
font-size: 18px;
2018-03-22 23:06:40 +00:00
line-height: 1.5;
2018-03-22 19:20:01 +00:00
}
2018-03-22 20:17:03 +00:00
.promo-section.text-center p {
max-width: 720px;
margin: auto;
}
2018-03-22 19:20:01 +00:00
.promo-section.text-center h3,
.promo-section.text-center h4 {
margin-bottom: 35px;
}
.split-text .split-subsection {
margin-top: 25px;
margin-bottom: 25px;
}
.split-text .promo-section {
padding: 20px 15px;
margin-top: 30px;
margin-bottom: 30px;
}
.split-text .promo-section .container {
width: auto;
}
.split-text .promo-section h3,
.split-text .promo-section h4 {
margin-bottom: 15px;
}
.promo-section-plain h3 {
font-weight: 400;
2018-03-22 21:24:24 +00:00
}
@media (max-width: 767px) {
.split-text .split-subsection {
margin-left: -15px;
margin-right: -15px;
}
2018-03-22 19:20:01 +00:00
}