
/* INDEX OF CONTENTS CSS
=================================================
  01. HEADER
  02. HOME
  03. ABOUT
  04. FEATURES
  05. PORTFOLIO
  06. LASTNEWS
  07. AMOCRM - SALES
  08. AMOCRM - FEATURELIST
  09. RESPONSIVENESS
  10. FOOTER
  11. OWL-CAROUSEL
*/

/* 01. HEADER
=================================================*/
.top_bar
{
    width: 100%;
    background: #14bdee;
}

.top_bar_container
{
    width: 100%;
    height: 100%;
}

.top_bar_content
{
    width: 100%;
    height: 40px;
}

.top_bar_contact_list li
{
    display: inline-block;
}

.question
{
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 0px;
}
.top_bar_contact_list li i,
.top_bar_contact_list li > div
{
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
}
.top_bar_contact_list li > div
{
    margin-left: 1px;
}
.top_bar_contact_list li:not(:last-child)
{
    margin-right: 21px;
}
.top_bar_login
{
    height: 100%;
}
.login_button
{
    width: 160px;
    height: 100%;
    background: #f3f3f3;
    text-align: center;
}
.login_button a
{
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    color: #384158;
}

@media only screen and (max-width: 767px)
{
    .top_bar
    {
        display: none;
    }
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#breadcrumbs {
    width: 100%;
    background: #f2f4f5;
    border-bottom: solid 1px #edeff0;
    padding: 0px;
}
.crumbs {
    margin-bottom: -190px;
    margin-top: -10px;
}
/*.breadcrumb {
    background-color: transparent;
    font-family: "firasans-light";
    font-size: 17px;
}
*/
.crumbs ul{
    padding-left: 0px!important;
}
.crumbs li{
    text-align: left!important;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 0px;
  list-style: none;
  background-color: transparent;
  /*background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);*/
  /*border: 1px solid #ddd;*/
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "\00bb ";
}
.breadcrumb li a {
    color: #384158;
}
.breadcrumb li.active {
    color: #a4a4a4;
}
.space-before { padding-top:20px; }
.space-after { padding-bottom:20px; }

section.container ul {
/*    padding-left: 40px;
    margin-bottom: 20px;*/
}
@media (max-width: 575px) {
    .breadcrumb li {
        text-align: left;
    }
}


/* 02. HOME
=================================================*/
#home {
    height: 100vh;
    margin-top: -87px;
}
.home-text {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 100;
}
.profile-pic img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin: 0 auto;
}
.home-text h1 {
    color: #fff;
    font-size: 4em;
    line-height: 80px;
    margin-top: 30px;
}
.home-text h3 {
    color: rgba(255, 255, 255, 0.66);
    letter-spacing: 2px;
}
.arrow {
    color: #fff;
    font-size: 3em;
    white-space: nowrap;
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 750ms ease-in-out;
    -ms-transition: all 750ms ease-in-out;
    -o-transition: all 750ms ease-in-out;
    transition: all 750ms ease-in-out;
    z-index: 100;
}

/* 03. ABOUT
=================================================*/
#about {
    padding: 90px 0 75px;
    background: #fff;
}

#about h2 {
    margin-top: 0;
}

.description {
    max-width: 100%;
    width: 38em;
}

.description h2 {
    font-size: 2.7em;
    margin-bottom: 20px;
}

.description h4 {
    font-size: 18px;
}

.description p {
    margin-bottom: 20px;
}

.about-info {
    opacity: 0.8;
}

.about-info h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 65px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.about-info h4 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 30px;
}

.about-info .my-offer {
    background: #727272;
    padding: 10px;
    border-radius: 6px;
    color: #FFF;
    position: relative;
    /*font-size: 12px;*/
    line-height: 20px;
}

.about-info .my-offer:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #727272;
    position: absolute;
    top: 16px;
    right: -12px;
}

.about-info ul {
    margin-top: 20px;
}

.about-info ul li {
    margin: 10px 0;
    list-style-type: none;
}

.about-info ul li a {
    color: #000;
}

.about-info ul li .fa {
    margin-right: 15px;
    display: inline-block;
}

.about-info ul li address {
    display: inline;
}

.social-icons {
    padding-left: 0px;
}

