/**
 * Color Guide *

 beige -- #f8f8f8
 greenish -- #05b4b9
 violet -- #52387a
 violet-transparent -- rgba(71, 49, 102, 0.17)
 dark-gray -- #231f20
 medium-gray -- #959595
 gray -- #383838
 light-gray -- #f2f2f2
 gradient-start -- #05b4b9
 gradient-finish -- #52387a
 black -- #000
 white -- #fff
 light-blue -- #e5f7f9
 orange -- #ff7847
*/
/* General */
@font-face { font-family: "Helvetica Neue"; src: url('font/HelveticaNeue.woff'); }
@font-face { font-family: "Helvetica Neue Thin"; src: url('font/HelveticaNeue-Thin.woff'); }
@font-face { font-family: "Helvetica Neue Light"; src: url('font/HelveticaNeue-Light.woff'); }
@font-face { font-family: "Helvetica Neue UltraLight"; src: url('font/HelveticaNeue-UltraLight.woff'); }
@font-face { font-family: "Helvetica Neue Medium"; src: url('font/HelveticaNeue-Medium.woff'); }
@font-face { font-family: "Helvetica Neue CondensedBlack"; src: url('font/HelveticaNeue-CondensedBlack.woff'); }
@font-face { font-family: "icomoon"; src: url('font/icomoon.ttf'); }
html {min-height: 100%;position: relative;}

a,a:hover {
    color: #fff;
}
.underline {
    display: inline-block;
    border-bottom: 3px solid #05b4b9;
}

