/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*
- Colours
- Fonts
- Mixins
- Reset Styles
- Body
- Links
- Images
- Lists
- Paragraphs
- Headers
- Banner
- Main Menu
- Callouts
- Pages
- Sidebars
- Footer


*/
@font-face {
  font-family: 'SaborDisplaySSKRegular';
  src: url('../../fonts/sabordisplayssk_regular-webfont.eot');
  src: url('../../fonts/sabordisplayssk_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/sabordisplayssk_regular-webfont.woff') format('woff'), url('../../fonts/sabordisplayssk_regular-webfont.ttf') format('truetype'), url('../../fonts/sabordisplayssk_regular-webfont.svg#SaborDisplaySSKRegular') format('svg');
}
/* Button Style */
/* Alt Button Style */
div.panel {
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: none;
  border: none;
  margin: 0;
  padding: 0;
}
/* Make Unresponsive */
html {
  font-size: 100%;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
body {
  font-family: "museo-sans", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  color: #555555;
  line-height: 1.5em;
  height: 100%;
  overflow-y: hidden;
}
body.page-template-page-work-php {
  overflow-y: auto;
}
body.page-template-page-work-php .container {
  margin-bottom: 75px;
}
div#main {
  position: relative;
  height: 100%;
}
.container {
  height: 100%;
}
.content-container {
  height: 100%;
}
a,
a:hover {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
/* Standard Links */
a {
  color: inherit;
  text-decoration: underline;
}
a:hover,
a:focus,
a:active {
  color: inherit ;
  text-decoration: none;
}
/* Image Link Opacity */
a img {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
a:hover img {
  opacity: 0.6;
}
/* Button Links */
a.button {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  /* Font Settings */
  font-size: ;
  line-height: ;
  color: white;
  /* Drop Shadow and Inset Shadow. */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px, inset rgba(250, 250, 250, 0.75) 0 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px, inset rgba(250, 250, 250, 0.75) 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px, inset rgba(250, 250, 250, 0.75) 0 1px 1px;
  /* Background color and Gradient and Border */
  background: ;
  /* Corners, Borders, and Padding */
  border: solid 1px #color;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 2px  10px;
  position: relative;
  overflow: visible;
}
a.button:hover {
  color: white;
}
a.button:active {
  top: 2px;
}
a.button.blue {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  /* Font Settings */
  font-size: ;
  line-height: ;
  color: white;
  /* Drop Shadow and Inset Shadow. */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px, inset rgba(250, 250, 250, 0.75) 0 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px, inset rgba(250, 250, 250, 0.75) 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px, inset rgba(250, 250, 250, 0.75) 0 1px 1px;
  /* Background color and Gradient and Border */
  background: ;
  /* Corners, Borders, and Padding */
  border: solid 1px #color;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 2px  10px;
  position: relative;
  overflow: visible;
}
a.button.blue:hover {
  color: white;
}
a.button.blue:active {
  top: 2px;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#supersized img {
  max-width: none;
}
/* Main List Style */
ul {
  list-style: none;
}
ul li {
  margin-bottom: 0px;
}
ul li a {
  color: ;
}
ul li a:hover {
  color: ;
}
ul.menu {
  list-style: none;
}
ul.menu li {
  display: inline;
}
ul.menu li a {
  text-decoration: none;
}
ul.menu li:before {
  content: none;
}
.center-col .block-grid {
  padding-bottom: 35px;
}
p {
  padding-bottom: 15px;
  margin: 0;
  line-height: 1.5em;
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SaborDisplaySSKRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #555555;
  line-height: 1em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #555555;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: ;
}
h1,
h2 {
  font-size: 1.250em;
}
.gform_wrapper {
  margin: 0;
}
.gform_wrapper li:before {
  content: none;
}
.gform_wrapper img {
  width: auto;
}
.gform_wrapper .gform_heading {
  margin-bottom: 0;
}
.gform_wrapper h3.gform_title {
  margin: 0;
}
.gform_wrapper .top_label .gfield_label {
  font-weight: 700;
  font-size: 0.9375em;
}
.gform_wrapper .top_label .gfield_label .gfield_required {
  color: red;
}
.gform_wrapper input.input-text,
.gform_wrapper textarea,
.gform_wrapper select {
  margin-bottom: 0;
}
.gform_wrapper .gform_footer {
  padding: 0;
  margin: 10px 0 0 0;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  /* Font Settings */
  font-size: ;
  line-height: ;
  color: white;
  /* Drop Shadow and Inset Shadow. */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px, inset rgba(250, 250, 250, 0.75) 0 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px, inset rgba(250, 250, 250, 0.75) 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px, inset rgba(250, 250, 250, 0.75) 0 1px 1px;
  /* Background color and Gradient and Border */
  background: ;
  /* Corners, Borders, and Padding */
  border: solid 1px #color;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 2px  10px;
  position: relative;
  overflow: visible;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover {
  color: white;
}
.gform_wrapper .gform_footer input.button:active,
.gform_wrapper .gform_footer input[type="submit"]:active {
  top: 2px;
}
form input[type="text"],
form input[type="url"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form input[type="password"],
form textarea {
  font-size: 0.9375em;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px !important;
}
form input[type="text"]:focus,
form input[type="url"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus,
form textarea:focus {
  color: black;
}
.top-menu {
  background: url('../../images/bg-top.jpg') repeat-x top center;
  padding-top: ;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
}
.top-menu .left ul {
  margin: 0;
}
header[role=banner] > a {
  background: #555555;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  border: solid 1px #3b3b3b;
}
header[role=banner] > a:hover {
  background: rgba(85, 85, 85, 0.6);
}
header[role=banner] > a img {
  width: auto;
  margin: auto;
  padding: 90px 0 75px;
}
header[role=banner] .logo-phone {
  display: none;
}
ul#main-nav {
  font-size: 0.813em;
}
ul#main-nav > li {
  padding: 0;
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
  font-family: "SaborDisplaySSKRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1.2px;
}
ul#main-nav > li > a {
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* Drop Shadow and Inset Shadow. */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px, inset rgba(42, 49, 52, 0.35) 0 0px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px, inset rgba(42, 49, 52, 0.35) 0 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px, inset rgba(42, 49, 52, 0.35) 0 0px 1px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  border: 1px solid #444444;
  display: block;
  padding-left: 33px;
}
ul#main-nav > li:hover,
ul#main-nav > li.current_page_item,
ul#main-nav > li.current_page_ancestor {
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
  border-left: 4px solid #ffde00;
  background: #555555;
}
ul#main-nav > li:hover > a,
ul#main-nav > li.current_page_item > a,
ul#main-nav > li.current_page_ancestor > a {
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
  border-left: none;
  padding-left: 30px;
}
ul#main-nav > li.current_page_item ul.sub-menu,
ul#main-nav > li.current_page_ancestor ul.sub-menu {
  display: block;
}
ul#main-nav ul.sub-menu {
  background: #666666;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 10px;
}
ul#main-nav ul.sub-menu li {
  padding-left: 4px;
  font-family: "SaborDisplaySSKRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
