html {

}

body {

    overflow-x: hidden;
    padding-top: 56px;
    font-family: 'Source Sans Pro', "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

*::-moz-selection {
    background-color: #F36F5F;
    color: #FFFFFF;
}

* {
    outline: none!important
}

.document {
    height: 100%;
    position: relative;
}

.preloader {
    display: table;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #444444;
    background-image: none;
    z-index: 9999;
}

.preloader-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.preloader-logo {
    display: inline-block;
    margin-top: -20px;
}

.preloader-logo img {
    display: none;
    max-height: 164px;
}

.preloader-logo img.logo {
    display: none;
    max-height: 53px;
}

.preloader-logo strong {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-top: 45px;
    margin-left: -45px;
    display: none;
    width: 90px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    -webkit-animation: preloader-loading 2s infinite;
    animation: preloader-loading 2s infinite;
}

@-webkit-keyframes preloader-loading {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes preloader-loading {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.with-preloader .document {
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.with-preloader.preloader-done .document {
    opacity: 1;
}

.with-preloader.preloader-done .preloader {
    display: none;
}

.with-preloader .wow {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.with-preloader.preloader-done .wow {
    animation-play-state: running;
    -webkit-animation-play-state: running;
}

.navbar-nav>li>.dropdown-menu {
    padding: 0;
}

.product-menu {
    display: block;
    padding: 5px 5px 5px 64px;
    position: relative;
}

.product-menu strong {
    display: block;
    font-size: 14px;
}

.product-menu .slog {
    display: block;
    margin-top: 5px;
}

.product-menu img {
    position: absolute;
    left: 0;
    top: 5px;
}

.section {
    position: relative;
    background-image: url(https://greenbackend.com/wp-includes/gbeapi/images/section-light-bg.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    overflow: hidden;
    font-size: 16px;
}

.section h5 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase;
}

.section-inverse-color {
    background-image: url(https://greenbackend.com/wp-includes/gbeapi/images/section-dark-bg.png);
    background-color: #222222;
    color: #cccccc;
}

.black-background-overlay,
.black-dot-background-overlay,
.accent-background-overlay {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.black-background-overlay {
    background-color: #000000;
    opacity: 0.5;
}

.accent-background-overlay {
    opacity: 0.95;
}

.black-dot-background-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUM4Q0NDRTgyNDQ2MTFFNEE2NEVDNzc4QzFDRjlCRUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUM4Q0NDRTkyNDQ2MTFFNEE2NEVDNzc4QzFDRjlCRUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQzhDQ0NFNjI0NDYxMUU0QTY0RUM3NzhDMUNGOUJFRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQzhDQ0NFNzI0NDYxMUU0QTY0RUM3NzhDMUNGOUJFRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkB60N8AAAAYSURBVHjaYmJgYPgPBAxMQIIRyGEACDAARwYG/12eAo8AAAAASUVORK5CYII%3D);
    background-repeat: repeat;
    background-position: center center;
}

.parallax-background {
    background-attachment: fixed;
    background-position: top center;
}

.video-background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.container {
    position: relative;
}

.mobile-device .parallax-background {
    background-attachment: scroll;
    background-position: center center!important;
}

.mobile-device .parallax {
    top: 0!important;
}

.clear {
    clear: both;
}

.blur {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.navbar-default .navbar-brand {
    background: url(images/logo.png) no-repeat 0 0;
    height: 50px;
    background-size: 100% 100%;
    height: 42px;
    width: 162px;
    text-indent: -99999px;
    margin-top: 5px;
    margin-left: -10px;
}

.navbar-nav>li>a {
    padding-bottom: 18px;
    padding-top: 18px;
}

#main-banner {
    min-height: 72px;
    background-size: cover!important
}

#main-banner .flexslider .slides>li {
    height: 547px;
    background-size: cover!important;
    -webkit-animation-property: -webkit-width;
    -webkit-animation-property: -webkit-height;
    -webkit-transition-duration: 1s;
    -moz-animation-property: -webkit-width;
    -moz-animation-property: -webkit-height;
    -moz-transition-duration: 1s;
    -o-animation-property: -webkit-width;
    -o-animation-property: -webkit-height;
    -o-transition-duration: 1s
}

#main-banner .flexslider .slides>li .slide-text {
    padding-top: 210px
}

#main-banner .flexslider .slides>li .slide-text h2 {
    font-weight: normal;
    font-size: 2.5em;
    color: #fff;
    margin-bottom: 25px;
    text-shadow: 2px 2px 2px #333;
    -webkit-filter: dropshadow(color=#333, offx=2, offy=2);
    filter: dropshadow(color=#333, offx=2, offy=2)
}

#main-banner .flexslider .slides>li .slide-text p {
    font-size: 1.429em;
    color: #fff;
    margin-bottom: 35px
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.services_wrap {
    display: table;
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 25px 0;
    font-family: 'Source Sans Pro', "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

.to-action-block {
    display: table;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    background-color: #138bb7;
    margin: 15px 0;
    font-family: 'Source Sans Pro', "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

.to-action-block * {
    margin: 0;
    color: #fff;
}

.to-action-block .ovh {
    display: table-cell;
    padding: 20px;
}

.to-action-block .action-button {
    background-color: #12779c;
}

.to-action-block .action-button:hover {
    text-decoration: none;
    color: #fff;
}

.to-action-block .action-button .glyphicon {
    margin: 2px 10px 0 0;
    display: block;
    float: left;
    font-size: 22px;
}

.to-action-block .action-button {
    font-size: 19px;
    font-weight: 300;
    display: table-cell;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    padding: 20px;
}

.to-action-block h2 {
    font-size: 20px;
    font-weight: 300
}

.buy_button_container {
    padding-top: 20px;
}

.btn-app-download {
    font-size: 14px;
    letter-spacing: 1.5px;
}

.btn-app-download {
    position: relative;
    padding: 10px 20px 10px 60px;
    text-align: left;
}

.btn-app-download strong {
    display: block;
    margin-bottom: 6px;
    font-weight: 800;
}

.btn-app-download span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: -3px;
    opacity: 0.8;
}

.btn-app-download i {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px 0 0 15px;
    font-size: 40px;
    line-height: 1;
}

.btn-black {
    background-color: #222222;
    color: #ffffff;
}

.btn-black:focus,
.btn-black:hover {
    background-color: #000000;
    color: #ffffff;
}

.btn-gray {
    background-color: #999999;
    color: #ffffff;
}

.btn-gray:focus,
.btn-gray:hover {
    background-color: #777777;
    color: #ffffff;
}

.btn-ios {
    background-color: #999999;
    color: #ffffff;
}

.btn-ios:focus,
.btn-ios:hover {
    background-color: #777777;
    color: #ffffff;
}

.btn-android {
    background-color: #a4c639;
    color: #ffffff;
}

.btn-android:focus,
.btn-android:hover {
    background-color: #8bad20;
    color: #ffffff;
}

.btn-windows-phone {
    background-color: #e81123;
    color: #ffffff;
}

.btn-windows-phone:focus,
.btn-windows-phone:hover {
    background-color: #cf000a;
    color: #ffffff;
}

#subscribe .form-control::-webkit-input-placeholder {
    color: #aaaaaa;
}

#subscribe .form-control:-moz-placeholder {
    color: #aaaaaa;
}

#subscribe .form-control::-moz-placeholder {
    color: #aaaaaa;
}

#subscribe .form-control:-ms-input-placeholder {
    color: #aaaaaa;
}

#subscribe .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #cccccc;
}