.social-icons li {
    display: inline-block;
    display: -moz-inline-stack;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icons li a {
    color: #131313;
    background: rgba(42, 41, 41, 0);
    display: inline-block;
    display: -moz-inline-stack;
/*    width: 50px;*/
    height: 40px;
    box-sizing: border-box;
/*    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;*/
}

.social-icons li .fa {
    font-size: 18px;
    line-height: 30px;
    padding: 4px 14px;
    margin-right: 10px!important;
/*    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;*/
    border-radius: 3px;
    width: 45px;
    text-align: center;
}

.social-icons li a:hover {
    color: #ffc107;
}
.social-icons li a:hover .fa{
    background-color: #000;
}

.social-icons li a i {
    font-size: 1.3em;
}

#about .profile-pic img {
    width: 100%;
    height: 100%;
    max-width: 306px;
    max-height: 306px;
    border-color: #f1f1f1;
}

.facts {
    float: right;
    /*margin-top: 30px;*/
}

.count-item {
    margin-right: 0;
    margin-bottom: 20px;
}

.numscroller {
    color: #131313;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
    font-family: 'Lato', sans-serif;
}

.count-name-intro {
    color: #131313;
    font-size: 1.3em;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

#Progress .carousel-inner {
    min-height: 370px;
}
@media (min-width: 768px) {
    #Progress .carousel-inner {
        min-height: 240px;
    }
}
@media (min-width: 768px) {
    #Progress .carousel-inner {
        min-height: 240px;
    }
}
@media (min-width: 1024px) {
    #Progress .carousel-inner {
        min-height: 370px;
    }
}

#Progress .carousel-indicators {
    position: relative;
    margin: 0;
    padding: 0;
    justify-content: normal;
    bottom: 0;
}

#Progress .carousel-indicators div {
    padding: 5px;
}

#Progress .carousel-indicators .active img {
    /*border: 1px solid #333;*/
    /*background-color: #333;*/
    /*opacity: 0.5;*/
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#Progress .carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f47735; }

.circle {
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    line-height: 41px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    border: 2px solid #00bbff;
    font-weight: 600;
}

.offer_button {
    width: 210px;
    height: 46px;
    border-radius: 3px;
    background: #fcc900;
    text-align: center;
    margin: 0 auto;
    margin-top: 41px;
    box-shadow: 0 5px 40px rgba(29,34,47,.15)
}

.offer_button:hover {
    box-shadow: 0 5px 40px rgba(29,34,47,.45)
}

.offer_button a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 46px;
    color: #333
}

.offer_button a:hover {
    text-decoration: none;
}

.offer_button i {
    margin-left: 3px;
}

/* 04. SKILLS
=================================================*/

#skills {
    padding: 95px 0 50px;
    background: #f2f2f2;
}

#skills h2 {
    margin-bottom: 50px;
}

.skills-right {
    float: right;
}

.progress-box {
    margin-bottom: 50px;
}

.progress-box p {
    font-weight: 600;
    margin-bottom: 10px;
}