.gradient-background {
    background-color: #05b4b9;
    background: linear-gradient(to right, #05b4b9 5%, #584175);
}
.gradient-background-reverse {
    background-color: #584175;
    background: linear-gradient(to left, #05b4b9 5%, #584175);
}
.gradient-background-opaque {
    background-color: rgba(5, 180, 185, 0.8);
    background: linear-gradient(to right, rgba(5, 180, 185, 0.8) 5%, rgba(88, 65, 117, 0.8));
}
.gradient-background-opaque-reverse {
    background-color: rgba(88, 65, 117, 0.8);
    background: linear-gradient(to left, rgba(5, 180, 185, 0.8) 5%, rgba(88, 65, 117, 0.8));
}
.gradient-underline {
    position: relative;
    display: inline-block;
}
.gradient-underline::after {
    content: '';
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #05b4b9 5%, #584175);
    position: absolute;
    bottom: 0;
    left: 0;
}
.breaker {
    width: 100%;
    height: 12px;
    margin: 0;
    border: none;
}
.section-heading {
    padding-top: 30px;
    padding-bottom: 15px;
    font-family: Helvetica Neue Medium;
    max-width: 100%;
    overflow-wrap: break-word;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.section-description {
    max-width: 960px;
    padding-top: 50px;
    font-size: 23px;
    margin: auto;
    text-transform: none;
    font-family: 'Helvetica Neue Light';
    line-height: 2em;
}
.section-description b {
    font-family: 'Helvetica Neue';
}
.pillar-container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.pillar-container li {
    padding-top: 120px;
    flex: 1;
    -webkit-flex: 1;
    position: relative;
}
.pillar-item:after {
    content: '';
    height: 55%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 30%;
    background-color: #05b4b9;
}
.pillar-item:last-child:after {
    display: none;
}
.btn {
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}
.btn.custom-btn {
    border: 2px #fff solid;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: bold;
    line-height: 55px;
    padding: 0 33px;
}
.btn.custom-btn {
    background-color: initial;
}
.btn.custom-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.bar {
    margin-top: 50px;
    padding: 30px;
    color: #000;
}
.bar .large-header {
    font-family: "Helvetica Neue Light";
    font-size: 26px;
}
.bar-items-container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    padding-top: 30px;
}
 .bar-items-container .bar-item-desc {
    padding: 20px 5px;
    text-transform: none;
    font-size: 19px;
}
.bar-items-container li {
    flex: 1;
    -webkit-flex: 1;
    min-width: 160px;
}
.bar .bar-items-container li img {
    height: 95px;
    padding-top: 10px;
}
.nomargin {
    margin-top: 0;
}
.how-it-works {
    padding: 0 0 50px;
}
.how-it-works .bar-items-container li .icon-circle {
    position: relative;
    width: 138px;
    height: 138px;
    border-radius: 138px;
    padding-top: 20px;
    margin: auto;
    background-color: #fff;
}
.how-it-works .bar-items-container li img {
    position: absolute;
    top: 0;
    left: 0;
}
.how-it-works .bar-items-container:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 80%;
    top: 100px;
    z-index: -1;
}
.how-it-works .bar-item-desc::first-letter {
    text-transform: uppercase;
}
.benefits {
    font-size: 19px;
    padding: 20px;
}
.benefits ul {
    list-style: none;
    padding-left: 10px;
}
.benefits li {
    list-style: none;
    line-height: 20px;
    font-size: 18px;
}
.benefits li::before {
    content: "•";
    color: #04B4B7;
    font-size: 200%;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 15px;
}
.benefits .section-heading {
    color: #fff;
}
.benefits-image {
    width: 100%;
    height: 100%;
    background-image: url(/images/stock_image2.jpg);
    background-size: cover;
    -webkit-filter: brightness(40%);
    -moz-filter: brightness(40%);
    filter: url(#brightness);
    filter: brightness(70%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-position-y: 100%;
}
.benefits .benefits-list {
    text-transform: none;
    padding-top: 30px;
}
.benefits .benefits-list {
    font-size: 16px;
    text-align: left;
    padding-left: 0;
}
.benefits .benefits-list li {
    padding: 16px 0;
    padding-left: 75px;
    position: relative;
}
.benefits .benefits-list li:before {
    content: '';
    left: 0;
    top: 19%;
    position: absolute;
    height: 2.5em;
    width: 2.5em;
    background-image: url("/images/icons/svg/check_icon.svg");
    margin-right: 42px;
}
.register {
    color: #fff;
    font-size: 24px;
    padding: 35px 0px;
}
.register .thin-type {
    font-size: 14px;
    max-width: 650px;
    text-transform: none;
    padding-top: 15px;
    margin: auto;
}
.register .btn.custom-btn {
    mix-blend-mode: screen;
}
.heading-bg-image {
    width: 100%;
    min-height: 1070px;
    background-image: url(/images/stock_image1.jpg);
    background-size: cover;
    -webkit-filter:brightness(40%);
    -moz-filter:brightness(40%);
    filter: url(#brightness);
    filter:brightness(40%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.heading-bg-image.login {
    min-height: 100%;
}

.bg-image-cover:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/images/stock_image1.jpg);
    background-size: cover;
    -webkit-filter: brightness(40%);
    -moz-filter: brightness(40%);
    filter: url(#brightness);
    filter: brightness(40%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.greenish {
    color: #05b4b9;
}
.prices {
    text-transform: none;
}
.prices .prices-heading {
    font-size: 18px;
}
.prices .prices-heading b {
    color: #05b4b9;
}
.prices .prices-smaller {
    font-size: 12px;
}
.prices .prices-asterix {
    font-size: 14px;
    text-align: left;
    max-width: 1100px;
    margin: auto;
    color: #959595;
}
.button-large {
    margin: 20px auto;
    border-radius: 3px;
    background-color: #52387A;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    width: 280px;
    text-align: center;
    display: table;
}
.button-large a {
    width: 100%;
    height: 100%;
    display: table-cell;
    padding: 10px 20px;
    vertical-align: middle;
    border: 2px solid #52387A;
    transition: all 0.2s;
}
.button-large a:hover {
    border: 2px solid black;
    text-decoration: none;
}
.button-large a:visited {
    text-decoration: none;
    color:white
}
.button-large a:focus {
    border: 2px dotted black;
    color:white;
    text-decoration: none;
}
.button-large a:active {
    border: 2px dotted black;
}
/* agreements page styles */
.agreement-block {
    text-transform: none;
    margin: 100px;
}
.agreement-block.privacy {
    font-family: "Times New Roman", serif;
    font-size: 11pt;
    margin-bottom: 0.14in;
    line-height: 115%;
    color:black;
}
.agreement-block.privacy h1 {
    font-weight: bold;
    margin-bottom: 0.4in;
}
.agreement-block.privacy h4 {
    text-align: left;
    font-weight: bold;
}
.agreement-block.privacy p, .agreement-block.privacy ul {
    margin-bottom: 0.2in;
    line-height: 100%;
    text-align: justify;
}
.agreement-block.agreement * {
    font-family: "Times New Roman", serif;
    color: #000000;
    margin-bottom: 0.14in;
    line-height: 115%;
    font-size: 11pt;
}

.agreement-block.agreement p {
    text-align:justify;
    text-indent: 0.39in;
    margin-bottom: 0.25in;
    line-height: 100%;
}
.agreement-block.agreement h4 {
    text-align: center;
}
.content-wrapper {
    padding-top: 75px;
    padding-bottom: 80px;
}
/* -------------------- */
/* Header */
nav b, nav h1 {
    color: #000;
}
nav {
    text-transform: uppercase;
    font-family: "Helvetica Neue";
    color: #383838; text-align: center;
}
nav.navbar {
    height: 75px;
    background-color: #FFFFFF;
}
nav.navbar .container-fluid {width: 100%;position: relative;}

/* brand-logo */
nav .navbar-brand {
    display: inline-block;
    padding-top: 20px;
    padding-left: 20px;
    height: 100%;
}
nav .navbar-brand img {
    height: 44px;
}
nav .navbar-brand.small {
    display: none;
}
nav.navbar>.container .navbar-brand {
    margin: 0;
}
/* buttons (Login, lang) */
nav.navbar .buttons {
    padding-top: 20px;
    padding-right: 30px;
    float: right;
}
nav.navbar .buttons .btn.filled {
    padding: 9px 11px;
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #04B4B7;
    background-color: #ffffff;
    border: 2px solid #04B4B7;
}
nav.navbar .buttons .btn.filled:hover {
    color: #FFFFFF;
    background-color: #04B4B7;
}
/* Lang select */
nav.navbar .buttons .menu-lang {
    display: inline-block;
    position: relative;
}
nav.navbar .buttons .menu-lang .menu-lang-dropdown {
    position: absolute;
    right: 0;
    background-color: #05b4b9;
    width: 100%;
    display: none;
}
nav.navbar .menu-lang {
    font-weight: bold;
    width: 50px;
    padding-left: 30px;
    color: #383838;
}
nav.navbar .menu-lang .lang-select {
    height: 40px;
    width: 68px;
    font-size: 20px;
    background-color: transparent;
    box-shadow: none;
    outline: none !important;
    text-transform: uppercase;
}
/* icons */
nav.navbar .btn.filled.icon-user {
    padding-left: 39px;
    position: relative;
}
nav.navbar .btn.filled.icon-user:before {
    font-family:'icomoon';
    content: '\e03d';
    position: absolute;
    left: 10px;
}
nav.navbar div.icon-internet:before {
    font-family: 'icomoon';
    content: '\e267';
    font-size: 23px;
    font-weight: lighter;
    position: absolute;
    left: 17px;
    top: 5px;
}
/* Menu */
nav.navbar ul.menu{
    padding-top: 20px;
    position: absolute;
    width: 910px;
    left: 50%;
    transform: translateX(-50%);
}
nav.navbar ul.menu li a {
    background-color: transparent;
    color: #969695;
    font-family: "Helvetica Neue";
    font-size: 17px;
    letter-spacing: 0.2px;
    height: 70px;
}
nav.navbar ul.menu li a:hover {
    color: #04B4B7;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

nav.navbar ul.menu li a.selected {
    letter-spacing: 1px;
    color: #04B4B7;
    font-weight: 600;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
/* fix of anchoring with static header */
:target:before {
    content:"";
    display:block;
    height:80px;
    margin:-80px 0 0;
}
/* Mobile Menu */
nav.navbar .mobile-menu {
    display: none;
    position: relative;
    float: left;
    margin-left: -20px;
    margin-right: 20px;
}
nav.navbar .mobile-menu .mobile-menu-btn {
    padding: 22px 20px 20px 20px;
    float: left;
    background-color: #05b4b9;
    cursor: pointer;
}
nav.navbar .mobile-menu .mobile-menu-btn span {
    display: block;
    width: 37px;
    height: 2px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 9px;
}
/* -------------- */
/* Full width slider */
#fw-carousel .fw-slide {
    height: 800px;
}
#fw-carousel {
    width: 100%;
}
#fw-carousel .fw-slide .img {
    position: absolute;
    width: 33.33%;
    -webkit-filter: brightness(30%);
    -moz-filter: brightness(30%);
    filter: brightness(30%);
    overflow: hidden;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 150%;
}
#fw-carousel .fw-slide .proposition {
    position: relative;
    top: 200px;
    left: 10%;
    color: #FFFFFF;
    font-size: 25px;
    width: 40%;
}
#fw-carousel .fw-slide .solution {
    position: relative;
    top: 200px;
    left: 10%;
    color: #FFFFFF;
    font-size: 40px;
    width: 40%;
}
#fw-carousel .fw-slide .button {
    position: relative;
    top: 200px;
    left: 10%;
    width: 300px;
}
#fw-carousel .slick-arrow::before {
    color: #FFFFFF;
}
#fw-carousel .slick-dots button::before {
    color: #FFFFFF;
}

/* -------------- */
/* Devices Tabs */
#devices .tabs {
    padding-bottom: 40px;
    padding-top: 35px;
}
#devices .tab-h {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}
#devices .tab-h:hover .shadow {
    filter: brightness(75%);
}

