.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    list-style: none;
    padding-left: 0;
    margin-left: -5px;
}

.list-inline > li {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

ul {
    list-style-type: none;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    color: #222;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.6;
}

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

body {
    font-family: "proxima-nova", sans-serif;
    background-color: #F0F0F0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
/* Typography
––––––––––––––––––––––––––––––––––– */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
}

h1 {
    font-size: 4.0rem;
    letter-spacing: -.1rem;
    line-height: 1.2;
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

h3 {
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: .5px;
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
}

h6 {
    letter-spacing: 0;
    font-size: 1.5rem;
    line-height: 1.6;
}
/*@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 2.8rem;
  }
  h4 {
    font-size: 3.0rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}*/

p {
    margin-top: 0;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
    text-decoration: none;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}
/* Branding
------------------------------ */

.logo {
    font-weight: 400;
    border-radius: 1px;
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    line-height: 42px;
    background-color: #476094;
    border-color: rgba(19, 93, 210, 0);
    border-bottom: none;
    font-family: "adelle";
    /*font-family: "museo-slab";*/
    
    color: #FFFFFF;
    margin-left: 0;
    width: 40px;
    text-align: center;
    height: 40px;
}

.name {
    color: #FFFFFF;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .6px;
    padding: 10px 0;
}

.name:hover .logo:hover {
    text-decoration: none;
}

.ff-museo-slab {
    font-family: "museo-slab";
}

.ff-adelle {
    font-family: "adelle";
}

.ff-proxima-nova {
    font-family: "proxima-nova";
}
/*.logo.letter {
  background: transparent;
  color: #304557;
  font-size: 38px;
}

.logo.outline {
  background: rgba(255, 255, 255, 1);
  border: 3px solid;
  border-radius: 1px;
  color: #304557;
  line-height: 40px;
}

.logo.full {
  color: #4A4949;
  width: 50px;
  border-radius: 1px;
  height: 50px;
  font-size: 4.0rem;
  line-height: 52px;
  border: 0;
  border-color: #1F2020;;
}*/
/* Custom Grid 
------------------- */

main {
    /*max-width: 1000px;*/
    position: relative;
    margin: 0 auto;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0);
    padding: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1000px;
}

@media (min-width: 768px) {
    .container {
        /*width: 750px;*/
        width: 100%;
        /*max-width: 1200px;*/
    }
}

@media (min-width: 992px) {
    .container {
        /*width: 970px;*/
        
        width: 100%;
        /*max-width: 1200px;*/
    }
}

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

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.row {
    margin-right: -15px;
    margin-left: -15px
}
.col-centered {
    float: none;
    margin: 0 auto;
}

.no-pad {
    padding: 0;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

section {
    position: relative;
}

.section-top {
    padding-top: 92px;
}

.section-title {
    text-transform: none;
    font-size: 20px;
    /*text-align: center;*/
}

.section-title h3 {
    color: #4D6290;
    font-size: 20px;
    line-height: 1.4;
    display: inline-block;
    margin: 20px auto;
    font-weight: 500;
}

.section-title.border-bottom h3 {
    border-bottom: 2px solid rgba(88, 96, 115, 1);
    position: relative;
    text-align: center;
    display: inline-block;
}

.section-title.border-left h3 {
    border-left: 2px solid #394B67;
    padding-left: 10px;
    text-align: left;
}
/*.section-title hr {
  height: 0;
  border-bottom: 2px solid;
  border-color: #D2D9E2;
  margin: auto;
  text-align: center;
  width: 40px;
}*/

.subsection {
    background-color: rgba(255, 255, 255, 0);
    padding: 30px 20px;
    border-bottom: 1px solid rgba(237, 234, 234, 0);
}
/* Halfrules
––––––––––––––––––––––––––––––– */

hr {
    height: 0;
    border-bottom: 2px solid;
    width: 60px;
    text-align: left;
    border-color: #D2D9E2;
    margin-bottom: 38px;
    margin-top: 0;
}
/* Intro
–––––––––––––––––––––––––––––––––– */

.intro {
    border-color: #524E4E;
    text-align: center;
    background: #364664;
}

.intro h3 {
    font-weight: 100;
    color: #667EAB;
    font-size: 22px;
    line-height: 1.3;
    font-family: "museo-slab";
    letter-spacing: 0;
}

.intro h4 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 400;
}

#intro .header {
    margin: 0 auto;
    padding: 160px 0 140px 80px;
    color: #FFFFFF;
    text-align: left;
}
/*.intro-heading .logo {
    display: inline-block;
    position: absolute;
    bottom: 130px;
    float: left;
    display: block;
}
.intro-heading .headings {
    display: block;
    float: left;
    position: relative;
}
.intro .header-title {
    display: inline-block;
    vertical-align: middle;
}
.intro .menu {
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.intro .menu li {
    margin-left: 20px;
    text-transform: uppercase;
    color: #fff;
}
.intro .menu li a {
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
}*/
/* Projects
–––––––––––––––––––––––––––––––––– */

