@charset "UTF-8";
/*
 * Style.scss
 * Author: Jon Frend
 * URI: barnowlwebsolutions.uk
 * Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 
 * END http://meyerweb.com/eric/tools/css/reset/ 
*/
/*
 * 
 * Vars
 *
 * 
*/
/*
 * 
 * END Vars
 * 
 * 
*/
/*
 * 
 * Mixins
 *
 *  
*/
/*
 * 
 * END Mixins
 * 
 * 
*/
/*
 * 
 * Animation keyframes
 * 
 * 
*/
@-webkit-keyframes bgAnimation {
  0% {
    transform: scale(2.6) rotate(1deg); }
  50% {
    transform: scale(1.2) rotate(0deg); }
  100% {
    transform: scale(1) rotate(0deg); } }
@-moz-keyframes bgAnimation {
  0% {
    transform: scale(2.6) rotate(1deg); }
  50% {
    transform: scale(1.2) rotate(0deg); }
  100% {
    transform: scale(1) rotate(0deg); } }
@-o-keyframes bgAnimation {
  0% {
    transform: scale(2.6) rotate(1deg); }
  50% {
    transform: scale(1.2) rotate(0deg); }
  100% {
    transform: scale(1) rotate(0deg); } }
@keyframes bgAnimation {
  0% {
    transform: scale(2.6) rotate(1deg); }
  50% {
    transform: scale(1.2) rotate(0deg); }
  100% {
    transform: scale(1) rotate(0deg); } }
@-webkit-keyframes slideInNav {
  0% {
    transform: translate3d(0px, -60px, 0px); }
  100% {
    transform: translate3d(0px, 0px, 0px); } }
@-moz-keyframes slideInNav {
  0% {
    transform: translate3d(0px, -60px, 0px); }
  100% {
    transform: translate3d(0px, 0px, 0px); } }
@-o-keyframes slideInNav {
  0% {
    transform: translate3d(0px, -60px, 0px); }
  100% {
    transform: translate3d(0px, 0px, 0px); } }
@keyframes slideInNav {
  0% {
    transform: translate3d(0px, -60px, 0px); }
  100% {
    transform: translate3d(0px, 0px, 0px); } }
@-webkit-keyframes fadeStroke {
  from {
    stroke-opacity: 1; }
  to {
    stroke-opacity: 0; } }
@-moz-keyframes fadeStroke {
  from {
    stroke-opacity: 1; }
  to {
    stroke-opacity: 0; } }
@-o-keyframes fadeStroke {
  from {
    stroke-opacity: 1; }
  to {
    stroke-opacity: 0; } }
@keyframes fadeStroke {
  from {
    stroke-opacity: 1; }
  to {
    stroke-opacity: 0; } }
@-webkit-keyframes fillIn {
  from {
    fill-opacity: 0; }
  to {
    fill-opacity: 1; } }
@-moz-keyframes fillIn {
  from {
    fill-opacity: 0; }
  to {
    fill-opacity: 1; } }
@-o-keyframes fillIn {
  from {
    fill-opacity: 0; }
  to {
    fill-opacity: 1; } }
@keyframes fillIn {
  from {
    fill-opacity: 0; }
  to {
    fill-opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes wobble010 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg); }
  50% {
    transform: rotate3d(0, 0, 1, 1deg); }
  100% {
    transform: rotate3d(0, 0, 1, 0deg); } }
@-moz-keyframes wobble010 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg); }
  50% {
    transform: rotate3d(0, 0, 1, 1deg); }
  100% {
    transform: rotate3d(0, 0, 1, 0deg); } }
@-o-keyframes wobble010 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg); }
  50% {
    transform: rotate3d(0, 0, 1, 1deg); }
  100% {
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes wobble010 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg); }
  50% {
    transform: rotate3d(0, 0, 1, 1deg); }
  100% {
    transform: rotate3d(0, 0, 1, 0deg); } }
@-webkit-keyframes wobble101 {
  0% {
    transform: rotate3d(0, 0, 1, 1deg); }
  50% {
    transform: rotate3d(0, 0, 1, 0deg); }
  100% {
    transform: rotate3d(0, 0, 1, 1deg); } }
@-moz-keyframes wobble101 {
  0% {
    transform: rotate3d(0, 0, 1, 1deg); }
  50% {
    transform: rotate3d(0, 0, 1, 0deg); }
  100% {
    transform: rotate3d(0, 0, 1, 1deg); } }
@-o-keyframes wobble101 {
  0% {
    transform: rotate3d(0, 0, 1, 1deg); }
  50% {
    transform: rotate3d(0, 0, 1, 0deg); }
  100% {
    transform: rotate3d(0, 0, 1, 1deg); } }
@keyframes wobble101 {
  0% {
    transform: rotate3d(0, 0, 1, 1deg); }
  50% {
    transform: rotate3d(0, 0, 1, 0deg); }
  100% {
    transform: rotate3d(0, 0, 1, 1deg); } }