#devices .tab-h .line {
    height: 5px;
    background: #52387a;
    margin: 0 -10px;
}
#devices .tab-h.open .line {
    background: #0ca5af;
}

#devices .tab-h.open {

}
#devices .bodies {box-shadow: 0 1px 5px 1px #ababab;}
#devices .tab-b {
    display: none;
}
#devices .tab-b.open {
    display: block;
}
/* -------------- */
/* Devices */
#devices .profits-list {
    height: 80px;
    color: #6f6f6f;
}
#devices img {
    width: 100%;
}
#devices .name {
    height: 60px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    background: #52387a;
    color: #F3F3F3;
    display: table;
    width: 100%;

}
#devices .name span {
    display: table-cell;
    vertical-align: middle;
}
#devices .open .name{
    background: #0ca5af;
}
#devices .row {
    max-width: 1600px;
    margin: auto;
}
#devices .device-image {
    margin: 0;
}
#devices .profit {
    padding: 20px;
    font-size: 19px;
}
#devices .big {
    font-size: 22px;
    font-weight: bold;
    height: 70px;
}
#devices ul {
    list-style: none;
}
#devices li {
    list-style: none;
    line-height: 20px;
    font-size: 18px;
}
#devices li:before {
    content: "•";
    color: #04B4B7;
    font-size: 200%;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 15px;
}
#devices .device-block {
    padding-bottom: 10px;
}
#devices .device-block h2 {
    width: 100%;
    background: #04B4B7;
    text-align: center;
    height: 50px;
    font-size: 20px;
    letter-spacing: 0.4px;
    padding-top: 15px;
    text-transform: uppercase;
    margin-top: 0;
}
#devices .config-list {
    padding: 30px 15px 30px;
    text-align: justify;
    color:  #6f6f6f;
}
#devices .price-box {
    padding: 5px;
    font-size: 20px;
    text-align: center;
    border: 2px solid #04B4B7;
    border-radius: 3px;
    margin: 10px auto;
    max-width: 60%;
}
#devices .additional-solution .price-box {
    margin-left: 10px;
}
#devices .additional-solution h4 {
    color: #6f6f6f;
}
#devices .warranty {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
}
#devices .warranty img {
    height: 30px;
    width: auto;
    padding-right: 10px;
}
#devices .additional-solution {
    padding: 15px;
}
#devices .config {
    text-align: center;
    font-weight: bolder;
    font-size: 17px;
    padding-bottom: 30px;
}
#devices .config .grey{
    display: block;
    font-weight: normal;
    color: grey;
}
#devices .config img {
    height: 50px;
    margin: 15px 0;
}
#devices .config-footer {
    font-size: 18px;
    padding-bottom: 20px;
    color: #6f6f6f;
}
/* -------------- */
/* Service */
#service .profit {
    font-size: 20px;
    color: #6f6f6f;
}
#service .info {
    position: relative;
}
#service .background-city {
    background: url("/images/background-city.png");
    height: 382px;
    margin-top: 30px;
}
#service .notebook-promo{
    position: absolute;
    top: 50px;
    Left: calc(50% - 475px);
}
#service .textover {
    position: absolute;
    Left: 50%;
    transform: translateX(-50%);
    top: 250px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    background-color: #0ca5af;
    padding: 5px 10px;
    color: #FFFFFF;
    min-width: 423px;
}
#service .details{
    padding-top: 130px;
    min-height: 405px;
    background: #04b4b7; /* Old browsers */
    background: -moz-linear-gradient(left, #04b4b7 0%, #574073 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #04b4b7 0%,#574073 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #04b4b7 0%,#574073 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04b4b7', endColorstr='#574073',GradientType=1 ); /* IE6-9 */
}
#service ul.big-list {
    max-width: 1200px;
    margin: auto;
}
#service ul.big-list > li{
    list-style: none;
    font-size: 25px;
    text-indent: 0;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}
