﻿html,
html a {
  -webkit-font-smoothing: Subpixel-rendering !important;
  text-rendering: optimizeLegibility !important;
  font-smooth: always !important;
}
body {
  font-family: 'Open Sans', sans-serif, Arial, Verdana;
  font-size: 16px;
  line-height: 1.8em;
  color: #7b7b7b;
}
a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.pink {
  color: #ec008c;
}
.gray {
  color: #b5b5b5;
}
.dark-gray {
  color: #7b7b7b;
}
#content {
  margin-top: 30px;
}
.label {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #7b7b7b;
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
small {
  font-size: 12px;
}
.italic {
  font-style: italic;
}
.mm-ismenu {
  background: #ec008c;
}
.mm-list > li > a {
  font-family: 'Montserrat', sans-serif, Arial, Verdana;
  text-transform: lowercase;
  color: #fff;
}
.mm-list {
  font-size: 16px;
}
.mm-menu > .mm-list {
  padding: 10px 0 40px 0;
}
.navbar {
  height: 60px;
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 0;
  border-radius: 0;
}
.navbar.clone {
  z-index: 1000;
  height: 60px;
  position: fixed;
  box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.25);
  opacity: .95;
  border: none;
}
.navbar.clone .navbar-brand .tagline {
  display: none;
}
.navbar.clone .navbar-nav,
.navbar.clone .navbar-brand {
  padding-top: 20px;
}
.navbar-inverse {
  background-color: #FFF;
  border-color: #9c9c9c;
}
.navbar-inverse .navbar-toggle {
  border-color: #9c9c9c;
  z-index: 200;
  position: absolute;
  top: 12px;
  right: 15px;
  margin: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ec008c;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  border-color: #ec008c;
  background-color: #fff;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: #9c9c9c;
}
.navbar-nav,
.navbar-brand {
  -webkit-transition: padding 0.3s ease-out;
  -o-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
}
.navbar-brand {
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
  z-index: 100;
}
.navbar-brand .logo,
.navbar-brand .tagline {
  font-family: 'Montserrat', sans-serif, Arial, Verdana;
  text-transform: lowercase;
  white-space: nowrap;
}
.navbar-brand .logo {
  font-weight: 700;
  font-size: 24px;
  color: #ec008c;
  display: inline-block;
  padding-bottom: 5px;
}
.navbar-brand .tagline {
  color: #b5b5b5;
  font-size: 14px;
  display: none;
}
.navbar-nav {
  padding-top: 30px;
}
.navbar-nav > li > a {
  padding: 0;
  text-transform: lowercase;
  font-family: 'Montserrat', sans-serif, Arial, Verdana;
  font-size: 16px;
  color: #b5b5b5;
}
.navbar-nav > li > a:before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
  color: #b5b5b5;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #ec008c !important;
}
.navbar-nav > li > a:hover:before,
.navbar-nav > li > a:focus:before {
  color: #b5b5b5;
}
.navbar-nav > li:first-child a:before {
  display: none;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ec008c;
  background-color: #fff;
}
.portfolio .navbar-nav .portfolio,
.about .navbar-nav .about,
.contact .navbar-nav .contact {
  color: #ec008c;
}
@media (min-width: 460px) {
  .navbar {
    height: 85px;
  }
  .navbar.clone .navbar-toggle {
    top: 12px;
  }
  .navbar-brand .tagline {
    display: block;
  }
  .navbar-inverse .navbar-toggle {
    top: 25px;
  }
}
@media (min-width: 992px) {
  .navbar {
    height: 110px;
  }
  .navbar-brand .logo {
    margin-right: 8px;
  }
  .navbar-brand .tagline,
  .navbar.clone .navbar-brand .tagline {
    position: relative;
    top: -2px;
    display: inline-block;
  }
  .navbar-nav,
  .navbar-brand {
    padding-top: 45px;
  }
}
.design-wrap {
  text-align: center;
  margin: 40px 0 75px;
  /*img {
        height: 47px;
        width: 270px;
    }*/
}
.footer-wrap {
  border-top: solid 1px #b5b5b5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-wrap:before,
.footer-wrap:after {
  content: " ";
  display: table;
}
.footer-wrap:after {
  clear: both;
}
.footer-wrap .copyright-wrap {
  font-family: 'Open Sans', sans-serif, Arial, Verdana;
  font-style: italic;
  color: #b5b5b5;
  font-size: 11px;
}
.footer-wrap .social-wrap ul {
  list-style-type: none;
  padding: 0;
}
.footer-wrap .social-wrap ul:before,
.footer-wrap .social-wrap ul:after {
  content: " ";
  display: table;
}
.footer-wrap .social-wrap ul:after {
  clear: both;
}
.footer-wrap .social-wrap ul li {
  float: left;
  margin-left: 5px;
}
.footer-wrap .social-wrap ul li:first-child {
  margin-left: 0;
}
.footer-wrap .social-wrap ul li a {
  display: block;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: solid 1px #b5b5b5;
  color: #b5b5b5;
  text-decoration: none;
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
.footer-wrap .social-wrap ul li a:before {
  position: relative;
  left: 5px;
  top: 6px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer-wrap .social-wrap ul li a.linkedin:before {
  left: 7px;
  top: 5px;
}
.footer-wrap .social-wrap ul li a.twitter:before {
  left: 7px;
}
.footer-wrap .social-wrap ul li a:hover {
  border-color: #ec008c;
}
.footer-wrap .social-wrap ul li a:hover:before {
  color: #ec008c;
}
@media (min-width: 420px) {
  .footer-wrap .social-wrap {
    float: right;
  }
  .footer-wrap .copyright-wrap {
    float: left;
  }
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 5px;
  z-index: 10;
  color: #ffffff;
  text-align: left;
  text-shadow: none;
  display: none;
}
.carousel-caption h2 {
  font-family: 'Montserrat', sans-serif, Arial, Verdana;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.carousel-caption a {
  font-family: 'Montserrat', sans-serif, Arial, Verdana;
  font-weight: 700;
  color: #d6d6d6;
  text-transform: lowercase;
  font-size: 12px;
}
.carousel-caption a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 5px;
  font-size: 14px;
}
.carousel .item {
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -ms-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}
.carousel .carousel-control {
  z-index: 3;
}
.carousel .active.left,
.carousel .active.right {
  left: 0;
  opacity: 0;
  z-index: 2;
}
.carousel .next,
.carousel .prev {
  left: 0;
  opacity: 1;
  z-index: 1;
}

.carousel {
	display: none;
}

@media (min-width: 768px) {
	.carousel {
		display: block;
	}	
  .carousel-caption {
    display: block;
  }
}
@media (min-width: 1024px) {
  .carousel-caption {
    top: 10px;
  }
  .carousel-caption h2 {
    font-size: 24px;
  }
  .carousel-caption a {
    font-size: 14px;
  }
  .carousel-caption a:after {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .carousel-caption {
    top: 20px;
  }
  .carousel-caption h2 {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .carousel-caption a {
    font-size: 16px;
  }
  .carousel-caption a:after {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .carousel-caption {
    top: 20px;
  }
  .carousel-caption h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .carousel-caption {
    left: 20%;
    right: 20%;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 30px;
}
.panel section {
  border-top: solid 1px #b5b5b5;
  padding-top: 35px;
  margin-bottom: 60px;
}
.panel section header h3,
.panel section header h4 {
  margin: 0;
  font-family: 'Montserrat', sans-serif, Arial, Verdana;
  font-weight: 700;
  text-transform: uppercase;
  color: #ec008c;
}
.panel section header h3 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.4;
}
.panel section header h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.panel section p {
  font-family: 'Open Sans', sans-serif, Arial, Verdana;
  font-weight: 300;
  color: #7b7b7b;
  font-size: 16px;
}
.panel section p.info {
  margin-bottom: 40px;
}
.panel section p .data {
  font-style: italic;
  font-weight: 600;
  color: inherit;
  line-height: 26px;
}
.panel section.header {
  border-top: none;
  padding-top: 0;
  margin-bottom: 60px;
}
.panel section.header p {
  font-size: 20px;
}
.panel section ul {
  list-style-type: none;
  padding: 0;
}
.panel section ul.detail li {
  font-style: italic;
  font-weight: 300;
  margin-bottom: 35px;
}
.panel section ul.detail li .title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8em;
}
.panel section ul.detail.awards li {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 20px;
}
@media (min-width: 720px) {
  .panel {
    padding: 40px 50px;
  }
}
@media (min-width: 1200px) {
  .panel {
    padding: 80px 120px;
  }
}
.feature {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.feature img {
  position: relative;
  z-index: 100;
}
.feature:hover .details-wrap {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.feature:active .details-wrap {
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.feature .details-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 358px;
  height: 100%;
  max-height: 358px;
  background-color: #ec008c;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.feature .details-wrap .details {
  position: absolute;
  left: 25px;
  bottom: 20px;
}
.feature .details-wrap .title,
.feature .details-wrap .category {
  font-family: 'Montserrat', sans-serif, Arial, Verdana;
  color: #fff;
}

.feature .details-wrap .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 0 5px;
  display: block;
}

.feature .details-wrap .category {
  font-size: 16px;
  text-transform: lowercase;
}

.feature .details-wrap .category:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 5px;
  font-size: 18px;
}

.featured-projects {
  color: #cacaca;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}
.featured-projects p {
  font-family: 'Montserrat', sans-serif, Arial, Verdana;
  font-weight: 700;
  font-size: 16px;
  text-transform: lowercase;
  margin: 0;
}
.featured-projects span {
  font-size: 18px;
  position: relative;
  top: -5px;
}
.featured-view-all {
  font-family: 'Montserrat', sans-serif, Arial, Verdana;
  font-weight: 700;
  font-size: 16px;
  text-transform: lowercase;
  color: #ec008c;
  margin-top: -10px;
  display: block;
}
.project {
  margin-top: 20px;
	margin-bottom: 150px;
}
.project section header h2 {
  color: #ec008c;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif, Arial, Verdana;
  font-weight: 700;
}

.project-categories {
  list-style-type: none;
  padding: 0;
  border-bottom: solid 1px #b5b5b5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.project-categories li {
	text-transform: lowercase;
}

.project-description {
  font-weight: 300;
  font-size: 20px;
	margin-bottom: 20px;
}

.project-description p {
	margin-bottom: 20px;
}

.project-description p:last-child {
	margin-bottom: 0;
}

.project-description a,
.project-description a:hover {
	color: #ec008c;
}

.project-content img {
	margin-bottom: 35px;
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;	
}

.next-project,
.next-project:hover {
	color: #ec008c;
	text-transform: lowercase;
}
