/* COLOUR PALETTE
Blue: #3BABD5;
Dark Blue: #3498BC;
Pink: #FF3264;
Dark Pink: #E52D5B;
Green: #5DD39E;
Text: #2D365B;
*/
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    overflow-x: hidden;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2D365B;
    background:#3BABD5;
}
.text-muted {
    color: #777
}
.text-primary {
    color: #ff3264
}
.text-secondary {
    color: #3BABD5
}
p {
    font-size: 14px;
    line-height: 1.75
}
p.large {
    font-size: 16px
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0
}
a {
    color: #ff3264
}
a:hover,
a:focus,
a:active,
a.active {
    color: #E52D5B
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
}
.img-centered {
    margin: 0 auto
}
.bg-light-gray {
    background-color: #f7f7f7
}
.bg-darkest-gray {
    background-color: #222
}
.card {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
.card h4 {
    text-align: left;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 8px;
}
.card p {
    text-align: left;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin:0;
}
.btn {
    border:none;
    border-radius:2px;
    background:#f1f1f1;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
.btn:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
}
.btn-primary {
    color: #fff;
    background-color: #ff3264;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #E52D5B;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #E52D5B;
}
.btn-primary .badge {
    color: #ff3264;
    background-color: #fff
}
.btn-secondary {
    color: #fff;
    background-color: #3BABD5;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.dropdown-toggle.btn-secondary.focus,
.open>.dropdown-toggle.btn-secondary:focus,
.open>.dropdown-toggle.btn-secondary:hover {
    color: #fff;
    background-color: #3498BC;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
    background-image: none
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
    background-color: #3498BC;
}
.btn-secondary .badge {
    color: #3BABD5;
    background-color: #fff
}
.btn-xl {
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px
}
.no-padding {
    padding: 0 !important;
}
.navbar-default {
    background-color: #222;
    border-color: transparent
}
.navbar-default .navbar-brand {
    color: #ff3264;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #ff3264
}
.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02);
}
.navbar-default .navbar-collapse {
  max-height: none !important;
}
.navbar-default .navbar-collapse div {
  height: calc(100vh - 60px) !important;
}
.navbar-default .nav li a {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #ff3264;
    outline: 0
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #ff3264
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #E52D5B
}
@media (max-width:767px) {
  .navbar-default .nav li a {
      padding: 20px 15px;
  }
}
.navbar-toggle {
  float:none;
  background:none !important;
}
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 80px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 28px;
  left: 18px;
  right: 18px;
  height: 4px;
  background: white;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
}
.c-hamburger span::before {
  top: -10px;
}
.c-hamburger span::after {
  bottom: -10px;
}
.c-hamburger--htx {
  /*background-color: #ff3264;*/
}
.c-hamburger--htx span {
  transition: background 0s 0.2s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  /*background-color: #E52D5B;*/
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.2s;
}
@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0
    }
    .navbar-default .navbar-collapse.collapse div {
      height: auto !important;
    }
    .navbar-default .navbar-brand {
        font-size: 1.5em;
        padding:12px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink {
        background-color: #222;
        padding: 10px 0
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.2em;
        padding: 15px;
    }
}
@media (min-width: 992px) {
    .navbar-default .navbar-brand {
        font-size: 2em;
        line-height: .5;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        line-height: .7;
    }
}
header {
    background-image: url(../img/manuel.jpg);
    background-color: #3babd5;
    background-repeat: none;
    background-attachment: scroll;
    background-position: center 15px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    height:100vh;
    padding-bottom:40px;
}
@media (min-width: 768px) {
    header {
        background-position: center center;
    }
}
@media (min-width: 768px) {
    header {
        padding-bottom:0;
    }
}
header .container {
    position:relative;
    height:100%;
}
header .intro-text {
    padding: 0;
    margin: 0;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}
