/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
/* colors */
/* semantic */
/* fonts */
@font-face {
  font-family: 'futura_md_btbold';
  src: url("../fonts/ufonts.com_futura-bold-bt-webfont.woff2") format("woff2"), url("../fonts/ufonts.com_futura-bold-bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* OVERALL ASPECT */
html, body {
  height: 100%; }

body {
  background-color: #f2f2f2;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #4e4e4e;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; }

.layout-wrapper {
  min-height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.top {
  height: 55px; }

.admin-bar .top {
  height: 88px; }

.top, .footer {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%; }

.main {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  zoom: 1; }
  .main:before, .main:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .main:after {
    clear: both; }
  .main img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 8px;
    margin-bottom: 8px; }
  .main .alignleft {
    float: left;
    margin-right: 15px; }
  .main .alignright {
    float: right;
    margin-left: 15px; }
  .main .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.container--readable {
  max-width: 700px; }

svg {
  max-width: 100%;
  height: auto; }

/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: "futura_md_btbold", "Trebuchet MS", "Lato", Arial, sans-serif;
  font-weight: 300;
  color: #333; }

/* Paragraph & Typographic */
p {
  line-height: 28px;
  margin-bottom: 25px; }

h3 {
  margin-bottom: 0; }

h3 + p {
  margin-bottom: 0; }

p + h3 {
  margin-top: 35px; }

.main ul {
  list-style: none;
  padding-left: 0; }
.main ul li {
  padding-left: 2.22em;
  text-indent: -18px; }
.main ul li:before {
  color: #d6148c;
  content: "\2022";
  padding-right: 8px; }

.centered {
  text-align: center; }

.mt {
  margin-top: 40px; }

/* Links */
a {
  color: #f85c37;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in; }
  a:hover, a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0; }
  a:before, a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in; }

/* Bootstrap Modifications */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

.navbar {
  font-weight: 800;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  min-height: 0; }

/* Here's the new CSS to add... */
.admin-bar .navbar {
  top: 32px; }

.navbar-default .navbar-nav > .current_page_item > a {
  color: #fff;
  background-color: #d6148c; }
  .navbar-default .navbar-nav > .current_page_item > a:hover, .navbar-default .navbar-nav > .current_page_item > a:focus {
    color: #fff;
    background-color: #d6148c; }

.navbar-brand {
  font-size: 60px;
  padding-top: 0;
  padding-bottom: 0; }
  .navbar-brand svg {
    height: 50px;
    width: auto;
    max-width: 100%; }

.btn-theme, input[type="submit"], textarea[type="submit"], select[type="submit"], .btn-theme:active, input[type="submit"]:active, textarea[type="submit"]:active, select[type="submit"]:active {
  color: #fff;
  background: linear-gradient(to bottom, #d6148c 50%, #ee49af 50%);
  background-size: 100% 200%;
  background-position: 0 0;
  border-color: transparent; }
.btn-theme:hover, input[type="submit"]:hover, textarea[type="submit"]:hover, select[type="submit"]:hover, .btn-theme:active, input[type="submit"]:active, textarea[type="submit"]:active, select[type="submit"]:active {
  background-position: 0 100%; }

.btn, input[type="submit"], textarea[type="submit"], select[type="submit"] {
  padding: 10px 30px;
  margin-bottom: 0;
  font-size: 18px;
  border: none;
  border-radius: 0;
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s; }
  .btn:hover, input[type="submit"]:hover, textarea[type="submit"]:hover, select[type="submit"]:hover, .btn:focus, input[type="submit"]:focus, textarea[type="submit"]:focus, select[type="submit"]:focus {
    outline: none;
    color: #fff; }
  .btn:active, input[type="submit"]:active, textarea[type="submit"]:active, select[type="submit"]:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }

.lead {
  letter-spacing: 1px; }

/* WRAP SECTIONS */
/* hello */
.header {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top; }
  .header:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 40%; }
  .header > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .header h1 {
    font-size: 90px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #74cfae; }

.header__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45%;
  padding-left: 3%;
  color: #fff; }
  .header__content svg {
    max-width: 100%;
    height: auto; }

.slogan {
  font-size: 2em;
  line-height: 1.3em;
  margin-top: .7em;
  color: #000; }

.intro-holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center; }

.portret-holder {
  -webkit-box-flex: 0 1 300px;
  -moz-box-flex: 0 1 300px;
  -ms-flex: 0 1 300px;
  -webkit-flex: 0 1 300px;
  flex: 0 1 300px;
  position: relative;
  margin-top: -50px; }

.portret-holder__portret {
  max-width: 100%;
  height: auto; }

.banner {
  background-color: #d6148c;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px; }
  .banner h2, .banner h3 {
    color: #fff;
    font-weight: 400; }
  .banner p {
    color: #fff;
    font-weight: 400;
    font-size: 20px; }

.banner--intro {
  padding: 0; }

.banner__title {
  margin-top: 0; }

.banner--dark {
  background-color: #333; }
  .banner--dark h3 {
    color: #fff; }
  .banner--dark p {
    color: #fff; }

.banner--light {
  background-color: #dbdbdb; }
  .banner--light h3 {
    color: #4e4e4e; }
  .banner--light p {
    color: #4e4e4e; }

/* Social Links */
#social {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px; }
  #social i {
    font-size: 50px;
    color: #d6148c;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s; }
    #social i:hover {
      color: #ee49af; }
  #social .col-md-3 {
    padding: 30px; }
    #social .col-md-3:hover {
      background-color: #f5f5f5; }

/* Footer */
#f {
  padding: 5px 15px;
  font-size: 14px;
  background-color: #d6148c; }
  #f p {
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 0; }
  #f a {
    color: #fff;
    text-decoration: underline; }

.usp-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -30px; }

.usp-list__item {
  -webkit-box-flex: 0 1 200px;
  -moz-box-flex: 0 1 200px;
  -ms-flex: 0 1 200px;
  -webkit-flex: 0 1 200px;
  flex: 0 1 200px;
  margin-top: 30px;
  position: relative;
  min-height: 1px;
  margin-right: 15px;
  margin-left: 15px; }

.with-overlay {
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  position: relative; }
  .with-overlay:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .with-overlay > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .with-overlay:hover .with-overlay__overlay {
    top: 0;
    bottom: 0;
    margin-top: 0;
    background: #ee49af; }
  .with-overlay:hover .with-overlay__overlay__img {
    opacity: .5; }

.with-overlay__icon {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin-top: -25px;
  opacity: .5; }

.with-overlay__overlay__img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.with-overlay__overlay {
  position: absolute;
  background: #d6148c;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 100%;
  top: 100%;
  margin-top: -50px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.with-overlay__overlay__title {
  height: 50px; }
  .with-overlay__overlay__title h4 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0; }
  .with-overlay__overlay__title, .with-overlay__overlay__title h4 {
    font-size: 17px;
    font-family: "futura_md_btbold", "Trebuchet MS", "Lato", Arial, sans-serif;
    color: #fff; }

.with-overlay__overlay__content, .with-overlay__overlay__content p {
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5em; }

.navbar-toggle {
  border: none;
  background: #d6148c;
  border-radius: 0; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: #f060b9; }

.navbar-default .navbar-toggle .icon-bar {
  background: #fff; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none; }

.circle {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #333; }

.circle--fuchsia {
  background: #d6148c; }

.circle--big {
  width: 80px;
  height: 80px; }

input, textarea, select {
  border: 1px solid #dbdbdb;
  width: 400px;
  max-width: 100%;
  font-weight: normal;
  padding: .2em .5em;
  -webkit-transition: border 0.3s ease 0s;
  -moz-transition: border 0.3s ease 0s;
  -o-transition: border 0.3s ease 0s;
  -ms-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s; }
  input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: #d6148c; }
  input[type="submit"], textarea[type="submit"], select[type="submit"] {
    -webkit-appearance: none; }

textarea {
  resize: vertical;
  height: 130px; }

@media screen and (max-width: 1200px) {
  .slogan {
    font-size: 30px; } }
@media screen and (max-width: 991px) {
  .slogan {
    font-size: 25px; }

  .portret-holder {
    -webkit-box-flex: 0 1 250px;
    -moz-box-flex: 0 1 250px;
    -ms-flex: 0 1 250px;
    -webkit-flex: 0 1 250px;
    flex: 0 1 250px; } }
@media screen and (max-width: 1024px) {
  .usp-list__item {
    -webkit-box-flex: 0 1 250px;
    -moz-box-flex: 0 1 250px;
    -ms-flex: 0 1 250px;
    -webkit-flex: 0 1 250px;
    flex: 0 1 250px; } }
@media screen and (max-width: 768px) {
  .with-overlay__overlay {
    top: 0;
    bottom: 0;
    margin-top: 0; } }
@media screen and (max-width: 500px) {
  .slogan {
    font-size: 19px; } }
@media screen and (max-width: 420px) {
  .top {
    height: 25px; }

  .admin-bar .navbar {
    top: 46px; }
  .admin-bar .top {
    height: 71px; }

  .usp-list__item {
    -webkit-flex-grow: 1;
    flex-grow: 1; }

  .navbar-brand svg {
    margin-top: 8px;
    height: 30px; }

  .navbar {
    padding: 0; }

  .logo-header {
    padding-top: 30px;
    padding-bottom: 40px; }

  .with-overlay {
    position: relative; }
    .with-overlay:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 50%; }
    .with-overlay > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
@media screen and (max-width: 340px) {
  .with-overlay {
    position: relative; }
    .with-overlay:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75%; }
    .with-overlay > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }

/*# sourceMappingURL=main.css.map */
