/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
.fade {
  transition: all 0.1s linear;
}
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
.disabled {
  pointer-events: none;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*p.youtubespace {
margin-top: 40px!important;
}*/
body {
  padding: 0;
  position: relative;
  margin: 0;
  font-size: 17px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: 'Myriad W01 Lt';
  font-style: normal;
  height: 100%!important;
  max-width: 100%;
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    font-family: 'Myriad W01 Lt';
    font-size: 17px;
  }
}
/* @group Spacing */
.xs-spacer {
  display: block;
  height: 25px;
}
.notop {
  margin-top: 0px!important;
}
.nobot {
  margin-bottom: 0px!important;
}
.nopad {
  padding: 0px!important;
}
/* @end */
/* @group Structure */
.container {
  padding-left: 15px;
  padding-right: 15px;
  display: block!important;
}
.LgeWrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.edge {
  padding: 0px;
}
/* @end */
/* @group Sections */
section {
  padding-top: 6%;
  padding-bottom: 5.5%;
}
.nopad {
  padding: 0px;
}
.RemovePadding {
  padding: 0%!important;
}
.RemoveBottomPadding {
  padding-bottom: 0%!important;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  section,
  section.TightTopPadding {
    padding-top: 60px!important;
    padding-bottom: 10%;
  }
}
.FixedImage {
  background-attachment: fixed!important;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .FixedImage {
    background-attachment: scroll!important;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .FixedImage {
    background-attachment: scroll!important;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
section.first {
  padding-top: 230px;
}
.reset {
  padding-top: 6%!important;
}
/* sub desktop ----------- */
@media only screen and (min-width: 0px) and (max-width: 1200px) {
  section.first.reset {
    padding-top: 45px!important;
  }
}
/* sub desktop ----------- */
@media only screen and (min-width: 0px) and (max-width: 1200px) {
  section.first {
    padding-top: 125px!important;
  }
}
.BleedImage {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  border-bottom: none;
}
.BGImageCaption {
  margin-top: -45px;
  margin-left: -10px;
  padding: 0px !important;
  background-color: transparent!important;
}
.BGImageCaption .row,
.BGImageCaption .container-fluid,
.BGImageCaption .col-lg-12 {
  padding: 0px !important;
  width: 99%;
}
.BGImageCaption p {
  margin-bottom: 9px;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  color: white;
  padding: 5px 8px 4px;
  margin-left: 25px;
  font-family: 'Myriad W01 Regular';
}
.InvertText {
  color: white!important;
}
.InvertText a {
  color: white!important;
}
.InvertText .btn {
  background-color: white;
  color: #515151;
}
.InvertText p,
.InvertText h1,
.InvertText h2,
.InvertText h3,
.InvertText h4,
.InvertText h5,
.InvertText h6,
.InvertText li {
  color: white!important;
}
.CentreContent {
  text-align: center!important;
}
/* @group Section Colours */
.XRedBG {
  color: white!important;
  background-color: #b70050;
}
.XRedBG article a {
  color: white!important;
}
.XOrangeBG {
  color: white!important;
  background-color: #c88a12;
}
.XOrangeBG article a {
  color: white!important;
}
.XBlueBG {
  color: white!important;
  background-color: #008ab0;
}
.XBlueBG article a {
  color: white!important;
}
.XPurpleBG {
  color: white!important;
  background-color: #650360;
}
.XPurpleBG article a {
  color: white!important;
}
.XGreenBG {
  color: white!important;
  background-color: #7cc62d;
}
.XGreenBG article a {
  color: white!important;
}
.XGreyBG {
  color: white!important;
  background-color: #111;
}
.XGreyBG article a {
  color: white!important;
}
.specs {
  color: white!important;
  background-color: #111;
}
.specs article a {
  color: white!important;
}
/* @end */
/* @end */
/* @group Typography */
.prodcard {
  font-family: 'Myriad W01 Regular';
  margin-top: 20px;
}
.prodcard a {
  background: rgba(255, 255, 255, 0.4);
  padding: 15px 15px 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.intro {
  font-size: 117%;
  font-family: 'Myriad W01 Regular';
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .intro {
    font-size: 100%;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .intro {
    margin-bottom: 50px;
  }
}
.centered {
  text-align: center;
}
small {
  font-size: 90%!important;
}
small p {
  line-height: 1.4em !important;
}
p,
li {
  line-height: 1.6em;
}
strong,
b {
  font-family: 'Myriad W01 Regular';
  font-weight: normal;
}
a {
  outline: none!important;
  color: #008ab0;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  transition: all 0.1s linear;
}
a:active {
  outline: none!important;
  text-decoration: none!important;
}
a:hover,
a img {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
li {
  margin-bottom: 5px;
}
p strong,
li strong {
  font-weight: 500;
  font-variant: normal;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.3em;
  margin-bottom: 20px;
  font-weight: normal;
  font-style: normal;
}
.WidgetHolder h3 {
  font-size: 1.1em !important;
  margin-bottom: 8px;
}
h1 {
  margin-bottom: 25px;
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  h1 {
    letter-spacing: -1px;
    line-height: 1.2em !important;
  }
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  h1 {
    letter-spacing: -1px;
    line-height: 1.2em !important;
  }
}
h4 {
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 15px;
  margin-top: 40px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.2em !important;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
  }
}
h6 {
  font-size: 0.5em !important;
  line-height: 1.6em !important;
  margin-top: 20px;
}
.caption,
li.caption {
  font-size: 0.7em;
  margin-top: 4px;
  margin-bottom: 5px;
}
a:hover {
  color: #0082a6;
  text-decoration: none!important;
}
/* @end */
/* @group Header */
/* @group Breadcrumbs */
section.Crumbs {
  margin-top: 0px;
  padding: 3px 0px 0px !important;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: none;
}
section.Crumbs ol.breadcrumb {
  margin-bottom: 0px;
  line-height: 30px;
  background-color: transparent!important;
  font-size: 13px!important;
}
section.Crumbs ol.breadcrumb li a {
  color: white!important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
section.Crumbs ol.breadcrumb li {
  color: white;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
section.Crumbs ol.breadcrumb a:hover {
  color: white!important;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/* @end */
/* @group Menutron - https://github.com/micjamking/Menutron */
section.mobsub {
  padding: 0px 15px !important;
  margin-top: 15px;
  position: absolute;
  width: 100%;
}
nav#menutron {
  width: 100%!important;
  height: 30px;
  overflow: hidden;
  margin-top: 60px;
  background: url(images/down_select.png) no-repeat right rgba(255, 255, 255, 0.3);
  -webkit-background-size: 20px 16px;
  -moz-background-size: 20px 16px;
  -o-background-size: 20px 16px;
  background-size: 20px 16px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
}
nav#menutron select {
  background: transparent;
  padding: 6px 25px 6px 10px;
  font-size: 13px;
  line-height: 1.4em;
  border: 0;
  border-radius: 0;
  height: 30px;
  -webkit-appearance: none;
  color: white;
  width: 100%;
}
nav#menutron ul {
  display: none!important;
}
@media screen and (-webkit-min-pixel-ratio: 1.3), screen and (min--moz-pixel-ratio: 1.3), screen and (-o-min-pixel-ratio: 2 / 1), screen and (min-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  nav#menutron {
    background: url(images/down_select.png) no-repeat right rgba(255, 255, 255, 0.3);
    -webkit-background-size: 20px 16px;
    -moz-background-size: 20px 16px;
    -o-background-size: 20px 16px;
    background-size: 20px 16px;
  }
}
/* @end */
header.mobile {
  background: rgba(255, 255, 255, 0.9);
  height: 59px;
  position: fixed;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #f7f7f7;
  top: 0!important;
}
header.mobile a {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
header.mobile img.logo {
  margin-top: 13px;
}
.header {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 98;
  height: 125px;
  line-height: 125px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
.header img.logo {
  margin-left: 10px;
}
.header a {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.header a.logo {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  color: white;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
  margin-top: 0px;
  display: block;
  text-align: left;
}
.header nav {
  padding-top: 4px;
  float: right;
  margin-right: 20px;
}
.header nav a {
  font-size: 23px!important;
  -moz-opacity: 0.6 !important;
  -khtml-opacity: 0.6 !important;
  -webkit-opacity: 0.6 !important;
  opacity: 0.6 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60) !important;
  filter: alpha(opacity=60) !important;
  margin-right: 0px;
  margin-left: 12px;
  letter-spacing: 0;
  color: #008ab0;
  font-family: 'Myriad W01 Regular';
  text-transform: lowercase;
}
.header nav a:hover,
.header nav a.current,
.header nav a.section {
  color: #008ab0;
  text-decoration: none;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.header.shrink {
  position: fixed;
  padding-top: 0px;
  height: 70px;
  line-height: 70px;
}
.header.shrink a.logo {
  font-size: 20px;
}
.header.shrink nav {
  padding-top: 3px;
}
.header.shrink nav a {
  font-size: 20px!important;
}
.header.shrink img {
  width: 100px;
  height: auto;
}
/* @group Social Links */
.socialLinksTop {
  float: right;
  margin-left: 10px;
  padding-top: 6px;
}
.socialLinksTop a.socialicon {
  font-size: 130%!important;
  margin-left: 8px!important;
  -moz-opacity: 0.6 !important;
  -khtml-opacity: 0.6 !important;
  -webkit-opacity: 0.6 !important;
  opacity: 0.6 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60) !important;
  filter: alpha(opacity=60) !important;
}
.socialLinksTop a:hover {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.socialLinksCTA {
  margin-right: 0px!important;
  margin-top: 35px;
}
.socialLinksCTA a.socialicon {
  font-size: 230%!important;
  margin-left: 13px!important;
  margin-right: 13px;
  -moz-opacity: 0.6 !important;
  -khtml-opacity: 0.6 !important;
  -webkit-opacity: 0.6 !important;
  opacity: 0.6 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60) !important;
  filter: alpha(opacity=60) !important;
  color: white;
}
.socialLinksCTA a:hover {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .socialLinksCTA a.socialicon {
    font-size: 155%!important;
    margin-left: 8px!important;
    margin-right: 8px;
  }
}
.socialLinksBot {
  float: right;
  margin-right: 50px!important;
  margin-top: 5px;
}
.socialLinksBot a.socialicon {
  font-size: 110%!important;
  margin-left: 7px!important;
  -moz-opacity: 0.6 !important;
  -khtml-opacity: 0.6 !important;
  -webkit-opacity: 0.6 !important;
  opacity: 0.6 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60) !important;
  filter: alpha(opacity=60) !important;
}
.socialLinksBot a:hover {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
/* @group Social colours */
a.Twitter {
  color: #00aced !important;
}
a.Facebook {
  color: #3b5998 !important;
}
a.Youtube {
  color: #bb0000 !important;
}
a.Vimeo {
  color: #aad450 !important;
}
a.Pinterest {
  color: #cb2027 !important;
}
a.Linkedin {
  color: #007bb6 !important;
}
/* @end */
/* @end */
/* @group Content Blocks */
.contentBlock {
  display: block!important;
  text-align: left;
  padding-top: 0px;
}
.contentBlock img {
  margin-top: 7px;
}
.contentBlock .botspace {
  margin-bottom: 15px;
}
/* @group Gallery block */
.fullgallery {
  font-size: 9px;
  height: 10px;
}
.flickerplate {
  height: 700px;
}
@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .flickerplate {
    height: 340px!important;
  }
}
.gotogallery {
  position: absolute;
  z-index: 9;
  margin-top: 25px;
  font-size: 20px;
  font-family: 'Myriad W01 Regular';
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  text-align: center;
}
.gotogallery a {
  color: white;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 15px 7px;
}
.flick-title,
.flick-title a,
.flick-sub-text p {
  color: #161616 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.flick-title.Invert,
.flick-title.Invert a,
.flick-sub-text.Invert p {
  color: white!important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
/* @end */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .contentBlock img {
    margin-bottom: 25px;
  }
}
/* @end */
/* @group Video block */
.videorow .embed-container {
  margin-bottom: 40px!important;
}
/* @end */
/* @group Footer */
section#footer {
  background-color: #b70050;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 200px;
}
section#signoff {
  width: 100%;
  bottom: 0px;
  background: #a30047;
  padding-top: 10px!important;
  padding-bottom: 5px;
}
section#signoff p {
  font-size: 11px;
  color: white;
  margin-top: 10px;
  font-family: 'Myriad W01 Regular';
}
section#signoff a {
  color: white;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
section#signoff.fixed {
  position: fixed;
}
/* @group Add this */
.addthis {
  padding-top: 30px;
  padding-bottom: 20px;
}
.addthis_toolbox a {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.addthis_toolbox ul {
  text-align: center;
  padding-left: 0px;
}
.addthis_toolbox li {
  list-style: none;
  display: inline;
  margin-left: 2px;
  margin-right: 2px;
}
.addthis_toolbox img {
  background-color: #008ab0;
}
/* @end */
section#footerFull {
  background-color: #84003a;
  padding-top: 35px;
  padding-bottom: 5px;
}
section#footerFull .colWrap {
  background-color: #9e0045;
  padding: 20px 20px 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 30px;
  min-height: 183px;
  transition: all 0.1s linear;
}
section#footerFull .colWrap a,
section#footerFull .colWrap h4,
section#footerFull .colWrap p,
section#footerFull .colWrap li {
  color: white;
}
section#footerFull .colWrap a:hover {
  color: white!important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
