/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face { font-family: 'OpenSans';  src: url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');  font-weight: normal;  font-style: normal;  }
@font-face { font-family: 'MuseoSansLight';  src: url('../fonts/MuseoSansLight.eot');  src: url('../fonts/MuseoSansLight.woff2') format('woff2'), url('../fonts/MuseoSansLight.eot?#iefix') format('embedded-opentype');  font-weight: normal;  font-style: normal;  }
@font-face { font-family: 'MuseoSansBold';  src: url('../fonts/MuseoSansBold.eot');  src: url('../fonts/MuseoSansBold.woff2') format('woff2'), url('../fonts/MuseoSansBold.eot?#iefix') format('embedded-opentype');  font-weight: normal;  font-style: normal;  }
@font-face { font-family: 'MuseoSansRegular';  src: url('../fonts/MuseoSansRegular.eot');  src: url('../fonts/MuseoSansRegular.woff2') format('woff2'), url('../fonts/MuseoSansRegular.eot?#iefix') format('embedded-opentype');  font-weight: normal; font-style: normal;  }
@font-face { font-family: 'MuseoSansMedium';  src: url('../fonts/MuseoSansMedium.eot');  src: url('../fonts/MuseoSansMedium.woff2') format('woff2'), url('../fonts/MuseoSansMedium.eot?#iefix') format('embedded-opentype');  font-weight: normal;  font-style: normal;  }
@font-face { font-family: 'Akkurat';  src: url('../fonts/Akkurat.eot');  src: url('../fonts/Akkurat.woff2') format('woff2'), url('../fonts/Akkurat.woff') format('woff'), url('../fonts/Akkurat.ttf') format('truetype'), url('../fonts/Akkurat.svg#Akkurat') format('svg'), url('../fonts/Akkurat.eot?#iefix') format('embedded-opentype');  font-weight: normal;  font-style: normal; }

/************ backgrounds ***********/
/*header,
#about,
#contact {
    background: #f9f9fb;
}*/

header,
#framework,
#services,
/*#portfolio,*/
#contact,
#restapi {
    background: #FFFFFF;
}
/************ /backgrounds ***********/


body {
    background: #f7f7f7;
    font-family: 'MuseoSansRegular', sans-serif;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
    text-decoration: none;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

h1, h2, h3, h4, h5, h6 {
    /*text-transform: uppercase;*/
    font-family: 'MuseoSansMedium', sans-serif;
    font-weight: 700;
}

.blue-text {

}

.green-text {
    color: #016938;
}

.orange-text {

}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

.navbar-default .navbar-toggle {
    border-color: #1a8b3f;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #1a8b3f;
}

.navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border-color: #1a8b3f;
}

.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border-color: #1a8b3f;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #1a8b3f;
}

.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #1a8b3f;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.09); */
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:visited,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a {
    color: #26272d;
    text-decoration: none;
    transition: opacity .3s ease-in;
    white-space: nowrap;
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    /*font-family: 'MuseoSansRegular';*/
    font-family: 'Akkurat';
    font-weight: normal;
    background-color: initial;
}

.navbar-default .navbar-nav>li>a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 0%;
  border-bottom: 1px solid #1a8b3f;
  transition: 0.4s;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #1a8b3f;
}

.navbar-default .navbar-nav>li>a:hover:after {
  width: 100%;
}

.navbar-nav>li>a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav>li {
    padding-left: 15px;
    padding-right: 15px;
}

.nav>li>a {
    padding-left: 0px;
    padding-right: 0px;
}

.hasScrolled {
    background: #fff;
    /*border-bottom: 1px solid #D8D8D8;*/
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #000;
}

.hasScrolled .navbar-nav>li>a:focus,
.hasScrolled .navbar-nav>li>a:active,
.hasScrolled .navbar-nav>li>a:hover,
.hasScrolled .navbar-nav>li>a:visited,
.hasScrolled .navbar-nav>li>a {
    color: #26272d !important;
    background-color: inherit !important;
}

.hasScrolled .navbar-nav>li>a:hover {
    color: #1a8b3f !important;
}

.hasScrolled .navbar-nav>li>a:after {
    border-bottom: 1px solid #1a8b3f;
}

.navbar-fixed-top .navbar-brand {
    display: inline-block;
    padding-top: 0px;
    height: auto;
    font-size: 25px;
    min-width: 200px;
    font-weight: 500;
    color: #000;
    text-transform: none;
    font-family: Lato;
}

.navbar-brand > img {
    width: 32px;
    margin-right: 8px;
    display: inline;
}