@-webkit-keyframes moveLeft {
  0% {
    transform: translate3d(100%, 0, 0); }
  100% {
    transform: translate3d(0%, 0, 0); } }
@-moz-keyframes moveLeft {
  0% {
    transform: translate3d(100%, 0, 0); }
  100% {
    transform: translate3d(0%, 0, 0); } }
@-o-keyframes moveLeft {
  0% {
    transform: translate3d(100%, 0, 0); }
  100% {
    transform: translate3d(0%, 0, 0); } }
@keyframes moveLeft {
  0% {
    transform: translate3d(100%, 0, 0); }
  100% {
    transform: translate3d(0%, 0, 0); } }
@-webkit-keyframes moveRight {
  0% {
    transform: translate3d(-100%, 0, 0); }
  100% {
    transform: translate3d(0%, 0, 0); } }
@-moz-keyframes moveRight {
  0% {
    transform: translate3d(-100%, 0, 0); }
  100% {
    transform: translate3d(0%, 0, 0); } }
@-o-keyframes moveRight {
  0% {
    transform: translate3d(-100%, 0, 0); }
  100% {
    transform: translate3d(0%, 0, 0); } }
@keyframes moveRight {
  0% {
    transform: translate3d(-100%, 0, 0); }
  100% {
    transform: translate3d(0%, 0, 0); } }
@-webkit-keyframes spinRight {
  0% {
    transform: rotate3d(0, 1, 0, -90deg); }
  100% {
    transform: rotate3d(0, 0, 0, 0deg); } }
@-moz-keyframes spinRight {
  0% {
    transform: rotate3d(0, 1, 0, -90deg); }
  100% {
    transform: rotate3d(0, 0, 0, 0deg); } }
@-o-keyframes spinRight {
  0% {
    transform: rotate3d(0, 1, 0, -90deg); }
  100% {
    transform: rotate3d(0, 0, 0, 0deg); } }
@keyframes spinRight {
  0% {
    transform: rotate3d(0, 1, 0, -90deg); }
  100% {
    transform: rotate3d(0, 0, 0, 0deg); } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 
 * END Animation keyframes
 * 
 * 
*/
/*
 * 
 * Animations
 * example 5s linear 2s infinite alternate
 * 
*/
#barnowl-anim path {
  stroke-opacity: 0;
  fill-opacity: 0; }

.no-js #barnowl-anim path, .no-fouc #barnowl-anim path, #content_404 #barnowl-anim path {
  stroke-opacity: 1;
  fill-opacity: 1; }

#wrapper-background.start-anim, #circle-content-container.start-anim {
  opacity: 1;
  filter: alpha(opacity=100); }

#barnowl-anim.start-anim path {
  stroke-opacity: 0;
  fill-opacity: 0;
  -webkit-animation: fadeStroke 2s linear 0s forwards, fillIn 2s linear 1s forwards;
  -moz-animation: fadeStroke 2s linear 0s forwards, fillIn 2s linear 1s forwards;
  -o-animation: fadeStroke 2s linear 0s forwards, fillIn 2s linear 1s forwards;
  animation: fadeStroke 2s linear 0s forwards, fillIn 2s linear 1s forwards; }

#wrapper-background.start-anim {
  will-change: opacity;
  -webkit-animation: fadeIn 1.5s linear 0s forwards, bgAnimation 4s ease-out 0s forwards;
  -moz-animation: fadeIn 1.5s linear 0s forwards, bgAnimation 4s ease-out 0s forwards;
  -o-animation: fadeIn 1.5s linear 0s forwards, bgAnimation 4s ease-out 0s forwards;
  animation: fadeIn 1.5s linear 0s forwards, bgAnimation 4s ease-out 0s forwards; }

#circle-content-container {
  /* smooth animation on iPad (see main below) */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden; }
  #circle-content-container .circles .col-md-4.left {
    will-change: transform; }
  #circle-content-container .circles .col-md-4.right {
    will-change: transform; }

/* Animations - hacks for ie11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #barnowl-anim.start-anim path {
    fill-opacity: 1; }

  #wrapper-background {
    opacity: 1;
    transform: translateY(0px); }

  #wrapper-background.ie11_home {
    opacity: 0;
    -webkit-animation: fadeIn 1.5s linear 0s forwards, bgAnimation 3s ease-out 0s forwards;
    -moz-animation: fadeIn 1.5s linear 0s forwards, bgAnimation 3s ease-out 0s forwards;
    -o-animation: fadeIn 1.5s linear 0s forwards, bgAnimation 3s ease-out 0s forwards;
    animation: fadeIn 1.5s linear 0s forwards, bgAnimation 3s ease-out 0s forwards;
    transform: translateY(-60px); } }
/* END Animations - hacks for ie11 */
#slideTopMenu.start-anim {
  /*
      @include opacity(1);
  */ }