.progress {
    background-color: rgba(26, 26, 26, 0.31);
    height: 20px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-box .progress {
    box-shadow: none;
    height: 3px;
}

.progress-box .progress-bar {
    transition-duration: 2000ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.bg-color-base {
    background: #48b14d !important;
}

.color-heading {
    color: #131313 !important;
}

/* 05. FEATURES
=================================================*/
.features {
    background: #001E8D;
    transition: height 0.3s ease;
    color: white;
}

.feature__label {
    font-size: 1.2rem;
    line-height: 1.526;
    margin-top: 20px;
    margin-bottom: 10px;
}

.feature__text {
    /*font-size: 1.6rem;*/
    line-height: 1.78;
}

/* 06. PORTFOLIO
=================================================*/
.portfolio{
    /*background-color:#f6f6f6;*/
    padding:60px 0px;
    font-size:13px;
    font-family: 'Raleway', sans-serif;
}

.portfolio .img-item {
    width: 100%;
    margin: 15px 0px;
}

.portfolio .img-item:hover {
    -webkit-transform: scale(1.20);
    -moz-transform: scale(1.20);
    -ms-transform: scale(1.20);
    -o-transform: scale(1.20);
    transform: scale(1.20);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    opacity:0.7;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.portfolio .img-rounded {
    width: 100%;
    margin: 15px 0px;
}

.portfolio .img-rounded:hover {
    -webkit-transform: scale(1.20);
    -moz-transform: scale(1.20);
    -ms-transform: scale(1.20);
    -o-transform: scale(1.20);
    transform: scale(1.20);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    opacity:0.7;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/* 07. LASTNEWS
=================================================*/
a.clients h2 {
    display: inline-block;
    color: black;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.lastnews {
    padding-top: 100px;
    font-weight: normal;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lastnews a {
    color: #003CFF;
}

.news {
    margin-top: 20px;
    line-height: 1.5625;
}

.news__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5625;
}

.news__title a {
    display: inline;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,60,255,0.3);
    transition: all 0.2s ease;
    transition-property: color, border-color;
}

.news__title a:hover {
    border-color: rgba(255,0,0,0.3);
    color: red;
}

.news_important .news__title {
    font-size: 25px;
}

.news_important .news__text {
    font-size: 22px;
    margin: 10px 0;
}

.news_important .news__date {
    font-size: 16px;
}

.news__date {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: #999;
}

/* 08. AMOCRM - SALES
=================================================*/
.amocrm-sales {
    padding: 0px;
    overflow: hidden;
    background: #313A5B;
    background: -moz-linear-gradient(top,  #313A5B 0%, #5D577B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313A5B), color-stop(100%,#5D577B));
    background: -webkit-linear-gradient(top,  #313A5B 0%,#5D577B 100%);
    background: -o-linear-gradient(top,  #313A5B 0%,#5D577B 100%);
    background: -ms-linear-gradient(top,  #313A5B 0%,#5D577B 100%);
    background: linear-gradient(to bottom,  #313A5B 0%,#5D577B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313A5B', endColorstr='#5D577B',GradientType=0 );
    color: white;
}
.amocrm-sales h1 {
    line-height: 1.2;
    margin: 35px 0 10px 0;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    color:#F6EFDD;
}
.amocrm-sales h2 {
    color: rgba(255,255,255,.9);
    font-size: 17px;
    margin: 0 0 25px 0;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.amocrm-sales p {font-size: 15px; line-height: 1.2em;}
.amocrm-sales .lead {
    color: rgba(255,255,255,.9);
    line-height: 1.2em;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.amocrm-sales .small {
    font-size: 0.9em;
    line-height: 1.2em;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.amocrm-sales .text-muted { color:white; opacity: 0.5; }

.amocrm-sales form { margin-bottom: 18px; }
.amocrm-sales .form-control { background: rgba(5,5,5,0.4); border: 0; color: white; font-size:15px;}
.amocrm-sales .form-control::-webkit-input-placeholder { color: rgba(255,255,255,0.3); }
.amocrm-sales .form-control:-moz-placeholder { color: rgba(255,255,255,0.3); }
.amocrm-sales .form-control::-moz-placeholder { color: rgba(255,255,255,0.3); }
.amocrm-sales .form-control:-ms-input-placeholder { color: rgba(255,255,255,0.3); }
.amocrm-sales .btn-default {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.8);
    color: rgba(255,255,255,.8);
    font-size:15px;
    padding: 12px 36px;
}
.amocrm-sales #illustration { z-index: 1; text-align: center; width:100%; margin-bottom:-130px;}
.amocrm-sales #illustration img {
    max-width:100%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.amocrm-sales .expand img{ margin-bottom:120px; margin-top:-100px; }

/* 09. AMOCRM - FEATURELIST
=================================================*/
.amocrm-featurelist .img-feature {
    border:15px solid #f5f5f5;
    margin:0 auto;
    -webkit-border-radius: 50% ;
    -moz-border-radius: 50% ;
    border-radius: 50%;
    padding:1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.amocrm-featurelist ul {
    margin-bottom: 10px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.amocrm-partners ul li {
    display: inline-block;
    margin: 0 30px;
}

/* 10. RESPONSIVENESS
=================================================*/
@media only screen and (min-width:300px) and (max-width: 640px) {
    /* HOME */
    .home-text {
        top: 57%;
    }

    .profile-pic img {
        padding: 0;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .home-text h1 {
        font-size: 2.2em;
        font-weight: 500;
        line-height: 40px;
    }

    .home-text h3 {
        font-size: 1.6em;
    }

    .arrow {
        font-size: 3em;
        bottom: 50px;
        margin: auto;
        width: 40px;
        height: 40px;
    }

    /* ABOUT */
    #about {
        padding: 40px 0 50px;
    }

    #about h2 {
        margin-top: 30px;
    }

    .facts {
        float: left;
    }

    .numscroller {
        font-size: 25px;
        font-weight: 600;
    }

    .count-name-intro {
        font-size: 17px;
        font-weight: 600;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
    /* ABOUT */
    .description {
        max-width: 100%;
        width: 30em;
    }

    .facts {
        margin-top: 30px;
        margin-left: 10px;
    }

    .count-item {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 766px) and (max-width: 1024px) {
    /* HOME */
    .home-text h1 {
        font-size: 2.6em;
        line-height: 50px;
        margin-top: 20px;
    }

    .home-text h3 {
        font-size: 1.3em;
    }

    .profile-pic img {
        width: 100px;
        height: 100px;
    }

    .arrow {
        font-size: 2em;
        width: 40px;
        height: 40px;
        bottom: 30px;
    }

    /* ABOUT */
    .facts {
        float: right;
        margin-top: 30px;
    }

    .numscroller {
        font-size: 1.8em;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .count-name-intro {
        font-size: 16px;
        font-weight: 600;
    }
}
@media (min-width: 482px) {
    .amocrm-sales h1 { font-size: 55px; }
    .amocrm-sales h2 { font-size: 30px; }
    .amocrm-sales p { font-size: 15px; }

    .amocrm-sales #illustration { margin-bottom:-215px;}
    .amocrm-sales .expand img{ margin-bottom:200px; margin-top:-180px; }
}
@media (min-width: 768px) {
    .amocrm-sales h1 { font-size: 55px; }
    .amocrm-sales h2 { font-size: 20px; }
    .amocrm-sales p { font-size: 15px; }
    .amocrm-sales .lead { font-size:22px; }

    .amocrm-sales #illustration { margin-bottom:-310px;}
    .amocrm-sales .expand img{ margin-bottom:300px; margin-top:-190px; }
}
@media (min-width: 992px) {
    .amocrm-sales h1 { font-size: 55px; margin-top: 50px; }
    .amocrm-sales h2 { margin-bottom: 40px;}
    .amocrm-sales p { font-size: 15px; }

    .amocrm-sales #illustration { margin-bottom:-380px;}
    .amocrm-sales .expand img{ margin-bottom:370px; margin-top:-210px; }

    .space-before { padding-top:40px; }
    .space-after { padding-bottom:40px; }
}

/* 11. FOOTER
=================================================*/
.before-footer-contacts {
    margin-bottom: -100px;
    padding: 60px 0 55px;
    /*background: #002FC7;*/
    background: #494949;
    transition: height 0.3s ease;
    color: white;
    border-radius: 0px;
}
.before-footer-contacts .phone {font-size: 30px;}
.before-footer-contacts .email {margin-top: -5px;}
.before-footer-contacts .email a {color: #fff; text-decoration: underline;}

/* 12. OWL-CAROUSEL
=================================================*/
.owl-container {
    margin-left: -15px;
    margin-right: -15px;
}
.owl-container .owl-carousel .owl-item {
    padding-left: 15px;
    padding-right: 15px;
}
.owl-theme .owl-controls .owl-buttons {
    text-align: center;
    position: absolute;
    top: -36px;
    right: 15px;
    background-color: #fff;
    padding-left: 15px;
}
.owl-theme .owl-controls .owl-buttons div {
    font-size: 0;
    z-index: 1;
    font-family: FontAwesome;
    display: block;
    float: left;
    color: #4c4c4c;
    text-align: center;
    width: 27px;
    height: 27px;
    border: 2px solid #d3d3d3;
    border-radius: 100%;
}
.owl-theme .owl-controls .owl-buttons div:before {
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 23px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    color: #d8373e;
    border-color: #d8373e;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-right: 3px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f104";
    margin-right: 5px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
    margin-left: 5px;
}

/* 13. ACTION
=================================================*/

#action {
    padding: 95px 0 90px;
    background: #fff;
}

#action p {
    width: 30em;
    max-width: 100%;
}

#action .btn {
    margin-top: 60px;
    float: right;
}

/* 14. PROJECTS
=================================================*/
#projects {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 100px
}

.projects_row {
    margin-top: 45px;
}

.project_col_col {
    margin-bottom: 51px;
}

@media only screen and (max-width: 991px) {
    .project_col:not(:last-child) {
        margin-bottom: 40px;
    }
}

.project {
    width: 100%;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(29,34,47,.1)
}

.project_image {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden
}

.project_image img {
    max-width: 100%
}

.project_body {
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 23px
}

.project_title a {
    /*font-family: roboto slab,serif;*/
    font-size: 20px;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.project_title a:hover {
    color: #14bdee
}

.project_category {
    font-size: 15px;
    font-weight: 400;
    color: #384158;
    margin-top: 6px
}

.project_text {
    margin-top: 13px
}

.project_footer {
    padding-left: 30px;
    padding-right: 30px
}

.project_footer_content {
    width: 100%;
    border-top: solid 1px #e5e5e5;
    padding-top: 9px;
    padding-bottom: 11px
}

.project_info {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #55555a
}

.project_info:first-child {
    margin-right: 18px
}

.project_info i {
    color: #ffc80a
}

.project_price {
    /*font-family: roboto slab,serif;*/
    font-size: 20px;
    font-weight: 700;
    color: #14bdee
}

.project_price span {
    /*font-family: roboto slab,serif;*/
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #b5b8be;
    margin-right: 10px
}

.projects_button {
    width: 210px;
    height: 46px;
    border-radius: 3px;
    background: #14bdee;
    text-align: center;
    margin: 0 auto;
    margin-top: 41px;
    box-shadow: 0 5px 40px rgba(29,34,47,.15)
}

.projects_button:hover {
    box-shadow: 0 5px 40px rgba(29,34,47,.45)
}

.projects_button a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 46px;
    color: #fff
}

/* 15. SERVICES
=================================================*/

#services {
    padding: 95px 0 65px;
    /*background: #f2f2f2;*/
}

#services h2 {
    margin-bottom: 30px;
}

.services-item {
    padding: 30px 50px 30px 0;
}

.services-item i {
    margin-bottom: 20px;
}

.services-item a {
    font-size: 20px;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.services-item a:hover {
    color: #14bdee
}


/* 15. SUBSCRIBE
=================================================*/

#subscribe {
    margin-bottom: -200px;
    /*background-image: url('/images/bg-subscribe.jpg') no-repeat;*/
    background-color: #fff;
}

#subscribe .header-block {
    margin-bottom: 50px;
}

#subscribe .header-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}

#subscribe .header-block h3 {
    margin-bottom: 15px;
    background: #fff;
    max-width: 100%;
    position: absolute;
    padding-right: 30px;
    padding-bottom: 16px;
    top: 18px;
    z-index: 999;
}

#subscribe .header-block > span {
    margin-top: 60px;
}

#subscribe .header-block h3::after {
    content: '';
    display: block;
    border-bottom: 10px solid #000;
    position: absolute;
    top: 12px;
    right: -263px;
    width: 110%;
    z-index: 9;
}

#subscribe .header-block h3 span {
    z-index: 99999;
    position: relative;
    background: #fff;
    padding-right: 30px;
}


#subscribe .subscribe-image {
    margin-top: 30px;
}

#subscribe .subscribe-image img::before {
/*    content: '';
    border-top: solid 10px #000;
    position: absolute;
    top: 0;*/
}

#subscribe .subscribe-image img {
    border-right: solid 10px #000;
    border-top: solid 10px #000;
    /*padding: 0px 0 0 43%;*/
    /*margin-left: -43%;*/

    padding: 0px 0 0 6%;
    margin-left: -6%;
}


.copyright-links a {
    display: inline-block;
    margin: 0 3px;
    color: rgba(255,255,255,.25);
    border-bottom: 1px dotted rgba(255,255,255,.25);
}

.copyright-links a:hover {
    color: rgba(255,255,255,.35);
    border-bottom: 1px solid rgba(255,255,255,.35);
    text-decoration: none;
}