#service .big-list > li:before {
    content: url("/images/icons/svg/check-circle.svg");
    display: inline-block;
    padding: 0 20px 0 0;
}
#service ul.big-list > li:last-child{
    padding-bottom: 40px;
}

#service ul.small-list {
    padding-top: 20px;
}
#service ul.small-list li{
    text-align: justify;
    display: block;
    float: left;
    font-size: 18px;
    text-indent: 0;
}
#service .small-list li:before {
    content: "•";
    color: white;
    font-size: 200%;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 15px;
}
#service .how-it-works .section-heading {
    text-transform: uppercase;
    text-align: center;
    color: #52387a;
}
#service .how-it-works .bar-items-container li .icon-circle {
    border: 2px solid #52387a;
}
#service .how-it-works .bar-items-container li .bar-item-desc {
    text-align: center;
}
#service .how-it-works .bar-items-container:after {
    background-color: #52387a;
}
#service .row.prices {
    text-align: center;
    font-size: 18px;
    padding-top: 40px;
}
#service .price-main {
    font-size: 20px;
}
#service .price-lower {
    color: #6f6f6f;
    padding-top: 15px;
}
#service .free-period {
    padding-top: 35px;
    font-size: 18px;
}
/* -------------- */
/* Market Place */
#marketplace .top {
    background-color: #F8F8F8;
    padding: 0;
}
#marketplace .profit {
    padding-top: 20px;
    font-size: 20px;
}
#marketplace .row.profit {
    padding-top: 30px;
    padding-bottom: 20px;
}
#marketplace .bar {
    margin-top: 10px;
}