.no-js #slideTopMenu {
  opacity: 1;
  filter: alpha(opacity=100); }

#slideTopMenu.move-anim ul.nav {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: fadeIn 0.3s linear 0s forwards;
  -moz-animation: fadeIn 0.3s linear 0s forwards;
  -o-animation: fadeIn 0.3s linear 0s forwards;
  animation: fadeIn 0.3s linear 0s forwards; }

#circle-content-container.start-anim .circles .col-md-4.left {
  transform: translate3d(100%, 0, 0); }
#circle-content-container.start-anim .circles .col-md-4.right {
  transform: translate3d(-100%, 0, 0); }
#circle-content-container.start-anim .circles .col-md-4 {
  -webkit-animation: fadeIn 0.5s linear 0s forwards;
  -moz-animation: fadeIn 0.5s linear 0s forwards;
  -o-animation: fadeIn 0.5s linear 0s forwards;
  animation: fadeIn 0.5s linear 0s forwards; }

#circle-content-container.move-anim .home .header {
  background-color: #cff4fc; }
#circle-content-container.move-anim .circle h1 {
  -webkit-animation: spinRight 3.6s linear 0.9s forwards;
  -moz-animation: spinRight 3.6s linear 0.9s forwards;
  -o-animation: spinRight 3.6s linear 0.9s forwards;
  animation: spinRight 3.6s linear 0.9s forwards; }
#circle-content-container.move-anim .circles .col-md-4.left {
  -webkit-animation: moveLeft 2s ease 0.6s forwards;
  -moz-animation: moveLeft 2s ease 0.6s forwards;
  -o-animation: moveLeft 2s ease 0.6s forwards;
  animation: moveLeft 2s ease 0.6s forwards; }
#circle-content-container.move-anim .circles .col-md-4.right {
  -webkit-animation: moveRight 2s ease 0.6s forwards;
  -moz-animation: moveRight 2s ease 0.6s forwards;
  -o-animation: moveRight 2s ease 0.6s forwards;
  animation: moveRight 2s ease 0.6s forwards; }

/*
@media screen and (min-width: 768px) {
    #circle-content-container.move-anim {
        .circles .col-md-4.left {
            @include animation('moveLeft 2s linear 0s forwards');
        }
        .circles .col-md-4.right {
            @include animation('moveRight 2s linear 0s forwards');
        }
    }
}
*/
/*
 * 
 * END Animations
 * 
 * 
*/
/*
 * 
 * Main Styles
 * 
 * 
*/
img {
  behavior: url("../iepngfix.htc"); }

* {
  margin: 0;
  padding: 0;
  /* do a reset - if not done by bootstrap? */ }

.italic {
  font-style: italic; }

#ie8etc:before {
  display: block;
  height: 50px;
  position: relative;
  content: "to get the most from this website...";
  background-color: #0ff;
  color: #f00;
  font-weight: bold;
  font-size: 25px;
  font-style: italic;
  padding: 12px 0;
  text-align: center; }

#ie8etc:after {
  display: block;
  height: 50px;
  position: relative;
  content: "PLEASE UPGRADE YOUR BROWSER!!!!!";
  background-color: #f00;
  color: #0ff;
  font-weight: bold;
  font-size: 45px;
  padding: 2px 0;
  text-align: center; }

@font-face {
  font-family: "oxygen-webfont";
  src: url("../fonts/oxygen-webfont.eot");
  src: local("☺"), url("../fonts/oxygen-webfont.woff") format("woff"), url("../fonts/oxygen-webfont.otf") format("opentype"), url("../fonts/oxygen-webfont.svg#oxygen-webfont") format("svg"); }
@font-face {
  font-family: "oxygen-italic-webfont";
  src: url("../fonts/oxygen-italic-webfont.eot");
  src: local("☺"), url("../fonts/oxygen-italic-webfont.woff") format("woff"), url("../fonts/oxygen-italic-webfont.otf") format("opentype"), url("../fonts/oxygen-italic-webfont.svg#oxygen-italic-webfont") format("svg"); }
html {
  max-width: 100vw;
  /*
      -webkit-text-size-adjust: none;
  */ }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

body {
  height: 100%;
  background-color: #fff;
  word-wrap: break-word;
  overflow-x: hidden;
  font-size: 100%;
  max-width: 100%;
  max-width: 100vw; }

a {
  color: #28190c; }

a:visited {
  color: #2a6496; }

a:hover, a:active {
  color: #f68826; }

a:focus {
  outline: 0 none; }

.support a, .design a, .about a {
  text-decoration: underline; }

body, h1, h2, h3, h4, h5, h6 {
  font-family: "oxygen-webfont", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif; }

#page article {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 5% 0 10% 0;
  overflow: hidden;
  color: #28190c;
  height: 100%; }

#page article h1 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  line-height: 1.5em; }

#page article h2 {
  margin: 1.75em 0 1em 0;
  font-size: 1.3em;
  line-height: 1.3em; }

#page article p {
  line-height: 1.8em;
  text-align: left;
  font-size: 1.2em;
  padding-bottom: 1.2em; }