section#footerFull .colWrap h4 {
  margin-bottom: 10px;
  text-align: left;
}
section#footerFull .colWrap p,
section#footerFull .colWrap li,
section#footerFull .colWrap a {
  font-size: 13px;
  margin-bottom: 4px;
}
section#footerFull .colWrap address {
  margin-bottom: -3px;
}
section#footerFull .colWrap ul {
  padding-left: 0px!important;
  margin-bottom: 0px;
}
section#footerFull .colWrap li {
  list-style: none;
}
section#footerFull .colWrap:hover {
  background-color: #930040;
}
section#footerFull .FooterSocial {
  float: right;
  margin-top: 15px;
}
section#footerFull .FooterSocial a {
  margin-left: 8px;
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section#footerFull {
    padding-top: 0px!important;
  }
  .cta {
    padding-bottom: 40px!important;
  }
  .signoff {
    margin-top: 15px;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  section#footerFull {
    padding-top: 0px!important;
  }
  .cta {
    padding-bottom: 40px!important;
  }
  .signoff {
    margin-top: 15px;
  }
}
/* @end */
/* @group Images */
.floatright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.floatleft {
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
}
.full-width {
  width: 100%;
  height: auto;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 8px;
  line-height: 1.42857143;
  background-color: #fff;
  border: none;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.Insetimage {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.Insetimage p.caption {
  text-align: right;
}
/* @end */
/* @group Buttons */
.btn {
  text-transform: uppercase;
  font-variant: normal;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Myriad W01 Regular';
}
.btn-default {
  padding: 10px 20px 7px;
  margin-top: 10px;
  border: none;
  font-size: 100%;
}
.btn-sm {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.btn-lg {
  font-size: 150%!important;
  margin-top: 10px;
  margin-bottom: 30px !important;
  padding: 19px 35px !important;
  text-align: center;
}
.btn-default :hover {
  transition: all 0.1s linear;
  border: none;
}
.LargeButton {
  padding: 19px 35px 14px;
  margin-top: 20px;
  border: none;
  font-size: 130%;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .LargeButton {
    padding: 12px 14px 10px;
    margin-top: 20px;
    border: none;
    font-size: 100%!important;
  }
}
p.centerbut {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 0px;
  display: block;
  clear: both;
}
p.centerbut a {
  margin-top: 15px!important;
}
/* @group Colours */
.XRed {
  color: white!important;
  background-color: #b70050;
}
.XRed:hover {
  color: white!important;
  background-color: #84003a;
}
.XOrange {
  background-color: #c88a12;
}
.XOrange:hover {
  background-color: #996a0e;
}
.XBlue {
  color: white;
  background-color: #008ab0;
}
.XBlue:hover {
  color: white!important;
  background-color: #00627d;
}
.XPurple {
  background-color: #650360;
}
.XPurple:hover {
  background-color: #330231;
}
.XGreen {
  background-color: #7cc62d;
}
.XGreen:hover {
  background-color: #629c24;
}
.centerbut a.XRed,
.centerbut .XOrange,
.centerbut .XBlue,
.centerbut .XPurple,
.centerbut .XGreen {
  color: white!important;
}
/* @end */
a.btn {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/* @end */
/* @group Owl Carousel */
#Inspiration,
#Children,
#Related {
  margin-top: 25px;
}
#Inspiration .item,
#Children .item,
#Related .item {
  transition: all 0.1s linear;
  padding: 5px;
  text-align: center;
  background: #ffffff;
}
#Inspiration .item .caption,
#Children .item .caption,
#Related .item .caption {
  margin-bottom: 5px;
  margin-top: 13px;
  font-size: 105%;
}
#Inspiration .item:hover,
#Children .item:hover,
#Related .item:hover {
  background: rgba(255, 255, 255, 0.7);
}
#Logos {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  margin-top: 40px;
  padding-bottom: 20px;
}
#Logos .item {
  text-align: center;
  padding: 30px;
}
.inSection .item {
  margin-right: 3px;
  transition: all 0.1s linear;
}
.inSection .item.last {
  margin-right: 0px!important;
}
/* @end */
/* @group One page Scroll (additions) */
.onepage-pagination {
  top: 40%!important;
}
.onepage-pagination a {
  color: white!important;
  border: white;
  cursor: default;
}
/* @end */
/* @group SlideShow */
.captionWrap {
  font-size: 65%;
  display: block;
  width: auto;
  position: absolute!important;
  z-index: 999999;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
}
.captionWrap.active {
  display: block!important;
}
/* @end */
/* @group Call to action, cta */
section.cta {
  background-color: #b70050;
  text-align: center;
  padding-top: 4%;
  padding-bottom: 4%;
}
section.cta h2.ctaSub {
  margin-top: 0px!important;
  color: white;
  margin-bottom: 20px;
}
section.cta p {
  font-size: 115%;
  line-height: 1.7em;
  color: white;
}
section.cta .btn-cta {
  padding: 19px 40px 15px;
  margin-top: 10px;
  border: none;
  font-size: 140%;
  background-color: white;
  color: #b70050;
  margin-top: 30px;
}
section.cta .btn-cta:hover {
  color: #b70050 !important;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .btn-cta {
    padding: 19px 30px 12px!important;
    margin-top: 10px;
    border: none;
    font-size: 140%;
    background-color: white;
    color: #c88a12;
    margin-top: 30px;
  }
}
/* @end */
/* @group Testimonials */
blockquote {
  border-left: none;
  margin: 0;
  padding: 0;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-family: 'Myriad W01 Lt It';
  font-style: normal;
  font-size: 1.4em;
}
blockquote:before {
  color: #515151;
  content: open-quote;
  font-size: 4.4em;
  line-height: 0.1em;
  margin-right: 0.13em;
  vertical-align: -0.4em;
}
.InvertText blockquote:before {
  color: white;
}
blockquote p {
  display: inline;
}
cite {
  font-family: 'Myriad W01 SmBd';
  font-size: 13px;
  display: block;
  clear: both;
  margin-top: 20px;
}
/* @end */
/* @group Project Holder */
.grid {
  margin-top: 0px!important;
}
.grid p {
  color: white;
}
.grid figure {
  margin-top: 0px!important;
  margin-bottom: -8px !important;
  background-color: #008ab0 !important;
}
.grid figure h2 {
  word-spacing: 0em!important;
}
.grid a {
  cursor: crosshair;
}
.grid h2 {
  font-size: 1.1em;
  font-family: 'Myriad W01 Regular';
}
section.nopad .grid {
  padding-top: 0px;
}
.onecol {
  width: 100%!important;
}
.twocols {
  width: 50%!important;
}
.threecols {
  width: 33.333% !important;
}
.fourcols {
  width: 25%!important;
}
/* @end */
/* @group BLEED PROJECT */
body.ProjectPage section.loader {
  border-bottom: none;
  background: url(images/Preloader_2.gif) center center no-repeat;
  -webkit-background-size: 64px 64px;
  -moz-background-size: 64px 64px;
  -o-background-size: 64px 64px;
  background-size: 64px 64px;
}
.toggle {
  position: absolute;
  z-index: 99999999!important;
  top: 30px;
  left: 20px;
  display: inline-block;
  height: 25px;
  width: 25px;
  background: url("images/hide.png");
  -webkit-background-size: 25px 25px;
  -moz-background-size: 25px 25px;
  -o-background-size: 25px 25px;
  background-size: 25px 25px;
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  .toggle {
    top: 80px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .toggle {
    top: 80px;
  }
}
.toggle.expanded {
  background: url("images/show.png");
  -webkit-background-size: 25px 25px;
  -moz-background-size: 25px 25px;
  -o-background-size: 25px 25px;
  background-size: 25px 25px;
}
.copyWrap {
  position: absolute;
  display: block;
  margin: 70px 20px 0;
  max-width: 560px;
  z-index: 99999!important;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 15px 10px 20px;
}
.copyWrap h1 {
  font-size: 25px;
  margin-bottom: 7px;
  text-transform: none;
  text-align: left;
}
.copyWrap p {
  font-size: 87%;
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  .copyWrap {
    top: 40px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .copyWrap {
    top: 40px;
  }
}
#boxscroll {
  max-height: 250px;
  width: 100%;
  overflow: auto;
  padding-right: 10px;
}
#boxscroll h1 {
  font-size: 20px;
  margin-bottom: 9px;
  text-transform: none;
}
#boxscroll p {
  padding-right: 15px;
}
.projectBaseSocial {
  position: absolute;
  z-index: 9999!important;
  bottom: 10px;
  right: 20px;
  width: auto;
}
.projectBaseSocial a {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.projectBaseSocial a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .projectBaseSocial {
    bottom: 20px;
    right: 10px;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .projectBaseSocial {
    bottom: 0px;
    right: 10px;
  }
}
/* @group Full Screen mode */
.fullScreen {
  position: absolute;
  z-index: 99;
  top: 6px;
  right: 5px;
  width: 20px;
  height: 20px;
}
.fullScreen a {
  font-size: 20px;
  color: white;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.fullScreen a:hover {
  color: white!important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
a.cancel {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Opera, Chrome, and Safari */
  display: none;
}
html:-moz-full-screen a.cancel {
  display: inline-block;
}
html:-moz-full-screen a.full {
  display: none;
}
html:-webkit-full-screen a.cancel {
  display: inline-block;
}
html:-webkit-full-screen a.full {
  display: none;
}
html:-ms-fullscreen a.cancel {
  display: inline-block;
}
html:-ms-fullscreen a.full {
  display: none;
}
html:fullscreen a.cancel {
  display: inline-block;
}
html:fullscreen a.full {
  display: none;
}
/* @end */
.gallery-pagination-controls {
  z-index: 9;
  position: fixed;
  right: 40px;
  top: 20px;
  font-size: 55px;
}
.gallery-pagination-controls a {
  color: #008ab0;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.gallery-pagination-controls a {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.gallery-pagination-controls a.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  pointer-events: none;
  cursor: default;
}
.gallery-pagination-controls.dark a,
.fullScreen.dark a {
  color: #666666 !important;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .gallery-pagination-controls {
    right: 14px;
    top: 5px;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .gallery-pagination-controls {
    right: 14px;
    top: 3px;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .gallery-pagination-controls {
    right: 8px;
    top: 3px;
    font-size: 40px;
  }
}
.playstop {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 180px;
  height: 100px;
  background: rgba(0, 0, 0, 0.2);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 99;
  line-height: 100px;
  text-align: center;
  transition: all 0.1s linear;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.playstop a {
  color: white!important;
  padding-left: 10px;
  padding-right: 7px;
  font-size: 260%;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  display: inline-block;
  margin-top: 2px;
}
.playstop a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.playstop:hover {
  display: block!important;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/* @group Lazy Gallery */
section.lazy {
  background-image: none!important;
  padding-top: 100px!important;
}
.lazycontent h1 {
  font-size: 30px;
  text-transform: none;
  margin-bottom: 14px;
  letter-spacing: 0;
}
.lazycontent img {
  margin-bottom: 5px;
  margin-top: 20px;
}
.lazyImageCaptionWrap p.ImageCredit {
  text-align: right;
  font-size: 10px;
  margin-bottom: 2px;
}
.lazyImageCaptionWrap p {
  font-size: 13px;
}
/* @end */
/* @group Thumbs Gallery (using Flexslider 2) */
section.thumbs {
  background-image: none!important;
  padding-top: 100px!important;
}
section.thumbs .flexslider {
  margin-bottom: 0px;
}
#carousel ul.slides li {
  margin-right: 5px;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  transition: all 0.1s linear;
}
#carousel ul.slides li.flex-active-slide,
#carousel ul.slides li:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.thumbGalleryContent h1 {
  font-size: 30px;
  text-transform: none;
  margin-bottom: 14px;
  letter-spacing: 0;
}
.thumbGalleryContent img {
  margin-bottom: 5px;
  margin-top: 20px;
}
.flex-caption,
.image-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.flex-caption p,
.image-caption p {
  color: white;
  background: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  padding: 5px 9px;
  margin-bottom: 0px;
  float: left;
}
.flex-caption .credit,
.image-caption .credit {
  color: white;
  background: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  padding: 5px 9px;
  margin-bottom: 0px;
  float: right!important;
}
.flex-caption .credit2,
.image-caption .credit2 {
  color: white;
  background: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  padding: 5px 9px 5px 0;
  margin-bottom: 0px;
  float: right!important;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .image-caption {
    bottom: 60px;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .image-caption {
    bottom: 80px;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .image-caption {
    bottom: 80px;
  }
}
/* @end */
/* @end */
/* @group Login Form */
body.login {
  background-color: #f7f7f7;
}
body.login h1 {
  font-size: 33px!important;
  margin-bottom: 20px!important;
}
body.login header,
body.login footer {
  display: none!important;
}
body.login #wrapper {
  padding-top: 30px;
}
body.login #outerwrapper {
  background-image: none!important;
}
body.login input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.loginWrap {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 8px 25px 10px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.loginWrap input {
  width: 100%;
  margin-bottom: 15px;
  background-color: white;
  border: 1px solid #ededed;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  outline: none;
  font-size: 120%;
  padding: 10px;
}
.loginWrap input:active,
.loginWrap input:hover,
.loginWrap input:focus {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.loginWrap label,
.loginWrap p#ForgotPassword {
  margin-bottom: 3px!important;
  font-size: 12px;
}
.loginWrap .bad {
  color: red;
}
.loginWrap #Remember {
  margin-left: 0px;
}
.loginWrap #Remember input {
  width: 22px!important;
  margin-bottom: 20px;
}
.loginWrap #Remember label.right {
  text-align: left!important;
  float: left;
  margin-top: 3px;
}
.loginWrap .Actions input {
  background-color: teal;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none!important;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  padding: 12px;
}
.loginWrap .Actions input:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/* @end */
/* @group SuperSlides */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slides-pagination {
    bottom: 20px!important;
  }
}
/* @end */
/* @group Scroll to */
#nav {
  position: fixed;
  z-index: 99;
  right: 0px;
  background: rgba(255, 255, 255, 0.8);
  width: 65px;
  top: 35%;
}
#nav span.pe-7s-angle-up,
#nav span.pe-7s-angle-down {
  font-family: "Pe-icon-7-stroke";
  font-size: 93px;
  color: #161616;
  padding-right: 10px;
  padding-left: 18px;
}
/* @end */
/* @group Mobile Menu */
.menu-link {
  color: #161616 !important;
  font-size: 30px;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 12px;
  right: 0;
  position: fixed;
  z-index: 99;
}
.menu-link:active,
.menu-link:hover {
  color: #161616 !important;
}
.panel {
  padding: 20px;
  position: fixed;
  z-index: 9999999;
  left: -15.625em;
  /*left or right and the width of your navigation panel*/
  width: 15.625em;
  /*should match the above value*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.panel ul {
  padding-left: 0px;
}
.panel li {
  list-style: none;
  background-color: #f7f7f7;
  padding: 5px 5px 5px 10px;
}
.panel li:hover {
  background-color: #eaeaea;
}
/* @end */
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 20px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url(images/ui.totop.png) no-repeat left top;
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  -o-background-size: 32px 32px;
  background-size: 32px 32px;
  transition: all 0.1s linear;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-opacity: 0.2 !important;
  -khtml-opacity: 0.2 !important;
  -webkit-opacity: 0.2 !important;
  opacity: 0.2 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20) !important;
  filter: alpha(opacity=20) !important;
}
#toTop:hover {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
body.ProjectPage #toTop {
  bottom: 15px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #toTop {
    bottom: 7px;
    right: 7px;
  }
}
/* @group Enquiry Form */
h1.contact {
  text-align: left!important;
  text-transform: none;
  margin-bottom: 20px;
}
.addressWrap {
  text-align: center;
}
.addressWrap a.socialicon {
  font-size: 130%!important;
  margin-left: 0px!important;
  margin-right: 10px;
}
.addressWrap img {
  margin-bottom: 10px;
}
.addressWrap address p {
  margin-bottom: 0px;
}
section.form {
  padding-top: 50px;
  background-color: #f7f7f7;
}
#map-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
#map-canvas .contact-details {
  width: 300px;
  height: auto;
  font-size: 1.1em;
  padding: 0.5em;
  overflow: hidden;
}
section.contact {
  padding-top: 50px;
  padding-bottom: 50px;
  background-attachment: fixed;
  background-color: white;
}
section.contact .InvertText {
  color: white!important;
}
body.ContactPage .hide {
  display: none;
}
form#Form_Form {
  margin-top: 20px;
}
form#Form_Form input[type="text"],
form#Form_Form textarea.textarea,
form#Form_Form input[type="email"] {
  width: 100%;
  border: none;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  padding: 28px 15px 25px !important;
  background-image: none!important;
  background-color: white!important;
  border: 1px solid #eaeaea;
  font-size: 1.2em;
  margin-bottom: 20px;
}
form#Form_Form input#recaptcha_response_field {
  padding: 0px!important;
}
form#Form_Form label {
  font-size: 0.8em;
  margin-top: 2px;
  margin-bottom: 4px;
  font-weight: normal;
  font-family: 'Myriad W01 Regular';
}
form#Form_Form .form-actions .btn {
  background-color: #666666;
  color: white;
  width: 100%;
  margin-top: 10px;
  padding: 15px;
  font-size: 130%;
}
form#Form_Form .required {
  background: url(images/required.png) left 30px no-repeat;
}
form#Form_Form .required label {
  padding-left: 11px!important;
}
form#Form_Form span.required,
form#Form_Form span.validation {
  padding-top: 15px;
  color: red;
  background-image: none;
  font-size: 0.8em;
}
form#Form_Form .radio,
form#Form_Form .checkbox {
  margin-top: 5px;
}
form#Form_Form .radio label,
form#Form_Form .checkbox label {
  padding-top: 2px !important;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  form#Form_Form input[type="checkbox"] {
    margin-top: -2px;
    background-color: white;
    border: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}
