/* ==========================================================================
	VARIABLES
   ========================================================================== */
.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.before {
  display: block;
  content: "";
}
.before-dark {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-main {
  background: #1e1d1c;
}
/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'brandon_textregular', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #c64118;
  font-weight: normal;
  font-variant-numeric: lining-nums;
  background: #1e1d1c;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #c64118;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a:hover,
a:focus {
  text-decoration: none;
  opacity: 0.8;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.containerxx {
  background: rgba(75, 125, 88, 0.2);
}
/* ==========================================================================
	BACKGROUND COLORS
   ========================================================================== */
.t-naam {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.t-functie {
  font-size: 16px;
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'brandon_textmedium', sans-serif;
  line-height: 1em;
  margin: 0 0 5px;
  color: #1a1a18;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a {
  color: inherit;
}
h1 .duotone,
h2 .duotone,
h3 .duotone,
h4 .duotone,
.h1 .duotone,
.h2 .duotone,
.h3 .duotone,
.h4 .duotone {
  font-weight: bold;
}
.t-upper {
  text-transform: uppercase;
}
h0,
.h0 {
  font-size: 100px;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
.a-left {
  text-align: left;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
/* ==========================================================================
	ARTICLE OUTPUT  DEFAULTS
   ========================================================================== */
.article-output h1,
.article-output h2,
.article-output h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.article-output h1 {
  font-size: 36px;
}
.article-output h2 {
  font-size: 30px;
}
.article-output h3 {
  font-size: 24px;
}
.article-output h4 {
  font-size: 20px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 30px;
}
.article-output ul li {
  margin-left: 20px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 30px;
}
.article-output ol li {
  margin-left: 20px;
  list-style: decimal;
}
/* ==========================================================================
	LAYOUT
   ========================================================================== */
.site-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.container {
  position: relative;
}
.site-header {
  display: none;
}
.site-footer {
  display: none;
}
.main-body {
  height: 100vh;
}
.main-body.scrollable {
  height: auto;
}
.vcard-category .page-actions {
  padding: 15px 0 20px;
}
.layer {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #1e1d1c;
  color: #c64118;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 600;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.6s ease 0s;
}
.layer .close {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 40;
}
.layer-qr .inner {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.layer-qr .qr-notice {
  min-width: 340px;
  font-size: 16px;
  border: 1px solid #c64118;
  padding: 10px 20px;
  border-radius: 3px;
  margin-bottom: 50px;
}
.layer-share .inner {
  height: 100vh;
  position: relative;
}
.layer-share .shares {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layer-share .shares a {
  display: block;
  font-size: 26px;
  line-height: 60px;
  white-space: nowrap;
}
.show-shares .layer-share {
  top: 0;
}
.show-qr .layer-qr {
  top: 0;
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-up {
  0% {
    transform: translate(0px);
  }
  33% {
    transform: translate(-15px, -40px);
  }
  66% {
    transform: translate(15px, -60px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes float-down {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(15px, 40px);
  }
  66% {
    transform: translate(-15px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
a.button,
form button {
  display: inline-block;
}
/* ==========================================================================
	BUTTON MODIFIERS
   ========================================================================== */
/* ==========================================================================
	BUTTON COLORS
   ========================================================================== */
/* ==========================================================================
	BUTTON GROUP
   ========================================================================== */
/* ==========================================================================
	ICON ANIMATION IN BUTTON
   ========================================================================== */
.button [class^="icon-"],
.button [class*=" icon-"] {
  display: inline-block;
  transform: translate(0, 0);
  transition: all 0.1s ease-out;
}
.hover .button [class^="icon-"],
.button:hover [class^="icon-"],
.hover .button [class*=" icon-"],
.button:hover [class*=" icon-"] {
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
.hover .button .icon-arrow-left,
.button:hover .icon-arrow-left {
  transform: translate(-3px, 0);
}
.hover .button .icon-arrow-right,
.button:hover .icon-arrow-right {
  transform: translate(3px, 0);
}
.hover .button .icon-arrow-up,
.button:hover .icon-arrow-up {
  transform: translate(0, -3px);
}
.hover .button .icon-arrow-down,
.button:hover .icon-arrow-down {
  transform: translate(0, 3px);
}
/* ==========================================================================
	ICONS
   ========================================================================== */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?65627509c');
  src: url('../font/fontello.eot?65627509c#iefix') format('embedded-opentype'), url('../font/fontello.woff2?65627509c') format('woff2'), url('../font/fontello.woff?65627509c') format('woff'), url('../font/fontello.ttf?65627509c') format('truetype'), url('../font/fontello.svg?65627509c#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?65627509#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-right:before {
  content: '\e800';
}
/* '' */
.icon-qrcode:before {
  content: '\e801';
}
/* '' */
.icon-export:before {
  content: '\e802';
}
/* '' */
.icon-share:before {
  content: '\e803';
}
/* '' */
.icon-vcard:before {
  content: '\e804';
}
/* '' */
.icon-th:before {
  content: '\e805';
}
/* '' */
.icon-th-1:before {
  content: '\e806';
}
/* '' */
.icon-cancel:before {
  content: '\e807';
}
/* '' */
.icon-mail:before {
  content: '\e808';
}
/* '' */
.icon-mail-1:before {
  content: '\e809';
}
/* '' */
.icon-email:before {
  content: '\e80a';
}
/* '' */
.icon-linkedin:before {
  content: '\e80b';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-linkedin-1:before {
  content: '\f0e1';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-facebook-official:before {
  content: '\f230';
}
/* '' */
.icon-whatsapp:before {
  content: '\f232';
}
/* '' */
.icon-address-book-o:before {
  content: '\f2ba';
}
/* '' */
.icon-address-card-o:before {
  content: '\f2bc';
}
/* '' */
.icon-twitter-squared:before {
  content: '\f304';
}
/* '' */
.icon-facebook-squared:before {
  content: '\f308';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
}
/* '' */
.icon-instagram-1:before {
  content: '\f32d';
}
/* '' */
/* ==========================================================================
	FONTS
   ========================================================================== */
@font-face {
  font-family: 'brandon_textbold';
  src: url('../font/brandontext-bold-webfont.woff2') format('woff2'), url('../font/brandontext-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_textbold_italic';
  src: url('../font/brandontext-bolditalic-webfont.woff2') format('woff2'), url('../font/brandontext-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_textmedium';
  src: url('../font/brandontext-medium-webfont.woff2') format('woff2'), url('../font/brandontext-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_textmedium_italic';
  src: url('../font/brandontext-mediumitalic-webfont.woff2') format('woff2'), url('../font/brandontext-mediumitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_textregular';
  src: url('../font/brandontext-regular-webfont.woff2') format('woff2'), url('../font/brandontext-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_textregular_italic';
  src: url('../font/brandontext-regularitalic-webfont.woff2') format('woff2'), url('../font/brandontext-regularitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
	MODULES
   ========================================================================== */
.form-login {
  width: 340px;
  overflow: hidden;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.form-login h2 {
  text-align: center;
}
.form-login .button {
  border: none;
  background: #c64118;
  color: #fff;
  padding: 3px 20px;
  border-radius: 3px;
}
.form-login .error {
  font-style: italic;
}
.pinbox {
  width: 230px;
  overflow: hidden;
  margin: 30px auto;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.pinbox input::-webkit-outer-spin-button,
.pinbox input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pinbox input[type=number] {
  -moz-appearance: textfield;
}
.pinbox input {
  width: 40px;
  height: 60px;
  border: none;
  border-radius: 5px;
  float: left;
  text-align: center;
  margin: 0 3px;
  font-size: 30px;
  background-color: #c64118;
  color: #fff;
}
.vcard-grid .item {
  margin-bottom: 40px;
}
.vcard-grid .inner {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.vcard-grid .image {
  width: 160px;
  height: 160px;
  border-radius: 500px;
  margin: 0 auto 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center top;
}
.vcard-grid .image img {
  display: none;
}
@media (max-width: 520px) {
  .vcard-grid .item {
    clear: both;
    width: 100%;
    float: none;
  }
}
.mod-vcard-container {
  height: 100vh;
  position: relative;
}
.mod-vcard-container .to-overview-mobile {
  display: none;
}
.mod-vcard-container .vcard {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mod-vcard-container .vcard .vcard-menu {
  text-align: right;
  position: absolute;
  right: calc(100% + 40px);
  bottom: 0;
  white-space: nowrap;
}
.mod-vcard-container .vcard .vcard-menu li {
  margin-top: 12px;
}
.mod-vcard-container .vcard .vcard-menu li.to-overview {
  margin-bottom: 50px;
}
.mod-vcard-container .vcard .vcard-menu li a {
  display: block;
  position: relative;
  line-height: 30px;
  padding-right: 45px;
}
.mod-vcard-container .vcard .vcard-menu li span {
  display: inline-block;
  font-size: 16px;
}
.mod-vcard-container .vcard .vcard-menu li i {
  font-size: 27px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mod-vcard-container .vcard .flip-card-arrow {
  display: block;
  font-size: 28px;
  position: absolute;
  bottom: 0;
  right: -80px;
  transition: all 0.6s ease 0s;
}
.mod-vcard-container .vcard .flip-card-arrow.flipped {
  transform: rotate(-180deg);
}
.mod-vcard-container .qr-code {
  width: 220px;
  margin: 0 auto;
}
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 340px;
  height: 525px;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card.hover .flip-card-inner {
  transform: rotateY(-180deg);
}
/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #1e1d1c;
}
/* Style the back side */
.flip-card-back {
  background-color: #1e1d1c;
  transform: rotateY(-180deg);
  background-size: cover;
  background-position: center center;
}
.flip-card-container {
  position: relative;
}
.flip-card-nav {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
}
.flip-card-nav li {
  display: inline-block;
}
.flip-card-nav li a {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 3px;
}
.flip-card-nav li a.active {
  background-color: #c64118;
}
@media (max-width: 767px) {
  .main-body {
    height: auto;
  }
  .mod-vcard-container {
    height: auto;
    padding: 40px 0 160px;
  }
  .islogged .mod-vcard-container {
    padding-top: 65px;
  }
  .mod-vcard-container .to-overview-mobile {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    font-size: 18px;
  }
  .mod-vcard-container .to-overview-mobile a {
    display: block;
    padding: 14px;
  }
  .mod-vcard-container .vcard {
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 340px;
    margin: 0 auto;
  }
  .mod-vcard-container .vcard .vcard-menu {
    display: none;
  }
  .vcard-menu.is-mobile {
    display: block;
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #1e1d1c;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .vcard-menu.is-mobile li {
    float: left;
    width: 33.33%;
  }
  .vcard-menu.is-mobile li a {
    display: block;
    text-align: center;
    padding: 20px 0px;
  }
  .vcard-menu.is-mobile li span {
    display: none;
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 5px;
  }
  .vcard-menu.is-mobile li i {
    font-size: 27px;
  }
}
@media (max-width: 520px) {
  .mod-vcard-container .vcard .flip-card-arrow {
    bottom: -58px;
    right: 0;
  }
}
@media (max-width: 400px) {
  .mod-vcard-container {
    padding: 38px 0 90px;
  }
  .mod-vcard-container .vcard {
    transform-origin: center top;
    transform: translate(0, 0) scale(0.9);
  }
}
@media (max-width: 350px) {
  .mod-vcard-container {
    padding: 38px 0 15px;
  }
  .mod-vcard-container .vcard {
    transform-origin: center top;
    transform: translate(0, 0) scale(0.76);
    margin-left: -3%;
  }
}
.tpl-vcard {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.tpl-vcard:before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
}
.bg-main {
  background: none;
}
.flip-card-front {
  /* SINGLE ELEMENT */
}
.flip-card-front .top,
.flip-card-front .middle,
.flip-card-front .bottom {
  width: 100%;
  text-align: center;
}
.flip-card-front .top {
  background-color: #1e1d1c;
  height: 185px;
  position: relative;
  z-index: 10;
}
.flip-card-front .middle {
  height: 200px;
  padding-top: 40px;
}
.flip-card-front .bottom {
  color: #fff;
  padding-top: 30px;
  position: relative;
}
.flip-card-front .bottom:after {
  display: block;
  content: " ";
  width: 2px;
  height: 20px;
  background: #c64118;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1px;
}
.flip-card-front .bottom p {
  margin: 0;
}
.flip-card-front .bottom a {
  color: #fff;
}
.flip-card-front .bottom .contact {
  padding-top: 15px;
  position: relative;
  overflow: hidden;
}
.flip-card-front .bottom .contact:after {
  display: block;
  content: " ";
  width: 2px;
  height: 20px;
  background: #c64118;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
.flip-card-front .bottom .contact a {
  display: block;
  width: 50%;
  float: left;
  text-align: left;
  padding: 0 10px;
}
.flip-card-front .bottom .contact .linkedin {
  text-align: right;
}
.flip-card-front .bottom .contact .weblink {
  font-weight: bold;
}
.flip-card-front .logo {
  width: 100%;
  height: 100%;
  background: url(../img/company/logo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.flip-card-front .naam {
  color: #c64118;
  text-transform: uppercase;
}
.flip-card-front .functie {
  color: #fff;
  font-size: 16px;
  font-family: 'brandon_textmedium', sans-serif;
}
.flip-card-front .primary {
  padding-bottom: 30px;
  position: relative;
}
.flip-card-front .primary:after {
  display: block;
  content: " ";
  width: 2px;
  height: 20px;
  background: #c64118;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -1px;
}
.flip-card-front .secondary a {
  display: block;
  color: #fff;
}
.flip-card-back {
  position: relative;
  z-index: 50;
}
.flip-card-back:after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background: url(../img/bg-back.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.flip-card-back .vimage {
  width: 180px;
  height: 275px;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.flip-card-back .quote {
  width: 100%;
  padding: 0 20%;
  color: #fff;
  font-size: 20px;
  line-height: 1.3em;
  text-align: center;
  font-style: italic;
  font-family: 'brandon_textmedium', sans-serif;
  position: absolute;
  top: 51%;
  left: 0;
  z-index: 5;
}
.flip-card-back .quote:after {
  display: block;
  content: " ";
  width: 10px;
  height: 12px;
  background: url(../img/company/hexagon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -5px;
}
.flip-card-back .quote.lg {
  padding: 0 5%;
}
.flip-card-back .contact {
  width: 100%;
  padding: 10px 10px 40px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.flip-card-back .contact:after {
  display: block;
  content: " ";
  width: 2px;
  height: 35px;
  background: #c64118;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
.flip-card-back .contact a {
  display: inline-block;
  color: #c64118;
  font-size: 20px;
}
.flip-card-back .contact a .name {
  font-family: 'brandon_textmedium', sans-serif;
  color: #fff;
}
/*# sourceMappingURL=screen.css.map */