html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
}
#header.inverse > .navbar {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
#header.inverse > .navbar li.active > a {
  color: #e30061;
}
#header.inverse > .navbar li > a {
  color: #141e2c;
}
#header.inverse .navbar-brand .normal {
  display: none;
}
#header.inverse .navbar-brand .inverted {
  display: inherit;
}
#header.inverse .navbar-toggle .icon-bar {
  background: #000;
}
#header.inverse .navbar-toggle.collapsed .icon-bar {
  background: #ccc;
}
#header.inverse > li.active > a {
  color: #e30061;
}
#header.inverse > li > a {
  color: #141e2c;
}
#header > .navbar {
  background: #141e2c;
}
#header .navbar-nav {
  margin: 7.5px 0;
}
#header .navbar-brand {
  height: auto;
}
#header .navbar-brand > img {
  width: 64px;
}
#header .navbar-brand .normal {
  display: inherit;
}
#header .navbar-brand .inverted {
  display: none;
}
#header .navbar-toggle {
  margin-top: 24px;
  padding: 14px 10px;
}
#header .navbar-toggle .icon-bar {
  background: #fff;
  width: 32px;
  height: 4px;
  margin-bottom: 4px;
}
#header .navbar-toggle.collapsed .icon-bar {
  background: #4a6ea2;
}
#header ul.nav {
  text-align: right;
  font-size: 32px;
}
#header ul.nav.social {
  font-size: 18px;
}
#header ul.nav a {
  padding: 10px 30px 10px 0;
}
#header ul.nav a:hover {
  background: none;
  color: #e30061;
}
#header .navbar-fixed-bottom .navbar-collapse,
#header .navbar-fixed-top .navbar-collapse {
  max-height: inherit;
}
#header .navbar-collapse.in {
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.1);
  border-bottom: 4px solid #fff;
  padding: 20px 0 10px;
}
@media (min-width: 768px) {
  #header.inverse > .navbar {
    height: 76px;
  }
  #header.inverse .navbar-brand {
    border-right: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    margin-top: 0;
  }
  #header.inverse .navbar-brand > img {
    width: 62px;
    margin: 0 auto;
    margin-top: 7px;
  }
  #header.inverse .navbar-nav {
    margin-top: 0;
  }
  #header.inverse .social.navbar-nav {
    border-right: 1px solid #f7f7f7;
  }
  #header.inverse .social.navbar-nav > li > a {
    border-left: 1px solid #f7f7f7;
  }
  #header > .navbar {
    margin-bottom: 0;
  }
  #header .navbar-brand {
    margin-left: -25px;
    margin-top: 25px;
    height: 76px;
    width: 126px;
    padding: 0;
    border-right: 1px solid #253751;
    border-left: 1px solid #253751;
  }
  #header .navbar-brand .normal {
    display: inherit;
  }
  #header .navbar-brand .inverted {
    display: none;
  }
  #header .navbar-brand > img {
    margin-top: -25px;
    width: auto;
  }
  #header .navbar-nav {
    margin-top: 25px;
    margin-left: 0;
  }
  #header .navbar-nav > li.active > a {
    color: #e30061;
    opacity: 1;
  }
  #header .navbar-nav > li > a {
    opacity: .7;
    line-height: 76px;
    padding: 0 12px;
    font-size: 18px;
    background: none !important;
  }
  #header .social.navbar-nav {
    margin-right: -25px;
    border-right: 1px solid #253751;
  }
  #header .social.navbar-nav > li > a {
    padding: 0 12px;
    border-left: 1px solid #253751;
  }
}
@media (min-width: 992px) {
  #header .navbar-nav {
    margin-left: 20px;
  }
  #header .navbar-nav > li > a {
    font-size: 24px;
    padding: 0 20px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  font-family: 'Montserrat', sans-serif;
}
h1 .break,
h2 .break,
h3 .break,
h4 .break,
h5 .break,
h6 .break {
  display: block;
}
h1 {
  font-size: 48px;
}
h1 .break {
  font-size: 36px;
}
h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
}
h2 .break {
  font-size: 24px;
  color: #d7d7d7;
  font-family: "Open sans";
}
.highlight {
  color: #e30061;
}
body > section > section {
  padding-top: 95px;
  padding-bottom: 126px;
  background: url(../img/section-bottom.png) center bottom repeat-x;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  border-bottom: 2px dotted #141e2c;
}
@media (min-width: 768px) {
  body > section > section {
    padding-top: 76px;
  }
}
@media (min-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
}
.outro {
  margin: 40px auto;
}
@media (min-width: 768px) {
  .outro {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .outro {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .outro {
    font-size: 20px;
  }
}
.scroll {
  text-align: center;
  width: 100%;
  height: 87px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
}
.scroll:hover {
  opacity: 1;
}
@media (min-width: 421px) and (max-width: 767px) {
  .col-mini-1 {
    float: left;
    min-height: 1px;
    width: 8.33333333%;
  }
  .col-mini-2 {
    float: left;
    min-height: 1px;
    width: 16.66666667%;
  }
  .col-mini-3 {
    float: left;
    min-height: 1px;
    width: 25%;
  }
  .col-mini-4 {
    float: left;
    min-height: 1px;
    width: 33.33333333%;
  }
  .col-mini-5 {
    float: left;
    min-height: 1px;
    width: 41.66666667%;
  }
  .col-mini-6 {
    float: left;
    min-height: 1px;
    width: 50%;
  }
  .col-mini-7 {
    float: left;
    min-height: 1px;
    width: 58.33333333%;
  }
  .col-mini-8 {
    float: left;
    min-height: 1px;
    width: 66.66666667%;
  }
  .col-mini-9 {
    float: left;
    min-height: 1px;
    width: 75%;
  }
  .col-mini-10 {
    float: left;
    min-height: 1px;
    width: 83.33333333%;
  }
  .col-mini-11 {
    float: left;
    min-height: 1px;
    width: 91.66666667%;
  }
  .col-mini-12 {
    float: left;
    min-height: 1px;
    width: 100%;
  }
  /*
	@for @i from 1 through 12 {
		.col-mini-#{@i} { 
			width: percentage((@i / 12));
			float: left;
			min-height: 1px;
		}
	}*/
}
#introduction {
  padding: 0 0 0;
  background: #141e2c;
  color: #fff;
  background: #141e2c url(../img/intro.jpg) center bottom repeat-x;
}
#introduction .is-table {
  width: 100%;
  display: table;
}
#introduction .is-cell {
  vertical-align: middle;
  display: table-cell;
  float: none !important;
}
#introduction > .is-table {
  min-height: 100%;
}
#introduction .scroll {
  background: none;
}
#about .slink,
#services .slink,
#work .slink,
#clients .slink,
#contact .slink {
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #e30061;
}
#about .slink:hover,
#services .slink:hover,
#work .slink:hover,
#clients .slink:hover,
#contact .slink:hover {
  border-bottom-color: #000;
}
#about .scroll,
#services .scroll,
#work .scroll,
#clients .scroll,
#contact .scroll {
  color: #141e2c;
  text-decoration: none;
}
#about .scroll:hover,
#services .scroll:hover,
#work .scroll:hover,
#clients .scroll:hover,
#contact .scroll:hover {
  color: #e30061;
}
.btn-primary {
  background: #141e2c;
  border-color: #141e2c;
}
.btn-primary:hover {
  background: #e30061;
}
#about {
  position: relative;
  padding: 0;
  font-size: 16px;
}
#about .is-table {
  width: 100%;
  display: table;
}
#about .is-cell {
  vertical-align: middle;
  display: table-cell;
  float: none !important;
}
#about > .is-table {
  padding-top: 95px;
  padding-bottom: 87px;
}
#about p {
  margin-bottom: 20px;
}
#about a {
  display: inline-block;
}
#about a:first-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #about {
    font-size: 18px;
  }
  #about h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  #about p {
    margin-bottom: 20px;
  }
  #about > .is-table {
    padding-top: 76px;
  }
}
#services {
  position: relative;
}
#services .ico {
  max-width: 45px;
}
#services .media-body {
  padding-left: 5px;
}
#services .services {
  border-bottom: 1px dotted #ccc;
}
#services .services .service {
  border-top: 1px dotted #ccc;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #services .services {
    border-bottom: 0;
  }
  #services .services .service {
    border-top: 0;
    min-height: 240px;
    padding-right: 30px;
  }
  #services .ico {
    max-width: 60px;
  }
}
@media (min-width: 992px) {
  #services .ico {
    max-width: 75px;
  }
}
@media (min-width: 1200px) {
  #services .ico {
    max-width: 90px;
  }
}
#work {
  position: relative;
}
#projects .project {
  position: relative;
  padding: 5px;
  overflow: hidden;
  background: #f7f7f7;
}
#projects .project:hover {
  background: #141e2c;
}
#projects .project:hover .details {
  opacity: 1;
}
#projects .project .preview img {
  width: auto;
  max-width: 100%;
}
#projects .project .details {
  opacity: 0;
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: rgba(20, 30, 44, 0.9);
  color: #fff;
  padding: 10px;
  border-top: 1px solid #fff;
}
#projects .project .details h3 {
  margin-top: 0;
  font-size: 14px;
}
#projects .project .details p:last-child {
  margin-bottom: 0;
}
#projects .project .details.top {
  bottom: auto;
  top: 0;
}
#clients {
  position: relative;
  padding: 0;
}
#clients > .is-table {
  padding-top: 95px;
  padding-bottom: 87px;
}
@media (min-width: 768px) {
  #clients > .is-table {
    padding-top: 76px;
  }
}
#contact {
  position: relative;
  padding-bottom: 0;
}
#contact .scroll {
  line-height: 87px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  background: none;
}
#contact > .is-table {
  padding-top: 95px;
  padding-bottom: 87px;
}
@media (min-width: 768px) {
  #contact > .is-table {
    padding-top: 76px;
  }
}
.form-control {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#content .form-control {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #141e2c;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#content .form-control.error {
  border-bottom-color: #e30061;
}
#content .form-control.valid {
  border-bottom-color: green;
}
label.error {
  display: none !important;
}
#success,
#error {
  display: none;
}
#success span p {
  color: #9bd32d;
}
#error span p {
  color: #fff;
}
#error span p a {
  color: #e30061;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