/*
.flash article ul, .flash article ul ul  {
    list-style-type: none!important;
}
*/
#page article ul {
  padding-top: 0;
  list-style-type: disc;
  /* this affects nav ul in Chrome and FF??
      @include animation('fadeIn 0.3s linear 0s forwards');
  */ }

#page:not(.home) article ul {
  -webkit-animation: fadeIn 0.3s linear 0s forwards;
  -moz-animation: fadeIn 0.3s linear 0s forwards;
  -o-animation: fadeIn 0.3s linear 0s forwards;
  animation: fadeIn 0.3s linear 0s forwards; }

#page article ul li {
  margin-left: 3em;
  padding: 1em 0 0.5em;
  line-height: 1.5em; }

#page article ul > li > ul {
  list-style-type: circle; }

#page article ul li {
  margin-left: 6em;
  padding: 1em 0 0.5em;
  line-height: 1.5em; }

#page article p.blockquote {
  font-style: italic;
  margin: 0 8%;
  font-size: 100%; }

#page article p.blockquote.wobble:nth-child(odd) {
  -webkit-animation: wobble101 2s linear infinite;
  -moz-animation: wobble101 2s linear infinite;
  -o-animation: wobble101 2s linear infinite;
  animation: wobble101 2s linear infinite; }

#page article p.blockquote.wobble:nth-child(even) {
  -webkit-animation: wobble010 2s linear infinite;
  -moz-animation: wobble010 2s linear infinite;
  -o-animation: wobble010 2s linear infinite;
  animation: wobble010 2s linear infinite; }

.willchange #parallax {
  will-change: transform; }

#barnowl-anim {
  position: fixed;
  top: 10px;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 48.5%;
  padding-bottom: 100vh;
  /* over-ride this inline for aspect ratio other than square */
  overflow-x: hidden;
  width: 100vw;
  /* smoother parallax using gpu */
  transition: 0.5s ease;
  transform: translate3d(0, 0, 0);
  z-index: -1; }

#barnowl-anim.no-js {
  top: 0px; }

.svg-content {
  position: absolute;
  height: 100%;
  width: 100%;
  /*
      height: 100vh; 
  */
  width: 100vw;
  /*
      background-size: contain;
  */ }

.home-container {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none; }

#circle-content-container {
  margin: 0px auto 0;
  padding: 2% 3%;
  width: 100%;
  display: table;
  /*
      position: relative;
  */
  position: absolute;
  bottom: 0;
  z-index: 2; }

.navbar-top {
  position: static;
  top: 0px;
  left: 0;
  z-index: 1; }

.navbar-top .container-fluid ul li a, .navbar-top .container-fluid button {
  z-index: 0; }

.navbar-nav > li > a {
  line-height: 40px;
  font-size: 20px; }

.navbar-inverse {
  background-color: #28190c;
  position: relative;
  width: 100%;
  z-index: 0; }

.navbar-nav {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  text-decoration: none;
  color: #fff;
  text-shadow: none;
  -webkit-transition: 500ms linear 0s;
  -moz-transition: 500ms linear 0s;
  -o-transition: 500ms linear 0s;
  transition: 500ms linear 0s;
  outline: 0 none; }

.navbar-inverse .navbar-nav > li > a {
  color: #f68826; }

.circles h1, .circles h1 a {
  color: #f68826; }

/* IE6 Nav Fixes */
.ie6 .navbar {
  background: #333333; }

.ie6 .nav-collapse {
  width: auto; }

.ie6 .nav li {
  display: inline; }

.ie6 .nav li a {
  padding: 10px;
  display: block;
  width: auto;
  float: left;
  color: #cccccc; }

.ie6 .nav li a:hover {
  color: #ffffff; }

.ie6 .nav-pills li a {
  color: #08C; }

.ie6 .nav-pills li a:hover {
  color: #005580; }

#wrapper-background {
  min-height: 100%;
  height: 100%;
  padding: 0%;
  z-index: 0;
  background-image: -webkit-linear-gradient(260deg, white, rgba(246, 136, 38, 0.1) 85%);
  background-image: linear-gradient(190deg, white, rgba(246, 136, 38, 0.1) 85%);
  /* smooth animation on iPad (see main below) */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden; }

#wrapper-background.auto_height {
  height: auto !important; }

#wrapper {
  height: 100%; }

#page {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 108px 0 600px 0;
  z-index: 0; }

#page.home {
  position: relative;
  background-image: none;
  padding: 0; }

#page.portfolio {
  position: relative;
  padding: 0 12.5%; }

#page {
  background-image: -webkit-linear-gradient(190deg, white, rgba(246, 136, 38, 0.1) 85%);
  background-image: linear-gradient(190deg, white, rgba(246, 136, 38, 0.1) 85%); }