#subscribe .form-control {
    font-size: inherit;
    line-height: inherit;
    height: 61px;
    padding: 11px 22px;
    color: inherit;
    border-color: #dddddd;
    background-color: #ffffff;
}

.form-validation {
    padding: 15px 25px;
}

.form-validation.alert-danger {
    color: #ffffff;
    background-color: #a94442;
    background-color: rgba(169, 68, 66, 0.8);
    border-color: #a94442;
}

.form-validation.alert-success {
    color: #ffffff;
    background-color: #3c763d;
    background-color: rgba(60, 118, 61, 0.8);
    border-color: #3c763d;
}

.feature-box {
    text-align: center;
    color: #8a8a8a;
    position: relative;
    font-family: 'Source Sans Pro', "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

.feature-box p {
    margin: 0;
}

.feature-box h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Oregano', cursive;
}

.feature-box .icon {
    font-size: 53px;
    width: 53px;
    height: 53px;
    margin: 0 auto 15px;
}

.feature-box .icon .icon-paper-plane {
    position: relative;
    top: -4px;
    left: -2px;
}

.feature-box .block-content {
    margin-left: 70px;
}

.feature-box:hover a {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.feature-box.al-center .icon {
    font-size: 32px;
    width: 80px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    display: block;
    border-radius: 100em;
    behavior: url(border-radius.html);
    border: 5px solid;
}

.feat-block-content {
    overflow: hidden;
}

.feature-box .icon i {
    opacity: 0.5;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    color: #CECECE;
}

.feature-box .crum_start_animation .icon i {
    -webkit-animation: crum_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: crum_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: crum_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: crum_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hover-box,
.page-nav .older,
.page-nav .newer,
.page-nav .older a,
.page-nav .newer a {
    -moz-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.hover-box:before,
.hover-box:after {
    -moz-transition: border-width .3s ease-in-out;
    -webkit-transition: border-width .3s ease-in-out;
    -o-transition: border-width .3s ease-in-out;
    transition: border-width .4s ease-in-out;
}

.hover-box .more-link,
.hover-box .zoom-link {
    -moz-transition: background .3s, opacity .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
    -webkit-transition: background .3s, opacity .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
    -o-transition: background .3s, opacity .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
    transition: background .3s, opacity .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
}

.item .description {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.item .description .sl-description,
.item .description .sl-title {
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.icon.animated {
    -webkit-animation: crum_appear 2s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: crum_appear 2s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: crum_appear 2s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: crum_appear 2s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#stuning-header {
    color: #FFFFFF;
    height: 147px;
    margin-bottom: 40px;
    padding-top: 36px;
    background: url(images/page-header-default.jpg) no-repeat center center;
    text-align: center;
}

#stuning-header a {
    color: #FFFFFF;
}

.page-title-inner {
    display: inline-block;
}

a.back,
#stuning-header a.back {
    border-radius: 100em;
    display: inline-block;
    height: 51px;
    margin-right: 18px;
    position: relative;
    text-align: center;
    width: 51px;
    -moz-transition: color .2s linear, border-color .2s linear;
    -webkit-transition: color .2s linear, border-color .2s linear;
    -o-transition: color .2s linear, border-color .2s linear;
    transition: color .2s linear, border-color .2s linear;
    border: 4px solid #fff;
    border-radius: 50px;
    color: #fff;
}

a.back i {
    font-size: 30px;
    margin-right: 3px;
    margin-top: 5px;
}

a.back:before .extra-links a {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.page-title {
    font-size: 32px;
    line-height: 32px;
    margin: 0;
}

.portfolio-block {}

.portfolio-block .portfolio-flex {}

.portfolio-block .portfolio-flex .portfolio-title {
    font-size: 19px;
    font-weight: 600;
    margin-top: 0;
    color: #8A8A8A;
}

.portfolio-block .portfolio-flex .portfolio-title i {
    color: #D8D8D8;
    margin-right: 0.7em;
    position: relative;
    top: 5px;
    font-size: 24px;
}

.portfolio-block .col-md-3 {
    padding-bottom: 20px;
}

h4.box-name {
    font-size: 16px;
    margin: 0 0 4px;
    padding-top: 0;
}

h4.box-name a {
    color: #828A93;
}

.dopinfo {
    font-size: 12px;
    font-style: italic;
    line-height: 1.2;
}

#app-banner {
    padding: 35px 0;
    background: url(images/app-header-bg.jpg) no-repeat 50% 50%;
    font: 24px/36px 'Source Sans Pro', "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    color: white;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#app-banner h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 38px;
}

#app-banner h1 span {
    font-weight: 200
}

#app-banner .buttons-wrapper {
    padding-top: 53px;
}

#app-banner .buttons-wrapper .button-stripe {
    margin-left: 14px;
}