#header.main-site {
    text-align: center;
    background: rgba(57,181,73,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(57,181,73,1) 0%, rgba(0,104,55,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(57,181,73,1)), color-stop(100%, rgba(0,104,55,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(57,181,73,1) 0%, rgba(0,104,55,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(57,181,73,1) 0%, rgba(0,104,55,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(57,181,73,1) 0%, rgba(0,104,55,1) 100%);
    background: radial-gradient(ellipse at center, rgba(57,181,73,1) 0%, rgba(0,104,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b549', endColorstr='#006837', GradientType=1 );
    border-bottom: 1px solid #EAEAEA;
}

#header {
    min-height: 750px;
    padding: 105px 0 30px;
    position: relative;
    overflow: hidden;
    border-bottom: none;
}

#header.main-site img {
    display: block;
    margin: 0 auto 70px;
    max-width: 70%;
}

#header.main-site h1 {
    font-family: Lato;
    font-size: 3.5em;
    /* color: #5A5A5A; */
    color: #fff;
    text-align: center;
    line-height: 1.1;
    font-weight: 700;
}

#header.main-site h2 {
    font-family: Lato;
    font-size: 1.4em;
    text-align: center;
    /* color: #6D6D6D; */
    color: #ccfdd3;
    font-weight: normal;
    margin-top: 25px;
    line-height: 1.7;
}

header {
    text-align: center;
    /*color: #fff;*/
    /*background: #18bc9c;*/
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

.main-logo {
    max-width: 145px;
    margin: 0 auto;
}

header img {
    display: block;
    margin: 0 auto 50px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

header h1 {
    font-family: Lato;
    font-size: 3.2em;
    color: #5A5A5A;
    text-align: center;
}

header h2 {
    font-family: Lato;
    font-size: 1.4em;
    text-align: center;
    color: #6D6D6D;
    font-weight: normal;
    margin-top: 45px;
    line-height: 1.7;
}

.navbar-brand {
    width: 50px;
}

.navbar-brand {
    float: left;
    padding: 0.5px 15px;
    font-size: 19px;
    line-height: 21px;
    display: block;
    /* height: 60px; */
}

.parallax {
    position: absolute;
    background: url('../images/icons/sbg.svg') center top no-repeat;
    width: 100%;
    height: 470px;
    margin-top: 150px;
}

.paralax-container {
    position: relative;
    padding-top: 70px;

}

.paralax-container .container {
    padding-top: 0;
    padding-bottom: 0px;
    position: relative;
}

#canvas{
    width:100%;
    height:700px;
}

canvas {
    display: block; /* fix necessary to remove space at bottom of canvas */
}

.desktop-icon {
    position: absolute;
    width: 238px;
    height: 213px;
    top: 131px;
    left: 5%;
    background: url('../images/icons/w_desktop.svg') center top no-repeat;
}

.mobile-icon {
    position: absolute;
    width: 240px;
    height: 160px;
    bottom: 5px;
    left: 26%;
    background: url('../images/icons/w_mobile.svg') center top no-repeat;
}

.tokernel-icon {
    position: absolute;
    width: 174px;
    height: 260px;
    top: 0px;
    left: 44%;
    background: url('../images/icons/w_tokernel.svg') center top no-repeat;
}

.restapi-icon {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 60px;
    right: 11%;
    background: url('../images/icons/w_restful.svg') center top no-repeat;
}

.database-icon {
    position: absolute;
    width: 180px;
    height: 180px;
    bottom: 20px;
    right: 6%;
    background: url('../images/icons/w_database.svg') center top no-repeat;
}

@media(min-width:768px) {
    header .container {
        padding-top: 0px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 4px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    background-color: #ffffff;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    top: -1px;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
    padding-right: 15px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    /*border: 0;*/
}

section {
    padding: 100px 0;
}

section h2 {
    font-family: 'MuseoSansLight';
    /*text-align: left;*/
    font-weight: normal;
    font-size: 3em;
    color: #5C5E5F;
    font-weight: 200;
    line-height: 1.233em;
    margin: 0 0 32px 0;
}

.content-style {
    font-family: Lato, Futura, Helvetica, Arial, sans-serif;
    color: #7B7B7B;
    line-height: 1.7;
    font-weight: 200;
    /*text-align: left;*/
}


section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

.solution-breakdown {
    
}

.subheadline {
    font-size: 1.114em;
    font-weight: normal;
    color: #60646F;
    /* padding: 0 25px; */
    margin-bottom: 24px;
    font-family: BrandonText-Regular, Futura, Helvetica, Arial, sans-serif;
}

.solution-breakdown p {
    color: #333333;
    font-size: 0.9em;
    line-height: 1.7;
    font-family: Lato, Futura, Helvetica, Arial, sans-serif;
}

p {
    /*font-family: Lato, Futura, Helvetica, Arial, sans-serif;*/
    font-family: 'MuseoSansRegular', Helvetica, Arial, sans-serif;
    color: #292929;
    font-size: 1em;
    line-height: 1.5;
}

.about-image img {
    max-width: 95%;
    float: right;
}

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

    section#framework {
        padding: 50px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    font-family: 'MuseoSansRegular', sans-serif;
    color: #212121;
}

footer h3 {
    margin-bottom: 20px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0 0px;
    background-color: #F9F9F9;
}

footer .footer-content {
    text-align: left;
    padding-top: 35px;
}

footer .footer-content h3 {
    font-size: 16px;
    font-weight: normal;
    color: #6d6d6d;
    margin-top: 5px;
    font-family: 'MuseoSansBold', sans-serif;
}

footer .footer-content ul {
    list-style: none;
    padding: 0;
}

footer .footer-content ul.footer-nav li {
    padding: 5px 0;
}

footer .footer-content ul.footer-nav li a {
    color: #999;
    text-decoration: none;
    font-family: 'MuseoSansBold', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

footer .footer-content ul.footer-nav li a:hover,
footer .footer-content ul.footer-nav li a:focus {
    color: #016938;
}

footer .footer-content:after {
    content: " ";
    display: table;
    clear: both;
}

footer .footer-content .footer-logo {
    font-size: 25px;
    display: inline-block;
    color: #939393;
}

footer .footer-content .footer-logo img {
    width: 30px;
    margin-right: 10px;
}

footer .contact-box-footer {
    margin-top: 30px;
}

footer .contact-box-footer i {
    float: left;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    border-radius: 3px;
    color: #dadada;
    margin-right: 5px;
    font-weight: normal;
}

footer .contact-box-footer .subtext {
    list-style: none;
    padding-left: 46px;
}

footer .contact-box-footer .subtext li {
    color: #717171;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

#services .vsg-image {
    max-width: 100px;
}

#services .services-item .col-md-4 {
    padding-right: 5px;
}

#services .services-item .col-md-8 {
    padding-left: 5px;
}

#services .services-item h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: 'MuseoSansRegular';
    font-family: 'MuseoSansRegular';
    font-weight: 200;
    font-size: 1.314em;
    color: #888888;
}