#marketplace .button-large a {
    height: 62px;
}
#marketplace .top .heading {
    font-size: 18px;
}
#marketplace .for {
    display: table;
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
}
#marketplace .for span {
    display: table-cell;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 25px;
    font-weight: bold;
}
#marketplace .big-list {
    height: 130px;
    color:  #6f6f6f;
}
#marketplace .big-list li:before {
    content: "•";
    color: #04B4B7;
    font-size: 200%;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 15px;
}
#marketplace .left .big-list li:before {
    color: #52387a;
}
#marketplace .big-list li {
    text-align: left;
    list-style: none;
    font-size: 16px;
}
#marketplace .how-it-works {
    height: 530px;
}
#marketplace .how-it-works > div {
    text-align: left;
    text-indent: 50px;
    font-size: 25px;
    text-transform: uppercase;
}
#marketplace .how-it-works .icon-circle {
    width: 72px;
    height: 72px;
    margin: 10px;
    border: 2px solid #0ca5af;
    border-radius: 50%;
    background-color: #FFFFFF;
}
#marketplace .left .how-it-works .icon-circle {
    border-color: #52387a;
}
#marketplace .how-it-works .icon-circle img {
    width: 70px;
}
#marketplace .how-it-works .bar-item-desc {
    line-height: 20px;
    padding-left: 20px;
    text-align: left;
    font-size: 18px;
}
#marketplace .how-it-works .bar-item-desc > span {
    vertical-align: middle;
}
#marketplace .how-it-works ul {
    position: relative;
    display: table;
}
#marketplace .how-it-works ul:before {
    content: " ";
    display: block;
    width: 2px;
    height: 400px;
    background-color: #0ca5af;
    position: absolute;
    left:45px;
    top: 30px;
    z-index: -1;
}
#marketplace .left .how-it-works ul:before {
    background-color: #52387a;
}
#marketplace .how-it-works li {
    clear: both;
    display: table-row;
}
#marketplace .how-it-works li > div {
    display: table-cell;
}
#marketplace .info {
    color: #636363
}
#marketplace .row.last {
    padding-top: 25px;
    padding-bottom: 40px;
    color: #636363
}
/* -------------- */
/* Partnership */
.parallax {
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#partnership .partnership-image {
    background-image: url("/images/backgrounds/parthership.jpg");
    min-height: 450px;
    position: relative;
}
#partnership .partnership-image::before {
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top:0;
    content: " ";
}