.home .header {
  position: relative;
  margin: 0px auto 0px;
  height: auto;
  background-color: #fff;
  background-image: url("../images/webbg_sm.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: auto;
  -webkit-background-size: auto;
  background-position: center center;
  z-index: 2;
  max-width: 100%;
  max-width: 100vw; }

/*
.contact .header {
    position: relative;
    margin: 0px auto 0px;
    height: auto;
    background-color: #cff4fc;
    background-image: url("../images/webcontactbg_768.jpg");  
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
    -webkit-background-size: auto;
    background-position: bottom center;
    z-index: 2;
}
*/
.logo {
  position: absolute;
  /*
      max-height: 216px;
      max-width: 432px;
  */
  width: 216px;
  height: 108px;
  background: url("../images/BarnOwlLogo@2x.png") no-repeat;
  background-size: contain;
  pointer-events: none;
  top: -13px;
  right: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 3; }

.logo-print {
  display: none; }

.logo-click {
  z-index: 1; }

.logo-click a {
  position: absolute;
  /*
      max-height: 216px;
      max-width: 432px;
  */
  width: 216px;
  height: 108px;
  z-index: 3;
  top: 0px;
  right: 10px; }

#circle-content-container {
  /* smooth animation on iPad (see main below) */
  /*
      -webkit-transform: translateZ(0); 
      -webkit-backface-visibility: hidden;
  */ }

#circle-content-container .circles {
  display: block; }
#circle-content-container .circles:before, #circle-content-container .circles:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }
#circle-content-container .circle {
  display: block;
  min-width: 15%;
  /* to allow placement of numbers on top of circles instead of below them */
  white-space: nowrap;
  display: flex;
  -ms-flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  background: -webkit-linear-gradient(rgba(189, 237, 251, 0.5), rgba(244, 200, 146, 0.5), rgba(67, 58, 49, 0.5));
  background: linear-gradient(rgba(189, 237, 251, 0.5), rgba(244, 200, 146, 0.5), rgba(67, 58, 49, 0.5));
  content: '';
  /* to use viewport based units we can safely override the old units in this way */
  padding-bottom: 0vw;
  width: 20%;
  width: 20vw;
  height: 20%;
  height: 20vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: inset -1vw -1vw 1vw rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -1vw -1vw 1vw rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset -1vw -1vw 1vw rgba(0, 0, 0, 0.2);
  box-shadow: inset -1vw -1vw 1vw rgba(0, 0, 0, 0.2); }
#circle-content-container .circle .orbit_mark,
#circle-content-container .circle h1 {
  left: 0px; }
#circle-content-container .circle .orbit_mark {
  /*
          top: 44%;
  */
  margin: 0 32%;
  width: 36vw; }
#circle-content-container .circle h1 {
  position: relative;
  /*
          width: 100%;
  */
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.35em; }
#circle-content-container .circle .orbit_mark {
  position: absolute;
  top: 30%;
  border-left: 8px solid #f68826;
  padding: 5% 0 5% 8%;
  /*
          width: 100%;
  */
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
#circle-content-container .circle h1 a, #circle-content-container .circle h1 {
  color: #fff; }
#circle-content-container .circles a {
  text-decoration: none; }
#circle-content-container .circles h1 {
  font-style: normal; }
#circle-content-container .circles .left .circle h1 {
  text-shadow: 2px 2px #000000; }
#circle-content-container .circles .middles .circle h1 {
  text-shadow: 2px 2px #000000; }
#circle-content-container .circles .right .circle h1 {
  text-shadow: 2px 2px #000000; }
#circle-content-container .circles h1 a:hover {
  text-decoration: none;
  color: #28190c;
  text-shadow: none;
  -webkit-transition: 500ms linear 0s;
  -moz-transition: 500ms linear 0s;
  -o-transition: 500ms linear 0s;
  transition: 500ms linear 0s;
  outline: 0 none; }
#circle-content-container .circles .left .circle h1 a:hover {
  text-shadow: 2px 2px #f68826; }
#circle-content-container .circles .middles .circle h1 a:hover {
  text-shadow: 2px 2px #f68826; }
#circle-content-container .circles .right .circle h1 a:hover {
  text-shadow: 2px 2px #f68826; }

.no-flexbox #circle-content-container .circle {
  display: table; }

.no-flexbox #circle-content-container .circle:before {
  margin: 0 auto; }

.no-flexbox #circle-content-container .circle h1 {
  display: table-cell; }

#circle-content-container {
  /*
      display: none;
  */ }

#footer {
  height: 100%;
  width: 100%;
  position: static;
  margin: 0px auto 0px; }

.ie6 #footer .box {
  width: 20%; }

#footer .container, #footer .container-fluid {
  padding: 0;
  display: table;
  width: 100%; }
#footer .row, #footer .row-fluid {
  margin: 0px 0 0px 0;
  height: 100%;
  clear: both; }