#services .services-item.long {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ECECEC;
}

#services .services-item.long:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#about h2.headline {
    color: #ff853a;
    text-align: left;
}

#about p {
    font-family: 'MuseoSansRegular', sans-serif;
}

#cmf p.second-text,
#framework p.second-text,
#restapi p.second-text {
    padding-top: 20px;
}

#cmf p, #framework p, #restapi p {
    margin-bottom: 20px;
}

#framework p.first-text {
    color: #656464;
    font-size: 1.2em;
    line-height: 1.5;
}

#framework h2.headline {
    color: #70a030;
} 

#framework p.second-text a {
    text-decoration: none;
}

#framework .right-block,
#restapi .right-block {
    float: right;
}

section#cmf {
    padding: 100px 0 94px;
    position: relative;
    overflow-x: hidden;
}

#cmf .about-text {
    padding-top: 50px;
}

#cmf p.first-text {
    color: #656464;
    font-size: 1.2em;
    line-height: 1.5;
}

#cmf h2.headline {
    color: #27aae1;
}

#cmf p.second-text a {
    text-decoration: none;
}

#cmf .cmf-img {
    position: absolute;
    z-index: -1;
    right: -10px;
    max-width: 99%;
}

#restapi h2.headline {
    color: #FF853A;
}

#restapi p.first-text {
    color: #656464;
    font-size: 1.2em;
    line-height: 1.5;
}

#restapi p.second-text a {
    text-decoration: none;
}

#restapi {
    position: relative;
}

#restapi .cmf-img {
    position: absolute;
    right: 115px;
    width: 600px;
    top: 155px;
}

.btn-default {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-default.green {
    color: #70a030;
    border-color: #70a030;
    background: none;
    border-radius: 5px;
    border: 1px solid;
    padding: 7px 22px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
}

.btn-default.green:hover,
.btn-default.green:active,
.btn-default.green:focus {
    color: #fff;
    border-color: #70a030;
    background: #70a030;
}

.btn-default.blue {
    color: #27aae1;
    border-color: #27aae1;
    background: none;
    border-radius: 5px;
    border: 1px solid;
    padding: 7px 22px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
}

.btn-default.blue:hover,
.btn-default.blue:active,
.btn-default.blue:focus {
    color: #fff;
    border-color: #27aae1;
    background: #27aae1;
}

.btn-default.orange {
    color: #FF853A;
    border-color: #FF853A;
    background: none;
    border-radius: 5px;
    border: 1px solid;
    padding: 7px 22px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
}

.btn-default.orange:hover,
.btn-default.orange:active,
.btn-default.orange:focus {
    color: #fff;
    border-color: #FF853A;
    background: #FF853A;
}

#portfolio {
    z-index: 99;
}

#portfolio .content {
    width: 95%;
    margin: 0 auto;
}

.cd-slider {
    list-style: none;
    text-align: center;
}