#partnership h1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#partnership .over > * {
    text-align: center;
    color: white
}
#partnership .over .offer {
    padding-top: 140px;
    font-size: 17px;
}

#partnership .over .solution {
    padding-top: 50px;
    font-size: 25px;
    text-transform: uppercase;
}
#partnership .over .solution b {
    color: #0ca5af;
}
#partnership .offers {
    max-width: 1100px;
    text-align: center;
    margin: -140px auto 30px;
}
#partnership .offers .top {
    background-color: #0ca5af;
    height: 200px;
    color: #FFFFFF;
    font-size: 20px;
    padding: 20px 13px;
}
#partnership .offers .icon-info:before {
    font-family: 'icomoon';
    content: '\e216';
    display: block;
}
#partnership .offers .big {
    font-size: 45px;
    padding-bottom: 15px;
}

#partnership .offers .bottom {
    text-align: justify;
    background-color: #F3F3F3;
    height: 175px;
    padding: 6px 20px;
    font-size: 17px;
}
#partnership .row.details .under {
    padding-bottom: 20px;
    font-size: 20px;
}
/* -------------- */
/* Agencies */
#agencies {
    padding-top: 45px;
    text-transform: uppercase;
    font-family: "Helvetica Neue";
    color: #383838;
    text-align: center;
}