header .intro-text h1 i {
  font-style: normal;
}
header .intro-text h1 span.intro-lead-in,
header .intro-text h1 span.intro-heading {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 37px;
    vertical-align: top;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
@media (min-width: 768px) {
    header .intro-text h1 span.intro-lead-in,
    header .intro-text h1 span.intro-heading {
        font-size: 70px;
        line-height: 1.5;
    }
}

 .cd-intro {
     text-align: center;
 }
 .cd-intro {
     margin: 4em auto;
 }
 @media only screen and (min-width: 768px) {
     .cd-intro {
         margin: 5em auto;
     }
 }
 @media only screen and (min-width: 1170px) {
     .cd-intro {
         margin: 6em auto;
     }
 }
 .cd-headline {
    margin-bottom:0;
    min-height: 170px;
 }
 @media only screen and (min-width: 768px) {
    .cd-headline {
        min-height: 320px;
    }
 }
 @media only screen and (min-width: 992px) {
    .cd-headline {
        min-height: 210px;
    }
 }
 .cd-words-wrapper {
     display: inline;
     position: relative;
     text-align: center;
 }
 .cd-words-wrapper b {
     display: inline;
     position: absolute;
     left: 0;
     top: 0;
 }
 .cd-words-wrapper b.is-visible {
     position: relative;
 }
 .no-js .cd-words-wrapper b {
     opacity: 0;
 }
 .no-js .cd-words-wrapper b.is-visible {
     opacity: 1;
 }

 /* --------------------------------
xtype
-------------------------------- */
 .cd-headline.type .cd-words-wrapper {
     overflow: hidden;
 }
 .cd-headline.type .cd-words-wrapper::after {
     /* vertical bar */
     content:'';
     position: absolute;
     right: 0;
     top: 50%;
     bottom: auto;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     height: 90%;
     width: 1px;
     background-color: #aebcb9;
 }
 .cd-headline.type .cd-words-wrapper.waiting::after {
     -webkit-animation: cd-pulse 1s infinite;
     -moz-animation: cd-pulse 1s infinite;
     animation: cd-pulse 1s infinite;
 }
 .cd-headline.type .cd-words-wrapper.selected {
     background-color: #aebcb9;
 }
 .cd-headline.type .cd-words-wrapper.selected::after {
     visibility: hidden;
 }
 .cd-headline.type .cd-words-wrapper.selected b {
     color: #0d0d0d;
 }
 .cd-headline.type b {
     visibility: hidden;
 }
 .cd-headline.type b.is-visible {
     visibility: visible;
 }
 .cd-headline.type i {
     position: absolute;
     visibility: hidden;
 }
 .cd-headline.type i.in {
     position: relative;
     visibility: visible;
 }
 @-webkit-keyframes cd-pulse {
     0% {
         -webkit-transform: translateY(-50%) scale(1);
         opacity: 1;
     }
     40% {
         -webkit-transform: translateY(-50%) scale(0.9);
         opacity: 0;
     }
     100% {
         -webkit-transform: translateY(-50%) scale(0);
         opacity: 0;
     }
 }
 @-moz-keyframes cd-pulse {
     0% {
         -moz-transform: translateY(-50%) scale(1);
         opacity: 1;
     }
     40% {
         -moz-transform: translateY(-50%) scale(0.9);
         opacity: 0;
     }
     100% {
         -moz-transform: translateY(-50%) scale(0);
         opacity: 0;
     }
 }
 @keyframes cd-pulse {
     0% {
         -webkit-transform: translateY(-50%) scale(1);
         -moz-transform: translateY(-50%) scale(1);
         -ms-transform: translateY(-50%) scale(1);
         -o-transform: translateY(-50%) scale(1);
         transform: translateY(-50%) scale(1);
         opacity: 1;
     }
     40% {
         -webkit-transform: translateY(-50%) scale(0.9);
         -moz-transform: translateY(-50%) scale(0.9);
         -ms-transform: translateY(-50%) scale(0.9);
         -o-transform: translateY(-50%) scale(0.9);
         transform: translateY(-50%) scale(0.9);
         opacity: 0;
     }
     100% {
         -webkit-transform: translateY(-50%) scale(0);
         -moz-transform: translateY(-50%) scale(0);
         -ms-transform: translateY(-50%) scale(0);
         -o-transform: translateY(-50%) scale(0);
         transform: translateY(-50%) scale(0);
         opacity: 0;
     }
 }
.dotm-overlay {
  background: url(http://s14.directupload.net/images/111129/44ga9qid.png);
}
section {
    padding: 100px 0;
    background:#fff;
    overflow:hidden;
}
section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px
}
section h3.section-subheading {
    font-size: 16px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px
}
@media (min-width: 768px) {
    section {
        padding: 150px 0
    }
}
@media (min-width: 768px) {
    .text-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
        text-align:justify;
    }
}
@media (min-width: 992px) {
    .text-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
aside {
  text-align: center;
  padding:40px 0;
  background: #3babd5;
  overflow: hidden;
}
.quote {
	text-decoration: none;
	font-style: italic;
  font-size: 18px;
  padding:0 20px 20px;
  display:block;
}
.quote:before {
  padding-bottom:10px;
	font-size: 2em;
  display:block;
	font-family: FontAwesome;
	font-weight: normal;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
  content: "\f10d";
}
.quoteSign {
	text-decoration: none;
	font-size:12px;
	display:block;
}
@media (min-width: 768px) {
  .quote {
    font-size: 20px;
  }
  .quoteSign {
  	font-size: 13px;
  }
}
@media (min-width: 1170px) {
  .quote {
    font-size: 24px;
  }
  .quoteSign {
  	font-size: 14px;
  }
}
#skillsChart {
    margin-bottom:50px;
}
@media (max-width: 767px) {
    #skillsChart {
        max-width:290px;
        max-height:290px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 992px) {
  .skillsList {
    text-align: left;
  }
}
.skill {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 6px 10px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
    background: #fff;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    position:relative;
    padding-left:50px;
    overflow:hidden;
    border:1px solid #ccc;
}
.skill:before {
    display:block;
    content:'';
    position:absolute;
    background-color:#fff;
    background-size:40px 40px;
    background-position: center center;
    background-repeat:no-repeat;
    border-right:1px solid #ccc;
    height:100%;
    width:40px;
    top:0;
    left:0;
}
.skill.ps:before {
    background-color:#30c5ef;
    background-image:url('../img/skills/ps.png');
}
.skill.il:before {
    background-color:#ff7e17;
    background-image:url('../img/skills/il.png');
}
.skill.id:before {
    background-color:#ff408b;
    background-image:url('../img/skills/id.png');
}
.skill.pr:before {
    background-color:#e479ff;
    background-image:url('../img/skills/pr.png');
}
.skill.ae:before {
    background-color:#d7a0ff;
    background-image:url('../img/skills/ae.png');
}
.skill.html:before {
    background-image:url('../img/skills/html.png');
}
.skill.css:before {
    background-image:url('../img/skills/css.png');
}
.skill.js:before {
    background-image:url('../img/skills/js.png');
}
.skill.code:before {
    background-color:#3BABD5;
    background-image:url('../img/skills/code.png');
}
.skill.sass:before {
    background-image:url('../img/skills/sass.png');
}
.skill.less:before {
    background-image:url('../img/skills/less.png');
}
.skill.jquery:before {
    background-color:#131b27;
    background-image:url('../img/skills/jquery.png');
}
.skill.bootstrap:before {
    background-color:#563d7c;
    background-image:url('../img/skills/bootstrap.png');
}
.skill.foundation:before {
    background-color:#228fb7;
    background-image:url('../img/skills/foundation.png');
}
.skill.modernizr:before {
    background-image:url('../img/skills/modernizr.png');
}
.skill.grunt:before {
    background-image:url('../img/skills/grunt.png');
}
.skill.gulp:before {
    background-color:#cf4547;
    background-image:url('../img/skills/gulp.png');
}
.skill.knockout:before {
    background-image:url('../img/skills/knockout.png');
}
.skill.handlebars:before {
    background-image:url('../img/skills/handlebars.png');
}
.skill.wp:before {
    background-color:#00769c;
    background-image:url('../img/skills/wp.png');
}
.skill.php:before {
    background-color:#f1f1f1;
    background-image:url('../img/skills/php.png');
}
.skill.cs:before {
    background-image:url('../img/skills/cs.png');
}
.skill.svn:before {
    background-color:#809cc7;
    background-image:url('../img/skills/svn.png');
}
.skill.git:before {
    background-image:url('../img/skills/git.png');
}
.skill.mailchimp:before {
    background-image:url('../img/skills/mailchimp.png');
}
.skill.jira:before {
    background-image:url('../img/skills/jira.png');
}
.skill.responsive:before {
    background-color:#FF3264;
    background-image:url('../img/skills/responsive.png');
}
.skill.w3c:before {
    background-image:url('../img/skills/w3c.png');
}
.skill.osx:before {
    background-color:#ccc;
    background-image:url('../img/skills/osx.png');
}
.skill.sketch:before {
    background-image:url('../img/skills/sketch.png');
}
.skill.invision:before {
    background-color:#dc395f;
    background-image:url('../img/skills/invision.png');
}
.skill.proto-io:before {
    background-image:url('../img/skills/protoio.png');
}
.skill.angular:before {
    background-image:url('../img/skills/angular.png');
}
.skill.angular2:before {
    background-image:url('../img/skills/angular2.png');
}
.skill.vuejs:before {
    background-image:url('../img/skills/vuejs.png');
}
.button-group {
  margin-bottom:30px;
}
.button-group .btn {
  margin-bottom:3px;
}
#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}
@media (max-width: 767px) and (orientation:landscape) {
    #portfolio .portfolio-item {
        width:50%;
        max-width: 50%;
        min-width: 50%;
        float:left;
    }
}
/* fix isotope layout getting stuck on iphone orientation change */
@media (max-width: 767px) and (orientation:portrait) {
    #portfolio .portfolio-item {
        width:100%;
        max-width: 100%;
        min-width: 100%;
        float:none;
    }
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(255,50,100, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}
#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 25px
}
#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0
}
#portfolio * {
    z-index: 2
}
@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px
    }
}
.timeline {
    list-style: none;
    padding: 0;
    position: relative
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px
}
.timeline>li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px
}
.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}
.timeline>li:after {
    clear: both
}
.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left
}
.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}
.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}
.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #ff3264;
    color: #fff;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center
}
.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}
.timeline>li:last-child {
    margin-bottom: 0
}
.timeline .timeline-heading h4 {
    margin-top: 0;
}
.timeline .timeline-heading h4.subheading {
    text-transform: none
}
.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0
}
@media (min-width: 768px) {
    .timeline:before {
        left: 50%
    }
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px
    }
    .timeline>li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right
    }
    .timeline>li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px
    }
    .timeline>li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px
    }
}
@media (min-width: 992px) {
    .timeline>li {
        min-height: 150px
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px
    }
    .timeline>li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px
    }
}
@media (min-width: 1200px) {
    .timeline>li {
        min-height: 170px
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px
    }
    .timeline>li .timeline-image h4 {
        margin-top: 40px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px
    }
}
section#contact {
    background-color: #3babd5;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