.cd-slider a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.cd-slider a img {
    display: block;
    /*border-radius: 5px 5px 0 0;*/
    border: 1px solid #BFBFBF;
    border-radius: 8px 8px;
    width: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.cd-slider li {
    /*background: rgba(238,238,238,1);
    background: -moz-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238,238,238,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to right, rgba(238,238,238,1) 0%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fefefe', GradientType=1 );*/
    width: 22vw;
    height: 14vw;
    border: 1px solid #bfbfbf;
}

.cd-slider li {
    margin: 4%;
    opacity: 1;
    border-radius: 5px;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
    -webkit-transition: opacity 0s 0.5s;
    -moz-transition: opacity 0s 0.5s;
    transition: opacity 0s 0.5s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-slider li a{
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 50% 50% !important;

    -webkit-transition: background-image 200ms linear !important;
    -moz-transition: background-image 200ms linear !important;
    -o-transition: background-image 200ms linear !important;
    -ms-transition: background-image 200ms linear !important;
    transition: background-image 200ms linear !important;
}

.cd-slider li a:hover {
    -webkit-transition: background-image 200ms linear !important;
    -moz-transition: background-image 200ms linear !important;
    -o-transition: background-image 200ms linear !important;
    -ms-transition: background-image 200ms linear !important;
    transition: background-image 200ms linear !important;
}

.cd-slider li.karpa a {
    background: url('../images/portfolio/karpa/cover-bw.png'); 
}

.cd-slider li a:before {
  width:0;
  height:0;
  visibility:hidden;
  display: none;
}

.cd-slider li.karpa a {
    background: url('../images/portfolio/karpa/cover-bw.png'); 
}

.cd-slider li.karpa a:before {
  content: url('../images/portfolio/karpa/cover-or.png');
}

.cd-slider li.karpa a:hover {
    background: url('../images/portfolio/karpa/cover-or.png');
}

.cd-slider li.decoline a {
    background: url('../images/portfolio/decoline/cover-bw.png'); 
}

.cd-slider li.decoline a:before {
  content: url('../images/portfolio/decoline/cover-or.png');
}

.cd-slider li.decoline a:hover {
    background: url('../images/portfolio/decoline/cover-or.png');
}

.cd-slider li.atv a {
    background: url('../images/portfolio/atv/cover-bw.png'); 
}

.cd-slider li.atv a:before {
  content: url('../images/portfolio/atv/cover-or.png');
}

.cd-slider li.atv a:hover {
    background: url('../images/portfolio/atv/cover-or.png');
}

.cd-slider li.armef a {
    background: url('../images/portfolio/armef/cover-bw.png'); 
}
.cd-slider li.armef a:before {
  content: url('../images/portfolio/armef/cover-or.png');
}

.cd-slider li.armef a:hover {
    background: url('../images/portfolio/armef/cover-or.png');
}

.cd-slider li.frf a {
    background: url('../images/portfolio/frf/cover-bw.png'); 
}

.cd-slider li.frf a:before {
  content: url('../images/portfolio/frf/cover-or.png');
}

.cd-slider li.frf a:hover {
    background: url('../images/portfolio/frf/cover-or.png');
}

.cd-slider li.gavalian a {
    background: url('../images/portfolio/gavalian/cover-bw.png'); 
}

.cd-slider li.gavalian a:before {
  content: url('../images/portfolio/gavalian/cover-or.png');
}

.cd-slider li.gavalian a:hover {
    background: url('../images/portfolio/gavalian/cover-or.png');
}

.cd-slider li.goldenararat a {
    background: url('../images/portfolio/goldenararat/cover-bw.png'); 
}

.cd-slider li.goldenararat a:before {
  content: url('../images/portfolio/goldenararat/cover-or.png');
}

.cd-slider li.goldenararat a:hover {
    background: url('../images/portfolio/goldenararat/cover-or.png');
}

.cd-slider li.pandokyerevan a {
    background: url('../images/portfolio/pandokyerevan/cover-bw.png'); 
}

.cd-slider li.pandokyerevan a:before {
  content: url('../images/portfolio/pandokyerevan/cover-or.png');
}

.cd-slider li.pandokyerevan a:hover {
    background: url('../images/portfolio/pandokyerevan/cover-or.png');
}

.cd-slider li.armswissbank a {
    background: url('../images/portfolio/armswissbank/cover-bw.png'); 
}

.cd-slider li.armswissbank a:before {
  content: url('../images/portfolio/armswissbank/cover-or.png');
}

.cd-slider li.armswissbank a:hover {
    background: url('../images/portfolio/armswissbank/cover-or.png');
}

.cd-slider li.medical a {
    background: url('../images/portfolio/medical/cover-bw.png');
}

.cd-slider li.medical a:before {
    content: url('../images/portfolio/medical/cover-or.png');
}

.cd-slider li.medical a:hover {
    background: url('../images/portfolio/medical/cover-or.png');
}

.cd-slider li.nissan a {
    background: url('../images/portfolio/nissan/cover-bw.png');
}

.cd-slider li.nissan a:before {
    content: url('../images/portfolio/nissan/cover-or.png');
}

.cd-slider li.nissan a:hover {
    background: url('../images/portfolio/nissan/cover-or.png');
}

.cd-slider li.jadore a {
    background: url('../images/portfolio/jadore/cover-bw.png');
}

.cd-slider li.jadore a:before {
    content: url('../images/portfolio/jadore/cover-or.png');
}

.cd-slider li.jadore a:hover {
    background: url('../images/portfolio/jadore/cover-or.png');
}

.cd-slider li.bars a {
    background: url('../images/portfolio/bars/cover-bw.png'); 
}

.cd-slider li.bars a:before {
  content: url('../images/portfolio/bars/cover-or.png');
}

.cd-slider li.bars a:hover {
    background: url('../images/portfolio/bars/cover-or.png');
}

.cd-slider li.aptakid a {
    background: url('../images/portfolio/aptakid/cover-bw.png'); 
}

.cd-slider li.aptakid a:before {
  content: url('../images/portfolio/aptakid/cover-or.png');
}

.cd-slider li.aptakid a:hover {
    background: url('../images/portfolio/aptakid/cover-or.png');
}

.cd-slider li.walldeco a {
    background: url('../images/portfolio/walldeco/cover-bw.png'); 
}

.cd-slider li.walldeco a:before {
  content: url('../images/portfolio/walldeco/cover-or.png');
}

.cd-slider li.walldeco a:hover {
    background: url('../images/portfolio/walldeco/cover-or.png');
}

.cd-slider li.jewgether a {
    background: url('../images/portfolio/jewgether/cover-bw.png'); 
}

.cd-slider li.jewgether a:before {
  content: url('../images/portfolio/jewgether/cover-or.png');
}

.cd-slider li.jewgether a:hover {
    background: url('../images/portfolio/jewgether/cover-or.png');
}

.cd-slider li.aspu a {
    background: url('../images/portfolio/aspu/cover-bw.png'); 
}

.cd-slider li.aspu a:before {
  content: url('../images/portfolio/aspu/cover-or.png');
}

.cd-slider li.aspu a:hover {
    background: url('../images/portfolio/aspu/cover-or.png');
}

.cd-slider li.armspu a {
    background: url('../images/portfolio/armspu/cover-bw.png'); 
}

.cd-slider li.armspu a:before {
  content: url('../images/portfolio/armspu/cover-or.png');
}

.cd-slider li.armspu a:hover {
    background: url('../images/portfolio/armspu/cover-or.png');
}

.cd-slider li.ttk a {
    background: url('../images/portfolio/ttk/cover-bw.png'); 
}

.cd-slider li.ttk a:before {
  content: url('../images/portfolio/ttk/cover-or.png');
}

.cd-slider li.ttk a:hover {
    background: url('../images/portfolio/ttk/cover-or.png');
}

.cd-slider li.joyco a {
    background: url('../images/portfolio/joyco/cover-bw.png'); 
}

.cd-slider li.joyco a:before {
  content: url('../images/portfolio/joyco/cover-or.png');
}

.cd-slider li.joyco a:hover {
    background: url('../images/portfolio/joyco/cover-or.png');
}


/*.cd-slider li.karpa {
    background: url('');
}*/

.cd-slider .project-info {
    padding: 30px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.cd-slider h6 {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.cd-slider h6 {
    color: #000;
    font-family: Lato;
}


.cd-slider p {
    color: #747474;
    padding-top: 5px;
    margin: 0;
    text-align: left;
    font-style: italic;
    font-family: Lato, 'Playfair Display', serif;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 3px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}


/****** contacts *********/

.contacts h1 {
    font-family: 'MuseoSansLight';
    margin: 0;
    font-size: 3.2em;
    font-weight: normal;
    color: #969696;
    padding-bottom: 80px;
}

.contact-box-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.contact-box-1 i {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    border-radius: 3px;
    color: #212121;
    margin-right: 5px;
    font-weight: normal;
}

.contact-box-1 h6 {
    font-family: Lato;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 32px;
    display: inline-block;
}

.contact-box-1 .subtext {
    text-align: center;
    color: #747474;
    font-family: 'MuseoSansRegular', sans-serif;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
}

.message-column p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
}

#message-form {
    width: 100%;
    font-family: 'MuseoSansRegular', sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #101010;
    margin: 0 auto;
}

#message-form input {
    font-family:'MuseoSansRegular', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 24px;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #464646;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}

#message-form textarea {
    font-family: 'MuseoSansRegular', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 24px;
    background: transparent;
    height: 100px;
    border-radius: 0;
    resize: none;
    border: none;
    color: #464646;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}

#message-form input {
    border-bottom: 1px solid rgba(100,100,100,.5);
}

#message-form textarea, 
#message-form input {
    border-bottom: 1px solid rgba(100,100,100,.5);
    box-shadow: none;
}