#app-banner .header-wrapper {
    padding-top: 47px;
    max-width: 655px;
}

#app-banner .header-img {
    float: right;
}

.area {
    padding: 77px 0 47px;
    background: #f4f4f4;
}

.area h2 {
    margin: 0 0 28px;
    font-size: 4rem;
    line-height: 1.107;
    font-weight: bold;
}

.slide-holder {
    padding: 0 0 0 65px;
}

.slide-holder .img-slide {
    position: relative;
    margin: 0 0 -140px;
}

.slide-holder .img-slide img {
    position: relative;
    top: 0;
    left: -20px;
}

.scroll-effect-init .img-slide {
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
}

.scroll-effect-init .img-slide {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
}

.slide-holder.scroll-effect-animate .img-slide {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.visual-list {
    margin: 0 -25px -40px -15px;
    padding: 28px 0;
    list-style: none;
    color: #848e97;
}

.visual-list .img-holder {
    float: left;
    width: 90px;
    text-align: center;
    margin: 7px 45px 0 0;
}

.visual-list .img-holder img {
    vertical-align: top;
}

.visual-list .text-holder {
    overflow: hidden;
}

.visual-list li {
    padding: 0 0 29px;
}

.visual-list h3 {
    margin: 0 0 10px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    color: #635C73;
}

.visual-list p {
    margin: 0 0 21px;
}

.cycle-gallery {
    position: relative;
    text-align: center;
    padding: 40px 200px 33px;
    margin: 0 0 60px;
    font-size: 2rem;
    line-height: 1.6;
}

.cycle-gallery p a {
    font-weight: 400;
}

.cycle-gallery .img-box {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 0 40px;
}

.cycle-gallery .img-box .img-holder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px 0 0;
    overflow: hidden;
}