.projects {
    background: #ededed;
}

.project {
    position: relative;
    height: 100%;
    padding-top: 60px;
}

.project h2 {
    margin-bottom: 0;
    color: #3A3D42;
    font-size: 3.2rem;
    text-align: left;
}

.project h4 {
    margin: 20px 0 15px 0;
    font-size: 2.4rem;
    color: #FDFEFF;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: none;
    text-align: center;
}

.project .button {
    margin-top: 45px;
}

.project p {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.75;
}

.project-brief {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 40px;
}

@media only screen and (min-width: 800px) {
    .project-brief {
        padding-bottom: 0;
        text-align: left;
    }
}

.bg-light {
    background-color: #efefef;
}

.project {
    /*  border-top: 0;
  border-bottom: 0;
  border: solid #fff;
  border-left: 15px;
  border-right: 15px;*/
    
    background-color: #fff;
    border-bottom: 2px solid rgba(211, 211, 211, 0);
}

#project-1 {
    display: block;
    position: relative;
    background-color: #F5F5F5;
    /*background-color: #3C5064;*/
    /*background-color: #3C5064;*/
    /*background-color: #3C5064;*/
    /*background-color: #3C5064;*/
    /*background-color: #F5F5F5;*/
}

#project-2 {
    background-color: #FAFAFA;
    /*background-color: #FAFAFA;*/
    /*background-color: #FAFAFA;*/
    /*background-color: #21293A;*/
}

#project-3 {
    /*background-color: #96A4B2;*/
    /*background-color: #F4F4F4;*/
    /*background-color: #96A4B2;*/
    /*background-color: #21293A;*/
    /*background-color: #f0f1ed;*/
    /*background-color: #dedede;*/
    /*background-color: #464646;*/
    /*background-color: #575757;*/
    /*background-color: #f2e1b4;*/
    /*background-color: #dae0dd;*/
    /*background-color: #a19e9b;*/
    /*background-color: #dedede;*/
    /*background-color: #F6F6F6;*/
}

#project-4 {
    /*background-color: #2A354B;*/
    /*background-color: #382F2F;*/
}
/*#project-1 h2 {}
#project-1 h4 {}
#project-1 a {
    color: #84ACD3;
}
#project-1 p {
    color: #56799B;
}
#project-2 h2 {
    color: #ACB0B8;
}
#project-2 h4 {}
#project-2 p {
      color: #939EB3;
  font-weight: 400;
}*/
/*#project-2 a {
      color: #7E8698;
  letter-spacing: 1px;
  font-weight: 500;
}*/
/*#project-3 h2 {}
#project-3 h4 {}
#project-3 p {}
#project-3 a {}
#project-4 h2 {
    color: #fff;
}
#project-4 h4 {}
#project-4 p {
    color: #9299BB;
    padding: 8px 12px;
}
#project-4 a {}
.project-page {
    background-color: #ededed;
}
.shadow {
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2)
}*/
/* ==================================
/* Device Mockups
/* ================================== */