#error span p a:hover {
  border-bottom: 1px solid #fff;
}
#success,
#error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #141e2c url(../img/intro.jpg) center bottom repeat-x;
}
#success span,
#error span {
  display: table;
  height: 100%;
  width: 100%;
}
#success span h5,
#error span h5 {
  color: #fff;
}
#success span div,
#error span div {
  padding: 40px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#success {
  display: none;
}
#contact {
  padding-top: 0;
}
#contact .form-group {
  margin: 20px 0;
}
#footer {
  position: relative;
  background: #141e2c;
  color: #fff;
  padding: 0;
}
#footer a {
  color: #e30061;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
#footer a:hover {
  border-bottom-color: #fff;
}
#footer > .is-table {
  padding-top: 95px;
  padding-bottom: 87px;
}
@media (min-width: 768px) {
  #footer > .is-table {
    padding-top: 76px;
  }
}
#footer .ico {
  float: left;
  background: #e30061;
  margin: 0 auto 20px;
  border-radius: 128px;
  padding: 10px;
}
#footer .ico img {
  margin: 0;
  width: 32px;
}
#footer .text {
  padding-top: 1px;
  padding-left: 15px;
  margin-left: 52px;
}
#footer .text h4 {
  margin-top: 5px;
}
#footer .scroll {
  line-height: 87px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  background: none;
}
#footer .col-sm-4 {
  margin-bottom: 20px;
}
#footer .form-control {
  border-bottom: 1px solid #fff;
  background: none;
  color: #fff;
}
@media (min-width: 768px) {
  #footer .ico {
    float: none;
    max-width: 60%;
    margin: 0 auto 20px;
  }
  #footer .ico img {
    margin: 25%;
    width: 50%;
  }
  #footer .text {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  #footer .ico {
    float: none;
    max-width: 40%;
    margin: 0 auto 20px;
  }
  #footer .ico img {
    margin: 15%;
    width: 70%;
  }
}
@media (min-width: 768px) {
  .is-table {
    width: 100%;
    display: table;
  }
  .is-cell {
    vertical-align: middle;
    display: table-cell;
    float: none !important;
  }
}
* {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.btn {
  border-radius: 0;
}