.cycle-gallery .img-box .img-holder img {
    border-radius: 50%;
}

.cycle-gallery .img-box .text-holder {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.cycle-gallery .img-box h3 {
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.33333;
    color: #635C73;
}

.cycle-gallery .img-box a {
    font-weight: bold;
}

.cycle-gallery:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 180px;
    right: 180px;
    height: 1px;
    background: #f4f4f4;
}

.cycle-gallery [class^='btn-'] {
    position: absolute;
    top: 50%;
    margin: 23px 0 0;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateX(-50%);
    color: #a3a3a3;
}

.cycle-gallery [class^='btn-']:hover {
    color: #000;
}

.cycle-gallery .btn-prev {
    left: 90px;
}

.cycle-gallery .btn-next {
    right: 90px;
}

.cycle-gallery .date {
    display: block;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
    color: #848e97;
}

.cycle-gallery .mask {
    position: relative;
    overflow: hidden;
}

.cycle-gallery .mask .slideset {
    width: 99999px;
    float: left;
}

.cycle-gallery .mask .slide {
    float: left;
}

.cycle-gallery .mask .slide.active {
    z-index: 1;
}

.visual-container {
    background: #4E384E;
    text-align: center;
}

.visual-container .visual-area {
    position: relative;
    overflow: hidden;
    padding: 90px 0 70px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
}

.visual-container .visual-area>.container {
    position: relative;
    z-index: 1;
}

.visual-container .visual-area>.container>p {
    margin: 0 120px 5px;
}

.visual-container .visual-area .bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
}

.visual-container .visual-area+.visual-area {
    padding: 70px 0;
}

.visual-container .visual-area+.visual-area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 180px;
    right: 180px;
    height: 1px;
    background: rgba(102, 74, 102, 0.6);
}

.visual-container h2 {
    margin: 0 0 70px;
    font-size: 4.8rem;
    line-height: 1.166666;
    font-weight: bold;
    color: #e3dfed;
}

.visual-container p.silent {
    color: #746074;
}

.button {
    color: white;
    background: #10bbf1;
    height: 58px;
    border: 2px solid #10bbf1;
    font: 500 22px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 21px;
    -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button:hover {
    background: #40c9f4;
    border-color: #40c9f4;
}

.button:active {
    background: #0b97c3;
    border-color: #0b97c3;
}

a.button {
    text-decoration: none;
    display: inline-block;
    line-height: 54px;
    color: white;
}

a.button:hover {
    color: white
}

a.button:active {
    color: white
}

a.button.button-stripe {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: white;
}

a.button.button-stripe:hover {
    color: #222222;
    background-color: white;
    border-color: white;
}

a.button.button-stripe:active {
    color: #222222;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.entry-thumb {
    margin-bottom: 15px;
    position: relative;
    display: block;
    overflow: hidden;
}

.entry-thumb img,
.slide-post.orbit img {
    min-width: 100%;
    display: block;
    border-radius: 3px;
}

.entry-thumb a.text-button {
    position: absolute;
    top: 150%;
    left: 50%;
    margin-top: -15px;
    margin-left: -60px;
}

.entry-thumb:hover a.text-button {
    top: 50%;
}

.entry-thumb a {
    display: block;
}

.entry-thumb:hover .hover-box,
#flickr>a:hover .hover-box {
    background: rgb(38, 189, 239);
    background: rgba(38, 189, 239, .8);
}

