* {
    box-sizing:border-box;
}

textarea, input {
    outline: none;
}

:focus {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: inherit;
}

.simpleform {
    max-width: 500px;
    margin: 100px auto;
}

    .simpleform-wrap {
        overflow: hidden;
        margin-bottom: 5px
    }

    .simpleform-label {
        font: 13px/28px Open Sans, sans-serif;
        color: #787878;
        width: 30%;
        float: left;
        cursor: pointer;
    }

    .simpleform-input {
        font: 12px/28px Roboto, sans-serif;
        border: 1px solid #CECECE;
        padding: 0 10px;
        color: #787878;
        width: 70%;
        float: left;
    }

    .simpleform-submit {
        font: 12px/30px Roboto, sans-serif;
        background-color: rgb(52, 117, 154);
        color: #fff;
        border: none;
        padding: 0 20px;
        width: 100px;
        margin: 20px auto;
        float: right;
        cursor: pointer;
    }

.errors {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-left: 20px;
}

    .errors-item {
        font: 400 12px/18px Roboto, sans-serif;
        color: #CC3D3D;
    }

.success {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-left: 20px;
}

    .success-item {
        font: 400 12px/18px Roboto, sans-serif;
        color: #46AD2A;
    }



body {
    overflow-y: scroll;
}

img {
/*    width: 100%; */
/*    height: auto; */
    display: block;
}

.items-header {
    font: 700 72px/83px "Playfair Display", sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 400px;
}

.items-subheader {
    font: 18px "Montserrat", sans-serif;
    color: #87e082;
}

.items-desc {
    color: #4b4b4e;
    font: 14px "Montserrat", sans-serif;
    margin-top: 62px;
}

.items-social {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    width:90px;
    margin-left:60px;;
}

.items-social-dribbble,
.items-social-instagram,
.items-social-twitter {
    width: 16px;
    height: 16px;
    background: transparent url('../img/sprite.png') 0 0 no-repeat scroll;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.items-social-dribbble:after,
.items-social-instagram:after,
.items-social-twitter:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 116%;
    height: 2px;
    background-color: transparent;
}

.items-social-dribbble:hover:after,
.items-social-instagram:hover:after,
.items-social-twitter:hover:after {
    background-color: #8468f4;
}

.items-social-dribbble:hover {
    background-position: 0 -21px;
}

.items-social-instagram {
    background-position: -23px 0;
}

.items-social-instagram:hover {
    background-position: -23px -21px;
}

.items-social-twitter {
    background-position: -51px 0;
}

.items-social-twitter:hover {
    background-position: -51px -21px;
}

.items-elem-link {
    display: block;
    position: relative;
}

.items-elem-count {
    color: #fff;
    position: absolute;
    top: 20px;
    width: 0;
    height: 60px;
    text-align: center;
    font: 18px/60px Montserrat, sans-serif;
    left: 20px;

    -webkit-transition:.4s width ease-in-out;

    transition: .4s width ease-in-out;
}

.items-elem-countwrap {
    position: relative;
    text-align: left;
    z-index: 2;
    left: 30px;
    background-color: rgba(27, 27, 33, 0.2);
    text-indent: -15px;

    -webkit-transition:.4s background ease-in-out;

    transition: .4s background ease-in-out;
}

.items-elem-count:before,
.items-elem-count:after {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background: rgba(27, 27, 33, 0.2);

    -webkit-transition:.4s background ease-in-out;

    transition: .4s background ease-in-out;
}

.items-elem-count:before {
    left: 0;
    border-radius: 30px 0 0 30px;
}

.items-elem-count:after {
    left: calc(100% + 30px);
    border-radius: 0 30px 30px 0;
}

.items-elem-countwrap:after {
    content: '';
    position: absolute;
    background: transparent url('../img/sprite.png') -72px 0 no-repeat scroll;
    top: 16px;
    right: -12px;
    width: 40px;
    height: 28px;
    opacity: 0;

    -webkit-transition:.2s opacity ease-in-out 0s;

    transition: .2s opacity ease-in-out 0s;
}