#message-form textarea:focus,
#message-form input:focus, 
#message-form textarea:active, 
#message-form input:active {
    border-bottom: 1px solid #8F9883;
}

#message-form button {
    color: #212121;
    outline: none;
    font-size: 14px;
    padding: 13px 30px;
    margin-top: 50px;
    max-width: 140px;
}
.button-effect {
    min-width: 150px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button--moema {
    padding: 16px 30px;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    letter-spacing: 2px;
    border: 1px solid rgba(95, 95, 95, 0.73);
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

#message-form button:hover {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    background: #797979;
    color: #fff;
}

.has-error input, .has-danger input,
.has-error textarea, .has-danger textarea {
    border-color: #FF2020 !important;
}




/***** portfolio *******/

.portfolio h1 {
    font-family: 'MuseoSansLight';
    font-size: 3.2em;
    font-weight: normal;
    color: #969696;
    padding-bottom: 25px;
    margin: 0;
}

.portfolio .text-center {
    padding-bottom: 55px;
}

.portfolio .text-center p {
    font-family: 'MuseoSansRegular';
    color: #888888;
    font-size: 1em;
    line-height: 1.7;
}

.cd-project-content > div > * {
    margin-left: auto;
    margin-right: auto;
}
.padding-top-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
}

.cd-project-content.is-visible {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
    transition: transform 0.4s 0s, visibility 0s 0s;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
    -moz-transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
    transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
}