.entry-thumb:hover .zoom-link,
.zoom:hover .zoom-link {
    opacity: 1;
    left: 50%;
}

.entry-thumb:hover .more-link {
    opacity: 1;
    right: 50%;
}

.entry-thumb:hover .hover-box:before {
    border-bottom-width: 27px;
    border-left-width: 27px;
}

.entry-thumb:hover .hover-box:after {
    border-top-width: 27px;
    border-right-width: 27px;
}

.hover-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.hover-box:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 0 solid #ffffff;
    border-left: 0 solid transparent;
}

.hover-box:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 0 solid #ff6565;
    border-right: 0 solid transparent;
}

.hover-box .more-link,
.hover-box .zoom-link {
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    opacity: 0;
}

.hover-box .more-link {
    margin-right: -52px;
    right: 0;
}

.hover-box .zoom-link {
    margin-left: -52px;
    left: 0;
}

.hover-box .more-link i,
.hover-box .zoom-link i {
    font-size: 22px;
    color: #fff;
    margin: 10px 0 0 10px;
}

.hover-box .more-link:hover,
.hover-box .zoom-link:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.twitter-row .icon {
    float: left;
    width: 39px;
    height: 37px;
    background: url(images/twitter-ico.png) 0 0 no-repeat;
    border-radius: 100em;
    margin-right: 15px;
}

.twitter-row iframe {
    float: left;
    margin: 11px 0 0 55px;
}

.twitter-row .twitter-item {
    color: #ffffff;
    padding-top: 5px;
}

.twitter-row .twitter-item a {
    color: #ffffff;
}

.twitter-row .twitter-item .date {
    font-size: 12px;
    color: #b0ebff;
    font-style: italic;
}

.twitter-row .nav {
    text-align: right;
    position: relative;
}

.twitter-row .nav a {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 10px 0 0 6px;
    opacity: .6;
}

.twitter-row .flex-direction-nav a {
    position: static;
}

.twitter-row .flex-direction-nav {
    overflow: hidden;
}

.twitter-row .nav a:hover {
    opacity: 1;
}

.twitter-row a.flex-prev {
    right: 0;
    left: auto;
}

.twitter-row a.flex-prev:before,
.twitter-row a.flex-next:before {
    font-size: 16px;
}

.twitter-row a.flex-next {
    background-position: 0 0;
}

.flex-direction-nav li {
    display: inline;
}

#top-footer {
    background-color: #138bb7;
    color: #fff;
    margin-top: 20px;
    padding: 13px 0;
}

#top-footer ul,
#top-footer li {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .inner-footer {
    background-color: #F6F6F6;
    padding: 60px 0;
    text-align: center;
}

footer .inner-footer a.footer-logo {
    margin-bottom: 4px;
}

footer .inner-footer span {
    display: block;
    color: #706f7c;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 20px;
}

footer .inner-footer p {
    color: #706f7c;
    font-size: 18px;
    font-weight: 300;
    max-width: 675px;
    margin: auto;
    line-height: 30px;
    margin-bottom: 45px;
}

ul.social-icons li {
    display: inline-block;
    margin-left: 17px;
}

ul.social-icons li:first-child {
    margin-left: 0px;
}

ul.social-icons li a {
    display: inline-block;
    width: 60px;
    height: 53px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons li a.twitter {
    background: rgba(255, 255, 255, 0.1) url(images/icons/twitter.png) center center no-repeat;
}

ul.social-icons li a.fb {
    background: rgba(255, 255, 255, 0.1) url(images/icons/facebook.png) center center no-repeat;
}

ul.social-icons li a.google {
    background: rgba(255, 255, 255, 0.1) url(images/icons/google-plus.png) center center no-repeat;
}

ul.social-icons li a.be {
    background: rgba(255, 255, 255, 0.1) url(images/icons/skype.png) center center no-repeat;
}

ul.social-icons li a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
}