.items-elem:hover .items-elem-count {
    width: 60px;
}

.items-elem:hover .items-elem-countwrap {
    background: rgba(27, 27, 33, 0.8);
}

.items-elem:hover .items-elem-count:before,
.items-elem:hover .items-elem-count:after {
    background: rgba(27, 27, 33, 0.8);
}


.items-elem:hover .items-elem-countwrap:after {
    opacity: 1;

    -webkit-transition:.4s opacity ease-in-out .1s;

    transition: .4s opacity ease-in-out .1s;
}


.cbp-item {
  width: 100%;
}

@media only screen and (min-width: 768px) {
    .cbp-item {
      width: 50%;
    }
}

@media only screen and (min-width: 1220px) {
    .cbp-item {
      width: 33.33%;
    }
}

@media only screen and (min-width: 1920px) {
    .cbp-item {
      width: 25%;
    }
}

.items-main {
  width: 100%;
  background-color: #1B1B21;
  overflow: visible !important;
}

.items-main .cbp-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.items-main-desc {
    padding:40px 30px;
}

.items-main-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px;
}

.items-main-projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    margin-bottom: 45px;
}

.items-main-projects a {
    display: block;
}

.items-main-projects a:hover {
    box-shadow: 0 0 21px 5px #0A0A0A;
}


@media only screen and (max-width: 1600px) {
    .items-main .cbp-item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .items-header {
        width: 100%;
    }
}

.follow {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin-top:34px;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;

}

.follow-input {
    color: #fdfffe;
    border: 2px solid #30303a;
    height: 40px;
    padding: 0 27px;
    border-radius: 50px;
    font: 14px Montserrat, sans-serif;
    width: 100%;
    background-color: transparent;
    position: relative;
    z-index: 0;
}

.follow-input:focus,
.follow-form-error .follow-input,
.follow-form-success .follow-input {
    background-color:#30303a;
}

.follow-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    margin: auto;
    bottom: 0;
    z-index: 9;
}

.follow-submit:after {
    content: '';
    background: transparent url('../img/sprite.png') 0 -44px no-repeat scroll;
    width: 20px;
    height: 18px;
    display: block;
    position: relative;
    right: 20px;
}

.follow-input:focus + .follow-submit:after,
.follow-form-error .follow-submit:after {
    background-position: -30px -44px;
}

.follow-form-success .follow-submit:after {
    background-position: 0 -65px;
    width: 32px;
    height: 32px;
    right: 4px;
}

.follow-form {
    position: relative;
    width: 340px;
}

.follow-form-error .follow-input {
    border-color: #8E4544;
}

.follow-form-error:after {
    content: 'Invalid email address';
    position: absolute;
    bottom: -30px;
    color: #f26c4f;
    font: 14px Montserrat, sans-serif;
    left: 28px;
}

.follow-form-success {
    pointer-events: none;
}