.cd-project-content {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0.4s;
    transition: transform 0.4s 0s, visibility 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
    -moz-transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
    transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
}

.gallery-image-wrap {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

.gallery-image-wrap img {
    max-width: 100%;
    margin-bottom: 40px;
}

.gallery-image-wrap {
    height: auto !important;
}

.gallery-image-wrap a {
    color: #404040;
    text-decoration: underline;
}

.item-full {
    position: relative;
    clear: both;
    float: none;
    padding-bottom: 40px;
    width: 85%;
    margin: 0 auto 30px;
}

.block-panel {
    border-top: 1px solid #D6D6D6;
    height: 85px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    background: #fff;
}

.secont-block-text {
    font-size: 1.2em;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 50px;
}

.second-block {
    padding-bottom: 50px;
}

.second-block img {
    display: block;
    margin: 0 auto;
}

.item-one-half {
    position: relative;
    background-color: #000;
    float: left;
    width: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 15px solid #fff;
    overflow: hidden;
}

.item-one-half p {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    color: #f1f1f1;
    text-align: center;
}

.item-one-half .credi {
    letter-spacing: 3px;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.item-one-half img {
    width: 100%;
    height: auto;
    display: block;
}


.close.project {
    display: none;
    height: 32px;
    width: 32px;
    position: fixed;
    top: 10px;
    right: 10px;
    background: url('../images/icons/cd-close-dark.svg') no-repeat center center;
}

.cd-project-content h4 {
    font-size: 2.329em;
    font-weight: 500;
    line-height: 1.333em;
    margin: 0 0 20px 0;
    text-align: center;
}

.cd-project-content .title-text p {
    font-size: 1.3em;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 50px;
}

.cd-img-replace {
    color: transparent;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.upper-type {
    font-size: 8.286em;
}

.close {
    display: none;
    position: fixed;
    z-index: 999999999;

}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 11.5px;
        padding-bottom: 11.5px;
    }

    .cd-slider li {
        display: inline-block;
        width: 32vw;
        height: 21vw;
        margin: 0.4vw;
    }
}


@media only screen and (min-width: 900px) {
    .cd-slider li {
        position: relative;
        display: inline-block;
        width: 20vw;
        height: 13.2vw;
        margin: 0.4vw;
        top: 50%;
        -webkit-transition: opacity 0s 0.3s, -webkit-transform 0s 0.3s;
        -moz-transition: opacity 0s 0.3s, -moz-transform 0s 0.3s;
        transition: opacity 0s 0.3s, transform 0s 0.3s;
    }

    .close.project {
        top: 30px;
        right: 5%;
    }

    .upper-type {
        font-size: 24.286em;
    }

}

@media only screen and (min-width: 992px) {
    #cmf .cmf-img {
        right: -198px;
        width: 930px;
        bottom: 0;
        position: absolute;
    }

    section#cmf {
        padding: 100px 0 94px;
        overflow-y: hidden;
    }

    section#about {
        overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
    }

    #about .cmf-img {
        position: absolute;
        width: 987px;
        right: -370px;
        top: 0;
        z-index: -1;
    }

    #restapi .cmf-img {
        right: 10px;
        width: 485px;
        top: 165px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .gallery-image-wrap {
        width: 1170px;
    }

    .upper-type {
        font-size: 24.286em;
    }

    #cmf .cmf-img {
        right: -125px;
        width: 870px;
    }

    #about .cmf-img {
        position: absolute;
        width: 781px;
        right: -172px;
    }

    #restapi .cmf-img {
        right: 10px;
        width: 410px;
        top: 175px;
    }

    section#cmf {
        padding: 100px 0 59px;
        overflow-y: hidden;
    }

    section#about {

    }
}


@media only screen and (min-width: 1400px) {
    #portfolio .content {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    paralax-container .container {
        padding-top: 0px;
    }

    header .container {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    section {
        /*padding: 200px 0;*/
    }

    .upper-type {
        font-size: 32.286em;
    }

    #cmf .cmf-img {
        right: -103px;
        width: 930px;
    }

    section#cmf {
        padding: 100px 0 94px;
        overflow-y: hidden;
    }

    section#about {

    }

    #about .cmf-img {
        width: 780px;
        right: -60px;
    }

    #restapi .cmf-img {
        right: 20px;
        width: 510px;
        top: 170px;
    }

    canvas {
        height: 700px !important;
    }

    .cd-slider li {
        width: 17vw;
        height: 11.1vw;
        margin: 0.4vw;
    }
}


