/* compiled by scssphp v0.6.5 on Fri, 13 Oct 2017 01:25:07 +0000 (1.2063s) */

/***************************************
 * BLIS WEB AGENCY test
 *
 * Please edit the styles/screen.scss file
 *
 */
/* @import "compass/reset"; */
/***************************************
 * GLOBAL VARIABLES
 */
/***************************************
 * TOC:
 *	1. Site wide
 *	2. Header
 *	3. Footer
 *
 *	4. Pages
 *		a) Home
 *		b) Internal
 *		c) Our work
 *		d) Case studies
 *
 *	5. Media Queries
 *
 */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #303740;
  -webkit-font-smoothing: antialiased;
  height: auto !important;
  font-size: 15px; }

main:focus {
  outline: none !important;
  border: none !important; }

h1, h2, h3, h4, h5 {
  font-family: "Bree Serif", "Times New Roman", serif;
  color: #303740; }

h1 {
  margin-top: 0;
  font-size: 75px;
  margin-bottom: 0.3em;
  line-height: 1; }

h1 span {
  font-size: 25px;
  color: #6b7176;
  margin-left: 12px; }

.layout-default h1 {
  font-size: 70px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 25px;
  margin-bottom: 0.8em; }

h4 {
  font-size: 20px;
  margin-bottom: 1em; }

.content li {
  margin-bottom: 10px; }

p {
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 1.3em; }

p + p {
  margin-top: 1.45em; }

p a {
  float: none;
  /* bootstrap float's right */ }

.no-padding {
  padding: 0 !important; }

.displaynone {
  display: none; }

.contact-dropdown {
  background: #303740;
  color: #fff;
  height: 150px;
  font-size: 21px;
  font-weight: 700;
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.contact-dropdown .container {
  height: 100%; }

.contact-dropdown .col {
  float: left;
  margin-right: 80px; }

.contact-dropdown .col.col-4 {
  margin-right: 0;
  float: right; }

.contact-dropdown .fa-stack {
  font-size: 19px; }

.contact-dropdown a {
  color: #fff; }

.contact-dropdown a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff; }

.contact-dropdown i.fa-circle {
  color: #fff; }

.contact-dropdown i.fa-phone, .contact-dropdown i.fa-envelope, .contact-dropdown i.fa-map-marker {
  color: #303740; }

.contact-dropdown i.fa-envelope {
  font-size: 16px; }

.contact-dropdown .addy {
  font-size: 16px;
  font-weight: 400;
  float: left; }

.contact-dropdown .fa-stack {
  margin-right: 10px; }

.dropdown-address .fa-stack {
  float: left;
  margin-top: 16px;
  margin-right: 18px; }

.dropdown-close i {
  background: url(/common/img/icon-close.png) no-repeat;
  float: right;
  width: 30px;
  height: 30px;
  background-size: 100% auto;
  margin-top: 60px;
  opacity: 0.6;
  cursor: pointer;
  margin-right: 15px; }

.dropdown-close i:hover {
  opacity: 1; }

.dropdown-phone, .dropdown-email {
  margin-top: 58px; }

.dropdown-address {
  margin-top: 42px; }

.intro-content {
  padding-bottom: 15px;
  position: relative; }
  .intro-content p {
    color: #6b7176;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.8; }

.intro-content:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 5px;
  position: absolute;
  bottom: -6px; }

.top-content {
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px; }

.why-us .top-content {
  margin-bottom: 70px; }

.our-work .top-content {
  margin-bottom: 10px;
  border-bottom: 0; }

.our-work .intro-content:before {
  display: none; }

.main-content {
  /* padding-bottom: 50px; */ }

.main-content ul {
  margin-bottom: 1.5em; }

.main-content li {
  margin-bottom: 0.8em; }

.content {
  margin-bottom: 40px; }

[class^="heading-"] {
  font-family: "Bree Serif", "Times New Roman", serif;
  font-size: 22px; }

.home-link a {
  display: block; }

.home-link a img {
  margin-top: -4px;
  width: 22px; }

a.button, form button, html input[type=button], input[type=reset], input[type=submit] {
  display: inline-block;
  background-color: #c13434;
  color: #fff;
  padding: 10px 15px;
  border: none;
  margin-top: 1em; }

.nopadding {
  padding: 0 !important; }

.nopadding-left {
  padding-left: 0 !important; }

.nopadding-right {
  padding-right: 0 !important; }

.modal-content {
  background: none;
  box-shadow: none;
  border: 0;
  text-align: center;
  padding: 50px 80px 80px;
  color: #fff; }

.modal-content h2 {
  margin-bottom: 30px;
  color: #fff; }

.close-animatedModal {
  position: relative;
  z-index: 9999;
  text-align: center; }

.close-animatedModal i {
  background: url(/common/img/close-circle.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-top: 70px;
  cursor: pointer;
  opacity: 0.6;
  /* transition: opacity 150ms ease; */ }

.close-animatedModal i:hover {
  opacity: 1; }

.close-animatedModal .close {
  display: none; }

.navbar-toggle {
  max-height: 70px;
  background: #efefef; }
  .navbar-toggle .icon-bar {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    transition: 300ms all; }

.navbar-toggle.navbar-toggle-open .icon-bar:nth-child(2) {
  -webkit-transform: translate(0, 9px) rotate(-45deg) !important;
  -moz-transform: translate(0, 9px) rotate(-45deg) !important;
  transform: translate(0, 9px) rotate(-45deg) !important;
  position: relative;
  transform-origin: 50% 50%; }
  .navbar-toggle.navbar-toggle-open .icon-bar:nth-child(4) {
    -webkit-transform: translate(0, -5px) rotate(45deg) !important;
    -moz-transform: translate(0, -5px) rotate(45deg) !important;
    transform: translate(0, -5px) rotate(45deg) !important;
    position: relative;
    transform-origin: 50% 50%; }
  .navbar-toggle.navbar-toggle-open .icon-bar:nth-child(3) {
    opacity: 0; }

header {
  margin-bottom: 4em;
  z-index: 9999;
  top: 0;
  -webkit-transition: 250ms all;
  -moz-transition: 250ms all;
  -ms-transition: 250ms all;
  transition: 250ms all;
  width: 100%;
  /*
   #navbar:after {
   height: 1px;
   padding-right: 250px;
   width: 975px;
   position: absolute;
   left: 0px;
   bottom: 0px;
   }
   */ }
  header a.brand-left {
    display: block; }
  header a.brand-left img {
    display: block;
    width: 130px;
    margin-top: 26px; }
  header a.brand {
    display: none;
    text-align: right;
    padding: 26px 15px;
    width: 100px; }
  header a.brand img {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    width: 100%; }
  header .navbar-nav.nav {
    width: 100%;
    float: none !important; }
  header .navbar {
    border: none;
    margin-bottom: 0;
    width: 100%; }
  header #navbar {
    padding-left: 0;
    margin-top: 0;
    position: relative;
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -ms-transition: 250ms all;
    transition: 250ms all; }
  header .navbar-default {
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -ms-transition: 250ms all;
    transition: 250ms all;
    border-radius: 0;
    background: #303740;
    /* background: #fff; */
    border-color: transparent; }
    header .navbar-default li a {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      padding: 30px 0; }
    header .navbar-default li.home-link {
      margin-left: 0; }
    header .navbar-default .navbar-collapse, header .navbar-default .navbar-form {
      border-bottom: none !important; }
    header .navbar-default .navbar-nav > li > a, header .navbar-default .navbar li a {
      color: #fff; }
    header .navbar-default .navbar-nav > li > a img {
      position: relative;
      transform-origin: 50% 50%;
      transition: 1500ms transform; }
    header .navbar-default .navbar-nav > li > a:focus img, header .navbar-default .navbar-nav > li > a:active img {
      transform: perspective(1000px) rotate3d(0, 1, 0, -360deg); }
    header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > li > a:hover {
      color: #fff; }
  header .navbar ul {
    padding-left: 0; }
    header .navbar ul li {
      display: inline-block;
      margin-left: 50px; }

html.fixed-navi .outer-wrapper {
  padding-top: 142px; }

header.fixed {
  position: fixed;
  /*
   overflow-y: hidden;
   overflow-x: hidden;
   */
  width: 100%;
  /* box-shadow: 0 0px 1px 1px rgba(0,0,0,0.25); */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: 250ms all;
  -moz-transition: 250ms all;
  -ms-transition: 250ms all;
  transition: 250ms all; }

.layout-default header {
  margin-bottom: 5em; }

main .st-menu {
  background: #fff;
  background: #303740; }
  main .st-menu ul a {
    color: #c13434;
    color: #fff;
    font-weight: 600 !important;
    border-left: 5px solid transparent; }
  main .st-menu ul a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgba(0, 0, 0, 0.5); }
  main .st-menu li {
    margin-bottom: 0; }
  main .st-menu h2 {
    display: none !important;
    padding: 0.6em; }

.st-effect-6.st-menu-open .st-effect-6.st-menu {
  margin-top: 0px; }
/* hide the footer when this off-canvas nav is showing */
.st-effect-6.st-menu-open + footer[role="contentinfo"] {
  display: none; }

@media screen and (min-width: 768px) {
  header .navbar ul {
    text-align: right; }

  header .navbar ul li {
    float: none; } }

@media screen and (max-width: 1199px) {
  /*
   #navbar:after {
   width: 810px;
   }
   */
    header .navbar-nav > li {
      margin-left: 40px; }
      header #navbar a.brand {
        background: #c23433;
        display: block; }
    .st-menu ul {
      margin-top: 0 !important; } }

@media screen and (max-width: 991px) {
  header .navbar ul li, header.fixed .navbar ul li {
    margin-left: 30px !important; }

  header a.brand-left img {
    display: block;
    width: 120px; }

  #navbar:after {
    width: 650px; }

  .navbar li {
    margin-left: 17px; }

  .navbar-nav > li > a {
    padding: 10px 6px; }

  .navbar-default .navbar-nav > li > a, .navbar li a {
    font-size: 15px; }

  .st-pusher {
    margin-top: -15px; } }

@media screen and (min-width: 768px) {
  /* dont have this negative margin until in mobile */
    .navbar-default .navbar-nav > li:after {
      width: 0px;
      left: 50%;
      -webkit-transition: 250ms all;
      transition: 250ms all;
      content: " ";
      height: 3px;
      position: relative;
      left: 0;
      background-color: #f35a5d;
      display: block;
      opacity: 0;
      position: absolute;
      bottom: -1px;
      z-index: 99; }
    .st-pusher {
      margin-top: 0 !important; }
    .navbar-default .navbar-nav > li:hover a, .navbar-default .navbar-nav > li:hover {
      position: relative; }
    .navbar-default .navbar-nav > li:hover:after {
      width: 100%;
      opacity: 1;
      left: 0; }
    .navbar-nav li > a {
      padding-bottom: 23px; } }

@media screen and (max-width: 767px) {
  .st-menu ul {
    margin-top: 0 !important; } }
/**************************
 * Footer
 */
footer[role="contentinfo"] {
  padding-top: 63px;
  padding-bottom: 67px;
  background: #303740;
  color: #959ba4; }
  footer[role="contentinfo"] .links.technologies a > i {
    display: block;
    padding-bottom: 0.6em; }
  footer[role="contentinfo"] .links.technologies li {
    padding-bottom: 20px; }
  footer[role="contentinfo"] .links.technologies li:last-child {
    padding-bottom: 0; }
  footer[role="contentinfo"] p {
    line-height: 2.5em;
    color: #fff;
    color: #959ba4; }
  footer[role="contentinfo"] .subheading + p {
    margin-top: 0.7em; }
  footer[role="contentinfo"] a {
    color: #959ba4;
    text-decoration: none; }
  footer[role="contentinfo"] a:visited {
    color: #959ba4; }
  footer[role="contentinfo"] a:hover, footer[role="contentinfo"] a:active {
    color: #fff;
    text-decoration: none; }
  footer[role="contentinfo"] .social-icons {
    margin-top: 35px; }
  footer[role="contentinfo"] .social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 11px;
    color: transparent; }
  footer[role="contentinfo"] .social-icons a:visited {
    color: transparent; }
  footer[role="contentinfo"] .social-icons a:hover, footer[role="contentinfo"] .social-icons a:active {
    color: transparent; }
  footer[role="contentinfo"] .social-icons .fa-inverse {
    color: #959ba4; }
  footer[role="contentinfo"] .social-icons .fa-stack {
    border: 1px solid #959ba4;
    border-radius: 50%; }
  footer[role="contentinfo"] ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none; }
  footer[role="contentinfo"] .heading-more-info, footer[role="contentinfo"] .subheading {
    color: #fff; }
  footer[role="contentinfo"] .subheading {
    font-weight: 600; }
  footer[role="contentinfo"] .heading-more-info {
    display: block;
    padding-bottom: 15px; }
  footer[role="contentinfo"] .heading-more-info + ul li {
    margin-top: 15px; }
/**************************
 * Sections
 *	These are the large row sections on the homepage and other pages
 */
/**************************
 * Columns section
 */
section.columnar {
  margin-top: 76px;
  margin-bottom: 105px; }

section.columnar a {
  text-decoration: none; }

section.columnar p {
  padding: 0 22px;
  display: inline-block;
  font-size: 15px;
  color: #24282b;
  line-height: 1.8em; }

section.columnar [class^="col-"] {
  text-align: center; }

section.columnar .cell-title {
  font-family: "Bree Serif", "Times New Roman", serif;
  font-size: 25px;
  color: #24282b;
  font-weight: 600; }

section.columnar [role="button"] {
  color: #fff;
  background: #303740;
  padding: 15px 23px;
  display: inline-block;
  margin-top: 20px; }

section.columnar .cell-image {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  margin-top: 20px;
  margin-bottom: 18px; }

section.columnar .cell-image img {
  display: block;
  width: 80px;
  height: auto;
  margin: 0px auto;
  position: relative;
  top: 90px; }

section.columnar .cell-image [data-animation="cell-image-circle"] {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -120px;
  stroke-dasharray: 500;
  stroke-dashoffset: 0;
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  /*
   animation: "cell-image-circle" 3s linear alternate 1;
   -webkit-animation: "cell-image-circle" 3s linear alternate 1;
   */ }

section.call-to-action {
  /*background: #5fb3bf;*/
  background-color: #e26066;
  color: #fff;
  text-align: center;
  padding: 50px 0; }

section.call-to-action p {
  font-size: 28px;
  font-family: "Bree Serif", "Times New Roman", serif;
  margin-bottom: 20px; }

section.call-to-action h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-top: 0; }

section.call-to-action a.cta-btn {
  background-color: transparent;
  color: #fff;
  background-color: #303740;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
  padding: 5px 20px;
  font-weight: 700;
  margin-top: 0;
  display: inline-block;
  font-family: 'Open Sans', sans-serif; }

section.call-to-action p + p {
  margin-top: 0; }

section.call-to-action a.cta-btn:hover {
  color: #e26166;
  background-color: #ffebec;
  text-decoration: none; }

section.call-to-action h2 span {
  font-weight: 400; }

section.call-to-action i {
  background: url(/common/img/icon-phone-bubble.png) no-repeat;
  display: block;
  width: 38px;
  height: 38px;
  background-size: 100%;
  float: left;
  margin-right: 20px;
  margin-top: 3px; }

@-webkit-keyframes cell-image-circle {
  from {
    stroke-dashoffset: 500;
    opacity: 0; }

  to {
    stroke-dashoffset: 0;
    opacity: 1; } }

@keyframes cell-image-circle {
  from {
    stroke-dashoffset: 1000; }

  to {
    stroke-dashoffset: 0; } }
/**************************
 * Zig zag section
 */
.zigzig-content-columns .row {
  margin-bottom: 80px; }

.zigzig-content-columns h2 {
  margin-top: 0;
  margin-bottom: 30px; }

.zigzig-content-columns .row .image-left .col-sm-6, .zigzig-content-columns .row .image-left .col-sm-1 {
  float: right; }
/**************************
 * Custom section
 */
section.custom {
  position: relative;
  background: silver;
  color: #fff;
  overflow: hidden; }

section.custom.banner_large_teal {
  background: #5fb3bf; }

section .peel-me {
  width: 220px;
  height: 220px;
  background: transparent url('/common/img/peel-teal.png') no-repeat top left;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-size: 100% 100%; }

section.custom .text-content {
  text-align: center;
  padding-top: 65px; }

section.custom .text-content h4 {
  font-family: "Bree Serif", "Times New Roman", serif;
  font-size: 36px;
  color: #fff; }

section.custom .text-content p {
  font-size: 24px; }

section.custom .peel-me .title {
  display: inline-block;
  width: 50px;
  padding: 25px;
  font-size: 17px; }
/*************************
 * Section Custome Home Services
 */
section.custom.home_services {
  background: #efefef;
  padding-bottom: 55px;
  text-align: center; }

section.custom.home_services a.view-btn {
  border: 3px solid #ea545d;
  background-color: transparent;
  color: #ea545d;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
  padding: 16px 20px;
  font-weight: 700;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  margin-top: 30px; }

section.custom.home_services a.view-btn:hover {
  background-color: #ea545d;
  color: #efefef;
  text-decoration: none; }

section.custom.home_services p {
  color: #303740; }

section.custom.home_services .columnar {
  padding: 0 0 40px 0; }

section.custom.home_services .columnar a {
  text-decoration: none; }

section.custom.home_services .columnar p {
  padding: 0 22px;
  display: inline-block;
  font-size: 15px;
  line-height: 1.8em; }

section.custom.home_services .columnar [class^="col-"] {
  text-align: center; }

section.custom.home_services .columnar .cell-title {
  font-family: "Bree Serif", "Times New Roman", serif;
  font-size: 18px;
  color: #24282b;
  font-weight: 600; }

section.custom.home_services .columnar .cell-image img {
  width: auto;
  height: 90px; }
/**************************
 * Section Custom Client List
 */
section.custom.client_list {
  background: #fff;
  padding-bottom: 65px;
  margin-top: -1px; }

section.custom.client_list .peel-me {
  left: -120px;
  top: -150px;
  /*right: 0;
   background: transparent url('../img/peel-red.png') no-repeat top right;
   background-size: 100% 100%;*/
  background: #c13434;
  width: 190px;
  height: 422px;
  z-index: 9;
  opacity: 1;
  -ms-transition: 100ms all;
  -moz-transition: 100ms all;
  -webkit-transition: 100ms all;
  transition: 100ms all;
  -moz-transform: perspective(1px) rotate(45deg);
  -webkit-transform: perspective(1px) rotate(45deg);
  -ms-transform: perspective(1px) rotate(45deg);
  transform: perspective(1px) rotate(45deg); }

section.custom.client_list .peel-me .title {
  width: 110px;
  float: right;
  text-align: right;
  transform: perspective(1px) rotate(-45deg);
  -moz-transform: perspective(1px) rotate(-45deg);
  -webkit-transform: perspective(1px) rotate(-45deg);
  -ms-transform: perspective(1px) rotate(-45deg);
  margin-top: 105px;
  text-align: left;
  padding: 14px 26px;
  line-height: 1.3; }

section.custom.client_list h2.title {
  color: #ea545d; }

section.custom.client_list .image img {
  display: inline-block;
  margin: 0 27px;
  opacity: 0.9;
  -moz-transition: 250ms opacity;
  -webkit-transition: 250ms opacity;
  -ms-transition: 250ms opacity;
  transition: 250ms opacity;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 120px;
  max-height: 120px; }

section.custom.client_list .image a:first-child img {
  margin-left: 0; }

section.custom.client_list .image a:last-child img {
  margin-right: 0; }

section.custom.client_list .image a:active, section.custom.client_list .image a:focus, section.custom.client_list .image a:hover {
  text-decoration: none; }

section.custom.client_list .image a:hover img {
  opacity: 1; }
/**************************
 * Mobile Projects Home section
 */
.mobile-projects .slide {
  position: relative;
  margin-bottom: 20px; }
  .mobile-projects .overlay-panel {
    background: rgba(48, 55, 64, 0.9);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600; }
  .mobile-projects .overlay-panel a {
    color: #e1c390;
    font-style: italic; }
  .mobile-projects .overlay-panel small {
    display: block;
    color: #e08b8b;
    font-size: 12px;
    font-weight: 600; }
  .mobile-projects .more-work {
    display: inline-block;
    border: 2px solid #b9bdc3;
    color: #82868b;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    padding: 14px 30px;
    font-weight: 700;
    margin: 10px auto 45px;
    transform: translateX(-50%);
    position: relative;
    left: 50%; }

.mobile-footer {
  font-size: 18px;
  font-weight: 600;
  color: #a1aab6;
  text-align: center; }
  .mobile-footer h4 {
    color: #e1c390;
    font-family: "Bree Serif", "Times New Roman", serif;
    font-size: 20px;
    padding: 10px;
    display: inline-block;
    margin: 0; }
  .mobile-footer i {
    color: #fff;
    margin-right: 5px; }
  .mobile-footer .col-sm-12 {
    background: url(/images/footer-div.png) no-repeat center bottom;
    background-size: 100% auto;
    padding: 20px 0; }
  .mobile-footer .col-sm-12:last-child {
    background: none; }
  .mobile-footer .col-sm-12:first-child {
    padding: 0 0 20px; }
  .mobile-footer a {
    color: #a1aab6;
    text-decoration: none; }

main section.clients {
  padding-bottom: 80px; }
/* Animations */
[data-apply-js-effect="true"] {
  opacity: 0;
  pointer-events: none; }

.col-sm-4:nth-child(3n+1) [data-apply-js-effect="true"].inner {
  -webkit-animation-delay: 0s !important;
  -moz-animation-delay: 0s !important;
  -ms-animation-delay: 0s !important;
  animation-delay: 0s !important; }

.col-sm-4:nth-child(3n+2) [data-apply-js-effect="true"].inner {
  -webkit-animation-delay: 0.15s !important;
  -moz-animation-delay: 0.15s !important;
  -ms-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important; }

.col-sm-4:nth-child(3n+3) [data-apply-js-effect="true"].inner {
  -webkit-animation-delay: 0.25s !important;
  -moz-animation-delay: 0.25s !important;
  -ms-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important; }

.squarebear img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }
/**************************
 * Home
 */
.layout-home header {
  margin-bottom: 5em; }
  .layout-home section.main {
    padding-bottom: 73px;
    padding-top: 10px; }
  .layout-home .slide-home {
    background: none; }
  .layout-home .slide-home .slick-prev {
    left: 0; }
  .layout-home .slide-home .slick-next {
    right: 0; }
  .layout-home .slide-home .slick-list {
    padding: 0 0; }
  .layout-home .slide-home img {
    position: relative;
    width: 100%;
    height: auto;
    /*
     min-height: 542px;
     min-width: 1920px;
     */
    background: rgba(100, 100, 100, 0.5); }
  .layout-home .slide-home .project-info {
    position: absolute;
    bottom: 120px;
    right: 0;
    left: 0;
    padding: 12px 15px;
    margin: 0 auto;
    width: 320px;
    background-color: rgba(255, 255, 255, 0.85);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-animation: fade-in 0.3s linear 1;
    -moz-animation: fade-in 0.3s linear 1;
    -o-animation: fade-in 0.3s linear 1;
    animation: fade-in 0.3s linear 1; }
  .layout-home .slide-home .project-info:after {
    content: '';
    position: absolute;
    left: 48%;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(255, 255, 255, 0.85);
    clear: both; }

@-webkit-keyframes fade-in {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }

@-moz-keyframes fade-in {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }

@-o-keyframes fade-in {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }

@keyframes fade-in {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  .layout-home .slide-home .project-info .categories {
    padding: 0;
    margin: 0 auto;
    width: 300px; }
  .layout-home .slide-home .project-info .categories li {
    list-style: none;
    list-style-type: none; }
  .layout-home .slide-home .project-info .categories li span, .layout-home .slide-home .project-info .categories li i {
    display: inline-block; }
  .layout-home .slide-home .project-info .categories li span {
    margin-left: 10px; }
  .layout-home .slide-home .overlay-panel {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    padding: 23px 0;
    text-align: center;
    z-index: 99;
    background: rgba(48, 55, 64, 0.8);
    color: #fff;
    font-size: 20px; }
  .layout-home .slide-home .overlay-panel .quickinfo {
    text-transform: uppercase;
    font-size: 22px;
    margin-left: 15px;
    display: inline-block; }
  .layout-home .slide-home .overlay-panel .quickinfo span {
    margin-left: 5px;
    font-size: 11px; }
  .layout-home .slide-home .overlay-panel small {
    display: block;
    color: #e08b8b;
    font-size: 14px;
    font-weight: 600; }
  .layout-home .slide-home .overlay-panel a {
    color: #e1c390;
    font-weight: 600;
    font-style: italic; }
  .layout-home .main-content {
    padding-bottom: 0; }
  .layout-home section.main p {
    margin-top: 2em;
    font-size: 24px;
    color: #83878a; }
  .layout-home section.main p + p {
    margin-top: 0.8em;
    margin-bottom: 0.3em; }
  .layout-home section.main p a {
    border-bottom: 1px solid #d0d2d5;
    display: inline-block;
    font-family: "Bree Serif", "Times New Roman", serif;
    color: #303740;
    font-weight: 600;
    font-size: 21px;
    text-decoration: none;
    transition: all 150ms ease; }
  .layout-home section.main p a:hover {
    border-bottom: 1px solid #c13434; }
  .layout-home section.main p a + a {
    margin-left: 32px; }
  .layout-home .main-content h1 {
    font-size: 112px;
    font-family: "Bree Serif", "Times New Roman", serif;
    font-weight: 400;
    line-height: 0.85em;
    margin-top: 0; }
  .layout-home .main-content h4 {
    font-size: 14px;
    font-family: "Bree Serif", "Times New Roman", serif;
    font-weight: 400;
    line-height: 0.85em;
    margin: 0;
    color: #ea545d;
    text-transform: uppercase; }
  .layout-home .slick-prev, .layout-home .slick-next {
    position: absolute;
    width: 32px !important;
    height: 88px !important;
    margin-top: -44px;
    overflow: visible;
    display: inline-block;
    background: transparent url('../img/icon-angle-arrow-left.png') !important;
    border: none;
    z-index: 99;
    overflow: hidden;
    text-indent: -9999px;
    top: 50%;
    padding: 10px 30px !important;
    background-position: 50% 50%; }
  .layout-home .slick-next {
    background: transparent url('../img/icon-angle-arrow-right.png') !important;
    background-repeat: no-repeat !important;
    margin-right: 40px; }
  .layout-home .slick-prev {
    background-repeat: no-repeat !important;
    margin-left: 40px; }
  .layout-home .slick-prev:before, .layout-home .slick-next:before {
    display: none !important; }
  .layout-home .slick-prev:hover, .layout-home .slick-prev:focus {
    background: transparent url('../img/icon-angle-arrow-left.png') !important;
    background-repeat: no-repeat !important; }
  .layout-home .slick-next:hover, .layout-home .slick-next:focus {
    background: transparent url('../img/icon-angle-arrow-right.png') !important;
    background-repeat: no-repeat !important; }

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .layout-home .main-content h1 {
    font-size: 80px; }

  .layout-home section.main p {
    font-size: 20px;
    margin-bottom: 1em; }

  .layout-home section.main p a {
    font-size: 20px; } }
/* parts shared by both case studies and work */
section.case-studies, section.our-work {
  /* add slight delays between columns */ }
  section.case-studies .preheading, section.our-work .preheading {
    color: #c7c8ca;
    font-size: 27px;
    font-family: "Bree Serif", "Times New Roman", serif; }
  section.case-studies .intro-content .subheading p, section.our-work .intro-content .subheading p {
    line-height: 1.5em; }
  section.case-studies .image-wrap, section.our-work .image-wrap {
    position: relative;
    padding-bottom: 52px;
    overflow: hidden; }
  section.case-studies .work-item .inner, section.our-work .work-item .inner {
    height: 275px; }
  section.case-studies .work-item .image-wrap, section.our-work .work-item .image-wrap {
    cursor: pointer;
    user-select: none; }
  section.case-studies .work-item .wrap .olay, section.our-work .work-item .wrap .olay {
    cursor: pointer; }
  section.case-studies .work-item:nth-child(3n+1) .inner > a, section.our-work .work-item:nth-child(3n+1) .inner > a {
    -webkit-animation-delay: 0.5s !important;
    -moz-animation-delay: 0.5s !important;
    -ms-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important; }
  section.case-studies .work-item:nth-child(3n+2) .inner > a, section.our-work .work-item:nth-child(3n+2) .inner > a {
    -webkit-animation-delay: 0.65s !important;
    -moz-animation-delay: 0.65 !important;
    -ms-animation-delay: 0.65 !important;
    animation-delay: 0.65 !important; }
  section.case-studies .work-item:nth-child(3n+3) .inner > a, section.our-work .work-item:nth-child(3n+3) .inner > a {
    -webkit-animation-delay: 0.85s !important;
    -moz-animation-delay: 0.85s !important;
    -ms-animation-delay: 0.85s !important;
    animation-delay: 0.85s !important; }
  section.case-studies .inner, section.our-work .inner {
    position: relative;
    margin-bottom: 42px;
    /*padding: 10px;*/ }
  section.case-studies .inner a, section.our-work .inner a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #000;
    /* required for animation effect */
    opacity: 0;
    pointer-events: none; }
  section.case-studies .inner a img, section.our-work .inner a img {
    display: block;
    z-index: 9;
    transition: all 550ms ease;
    -moz-transition: all 550ms ease;
    -webkit-transition: all 550ms ease;
    -ms-transition: all 550ms ease; }
  section.case-studies .inner a:hover img, section.our-work .inner a:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1); }
  section.case-studies .title, section.our-work .title {
    width: 100%;
    background: #303741;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    font-size: 19px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    line-height: 1.2; }
  section.case-studies .inner a .wrap .olay, section.our-work .inner a .wrap .olay {
    opacity: 0;
    -webkit-transition: 500ms all;
    transition: 500ms all;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(39, 39, 39, 0.85) !important;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    cursor: pointer;
    user-select: none; }
  section.case-studies .inner a:hover .olay, section.our-work .inner a:hover .olay {
    opacity: 1; }
  section.case-studies .inner .categories, section.our-work .inner .categories {
    padding: 0 40px 35px;
    color: #fff;
    list-style-type: none;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    margin-bottom: 0; }
  section.case-studies .categories .fa-tag, section.our-work .categories .fa-tag {
    color: #5fb3bf !important;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    display: inline-block;
    margin-right: 20px; }
  section.case-studies .categories li, section.our-work .categories li {
    font-size: 17px;
    white-space: nowrap;
    padding-bottom: 4px;
    font-weight: 600; }
  section.case-studies .og-details p, section.our-work .og-details p {
    margin-bottom: 20px;
    color: #666; }
  section.case-studies .og-details ul, section.our-work .og-details ul {
    padding-left: 15px; }
  section.case-studies .og-details li, section.our-work .og-details li {
    display: list-item;
    list-style: disc;
    padding-left: 8px; }
  section.case-studies .og-details a, section.our-work .og-details a {
    text-decoration: none;
    transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -webkit-transition: all 150ms ease; }
  section.case-studies .og-details a:hover, section.our-work .og-details a:hover {
    background: #000;
    color: #eee;
    border-color: #000; }
  section.case-studies .og-details h3, section.our-work .og-details h3 {
    font-size: 45px;
    margin-bottom: 0.6em; }
  section.case-studies .og-expander, section.our-work .og-expander {
    background: #eee; }
/* section.our-work */
.our-work.landing {
  padding-bottom: 70px; }

section.our-work-columns {
  background: #f4f4f4;
  padding: 75px 0;
  margin-top: 60px; }
  section.our-work-columns h2 {
    font-size: 36px;
    margin-top: 0;
    font-weight: bold;
    color: #5fb3bf; }
  section.our-work-columns a[class*="btn-"] {
    display: inline-block;
    border: 2px solid #303740;
    color: #303740;
    font-size: 21px;
    padding: 10px 48px;
    margin-top: 30px; }
/* detail page */
section.case-studies.detail .project-content, section.our-work.detail .project-content {
  min-height: 400px; }
  section.case-studies.detail .project-content p:first-child, section.our-work.detail .project-content p:first-child {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: bold;
    font-style: italic; }
  section.case-studies.detail h1, section.our-work.detail h1 {
    margin-top: 0; }
  section.case-studies.detail .info-summary .fa, section.our-work.detail .info-summary .fa {
    background-color: #c13434;
    width: 32px;
    text-align: center;
    height: 32px;
    vertical-align: middle;
    line-height: 32px;
    border-radius: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    left: -38px; }
  section.case-studies.detail .info-summary span > strong, section.our-work.detail .info-summary span > strong {
    display: inline-block;
    margin-right: 0.5em; }
  section.case-studies.detail .info-summary > .extra-data > span, section.our-work.detail .info-summary > .extra-data > span, section.case-studies.detail .info-summary > span, section.our-work.detail .info-summary > span {
    display: block;
    margin-bottom: 20px;
    padding-left: 4.35em;
    padding-left: 1.5em;
    margin-left: 5.8em;
    position: relative;
    font-size: 15px;
    line-height: 2em; }
  section.case-studies.detail .responsive-all img, section.our-work.detail .responsive-all img {
    max-width: 100%; }
  section.case-studies.detail .responsive-all, section.our-work.detail .responsive-all {
    background: #edeef0;
    text-align: center; }
  section.case-studies.detail .secondary-image img, section.our-work.detail .secondary-image img {
    width: 100%;
    height: 100%; }
  section.case-studies.detail .images-wrap > div, section.our-work.detail .images-wrap > div {
    float: right;
    display: inline-block;
    position: relative; }
  section.case-studies.detail .info-summary, section.our-work.detail .info-summary, section.case-studies.detail .project-content, section.our-work.detail .project-content {
    margin-top: 65px;
    padding-top: 65px;
    margin-top: 0; }
  section.case-studies.detail .project-content, section.our-work.detail .project-content {
    margin-bottom: 60px;
    padding-right: 45px; }
  section.case-studies.detail .images-wrap, section.our-work.detail .images-wrap {
    margin-top: 60px; }
  section.case-studies.detail .images-wrap > div:after, section.our-work.detail .images-wrap > div:after {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    background-color: rgba(44, 61, 80, 0.6);
    top: 0;
    left: 0;
    -webkit-transition: 250ms all;
    transition: 250ms all; }
  section.case-studies.detail .images-wrap > div:hover:after, section.our-work.detail .images-wrap > div:hover:after {
    display: none; }
  section.case-studies.detail .images-wrap .primary-image, section.our-work.detail .images-wrap .primary-image {
    float: left !important; }
    section.case-studies.detail .images-wrap .primary-image img, section.our-work.detail .images-wrap .primary-image img {
      width: 100%; }
  section.case-studies.detail .liner, section.our-work.detail .liner {
    position: absolute;
    background: #eee;
    width: 1px;
    height: 100%;
    right: 2px;
    top: 0; }
  section.case-studies.detail .liner:after, section.our-work.detail .liner:after {
    background: #eee;
    position: absolute;
    display: block;
    bottom: 0;
    right: -3.5px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    content: " "; }
  section.case-studies.detail .btn-next-entry, section.our-work.detail .btn-next-entry {
    float: right;
    position: relative;
    top: 64px;
    display: block;
    display: block; }
  section.case-studies.detail .btn-next-entry img, section.our-work.detail .btn-next-entry img {
    height: 45px;
    padding: 0 20px;
    margin-right: -20px; }

section.section-gallery .slide.slide-teal.slick-slide {
  background: #5fb3bf !important; }
  section.section-gallery .slide.slide-red.slick-slide {
    background: #c13434 !important; }
  section.section-gallery .slide.slick-slide.framed img {
    padding-top: 52px;
    background: transparent url('../img/main-img-frame.png') no-repeat;
    background-size: 100% auto;
    border-radius: 0; }
  section.section-gallery .slick-prev, section.section-gallery .slick-next {
    width: 55px !important;
    height: 55px !important;
    margin-top: -44px;
    overflow: visible;
    display: inline-block;
    background: transparent url('../img/main-gallery-back.svg') !important;
    background-size: cover !important;
    opacity: 0.4;
    transition: all 150ms ease;
    border: 0;
    text-indent: -9999px;
    outline: none; }
  section.section-gallery .slick-next {
    background: transparent url("../img/main-gallery-next.svg") !important;
    background-size: 100% auto !important;
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 9;
    height: 100% !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    margin-top: 0 !important; }
  section.section-gallery .slick-prev {
    left: 25px;
    z-index: 9;
    background: transparent url("../img/main-gallery-back.svg") !important;
    background-size: 100% auto !important;
    position: absolute;
    top: 0;
    z-index: 9;
    height: 100% !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    margin-top: 0 !important; }
  section.section-gallery .slick-prev:hover, section.section-gallery .slick-next:hover {
    opacity: 0.7; }
  section.section-gallery .slide {
    text-align: center;
    padding-top: 70px;
    outline: none; }
  section.section-gallery .slide:hover, section.section-gallery .slide:focus, section.section-gallery .slide:active {
    outline: none; }
  section.section-gallery .slide img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 0; }
  section.section-gallery .slideshow {
    margin-bottom: 0; }

#switch-to-landscape {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999999;
  background: #fff;
  padding: 20px;
  width: 200px;
  margin-left: -100px;
  margin-top: -100px;
  height: 200px;
  text-align: center;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1); }
  #switch-to-landscape .fa {
    display: inline-block;
    position: absolute;
    left: 80px;
    top: 75px;
    font-size: 100px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-name: to-landscape;
    -webkit-animation: to-landscape 1.5s infinite;
    -moz-animation: to-landscape 1.5s infinite;
    -ms-animation: to-landscape 1.5s infinite;
    animation-name: to-landscape 1.5s infinite;
    animation: to-landscape 1.5s infinite; }

@-webkit-keyframes to-landscape {
  0%, 30% {
    -webkit-transform: rotate(0); }

  30%, 70% {
    -webkit-transform: rotate(90deg); }

  70% {
    -webkit-transform: rotate(90deg); } }

@-moz-keyframes to-landscape {
  0%, 30% {
    -moz-transform: rotate(0); }

  30%, 70% {
    -moz-transform: rotate(90deg); }

  70% {
    -moz-transform: rotate(90deg); } }

@-ms-keyframes to-landscape {
  0%, 30% {
    -ms-transform: rotate(0); }

  30%, 70% {
    -ms-transform: rotate(90deg); }

  70% {
    -ms-transform: rotate(90deg); } }

@keyframes to-landscape {
  0%, 30% {
    transform: rotate(0); }

  30%, 70% {
    transform: rotate(90deg); }

  70% {
    transform: rotate(90deg); } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  section.our-work .work-item .inner {
    height: 230px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  section.case-studies .categories li, section.our-work .categories li {
    font-size: 12px; } }

@media screen and (max-width: 992px) {
  section.our-work .work-item .inner {
    height: auto; } }

@media screen and (max-width: 767px) {
  section.our-work.detail .project-content {
    min-height: 100px; }

  section.case-studies.detail .images-wrap > div, section.our-work.detail .images-wrap > div {
    margin-bottom: 20px; }

  section.case-studies.detail .project-content, section.our-work.detail .project-content {
    margin-bottom: 30px; }

  .col-md-5.info-summary {
    margin-bottom: 30px; }

  section.case-studies.detail .btn-next-entry, section.our-work.detail .btn-next-entry {
    top: 32px; }

  section.case-studies.detail h1, section.our-work.detail h1 {
    margin-right: 25px;
    font-size: 38px; }

  section.case-studies.detail .images-wrap, section.our-work.detail .images-wrap {
    margin-top: 25px; }

  section.our-work.detail .images-wrap .secondary-image {
    display: none; }

  section.our-work.detail .liner {
    display: none; }

  section.our-work.detail .info-summary .date, section.our-work.detail .info-summary .client, section.our-work.detail .info-summary .url {
    padding-left: 8px; } }

@media screen and (orientation: landscape) {
  .full-gallery-view {
    background: #333; }
    .full-gallery-view .outer-wrapper.outer-wrapper.st-container {
      margin-top: 0;
      padding-top: 0; }
    .full-gallery-view .our-work.detail, .full-gallery-view header .navbar-default {
      display: none; }
    .full-gallery-view .full-gallery-view-tab {
      position: fixed;
      top: 0;
      right: 20px;
      z-index: 99999;
      display: block; }
    .full-gallery-view .full-gallery-view-tab a {
      display: block;
      color: #fff;
      background: #303740;
      padding: 0.75em;
      line-height: 1.5em;
      border-radius: 0 0 5px 5px;
      font-size: 12px;
      font-weight: 700;
      border-bottom: 2px solid #c13434; }
    .full-gallery-view footer {
      display: none; } }

section.adelaide-web-design-services .content-columns .col-sm-4:nth-child(3n+1) {
  clear: left;
  display: block; }
  section.adelaide-web-design-services .content-columns {
    padding-bottom: 50px; }
  section.adelaide-web-design-services .content-columns .col-sm-4 {
    margin-bottom: 20px; }
  section.adelaide-web-design-services .content-columns .cell-summary ul {
    padding-left: 2px; }
  section.adelaide-web-design-services .content-columns .cell-summary li {
    list-style: none;
    background: url(/common/img/bullet-red.png) no-repeat left 6px;
    padding-left: 25px;
    margin-bottom: 1em;
    background-size: 8px; }
  section.adelaide-web-design-services .cell-image {
    display: block;
    margin-bottom: 25px;
    overflow: hidden; }
  section.adelaide-web-design-services .cell-image img {
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease; }
  section.adelaide-web-design-services .cell-image:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1); }
  section.adelaide-web-design-services .content p {
    font-size: 15px; }
  section.adelaide-web-design-services .content .large-text p {
    font-size: 21px;
    font-weight: 300; }

.modal-content h3, h4, h5 {
  color: white; }

.container.archive .inner.has-image {
  height: 350px;
  overflow: hidden; }
  .container.archive .inner.no-image {
    height: 150px;
    overflow: hidden; }
  .container.archive .cell-summary p {
    font-size: 11px;
    color: #999; }
  .container.archive .inner a:hover {
    text-decoration: none; }
/***************************************
 * _responsive.scss scss partial
 */
@media screen and (min-width: 1200px) {
  .layout-home .slide-home img {
    min-height: 542px;
    min-width: 1920px; }

  .og-grid li:nth-child(3n) {
    margin-right: 0; }

  .clients .og-grid li:nth-child(3n) {
    margin: 10px 5px 0 5px; }

  .og-grid li > a img {
    height: 222px; } }

@media screen and (max-width: 1400px) {
  section.custom.client_list .peel-me {
    opacity: 0; } }

@media screen and (max-width: 1200px) {
  .layout-default h1 {
    font-size: 60px; }

  h1 span {
    font-size: 23px; }

  .layout-default h2 {
    font-size: 32px; }

  .layout-default header {
    margin-bottom: 4em; }

  .intro-content {
    padding-bottom: 5px; }

  .og-grid li:nth-child(3n) {
    margin-right: 0; }

  .og-grid li > a img {
    height: 189px; }

  section.section-gallery .slide.slick-slide.framed img {
    padding-top: 42px; }

  .layout-home .main-content h1 {
    font-size: 95px;
    margin-top: 0; }
    .layout-home header {
      margin-bottom: 3em; }
    .layout-home section.main {
      padding-bottom: 50px; }
      .layout-home section.main p {
        font-size: 22px; }
    .layout-home .slide-home .overlay-panel {
      padding: 20px 0; }

  section.adelaide-web-design-services .content .large-text p {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 1.1em; }
    section.adelaide-web-design-services .content .col-sm-6 {
      padding: 0 15px; } }

@media screen and (max-width: 1024px) {
  section.case-studies .inner a .wrap .olay, section.our-work .inner a .wrap .olay {
    display: none; }

  .layout-home .slide-home img {
    min-height: 350px;
    min-width: 1240px; }

  .layout-home .main-content .content {
    padding-left: 30px; }

  .layout-home section.main {
    padding-bottom: 20px;
    padding-top: 5px; }

  .layout-home .slick-prev, .layout-home .slick-next {
    height: 68px !important;
    width: 26px !important;
    background-size: 100% auto !important;
    padding: 0 !important; }

  .layout-home .slick-prev:hover, .layout-home .slick-prev:focus, .layout-home .slick-next:hover, .layout-home .slick-next:focus {
    background-size: 100% auto !important; }

  .container {
    padding-right: 40px;
    padding-left: 40px; }

  .adelaide-web-design-services h3 {
    font-size: 21px;
    margin-bottom: 0.9em;
    margin-top: 0.5em; }

  .content {
    margin-bottom: 30px; }

  section.adelaide-web-design-services .content-columns .cell-summary li {
    padding-left: 18px;
    background-size: 6px; } }

@media screen and (max-width: 991px) {
  .layout-default header {
    margin-bottom: 3em; }

  .layout-default h1 {
    font-size: 56px; }

  .intro-content p {
    font-size: 20px; }

  .mobile-projects .slide {
    min-height: 240px; }

  .contact-dropdown .col {
    margin-right: 45px;
    font-size: 15px; }

  .adelaide-web-design-services h3 {
    /*font-size: 20px;*/ }

  section.custom.client_list .peel-me {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    top: 0;
    left: 0; }

  section.custom.client_list .peel-me .title {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    margin: 5px 0; }

  .layout-home .main-content h1, section.case-studies h1, section.our-work h1, h1 {
    font-size: 60px;
    margin-top: 0; }

  .layout-home .main-content h1 {
    line-height: 0.95em; }

  .layout-home section.main {
    padding-bottom: 20px; }

  .layout-home section.main p {
    font-size: 20px;
    line-height: 1.5em; }

  .layout-home section.main p a + a {
    margin: 0 16px 16px 16px; }

  .layout-home section.main p a {
    font-size: 20px; }

  .navbar-nav > li > a {
    padding: 30px 0; }

  .navbar-default .navbar-nav > li > a, .navbar li a {
    font-size: 15px; }

  .st-pusher {
    margin-top: -15px; }

  section.case-studies.detail .info-summary > .extra-data > span, section.case-studies.detail .info-summary > span, section.our-work.detail .info-summary > .extra-data > span, section.our-work.detail .info-summary > span {
    margin-left: 2.5em; }

  section.case-studies.detail .info-summary, section.case-studies.detail .project-content, section.our-work.detail .info-summary, section.our-work.detail .project-content {
    padding-top: 0; }

  .client_list {
    padding-bottom: 0 !important; }
    .client_list .container {
      width: 100%;
      padding: 0;
      border-top: 1px solid #dadada; }
    .client_list .image {
      /*
       a:last-child
       {
       border-right: 1px solid #dadada;
       }
       */ }
      .client_list .image a {
        width: 33.333%;
        text-align: center;
        display: inline-block;
        padding: 5%;
        border: 1px solid #dadada;
        height: 170px;
        float: left;
        border-right: 0;
        border-top: 0; }
      .client_list .image img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 !important;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        position: relative;
        top: 50%; }
    .client_list .text-content {
      padding-top: 0 !important; }

  section.custom.client_list .peel-me, section.custom.banner_large_teal .peel-me {
    width: 100%;
    display: block;
    background: #43939e;
    height: auto;
    position: relative; }

  section.custom.client_list .peel-me {
    background: #c13434; }

  section.custom .peel-me .title, section.custom.client_list .peel-me .title {
    float: none;
    text-align: center;
    width: 100%; }

  .og-grid li:nth-child(2n) {
    margin-right: 0 !important; }

  .clients .og-grid li, .clients .og-grid li:nth-child(2n), .clients .og-grid li:nth-child(3n) {
    margin: 10px 5px 0 5px !important; }

  .og-grid li {
    margin-right: 30px !important;
    height: 264px; }

  .og-grid li > a img {
    height: 224px; }

  section.section-gallery .slide.slick-slide.framed img {
    padding-top: 32px; }

  h1 span {
    margin-left: 0;
    display: block;
    margin-top: 15px;
    margin-bottom: 25px; }

  .zigzig-content-columns .row {
    margin-bottom: 30px; }

  .zigzig-content-columns .cell-image {
    margin-top: 8px;
    display: block; }

  .service-item {
    width: 25%; }

  section.custom.home_services .columnar .cell-title {
    font-size: 14px; } }

@media screen and (max-width: 640px) {
  .service-item {
    width: 50%; }

  section.custom.home_services .columnar .cell-image img {
    width: auto;
    height: 150px; }

  section.custom.home_services .columnar .cell-title {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  /*
   .st-menu ul
   {
   margin-top: 30px !important;
   }
   */
    section.custom.home_services .columnar .cell-title {
      margin-bottom: 20px; }
    .layout-default h1 {
      font-size: 42px; }
    h1 span {
      font-size: 22px; }
    .mobile-projects .btn.more-work {
      margin: 10px auto 28px; }
    .mobile-projects .slide {
      min-height: auto;
      background: #efefef; }
    .st-pusher {
      margin-top: 0; }
    .container {
      padding-right: 15px;
      padding-left: 15px; }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
      padding: 0 35px; }
    .nopadding-left {
      padding-left: 35px !important; }
    .nopadding-right {
      padding-right: 35px !important; }
    .nopadding {
      padding: 0 35px !important; }
    header {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0; }
    .layout-home section.main {
      padding-bottom: 20px; }
    .outer-wrapper.outer-wrapper.st-container {
      padding-top: 70px; }
    .outer-wrapper section.container.main {
      padding-top: 15px; }
    .navbar {
      margin-bottom: 0; }
    .layout-home .main-content .content {
      padding-left: 0px; }
    section.case-studies h1, section.our-work h1, h1 {
      font-size: 40px;
      margin-top: 0; }
    section.our-work-columns {
      padding: 35px 0; }
    section.our-work.detail {
      padding-top: 40px; }
    .intro-content {
      padding-bottom: 5px; }
    .layout-home section.main p, .intro-content .subheading p {
      font-size: 18px; }
    .layout-home section.main p {
      margin-top: 1.2em;
      margin-bottom: 1.4em; }
    .layout-home section.main p a {
      font-size: 19px;
      margin: 0 70px 20px 0 !important; }
    .layout-home section.main p a:last-child {
      margin-bottom: 0 !important; }
    .layout-home .main-content h1 {
      font-size: 42px;
      line-height: 1.1;
      margin-top: 20px;
      margin-bottom: 0px; }
    .navbar-nav {
      margin: 0; }
    header a.brand {
      display: inline-block;
      float: left;
      margin: 23px 0 0 30px;
      padding: 0;
      width: 110px; }
    header .fixed-nav {
      background: #303740;
      top: 0;
      width: 100%;
      height: 70px;
      border-bottom: 0;
      z-index: 1001;
      position: relative !important;
      padding: 0;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }
    header .navbar-default {
      background: #f8f8f8; }
    .navbar-default .phone-icon {
      background: transparent;
      border: 0;
      padding: 15px 20px; }
    .navbar-default .phone-icon {
      display: block;
      float: right;
      color: #ddd;
      padding: 15px 10px; }
    .navbar-toggle {
      float: right;
      margin: 0;
      border-radius: 0;
      padding: 27px 30px 27px 22px;
      border: 0;
      background: transparent; }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ddd;
      width: 28px;
      height: 3px;
      border-radius: 0px; }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border: 0; }
    .navbar.navbar-default {
      margin-top: 0; }
    .navbar.navbar-default .col-sm-10 {
      min-height: 0; }
    .navbar ul {
      border-bottom: 1px solid rgba(100, 100, 100, 0.1);
      margin-bottom: 0; }
    .navbar li {
      margin-left: 0;
      display: block; }
    #navbar {
      margin-top: 55px;
      padding: 0; }
    #navbar {
      top: 0;
      left: 0;
      margin-top: 55px;
      position: fixed;
      z-index: 999;
      background: #fff;
      width: 100%; }
    .st-menu ul li a {
      text-transform: none !important;
      text-shadow: none !important;
      letter-spacing: 0 !important;
      padding: 1em 0 1em 35px !important;
      font-size: 17px;
      border-left: 0 !important;
      background: #303740; }
    .st-menu ul li:first-child a {
      box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2) !important; }
    footer[role="contentinfo"] {
      padding-top: 32px;
      padding-bottom: 32px; }
    footer {
      text-align: center; }
    .client_list .col-md-12 {
      padding: 0 15px; }
      .client_list .image a {
        width: 50%;
        padding: 6%;
        height: 170px; }
    .og-grid li {
      width: 100% !important;
      margin-right: 0 !important; }
    .og-grid li > a img {
      height: auto;
      /* width: 100%; */ }
    .clients .og-grid li {
      height: auto;
      width: 100% !important; }
    .clients .og-grid li, .clients .og-grid li:nth-child(2n), .clients .og-grid li:nth-child(3n) {
      margin: 0 !important;
      border-bottom: 1px solid #eee; }
    .og-grid li .squarebear {
      width: 100%;
      padding: 25px 35px !important;
      border-left: 0 !important;
      border-right: 0 !important;
      border-bottom: 0 !important;
      height: 150px; }
    section.case-studies .og-details h3, section.our-work .og-details h3 {
      font-size: 26px; }
    .og-details {
      padding: 0 10px !important; }
    .clients .og-close {
      top: 20px;
      right: 35px; }
    .top-content {
      padding-top: 35px;
      margin-bottom: 35px; }
    .why-us .top-content {
      margin-bottom: 50px; }
    section.section-gallery .slide {
      padding-top: 10px; }
      section.section-gallery .slide.slick-slide.framed img {
        background: none;
        padding-top: 0;
        border-radius: 4px 4px 0 0; }
      section.section-gallery .slick-next, section.section-gallery .slick-prev {
        display: none !important; }
      section.section-gallery .slide .col-md-12 {
        padding: 0 15px !important; }
    .modal-content {
      padding: 10px 30px 40px; }
      .modal-content h2 {
        font-size: 30px; }
      .modal-content p + p {
        margin-top: 0; }
    .close-animatedModal i {
      width: 70px;
      height: 70px;
      margin-top: 40px; }
    section.custom.client_list {
      margin-top: 30px; }
      section.custom.client_list .peel-me {
        opacity: 1; }
      section.custom.client_list .image img {
        padding-top: 0;
        padding-bottom: 0; }
    .intro-content p {
      font-size: 20px;
      line-height: 1.4;
      margin-bottom: 1.1em; }
    section.case-studies .inner, section.our-work .inner {
      margin-bottom: 30px; }
    .page-contact .top-content h1 {
      margin-bottom: inherit; }
    section.adelaide-web-design-services .content {
      margin-bottom: 10px; }
      section.adelaide-web-design-services .content .large-text p {
        font-size: 18px; }
    .adelaide-web-design-services h3 {
      font-size: 24px; } }

@media screen and (max-width: 480px) {
  .service-item {
    width: 50%; }

  section.custom.home_services .columnar .cell-image img {
    width: auto;
    height: 140px; }

  section.custom .text-content {
    padding: 65px 0 0 0; } }

@media screen and (max-width: 400px) {
  .service-item {
    width: 100%; }

  .client_list .image a {
    width: 50%;
    padding: 10%;
    height: 140px; }

  section.custom.client_list .peel-me {
    opacity: 1; }

  .mobile-footer .col-sm-12 {
    padding-bottom: 0;
    background: none; } }

@media screen and (max-width: 320px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 0 35px; }

  .layout-home .main-content h1 {
    font-size: 34px; }

  .modal-content {
    padding: 0px;
    width: 80%; }

  [class^="close-details"] {
    height: 40px;
    width: 30px; } }

@media screen and (min-width: 1200px) {
  .slide-home img {
    width: auto;
    min-width: 100%;
    height: 542px; } }

.page-contact {
  padding-bottom: 450px !important;
  /* make room for map */ }
  .page-contact .st-menu-open .st-pusher::after {
    z-index: 2; }
  .page-contact .container-bg {
    background: #fff;
    z-index: 1;
    position: relative;
    width: 100%; }
  .page-contact #contact-map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .page-contact .container {
    background: transparent !important;
    position: relative;
    z-index: 1; }
  .page-contact .form-wrap #publishForm label {
    width: 150px; }
  .page-contact .form-wrap fieldset {
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .page-contact .form-wrap fieldset [type="text"], .page-contact .form-wrap fieldset textarea {
    width: 100%;
    padding: 0.3em;
    background: #f3f3f3;
    padding: 0.5em 0.7em;
    background: #f3f3f3;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-raidus: 3px; }
  .page-contact .form-wrap [type="submit"] {
    margin-top: 0;
    background: #303740;
    text-transform: uppercase;
    float: left;
    margin-top: -20px;
    padding: 16px 30px;
    border-radius: 2px; }
  .page-contact .form-wrap fieldset:last-child {
    text-align: center;
    border-bottom: none; }
  .page-contact ol {
    list-style-type: none;
    padding-left: 0; }
  .page-contact ol.forms {
    padding-left: 0; }
  .page-contact ol.forms label {
    display: inline-block;
    width: 130px; }
  .page-contact ol.forms .textinput {
    width: 250px; }
  .page-contact ol.forms li {
    margin-bottom: 1em; }
  .page-contact .double-col {
    border-top: 6px solid #303740;
    margin-top: -6px;
    background: #fff;
    padding-bottom: 0px; }
  .page-contact .right-col {
    height: 670px;
    background: #303740;
    color: #fff;
    padding: 56px 40px 50px 40px;
    font-size: 18px;
    margin-top: 0;
    height: 100%;
    /* stretch to height, use matchHeight to make equal with left-col */ }
  .page-contact .right-col a {
    color: #fff; }
  .page-contact .right-col .fa-stack .fa-inverse {
    color: #303740 !important; }
  .page-contact .right-col ul {
    padding: 0; }
  .page-contact .right-col li {
    list-style-type: none;
    margin-bottom: 2em; }
  .page-contact .right-col .detail {
    display: inline-block;
    float: left;
    margin-top: 0.5em;
    font-size: 15px; }
  .page-contact .right-col .detail i {
    margin-left: 4px; }
  .page-contact .right-col .fa-stack {
    float: left;
    display: inline-block;
    margin-right: 1em;
    font-size: 1em; }
  .page-contact .right-col li:after {
    content: "";
    display: block;
    float: none;
    clear: both; }
  .page-contact .left-col {
    padding: 60px 40px 0px 50px; }
  .page-contact .intro-content:before {
    display: none; }
  .page-contact .intro-content {
    padding: 0;
    margin-top: 70px;
    margin-top: 0;
    margin-bottom: 40px; }
  .page-contact .top-content {
    border: 0; }
  .page-contact .map-bg {
    /* background: #eee; */ }

@media screen and (max-width: 1200px) {
  .page-contact .right-col {
    padding: 50px 25px; } }

@media screen and (max-width: 991px) {
  .page-contact .right-col .fa-stack {
    display: none; }

  .page-contact .right-col li {
    list-style-type: none;
    margin-bottom: 2em;
    border-bottom: 1px dotted #999;
    padding-bottom: 1em;
    margin-bottom: 0.5em; }

  .page-contact .left-col {
    padding: 60px 20px 0 50px !important; }

  .page-contact .right-col .detail i {
    display: none; }

  .page-contact .top-content h1 {
    margin-bottom: 15px; } }

@media screen and (max-width: 767px) {
  /* override scripted heights for mobile */
    .page-contact {
      padding-bottom: 20px !important; }
      .page-contact .left-col {
        padding: 30px 0 !important; }
      .page-contact .right-col {
        height: auto;
        padding: 20px 25px; }
      .page-contact .double-col {
        padding-bottom: 0; }
        .page-contact .double-col .col-sm-4 {
          padding-left: 15px;
          padding-right: 15px; }
      .page-contact .right-col .email {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
      .page-contact .right-col ul {
        margin-bottom: 1em; }
      .page-contact .form-wrap fieldset {
        padding: 0 20px; }
    .page-contact .double-col > .row {
      display: flex;
      flex-flow: row wrap; }
    .page-contact .double-col > .row > div:nth-child(1) {
      order: 2;
      width: 100%; }
    .page-contact .double-col > .row > div:nth-child(2) {
      order: 1;
      width: 100%; }
    .page-contact .equalheight {
      height: auto !important; }
    .page-contact .container {
      background: transparent !important;
      position: relative;
      z-index: 1;
      padding-right: 0;
      padding-left: 0; }
    .page-contact #contact-map {
      display: none; } }
/* test5 */