footer .copyright {
    padding: 50px 0;
    text-align: center;
}

footer .copyright p {
    margin-bottom: 0;
    color: #b2b3b3;
    font-weight: 300;
}

footer .copyright p span {
    color: #707070;
    font-weight: 700;
}

@media (max-width: 767px) {
    .navbar-default .navbar-brand {
        margin-left: 10px;
    }
    #main-banner .flexslider .slides>li {
        height: 220px;
    }
    #main-banner .flexslider .slides>li .slide-text {
        padding-top: 15px
    }
    #main-banner .flexslider .slides>li .slide-text h2 {
        font-size: 22px;
        margin-bottom: 10px
    }
    #main-banner .flexslider .slides>li .slide-text p {
        font-size: 17px;
        margin-bottom: 15px
    }
}

.section-inverse-color h1,
.section-inverse-color h2,
.section-inverse-color h3,
.section-inverse-color h4,
.section-inverse-color h5,
.section-inverse-color h6 {
    color: #ffffff;
}

.section-heading {
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 30px;
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
}

.section-heading:after {
    content: "";
    background-color: #2c8ecc;
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 120px;
}

.section-heading.text-center:after {
    left: 50%;
    margin-left: -60px;
}

@media ( min-width: 768px) {
    .section-heading {
        font-size: 36px;
        line-height: 46px;
    }
}

@media ( min-width: 992px) {
    .section-heading {
        font-size: 40px;
        line-height: 50px;
    }
}

.list-with-icons {
    list-style: none;
    padding: 0;
}

.list-with-icons li {
    font-size: 15px;
    position: relative;
    padding-left: 50px;
    margin: 10px 0;
}

.list-with-icons li>i[class*="icon-"],
.list-with-icons li>i[class*="fa-"] {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 20px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #2c8ecc;
}

.phone-image-double {
    position: relative;
}

.phone-image-front {
    z-index: 1;
}

.phone-image-double {
    max-width: 50%;
}

.phone-image-right {
    margin-left: -25%;
}

@media ( min-width: 768px) and ( max-width: 991px) {
    .phone-image-right {
        margin-left: -20%;
    }
}

.accent-background-overlay {
    background-color: #2c8ecc;
}