@media only screen and (min-width: 1760px) {
    #cmf .cmf-img {
        width: 930px;
        right: -10px;
    }

    #about .cmf-img {
        position: absolute;
        width: 782px;
        right: 0;
        top: 0;
        z-index: -1;
    }

    #restapi .cmf-img {
        right: 115px;
        width: 600px;
        top: 155px;
    }
}


.background-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.text-container {
    top: 50%;
    left: 8%;
    width: 100%;
    height: 480px;
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transform: translate(0, -240px);
    transform: translate(0, -240px);
}

.upper-type {
    font-family: initial;
    font-weight: 700;
    line-height: 100%;
    height: 100%;
    width: 100%;
    color: rgba(0,0,0,0.03);
}

.cd-slider {
    padding: 0;
}

.copyright {
    font-size: 14px;
    padding: 40px 0 30px;
    background: #e0e0e0;
}

ul.social-icons {
    list-style: none;
    font-size: 36px;
    margin-bottom: 30px;
    padding-left: 0
}

ul.social-icons a {
    color: #d0d0d0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

ul.second.social-icons {
    list-style: none;
    font-size: 22px;
    margin-bottom: 5px;
    padding-left: 0
}


ul.social-icons a:hover,
ul.social-icons a:active {
    /*color: #1BB762;*/
}

ul.social-icons a.facebook:hover, ul.social-icons a.facebook:active {
    color: #3b5998;
}
ul.social-icons a.twitter:hover, ul.social-icons a.twitter:active {
    color: #00aced;
}
ul.social-icons a.linkedin:hover, ul.social-icons a.linkedin:active {
    color: #007bb5;
}
ul.social-icons a.google-plus:hover, ul.social-icons a.google-plus:active {
    color: #dd4b39;
}
ul.social-icons a.github:hover, ul.social-icons a.github:active {
    color: #333;
}
ul.social-icons a.rss:hover, ul.social-icons a.rss:active {
    color: #f26222;
}


ul.social-icons li {
    display: inline-block;
    margin: 12px 55px;
}

ul.second.social-icons li {
    float: left;
    margin: 0 30px 0 0;
}

ul.second.social-icons li:last-child {
    margin-right: 0;
}

ul.social-icons img {
    max-width: 100%;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #b5b5b5;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}



@media only screen and (max-width: 1200px) {
    .restapi-icon {
        width: 100px;
        height: 105px;
        top: 60px;
        right: 9%;
    }

    .tokernel-icon {
        width: 149px;
        height: 224px;
        top: 7px;
        left: 43%;
    }

    .desktop-icon {
        width: 185px;
        height: 175px;
        top: 131px;
        left: 4%;
    }

    .mobile-icon {
        width: 190px;
        height: 121px;
        bottom: 68px;
        left: 26%;
    }

    .database-icon {
        width: 160px;
        height: 120px;
        top: 254px;
        right: 3%;
    }

}


@media only screen and (max-width: 991px) {

    #framework .right-block {
        float: none;
    }

    #cmf .cmf-img {
        margin: 0 auto;
        width: 100%;
        right: 0px;
        position: relative;
        display: block;
        clear: both;
    }

    section#cmf {
        padding: 75px 0 94px;
        overflow-y: auto;
    }

    #cmf .about-text {
        padding-top: 0px;
    }

    .item-full {
        width: auto;
    }

    .block-panel {
        left: 0;
        right: 0;
        bottom: -20px;
    }

    .restapi-icon {
        width: 80px;
        height: 85px;
        top: 41px;
        right: 8%;
    }

    .tokernel-icon {
        width: 113px;
        height: 175px;
        top: 0px;
        left: 43%;
    }

    .desktop-icon {
        width: 164px;
        height: 148px;
        top: 88px;
        left: 2%;
    }

    .mobile-icon {
        width: 160px;
        height: 102px;
        bottom: 138px;
        left: 26%;
    }

    .database-icon {
        width: 140px;
        height: 100px;
        top: 190px;
        right: 1%;
    }

    #canvas {
        width: 100%;
        height: 600px;
    }

    .about-image {
        text-align: center;
    }

    .about-image img {
        max-width: 170px;
        float: none;
        margin: 34px auto 0;
    }

    #framework .about-image img {
        margin-top: 0;
        margin-bottom: 20px;
    }

    #cmf p.second-text, #framework p.second-text, #restapi p.second-text {
        text-align: center;
    }

    #about .cmf-img {
        position: relative;
        float: none;
        max-width: 500px;
        margin: 40px auto 0;
    }

    #restapi .cmf-img {
        position: relative;
        right: 0;
        margin: 30px auto 0;
        width: auto;
        max-width: 500px;
        top: 0;
    }

    .paralax-container {
        height: 600px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background: #fff;
        border-bottom: 1px solid #D4D4D4;
        text-align: center;
        top: 100px;
        position: absolute;
        width: 100%;
        z-index: -99;
    }

    .navbar-default .navbar-nav>li>a {
        /*color: #7B7B7B !important;*/
    }

    .navbar .navbar-nav {
        margin-top: 0px;
        padding-top: 10px;
        border-top: 1px solid #EAEAEA;
    }

    .hasScrolled .navbar-toggle {
        border-color: #1a8b3f;
    }

    .hasScrolled .navbar-toggle .icon-bar {
        background-color: #1a8b3f;
    }

    .navbar-default .navbar-nav>li>a:hover {
        color: #1a8b3f;
    }

    .navbar-default .navbar-nav>li>a:after {
        border-bottom: 1px solid #1a8b3f;
    }
    
    header h1 {
        font-size: 2.0em;
        color: #5A5A5A;
        text-align: center;
    }

    header .img-responsive {
        max-width: 75%;
    }

    header h2 {
        font-size: 1.1em;
        margin-top: 25px;
    }

    header .container {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    header img {
        margin: 0 auto 35px;
    }

    section h2 {
        font-size: 1.4em;
    }

    #cmf p.first-text,
    #framework p.first-text {
        font-size: 1em;
    }


    .cmf-img {
        max-width: 100%;
    }

    .portfolio h1,
    .contacts h1 {
        font-size: 2.2em;
        padding-bottom: 30px;
    }

    #portfolio .content {
        width: 86%;
        margin: 0 auto;
    }

    .cd-slider li {
        margin: 4% 0;
    }

    .item-one-half {
        width: 100%;
    }

    #services .services-item {
        padding: 0 20px;
        text-align: center;
    }

    #services .vsg-image {
        margin-bottom: 20px;
    }

    .cd-project-content .title-text p {
        font-size: 1em;
    }

    .secont-block-text {
        font-size: 1em;
    }

    .contact-box-1 h6 {
        padding-bottom: 10px;
    }

    .contact-box-1 {
        padding-bottom: 40px;
    }


    .restapi-icon {
        display: none;
    }

    .tokernel-icon {
        display: none;
    }

    .desktop-icon {
        display: none;
    }

    .mobile-icon {
        display: none;
    }

    .database-icon {
        display: none;
    }

    .parallax {
        position: absolute;
        background: url('../images/icons/mobile-sbg.svg') center top no-repeat;
        height: 300px;
        margin-top: 100px;
    }

    canvas {
        height: 500px !important;
    }

    #canvas {
        width: 100%;
        height: 500px;
    }

    .about-image img {
        max-width: 170px;
        float: none;
        margin: 34px auto 0;
    }

    #framework .about-image img {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .about-image {
        text-align: center;
    }

    #cmf p.second-text, #framework p.second-text, #restapi p.second-text {
        text-align: center;
    }

    .btn-default.orange, .btn-default.blue, .btn-default.green {
        border-radius: 4px;
        padding: 5px 18px;
        font-size: 15px;
    }

    #about .cmf-img {
        position: relative;
        float: none;
        max-width: 500px;
        margin: 40px auto 0;
    }

    .cd-slider li {
        display: inline-block;
        width: 37vw;
        height: 24vw;
        margin: 4% 2%;
    }

    .cd-project-content h4 {
        font-size: 1.329em;
    }

    section#about {
        padding-bottom: 0;
    }

    .paralax-container {
        height: 430px;
        margin-bottom: 25px;
    }

    #header {
        min-height: 550px;
    }

    #header.main-site h1 {
        font-size: 2.0em;
        color: #fff;
        text-align: center;
        padding: 0 20px;
    }

    #header.main-site h2 {
        font-size: 1.1em;
        margin-top: 25px;
    }

}

@media only screen and (max-width: 500px) {

    #canvas {
        width: 100%;
        /*height: 355px;*/
        height: 300px;
    }

    canvas {
        /*height: 375px !important;*/
        height: 300px !important;
    }

    header .container {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .parallax {
        position: absolute;
        background: url('../images/icons/w_tokernel_t.svg') center top no-repeat;
        height: 210px;
        margin-top: 70px;
    }

    #about .cmf-img {
        max-width: 100%;
    }

    .cd-slider li {
        display: inline-block;
        width: 75vw;
        height: 45vw;
        margin: 4% 2%;
    }

    .paralax-container {
        height: 330px;
        margin-bottom: 25px;
    }

    #header {
        min-height: 480px;
    }

    #header.main-site img {
        margin: 0 auto 40px;
        max-width: 90%;
    }

    #header.main-site h2 {
        font-size: 1.0em;
        margin-top: 25px;
    }
}

p.contact-message-sent {
    font-size: 19px;
    font-weight: bold;
    padding-top:20px;
    letter-spacing:1px;
    text-transform:none;
}