#footer .container, #footer .container-fluid {
  padding-left: 0;
  padding-right: 0; }
#footer .container, #footer .container-fluid {
  padding: 0px 0px;
  background-color: #28190c;
  border-color: #080808;
  height: 100%; }
#footer .container .navbar-inverse, #footer .container-fluid .navbar-inverse {
  /*
          position: static;
  */
  display: block;
  margin: 0 auto;
  /* this may need deleting */ }
#footer .container:nth-child(n), #footer .container-fluid:nth-child(n) {
  filter: none; }
#footer .container-fluid .nav-left li:nth-child(odd), #footer .container-fluid .nav-right li:nth-child(even), #footer #footer .container-fluid .nav-middles li:nth-child(even) {
  overflow: hidden; }
#footer .container-fluid .nav-left li:nth-child(even), #footer .container-fluid .nav-right li:nth-child(odd), #footer #footer .container-fluid .nav-middles li:nth-child(odd) {
  overflow: hidden; }
#footer #email a {
  text-decoration: none;
  color: #bdbdbd;
  outline: none;
  padding-bottom: 0px; }
#footer ul {
  list-style-type: none;
  list-style-position: outside;
  list-style: none;
  padding: 0px;
  width: 100%; }
#footer .navbar-nav li {
  float: none;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  font-weight: bold; }
#footer .navbar-inverse {
  /*
          position: absolute;
  */ }
#footer .box.middles {
  border: none; }

.no-flexbox #footer .container .navbar-inverse, .no-flexbox #footer .container-fluid .navbar-inverse {
  display: table-cell;
  vertical-align: middle; }

#footer .navbar-inverse .navbar-nav > .active > a {
  padding: 2px 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

#post-content-container {
  position: relative;
  width: 100%;
  display: table;
  padding: 5% 0; }

#post-content-container #quick-contact {
  display: table-cell;
  vertical-align: middle; }

.no-flexbox #quick-contact .col-md-4.middles {
  /*
      padding: 10px 0;
  */
  padding: 0; }

.no-flexbox #quick-contact .contact-block {
  width: 100%;
  display: inline-table;
  margin-top: 0;
  text-align: center; }

#quick-contact .contact-block h4 {
  display: block;
  padding-top: 3%; }

#quick-contact .contact-block .contact-block-row {
  text-align: center;
  padding: 5% 0; }

#quick-contact .contact-block.main-text {
  padding: 1% 0; }

#quick-contact .middles .contact-block .contact-block-row {
  padding: 0; }

#quick-contact .middles .contact-block.main-text {
  padding: 0; }

#quick-contact .row-hover h4 a:hover {
  color: #f68826; }

.icon-middle {
  vertical-align: middle; }

.fa {
  color: #28190c;
  display: table-cell;
  text-align: center; }

.row-hover .fa {
  color: #f68826; }

/*
 * 
 * END Main Styles
 * 
 * 
*/
/*
 * 
 * portfolio page
 * 
 */
.portfolio img {
  vertical-align: middle; }

.portfolio #portfolio_noscript {
  display: none; }

.portfolio #portfolio-link {
  display: block;
  height: auto; }

.portfolio.no-js #portfolio_noscript {
  display: block; }

.portfolio.no-js #portfolio-link {
  display: none; }

#container1.portfolio-container .ex-item {
  display: none;
  overflow: hidden; }

/*
#container1.portfolio-container .ex-item a {
    margin-top: -20px;
}
*/
#container2.portfolio-container .ex-item {
  display: none;
  overflow: hidden; }

#container1.portfolio-container, #container2.portfolio {
  position: relative; }

#container1.portfolio-container {
  height: 500px; }

#portfolio-link {
  height: 9em; }

#container2.portfolio-container {
  height: 400px; }

#portfolio-link {
  text-align: center; }

#portfolio-link #visit {
  font-size: 1.5em; }

#portfolio-link #portfolio-link-name {
  font-size: 1.9em;
  line-height: 1.9em; }

#portfolio-link #portfolio-link-address {
  font-size: 0.75em;
  line-height: 1em; }

#portfolio-link #portfolio-arrow-link {
  font-size: 1.2em; }

#portfolio-link a {
  text-decoration: none;
  color: #28190c;
  line-height: 2em; }

#portfolio-link a:hover #portfolio-link-address {
  text-decoration: underline; }

#portfolio-link a:hover {
  color: #f68826; }

#portfolio-link .fa {
  color: #28190c;
  padding-left: 10px; }

#portfolio-link a:hover > #portfolio-arrow-link > span.arrow > .fa {
  color: #f68826; }

/*
 * 
 * END portfolio page
 * 
 */
/*
 * 
 * contact and login
 * 
 */
.contact-wrapper {
  color: #28190c; }

.contact-wrapper div.g-recaptcha {
  width: 85%;
  float: left;
  padding: 1% 0% 2% 0%;
  margin-left: -1px; }

.contact-wrapper .fa,
#loginbox .fa {
  color: #28190c; }

#loginbox {
  margin: 0 auto; }