/* @end */
/* @group Blog */
/* @group Blog Holder */
body.BlogHolder h1 {
  text-align: center!important;
}
body.BlogHolder section.first {
  padding-top: 260px;
}
body.BlogHolder section {
  padding-top: 120px;
  padding-bottom: 100px;
}
body.BlogHolder section article {
  text-align: center;
  margin-bottom: 50px;
  font-size: 115%!important;
}
body.BlogHolder .tight {
  padding-top: 30px!important;
}
body.BlogHolder .holder p {
  min-height: 40px;
  margin-bottom: 0px;
  margin-top: 10px;
}
body.BlogHolder .wrap {
  transition: all 0.1s linear;
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 430px;
}
body.BlogHolder .wrap img,
body.BlogHolder .wrap iframe {
  margin-bottom: 0px!important;
}
body.BlogHolder .wrap a {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
body.BlogHolder .wrap h3 {
  margin-bottom: 14px!important;
  text-transform: capitalize;
}
body.BlogHolder .wrap h3 span {
  font-size: 13px;
}
body.BlogHolder .wrap:hover {
  background-color: #fcfcfc;
}
body.BlogEntry section.blog {
  padding-top: 180px!important;
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body.BlogHolder section.blog,
  body.BlogEntry section.blog {
    padding-top: 100px!important;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.BlogHolder section.blog {
    padding-top: 110px!important;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.BlogEntry section.blog {
    padding-top: 180px!important;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  body.BlogHolder section.blog,
  body.BlogEntry section.blog {
    padding-top: 90px!important;
  }
}
body.BlogHolder section.blog,
body.BlogEntry section.blog {
  padding-top: 250px;
}
/* @end */
span.seperator {
  color: #666666;
  margin-right: 10px;
  margin-left: 10px;
}
p.tags {
  margin-top: -20px !important;
  margin-bottom: 50px;
}
p.blogVitals {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.3em;
}
p.comments {
  margin-bottom: 7px;
  margin-top: 0px;
  font-size: 13px;
  line-height: 1.3em;
}
p.authorDate {
  border-bottom: 1px solid #666666;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
/* @group Page Comments */
p.commenting-rss-feed {
  margin-bottom: 50px;
}
#comments-holder {
  margin-bottom: 15px;
}
#comments-holder ul.comments-list {
  margin-left: 0px!important;
  padding: 0;
}
#comments-holder ul.comments-list li {
  padding: 0;
  background-color: white;
  margin-top: 10px;
}
#comments-holder p.info {
  font-size: 80%;
  margin-bottom: 0px;
}
#comments-holder li.comment {
  list-style: none;
}
#comments-holder h4 {
  margin-top: 60px!important;
  border-top: 2px solid #666666;
  padding-top: 10px;
  margin-bottom: 0px;
}
#comments-holder label {
  font-size: 12px;
  margin-top: 15px;
}
#comments-holder input[type=text],
#comments-holder textarea,
#comments-holder input[type=email] {
  width: 100%;
  padding: 10px;
}
#comments-holder input[type=submit] {
  margin-top: 15px!important;
  margin-bottom: 30px!important;
  width: 100px!important;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #666666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: white;
}
ul.action-links {
  padding-left: 0px;
  margin-bottom: 50px;
}
ul.action-links li {
  display: inline;
  list-style: none;
}
ul.action-links a {
  background-color: #b70050;
  padding: 7px 12px;
  color: white!important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.8em;
  text-transform: capitalize;
}
ul.action-links a:hover {
  background-color: #84003a;
}
/* @end */
/* @group Blog Entry */
body.BlogEntry p.date,
body.BlogHolder p.date {
  margin-top: 10px;
  margin-bottom: 20px!important;
  text-transform: capitalize;
}
body.BlogEntry .imagecopy,
body.BlogHolder .imagecopy {
  margin-bottom: 40px;
  margin-top: 0px;
}
body.BlogEntry .Sidebar h3,
body.BlogHolder .Sidebar h3 {
  text-align: left!important;
  font-size: 16px;
}
body.BlogEntry .Sidebar ul,
body.BlogHolder .Sidebar ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
body.BlogEntry .Sidebar li,
body.BlogHolder .Sidebar li {
  list-style: none;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 7px;
}
body.BlogEntry .Sidebar li:last-child,
body.BlogHolder .Sidebar li:last-child {
  border-bottom: none;
}
body.BlogEntry .Sidebar .WidgetHolder,
body.BlogHolder .Sidebar .WidgetHolder {
  background-color: #f7f7f7;
  margin-bottom: 10px;
}
body.BlogEntry .Sidebar blockquote,
body.BlogHolder .Sidebar blockquote {
  font-size: 1em;
  margin-bottom: 15px;
}
body.BlogEntry .Sidebar cite,
body.BlogHolder .Sidebar cite {
  margin-top: 8px;
}
body.BlogEntry .Sidebar blockquote:before,
body.BlogHolder .Sidebar blockquote:before {
  color: #515151;
  content: open-quote;
  font-size: 3.4em;
  line-height: 0.1em;
  margin-right: 0.13em;
  vertical-align: -0.4em;
}
.date {
  margin-bottom: 15px;
}
.blogInsetImageLeft,
.blogInsetImageRight {
  margin-top: 8px;
}
.blogInsetImageLeft {
  margin-right: 30px;
  float: left;
}
.blogInsetImageRight {
  margin-left: 30px;
  float: right;
}
.blogInsetImageFull {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 15px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .blogInsetImageLeft {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .blogInsetImageLeft img {
    width: 100%!important;
    height: auto;
  }
  .blogInsetImageRight {
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .blogInsetImageRight img {
    width: 100%!important;
    height: auto;
  }
}
/* @end */
/* @group Blog Summary */
.blogSummary {
  margin-top: 30px;
  display: inline-block;
  padding-bottom: 6px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.blogSummary .first {
  margin-top: 0px;
  border-top: none!important;
}
.blogSummary .last {
  border-bottom-style: none;
}
.blogSummary h2 {
  margin-top: 0px !important;
  padding-bottom: 7px;
  padding-top: 0px;
  margin-bottom: 0;
  font-size: 1.4em;
}
/* @end */
/* @group Page pagination */
.pagePagination {
  font-size: 300%!important;
  display: none;
}
.pagePagination a {
  color: white;
  z-index: 999;
  -webkit-font-smoothing: antialiased;
  top: 37%;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  transition: all 0.1s linear;
}
.pagePagination a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: white !important;
}
.pagePagination .prevpage {
  position: fixed!important;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 14px 20px 15px 15px;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagePagination .nextpage {
  position: fixed!important;
  right: 0;
  text-align: right;
  background: rgba(0, 0, 0, 0.2);
  padding: 14px 15px 15px 20px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagePagination .disabledarrows,
.pagePagination .inlinePagePagination .disabledarrows {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .pagePagination {
    font-size: 250%!important;
  }
  .pagePagination a {
    top: 50%;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
  .pagePagination .prevpage {
    padding: 3px 10px 5px 5px;
  }
  .pagePagination .nextpage {
    padding: 3px 5px 5px 10px;
  }
  .pagePagination .disabledarrows,
  .pagePagination .inlinePagePagination .disabledarrows {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
  }
}
/* @group Shake */
@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
.shake:hover,
.shake:focus {
  -webkit-animation-name: spaceboots;
  -webkit-animation-duration: 0.4s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.shake {
  display: inline-block;
  cursor: not-allowed;
}
/* @end */
/* @group Folio Modal */
.portfolio-modal .modal-content {
  padding: 100px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.portfolio-modal .modal-content img {
  margin-bottom: 5px;
  margin-top: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .modal-content h2 {
  text-transform: none;
}
.portfolio-modal .modal-content p {
  margin-bottom: 0px;
}
.modal-body button {
  display: block;
  clear: both;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.portfolio-modal .close-modal {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: #008ab0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #008ab0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* @end */
/* @group Modal Content */
.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  border: none;
}
.modal-header {
  padding: 15px 15px 5px;
  border-bottom: none;
}
.modalContent {
  font-size: 85%;
}
.modalContent ul {
  margin-left: 0px;
  padding-left: 0px;
}
.modalContent li,
.modalContent p,
.modalContent h1,
.modalContent h2,
.modalContent h3,
.modalContent h4,
.modalContent h6,
.modalContent h6 {
  list-style: none;
  margin-bottom: 3px;
  color: #515151 !important;
}
h4.modaltitle {
  margin-bottom: 0px!important;
  font-size: 170%;
  padding-top: 15px;
  padding-left: 0px;
  color: #515151 !important;
  text-align: left;
}
/* @end */
/* @group Text coloumns */
.two-col {
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  text-align: left;
}
.three-col {
  -moz-column-count: 3;
  -moz-column-gap: 30px;
  -webkit-column-count: 3;
  -webkit-column-gap: 30px;
  text-align: left;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .two-col {
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
  .three-col {
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .two-col {
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
  .three-col {
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}
/* @end */
/* @group Video Container */
/*iframe#mbYTP_bgndVideo {
	position: fixed;
}*/
.video-section .buttonBar {
  display: none;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mbYTP_wrapper {
    display: none;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .mbYTP_wrapper {
    display: none;
  }
}
/* @end */
/* @group Flexslider mods */
.flexslider {
  border: none!important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.flex-direction-nav {
  display: none;
}
/* @end */
/* @group Ticker */
#ticker {
  height: 45px;
  overflow: hidden;
  background-color: #b70050;
  margin-bottom: 0px;
  margin-left: auto!important;
  margin-right: auto!important;
  display: block!important;
  padding-top: 8px;
  padding-right: 10px;
  padding-left: 10px !important;
  margin-top: 125px;
}
#ticker li {
  height: 45px;
  list-style: none!important;
  color: white!important;
  text-align: center;
  font-family: 'Myriad W01 Regular';
  font-size: 1.2em;
}
/* sub desktop ----------- */
@media only screen and (min-width: 0px) and (max-width: 1200px) {
  #ticker {
    margin-top: 60px!important;
    height: 45px;
  }
  #ticker li {
    font-size: 13px;
    line-height: 16px;
    height: 45px;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #ticker {
    height: 30px;
    margin-top: 125px;
  }
}
/* @end */
#target-content {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
#target-content:target {
  pointer-events: all;
  opacity: 1;
}
#target-content #target-inner {
  position: absolute;
  display: block;
  padding: 30px 25px 25px 25px;
  width: 320px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: white;
  font-family: 'Myriad W01 Regular';
}
#target-content #target-inner label {
  font-size: 12px;
  margin-bottom: 2px;
  margin-top: 15px;
}
#target-content #target-inner input {
  width: 100%;
  padding: 7px;
}
.js-cm-submit-button {
  background-color: #b70050;
  border: none;
  outline: none;
  color: white;
  padding: 7px 16px 7px 16px;
  margin-top: 16px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#target-content a.close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: black;
  font-size: 20px;
}