ul#main-nav ul.sub-menu li a {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  display: block;
  width: 85%;
}
ul#main-nav ul.sub-menu li:hover a,
ul#main-nav ul.sub-menu li.current-menu-item a {
  background: url(../../images/icon-arrow.png) no-repeat 15px center;
  -webkit-transition: none ;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  border: none;
}
ul#main-nav li ul li,
ul#main-nav li ul li a {
  text-decoration: none !important;
}
.center-col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 60px;
}
.slides-for-phones {
  display: none;
}
.slides-for-phones img {
  width: 100%;
}
/* SLIDE CAPTIONS MAIN PAGES*/
#controls-wrapper {
  top: 395px;
}
#controls-wrapper h3 {
  font-family: "SaborDisplaySSKRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: white;
  font-size: 1.500em;
  padding-bottom: 15px;
}
#controls-wrapper #slidecaption {
  font-family: "museo-sans", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
}
#controls-wrapper #slidecaption a {
  display: inline;
  float: none;
}
#controls-wrapper #slidecaption img {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 5px;
}
#controls-wrapper a {
  display: block;
  float: left;
  text-decoration: none;
  line-height: 1.5em;
  font-size: 1em;
}
#controls-wrapper a:hover {
  text-decoration: underline;
}
/* SLIDE OUT */
#content[role=complementary] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 25px;
}
#content[role=main],
aside#sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  padding-top: 100px;
  padding-bottom: 60px;
  border-left: solid 1px #999999;
  overflow: auto;
  /* Drop Shadow and Inset Shadow. */
  -webkit-box-shadow: inset rgba(42, 49, 52, 0.35) 0 0px 4px;
  -moz-box-shadow: inset rgba(42, 49, 52, 0.35) 0 0px 4px;
  box-shadow: inset rgba(42, 49, 52, 0.35) 0 0px 4px;
  height: 100%;
}
#content[role=main] h1,
aside#sidebar h1 {
  padding-bottom: 50px;
  max-width: 100%;
}
#content[role=main] h1 strong,
aside#sidebar h1 strong {
  display: block;
  max-width: 100%;
  word-wrap: break-word;
}
#content[role=main] p,
aside#sidebar p {
  font-family: "museo-sans", serif;
  font-style: normal;
  font-weight: 300;
  color: #555555;
  font-size: 0.750em;
}
#content[role=main] .type-team header,
aside#sidebar .type-team header,
#content[role=main] .type-work header,
aside#sidebar .type-work header {
  padding-bottom: 25px;
}
#content[role=main] .type-team h1,
aside#sidebar .type-team h1,
#content[role=main] .type-work h1,
aside#sidebar .type-work h1,
#content[role=main] .type-team h3,
aside#sidebar .type-team h3,
#content[role=main] .type-work h3,
aside#sidebar .type-work h3,
#content[role=main] .type-team h4,
aside#sidebar .type-team h4,
#content[role=main] .type-work h4,
aside#sidebar .type-work h4 {
  padding-bottom: 0px;
  color: #555555;
  letter-spacing: 1.5px;
  line-height: 1.5em;
  text-transform: uppercase;
}
#content[role=main] .type-team h3,
aside#sidebar .type-team h3,
#content[role=main] .type-work h3,
aside#sidebar .type-work h3,
#content[role=main] .type-team h4,
aside#sidebar .type-team h4,
#content[role=main] .type-work h4,
aside#sidebar .type-work h4 {
  font-size: 0.650em;
}
#content[role=main] .post-box,
aside#sidebar .post-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 150px;
}
/* SLIDE OUT CONTROLS */
.slide-nav {
  z-index: 200;
}
.slide-nav #prevslide #nextslide {
  opacity: 0.6;
}
.slide-nav #content-toggle {
  border-right-color: white;
  position: relative;
  left: 1px;
  margin-bottom: 1px;
  display: block !important;
}
.slide-nav #content-toggle.closed {
  background: #ffffff url('../../images/icon-closed.png') no-repeat center center;
}
.slide-nav #content-toggle.open {
  background: #ffffff url('../../images/icon-open.jpg') no-repeat center center;
}
.slide-nav .load-item {
  position: relative;
  left: 2px;
  height: 32px;
  cursor: pointer;
}
.slide-nav .landing-page {
  background: #222222 url(../../images/icon-squares.png) no-repeat center center;
  border: solid 1px #444444;
  height: 30px;
  top: 2px;
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
  left: 2px;
  position: relative;
  width: 29px;
}
.slide-nav .landing-page:hover {
  background: #222222 url(../../images/icon-squares-hover.jpg) no-repeat center center;
}
.slide-nav-phone {
  display: none;
}
/*next previous work project */
.previous-project,
.next-project {
  font-family: "SaborDisplaySSKRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: .8em;
  left: auto;
  top: auto;
  position: absolute;
  bottom: 66px;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 30px;
  border: 1px solid #999999;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.35);
  border-left: solid 3px #ffde00;
  background: #ffffff url(../../images/icon-next.png) no-repeat 10px center;
  z-index: 190;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 200px;
  left: 2px;
  height: 28px;
}
.previous-project:hover,
.next-project:hover {
  background-position: 3% center;
  padding-left: 40px;
  padding-right: 20px;
  left: -200px;
}
.previous-project p,
.next-project p {
  font-size: 0.7em;
  padding-bottom: 0;
  line-height: 1.2em;
  max-width: 180px;
}
.previous-project a,
.next-project a {
  margin-left: 5px;
}
.previous-project {
  bottom: 33px;
  background: #ffffff url(../../images/icon-prev.png) no-repeat 10px center;
}
/* TEAM PAGE / WORK PAGE*/
.page-template-page-team-php {
  overflow-y: auto;
  overflow-x: hidden;
}
article.type-team a,
article.type-work a {
  vertical-align: bottom;
}
article.type-team a .content,
article.type-work a .content {
  font-family: "SaborDisplaySSKRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 1.5px;
}
article.type-team a .content h2,
article.type-work a .content h2 {
  font-size: 1.125em;
  color: white;
  font-weight: 400;
  position: absolute;
  bottom: 15%;
  max-width: 180px;
  word-wrap: break-word;
}
article.type-team a .content p,
article.type-work a .content p {
  font-size: 0.668em;
  position: absolute;
  bottom: -4%;
}
#slidecounter {
  color: #FFFFFF;
  left: 2px;
  margin-bottom: 1px;
  max-width: 26px;
  padding: 8px 2px;
  height: 20px;
  position: relative;
  text-align: center;
  font-family: "SaborDisplaySSKRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