/* Form CSS*/
.ccform, #loginbox #login_form {
  margin: 0 auto;
  width: 90%; }

.ccfield-prepend {
  margin-bottom: 10px;
  width: 100%; }

.ccform-addon {
  color: #28190c;
  float: left;
  padding-top: 4.5%;
  padding-right: 2%;
  text-align: center; }

.ccformfield, #loginbox input.fields {
  color: #000000;
  background: transparent;
  border: 1px solid;
  padding: 2%;
  width: 85%;
  display: block;
  font-size: 14px; }

.ccform .ccfield-prepend.fieldssel input:not(.ccbtn),
.ccform .ccfield-prepend.fieldssel textarea {
  background-color: #fff; }

.ccform .ccfield-prepend.fieldssel > .ccform-addon > .fa {
  color: #f68826; }

/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid {
  background: #f00; }

/* Mark valid inputs during .invalid state */
.invalid input:required:valid {
  background: #17D654; }

.ccbtn {
  display: block;
  border: none;
  background: #28190c;
  color: #FFFFFF;
  padding: 12px 25px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold; }

.ccbtn:hover, .ccbtn:focus {
  background: #f68826; }

.bold_red {
  color: red;
  font-weight: bold; }

.error_text {
  color: red; }

#error {
  position: fixed;
  top: 0;
  left: 0;
  background-color: red;
  color: white;
  font-family: 'Lucida Grande',Arial,Verdana;
  font-size: 20px;
  padding: 10px;
  width: 100%; }

form.ccform label,
form#login_form label {
  float: left;
  margin-right: 15px;
  width: 75%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  text-align: left; }

/*
.contact .home-container {
    width: 50%;
    background: transparent;
    padding: 200px 50px 20px 50px;
    margin: 0px auto;
    min-height: 500px;
    height: auto !important;
}
*/
#contact-area input, #contact-area textarea {
  padding: 5px;
  width: 50%;
  font-family: Helvetica, sans-serif;
  font-size: 1.4em;
  margin: 0px 0px 10px 0px;
  border: 2px solid #ccc; }

#contact-area textarea {
  height: 90px; }

#contact-area textarea:focus, #contact-area input:focus {
  border: 2px solid #900; }

#contact-area input.submit-button {
  width: 35%;
  float: right; }

.contact-wrapper label {
  float: left;
  text-align: right;
  margin-right: 15px;
  width: 25%;
  padding-top: 5px;
  font-size: 1.4em; }

.contact-wrapper .ccfield-prepend.fieldssel input.ccformfield,
.contact-wrapper .ccfield-prepend.fieldssel textarea.ccformfield,
#login_form .ccfield-prepend.fieldssel input {
  border: 1px solid #4c96ea; }

.contact-wrapper .ccfield-prepend.fieldssel input.ccformfield:focus,
.contact-wrapper .ccfield-prepend.fieldssel textarea.ccformfield:focus,
#login_form .ccfield-prepend.fieldssel input:focus {
  outline: none;
  background-color: #fff; }

.contact-wrapper .ccfield-prepend.fieldssel > .ccform-addon > .fa,
#login_form .ccfield-prepend.fieldssel > .ccform-addon > .fa {
  color: #f68826; }

/*
 * 
 * END contact and login
 * 
 */
/*
 * 
 * Media Queries
 * 
*/
@media screen and (min-width: 481px) {
  .portfolio #portfolio-link {
    height: 10em; }

  #portfolio-link #portfolio-link-address {
    font-size: 1em;
    line-height: 1em; } }
@media screen and (min-width: 768px) {
  body {
    font-size: 100%; }

  #circle-content-container {
    display: table; }

  #circle-content-container .col-md-4 {
    width: 33.33333333%;
    float: left; }

  #circle-content-container {
    bottom: 60px; }

  #circle-content-container {
    /*
            position: absolute;
    */
    padding: 0 3%; }

  #circle-content-container .circle .orbit_mark {
    top: 44%;
    margin: 0;
    width: 100%; }

  .home .header {
    height: 100%;
    /*
            height: 100vh;
    */
    background-image: url("../images/webbg_768.jpg");
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover; }

  /*
      .contact .header {
          height: 100%;
          height: 100vh;
          background-image: url("../images/webcontactbg_768.jpg");  
          background-attachment: scroll;
          background-size: cover;
          -webkit-background-size: cover;
      }
  */
  .logo {
    width: 30%;
    height: 216px;
    top: -30px; }

  .logo-click a {
    width: 24.6%;
    height: 170px; }

  .ccform, #loginbox {
    width: 40%; }

  .contact-wrapper .fa, #loginbox .fa {
    font-size: 180%; } }
@media screen and (min-width: 960px) {
  #page article {
    width: 50%; }

  #circle-content-container .circle {
    height: 25vw;
    width: 25vw; }

  #circle-content-container .circle h1 {
    font-size: 1.3em; } }