.hero-section {
    height: 100%;
    background-image: url(https://greenbackend.com/wp-includes/gbeapi/images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section.developer {
    background-image: url(https://greenbackend.com/wp-includes/gbeapi/images/hero-bg-developer.jpg);
}

.hero-logo {
    margin-bottom: 30px;
    max-height: 70px;
}

.hero-title {
    margin: 0 0 30px;
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
}

.hero-description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
}

.hero-section .container {
    height: 100%;
}

.hero-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.hero-section .download-buttons {
    margin: 0 -10px;
}

.hero-section .download-buttons .btn-app-download {
    margin: 0 10px 10px;
}

.hero-text {
    display: table-cell;
    vertical-align: middle;
}

.hero-images {
    display: none;
    max-width: 50%;
    overflow: hidden;
}

.hero-image {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

@media ( max-width: 991px) {
    .hero-section {
        height: auto;
        padding: 100px 0;
    }
    .hero-text {
        width: 100%;
    }
    .hero-content {
        text-align: center;
    }
}

@media ( max-width: 767px) {
    .hero-section {
        padding: 80px 0;
    }
}

@media ( min-width: 768px) {
    .hero-logo {
        max-height: 80px;
    }
    .hero-title {
        font-size: 36px;
        line-height: 46px;
    }
}

@media ( min-width: 992px) {
    .hero-content {
        padding-right: 50%;
    }
    .hero-text {
        padding-right: 15px;
    }
    .hero-logo {
        max-height: 90px;
    }
    .hero-title {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-images {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        margin-right: -25px;
    }
}

@media ( min-width: 1200px) and ( min-height: 600px) {
    .hero-images {
        max-width: 480px;
        margin-right: 0;
    }
}

@media ( min-width: 1200px) and ( min-height: 750px) {
    .hero-images {
        max-width: 560px;
        margin-right: -50px;
    }
}

@media ( min-width: 1200px) and ( min-height: 900px) {
    .hero-images {
        max-width: 700px;
        margin-right: -100px;
    }
}

.layout3HeroPhone {
    -webkit-animation-name: layout3HeroPhone;
    animation-name: layout3HeroPhone;
}

@-webkit-keyframes layout3HeroPhone {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateY(10%) translateX(10%);
        transform: translateY(10%) translateX(10%);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes layout3HeroPhone {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateY(10%) translateX(10%);
        -ms-transform: translateY(10%) translateX(10%);
        transform: translateY(10%) translateX(10%);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

.video-section {
    padding: 80px 0;
    background-image: url(https://greenbackend.com/wp-includes/gbeapi/images/video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media ( min-width: 768px) {
    .video-section {
        padding: 100px 0;
    }
}

@media ( min-width: 992px) {
    .video-section {
        padding: 120px 0;
    }
}

.testimonials-section {
    padding: 80px 0;
    background-image: url(https://greenbackend.com/wp-includes/gbeapi/images/testimonials-bg.jpg);
    background-repeat: repeat;
    color: #ffffff;
}

.testimonials-carousel {
    text-align: center;
    margin-bottom: -40px;
}

.testimonial-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.testimonial-items li {
    max-width: 90%;
    margin: 0 auto;
}

.testimonial-text {
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.testimonial-name {
    opacity: 0.7;
    margin-bottom: 20px;
}

.testimonial-name:before,
.testimonial-name:after {
    content: "---";
    margin: 0 10px;
    letter-spacing: -2px;
}

@media ( min-width: 768px) {
    .testimonials-section {
        padding: 100px 0;
    }
    .testimonial-items li {
        max-width: 560px;
    }
}

@media ( min-width: 992px) {
    .testimonials-section {
        padding: 120px 0;
    }
    .testimonial-items li {
        max-width: 640px;
    }
}

@media ( min-width: 1200px) {
    .testimonial-items li {
        max-width: 720px;
    }
}

.features-section {
    padding: 80px 0 0;
}

.features-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.features-list-item {
    margin: 30px 0;
}

.features-list-item h5 {
    font-size: 17px;
    font-weight: 800;
}

@media ( max-width: 991px) {
    .features-list {
        text-align: center;
    }
}

@media ( min-width: 768px) {
    .features-section {
        padding: 100px 0 0;
    }
    .features-list-item {
        margin: 50px 0;
    }
}

@media ( min-width: 992px) {
    .featuers-list-wrapper {
        margin-top: 20px;
    }
    .features-section {
        padding: 120px 0 0;
    }
    .features-list.features-list-left {
        text-align: right;
    }
    .features-list-item {
        margin: 70px 0;
    }
}

@media ( min-width: 1200px) {
    .features-list-item {
        margin: 90px 0;
    }
}

.features-icons-section {
    padding: 80px 0;
}

.features-icon-list-item {
    position: relative;
    padding-left: 95px;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 60px;
}

.features-icon-list-item i {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    padding: 14px;
    margin-left: 15px;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    background-color: #cccccc;
    background-color: rgba(0, 0, 0, 0.15);
    color: #ffffff;
    border-radius: 6px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.features-icon-list-item:hover i {
    background-color: #2c8ecc;
}

.section-inverse-color .features-icon-list-item i {
    background-color: #555555;
    background-color: rgba(255, 255, 255, 0.25);
    color: #222222;
}

.features-icon-list-item h5 {
    margin: 0 0 3px;
}

.features-icon-list-item p {
    margin-bottom: 0;
}

@media ( min-width: 768px) {
    .features-icon-list-item {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .features-icons-section {
        padding: 100px 0;
    }
}

@media ( min-width: 992px) {
    .features-icons-section {
        padding: 120px 0;
    }
}

.description-section {
    padding: 80px 0;
}

@media ( min-width: 768px) {
    .description-section {
        padding: 100px 0;
    }
    .description-section p {
        font-size: 15px;
        line-height: 25px;
    }
}

@media ( min-width: 992px) {
    .description-section p {
        font-size: 15px;
        line-height: 25px;
    }
    .description-section {
        padding: 120px 0;
    }
    .description-section .phone-image-double {
        max-width: 60%;
    }
    .description-section .phone-image-right {
        margin-left: -30%;
    }
}

.subscribe-section {
    padding: 80px 0;
    background-image: url(https://greenbackend.com/wp-includes/gbeapi/images/subscribe-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe-section .section-heading:after {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
}

.subscribe-form-email,
.subscribe-form-submit {
    margin-bottom: 10px;
}

.subscribe-form-submit {
    width: 100%;
}

@media ( min-width: 768px) {
    .subscribe-section {
        padding: 100px 0;
    }
    .subscribe-section {
        padding: 120px 0;
    }
    .subscribe-form-input {
        position: relative;
        padding-right: 150px;
    }
    .subscribe-form-email {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .subscribe-form-submit {
        position: absolute;
        top: 0;
        right: 0;
        width: 150px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.pricing-section {
    padding: 80px 0;
}

.pricing-table {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
}

.pricing-package {
    position: relative;
    margin: 20px 0;
    padding: 29px 29px 29px;
    border-radius: 4px;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
}

.pricing-package-strip {
    height: 10px;
    margin: -30px -30px 30px -30px;
    border-radius: 4px 4px 0 0;
}

.pricing-package-header {
    position: relative;
    min-height: 50px;
    padding-right: 90px;
    margin-bottom: 30px;
}

.pricing-package-header h4 {
    margin: 0 0 10px;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pricing-package-header h4 .label {
    display: inline-block;
    margin-top: -4px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
    vertical-align: middle;
}

.pricing-package-header p {
    margin-bottom: 0;
    color: #aaaaaa;
    font-size: 13px;
    line-height: 21px;
}

.pricing-package-header .price {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 80px;
    margin-top: -10px;
    text-align: right;
    color: #444444;
}

.pricing-package-header .price-currency {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.pricing-package-header .price-number {
    font-size: 40px;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

.pricing-package-header .price-period {
    display: block;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #777777;
}

.pricing-package-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-package-items li {
    position: relative;
    padding-left: 40px;
    margin: 2px 0;
}

.pricing-package-items li>i {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 18px;
    font-size: 18px;
    line-height: 1;
    text-align: center;
}

.pricing-package-items li>i.fa-times {
    color: #dddddd;
}

@media ( min-width: 768px) {
    .pricing-section {
        padding: 100px 0;
    }
}

@media ( min-width: 992px) {
    .pricing-section {
        padding: 120px 0;
    }
    .pricing-package-featured {
        margin: 0;
    }
    .pricing-package-featured .pricing-package-strip {
        margin-bottom: 40px;
    }
    .pricing-package-featured .pricing-package-header {
        margin-bottom: 40px;
    }
    .pricing-package-featured .pricing-package-items {
        margin-bottom: 20px;
    }
}

.pricing-package-items li>i.fa-check {
    color: #2c8ecc;
}

.pricing-table li:nth-child(1) .pricing-package-strip {
    background-color: #2c8ecc;
}

.pricing-table li:nth-child(2) .pricing-package-strip {
    background-color: #0668a6;
}

.pricing-table li:nth-child(3) .pricing-package-strip {
    background-color: #004280;
}

.screenshots-section {
    padding: 80px 0;
}

.screenshot-images {
    list-style: none;
    padding: 0;
    margin: 0;
}

.screenshot-image {
    display: block;
    margin: 15px;
    padding: 5px;
    border-radius: 8px;
    background-color: #dddddd;
    background-color: rgba(0, 0, 0, 0.1);
}

.screenshot-image:focus,
.screenshot-image:hover {
    margin-top: 0;
}

.screenshot-image-inner {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.screenshot-image-inner img {
    display: block;
    border-radius: 4px;
    width: 100%;
}

.screenshot-image-inner .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.screenshot-image-inner .hover:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.screenshot-image-inner .hover i {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    color: #ffffff;
    font-size: 50px;
    line-height: 1;
}

.screenshot-image:focus .screenshot-image-inner .hover,
.screenshot-image:hover .screenshot-image-inner .hover {
    opacity: 1;
}

@media ( min-width: 768px) {
    .screenshots-section {
        padding: 100px 0;
    }
}

@media ( min-width: 992px) {
    .screenshots-section {
        padding: 120px 0;
    }
}

.owl-theme .owl-controls .owl-page span {
    width: 14px;
    height: 14px;
    margin: 4px;
    background-color: #cccccc;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.section-inverse-color .owl-theme .owl-controls .owl-page span {
    background-color: #aaaaaa;
    background-color: rgba(255, 255, 255, 0.5);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.8);
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    width: 26px;
    height: 26px;
}