#slidecounter span {
  display: block;
  font-size: 10px;
  text-align: center;
}
#slidecounter span.slidenumber {
  left: 1px;
  position: absolute;
  text-align: right;
  top: 1px;
  width: 10px;
}
#slidecounter span.totalslides {
  bottom: -2px;
  position: absolute;
  right: 2px;
  text-align: center;
  width: 12px;
}
article.type-team .image img {
  border: solid 1px solid #ddd;
  box-sizing: border-box;
}
/* SINGLE TEAM */
.single-team .favourite {
  margin-right: 50px;
  width: 17%;
  font-size: 0.750em;
}
.single-team .favourite p {
  font-family: "museo-sans", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 2em;
  color: #444444;
}
/* BLOG PAGE */
article.type-post {
  margin-bottom: 55px;
  padding-bottom: 20px;
}
article.type-post header {
  font-family: "SaborDisplaySSKRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.688em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
article.type-post header h2 {
  font-size: 1.818em;
  padding-top: 10px;
}
article.type-post img.attachment-thumbnail {
  width: 200px;
  /* 			height:200px; */
}
article.type-post img.attachment-full {
  margin-bottom: 15px;
}
article.type-post .read-more,
article.type-post a[rel=category] {
  margin-left: 5px;
  text-decoration: underline;
}
article.type-post .read-more:hover,
article.type-post a[rel=category]:hover {
  text-decoration: none;
}
article.type-post a.read-more {
  font-size: 0.857em;
}
article.type-post li,
article.type-post p {
  font-family: "museo-sans", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875em;
}
article.type-post ul {
	list-style: disc;
	margin-left: 20px;
}
/* SINGLE BLOG PAGE */
.single-post header {
  margin-bottom: 10px;
}
.single-post .entry-content a {
  text-decoration: underline;
}
.single-post .entry-content a:hover {
  color: #ffdb03;
}
.single-post .load-item.landing-page {
  position: relative;
  /* 		top:63px; */
}
.single-post .simply-scroll-back,
.single-post .simply-scroll-btn-up.disabled {
  top: 72px;
}
.single-post .simply-scroll-forward,
.single-post .simply-scroll-btn-down.disabled {
  top: 105px;
}
.single-post article.type-post {
  padding-right: 15px;
}
/* SIMPLY SCROLL BUTTONS */
.simply-scroll-back,
.simply-scroll-btn-up.disabled {
  background: url(../../images/button-up.jpg) no-repeat center center;
  background-position: center center !important;
  top: 35px;
  bottom: auto;
  right: auto;
}
.simply-scroll-forward,
.simply-scroll-btn-down.disabled {
  background: url(../../images/button-down.jpg) no-repeat center center;
  background-position: center center !important;
  top: 66px;
  bottom: auto;
  right: auto;
}
.simply-scroll-forward,
.simply-scroll-back {
  display: block;
  background-position: center center !important;
  left: 2px;
  max-width: 30px;
  max-height: 31px;
}
.blog .simply-scroll-back,
.blog .simply-scroll-btn-up.disabled {
  top: 36px;
}
.blog .simply-scroll-forward,
.blog .simply-scroll-btn-down.disabled {
  top: 68px;
}
.simply-scroll-clip {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-right: 30px;
}
.single .simply-scroll-clip {
  margin-top: 0px;
  padding-right: 30px;
}
html .work-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html .work-slider .slick-list,
html .work-slider .slick-track {
  height: 100%;
}
html .work-slider .slide {
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}
aside#sidebar .widget_categories h3,
aside#sidebar .widget_archive h3 {
  font-size: 0.750em;
  padding-bottom: 10px;
}
aside#sidebar .widget_categories ul,
aside#sidebar .widget_archive ul {
  font-family: "museo-sans", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.750em;
  margin-bottom: 20px;
}
.bg-pattern {
  position: fixed;
  background-attachment: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0px;
}
.bg-shadow {
  background: url(../../images/bg-shadow.png) no-repeat top left;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0px;
}
.page-template-page-team-php div.parallax,
.page-template-page-work-php div.parallax {
  width: 98.3%;
}
.page-template-page-team-php .bg-pattern,
.page-template-page-work-php .bg-pattern {
  right: 15px;
}
.page-template-page-team-php .bg-shadow,
.page-template-page-work-php .bg-shadow {
  right: 15px;
}
footer#content-info {
  padding: 2.5px 0;
}
footer#content-info ul.menu {
  margin-left: 35px;
  float: left;
}
footer#content-info ul.menu li {
  margin: 0 5px;
  vertical-align: center;
}
footer#content-info div.right {
  margin-right: 35px;
  font-family: "SaborDisplaySSKRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