section#contact .section-heading {
    color: #fff
}
section#contact .form-group {
    margin-bottom: 50px;
    position:relative;
}
section#contact .form-group textarea {
    resize: none;
    overflow: hidden;
    display:block;
}
section#contact .form-group input.form-control {
    height: auto
}
.form-control {
    display: block;
    height: 34px;
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: none;
    width: 100%;
    margin: 0;
    box-shadow: none;
    transition: all 0.3s;
}
.form-group label {
    color: #fff;
    position: absolute;
    top: 5px;
    cursor: text;
    transition: .2s ease-out;
}
.form-group label.active {
    font-size: 12px;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
}
section#contact .form-control:focus {
    border-bottom: 1px solid #FF3264;
    box-shadow: 0 1px 0 0 #FF3264;
}
section#contact .form-control:focus + label {
    color: #FF3264;
}
section#contact::-webkit-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact:-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact::-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact:-ms-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}
section#contact .form-group.warning .form-control,
section#contact .form-group.error .form-control {
    border-bottom-color: #e74c3c;
}
section#contact .text-danger {
    color: #e74c3c
}
section#contact .help-block ul {
  list-style: none;
  padding:0;
}
section#contact .g-recaptcha {
  display: inline-block;
  margin-bottom: 20px;
}
footer {
    padding: 50px 0;
    text-align: center;
    background:#fff;
}
footer span.copyright {
    line-height: 40px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none
}
footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none
}
ul.social-buttons {
    margin-bottom: 0
}
ul.social-buttons li a {
    display: block;
    background-color: #2D365B;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #E52D5B
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0
}
.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 100px 0;
    text-align: center
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px
}
.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}
.portfolio-modal .close-modal:hover {
    opacity: .3
}
.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}
.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none
}
::-moz-selection {
    text-shadow: none;
    background: #ff3264;
    color:#fff;
}
::selection {
    text-shadow: none;
    background: #ff3264;
    color:#fff;
}
img::selection {
    background: 0 0
}
img::-moz-selection {
    background: 0 0
}
body {
    -webkit-tap-highlight-color: transparent
}
/* scroll */
.scrollme.perspective{
    perspective: 800px;
    transform-style: preserve-3d;
}

/* ripple click */
.ripplelink{
  position:relative;
  overflow:hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index:0;
}
.ink {
  display: block;
  position: absolute;
  background:rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform:scale(0);
     -moz-transform:scale(0);
       -o-transform:scale(0);
          transform:scale(0);
}
.animate {
	-webkit-animation:ripple 0.65s linear;
   -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
     -o-animation:ripple 0.65s linear;
        animation:ripple 0.65s linear;
}
@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}

.chart-legend { padding-bottom:20px;}