.items-social-share {
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.fb-like {
    margin-right: 15px;
}

.product {
    display: block;
    background: #0577f9 url("../img/product.png") no-repeat center 0 fixed;
    width: 100%;
    height: 130px;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background:transparent;
    height:77px;
}

.cbp-popup-singlePage {
    background:rgba(48, 48, 58, 0.95);
}

.lb-body {
    background:#fff;
    margin-top:10px;
}


.cbp-popup-singlePage .cbp-popup-content {
    max-width:1000px;
    margin-top:77px;
    margin-bottom:77px;
}

.cbp-popup-next {
    display:none !important;
}
.cbp-popup-prev {
    display:none !important;
}

.cbp-popup-singlePage .cbp-popup-navigation {
    width:1000px;
    margin:0 auto;
}

.cbp-popup-singlePage .cbp-popup-close {
    left:auto;
    width:12px;
    height:12px;
    background-position:-2px -191px !important;
}


.lb-paragraph {
    font: normal 14px/1 "Montserrat", sans-serif;
    color: #7d7d7e;;;
}

.lb-body-bottom {
    padding:50px 100px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
            -webkit-box-pack:justify;
            -webkit-justify-content:space-between;
                -ms-flex-pack:justify;
                    justify-content:space-between;
}

.lb-body-bottom-form-input {
    height:40px;
    padding:0 20px;
    border:2px solid #e6e6e6;
    border-radius:30px;
    margin-right:10px;
    font:14px "Montserrat", sans-serif;
    color:#7d7d7e;
    border-color:#e6e6e6;
    width:240px;
}

.lb-body-small {
    font:10px "Montserrat", sans-serif;
    color:#cccccc;
    margin-top:5px;
    display:inline-block;
}

.lb-body-bottom-form-submit {
    font: 14px "Montserrat", sans-serif;
    color: #fff;
    height: 40px;
    background: #8dc63f;
    text-align: center;
    border-radius: 30px;
    min-width: 175px;
    border: 0 none;
}

form.lb-body-bottom-form {
    width: 580px;
    position: relative;
}

.lb-body-top {
    background:#f2f2f2;
    padding:30px 100px 50px;
}

.lb-madeby {
    font: 14px "Montserrat", sans-serif;
    color: #999;
    margin-top: 32px;
}

.lb-madeby a {
    color: #3333ff;
    text-decoration: none;
}

.lb-title {
    font:20px "Montserrat", sans-serif;
    color:#000;
    margin-top:9px;
}

.lb-body-switch {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    border:2px solid #e6e6e6;
    border-radius:30px;
    padding:3px 0;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    width:200px;
}
.lb-body-switch-item {
    font:14px/30px "Montserrat", sans-serif;
    color:#666666;
    width:95px;
    text-align:center;
    border-radius:30px;
    cursor:pointer;
}
.lb-body-switch-item--active {
    background:#333333;
    color:#fff;
}

.lb-header-html {
    height:800px;
    background:#1b1b21;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
}

.lb-header-p {
    margin:0;
    color:#999;
    font:14px "Montserrat", sans-serif;
    text-align:center;
}

.lb-header-h {
    font:20px "Montserrat", sans-serif;
    color:#fff;
    margin-bottom:80px;
}

.lb-header-h span {
    color:#8dc63f;
}

.lb-header-button {
    font: 14px/40px "Montserrat", sans-serif;
    color: #fff;
    background: #30303a;
    text-align: center;
    border-radius: 30px;
    min-width: 175px;
    border: 0 none;
    margin-top: 30px;
    text-decoration: none;
    vertical-align: middle;
}

.lb-header-iframe {
    border: 0 none;
    background: #fff;
}


.cbp-popup-singlePage .cbp-popup-close:hover {
    background-position:-18px -191px !important;
}

.lb-downloads-icon {
    position: relative;
}

.lb-downloads-icon:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -16px;
    width: 6px;
    height: 8px;
    background: transparent url('../img/sprite.png') -58px -42px no-repeat scroll;
}

.lb-round {
    display: inline-block;
    margin: 0 10px;
}

.lb-form-success-wrap {
    visibility: hidden;
    padding: 0 20px;
    border: 2px solid #e6e6e6;
    border-radius: 30px;
    font:14px/36px "Montserrat", sans-serif;
    color: #7d7d7e;
    top: 42px;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 430px;
}

.lb-form-success-wrap:after {
    content: '';
    position: absolute;
    right: 2px;
    top: 2px;
    width: 32px;
    height: 32px;
    background: transparent url('../img/sprite.png') -35px -65px no-repeat scroll;
}

.lb-form-success .lb-form-default {
    visibility:hidden;
}

.lb-form-success .lb-form-success-wrap {
    visibility: visible;
}

.lb-form-error-wrap {
    visibility: hidden;
    font: 14px "Montserrat", sans-serif;
    color: #f26c4f;
    margin: 4px 0 0 23px;
}

.lb-form-error .lb-form-error-wrap {
    visibility: visible;
}

.lb-form-error .lb-body-bottom-form-input {
    border-color:#f26c4f;
}

.lb-body-top-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.lb-social-share {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}



.items-main-projects-vivid {
    margin-right:90px;
}