#agencies .work-with-us .slide {
    max-height: 100px !important;
}
#agencies .work-with-us {
    padding: 70px 0;
}
#agencies .work-with-us .title {
    font-size: 25px;
    line-height: 22px;
    text-align: left;
    padding: 15px 60px;
}
#agencies .shadow {
    font-size: 15px;
    color: #969695;
    text-transform: none;
}
#agencies .work-with-us img,
#agencies .work-with-us .work-with-us-item {
    float: left;
    height: 100px;
    box-sizing: content-box;
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    padding: 0 10px;
}
#agencies .work-with-us span.work-with-us-item {
    width: 250px;
    height: 100px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    padding-top: 2.5em;
    box-sizing: border-box;
    color: #52387a;
}
#agencies .work-with-us img:hover,
#agencies .work-with-us .work-with-us-item:hover {
    -webkit-filter: none;
    filter: none;
}
#agencies .slick-prev {
    left: -30px;
}
#agencies .slick-next {
    right: -30px;
}
/* --------- */
/* Blog */
#blog {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 20px;
}
#blog .posts > div {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 580px;
}
#blog .posts img {
    object-fit: cover;
    width: 100%;
    height: 230px;
    border-radius: 8px;
}
#blog .posts .post-title {
    font-weight: bold;
    border-left: 6px solid #05b4b9;
    margin: 20px 3px 0;
    padding: 4px 15px;
    font-size: 17px;
    height: 80px;
    overflow: hidden;
}
#blog .posts .post-summary {
    font-size: 13px;
    text-transform: none;
    padding: 12px 0 20px;
    height: 175px;
    overflow: hidden;
    text-align: justify;
}
#blog .posts .post-date {
    display: inline;
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    color: #959595;
}
#blog .posts .post-date:before {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 0px;
    top: -1px;
    background-image: url(/images/icons/clock.png);
}
#blog .posts .post-footer {
    width: 100%;
}
#blog .posts .read-more {
    float: right;
    font-size: 17px;
    color: #05b4b9;
    font-weight: bold;
    margin-top: -1px;
    cursor: pointer;
}
#blog .button-large {
    background-color: #FFFFFF;
    border: 2px #0ca5af solid;
}
#blog .button-large a {
    color: #000000;
}
#blog .button-large:hover {
    background-color: #0ca5af;
    border: 2px #0ca5af solid;
}
#blog .button-large a:hover {
    color: white;
    text-decoration: none;
}
/* -------------- */
/* Contact form */
#contact-form {
    padding: 50px 15px 50px;
    position: relative;
}
#contact-form .section-heading {
    color: #fff;
}
#contact-form .contact-form-image{
    width: 100%;
    height: 100%;
    background-image: url(/images/stock_image3.jpg);
    background-size: cover;
    -webkit-filter: brightness(15%);
    -moz-filter: brightness(15%);
    filter: brightness(15%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center;
    overflow: hidden;
}
#contact-form .section-description {
    color: #fff;
    padding-top: 10px;
    font-size: 27px;
    line-height: 26px;
}
#contact-form .phone, #contact-form .email, #contact-form .address {
    color: #FFFFFF;
    font-size: 27px;
    padding-top: 15px;
    font-family: Helvetica Neue Medium;
}
#contact-form .phone:before {
    content: '\e01d';
    font-family: icomoon;
    font-size: 20px;
    padding-right: 10px;
}
#contact-form .address:before {
    content: '\e000';
    font-family: icomoon;
    font-size: 20px;
    padding-right: 10px;
}
#contact-form .email:before {
    content: '\e01e';
    font-family: icomoon;
    font-size: 20px;
    padding-right: 10px;
}
#contact-form .desc{
    color: #05b4b9;
    font-size: 20px;
}