@media screen and (min-width: 992px) {
  .home .header {
    background-image: url("../images/webbg_992.jpg"); }

  /*
      .contact .header {
          background-image: url("../images/webcontactbg_992.jpg");  
      }
  */
  #page article {
    padding: 2% 0 5% 0; }

  #post-content-container {
    display: flex;
    padding: 5% 0; }

  .no-flexbox #post-content-container {
    position: relative;
    width: 100%;
    display: table; }

  #post-content-container #quick-contact {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

  .no-flexbox #post-content-container #quick-contact {
    display: table-cell; }

  #post-content-container #quick-contact .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }

  .no-flexbox #post-content-container #quick-contact .col-md-4 {
    display: table-cell;
    height: 148px; }

  .no-flexbox #post-content-container #quick-contact .col-md-4 .contact-block.main-text {
    height: 148px; }

  #post-content-container #quick-contact .contact-block .contact-block-section {
    display: table-row;
    /*
            vertical-align: middle;
    */ }

  #post-content-container #quick-contact .contact-block-row {
    display: table-cell;
    /*
            height: 40px;
    */
    /*
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
    */ }

  .no-flexbox #post-content-container #quick-contact .contact-block-row {
    display: table-cell;
    vertical-align: middle;
    padding: 0; }

  .no-flexbox #post-content-container #quick-contact .contact-block-row h4 {
    padding-top: 6px; }

  .no-flexbox #post-content-container #quick-contact .contact-block .contact-block-section {
    display: table-row;
    padding: 0;
    /*
            vertical-align: middle;
    */ }

  #post-content-container #quick-contact .col-md-4 {
    padding: 0; }

  #footer .container .navbar-inverse, #footer .container-fluid .navbar-inverse {
    display: flex;
    align-items: center; }

  #footer .box.middles {
    border-style: groove;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-color: rgba(246, 136, 38, 0.3); }

  #footer {
    height: 300px;
    position: relative; }

  .row, .row-fluid {
    height: 300px; }

  .no-flexbox .box {
    display: table;
    height: 300px; }

  .no-flexbox .footer_menu_section {
    display: table-cell;
    vertical-align: middle; } }
@media screen and (min-width: 1200px) {
  .home .header {
    background-image: url("../images/webbg_1200.jpg"); }

  /*
      .contact .header {
          background-image: url("../images/webcontactbg_1200.jpg");  
      }
  */ }
/*
 * 
 * END Media Queries
 * 
*/
/*
 * 
 * Holding page
 * 
 */
#site-contact img {
  position: absolute;
  max-width: 100%;
  height: auto;
  left: 10px;
  bottom: 10px; }

#mobile img {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 10px;
  right: 10px; }

.portfolio-link {
  text-align: center; }

.portfolio-link a {
  font-size: 1.2em; }

.portfolio-link a:visited, .portfolio-link a:hover, .portfolio-link a:active {
  color: #f68826; }

#portfolio-page-link span {
  font-size: 1em; }

#portfolio-page-link .fa {
  height: 2em; }

.home-link {
  width: 99%;
  text-align: right;
  position: absolute;
  bottom: 0%;
  right: 4%;
  height: 7%;
  height: 7vh; }

.home-link a {
  text-decoration: none;
  color: #28190c;
  font-size: 1.2em;
  line-height: 2em; }

.home-link a:visited, .home-link a:hover, .home-link a:active {
  color: #f68826; }

/*
 * 
 * Media Queries Holding page
 * 
*/
@media screen and (min-width: 768px) {
  .home-link a {
    font-size: 2em; }

  .portfolio-link a {
    font-size: 2em; }

  #portfolio-page-link span {
    font-size: 1.5em;
    line-height: 1.5em; } }
/*
 * 
 * END Holding page
 * 
 */
@media print {
  #barnowl-anim,
  #slideTopMenu,
  .home-container,
  #footer {
    display: none; }

  #wrapper-background {
    opacity: 1 !important;
    background-image: none; }

  .header {
    background-image: none;
    height: 216px; }

  .home .header {
    background-image: none;
    height: 216px !important; }

  .logo-print {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 216px;
    width: 432px; }

  .logo-print img {
    max-width: 432px; }

  @page {
    margin: 0.5cm; }
  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    color: #000; }

  h1 {
    font-size: 24pt; }

  h2 {
    font-size: 14pt;
    margin-top: 25px; }

  .logo-click a:after {
    display: none; }

  p a[href]:after {
    word-wrap: break-word;
    content: " (" attr(href) ")";
    font-size: 80%;
    color: #000; }

  #page {
    padding: 0; }

  #wrapper:after {
    display: block;
    content: "Thank you for printing our content at www.barnowlwebsolutions.uk";
    margin-bottom: 10px;
    margin-top: 30px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 3px 5px;
    font-style: italic;
    text-align: center; } }

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