.mockup-group {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.mockup-group .mockup {
    position: absolute;
    z-index: 1;
    bottom: 0;
    overflow: hidden;
}

.mockup-group .mockup.center {
    position: relative;
}

.mockup-group .mockup.left {
    bottom: 0;
    left: 0;
}

.mockup-group .mockup.right {
    right: 0;
    bottom: 0;
}

.mockup-group .iphone {
    width: 16%;
    position: absolute;
}

.mockup-group .iphone-screen {
    width: 100%;
    padding: 0;
    bottom: 0;
    top: 10%;
    padding: 3%;
    position: absolute;
    z-index: -1;
}

.mockup-group .macbook {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    bottom: 0;
}

.mockup-group .macbook-screen {
    width: 100%;
    overflow: auto;
    position: absolute;
    z-index: -1;
    padding: 2%;
    top: 5%;
}

.mockup-group .mockup.cover {
    bottom: -10px;
}

.mockup-group .mockup.cover-20 {
    bottom: -20px;
}

.mockup-group .mockup.cover-30 {
    bottom: -30px;
}

.mockup-group .mockup.cover-40 {
    bottom: -40px;
}

.mockup-group .mockup.cover-50 {
    bottom: -50px;
}
/* ==================================
/* Case Studies
/* ================================== */

.cx-summary {
    color: #000;
    overflow: hidden;
    padding: 50px 25px 50px 25px;
    text-align: center;
}

.cx-summary__details {
    text-align: center;
}

.cx-summary__details li {
    display: block;
    margin: 0 0 5px 0;
}

.cx-summary__details li:last-child {
    margin: 0 0 0 0;
}

.cx-summary__details .details-heading {
    display: block;
    margin: 0 0 0 0;
    color: #b3b3b3;
    text-transform: uppercase;
}

.cx-summary__details .details-text {
    color: #787879;
    display: inline-block;
    margin: 0 0 5px 0;
    font-weight: 400;
}

.cx-summary__details a.details-text {
    position: relative;
}

.cx-summary__details a.details-text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.cx-summary__details a.details-text.hover:before {
    opacity: 1;
}

@media only screen and (min-width: 600px) {
    .cx-summary {
        text-align: center;
        margin: 10px 0;
        padding: 20px;
    }
    .cx-summary__details {}
    .cx-summary__details li {
        display: inline-block;
        margin: 0 20px 0 0;
    }
    .cx-summary__details li:last-child {
        margin: 0 0 0 0;
    }
    .cx-summary__details .details-heading {
        margin: 0 5px 0 0;
        display: inline-block;
    }
}

@media only screen and (min-width: 800px) {
    .cx-summary {}
    .cx-summary .block-text {
        margin: 0 auto;
        max-width: 800px;
        text-align: center;
    }
}

.cx-integration-demo {
    background-color: #fafafa;
}

.image-container {
    padding: 50px 25px 50px 25px;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}

.cx-integration-demo__content .block-heading {
    color: #fff;
}

.project-features {
    padding: 30px 0 30px 35px;
    border-top: 1px solid #ededed;
    position: relative;
}

.project-features li,
.project-features p {
    margin-top: 0;
    color: #3c3c3c;
    font-size: 15px;
}

.project-features h4 {
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    color: #324557;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.project-features h4 {
    margin-bottom: 5px;
    position: relative;
}

.project-features ul {
    margin: 0;
    padding: 0;
}

.project-features li {
    position: relative;
    padding: 0 0 5px 16px;
    display: block;
    color: #3c3c3c;
    font-size: 15px;
    line-height: 25px;
}

.project-features li:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    margin: -3px 0 0;
    width: 6px;
    height: 6px;
    background: #c8c8c8;
    border-radius: 50%;
}

.bg-light {
    background-color: #E3E4E8;
}
/*-- Mockups --*/

.home_mockups {
    position: relative;
    margin-top: 3rem;
    margin-bottom: -1rem;
    z-index: 3;
}

.home_mockups_2,
.home_mockups_3 {
    position: absolute;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.home_mockups_1 {
    position: relative;
}
/* ==================================
/* ABOUT Section
/* ================================== */

.about {
    padding: 30px 0 60px 0;
}

.skills .skill-list {
    margin-left: 0px;
    list-style: none;
}

.skills .skill-list span {
    margin: 0 5px;
}

.skills .skill-list li:first-child {
    color: #ABB1BD;
    letter-spacing: .5px;
}

p.title {
    font-size: 1.125em;
    color: #BBC1CB;
    text-transform: uppercase;
}

.feature-summary p.title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #8B8D91;
}

.feature-summary p {
    font-size: 14px;
    opacity: .8;
}

.feature-summary p.title + p {
    margin-top: 0;
}

.footer {
    line-height: 80px;
    height: 80px;
    color: #fff;
    background-color: #FFFFFF;
}

.copyright {
    float: left;
    text-decoration: none;
    padding: 0 5px;
    color: #838383;
    margin-left: å;
}

.footer-links {
    float: right;
    margin-left: 30px;
    padding: 0 5px;
    text-decoration: none;
}

.footer-links a {
    text-decoration: none;
    padding: 0 5px;
    ;
}

.f-email {
    color: #555;
}

.f-dribbble {
    color: #ea4c89;
}

.f-instagram {
    color: #4E433C;
}

.f-twitter {
    color: #33CCFF;
}

.f-linkedin {
    color: #4875B4;
}

.desc {
    padding-top: 50px;
}

.desc p {
    color: #2f2f2f;
}

.desc t {
    color: #4A5157;
    font-weight: 700;
}

.desc imp {
    padding: 6px;
    color: white;
    background: #34495e;
}

.desc more {
    color: #95a5a6;
}

sm {
    font-size: 12px;
}
/* Intro
–––––––––––––––––––––––––––––––––– */


/*#intro .header {
    color: #4A4B4F;
    margin: 0;
    padding: 150px 0 130px 0;
}

#intro .header span {}*/

.intro-heading .logo {
    display: inline-block;
    position: absolute;
    bottom: 130px;
    float: left;
    display: block;
}

.intro-heading .headings {
    display: block;
    float: left;
    position: relative;
}

#about {
    text-align: left;
    background-color: #353845;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid rgba(255, 255, 255, 0);
}

#about .section-title {
    margin: 40px 0;
    color: #fff;
}

#about .section-title h5 {
    text-transform: none;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-left: 2px solid #2A66D2;
    border-bottom: 2px solid rgba(126, 161, 215, 0);
    padding-left: 10px;
}

.list-group {
    padding-left: 10;
    padding-top: 20px;
}

.list-group .title {
    color: #5282CD;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

.list-group li {
    list-style: none;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
}