footer#content-info div.right p {
  color: #f2f2f2;
  font-size: 0.7em;
  padding-top: 4px;
  text-transform: uppercase;
}
footer#content-info div.right a {
  color: #fff;
}
/*800px
- turn off rollover for team/work
*/
@media screen and (max-width: 800px) {
  html {
    overflow-x: visible;
    overflow-y: visible;
  }
  a:hover img {
    -webkit-transition: 0s ease;
    -moz-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
    opacity: 1;
  }
  .center-col .block-grid > li {
    overflow: visible;
    display: inline-block;
    float: none;
    height: auto;
    vertical-align: top;
  }
  .work {
    overflow: auto;
  }
  .type-work .content,
  .type-team .content {
    display: block !important;
  }
  .page-template-page-work-php .center-col .block-grid,
  .page-template-page-team-php .center-col .block-grid {
    height: auto;
  }
  .page-template-page-work-php .center-col .block-grid li.work,
  .page-template-page-team-php .center-col .block-grid li.work {
    height: auto;
  }
  .page-template-page-work-php .center-col .block-grid li.work img,
  .page-template-page-team-php .center-col .block-grid li.work img {
    vertical-align: bottom;
  }
  .page-template-page-work-php .center-col .block-grid .content,
  .page-template-page-team-php .center-col .block-grid .content {
    position: static;
    height: auto;
    padding: 5px 0;
    min-height: 50px;
  }
  .page-template-page-work-php .center-col .block-grid .content h2,
  .page-template-page-team-php .center-col .block-grid .content h2,
  .page-template-page-work-php .center-col .block-grid .content p,
  .page-template-page-team-php .center-col .block-grid .content p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
    max-width: 1000px;
    width: 100%;
    padding: 2px 10px;
  }
  .page-template-page-work-php .center-col .block-grid .content h2,
  .page-template-page-team-php .center-col .block-grid .content h2 {
    font-size: .9em;
  }
  .page-template-page-work-php .center-col .block-grid .content p,
  .page-template-page-team-php .center-col .block-grid .content p {
    font-size: .8em;
  }
}
@media screen and (max-width: 600px) {
  header[role=banner] {
    position: relative;
    width: 100%;
    text-align: center;
    background: #555555;
  }
  header[role=banner] > a {
    border: none;
    margin: 0;
  }
  header[role=banner] > a img {
    padding: 25px 0 20px;
  }
  header[role=banner] ul#main-nav li a {
    padding: 5px 4px;
    width: 100%;
  }
  header[role=banner] ul#main-nav li.current_page_ancestor.page-item-8 ul.sub-menu,
  header[role=banner] ul#main-nav li.current_page_item.page-item-8 ul.sub-menu {
    display: none;
  }
  header[role=banner] ul#main-nav li:hover a {
    padding: 5px 0;
  }
  header[role=banner] ul#main-nav li ul.sub-menu {
    display: none;
  }
  .center-col {
    width: 95%;
    margin: 0 2.5%;
    left: auto;
    float: none;
    text-align: center;
  }
  .page-template-page-work-php .center-col,
  .page-template-page-team-php .center-col {
    width: 95%;
  }
  .page-template-page-work-php .center-col .block-grid,
  .page-template-page-team-php .center-col .block-grid {
    height: auto;
    text-align: center;
  }
  .page-template-page-work-php .center-col .block-grid li.work,
  .page-template-page-team-php .center-col .block-grid li.work {
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: auto;
  }
  .page-template-page-work-php .center-col .block-grid li.work img,
  .page-template-page-team-php .center-col .block-grid li.work img {
    vertical-align: bottom;
  }
  .page-template-page-work-php .center-col .block-grid li.work:nth-of-type(even),
  .page-template-page-team-php .center-col .block-grid li.work:nth-of-type(even) {
    margin-right: 0;
  }
  .page-template-page-work-php .center-col .block-grid .content,
  .page-template-page-team-php .center-col .block-grid .content {
    position: static;
    height: auto;
    padding: 5px 0;
    min-height: 50px;
  }
  .page-template-page-work-php .center-col .block-grid .content h2,
  .page-template-page-team-php .center-col .block-grid .content h2,
  .page-template-page-work-php .center-col .block-grid .content p,
  .page-template-page-team-php .center-col .block-grid .content p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
    max-width: 1000px;
    width: 100%;
    padding: 2px 10px;
  }
  .page-template-page-work-php .center-col .block-grid .content h2,
  .page-template-page-team-php .center-col .block-grid .content h2 {
    font-size: .9em;
  }
  .page-template-page-work-php .center-col .block-grid .content p,
  .page-template-page-team-php .center-col .block-grid .content p {
    font-size: .7em;
  }
  .single-work {
    overflow-y: auto;
  }
  .single-work #content-container {
    height: auto;
  }
  .single-work #content[role=main] {
    overflow: hidden;
  }
  #content-container {
    height: auto;
  }
  #content[role=main] {
    overflow: hidden;
  }
  .single-team {
    /* Added by Flynn */
  }
  .single-team .favourite {
    position: relative;
    /* Was absolute */
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 999;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background: white;
    border: solid thin black;
  }
  .single-team .favourite img {
    max-width: 25%;
    float: left;
    margin: 10px;
  }
  .single-team .favourite p {
    margin-top: 50px;
  }
  .single-team #content[role=main] .post-box {
    padding-bottom: 0px;
  }
  #content[role=main],
  aside#sidebar {
    position: relative;
    width: 100%;
    min-height: 0;
    left: auto;
  }
  #content[role=main] .post-box,
  aside#sidebar .post-box {
    padding-bottom: 200px;
  }
  .slide-nav {
    display: none;
  }
  .home .slide-nav,
  .single-post .slide-nav {
    display: block;
  }
  .single-team,
  .page-template-default,
  .blog {
    overflow: auto;
  }
  .single-team .center-col,
  .page-template-default .center-col,
  .blog .center-col {
    position: static;
  }
  .single-team #content[role="main"],
  .page-template-default #content[role="main"],
  .blog #content[role="main"],
  .single-team aside#sidebar,
  .page-template-default aside#sidebar,
  .blog aside#sidebar {
    overflow: hidden;
  }
  .home {
    overflow: auto;
    background: #fff;
  }
  .home #controls-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
  }
  .home #controls h3 {
    color: #555555;
  }
  .home .parallax {
    display: none;
  }
  .home #supersized-loader,
  .home .bg-shadow,
  .home #supersized {
    display: none;
  }
  .home .slide-nav {
    display: none;
  }
  .home .slide {
    overflow: auto;
    margin-bottom: 50px;
  }
  .home .slides-for-phones {
    display: block;
    color: #555555;
    padding-bottom: 50px;
  }
  .home .slides-for-phones .slide:nth-of-type(n+4) {
    display: none;
  }
  .parallax,
  .bg-shadow,
  #supersized {
    display: none;
  }
}
@media screen and (max-width: 585px) {
  .single #content[role=main],
  .single.single-work #content[role=main],
  .single.single-team #content[role=main] {
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  header[role=banner] .logo-phone {
    display: inline;
  }
  header[role=banner] .logo-phone img {
    max-width: 156px;
  }
  header[role=banner] .logo-regular {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .single-team #content[role="main"] {
    padding: 30px 25px 0;
  }
  .single-team .favourite {
    /*margin-bottom: 20px;*/
  }
  .single-team .favourite img {
    display: block;
    float: none;
    margin: 10px auto;
    max-width: 100%;
  }
  .single-team .favourite p {
    color: #555;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 10px;
  }
  .single-team .images {
    padding-bottom: 10px;
  }
  .page-id-27 #content[role="main"] {
    padding: 30px 25px 0;
  }
  .page-id-27 #content[role="main"] h1 {
    padding-bottom: 0;
  }
  .single-work #content[role="main"] {
    padding: 30px 25px 0;
  }
  .single-work #content[role="main"] .post-box {
    padding-bottom: 100px;
  }
  .single-work .show-on-phones {
    padding: 5px 0;
  }
  .single-work .images {
    padding-bottom: 10px;
  }
  .blog .center-col {
    position: relative;
    text-align: left;
  }
  .blog article.type-post:last-of-type {
    padding-bottom: 20px;
  }
  .single-post {
    overflow: auto;
  }
  .single-post .center-col {
    overflow: visible;
    position: relative;
    text-align: left;
  }
  .single-post .slide-nav {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .slide-nav-phone {
    display: inline;
  }
  .slide-nav-phone .previous-project,
  .slide-nav-phone .next-project {
    border: none;
    font-size: 14px;
    height: 50px;
    left: auto;
    padding-left: 0;
    width: 133px;
  }
  .slide-nav-phone .previous-project a,
  .slide-nav-phone .next-project a {
    color: #fff;
    display: block;
    height: 50px;
    margin-left: 0;
    text-decoration: none;
    width: 100%;
  }
  .slide-nav-phone .previous-project:hover,
  .slide-nav-phone .next-project:hover {
    padding-right: 0;
  }
  .slide-nav-phone .previous-project p,
  .slide-nav-phone .next-project p,
  .slide-nav-phone .previous-project span,
  .slide-nav-phone .next-project span {
    position: relative;
    text-shadow: -2px 2px 3px rgba(0, 0, 0, 0.6);
  }
  .slide-nav-phone .previous-project {
    background: url("../../images/icon-prev-white.png") no-repeat scroll 10px center #666666;
    bottom: 56px;
    left: 5.5%;
    text-align: right;
  }
  .slide-nav-phone .previous-project:hover {
    background-position: 10px center;
    left: 5.5%;
  }
  .slide-nav-phone .previous-project span {
    top: 12px;
    right: 16px;
  }
  .slide-nav-phone .next-project {
    background: url("../../images/icon-next-white.png") no-repeat scroll 113px center #666666;
    bottom: 56px;
    right: 7.5%;
    text-align: left;
  }
  .slide-nav-phone .next-project:hover {
    background-position: 113px center;
    left: auto;
  }
  .slide-nav-phone .next-project span {
    left: 16px;
    top: 12px;
  }
  .single-team .favourite {
    margin-bottom: 20px;
  }
  .single-team .slide-nav-phone .previous-project {
    bottom: -10px;
    position: relative;
  }
  .single-team .slide-nav-phone .next-project {
    bottom: 40px;
    position: relative;
    float: right;
    right: 5.5%;
  }
}
@media screen and (max-width: 320px) {
  .slide-nav-phone .previous-project {
    left: 7.5%;
  }
  .slide-nav-phone .previous-project:hover {
    left: 7.5%;
  }
  .slide-nav-phone .next-project {
    right: 7.5%;
  }
  .single-team .slide-nav-phone .next-project {
    right: -165px;
  }
}
@media screen and (max-width: 471px) {
  .page-template-page-work-php .center-col ul.block-grid li.work,
  .page-template-page-team-php .center-col ul.block-grid li.work {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .page-template-page-work-php .center-col ul.block-grid li.work:nth-of-type(2n),
  .page-template-page-team-php .center-col ul.block-grid li.work:nth-of-type(2n) {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-modal {
    padding: 20px 10px;
  }
  #searchModal.footer-modal {
    left: 10px;
    width: 200px;
  }
  #infoModal.footer-modal {
    left: 10px;
    width: 200px;
  }
}
@media screen and (max-width: 400px) {
  .center-col .type-post img.attachment-thumbnail {
    display: none;
  }
  #content-info {
    position: absolute;
  }
}