#contact-form .btn.custom-btn {
    color: #fff;
    border-color: #05b4b9;
}
#contact-form .btn.custom-btn:hover {
    color: #000;
    border-color: #000;
    background-color: #05b4b9;
}
#contact-form input:not([type="submit"]),
#contact-form textarea {
    background-color: rgba(6,6,6,0.45);
    width: 100%;
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 14px;
    padding: 10px 0 10px 20px;
    border: 1px rgba(6,6,6,0.45) solid;
    border-radius: 5px;
}
#contact-form ::-webkit-input-placeholder {
    font-style: oblique;
    color: #fff;
}
#contact-form ::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-style: oblique;
}
#contact-form :-moz-placeholder {
    color: #fff;
    opacity: 1;
}
#contact-form textarea {
    resize: none;
    height: 8em;
}
#contact-form input:not([type="submit"]):focus,
#contact-form textarea:focus {
    outline: #fff dotted  1px;
}
#contact-form b, #contact-form h1 {
    color: #000;
}
#contact-form .btn.custom-btn {
    font-size: 16px;
    line-height: 40px;
}
/* -------------- */
/* Footer */
footer {
    color: #fff;
    line-height: 70px;
    padding-top: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
footer .links {
    letter-spacing: 15px;
    text-align: right;
}
footer i.fa {
    font-size: 20px;
    padding: 0 15px;
}
footer img {
    margin-top: -10px;
}
footer .copyright  {
    padding-top:20px;
    line-height: 20px
}
footer .copyright a {
    padding-left: 10px;
    font-weight: bolder;
}
footer.container-fluid {
    min-height: initial;
}

/* -------------- */
/* Other         */
.nNote {
    text-transform: uppercase;
    text-align: center;
}

/* -------------- */
/* Media queries */
@media (max-width: 1570px) {
    .work-with-us img {
        float: none;
    }
    .work-with-us div:first-child {
        padding: 0;
        border: none !important;
    }
    .agreement-block {
        margin: 200px 20px;
    }
    #agencies .work-with-us .slide {
        margin: auto;
    }
    #agencies .work-with-us div:last-child {
        border-color: transparent;
    }
    #agencies .work-with-us .slide {
        padding: 0;
    }
}
@media (max-width: 1240px) {
    .navbar-nav > li > a {
        padding-left: 4px;
        padding-right: 4px;
    }
    nav.navbar ul.menu li a {
        font-size: 14px;
    }
    nav.navbar ul.menu {
        width: 680px;
    }
}
@media (max-width: 1110px) {
    nav.navbar .navbar-nav {
        display: none;
    }
    nav.navbar .mobile-menu {
        display: inline-block;
    }
}
@media (max-width: 991px) {
    .notebook-promo {
        display: none;
    }
    #service .details {
        padding-top: 20px;
    }
    #service .textover {
        top:70px;
        min-width: 200px;
        text-align: center;
    }
    #service .background-city {
        margin-top: -100px;
    }
    #devices .tab-h .big {

    }
    .bar-items-container {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .how-it-works .bar-items-container:after {
        display: none;
    }
    .pillar-container {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .pillar-container li:after {
        content: none;
    }
    #solutions .solutions-container {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
}
@media (max-width: 800px) {
    #agencies .slick-prev {
        left: 0;
    }
    #agencies .slick-next {
        right: 0;
    }
}
@media (max-width: 767px) {
    #fw-carousel .fw-slide {
        height: 400px;
    }
    #fw-carousel .fw-slide .proposition {
        top: 0;
    }
    #fw-carousel .fw-slide .solution {
        top: 40px;
    }
    #fw-carousel .fw-slide .button {
        top: 40px;
    }
    #service ul.big-list {
        margin: 0;
        padding: 0;
        text-align: left;
    }
    #service ul.small-list {
        margin: 0;
        padding: 0;
        text-align: left;
    }
    #devices .tab-h:hover .shadow {
        filter:none;
    }
    #devices .tab-h .line {
        background: none;
    }
    #devices .tab-h .name {
        background: #0ca5af;
    }
    #devices .tab-h.open .line {
        background: none;
    }
    #devices .device-block {
        box-shadow: #606060 0px 3px 3px;
        display: block;
    }
    #devices .bodies {
        display: none;
    }
    #devices .tab-h{
        width: 100%;
    }
    #service ul.big-list > li {
        font-size: 25px;
        font-weight: bold;
    }
    #partnership .offers {
        margin: 0;
    }
    #partnership .offers .block {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #partnership .offers .big {
        font-size: 20px;
        padding-bottom: 0;
    }
    #partnership .offers .top {
        padding: 0;
        font-size: 15px;
        height: auto;
    }
    #partnership .offers .bottom {
        font-size: 15px;
        padding-top: 5px;
        height: auto;
    }
    #demo-canvas {
        display: none;
    }
    #large-header h1 {
        font-size: 30px;
    }
    .btn.custom-btn, #agencies #solutions {
        font-size: 15px;
    }
    #blog .posts li .read-more
    {
        font-size: 12px;
    }
    .agreement-block {
        margin-bottom: 400px;
    }
    footer > * {
        line-height: 55px;
        text-align: center;
    }
    #about .pillar-container .statistics-desc {
        font-size: 16px;
    }
    .section-heading {
        font-size: 24px;
    }
}
@media (max-width: 555px) {
    nav .navbar-brand {
        display: none;
    }
    nav .navbar-brand.small {
        display: inline-block;
    }
    nav.navbar .btn.filled.icon-user {
        padding-left: 10px;
    }
    nav.navbar .btn.filled.icon-user:before,
    nav.navbar div.icon-internet:before {
        content: '';
    }
    nav.navbar .menu-lang {
        width: initial;
        padding: 0;
    }
    #fw-carousel .fw-slide .solution {
        top: 100px;
        font-size: 25px;
        width: 300px;
    }
    #fw-carousel .fw-slide .button-large {
        width: 40%;
    }
    #fw-carousel .fw-slide .button {
        top: 100px;
        width: 100%;
    }
}
@media (max-width: 374px) {
    nav .navbar-brand {
        padding-left: 0;
    }
    nav.navbar .mobile-menu  {
        margin-right: 5px;
    }
    nav.navbar .buttons {
        padding-right: 0;
    }
}
/* -------------- */
